.header {
  padding-top: 18px;
  padding-bottom: 23px;
}
.header .logo {
  margin-left: 12px;
  width: 195px;
  height: 62px;
}
.header .nav {
  padding-top: 14px;
}
.header .nav li {
  float: left;
  margin: 0 12px;
}
.header .nav li > a {
  display: block;
  padding: 2px;
  line-height: 33px;
  color: #595959;
  font-weight: bold;
  font-size: 15px;
}
.header .nav li .line {
  width: 0%;
  height: 3px;
  margin: 0 auto;
  background-color: #ff9818;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .nav li.act .line,
.header .nav li:hover .line {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .tools {
  padding: 20px 14px 0 5px;
  font-size: 0;
}
.header .tools a {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 14px;
}
.header .tools a.wb {
  background-image: url(../images/wb.png);
}
.header .tools a.wx {
  background-image: url(../images/wx.png);
}
.header .nav-icon {
  width:40px;
  height: 30px;
  padding-top: 7px;
  padding-left: 10px;
}
.banner li {
  height: 568px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.title .line {
  width: 51px;
  height: 1px;
  background-color: #bababa;
}
.news-tab {
  text-align: center;
  font-size: 0;
}
.news-tab a {
  display: inline-block;
  font-size: 14px;
  width: 93px;
  color: #525252;
  line-height: 33px;
  background-color: #f6f6f6;
}
.news-tab a.act,
.news-tab a:hover {
  background-color: #238bc7;
  color: #fff;
}
.news-contact .item {
  width: 33.33%;
  float: left;
}
.news-contact .item-div {
  height: 478px;
}
.news-contact .item-div .item-text {
  border: 1px solid #f1efef;
  padding: 48px 4.5% 41px;
  height: 150px;
}
.news-contact .item-div .item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.platform ul {
  margin-left: -0.5237%;
}
.platform li {
  width: 35.143%;
  margin-left: .5237%;
  float: left;
  height: 232px;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.platform li.one {
  width: 22.143%;
  height: 474px;
  padding: 0 3%;
  background-color: #01499d;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.platform .more {
  border: 1px solid #fff;
}
.platform .more span {
  padding-right: 45px;
  background: url(../images/go.png) no-repeat right center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .more:hover span {
  background-position: 90% center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application {
  margin-left: -0.616%;
}
.application li {
  width: 32.714%;
  margin-left: .616%;
  float: left;
  height: 279px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
.application li .app-img {
  width: 81px;
  height: 81px;
}
.programme {
  padding-top: 77px;
  background: url(../testing/bg04.jpg) no-repeat center top;
  background-size: auto 324px;
  background-color: #f4f4f4;
  padding-bottom: 80px;
}
.programme li {
  background-color: #fff;
}
.programme .pro-img {
  height: 244px;
}
.programme .pro-text {
  padding: 18px;
  line-height: 27px;
  height: 54px;
  position: relative;
}
.programme .pro-text .span-txt {
  position: absolute;
  left: 18px;
  right: 18px;
  max-height: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.programme .bx-wrapper .bx-controls-direction a {
  width: 44px;
  height: 44px;
  top: 99px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.43);
}
.programme .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../images/left01.png);
  background-size: 11px 28px;
  left: 0;
}
.programme .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../images/right01.png);
  background-size: 11px 28px;
  right: 0;
}
.footer {
  background-color:#E8E8E8;
}
.footer .footer-div {
/* margin-left: 2.714%;*/
  /*width: 30.616%;*/
  width: 8%;
  float: left;
}
.footer .footer-div:nth-child(2) {
  width: 8%;
}
.footer .footer-div:last-child {
  width: 30%;
}
.footer .footer-div h1 {
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 6px;
}
.footer .footer-div .kf-qq {
  width: 27px;
  height: 26px;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 3px;
  background: url(../images/f04.png) no-repeat center center / cover;
}
.footer .footer-div .ewm {
  width: 150px;
  height: 150px;
}
.footer .footer-div .inp {
  background-color: #373634;
  padding: 4px 8px;
  width: 280px;
  margin-bottom: 8px;
}
.footer .footer-div .inp input,
.footer .footer-div .inp textarea {
  background-color: #373634;
  line-height: 20px;
  font-size: 14px;
}
