﻿main {
  background: #ECECEC;
}
main .bannerBox {
  position: relative;
}
main .bannerBox video {
  width: 100%;
  height: auto;
}
main .dataCenter .itemList {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
}
main .dataCenter .itemList li.item {
  position: relative;
  width: 25%;
  text-align: center;
}
main .dataCenter .itemList li.item img {
  width: 35px;
}
main .dataCenter .itemList li.item > p {
  margin-top: 20px;
  font-size: 16px;
  color: #2E394F;
}
main .dataCenter .itemList li.item:after {
  content: '';
  position: absolute;
  top: 5%;
  right: 0;
  display: block;
  width: 0;
  height: 90%;
  border-right: 1px solid #DDDEDF;
}
main .dataCenter .itemList li.item:last-child:after {
  display: none;
}
main .dataCenter .moreBtn {
  margin: 0 auto;
  width: 360px;
  height: 35px;
}
main .dataCenter .moreBtn > a {
  font-size: 14px;
}
main .lead {
  position: relative;
  width: 100%;
  background: url('../image/lead11.jpg') no-repeat;
  background-size: 100%;
}
main .lead .textBox {
  text-align: center;
}
main .lead .textBox h2 {
  color: #E7A100;
  font-size: 36px;
  font-weight: 600;
}
main .lead .textBox > p {
  margin: 20px 0 40px;
  font-size: 16px;
  color: #fff;
}
main .lead .textBox > .aBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 160px;
  height: 30px;
  border: 2px solid #E7A100;
  color: #E7A100;
  font-size: 14px;
}
main .hsly > .row {
  width: 1000px;
}
main .hsly > .row .col-2 {
  height: 160px;
}
main .hsly > .row .col-2 > img {
  height: 100%;
}
main .hsly > .row .col-4 {
  height: 160px;
}
main .hsly > .row .col-4 > p {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  max-height: 70px;
}
main .hsly > .row .col-4 .hsBtn {
  margin-top: 50px;
  width: 150px;
  height: 40px;
}
main .hsly > .row .col-4 .hsBtn > a {
  font-size: 15px;
}
main .imgSwiper {
  width: 100%;
  height: auto;
}
main .imgSwiper .imgWrap img {
  width: 100%;
}
main .cooperation .logoSwiper {
  margin-top: 30px;
}
main .cooperation .logoSwiper .logoWrap .swiper-slide {
  display: flex;
}
main .cooperation .logoSwiper .logoWrap .swiper-slide .logoImg {
  width: 200px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #DADADA;
  margin-right: 47px;
}
main .cooperation .logoSwiper .logoWrap .swiper-slide .logoImg:last-child {
  margin-right: 0;
}
main .cooperation .logoSwiper .logoWrap .swiper-slide .logoImg > img {
  height: 70px;
}
main .cooperation .logoSwiper .logoWrap .lastLogo {
  width: auto;
  padding: 0 20px;
}
main .notice {
  width: 100%;
  padding: 15px 0;
  background: #C5C5C6;
}
main .notice > div {
  display: flex;
  align-items: center;
}
main .notice > div > img {
  width: 20px;
}
main .notice > div a {
  color: #666;
  font-size: 16px;
  padding-left: 15px;
}
main .notice > div a:hover {
  color: #333;
}