*{
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: 100%;
}
.clearfix::after{
   display: block;
   content:'';
   width: 100%;
   height: 0;
   clear: both;
   overflow: hidden;
}
img{
    border: 0;
}
.hide{
    display: none;
}
a{
   display: inline-block;
   width: 100%;
   height: 100%;
   color: #333;
   text-decoration: none;
}
.text-ellipsis {
	display:block;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.main{
    width: 100%;
   overflow: hidden;

}
.mainBox{
   width: 1200px;
   margin: 20px auto;
}
.mainTitle{
   width: 100%;
   overflow: hidden;
   text-align: center;
   margin-bottom: 50px;
}
.DetailNav{
    line-height: 60px;
    overflow: hidden;
    display: inline-block;
    width: 95%;
    padding-left: 5%;
    background: #eee;
}
.DetailNav a,.DetailNav label{
    float: left;
    width: auto;
}
.DetailNav a:hover{
    color: #162bb3;
}
.Mtitle{
    line-height: 60px;
}
.Mtype{
    color: #999;
    margin-bottom: 10px;
    display: inline-block;
}
.Mcontent{
    min-height: 600px;
    width: 800px;
    margin: 0 auto;
}
.Mtype label:nth-child(2){
    margin-left: 20px;
}
.more{
    width:140px;
    height:30px; 
    line-height: 30px;
    text-align: center;
    margin: 60px auto 0;
    color: #999;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    display: block;
    vertical-align: middle;
 }
 .more:hover{
     border-color:#1670f5;
     color: #1670f5; 
     font-size: 18px;
 }
/* header */
.header{
    width: 100%;
    overflow: hidden;
    height: 90px;
  }
  .header header{
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
  }
  .header .logo{
      float: left;
      width: auto;
      margin-top:30px; 
  }
  .header .navItems{
      float: right;
      overflow: hidden;
  }
  .header .navItem{
      float: left;
      line-height: 90px;
     
      width: 120px;
      text-align: center;
  }
  .main{
      width: 100%;
      overflow: hidden;
  
  }
  .mainBox{
      width: 1200px;
      margin: 20px auto;
  
  }
  #page{
      text-align: center;
      margin: 20px 0;
  }
  #page a{
     width: auto;
  }
  .banner .swiper-slide{
       height: 0;
       width: 100%;
       padding-bottom: 39%;
  }
  .banner .swiper-slide img{
      width: 100%;

  }
  /* footer */
  .footer{
    background: #1647c2;
    color: #fff;
}
.foot{
    background: #162bb3;
}
.footer a{
    color: #fff;
    line-height: 30px;
}
.footer .footItem{
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 15px;
}
.footer .footItem a{
    font-size: 14px;
    line-height: 40px;
}
.footer .footItem .address{
      
}
.footer .footItem .linkItem{
    font-size: 14px;
    text-align: left;
    margin-bottom: 8px;
}
.footer .footItem .linkItem .address{
     
}
.footer .footItem .qr{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.footer .footItem .qr img,.footer .footItem .qr span{
    float: left;
}
.footer .footItem .qr img{
    margin-right: 30px;
    width:80px;
}
.footer .footItem .qr span{
    width: 20px;
    margin: 6px 5px;
}
.foot p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    height: 60px;
}
/* common */
.fontS1{
  font-size: 12px
}
.fontS2{
  font-size: 14px
}
.fontS3{
  font-size: 16px
}
.fontS4{
  font-size: 20px
}

.fontS5{
    font-size: 24px
}
.fontS6{
    font-size: 26px
  }
  .fontS7{
    font-size: 28px
  }
.fontS8{
    font-size: 30px
}
.fontS40{
    font-size: 42px
}
.color1{
    color: #009DE9;
}
.color2{
    color: #000;
}
.color3{
    color: #333;
}
.color4{
    color: #666;
}
.color5{
    color: #999;
}
.fontW{
    font-weight: 600;
}
.navIconR{
    margin: 0 12px;
}