body {
  width: 100%;
  height: 100%;
  background: url(../img/index/banner.jpg) left center no-repeat;
}
#index {
  z-index: 9;
}
#index .banner {
  position: relative;
  overflow: hidden;
}
#index .banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../img/bg/bannerBg.png);
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
}
#index .banner .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/index/banner.jpg) center no-repeat;
  z-index: 4;
}
#index .banner .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1920px;
  height: 1200px;
  z-index: 1;
}
#index .banner .video video {
  width: 1920px;
  height: 1200px;
}
#index .banner .conBox {
  height: 176px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 30px;
}
#index .banner .conBox .textBg {
  position: relative;
  height: 176px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 5;
}
#index .banner .conBox .textBg .title {
  position: relative;
  width: 100%;
  height: 114px;
  width: 740px;
  margin: auto;
  background: url(../img/index/banner_title.png) center / 100% no-repeat;
}
#index .banner .conBox .textBg .text {
  position: relative;
  width: 533px;
  margin: 14px auto 0;
  height: 48px;
  background: url(../img/index/banner_text.png) center / 100% no-repeat;
}
#index .section {
  overflow: hidden;
  display: none;
}
#index .advertising {
  position: relative;
}
#index .advertising .bg {
  background: url(../img/index/img1.jpg) center no-repeat;
}
#index .dataService {
  position: relative;
}
#index .dataService .bg {
  background: url(../img/index/img2.jpg) center no-repeat;
}
#index .communication {
  position: relative;
}
#index .communication .bg {
  background: url(../img/index/img3.jpg) center no-repeat;
}
#index .investment {
  position: relative;
}
#index .investment .bg {
  background: url(../img/index/img4.jpg) center no-repeat;
}
#index .indexCon.active .bg {
  animation: slowScale 6s forwards;
  -webkit-animation: slowScale 6s forwards;
}
#index .indexCon .bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#index .indexCon .text_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  height: 389px;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  z-index: 2;
}
#index .indexCon .conBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 324px;
  color: #333333;
  z-index: 3;
}
#index .indexCon .conBox.right {
  text-align: right;
}
#index .indexCon .conBox.right .line {
  float: right;
}
#index .indexCon .conBox.right .text p {
  float: right;
}
#index .indexCon .conBox.right .btn {
  float: right;
}
#index .indexCon .conBox .line {
  width: 76px;
  height: 4px;
  background: #f76a00;
}
#index .indexCon .conBox .title {
  margin-top: 27px;
  line-height: 70px;
  font-size: 56px;
}
#index .indexCon .conBox .text {
  position: relative;
  margin-top: 31px;
  line-height: 34px;
  font-size: 18px;
}
#index .indexCon .conBox .text p {
  font-family: "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  max-width: 1112px;
}
#index .indexCon .conBox .text p span {
  display: block;
}
#index .indexCon .conBox .btn {
  position: relative;
  margin-top: 61px;
  width: 150px;
  height: 45px;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #f76a00;
}
@keyframes slowScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes slowScale {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
#index .cooperation {
  background: #f8f8f8;
}
#index .cooperation .footer {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index .cooperation .conBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 130px;
  bottom: auto;
}
#index .cooperation .conBox .title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  color: #333333;
}
#index .cooperation .conBox .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: auto;
  bottom: -23px;
  width: 40px;
  height: 6px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #f76a00;
}
#index .cooperation .conBox .list {
  width: 1225px;
  margin: auto;
}
#index .cooperation .conBox .list .box {
  position: relative;
}
#index .cooperation .conBox .list .img {
  position: relative;
  float: left;
  margin: 25px 25px 0 0;
  width: 220px;
  height: 100px;
  background: #fff;
}
#index .cooperation .conBox .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#index .footerBox .fp-tableCell {
  height: 222px;
  display: block !important;
}
@media screen and (max-width: 1400px) {
  #index .indexCon .conBox {
    width: 100%;
    max-width: 1400px;
    padding: 0 110px 0 80px;
  }
}
@media screen and (max-height: 914px) {
  #index .cooperation .conBox .list .img {
    height: 95px;
  }
}
@media screen and (max-height: 870px) {
  #index .cooperation .conBox .list .img {
    height: 90px;
  }
}
@media screen and (max-height: 850px) {
  #index .cooperation .conBox {
    top: 125px;
  }
  #index .cooperation .conBox .title {
    margin-bottom: 25px;
  }
  #index .cooperation .conBox .title::after {
    bottom: -15px;
  }
  #index .cooperation .conBox .list .img {
    height: 85px;
  }
}
@media screen and (max-height: 798px) {
  #index .cooperation .conBox {
    top: 110px;
  }
  #index .cooperation .conBox .title {
    margin-bottom: 25px;
  }
  #index .cooperation .conBox .title::after {
    bottom: -15px;
  }
  #index .cooperation .conBox .list .img {
    height: 80px;
  }
}
@media screen and (max-height: 755px) {
  #index .cooperation .conBox .list .img {
    margin-top: 20px;
  }
}
@media screen and (max-height: 730px) {
  #index .banner .conBox {
    height: 135px;
  }
  #index .banner .conBox .textBg {
    height: 135px;
  }
  #index .banner .conBox .textBg .title {
    width: 700px;
    height: 90px;
  }
  #index .banner .conBox .textBg .text {
    width: 500px;
    height: 35px;
  }
  #index .cooperation .conBox {
    top: 105px;
  }
  #index .cooperation .conBox .title {
    margin-bottom: 15px;
  }
  #index .cooperation .conBox .title::after {
    bottom: -6px;
    height: 4px;
  }
}
@media screen and (max-height: 710px) {
  #index .cooperation .conBox .list .img {
    height: 77px;
  }
}
@media screen and (max-height: 695px) {
  #index .banner .conBox {
    height: 105px;
  }
  #index .banner .conBox .textBg {
    height: 105px;
  }
  #index .banner .conBox .textBg .title {
    width: 550px;
    height: 70px;
  }
  #index .banner .conBox .textBg .text {
    margin-top: 5px;
    width: 400px;
    height: 35px;
  }
  #index .indexCon .text_bg {
    height: 320px;
  }
  #index .indexCon .conBox {
    height: 220px;
    max-width: 1100px;
  }
  #index .indexCon .conBox .title {
    margin-top: 15px;
    line-height: 50px;
    font-size: 40px;
  }
  #index .indexCon .conBox .text {
    margin-top: 15px;
    line-height: 30px;
  }
  #index .indexCon .conBox .text p {
    width: 60%;
  }
  #index .indexCon .conBox .btn {
    margin-top: 30px;
  }
  #index .cooperation .conBox .title {
    font-size: 30px;
    line-height: 45px;
  }
  #index .cooperation .conBox .list {
    width: 1025px;
  }
  #index .cooperation .conBox .list .img {
    height: 75px;
    width: 180px;
  }
  #index .cooperation .conBox .list .img img {
    max-height: 30px;
    max-width: 95px;
  }
  #index .footer .con .right .top {
    padding-top: 34px;
  }
}
@media screen and (max-height: 680px) {
  #index .cooperation .conBox {
    top: 100px;
  }
  #index .cooperation .conBox .title {
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 666px) {
  #index .cooperation .conBox .list .img {
    margin-top: 15px;
  }
}
@media screen and (max-height: 648px) {
  #index .cooperation .conBox .list .img {
    height: 70px;
  }
  #index .footer {
    height: 175px;
  }
  #index .footer .left {
    padding-top: 40px;
  }
  #index .footer .right {
    height: 180px;
  }
  #index .footer .right .top {
    padding-top: 23px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #index .footer .right .text p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-height: 600px) {
  #index .cooperation .conBox .list {
    width: 978px;
  }
  #index .cooperation .conBox .list .img {
    height: 65px;
    width: 170px;
  }
}
