html{
  overflow-x: hidden;
}
@media (max-width: 1602px){
  /*.header-index-wrap .navigator li.nav-li{
    margin: 0 25px!important;
  }*/    .header-index-wrap .navigator li.nav-li{    margin: 0 18px!important;  }
}

.index-container {
  width: 1540px;
  margin: 0 auto;
}
.header-index-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-index-wrap .header {
  height: 106px;
}
.header-index-wrap .head-logo {
  height: 106px;
  width: auto;
  float: left;
}
.header-index-wrap .head-logo img {
  vertical-align: middle;
  margin-top: 30px;
  height: 40px;
}
.header-index-wrap .header-search {
  cursor: pointer;
}
.header-index-wrap .head-nav {
  height: 106px;
  width: auto;
  float: right;
}
.header-index-wrap .navigator {
  height: 100%;
  width: auto;
  margin-left: 138px;
}
.header-index-wrap .navigator li.nav-li {
	height: 100%;    margin: 0 28px;    float: left;    text-align: center;    line-height: 106px;    position: relative;
}
.header-index-wrap .navigator li.nav-li .nav_ul {
  position: absolute;
  left: -12px;
  top: 106px;
  height: auto;
  width: 100px;
  background-color: #ffb96a59;
  display: none;
  padding: 0;
  margin: 0;
}
.header-index-wrap .navigator li.nav-li:nth-child(4) .nav_ul {
  width: 150px;
  left: -40px;
}
.header-index-wrap .navigator li.nav-li:hover .thisNav {
  color: #ff8800;
  font-size: 18px;
}
.header-index-wrap .navigator li.nav-li:hover .nav_ul {
  display: block;
}
.header-index-wrap .navigator li.nav-li .nav_ul li {
  height: 35px;
  line-height: 35px;
}
.header-index-wrap .navigator li.nav-li .nav_ul li a {
  font-size: 14px;
  color: #fff;
}
.header-index-wrap .navigator li.nav-li .nav_ul li a:hover {
  color: #ff8800;
}
.header-index-wrap .navigator li.nav-li i {
  display: block;
  height: 1px;
  width: 20px;
  background-color: #ff8800;
}
.header-index-wrap .navigator li.nav-li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;

  display: block;

  width: 100%;
  height: 100%;
  overflow: hidden;

}
.header-index-wrap .navigator .thisNav.active {
  color: #ff8800;
  font-size: 18px;
}
.banner {
  width: 100%;
  height: 940px;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.banner .pagination {
  position: absolute;
  z-index: 20;
  right: 130px;
  top: 46%;
  text-align: center;
}
.banner .swiper-pagination-switch {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: transparent;
  margin-right: 16px;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
}
.banner .swiper-pagination-switch:before {
  position: absolute;
  top: 12px;
  left: 6px;
  content: '';
  border-left: 1px solid #b6b3b3;
  height: 34px;
}
.banner .swiper-pagination-switch:last-child:before {
  display: none;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #f80;
  border: 2px solid #f80;
}
.banner:before {
  position: absolute;
  bottom: 3px;
  left: 49%;
  z-index: 11;
  content: '';
  width: 26px;
  height: 46px;
  background: url(../images/banner-down.png) no-repeat center;
}
.about-us-bg {
  padding: 96px 0 72px;
}
.about-us-bg .about-us .about-left {
  width: 682px;
}
.about-us-bg .about-us .about-left .about-name {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 3px;
  color: #104ea3;
  padding: 20px 0 30px;
}
.about-us-bg .about-us .about-left .about-des p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #555555;
  margin-top: 0;
  margin-bottom: 4px;
}
.about-us-bg .about-us .about-left .about-data {
  padding: 38px 0;
}
.about-us-bg .about-us .about-left .about-data .about-data-item {
  width: 170px;
  height: 160px;
  text-align: center;
  background: #f7f7f7;
  color: #2461b6;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about-us-bg .about-us .about-left .about-data .about-data-item .data-num {
  font-size: 42px;
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: bold;
}
.about-us-bg .about-us .about-left .about-data .about-data-item .data-text {
  font-size: 12px;
}
.about-us-bg .about-us .about-left .about-data .active:hover {
  color: #fff;
  background: #f90;
}
.about-us-bg .about-us .about-left .about-data .about-data-item:hover {
  color: #fff;
  background: #f90;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-us-bg .about-us .about-left .about-more span {
  display: block;
  width: 148px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #f60;
  border: solid 1px #ff9900;
  cursor: pointer;
}
.about-us-bg .about-us .about-right {
  width: 811px;
  height: 546px;
  padding-top: 12px;
  position: relative;
}
.about-us-bg .about-us .about-right .img {
  width: 100%;
  height: 100%;
}
.about-us-bg .about-us .about-right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -29px;
}
.industry-bg {
  position: relative;
}
.industry-bg .industry-grey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 742px;
  background-color: #f5f5f5;
}
.industry-bg .industry-cont-bott-bg {
  background: #104ea3;
  padding-bottom: 110px;
}
.industry-bg .industry .news-title {
  padding-top: 54px;
}
.industry-bg .industry .news-title .news-title-top {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 4px;
  color: #0b0205;
  position: relative;
}
.industry-bg .industry .news-title .news-title-bottom {
  font-size: 32px;
  line-height: 1;
  color: #104ea3;
  position: relative;
  padding-top: 22px;
  padding-bottom: 28px;
}
.industry-bg .industry .news-title .news-title-bottom:after {
  position: absolute;
  top: 80px;
  left: 0;
  content: '';
  width: 92px;
  height: 6px;
  background-color: #ff9900;
}
.industry-bg .industry .industry-cont {
  position: relative;
  padding-top: 67px;
}
.industry-bg .industry .industry-cont .industry-item {
  width: 512px;
  height: 350px;
  position: relative;
}
.industry-bg .industry .industry-cont .industry-item .industry-item-top {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.industry-bg .industry .industry-cont .industry-item .industry-item-top img.item-img {
  width: 100%;
  height: 100%;
}
.industry-bg .industry .industry-cont .industry-item .industry-item-top .item-text {
  display: none;
  width: 100%;
  height: 100%;
  line-height: 315px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  color: #fff;
}
.industry-bg .industry .industry-cont .industry-item .industry-item-bott {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.industry-bg .industry .industry-cont .industry-item .industry-item-bott .item-bott-logo {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
/*.industry-bg .industry .industry-cont .industry-item .industry-item-bott .item-bott-logo img {*/
/*width: 50%;*/
/*}*/
.industry-bg .industry .industry-cont .industry-item .industry-item-bott .item-bott-text {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}
.industry-bg .industry .industry-cont .industry-item .industry-item-bott .item-bott-more a {
  display: block;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  border: solid 1px #ff9900;
  color: #f90;
  text-align: center;
  line-height: 40px;
}
.industry-bg .industry .industry-cont .industry-item:hover .industry-item-bott {
  opacity: 1;
}
.industry-bg .industry .industry-cont .item2 .item-text {
  line-height: 200px;
}
.industry-bg .industry .industry-cont .item5 .item-text {
  line-height: 400px;
}
.industry-bg .industry .industry-cont .item7 {
  width: 513px;
  height: 315px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -157px;
  margin-left: -256px;
  background: #fff;
}
.industry-bg .industry .industry-cont .item7 .other-name {
  text-align: center;
  padding-top: 16px;
}
.industry-bg .industry .industry-cont .item7 .other-text {
  padding: 0 46px;
  padding-top: 10px;
  padding-bottom: 16px;
  text-align: center;
}
.industry-bg .industry .industry-cont .item7 .other-more {
  width: 129px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #ff9900;
  font-size: 16px;
  color: #f60;
  margin: 0 auto;
}
.information-bg {
  padding-top: 124px;
  position: relative;
}
.information-bg .infor-grey {
  background: #f7f7f7;
  height: 306px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.information-bg .infor {
  position: relative;
  z-index: 10;
}
.information-bg .infor .infor-top {
  margin-bottom: 60px;
}
.information-bg .infor .infor-top .infor-fl {
  width: 56%;
}
.information-bg .infor .infor-top .infor-fl img {
  width: 90%;
}
.information-bg .infor .infor-top .infor-fr {
  position: relative;
  width: 40%;
}
.information-bg .infor .infor-top .infor-fr .infor-title {
  padding-top: 28px;
  margin-bottom: 94px;
  position: relative;
}
.information-bg .infor .infor-top .infor-fr .infor-title .news-title-top {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 4px;
  color: #0b0205;
  position: relative;
}
.information-bg .infor .infor-top .infor-fr .infor-title .news-title-bottom {
  font-size: 32px;
  line-height: 1;
  color: #104ea3;
  position: relative;
  padding-top: 22px;
  padding-bottom: 28px;
}
.information-bg .infor .infor-top .infor-fr .infor-title .news-title-bottom:after {
  position: absolute;
  top: 80px;
  left: 0;
  content: '';
  width: 92px;
  height: 6px;
  background-color: #ff9900;
}
.information-bg .infor .infor-top .infor-fr .infor-p .infor-h3 {
  color: #104ea3;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 34px;
}
.information-bg .infor .infor-top .infor-fr .infor-p .infor-p-text {
  font-size: 18px;
  color: #2a69c1;
  line-height: 1.8;
  text-indent: 2em;
}
.information-bg .infor .infor-top .infor-fr .infor-p .infor-p-more {
  padding-top: 50px;
  text-align: right;
}
.information-bg .infor .infor-top .infor-fr .infor-p .infor-p-more a {
  display: inline-block;
  width: 140px;
  height: 40px;
  border: 2px solid #ff9900;
  color: #f90;
  line-height: 40px;
  text-align: center;
}
.information-bg .infor .infor-top .infor-fr .infor-right-bg {
  position: absolute;
  right: -44px;
  top: 0;
}
.information-bg .infor .infor-bott {
  margin-right: -106px;
  padding-bottom: 56px;
}
.information-bg .infor .infor-bott .infor-bott-fl {
  width: 404px;
  margin-right: 144px;
  position: relative;
}
.information-bg .infor .infor-bott .infor-bott-fl .infor-h5 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  color: #343434;
  margin-bottom: 26px;
}
.information-bg .infor .infor-bott .infor-bott-fl .infor-bott-name {
  font-size: 18px;
  line-height: 1;
  color: #444;
  margin-bottom: 22px;
}
.information-bg .infor .infor-bott .infor-bott-fl .infor-bott-p {
  line-height: 24px;
}
.information-bg .infor .infor-bott .infor-bott-fl:first-of-type .infor-bott-name {
  color: #104ea3;
}
.information-bg .infor .infor-bott .infor-bott-fl:before {
  position: absolute;
  height: 108px;
  border-left: 1px solid #dedbdb;
  content: '';
  top: 60px;
  right: -66px;
}
.information-bg .infor .infor-bott .infor-bott-fl:last-child:before {
  display: none;
}
.grey-bg {
  background: #f7f7f7;
  height: 160px;
}
#example_video_1{
  width: 811px;
  height: 524px;
}
@media screen and (max-width: 1600px) {
  .index-container {
    width: 1200px!important;
  }
  .header-index-wrap .navigator {
    margin-left: 0;
  }
  .banner .swiper-container {
    min-width: 1200px;
  }
  #example_video_1{
    width: 604px;
    height: 390px;
  }
  .about-us-bg .about-us .about-left {
    width: 580px;
  }
  .about-us-bg .about-us .about-left .about-data {
    padding: 16px 0 24px;
  }
  .about-us-bg .about-us .about-left .about-data .about-data-item {
    width: 140px;
    height: 150px;
  }
  .about-us-bg .about-us .about-right {
    width: 600px;
    height: auto;
  }
  .industry-bg .industry .industry-cont .industry-item {
    width: 400px;
    height: 280px;
  }
  .information-bg .infor .infor-top .infor-fr .infor-title {
    margin-bottom: 40px;
  }
  .information-bg .infor .infor-top .infor-fr .infor-p .infor-h3 {
    margin-bottom: 18px;
  }
  .information-bg .infor .infor-bott .infor-bott-fl {
    margin-right: 78px;
    width: 350px;
  }
  .information-bg .infor .infor-bott .infor-bott-fl:before {
    right: -40px;
  }
}
.addAnimate .about-us .about-icon {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
}
.addAnimate .about-us .about-name {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
}
.addAnimate .about-us .about-des {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.3s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.3s both;
}
.addAnimate .about-us .about-data {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.4s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.4s both;
}
.addAnimate .about-us .about-more {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.5s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.5s both;
}
.addAnimate .about-us .about-right {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
}
.industry-bg.addAnimate .news-title {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
}
.industry-bg.addAnimate .industry-cont .item1 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
}
.industry-bg.addAnimate .industry-cont .item2 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.3s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.3s both;
}
.industry-bg.addAnimate .industry-cont .item3 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.4s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.4s both;
}
.industry-bg.addAnimate .industry-cont .item4 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.5s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.5s both;
}
.industry-bg.addAnimate .industry-cont .item5 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.6s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.6s both;
}
.industry-bg.addAnimate .industry-cont .item6 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.7s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.7s both;
}
.industry-bg.addAnimate .industry-cont .item7 {
  -webkit-animation: scaleOpacity 0.4s cubic-bezier(0, 0, 0.71, 1.17) 1s both;
  animation: scaleOpacity 0.4s cubic-bezier(0, 0, 0.71, 1.17) 1s both;
}
.information-bg.addAnimate .infor-fl {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
}
.information-bg.addAnimate .infor-title {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.1s both;
}
.information-bg.addAnimate .infor-h3 {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.2s both;
}
.information-bg.addAnimate .infor-p-text {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.3s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.3s both;
}
.information-bg.addAnimate .infor-p-more {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.4s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.4s both;
}
.information-bg.addAnimate .infor-bott-fl:nth-child(1) {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.5s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.5s both;
}
.information-bg.addAnimate .infor-bott-fl:nth-child(2) {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.6s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.6s both;
}
.information-bg.addAnimate .infor-bott-fl:nth-child(3) {
  -webkit-animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.7s both;
  animation: cooperate 0.4s cubic-bezier(0, 0, 0.71, 1.17) 0.7s both;
}
@-webkit-keyframes cooperate {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes cooperate {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.vjs-poster{
  background-color: #fff!important;
}
