/* 共用样式 */
* {
    margin: 0;
    padding: 0;
	font-family: 微软雅黑;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #535353;
}

input,
textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    resize: none;
    background-color: rgba(255, 255, 255, 0);
}

button {
    border: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}

img {
    max-width: 100%;
}

.swiper {
    overflow: hidden;
}

.root {
    overflow: hidden;
    color: #535353;
    background-color: #fff;
}

.jiegou {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.duichen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pailie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fensan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chu {
    display: flex !important;
}

.xian {
    display: block !important;
}

.xiao {
    display: none !important;
}

.swiper,
.swiper-slide {
    position: relative;
}

/* 手机端导航 */
.yinying {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    display: none;
    opacity: 0;
}

.caidan {
    margin-left: 20px;
    display: none;
}
.mobileNav-content img {
    max-width: 170px;
    margin-top: 20px;
}
.mobileNav-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
    justify-content: flex-start;
    padding: 20px;
    z-index: 999;
    display: none;
    transition: all .3s;
    transform: translateX(100%);
}

.mobileNav-content ul {
    width: 100%;
    padding-top: 20px;
}

.mobileNav-content li {
    padding: 20px 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.mobileNav-content a {
    color: #0068b7;
}
/* 导航 */
.nav {
    position: fixed;
    width: 100%;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s;
	background: #fff;
    /* transform: translateY(15px); */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.nav>a {
    max-width: 200px;
    margin-left: 5%;
}
.nav a {
    font-size: 18px;
    color: #666;
}
.nav ul ul a {
	font-size: 14px;
}
.nav-content {
    max-width: 950px;
    width: 100%;
    height: 100%;
    margin-right: 5%;
}
.nav-content>ul {
    width: 100%;
    height: 100%;
}
.nav-content>ul>li {
    position: relative;
    width: calc(100%/8);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background-color: transparent;
    transition: all .3s;
}
.nav-content>ul>li:hover .subtopic {
    transform: translateY(0);
    opacity: 1;
}
/* 子栏目 */
.subtopic {
    position: absolute;
    width: 100%;
    top: 104px;
    transition: all .3s;
    transform: translateY(-100%);
    opacity: 0;
    z-index: -1;
    padding: 10px 0;
	background-color: #fff;
}
.subtopic li {
    padding: 10px 0;
}
.nav .subtopic li:hover a {
    color: #19c186;
}
/* 横幅 */
.banner, .banner img {
    width: 100%;
    color: #fff;
    position: relative;
}
/* 当前位置 */
.current {
    font-size: 18px;
    margin-top: 80px;
}
.current a, .current {
    color: #a0a0a0;
}
.current a:nth-last-child(1) {
    color: #19c186;
}
/* 底部 */
.down {
    
    background-color: #404040;
    color: #959595;
    text-align: center;
    text-align: left;
}
.bottom {
    padding: 90px 0;
    align-items: flex-start;
}
.bottom h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.bottom p {
    font-size: 14px;
}
.bottom>div>p {
    margin-top: 17px;
    margin-bottom: 10px;
}
.bottom li {
    margin-top: 20px;
}
.down a {
    color: #959595;
}
.down-content {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.fenlei ul {
	display: flex;
    flex-wrap: wrap;
    width: 173px;
}
.fenlei li {
	width: 50%
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #07a33e;}
#toolbar .list li{width: 25%; text-align: center;}
#toolbar .list a{display: block;padding: 5px;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 14px;}
#toolbar .list a img {display: block;margin: 5px auto;}
#toolbar .list li:hover{background: #0185d0;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 300px;padding: 20px 10px;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;box-sizing: border-box;margin: -150px auto 0;}
#wxnr img{width: 135px;height: 135px;display: block;margin: 0 auto;}
#wxnr p{font-size: 14px;text-align:center;line-height: 30px;}
#wxnr i{position: absolute;top: 5px;right:5px;width: 20px;height: 20px;font-size: 14px;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 5px;background-color: #07a33e;color:#fff;border-radius: 5px;cursor:pointer;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -26px;z-index: 9999999;font-size: 16px;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 5px;display: none;line-height: 50px;}


@media screen and (max-width: 1280px) {
    .jiegou {
        width: 90%;
    }
    .nav-content {
        width: auto;
    }
    .nav-content>ul>li {
        width: auto;
        padding: 40px 15px;
    }
}
@media screen and (max-width: 1024px) {
    .nav {
        padding: 10px 0;
    }
    .nav>a {
        max-width: 140px;
    }
    .nav-content {
        width: auto;
    }
    .nav-content ul {
        display: none;
    }
    .caidan {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    
    .down-content {
        text-align: center;
		margin-bottom: 58px;
    }
	#toolbar{display: block;}
}
@media screen and (max-width: 425px) {
    .bottom {
        padding: 20px 0;
    }
    .bottom-left {
        margin-bottom: 0;
    }
	.bottom-centre, .bottom-right {
		display: none;
	}
	.bottom li {
		margin-top: 10px;
	}
    .down-content {
        font-size: 14px;
    }
}

