body,*{padding: 0;margin: 0;box-sizing: border-box;}
a{text-decoration: none;color: #000000;}
li{list-style: none;}
img{vertical-align:top;}
.IsInlineBlock{
  display: inline-block;
}
.wid13{
  width: 1300px;
  margin: 0 auto;
}

.header{
  width: 100%;
}
.header .headT{
  width: 100%;
  font-size: 0;
}
.header .headT .headTL{
  width: 62%;
  height: 6px;
  background-color: #138846;
}
.header .headT .headTR{
  width: 38%;
  height: 6px;
  background-color: #017ac1;
}
.header .headBanner{
  width: 100%;
  position: relative;
  min-width: 1370px;
}
.header .headBanner .bd img{
  width: 100%;
}
.header .headBanner .bd .prev,.header .headBanner .bd .next{
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}
.header .headBanner .bd .prev{
  background: url(../images/headGoLeft.png) no-repeat center;
  background-size: 100% auto;
  left: 60px;
}
.header .headBanner .bd .next{
  background: url(../images/headGoRight.png) no-repeat center;
  background-size: 100% auto;
  right: 60px;
}
.header .headBanner .hd{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.header .headBanner .hd ul li{
  width: 13px;
  height: 13px;
  background-color: #eeeeee;
  border-radius: 50%;
  margin: 0 10px;
}
.header .headBanner .hd ul li.on{
  background-color: #035b8a;
}
/* banner结束 */
.headInfo{
  position: absolute;
  top: 0;
  height: 108px;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 10;
}
.headInfo .headCont{
  position: relative;
  height: 108px;
}
.headInfo .logo{
  position: absolute;
  left: 0;
  top: 50%;
  height: 66px;
  margin-top: -33px;
}
.headInfo .Navig{
  vertical-align: middle;
  height: 108px;
  margin-left: 60px;
  position: absolute;
  right: 0;
}
.headInfo .Navig .headSS{
  margin-top: 15px;
  border-radius: 100px;
  padding: 0 20px;
  height: 26px;
  display: inline-block;
  background-color: #ededed;
  position: absolute;
  right: 0;
}
.headInfo .Navig .headSS .ipt-text{
  border: none;
  outline: none;
  line-height: 24x;
  background: none;
  width: 130px;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}
.headInfo .Navig .headSS .ipt-btn{
  outline: none;
  border: none;
  background: url(../images/ss.png) no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.headInfo .Navig .headNav{
  margin-top: 66px;
}
.headInfo .Navig .headNav .headList li{
  width: 13.5%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 80px;
}
.headInfo .Navig .headNav .headList li a{
  padding: 0 5px;
  font-size: 16px;
  color: #333333;
}
.headInfo .Navig .headNav .headList li.on a{
  color: #138846;
  font-weight: bold;
}
.headInfo .Navig .headNav .headList li+li::before{
  content: " ";
  display: inline-block;
  width: 2px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9.5px;
  background: #e2e1e1;
}