@charset "utf-8";  
/* css reset*/   
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label,  caption {word-break : normal;margin:0;padding:0;border:0;outline:0;font-size:14px;}  
ol, ul {list-style:none}:focus {outline:none; }   
table {border-collapse:collapse;border-spacing: 0}   
 
strong {font-weight:600}   
a{font-family:"Microsoft YaHei";text-decoration:none;color:#404040;cursor:pointer;}   
a:hover{text-decoration:none;color:#FF3300}   
h1{font-size:16px;font-weight:600;color:#666}  
.left{float:left}  
.right{float:right}  
.clear{clear:both}  


html,body{width: 100%;overflow-x:hidden;overflow-y:auto;font-family:"Microsoft YaHei";}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
  border: 0 solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #e92411;
}  

.arrow-left{position:absolute;top:50%;background:url(../images/prev.png);left: 5%;right: auto;width:41px;height: 75px;margin-top:-37.5px;z-index:999}
.arrow-right{position:absolute;top:50%;background:url(../images/next.png);left: auto;right:5%;width:41px;height: 75px;margin-top:-37.5px;z-index:999}


.nav ul li{float:left;width:170px;height:67px;line-height:67px;text-align:center;}
.nav ul li a{font-size:22px;color:#555559}
.nav ul li.active{background:url(../images/navbg.png) no-repeat center top;}
.nav ul li.active a{color:#fff}
.nav ul li:hover{background:url(../images/navbg.png) no-repeat center top;}
.nav ul li:hover a{color:#fff}


.content{}



