
/*通用形状*/
body,html,div,p,table,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;}
ul,ol,li,dl,dt,dd{list-style:none;}
img,a{border:none;}
em,i{font-style:normal;}
a{outline:none;text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:active{opacity:0.85;}
html,body{font-size:62.5%;font-family:'Microsoft YaHei','微软雅黑','宋体',Verdana,sans-serif;font-weight:normal;position:relative;margin:0px;padding:0px;width:100%;}
.clear{width:0px;height:0px;font-size:0px;line-height:0px;clear:both;overflow:hidden;}
.swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;}



.container{font-size:0.26rem;position:fixed;top:0;left:0;z-index:99;width:100%;box-shadow:2px 2px 2px 2px rgba(0,0,0,0.1);}
/* 顶部导航菜单 */
.nav{width:100%;height:1rem;display:flex;justify-content:space-between;position: relative;z-index: 99;background:#fff;}
.nav_top{position: fixed;top: 0;left: 0;}
.nav_logo{width: 100%;margin-left: 0.3rem;}
.nav_logo a{width:1.5rem;display:block;overflow:hidden;float:left;} 
.nav_logo a img{display: block;width: 100%;float: left;margin-top: 0.31rem}
.nav_logo span{font-size: 0.24rem;color:#0d0d0d;padding-left: 0.2rem;display:block;float:left;line-height:1rem;}
.nav_right{display:flex;}

.nav_menu_btn{width:0.4rem;padding:0.3rem 0.3rem;cursor: pointer;position: absolute;right: 0;z-index: 999;}
.nav_menu_btn .nav_menu_line{background: #0066ff;width: 0.36rem;height: 2px;margin-top: 0.12rem; transition: 0.5s;cursor: pointer;}



.nav_menu{
    width:100%;
    background:#fff;
    height:0;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
    overflow:hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index:98;
	color: rgba(0,0,0,0.85);
}
.nav_menu.active{
    height:100%; /* 菜单高度 */
    padding-top:1rem;
}
 .on .nav_menu_line:nth-of-type(1){ transform:rotate(45deg) translateY(0.1rem);
}
 .on .nav_menu_line:nth-of-type(2){ transform: rotate(-45deg)translateY(-0.1rem);
}


#banner,.banners{margin-top:1rem !important;}
#banner img{width:100%;display:block;}

.nav_menu.active a{
    display:block;
}
.nav_menu a{
    width:85%;
    display:none;
    height:0.85rem;
    line-height:0.85rem;
    color: rgba(0,0,0,0.85);
    margin:0 auto;
    opacity: 0;
	border-bottom: solid 0.01rem rgba(0,0,0,0.09);
	font-size: 0.24rem;
}


.nav_menu.active.nav_menu a:nth-of-type(1){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.22s ease both;
    -moz-animation:fadeInDown 0.2s 0.22s ease both;
    -ms-animation:fadeInDown 0.2s 0.22s ease both;
    animation:fadeInDown 0.2s 0.22s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(2){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.26s ease both;
    -moz-animation:fadeInDown 0.2s 0.26s ease both;
    -ms-animation:fadeInDown 0.2s 0.26s ease both;
    animation:fadeInDown 0.2s 0.26s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(3){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.3s ease both;
    -moz-animation:fadeInDown 0.2s 0.3s ease both;
    -ms-animation:fadeInDown 0.2s 0.3s ease both;
    animation:fadeInDown 0.2s 0.3s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(4){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.34s ease both;
    -moz-animation:fadeInDown 0.2s 0.34s ease both;
    -ms-animation:fadeInDown 0.2s 0.34s ease both;
    animation:fadeInDown 0.2s 0.34s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(5){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.38s ease both;
    -moz-animation:fadeInDown 0.2s 0.38s ease both;
    -ms-animation:fadeInDown 0.2s 0.38s ease both;
    animation:fadeInDown 0.2s 0.38s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(6){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.42s ease both;
    -moz-animation:fadeInDown 0.2s 0.42s ease both;
    -ms-animation:fadeInDown 0.2s 0.42s ease both;
    animation:fadeInDown 0.2s 0.42s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(7){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.46s ease both;
    -moz-animation:fadeInDown 0.2s 0.46s ease both;
    -ms-animation:fadeInDown 0.2s 0.46s ease both;
    animation:fadeInDown 0.2s 0.46s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(8){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.52s ease both;
    -moz-animation:fadeInDown 0.2s 0.52s ease both;
    -ms-animation:fadeInDown 0.2s 0.52s ease both;
    animation:fadeInDown 0.2s 0.52s ease both;
}



@-webkit-keyframes fadeInDown{
    0%{opacity:0;-webkit-transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
    0%{opacity:0;-moz-transform:translateY(-20px)}
    100%{opacity:1;-moz-transform:translateY(0)}
}
@-ms-keyframes fadeInDown{
    0%{opacity:0;-ms-transform:translateY(-20px)}
    100%{opacity:1;-ms-transform:translateY(0)}
}
@keyframes fadeInDown{
    0%{opacity:0;transform:translateY(-20px)}
    100%{opacity:1;transform:translateY(0)}
}






/*版权*/
#banq{width: 100%;height: 7rem;background: #333;margin-top: 1rem;}
#banq .backtop{position: relative;}
#banq .backtop img{width: 16%;display: block;position: absolute;left:42%;top:-0.5rem;}
.contact{position: relative;}
.contact .fl{font-size: 0.2rem;color: #fff;line-height: 0.3rem;}
.contact .wrap{width: 90%;margin: 0 auto;padding-top: 1rem;}
.contact .fl p{font-size: 0.26rem;color: #fff;}
.contact .fl hr{width: 0.4rem;height: 4px;background: #fff;overflow: hidden;display: block;margin: 0.25rem 0;outline: none;border:none;}
.contact .fr{position: absolute;right: 0.4rem;top:1rem;width:1.5rem;color:#fff;}
.contact .fr img{width: 100%;float: right;margin-bottom: 0.15rem;display: block;}

.contact .bei{width: 100%;text-align: center;border-top: 1px dashed #fff;font-size: 0.2rem;color: #fff;line-height: 0.3rem;margin-top: 0.5rem;padding-top: 0.2rem;}


.bot_nav{width:100%;height:1.1rem;background:#fff;position:fixed;bottom:0;box-shadow:0 0 0.1rem rgba(0,0,0,0.1);z-index:98;display:flex;justify-content:space-around;}
.bot_nav a{width:25%;height:1.1rem;color:#333333;font-size:0.2rem;text-align:center;position:relative;}
.bot_nav a:hover,.bot_nav a.active{background:#0066ff;color:#fff;}
.bot_nav a span{display:block;font-size:0.4rem;padding-top: 0.15rem;padding-bottom: 0.1rem;}
.bot_nav a em{display:block;position:relative;}<!--耗时1789819700.2373秒-->