@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.center {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15%;
  width: 100%;
  
  background: #262626;
  height: 80px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.logo {
  display: block;

  height: auto;
}
.header-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs > li {
  position: relative;
  margin-left: 1vw;
}
.navs > li:first-child {
  margin-left: 0;
}
.navs > li:last-child {
  position: relative;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.navs > li > a {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 80px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .join-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: visible;
}

.navs-menu {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  background: #fff;
  height: 0;
  overflow: hidden;
}
.navs-menu-wrap {
  padding: 58px 10% 65px;
  border-top: 1px solid #e2e2e2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 35px 35px inset rgba(214, 214, 214, 0.2);
}
.navs-menu-item {
  display: inline-block;
}
.navs-menu-item dt {
  display: block;
  margin-bottom: 35px;
}
.navs-menu-item dt a {
  display: inline-block;
  padding-left: 10px;
  line-height: 20px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #0066d9;
}
.navs-menu-item dt a:hover {
  color: #0066d9;
}
.navs-menu-item dd {
  display: block;
}
.navs-menu-item dd p {
  margin-bottom: 13px;
}
.navs-menu-item dd p:last-child {
  margin-bottom: 0;
}
.navs-menu-item dd p a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.navs-menu-item dd p a:hover {
  color: #0066d9;
}
.mtop {
  height: 80px;
}


.navs__menu {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  padding-bottom: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
}
.navs__menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.navs__menu__list {
  width: 90%;
  margin: auto;
  padding-top: 100px;
}
.navs__menu__list > li {
  text-align: center;
  margin-bottom: 20px;
}
.navs__menu__list > li:last-child {
  margin-bottom: 0;
}
.navs__menu__list > li > a {
  display: inline-block;
  margin: auto;
  font-size: 18px;
  color: #0066d9;
}
.navs-menu-leval {
  display: none;
  margin-top: 8px;
  padding: 12px 0;
  background: #eff5fb;
}
.navs-menu-leval li {
  text-align: center;
}
.navs-menu-leval li a {
  display: inline-block;
  font-size: 15px;
  color: #666666;
  line-height: 2.2;
}

.banner-box {
  height: auto;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  z-index: 10;
  bottom: 53px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 17px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.2;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.banner-slide figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}



.banner-slide figure {
  /* -webkit-transition: 1s linear 2s;
  -o-transition: 1s linear 2s;
  -moz-transition: 1s linear 2s;
  transition: 1s linear 2s; */
}
.banner-slide.swiper-slide-active figure {
  -webkit-transition: 8s linear;
  -o-transition: 8s linear;
  -moz-transition: 8s linear;
  transition: 8s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner-swiper,
  .banner-slide figure {
    height: auto !important;
  }
  .banner-slide figure img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
  }
  .banner-box {
    height: auto;
  }
  
.w1300{max-width: 1300px; width: 90%; margin: 0 auto;}
.mobilebanner-box{display: none;}
.mobilebanner-box .swiper-slide img{width: 100%;}


.mobilebanner .swiper-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.mobilebanner .swiper-slide figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}



.mobilebanner .swiper-slide figure {
  -webkit-transition: 1s linear 2s;
  -o-transition: 1s linear 2s;
  -moz-transition: 1s linear 2s;
  transition: 1s linear 2s;
}
.mobilebanner .swiper-slide.swiper-slide-active figure {
  -webkit-transition: 8s linear;
  -o-transition: 8s linear;
  -moz-transition: 8s linear;
  transition: 8s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



.mobilebanner-box .swiper-slide img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.mobilebanner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.about-us{position: relative;}
.about-us::after{position: absolute; content: ""; left: 0; top: 0; width: 26%; height: 150%; background: #f5f5f5; z-index: 0;}
.about-us-box{display: flex; display: -webkit-flex; justify-content: space-between; padding: 85px 0; position: relative; z-index: 1;}
.about-us-box .left{width: 45%;}
.about-us-box .left .img{width: 100%;}
.about-us-box .left .img img{display: block; width: 100%;}
.about-us-box .text{width: 50%; padding: 40px 0 0;}
.about-us-box .text .h1{color: #333333; font-weight: bold; font-size: 30px; margin-bottom: 20px;}
.about-us-box .text .info{padding: 40px 0;}
.about-us-box .text .info p{text-indent: 20px; color: #555555; font-size: 14px; line-height: 2.5;}
.about-us-box .text .more{transition: all 0.6s; background: #3388ff; color: #ffffff; border-radius: 35px; height: 60px; line-height: 60px; width: 205px; text-align: center; font-size: 15px; margin-top: 10vh; font-family: arial; display: block;}
.about-us-box .text .more:hover{background: #f5f5f5; color: #141418; box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}


.about-ti{position: absolute; right: 2%; top: 7%;  }

.index-title{text-align: center; }
.index-title h3{color: #ffffff; font-size: 42px; font-weight: normal; margin-bottom: 10px;}
.index-title p{color: #ffffff; font-size: 20px;}


.business{background: url(../images/xm-bg1.png) no-repeat center top; margin-top: -22vh; padding-bottom: 8vh; padding-top: 30vh; background-size: cover;}
.business-box {display: flex; display: -webkit-flex; justify-content: space-between; }
.business-box .business-btn{position: relative; width: 20%;padding-top: 2%; padding-bottom: 6%;}
.business-box .business-btn::after{position: absolute; content: ""; height: 100%; background: #ffffff; opacity: .3; width: 1px; right: 0; top: 0; z-index: 0;}
.business-box .business-btn li{position: relative;  padding: 30px 0 40px; z-index: 1; cursor: pointer;}
.business-box .business-btn li::after{position: absolute; content: ""; right: 0; height: 25px; width: 25px; background: #ffffff; border: 4px solid #3388ff; margin-right: -12px; box-sizing: border-box; border-radius: 50%;top: 50%;
margin-top: -16px}
.business-box .business-btn li span{display: block; color: #ffffff; font-size: 28px; opacity: .5;}


.business-box-lunbo{width: 70%;}
.business-box-lunbo .img{border-radius: 8px; overflow: hidden; background: url(../images/pic-bg.jpg) no-repeat; background-size: cover; padding: 10px; box-sizing: border-box;}
.business-box-lunbo .img img{ width: 100%; display: block;}
.business-box-lunbo .text{color: #ffffff; font-size: 14px; margin-top: 4%; line-height: 2.5;} 

.business-box .business-btn li.active span{font-weight: bold; opacity: 1;}
.business-box .business-btn li.active::after{background: #3388ff; border: 4px solid #ffffff; box-sizing: border-box;}

.index-title2 h3{color: #000000;}
.index-title2 p{color: #666666;}



.advantage{ padding-bottom: 50px; position: relative;}
.advantage .inner{position: relative; z-index: 1;}
.advantage-box .item{display: flex; display: -webkit-flex; justify-content: space-between;}
.advantage-box .item .img{width: 50%;}
.advantage-box .item .img img{display: block; width: 100%; height: 100%; object-fit: cover;}
.advantage-box .item .text{width: 50%; padding: 3% 4% 0 3%; box-sizing: border-box;}
.advantage-box .item .text h2{color: #3388ff; font-size: 24px; margin-bottom: 10px;}
.advantage-box .item .text h3{color: #dddddd; font-size: 18px; font-family: "DIN";text-transform: uppercase;}
.advantage-box .item .text .info{padding: 20px 0; box-sizing: border-box;}
.advantage-box .item .text .info p{font-size: 14px; color: #666666; line-height: 2.5;} 
.advantage::after{background: #f4f5f9; position: absolute; content: ""; left: 0; bottom: 0; height: 70%; width: 100%; z-index: 0;}
.advantage-box .item2{position: relative; margin-top: 4%; background: #ffffff;z-index: 1;}
.advantage-box .item2 .text{width: 58%;  background: #ffffff; padding: 3% 4% 0 3%; box-sizing: border-box;}
.advantage-box .item2 .img{width: 42%;}
.advantage-box .item2::after{background: #cddffa; position: absolute; content: ""; left: 0; bottom: 0; height: 100%; width: 200%; z-index: -1;}

.news{margin-bottom: 20px;}
.news-box{display: flex; display: -webkit-flex; flex-wrap: wrap; }
.news-box li{width: 32%;position: relative; background: #f4f5f9; margin-left: 2%; margin-bottom: 30px;}
.news-box li .img{display: block; overflow: hidden;}
.news-box li .img img{display: block; width: 100%; 
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;}
.news-box li .text{padding:25px 25px 30px; box-sizing: border-box;}
.news-box li .text h3{color: #000000; font-size: 18px; font-weight: normal;}
.news-box li .text p{color: #666666; font-size: 14px; margin-top: 10px;}
.news-box li:nth-child(3n+1){margin-left: 0;}

.news-box li:before {
  content: "";
  width: 0;
  height: 5px;
  background: #0066d9;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.news-box li:hover:before,
.news-box li.active:before {
  width: 100%;
  right: auto;
  left: 0;
  z-index: 0;
}
.news-box li:hover {
  background: #f1f8ff;
}

.news-box li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.footer{background: url(../images/footer-bg.jpg) no-repeat center top; background-size: cover; }
.footer .footer-logo{padding: 40px 0;}
.footer .footer-logo img{display: block; margin: 0 auto;}
.footer .footer-nav{border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); margin: 0 auto;justify-content: center; display: flex; display: -webkit-flex; padding: 20px 0; box-sizing: border-box;}
.footer .footer-nav a{color: #ffffff; font-size: 16px; padding: 0 5%; position: relative;}
.footer .footer-nav a::after{position: absolute; content: ""; left: 0; top: 6px; height: 70%; width: 1px; background: rgba(255,255,255,.3);}
.footer .footer-nav a:first-child::after{background: none;}
.footer .footer-text{text-align: center; padding: 60px 0;}
.footer .footer-text p{text-align: center; color: #ffffff; font-size: 14px;}
.footer .footer-text .ft-erweima{margin-top: 40px;}
.footer .footer-text .ft-erweima img{display: block; margin: 0 auto;}
.footer-bottom{text-align: center; color: #ffffff; font-size: 14px;border-top: 1px solid rgba(255,255,255,.3); padding: 20px 0;}


.pabnner { position: relative; line-height: 1; }
.pabnner figure { position: relative; display: block; padding-bottom: 26.04%; height: 0; overflow: hidden; line-height: 1; }
.pabnner figure img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 0.58s; -o-transition: 0.58s; -moz-transition: 0.58s; transition: 0.58s; }
.pabnner figure img { -webkit-transition: 0s; -o-transition: 0s; -moz-transition: 0s; transition: 0s; }
.ptext { position: absolute; left: 0; top: 45%; width: 100%; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); overflow: hidden; }
.ptext strong { display: block; margin-bottom: 26px; line-height: 1; font-size: 50px; font-weight: normal;  color: #1a8cea; font-weight: bold;}
.ptext small { display: block; line-height: 1; color: #555555; font-size: 35px; text-transform: uppercase; font-family: arial; }
.ptext.article-block strong,
.ptext.article-block small {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.ptext.articleShow strong,
.ptext.articleShow small {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ptext.articleShow small {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.phide {
  overflow: hidden;
}

.main-box{padding: 40px 0;}
.paging{ display: flex; flex-direction: row; justify-content: center; padding: 20px 0; }
.paging a{font-size: 14px; display: inline-block; text-align: center; height: 45px; line-height: 45px; width: 45px; background: #FFF; border: 1px solid #E5E5E5; margin: 0 10px; box-sizing: border-box; border-radius: 50%;}
.paging a.on,.paging a:hover{ background: #3388ff; border: 1px solid #3388ff; color: #FFF; }
.paging a.first ,.paging a.last{width: auto; padding: 0 25px; border-radius: 30px;}
.mopaging{margin: 1rem auto; display: none; padding: 0;}
.mopaging a{display: block;  width: 50%; height: 45px; line-height: 45px; text-align: center; color: #ffffff; background: #3085fa; margin: 0 auto; border-radius: 30px;}

.pagebusiness-list{display: flex; display: -webkit-flex; flex-wrap: wrap; padding-bottom: 20px;}
.pagebusiness-list li{width: 49%; margin-left: 2%; margin-bottom: 20px; position: relative;}
.pagebusiness-list li:nth-child(2n+1){margin-left: 0;}
.pagebusiness-list li .img{display: block; overflow: hidden;}
.pagebusiness-list li .img img{display: block; width: 100%;display: block; width: 100%; 
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;}
.pagebusiness-list li .text{padding: 20px 0 30px; box-sizing: border-box; -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;}
.pagebusiness-list li .text h3{color: #333333; font-size: 28px; font-weight: normal;}
.pagebusiness-list li .text p{margin-top: 10px; font-size: 14px; color: #888888;}

.pagebusiness-list li:hover .text{padding: 20px 20px 30px; box-sizing: border-box;}
.pagebusiness-list li:before {
  content: "";
  width: 0;
  height: 5px;
  background: #0066d9;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.pagebusiness-list li:hover:before,
.pagebusiness-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
  z-index: 0;
}
.pagebusiness-list li:hover {
  background: #f1f8ff;
}

.pagebusiness-list li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}




/*pageNewsD*/

.pageNewsD{width: 100%;border-bottom: 1px solid #eeeeee;overflow: hidden;}
.pageNewsD .inner{display: flex; display: -webkit-flex;}
.pageNewsD .contBox{width: 70%; border-right: 1px solid #eeeeee; box-sizing: border-box; position: relative; box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
.pageNewsD .contBox .top{padding: 30px; border-bottom: 1px solid #e5e5e5;}
.pageNewsD .contBox .title{color: #333333;font-size: 30px;font-weight: bold;}
.pageNewsD .contBox .time{color: #666666;font-size: 14px;padding: 10px 0; display: flex; display: -webkit-flex; justify-content: space-between;}
.pageNewsD .contBox .time .Left span{margin-right: 10px;}
.pageNewsD .contBox .time .Right span a.on{color: #1d91c2;}
.pageNewsD .contBox .time .Right span a:hover{color: #1d91c2;}
.pageNewsD .contBox .time .Right .dayin{margin-left: 25px;}
.pageNewsD .contBox .text{color: #333;font-size: 14px;line-height: 2.5; padding:30px; box-sizing: border-box;}
.pageNewsD .contBox .text p{margin-bottom: 20px;}

/*.pageNewsD .contBox .text img{ max-width: 10%;}*/

.pageNewsD .contBox .bot{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; padding:30px 20px; box-sizing: border-box; border-top: 1px solid #eeeeee;}
.pageNewsD .contBox .bot .link{ font-size: 14px; width: 70%;}
.pageNewsD .contBox .bot .link a{font-size: 14px; color: #333333; display: block; line-height: 40px;}
.pageNewsD .contBox .bot .back{width: 165px; height: 45px; line-height: 45px; text-align: center; background: #e5f4fb; border-radius: 35px;}
.pageNewsD .contBox .bot .back a{font-size: 14px; color: #333333;}

.pageNewsD .newsD{width:30%; margin-left: 10px; padding:30px; box-sizing: border-box;position: sticky; display: inline-block; background-color: #fff; z-index: 3;}
.pageNewsD .newsD h1{color: #333333; padding-bottom: 20px;  border-bottom: 1px solid #eeeeee; font-size: 24px;font-weight: bold; }
.pageNewsD .newsD ul{width: 100%;}
.pageNewsD .newsD ul li{width: 100%;border-bottom: 1px solid #e5e5e5;padding: 20px 0;}
.pageNewsD .newsD ul li .tit{color: #333333;font-size: 15px;line-height: 2;transition: all 0.6s ease;}
.pageNewsD .newsD ul li .time{color: #999;font-size: 14px;margin-top: 8px;transition: all 0.6s ease; font-family: arial;}
.pageNewsD .newsD ul li:hover .tit{color: #e62129;}
.pageNewsD .newsD ul li:hover .time{color: #333333;}


/*合作伙伴*/
.partner{background: url(../images/container03_bg.jpg) no-repeat center  top; margin-bottom: 100px;}
.partner_list li{background: #ffffff; width:calc(100%/5); width: -webkit-calc(100%/5); width: -moz-calc(100%/5); box-sizing: border-box; margin-top: 20px; text-align: center; position: relative; display: block; text-align: center; float: left;}
.partner_list li a{ display: block; width: 88%; margin: 0 auto; border: 1px solid #d8d8d8;}
.partner_list li img{overflow: hidden; margin: 0 auto; max-width: 100%; overflow: hidden;}
.partner_list li .con{background: #3488ff; width: 88%; margin: 0 auto; height: 100%; position: absolute; bottom: 0;  display: none;}
.partner_list li .con h3{color: #ffffff; display: table-cell; vertical-align: middle; font-size: 18px;}
.partner_list li a{display: block; transition: all 0.6s;}
.partner_list li a:hover .con{ display: block; display: table;}

.indexSection1{ background: #fbfbfb; }
.indexSection1 ul{ margin: 70px 0; }
.p60-0{ padding: 60px 0;}
.indexSection1 ul li{   background: #176de6; color: #fff; margin: 0 30px; font-size: 18px; padding: 100px 16px; flex: 1; border-radius: 80px; transition: all .5s; text-align:center;}
.indexSection1 ul li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);  transform: translateY(-10px);}
.margin-top-20{ margin-top: 20px;}
.indexSection2{}
.indexImg{ width: 456px;}
.indexImg img{ max-width: 100%;}
.indexTxt{ width: 580px;}
.incon1{ background: #176de6; color: #fff; font-size: 22px; width: 170px; height: 55px; border-radius: 5px;}
.incon2{ font-size: 30px; line-height: 1.6; margin: 25px 0;}
.incon3{ line-height: 2; font-size: 14px;}
.incon4{ font-size: 17px;  width: 160px; height: 48px; background:#5f86e7 ; color: #fff !important; border-radius: 25px; margin-top: 25px; transition: all .36s;}
.incon4:hover{  transform: translateY(10px);}

.indexSection3{ background: #1f1f1f; color: #fff;}
.indexSection3 .inner{ flex-direction: row-reverse;}

.indexSection4{background: #fbfbfb; }
.indexSection4 ul{ justify-content: center;}
.indexSection4 li{ margin: 0 30px; text-align: center; display: flex; flex-direction: column; align-items: center;margin-top: 45px;transition: all .36s;}
.indexSection4 li div:first-child{ border: 1px solid #434343; font-size: 19px; height: 40px; line-height: 40px; padding: 0 45px; border-radius: 20px; transition: all .36s;}

.indexSection4 li div:last-child{ color: #888; font-size: 14px; margin-top: 11px;}
.indexSection4 li:hover { transform: translateY(-10px);}
.indexSection4 li:hover div:first-child{ background: #176de6; color: #fff; border-color: #176de6;}

.wmax{ width: 100% !important;}
.hmax{ height: 100% !important;}
.color-white{ color: #fff;}
.bg-white{ background: #fff;}
.f24{ font-size: 24px;}
.bg-blue{ background: #176de6;}
.cursor{ cursor: pointer;}
.transition{ transition: all .36s;}
.Popup{ width: 100vw; height: 100vh;  background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; z-index: 9999; display: none;  }
.PopupBox{ width: 1050px;}
.PopupClose{ opacity: 0.8;}
.PopupBox .tit{ height: 70px; padding: 0 25px;}
.PopupBox .con{ padding: 30px; flex-wrap: wrap;}
.PopupBox .con .item{ width: 47%; margin-bottom: 20px;}
.PopupBox .con .item3{ width: 22.5%!important; margin-bottom: 20px;margin-right: 4%;}
.PopupBox .con .item4{ width: 47%!important; margin-bottom: 20px;}
.PopupBox .dis-flex-between{justify-content: inherit;}
.PopupBox .con .item:last-child{ margin-bottom: 0;}
.PopupBox .con .item div.f16 span{ color: red; }
.PopupBox .con .item div.f16 { margin-bottom: 20px;}
.PopupBox .con .item  .bg-blue:hover{ opacity: 0.9;}
.PopupBox .layui-input,.PopupBox .layui-select,.PopupBox .layui-textarea{ min-height: 50px; line-height: 50px; width:calc( 100% - 15px); border: 1px solid #e5e5e5;  padding-left: 15px;}
.PopupBox .lay-ext-mulitsel .layui-input.multiple{height: 50px;}

.PopupClose:hover{ transform: rotate(180deg); opacity: 1;}

@media screen and (max-width:1000px) {   .PopupBox{ width: 80%;}.indexSection1 ul li{ margin: 0 18px;}}
@media screen and (max-width:750px) {   	.PopupBox .con .item3{ width: 47%!important; margin-bottom: 20px;margin-right: 4%;}
.PopupBox .con>div:nth-child(2){margin-right: 0%;}
.PopupBox .con .item4{ width: 100%!important; margin-bottom: 20px;}
.PopupBox .con .item{ margin-bottom: 18px; width: 100%;}
.PopupBox .dis-flex-between {
justify-content: space-between; flex-direction: column;
}}

@media screen and (max-width:500px) {   .PopupBox{ width: 96%;}
.PopupBox .tit{ height: 50px; padding: 0 15px;}
.f24{ font-size: 16px;}
.PopupClose{ width: 20px;}
.PopupBox .con{ padding: 15px;}
.PopupBox .con .item div.f16{ margin-bottom: 10px;}
.PopupBox .con .item{ margin-bottom: 18px; width: 100%;}
.PopupBox .layui-input,.PopupBox .layui-select,.PopupBox .layui-textarea{ min-height: 50px; line-height: 38px;}
}
.addBtn{ cursor: pointer;}

.casemore{ color: crimson; padding-top: 40px;  text-align: center; font-size: 22px; line-height: 1;}
footer{ background: rgb(38, 38, 38); color: #fff;   font-size: 14px; }
footer .item{ width: 25%; border-right: 1px solid rgb(255 255 255 / 15%); line-height:3;    padding: 0 65px;white-space: nowrap;}
footer  .dis-flex-between{ padding: 35px 0} 
.erweima{ width: 100px;  margin-top:10px;}
.footer-bottom{ background: #000;}

.shiyongrel{ background: #051429; padding: 30px 0;}
.shiyongrel div:first-child{ font-size: 22px; color: #fff;}
.shiyongrel div:last-child{ color:#176de6 ; font-size: 50px;}

 
@media screen and (max-width:1200px) { 

    .shiyongrel{ background: #051429; padding: 25px 0;}
.shiyongrel div:first-child{ font-size: 20px; color: #fff;}
.shiyongrel div:last-child{ color:#176de6 ; font-size: 45px;}


footer .item{ padding: 0 30px;}

}

@media screen and (max-width:1000px) {

    
    footer  .dis-flex-between{  flex-wrap: wrap;}
    footer .item{  width: 100%; border: none;}

    footer  .dis-flex-between .item:nth-child(2){ display: none;}
    footer  .dis-flex-between .item:nth-child(3){  width: 50%;}
    footer  .dis-flex-between .item:nth-child(4){  width: 50%;}
    
}
 
 

@media screen and (max-width:750px) {
    .casemore{padding-top: 20px; font-size: 18px;} 
    .shiyongrel div:last-child{ font-size: 30px;}
    .shiyongrel{ padding: 15px 0;}
    footer .dis-flex-between{ padding: 10px 0;}
    .footer-bottom{ padding:  15px;}
    .gz{ display: none;}
 }
