body{color:#000; font-size:12px;line-height:24px; font-family:"Microsoft YaHei"; background: #fff}
input,select,button{font-family:"Microsoft YaHei";}
h1,h2,h3,h4,select,input,button{font-size:100%}
body,h1,h2,h3,h4,ul,li,form,p,img,dl,dd,dt{margin:0;padding:0;border:0}
input,button,select,img{margin:0;line-height:normal}
select{padding:1px}
ul{list-style:none}
select,input,button,button img,label{vertical-align:middle}
header,footer,section,aside,nav,hgroup,figure,figcaption{display:block;margin:0;padding:0;border:none}
a{text-decoration:none;color:#959595}
html {height: 100%;}
img{border:0}
.clear{ zoom:1;}
.clear::before {line-height: 0; display: table; content: "";}
.clear::after {line-height: 0; display: table; content: "";clear: both;}
.fl{float:left;}
.fr{float:right;}

.header{float: left;width: 100%;height: 90px; background: #fff;}
.header .box{margin: 0 auto;width: 1160px;height: 90px;}
.header .box img{
    float: left;
    margin-top: 14px;
    width: 180px;
}
.header .box ul{
    float: right;
}
.header .box ul li{
    float: left;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    margin-left: 20px;
    position: relative;
}
.header .box ul li a{
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 90px;
    display: block;
    text-decoration: none;
}

.header .box ul li.active{
 background: #44A6DE;
}
.header .box ul li i{
    display: none;
}
.header .box ul li.active i{
      display: block;
      background: url(../arrow.png) no-repeat;
      width: 13px;
      height: 7px;
      margin:  0 auto;
      margin-bottom: -7px;
      z-index: 99999;
      position: relative;
}
.header .box ul li.active a{
     color: #fff;
}
.slide{
    position: relative;
    float: left;
    width: 100%;
    height: 650px;
}
 .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
}

.swiper-pagination-bullet{
    width: 14px !important;
    height: 14px !important;
    opacity:1 !important;
    background: #E3007F !important;
}
.swiper-pagination-bullet-active{
     background: #fff !important;
}

.big-nav h2{
  font-size:36px;
  color: #333;
  width: 100%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin-top: 10px;
  font-weight: 400;
}
.big-nav .line{
  width: 70px;
  height: 3px;
  background: #E4007F;
  margin: 0 auto;
}
.big-nav .small-title{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}



.btn-more{
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  background: #44A6DE;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 50px auto 80px; 
}

.footer{
  float: left;
  width: 100%;
  background: #333;
}
.footer .box{
  width: 1160px;
  margin: 0 auto;
  padding: 70px 0 30px;
}

.footer .box .compay-info{
  float: left;
}
.footer .box .compay-info img{
  float: left;

}
.footer .box .compay-info p{
  float: left;
  color: #EDEDED;
  font-size: 16px;
  clear: left;
  margin: 20px 0 10px;
}
.footer .box .compay-info ul{
  float: left;
  clear: left;
  font-size: 14px;
  color: #CBCBCB;

}
.footer .box .compay-info ul li {
   height: 40px;
  line-height: 40px;
  overflow: hidden;
  
}
.footer .box .compay-info ul li i{
  float: left;
  background: url(../icon.png) no-repeat;
  display: block;
}
.footer .box .compay-info ul li:nth-child(1) i{
  background-position: 0 0;
  width: 18px;
  height: 32px;
  margin-right: 9px;
  margin-top: 10px;
}

.footer .box .compay-info ul li:nth-child(2) i{
  background-position: -22px 0;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  margin-top: 12px;
}

.footer .box .compay-info ul li:nth-child(3) i{
  background-position:-43px 0;
  width: 19px;
  height: 18px;
  margin-right: 8px;
  margin-top: 10px;
}

.footer .box .compay-info ul li:nth-child(4) i{
  background-position: -66px 0;
  width: 20px;
  height: 14px;
  margin-right: 7px;
  margin-top: 13px;
}
.footer .box .nav{
  float: right;
  margin-top: 40px;
}

.footer .box .nav ul{
  float: left;
  margin-left: 65px;
}


.footer .box .nav ul li{
  float: left;
  clear:left;
  font-size: 14px;
  color: #CBCBCB;
  line-height: 30px;
}
.footer .box .nav ul li:first-child{
  font-size: 16px;
  color: #EDEDED;
  margin-bottom: 10px;
}
.footer .box .nav ul li:first-child a{
  border-bottom: 3px solid #999;
  padding-bottom: 10px;
}
.footer .box .nav ul li a:hover{
  color: #fff;
}
.footer .box .nav p{
  text-align: left;
  font-size: 14px;
  color: #999;
  float: left;
  margin-left: 65px;
  margin-top: 20px;
}
