﻿/*通用样式*/
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:"微软雅黑","Arial","Helvetica";font-weight:normal;text-shadow:none;width:100%;position:relative;margin:0px;padding:0px;overflow-x:hidden;}
.clear{width:0px;height:0px;font-size:0px;line-height:0px;clear:both;overflow:hidden;}

.swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;}



.pageGuide{
  width:100%;
  font-size: 12px;
  padding-top:20px;}
.pageinfo{
  float:left;
  }
.paging{
  text-align: center;margin-top: 50px;}
.paging a{
  display:inline-block;
  margin-left:6px;
  border:1px solid #ddd;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  line-height:28px;
  overflow:hidden;_line-height:17px;
  }
.paging .current:link, .paging .current:visited, .paging .current:active{
  background: #d7000f;
  color:#fff;
  border: 1px solid #d7000f;
  }
.paging span{  background: #d7000f;
  display:inline-block;
  margin-left:6px;
  border:1px solid #d7000f;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  color:#fff;
  line-height:28px;
  overflow:hidden;_line-height:17px;
}
.paging a:link, .paging a:visited, .paging a:active{
  color:#888;
  }
.paging a:hover{
  background: #d7000f;
  color:#fff;
  text-decoration:none;
  border:1px solid #d7000f;
  }



.container{font-size:0.26rem;}
/* 顶部导航菜单 */
.nav{width:100%;height:1rem;display:flex;justify-content:space-between;position: fixed;z-index: 99;background:#fff;box-shadow:2px 5px 5px 2px rgba(0,0,0,0.1);top:0;}
.nav_top{position: fixed;top: 0;left: 0;}
.nav_logo{width: 2.3rem;padding:0.3rem 0.3rem;}
.nav_logo a img{display: block;width: 85%;float: left;}
.nav_logo span{color: rgba(0,0,0,0.85);font-size: 0.6rem;text-align: center;display: block;}


.nav_right{display:flex;}

.nav_menu_btn{width:0.4rem;padding:0.3rem 0.3rem;cursor: pointer;position: absolute;right: 0;z-index: 2;}
.nav_menu_btn .nav_menu_line{background: #d7000f;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:1.2rem;
}
 .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);
}



.nav_menu.active a{
    display:block;
}
.nav_menu a{
    width:85%;
    display:none;
    height:0.85rem;
	opacity:0;
    line-height:0.85rem;
    color: rgba(0,0,0,0.85);
    margin:0 auto;
	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;
}
.nav_menu.active.nav_menu a:nth-of-type(9){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.56s ease both;
    -moz-animation:fadeInDown 0.2s 0.56s ease both;
    -ms-animation:fadeInDown 0.2s 0.56s ease both;
    animation:fadeInDown 0.2s 0.56s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(10){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.6s ease both;
    -moz-animation:fadeInDown 0.2s 0.6s ease both;
    -ms-animation:fadeInDown 0.2s 0.6s ease both;
    animation:fadeInDown 0.2s 0.6s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(11){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.64s ease both;
    -moz-animation:fadeInDown 0.2s 0.64s ease both;
    -ms-animation:fadeInDown 0.2s 0.64s ease both;
    animation:fadeInDown 0.2s 0.64s 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)}
}


#banner{margin-top:1rem;}
#banner img{width:100%;display:block;}


/*版权*/
#banq{padding-top: 0.6rem;}
#banq .backtop{position: relative;}
#banq .backtop span{background: #d7000f;width: 0.8rem;height: 0.8rem;color: #fff;text-align: center;display: block;margin: 0 auto;font-size: 0.4rem;line-height: 0.8rem;border-radius:50%;}
#banq .backtop hr{border: none;border-bottom: 1px dashed rgba(194,194,194,1.00);position: absolute;top: 12%;width: 100%;height: 1px;z-index: -1;}
#banq .contact {width:95%;margin:0 auto;text-align:justify;}
#banq .contact .logo_di{width: 30%;overflow: hidden;margin-top: 0.2rem;}
#banq .contact .logo_di img{width: 100%;display: block;}
#banq .contact h1{font-size: 0.36rem;color: #121213;font-weight: normal;line-height: 0.36rem;margin: 0.32rem 0;}
#banq .contact p{font-size: 0.24rem;color: #666;line-height: 0.4rem;margin:  0.1rem 0;}
#banq .contact .shejiao{margin-top: 0.36rem;}
#banq .contact .shejiao span{height: 0.44rem;display: block;float: left;font-size: 0.44rem;line-height: 0.44rem;margin-right: 0.28rem;}
#banq .contact .shejiao a:nth-child(1){color: #199fec;}
#banq .contact .shejiao a:nth-child(2){color: #10c15f;}
#banq .contact .shejiao a:nth-child(3){color: #d41515;}
#banq .contact .shejiao a:nth-child(4){color: #f20952;}


#banq .beian p{width: 100%;height: 0.72rem;font-size: 0.22rem;color: #fff;background: #d7000f;line-height: 0.8rem;text-align: center;margin-top: 1.4rem;}
#banq .beian p span{color: #087443;}


.bot_nav{width:100%;height:1.1rem;background:#f6f6f6;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:#d7000f;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;}