/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .pic {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .banner .pic {
    height: 220px;
    object-fit: cover;
  }
}
.swiper-container.banner .banner-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 3;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-container.banner .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: url('../images/icon29.png') no-repeat center;
  opacity: 1;
}
.swiper-container.banner .banner-pagination .swiper-pagination-bullet-active {
  background-image: url('../images/icon28.png');
}
@media (max-width: 1200px) {
  .swiper-container.banner .banner-pagination {
    bottom: 10px;
  }
}
.tabs {
  margin-bottom: 65px;
}
.tabs ul li {
  height: 46px;
  line-height: 44px;
  padding: 0 30px;
  margin: 0 6px;
  border: 1px solid #bbb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #858585;
}
.tabs ul li.active {
  border-color: #31aa87;
  color: #fff;
  background-color: #31aa87;
}
@media (max-width: 1600px) {
  .tabs {
    margin-bottom: 40px;
  }
  .tabs ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .tabs {
    margin-bottom: 10px;
  }
  .tabs ul {
    justify-content: flex-start !important;
    overflow-x: auto;
  }
  .tabs ul li {
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    margin: 0 2px;
    white-space: nowrap;
  }
}
.tab-content {
  background: url('../images/bg1.png') no-repeat center / cover;
}
.tab-content .item .desc {
  padding: 70px 0 0 260px;
}
.tab-content .item .desc h2 {
  margin: 0;
  font-size: 48px;
}
.tab-content .item .desc h3 {
  line-height: 24px;
  margin: 40px 0 45px;
  font-size: 16px;
  font-weight: normal;
  color: #343434;
}
.tab-content .item .desc ul li {
  line-height: 43px;
  font-size: 16px;
  color: #303030;
}
.tab-content .item .desc ul li + li {
  margin-top: 21px;
}
.tab-content .item .desc ul li .icon {
  width: 49px;
  height: 43px;
  margin-right: 17px;
}
.tab-content .item .pic {
  width: 49.0625%;
  margin-left: 92px;
}
.tab-content .item .pic img {
  display: block;
  width: 100%;
}
.tab-content .btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.tab-content .btn.prev {
  left: 40px;
  background-image: url('../images/prev1.png');
}
.tab-content .btn.next {
  right: 40px;
  background-image: url('../images/next1.png');
}
@media (max-width: 1600px) {
  .tab-content .item .desc {
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .tab-content .item .desc {
    padding: 10px;
  }
  .tab-content .item .desc h2 {
    font-size: 20px;
  }
  .tab-content .item .desc h3 {
    line-height: 22px;
    margin: 10px 0;
    font-size: 14px;
  }
  .tab-content .item .desc ul li {
    line-height: 30px;
    font-size: 14px;
  }
  .tab-content .item .desc ul li + li {
    margin-top: 10px;
  }
  .tab-content .item .desc ul li .icon {
    width: 34px;
    height: 30px;
    margin-right: 10px;
    background-size: auto 100%;
  }
  .tab-content .item .pic {
    width: 100%;
    margin: 0 0 10px;
  }
  .tab-content .btn {
    display: none;
  }
}
.index-box1 {
  padding-top: 87px;
}
.index-box1-pagination1,
.index-box1-pagination2 {
  display: none;
}
.index-box1-pagination1 .swiper-pagination-bullet,
.index-box1-pagination2 .swiper-pagination-bullet {
  background-color: #094488;
}
@media (max-width: 1200px) {
  .index-box1 {
    padding-top: 20px;
  }
  .index-box1-pagination1,
  .index-box1-pagination2 {
    display: block;
  }
}
.index-box2 {
  padding: 87px 0 57px;
  background: url('../images/bg2.png') no-repeat center bottom / 100%;
}
.index-box2 .bd {
  padding: 0 260px;
}
.index-box2 .bd ul {
  overflow: hidden;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  background: url('../images/bg3.webp') no-repeat center / cover;
}
.index-box2 .bd ul li {
  width: 16.66666667%;
  height: 605px;
}
.index-box2 .bd ul li:not(:first-child) {
  border-left: 1px solid #6f91bc;
}
.index-box2 .bd ul li .item {
  justify-content: center;
  height: 100%;
  padding: 23px 26px;
  color: #fff;
}
.index-box2 .bd ul li .item:hover {
  justify-content: center;
  background-color: rgba(11, 63, 136, 0.6);
}
.index-box2 .bd ul li .item:hover p {
  display: block;
}
.index-box2 .bd ul li .item .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.index-box2 .bd ul li .item h3 {
  margin: 17px 0 36px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  height: 56px;
}
.index-box2 .bd ul li .item p {
  display: none;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1600px) {
  .index-box2 .bd {
    padding: 0 80px;
  }
  .index-box2 .bd ul li .item {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .index-box2 {
    padding: 20px 0;
  }
  .index-box2 .bd {
    padding: 0 10px;
  }
  /*
  .index-box2 .bd ul {
    flex-direction: column;
  }*/
  .index-box2 .bd ul li {
    width: 50%;
    height: auto;
	border-bottom: 1px solid #6f91bc;
  }
  .index-box2 .bd ul li:nth-last-child(-n+2) {
	border-bottom: none;
  }
  .index-box2 .bd ul li .item {
    padding: 10px;
  }
  .index-box2 .bd ul li .item h3 {
    margin: 10px 0 15px;
    font-size: 14px;
	height: 44px;
  }
  .index-box2 .bd ul li .item p {
    text-align: center;
  }
}
.index-box3 {
  padding: 110px 260px 0;
  background: url('../images/bg4.png') no-repeat center top / 100%;
}
.index-box3 .bd ul {
  margin: -13px 12px;
}
.index-box3 .bd ul li {
  width: 33.33333333%;
  padding: 13px 12px;
}
.index-box3 .bd ul li:last-child {
  width: 100%;
}
.index-box3 .bd ul li .item {
  position: relative;
  padding: 30px 28px 30px 58px;
  margin-left: 33px;
  border: 1px solid #cecece;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.index-box3 .bd ul li .item .icon {
  position: absolute;
  top: 50%;
  left: -36.5px;
  width: 73px;
  height: 64px;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-position: center;
}
.index-box3 .bd ul li .item h3 {
  margin: 0;
  font-size: 18px;
}
.index-box3 .bd ul li .item p {
  line-height: 18px;
  margin: 12px 0 0;
  font-size: 14px;
}
@media (max-width: 1600px) {
  .index-box3 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .index-box3 {
    padding: 20px 10px 0;
  }
  .index-box3 .bd ul {
    margin: -5px;
  }
  .index-box3 .bd ul li {
    width: 100%;
    padding: 5px;
  }
  .index-box3 .bd ul li .item {
    padding: 10px 10px 10px 50px;
  }
}
.index-box4 {
  padding: 102px 260px 0;
  background: url('../images/bg5.png') no-repeat left center;
}
@media (max-width: 1600px) {
  .index-box4 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .index-box4 {
    padding: 20px 10px 0;
  }
}
.index-box5 {
  padding: 112px 260px 75px;
}
@media (max-width: 1600px) {
  .index-box5 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .index-box5 {
    padding: 20px 10px;
  }
}



.banner .banner-pic {display: none;}
.banner-video video {
	display: block;
    width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
}
.banner .banner-pc {display: none;}

.banner .banner-video {position: relative;}
.banner .banner-video .video-img {position: absolute; top: 40%;bottom:50%;width: 100%;}
.banner .banner-video .video-img img {max-width: 60%;}
.banner .banner-video .img-item {max-width: 1400px; margin: 0 auto;display: none;}
@media (max-width: 1460px) {
	.banner .banner-video .video-img .img-item {padding-left: 50px;}
}
/*
@media (max-width: 1200px) {
  .banner .banner-pic {display: block;}
  .banner .banner-video {display: none;}
}
*/