body {
  overflow-x: hidden;
}
.newTop{ 
	  position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 101;
    width: 100%;
  }
  @media(max-width:992px){
    .newTop{ 
      background: #00000080 !important;
    }
  }
  .pulldown { 
    background: rgb(255, 255, 255);
  }

  .pulldown .hotline{ 
    background: url(../images/tel2.svg) no-repeat left center !important;
    color: rgb(102, 102, 102) !important;
  }
  @media(min-width:992px){
    .pulldown .top-nav .item>a{ 
      color: rgb(102, 102, 102) !important;
    }
    .pulldown .search > a{
      background: url(../images/search_icon1.png) no-repeat center center !important;
    }
    .pulldown .search input{
      background: rgb(72 72 72 / 10%) !important;
      color: rgb(124 124 124) !important;
    }
  }
.top .logo{position: absolute;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);max-height: 90%;display: inline-block; z-index: 10;}
.top .logo img{max-width: 164px;max-height: 100%;}
.top .top-nav{float: right;display: block;}
.top .top-nav .item{float: left;margin: 0 36px; padding:15px 0;}
.pulldown .top-nav .item{padding: 20px 0;}
.top .top-nav .item.has-sub{margin-right: 19px;}
.top .top-nav .item.has-sub#m3 .w1600{max-width: 770px;}
.top .top-nav .item.has-sub#m4 .w1600{max-width: 1030px;}
.top .top-nav .item.has-sub#m61 .w1600{max-width: 1360px;}
.top .top-nav .item>a{position:relative;display: inline-block;font-size: 18px;line-height: 46px;color: #fff;}
.top .top-nav .item.aon>a::after,
.top .top-nav .item>a::after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #346ff4;
  border-radius: 3px;
  position: absolute;
  top: 100%;
  bottom: 15px;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.top .top-nav .item.has-sub>a::after{
  width: calc(100% - 17px);
}
.top .top-nav .item.aon>a::after,
.top .top-nav .item:hover>a::after {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.top .top-nav .item.has-sub > a{padding-right: 17px;}
/* .top .top-nav .item.has-sub > a::after{content:"";width: 8px;height: 8px;position: absolute;right: 0;top: 100%;bottom: 0; border-top: 2px solid #fff;border-right: 2px solid #fff; transform: rotate(135deg); margin: auto;transition:transform 0.3s; opacity: 0.6;} */
/* .top .top-nav .item.has-sub a.on::after,
.top .top-nav .item.has-sub >a:hover::after{transform: rotate(-45deg); top: 4px;} */
/* .top .top-nav .item >a.on,.top .top-nav .item >a:hover{color:#06ccb3;} */
.top .hotline{float: right; line-height: 46px;margin:15px 20px 0 20px;font-size: 24px;color: #fff;font-family: "RobotoC"; padding-left: 36px;background: url(../images/tel.svg) no-repeat left center;background-size:26px auto;}
.pulldown .hotline{margin: 20px 20px 0 20px;}
.top .top-search{float: right;height: 46px;;position: relative; margin-top:15px;}
.pulldown .top-search{margin-top: 20px;}
.top .search{position:relative;width: 46px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.top .search > a{width: 46px;height: 100%;background: url(../images/search_icon.png) no-repeat center center;position: absolute;right: 0;top: 0;z-index: 5;}
.top .search .open-btn{z-index: 10;}
.top .search.open .open-btn{display: none;}
.top .search input{display: block;width: 100%;border: 0;height: 46px;line-height: 46px;background: rgba(255,255,255,0.1); opacity: 0;padding: 0 10px;color: rgba(255,255,255,0.6);}
.top .search.open input{opacity: 1;}
.top .search.open{width: 240px;}
.top .sub-nav{position: absolute;top: 100%;width: 100%;left: 0;background-color: #3259ce; display: none;}
.top .nav-mask{position: fixed;height: 100vh;width: 100%;left: 0;top: 0;background: rgba(0,0,0,0.3);z-index: -1;display: none;}
.top .sub-nav .ctg-nav {float: right;}
.top .sub-nav .ctg-nav li {float: left;height:60px;line-height:60px;padding: 0 38px;position: relative;}
.top .sub-nav .ctg-nav li:last-child {padding-right: 0;}
.top .sub-nav .ctg-nav li a {color: #fff;font-size: 17px; transition: all 0.5s;padding: 5px 0; border-bottom: 1px solid;display: inline-block; line-height: normal;}
.top .sub-nav .ctg-nav li a:hover{ transform: translateY(-10px);}
.top .sub-nav .ctg-nav li::before {content: "";position: absolute;left: 0;top: 50%;margin-top: -10px;height: 20px;width: 2px;background-color: rgba(255,255,255,0.1);}
.top .sub-nav .ctg-nav li:first-child::before {display: none}
.top .sub-nav .ctg-nav li .icon {margin-right: 16px; max-width: 25px}
@keyframes translatelinerightleft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes translatelinerightleft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.top .sub-nav .center .ctg-nav li>a{margin-bottom: 25px;}
.top .sub-nav .center .ctg-nav li{padding: 0 2.966%;margin-bottom: 20px;}
.top .sub-nav .center .ctg-nav li:last-child{margin-bottom: 0;}
.top .sub-nav .center .ctg-nav li:last-child > a{margin-bottom: 0;}
.top .ctg-sub{min-height: 200px;}
.top .ctg-sub dd{margin-top: 20px;}
.top .ctg-sub dd a{padding: 0;font-size: 14px;}
.top .sub-nav .right .tit{font-size: 36px;margin: 50px 0 0;font-weight: normal;}
.top .sub-nav .right .intro{font-size: 16px;line-height: 28px;margin: 25px 0 35px;max-width: 230px;}
.top .sub-nav .right .view-detail{display: inline-block;width: 140px;line-height: 42px;text-align: center;font-size: 16px;color: #fff;border: 1px solid #fff;-webkit-transition: .3s;transition: .3s;}
.top .sub-nav .right .view-detail:hover{color: #06ccb3;background-color: #fff;}
.top .sub-nav .right li{width: 100%;padding-right: 10%;padding-left: 17%;display: none;}
.top .sub-nav .right li:first-child{display: table-cell;}

.top .nav_btn{float: right;margin:16px 0 16px 20px;width: 28px;height: 28px;position: relative;cursor: pointer;display: none;z-index: 10;}
.top .nav_btn::before,.top .nav_btn::after,.top .nav_btn i{content:"";background: #fff;position: absolute;border-radius: 10px;width: 100%;height: 2px;left: 0;}
.top .nav_btn::before{top: 10%;}
.top .nav_btn i{top: 50%;margin-top: -1px;}
.top .nav_btn::after{bottom: 10%;}
.top .nav_btn.open{transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.top .nav_btn.open i{display: none;}
.top .nav_btn.open::before{top: 0;bottom: 0;margin: auto;}
.top .nav_btn.open::after{bottom: auto;width: 2px;height: 100%;left: 0;right: 0;margin: auto;}
.top .sub-nav .center:first-child{vertical-align: middle;width: 71%;overflow: hidden;}
.top .sub-nav .center:first-child .ctg-nav li:nth-child(3n+1){clear: both}
@media (max-width:1366px) {
.top .top-nav .item{margin-left: 1.5vw;}
}

@media  (max-width: 1024px){
    .top .top-nav .item{margin: 0 20px;}
    .top .logo img{max-width: 150px;}
    .top .logo img.logo1{ display: block!important}
    .top .logo img.logo2{ display: none!important}
    .top .top-nav .item>a{padding: 30px 0;}
    .top .top-search{margin: 20px 0;}
}

@media (min-width:1001px) {
	
}

@media  (max-width: 1000px){
	body.openMenu{overflow: hidden;}
    .top .nav_btn{display: block;}
	.top .top-search {
	    margin: 16px 0 0 0;
		height: 28px;
		z-index: 100;
	}
	.top .search,
	.top .search > a{width: 28px;}
	.top .search input{height: 28px;line-height: 28px;background: rgb(50,89,206);}
	.top .hotline{display: none;}
/*    .top .top-search{height: 30px;width: 30px;margin: 15px 0;}
    .top .search .btn{width: 30px;vertical-align: top;}
    .top .search input{height: 28px;line-height: 28px;}
    .top .search.open input{width: 200px;} */
    .top .top-nav{display: none;position: absolute;top: 0;left: 0;width: 100%;height:100vh;padding-top:60px;overflow: auto;background: rgba(50,89,206,0.95);}
    .top .top-nav .item{float: none;margin: 0;width: 100%; padding: 0 20px;border-bottom:1px solid rgba(255,255,255,0.1);box-shadow: 0 1px 1px rgba(0,0,0,0.25);}
    .top .top-nav .item>a{padding: 0 30px 0 20px;display: block; }
    .top .top-nav .item.has-sub >a::after{right: 0;}
    .top .sub-nav{position: relative;top: auto;left: auto;display: none; background: none;}
    .top .sub-nav .w1600{width: auto;}
    .top .sub-nav .left, .top .sub-nav .center, .top .sub-nav .right{display: block;width: 100%;padding: 0 4%;}
    .top .sub-nav .right{padding-bottom: 5%;padding-top: 5%;}
    .top .sub-nav .right .tit{font-size: 24px;margin-top: 0;}
    .top .sub-nav .center .ctg-nav li{width: 100%;padding: 0;}
    .top .sub-nav .center .ctg-nav li>a{margin-bottom: 0;}
    .top .sub-nav .has-ctg-sub >a{position: relative;}
    .top .sub-nav .center .ctg-nav .has-sub> a::after{content:"";display: block;width: 10px;height: 6px;background: url("../images/top-more.png") no-repeat center center;background-size: 100% 100%;position: absolute;right: -0px ;top: 0;bottom: 0;margin: auto;}
    .top .ctg-nav .txt::after{display: none!important;}

    .top .sub-nav .ctg-nav li {padding:0 10px;float: none;height: auto;line-height: 3;}
    .top .sub-nav .ctg-nav li::before {display: none;}
    .top .sub-nav .ctg-nav li a{
      border: none;
    }
    .top .ctg-sub{min-height: auto;}.top .sub-nav .center:first-child {width: 100%;}
    .top .sub-nav .image {padding: 60px 7% 60px 0;}
    .top .sub-nav .right:nth-child(2) {padding-top: 50px;padding-bottom: 50px;}
}
@media (max-width: 992px) {
  .top .sub-nav .image {float: none;width: 100%;padding: 0;}
  .top .sub-nav .ctg-nav {width: 100%;float: none;border-left: none;padding: 0;}
.top .sub-nav .ctg-nav li > a{display: block;padding: 10px 30px;}
.top .sub-nav .ctg-nav li:not(:last-child)>a {border-bottom: 1px solid rgba(255,255,255,0.1);}
}

.Hbanner {
  position: relative;
}
.Hbanner li {
  position: relative;
}

.Hbanner li .pcBan {
  display: inline-block;width: 100%
}
.Hbanner li .wapBan {
  display: none;width: 100%
}
.Hbanner li .ban-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.Hbanner .ban-info{ position: absolute; width: 100%;top:30%; color: #fff; text-transform: uppercase; line-height: 1.5}
.Hbanner .ban-info .box{ margin: auto; width:84%; /*max-width: 1400px; */text-align: center}
.Hbanner .ban-info .info{ max-width: 850px; display: inline-block}
.Hbanner .ban-info .box.box_46{ max-width: 1600px;}

.Hbanner .ban-info.centre .box{ text-align: center}
.Hbanner .ban-info.centre .info{margin: auto}
.Hbanner .ban-info.left .box{text-align: left}
.Hbanner .ban-info.left .info{}
.Hbanner .ban-info.right .box{text-align: right}
.Hbanner .ban-info.right .info{ float: right}
.Hbanner .ban-info .info *{ padding: 0; margin: 0; font-weight: normal}
.Hbanner .ban-info h1{ font-size: 3vw}
.Hbanner .ban-info .info h2{ font-size: 1.2vw; padding: 10px 0;}
.Hbanner .ban-info h3{ font-size: 1.5vw;}
.Hbanner .ban-info .info_45 h1,
.Hbanner .ban-info .info_45 h3{ font-weight: bold;}
.Hbanner .ban-info .info_45 h3{line-height: 1.8;}
/* .Hbanner .ban-info .info_45 h1{ margin:10% 0;} */
.Hbanner .ban-info .info_46 h1{ padding: 10px 0 0; letter-spacing: 2px;}
.Hbanner .ban-info .info_46 h2{ letter-spacing: 8px; font-size: 1.35vw;}
.Hbanner li .video_Title{position: absolute;left: 0;top: 0;width: 100%;height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: aliceblue;
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .Hbanner li .video_Title{
    font-size: 33px;
  }
  .Hbanner .ban-info{ display: none}
}
@media (max-width: 768px) {
  .Hbanner li .video_Title{
    font-size: 18px;
  }
}
#canvi{position: absolute; bottom: 0; left: 0;width: 100%; height: 70%;opacity: 0.7;}
#particles-js{ height: 100%; opacity: 1;position: absolute; bottom: 0; left: 0;width: 100%; }
#particles-js canvas{min-height: 100%;}
.Hbanner li video{position: absolute; left: 50%; top: 0;transform: translateX(-50%); z-index: 10; min-width: 100%; min-height: 100%;}
.Hbanner .slick-dots {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 110;
}
.Hbanner .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
}
.Hbanner .slick-dots li button {
  border: 3px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: none;
  font-size: 0;
}
.Hbanner .slick-dots li.slick-active button {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .Hbanner li .pcBan {
    display: none;
  }
  .Hbanner li .wapBan {
    display: inline-block;
  }
  .Hbanner li .ban-con{ display: none}
}
.Htit {
  font-size: 48px;
  color: #3259ce;
  text-align: center;
}
.Htit::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #3259ce;
  display: block;
  margin: 15px auto;
}
.Htit.white {
  color: #fff;
}
.Htit.white::after {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .Htit {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .Htit {
    font-size: 30px;
  }
  .Htit::after {
    margin: 10px auto;
  }
}
@media (max-width: 640px) {
  .Htit {
    font-size: 28px;
  }
}
.Hmore {
  width: 200px;
  line-height: 60px;
  background-color: #e0e8f9;
  text-align: center;
  color: #3259ce;
  display: block;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  
}
.Hmore::after{ content: ''; display: inline-block; width: 26px; height: 21px; background: url(../images/cjt.png) no-repeat center;animation: MoreRight linear 1s infinite; position: relative;vertical-align: middle;   }
@keyframes MoreRight{
	0%{left:5px;}
	50%{left:10px;}
	100%{left:15px;}
}
.Hmore:hover {
  background-color: #3259ce;
  color: #fff;
}
@media (max-width: 640px) {
  .Hmore {
    width: 120px;
    line-height: 46px;
  }
}
.Hbox {
  padding: 5% 0;
}
.HSolution{ position: relative}
.HSolution canvas {
	display:block; width: 100%!important; height: 100%!important
}
.HSolution .waves {
	position:absolute;
	left:0;
	/*top:0;*/
	right:0;
	bottom:0;
    height: 30%;
}
.HSolution .slider-nav {
  padding: 3% 0 5%;
  text-align: center;
}
.HSolution .slider-nav .img2 {
  display: none;
}
.HSolution .slider-nav figure {
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid #cdddff;
  border-radius: 10px;
  margin: 0 auto 15px;
  transition: all 0.5s;
}
.HSolution .slider-nav figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 0.5s;
}
.HSolution .slider-nav p {
  font-size: 20px;
  color: #000;
}
.HSolution .slider-nav p::after {
  position: absolute;
  content: '';
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  width: 17px;
  height: 17px;
  background: url(../images/Hbox_icon.png) no-repeat center;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s;
}
.HSolution .slider-nav li {
  position: relative;
  padding-bottom: 44px;
}
.HSolution .slider-nav li::before,
.HSolution .slider-nav li::after {
  position: absolute;
  content: '';
  left: 50%;
  right: 0;
  top: auto;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
}
.HSolution .slider-nav li::before {
  width: 100%;
  background-color: #f4f8fe;
  z-index: 1;
}
.HSolution .slider-nav li::after {
  width: 80%;
  background-image: -moz-linear-gradient(to right, #f4f8fe, #3259ce, #f4f8fe);
  background-image: -webkit-linear-gradient(to right, #f4f8fe, #3259ce, #f4f8fe);
  background-image: -ms-linear-gradient(to right, #f4f8fe, #3259ce, #f4f8fe);
  background-image: linear-gradient(to right, #f4f8fe, #3259ce, #f4f8fe);
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.HSolution .slider-nav .slick-current::after {
  opacity: 1;
}
.HSolution .slider-nav .slick-current p {
  color: #3259ce;
}
.HSolution .slider-nav .slick-current p::after {
  background-image: url(../images/Hbox_icon_on.png);
}
.HSolution .slider-nav .slick-current figure {
  background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  border-radius: 10px;
  box-shadow: 0px 16px 35px 0px rgba(45, 149, 247, 0.31);
}
.HSolution .slider-nav .slick-current figure .img2 {
  display: inline-block;
}
.HSolution .slider-nav .slick-current figure .img1 {
  display: none;
}
.HSolution .box {
  padding-top: 1%;
}
.HSolution .box .fl {
  width: 61.25%;
}
.HSolution .box .fl img {
  width: 100%;
}
.HSolution .box .fr {
  width: 41.75%;
  margin-left: -3%;
  padding: 0 7.5%;
  position: relative;
  margin-top: -1%;
  padding-bottom: 5%;
}
.HSolution .box .fr::before {
  width: 100%;
  height: 90%;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-color: #f4f8fe;
  z-index: 1;
}
.HSolution .box .num {
  position: relative;
  z-index: 5;
}
.HSolution .box .num i {
  font-size: 120px;
  color: #3259ce;
  background-image: -moz-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -webkit-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -ms-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: linear-gradient(45deg, #3259ce, #25e4be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 100px;
  display: inline-block;
  vertical-align: middle;
  font-family: "RobotoC";
  padding-right: 15px;
}
.HSolution .box .num pre {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #f4f8fe;
  text-transform: uppercase;
  font-family: "RobotoC";
  line-height: 24px;
  position: absolute;
  text-align: inherit;
}
.HSolution .box .tit {
  font-size: 36px;
  color: #333333;
  padding: 13% 0 8%;
  display: block;
  position: relative;
  z-index: 5;
}
.HSolution .box article {
  line-height: 30px;
  position: relative;
  z-index: 5;
}
.HSolution .box .list {
  margin: 10% 0 20%;
}
.HSolution .box .list .ul {
  overflow: hidden;
}
.HSolution .box .list .line {
  float: left;
  width: 33.33%;
  position: relative;
  padding-left: 10px;
}
.HSolution .box .list .line::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 4px;
  height: 4px;
  background-color: #3259ce;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*css3*/
.HSolution .box .fl{transform: translateX(-50px); transition:0.5s 0.3s;}
.HSolution .box .tit,
.HSolution .box article > *{
	transform: translateY(30px);
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.3s;
	transition-timing-function: ease-in-out;
}
.HSolution .slick-current .box .fl{
	transform: translateX(0);
}
.HSolution .slick-current .box .tit,
.HSolution .slick-current .box article > *{
	transform: translateY(0);
	opacity: 1;
}
.HSolution .slick-current .box article p{
	transition-delay: 0.6s;
	text-indent:0!important;
}
.HSolution .slick-current .box article .list{
	transition-delay: 0.9s;
}
.HSolution .slick-current .box article .Hmore{
	transition-delay: 1.2s;
}
/*css3 end*/
@media (max-width: 1200px) {
  .HSolution .slider-nav p {
    font-size: 16px;
  }
  .HSolution .box .fr {
    padding: 0 5.5% 5%;
  }
  .HSolution .box .num i {
    font-size: 100px;
    line-height: 80px;
  }
  .HSolution .box .tit {
    font-size: 30px;
    padding: 10% 0 5%;
  }
}
@media (max-width: 768px) {
  .HSolution .slider-nav p {
    font-size: 14px;
  }
  .HSolution .box .fl,
  .HSolution .box .fr {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .HSolution .box .fl img {
    width: 100%;
  }
  .HSolution .box .fr {
    padding: 5% 3%;
  }
  .HSolution .box .num i {
    font-size: 80px;
    line-height: 60px;
  }
  .HSolution .box .tit {
    font-size: 24px;
    padding: 5% 0 2%;
  }
  .HSolution .box .list {
    margin: 5% 0 7%;
  }
}
@media (max-width: 640px) {
  .HSolution .box .num i {
    font-size: 60px;
    line-height: 40px;
  }
  .HSolution .box .tit {
    font-size: 20px;
  }
}
.Hcase {
  background: url(../images/Hbox2_bg.jpg) no-repeat center top;
  padding-bottom: 0;
  background-size: cover;
  margin-bottom: 3%;
  position: relative;
  padding-top: 3%;
}
.Hcase .Hmore{ display: none;}
.Hcase::before{
	width: 17.68%; padding-top: 17.68%; border-radius: 100%; content: '';
	background-image: -moz-linear-gradient(222deg, #ad38b8, rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(222deg, #ad38b8, rgba(255,255,255,0));
	background-image: -ms-linear-gradient(222deg, #ad38b8, rgba(255,255,255,0));
	background-image: linear-gradient(222deg, #ad38b8, rgba(255,255,255,0));
	position: absolute; top: 50%; transform: translateY(-50%); right: 0.6%;
	animation: yuan1 linear infinite 3s;
}
.Hcase .slider-nav {
  padding: 1% 0 0%;
  text-align: center;
}
.Hcase .slider-nav .margin {
  margin: 0 auto;
}
.Hcase .slider-nav figure {
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 0 auto 15px;
  transition: all 0.5s;
}
.Hcase .slider-nav figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 0.5s;
}
.Hcase .slider-nav p {
  font-size: 18px;
  color: #fff;
}
.Hcase .slider-nav .slick-current figure {
  background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  border-radius: 10px;
  box-shadow: 0px 16px 35px 0px rgba(45, 149, 247, 0.31);
  border: none;
}
.Hcase .slider-for {
  margin-top: 1%;
}
.Hcase .Hmore{
  margin: auto;
}
.Hcase .slider-for .slick-list {
  overflow: visible;
}

/* .Hcase .slider-for .items-box:not(.show){
position: fixed;left: -100%; opacity: 0;width: 94%; max-width: 1600px; top: 0;	
} */
.Hcase .slider-for .fl {
  width: 49%;
  color: #fff;
}
.Hcase .slider-for .fr {
  width: 40.5%;
  position: relative;
  height: 510px;
}
.Hcase .slider-for .fr .pic {
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 133%;
  text-align: center;
}
.Hcase .slider-for .fr .pic::before {
  position: absolute;
  content: '';
  left: 7%;
  right: auto;
  top: 27%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background-image: -moz-linear-gradient(-97deg, #ffeb99 0%, #ffcc00 100%, transparent);
  background-image: -webkit-linear-gradient(-97deg, #ffeb99 0%, #ffcc00 100%, transparent);
  background-image: -ms-linear-gradient(-97deg, #ffeb99 0%, #ffcc00 100%, transparent);
  background-image: linear-gradient(-97deg, #ffeb99 0%, #ffcc00 100%, transparent);
  box-shadow: 1px 16px 46px 0px rgba(255, 204, 0, 0.85);
  animation: yuan1 linear infinite 3s;
}
@keyframes yuan1{
	0%{transform: translate3d(0,0,0)  translateY(-50%);}
	25%{transform: translate3d(-10px,-10px,-10px) translateY(-50%);}
	50%{transform: translate3d(-30px,-30px,-30px) translateY(-50%);}
	75%{transform: translate3d(-40px,-10px,-10px) translateY(-50%);}
	100%{transform: translate3d(0,0,0) translateY(-50%);}
}
.Hcase .slider-for a{
	color: #fff;
}
.Hcase .slider-for .tit {
  display: block;
  font-size: 36px;
}
.Hcase .slider-for pre {
  line-height: 30px;
  margin: 3.5% 0;
  max-width: 685px;
}
.Hcase .slider-for .tab{
  margin-bottom: 8%;
}
.Hcase .slider-for .tab_span {
  display: inline-block;
  padding: 0 10px;
  min-width: 160px;
  line-height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.Hcase .slider-for .numbox {
  background-image: -moz-linear-gradient(175deg, #8721bf 0%, #4337cf 60%, #1748de 100%);
  background-image: -webkit-linear-gradient(175deg, #8721bf 0%, #4337cf 60%, #1748de 100%);
  background-image: -ms-linear-gradient(175deg, #8721bf 0%, #4337cf 60%, #1748de 100%);
  background-image: linear-gradient(175deg, #8721bf 0%, #4337cf 60%, #1748de 100%);
  padding: 3.45% 3%;
  max-height: 150px;
}
.Hcase .slider-for .item {
  float: left;
  width: 21%;
  margin-right: 2%;
}
.Hcase .slider-for .item:last-child {
  margin-right: 0;
  margin-left: 2%;
}
.Hcase .slider-for .num b {
  font-size: 48px;
  font-family: "Oswald";
  font-weight: normal;
}
/*css3*/
@media (min-width: 1025px) {
.Hcase .slider-for .fl,
.Hcase .slider-for .fr{
	opacity: 0;
	transition: 0.3s 0.3s ease-out;
}
.Hcase .slider-for .fl{
	transform: translateX(-100%);
}
.Hcase .slider-for .fr{
	transform: translateX(100%);
}
/* .Hcase .slider-for .show .slick-current .fl,
.Hcase .slider-for .show .slick-current .fr, */
.Hcase .slider-for .slick-current .box:first-child .fl,
.Hcase .slider-for .slick-current .box:first-child .fr{
	opacity: 1;
	transform: translateX(0);
}
.Hcase .slider-for .items-box .slick-current .fl,
.Hcase .slider-for .items-box .slick-current .fr{
	opacity: 1;
	transform: translateX(0);
}
}
/*css3 end*/
@media (max-width: 1200px) {
  .Hcase .slider-for .tit {
    font-size: 30px;
  }
  .Hcase .slider-for .fr .pic {
    width: 110%;
  }
}
@media (max-width: 768px) {
  .Hcase .slider-nav p {
    font-size: 14px;
  }
  .Hcase .slider-for .fl,
  .Hcase .slider-for .fr {
    width: 100%;
    float: none;
  }
  .Hcase .slider-for .fl {
    margin-bottom: 5%;
  }
  .Hcase .slider-for .tit {
    font-size: 24px;
  }
  .Hcase .slider-for .fr {
    height: auto;
    position: relative;
  }
  .Hcase .slider-for .fr .pic {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .Hcase .slider-for .tit {
    font-size: 20px;
  }
  .Hcase .slider-for .item {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .Hcase .slider-for .item:last-child {
    margin-left: 0;
    margin-right: 1%;
  }
  .Hcase .slider-for .item .num b {
    font-size: 36px;
  }
}
.Hnews {
  position: relative;
  z-index: 100;
  padding-bottom: 2%;
}
.Hnews .w1600{ position: relative; z-index: 10;}
.Hnews .waves {
	position:absolute;
	left:0;
	/*top:0;*/
	right:0;
	bottom:0;
    height: 70%;
}
.Hnews .list {
  margin-top: 4.5%;
}
.Hnews .item {
  float: left;
  width: 28.75%;
  margin-right: 6.8%;
  position: relative;
  background-color: #f7f8fa;
  line-height: 30px;
}
.Hnews .item:last-child {
  margin-right: 0;
}
.Hnews .item figure {
  overflow: hidden;
}
.Hnews .item figure i {
  display: block;
  /*padding-top: 60.87%;*/
  height: 280px;
  transition: all 0.5s;
}
.Hnews .item .label {
  width: 90px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: rgba(50, 89, 206, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
.Hnews .item .tit {
  font-size: 20px;
  font-weight: normal;
  height: 60px;
}
.Hnews .item .txt {
  padding: 40px 10.5%;
  transition: all 0.5s;
}
.Hnews .item .txt time {
  color: #333333;
  display: inline-block;
  font-family: "RobotoC";
}
.Hnews .item .txt time::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #3259ce;
  opacity: 0.2;
  vertical-align: middle;
  margin-left: 10px;
}
.Hnews .item .txt .more {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: url(../images/more.png) no-repeat center #e73739;
  opacity: 0;
  transition: all 0.5s;
}
.Hnews .item .intro {
  margin: 20px 0;
  color: #666666;
}
.Hnews .item .more_news:hover figure i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.Hnews .item .more_news:hover .txt {
  background-color: #eaeefa;
}
.Hnews .item .more_news:hover .txt .more {
  opacity: 1;
}
.Hnews .item ul {
  padding: 53px 10.5% 30px 10.5%;
}
.Hnews .item ul li {
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.Hnews .item ul li time {
  display: block;
  margin-top: 5px;
}
.Hnews .item ul li:last-child {
  border-bottom: none;margin-bottom: 0; padding-bottom: 0
}
.Hnews .Hmore {
  margin: 5% auto 2%;
}
@media (max-width: 1024px) {
  .Hnews .item {
    width: 32%;
    margin-right: 2%;
    line-height: 30px;
  }
  .Hnews .item .txt {

  }
}
@media (max-width: 768px) {
  .Hnews .item {
    width: 49%;
    margin-bottom: 2%;
  }
  .Hnews .item:nth-child(2) {
    margin-right: 0;
  }
  .Hnews .item:last-child {
    width: 100%;
  }
  .Hnews .item .txt {
    padding: 7% 10.5% 12%;
  }
  .Hnews .item .ul {
    padding: 9% 5% 5% 5%;
  }
  .Hnews .item .tit{ height: auto}
}
@media (max-width: 640px) {
  .Hnews .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .Hnews .item figure i{ padding-top: 60.87%; height: auto}
  .Hnews .item .txt {
    padding: 6;
  }
  .Hnews .item .tit {
    font-size: 16px;
  }
  .Hnews .item .ul {
    padding: 15% 5% 0%;
  }
  .Hnews .item .intro {
    margin: 3% 0 5%;
  }
}
.Habout {
  padding-bottom: 4%;
  position: relative;
}
.Habout::after {
  position: absolute;
  content: '';
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 92.486%;
  padding-top: 22%;
  background: url(../images/Habout_bg.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.Habout .mainCon {
  padding-top: 3%;
  z-index: 3;
  position: relative;
}
.Habout .fl {
  width: 53%;
  padding-left: 3.7%;
}
.Habout .fr {
  width: 45.5%;
}
.Habout .bg {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: 0;
  width: 92%;
  z-index: 2;
}
@media (max-width: 1600px) {
  .Habout .mainCon {
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .Habout .fl,
  .Habout .fr {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.Hbox_about {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  color: #999999;
  margin-bottom: 7%;
  margin-top: 9%;
}
.Hbox_about::before {
  position: absolute;
  content: '';
  left: -80px;
  right: auto;
  top: -45px;
  bottom: auot;
  width: 116px;
  height: 97px;
  background: url(../images/Habout_icon.png) no-repeat center;
}
.Hbox_about .tit {
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  position: relative;
  z-index: 10;
  margin-bottom: 4.5%;
}
@media (max-width: 1600px) {
  .Hbox_about .tit {
    font-size: 30px;
  }
  .Hbox_about::before {
    left: -50px;
  }
}
@media (max-width: 1200px) {
  .Hbox_about::before {
    left: -40px;
  }
}
@media (max-width: 768px) {
  .Hbox_about .tit {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .Hbox_about {
    font-size: 14px;
    line-height: 26px;
  }
  .Hbox_about .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .Hbox_about::before {
    left: -12px;
    top: -10px;
    width: 70px;
    height: 55px;
    background-size: contain;
  }
}
.About_numBox {
  font-size: 18px;
}
.About_numBox li {
  width: 50%;
  float: left;
  margin: 7% 0 1%;
  transition: 0.3s;
  transform-origin: 0 0;
}
.About_numBox li:nth-child(2n+1) {
  clear: both;
}
.About_numBox li:hover {-webkit-transform: scale(1.1);transform: scale(1.1);}
.About_numBox .num {
  display: inline-block;
  color: rgba(50, 89, 206, 0.5);
  position: relative;
}
.About_numBox .num span {
  font-size: 60px;
  color: #3259ce;
  font-family: "RobotoC";
  line-height: 60px;
}
.About_numBox .num i {
  font-style: normal;
  font-size: 30px;
  color: #3259ce;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  font-weight: bold;
  font-family: Arial;
}
.About_numBox p {
  color: #333333;
  margin: 10px 0;
}
@media (max-width: 1600px) {
  .About_numBox .num span {
    font-size: 50px;
  }
  .About_numBox .num i {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .About_numBox {
    font-size: 14px;
  }
  .About_numBox .num span {
    font-size: 40px;
    line-height: 40px;
  }
  .About_numBox .num i {
    font-size: 26px;
  }
}
.Hlink { padding-left: 3%; padding-right: 3%;
  padding-bottom: 4.5%;
}
.Hlink .tit {
  text-align: center;
  color: #333333;
  padding: 2% 0 1.5%;
}
.Hlink .tit h3 {
  font-size: 36px;
  font-weight: normal;
}
.Hlink .tit p {
  font-size: 18px;
  margin: 1.5% 0;
}
.mainContent.w1500 {
    max-width: 1500px;
}
.ytable {
    display: table;
    width: 100%;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}

.Hlink .slick-slider .slick-slide > div{float: left;margin: 1% 0;}

@media (min-width: 1025px){
.Hlink .slick-slider .slick-slide > div {width: 15%;}
.Hlink .slick-slider .slick-slide > div:not(:nth-child(6n)) {margin-right: 2%;}
}

@media(max-width:1024px){
.Hlink .slick-slider .slick-slide > div {width: 49%;}
.Hlink .slick-slider .slick-slide > div:not(:nth-child(2n)) {margin-right: 2%;}
}

.Hlink li {
  text-align: center;
}
.Hlink li a {
  display: block;
  position: relative;
  padding-top: 50%;
     transition: 0.3s;
}
.Hlink li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    max-height: 86px;
   
}
.Hlink li:hover a{transform: scale(1.1)}
@media (max-width: 1200px) {
  .Hlink .tit h3 {
    font-size: 30px;
  }
  .Hlink .tit p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .Hlink .tit h3 {
    font-size: 24px;
  }
  .Hlink .tit p {
    font-size: 14px;
  }
    .Hlink li a img {
    max-height: 66px;
}
}
@media (max-width: 640px) {
  .Hlink .tit h3 {
    font-size: 20px;
  }
  .Hlink li a{padding-top: 40%;}
  .Hlink li a img{max-height: 50px;max-width: 62%;}
}
.footer {
  background-color: #131b2c;
  padding-top: 4%;
  color: #505565;
  font-size: 14px;
}
.footer .ewm {
  width: 141px;
  line-height: 24px;
}
.footer .ewm p {
  margin-top: 12px;
}
.footer .fcontact {
  color: #fff;
  width: 25%;
}
.footer .fcontact dt {
  margin-bottom: 57px;
}
.footer .fcontact dd {
  border-left: 3px solid #3259ce;
  padding-left: 22px;
  font-size: 16px;
  margin-bottom: 37px;
}
.footer .fcontact p {
  margin-top: 10px;
}
.footer .fcontact .tel {
  font-size: 30px;
  font-family: "RobotoC";
}
.footer .fcontact .add {
  line-height: 24px;
  max-width: 230px;
}
.footer .nav {
  padding: 0 3.5% 0 4.5%;
  position: relative;
  font-size: 16px;
}
.footer .nav::before,
.footer .nav::after {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 300px;
  background-color: #fff;
  opacity: 0.03;
}
.footer .nav::after {
  left: auto;
  right: 0;
}
.footer .nav dl {
  float: left;
  margin-right: 75px;
}
.footer .nav dt {
  margin-bottom: 43px;
}
.footer .nav dt a {
  color: #6f7790;
}
.footer .nav dd {
  line-height: 36px;
}
.footer .nav dd a {
  color: #fff;
}
.footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding: 2% 0;
  margin-top: 2.5%;
}
.footer .bottom a {
  color: #505565;
}
.footer .bottom a:hover {
  color: #fff;
}
.footer .bottom .other {
  display: inline-block;
}
.footer .bottom .other span {
  display: inline-block;
  margin: 0 8px;
}
.footer .bottom .other span:last-child {
  display: none;
}
.footer .bottom p {
  float: right;
}
@media (max-width: 1400px) {
  .footer .nav dl {
    margin-right: 50px;
  }
}
@media (max-width: 1280px) {
  .footer .nav dl {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .footer .nav {
    display: none;
  }
  .footer .fcontact {
    width: 60%;
  }
  .footer .fcontact dd {
    font-size: 14px;
  }
  .footer .fcontact .add {
    max-width: 100%;
  }
  .footer .bottom .other {
    display: block;
    text-align: center;
  }
  .footer .bottom p {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer .ewm,
  .footer .fcontact {
    float: none;
  }
  .footer .ewm {
    margin: 0 auto;
    width: auto;
    font-size: 12px;
    text-align: center;
  }
  .footer .ewm figure {
    width: 100px;
    margin: 0 auto;
  }
  .footer .fcontact {
    width: 100%;
  }
  .footer .fcontact dt {
    margin-bottom: 10%;
  }
  .footer .fcontact dd {
    margin-bottom: 5%;
  }
  .footer .fcontact p {
    margin-top: 5px;
  }
  .footer .fcontact .tel {
    font-size: 24px;
  }
  .footer .bottom {
    font-size: 12px;
  }
}
.Nbanner {
  position: relative;
}
.Nbanner img {
  width: 100%;
}
.Nbanner .wapBan {
  display: none;
}
.Nbanner .txt {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 7%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  width: 96%;
  max-width: 1600px;
}
.Nbanner .txt h2 {
  font-weight: normal;
  font-size: 48px;
}
.Nbanner .txt p {
  font-size: 18px;
  margin-top: 1%;
}
@media (max-width: 1024px) {
  .Nbanner .pcBan {
    display: none;
  }
  .Nbanner .wapBan {
    display: block;
  }
  .Nbanner .txt h2 {
    font-size: 30px;
  }
  .Nbanner .txt p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .Nbanner .txt h2 {
    font-size: 26px;
  }
  .Nbanner .txt p {
    font-size: 14px;
  }
}
.Nmenu {
  line-height: 100px;
  border-bottom: 1px solid #ebebeb;
}
.Nmenu li {
  float: left;
  min-width: 144px;
  text-align: center;
}
.Nmenu li a {
  display: block;
  transition: all 0.5s;
  padding: 0 10px;
}
.Nmenu li a:hover {
  background-color: #3259ce;
  color: #fff;
}
.Nmenu li.active_on a {
  background-color: #3259ce;
  color: #fff;
}
@media (max-width: 1024px) {
  .Nmenu li {
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .Nmenu {
    line-height: 60px;
  }
  .Nmenu li {
    min-width: 100px;
  }
}
@media (max-width: 640px) {
  .Nmenu {
    line-height: 40px;
  }
  .Nmenu li {
    min-width: auto;
  }
  .Nmenu li a {
    padding: 0 12px;
  }
}
.Columnname {
  text-align: center;
  color: #3259ce;
  padding: 7% 0 3%;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Columnname {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .Columnname {
    font-size: 24px;
  }
}
/* .newsList li:first-child{margin-top: -3%;} */
.newsList li {
  padding: 3% 0;
  border-bottom: 1px solid #eeeeee;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.newsList li:before{position: absolute;content: ''; left: -2%; right: -2%; top: 0; bottom:0; opacity: 0;z-index: -1;box-shadow: 0 6px 20px rgba(95, 101, 105, 0.15);transition: 0.3s;}
.newsList li:hover{
	border-bottom-color:transparent;
	-webkit-transform: scale(1.02);transform: scale(1.02);
	z-index: 6;
	background-color: #fff;
}
.newsList li:hover:before{opacity: 1;}

.newsList .pic {
  width: 320px;
}
.newsList figure {
  overflow: hidden;
}
.newsList figure i {
  display: block;
  padding-top: 60.94%;
  transition: all 0.5s;
}
.newsList .txt {
  padding-left: 3.5%;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
}
.newsList .tit {
  font-size: 24px;
  margin: 1% 0 1.5%;
  font-weight: bold;
}
.newsList .Intro {
  color: #666666;
}
.newsList time {
  display: block;
  /* color: #6e6e6e; */
  margin-top: 1.8%;
  font-family: "RobotoC";
  font-size: 30px;
}
.newsList .txt.txt_time{
  width: 20%;
  text-align: end;
}
.newsList a figure:hover i {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
@media (max-width: 768px) {
  .newsList .pic {
    width: 250px;
  }
  .newsList .tit {
    font-size: 18px;
  }
  .newsList time {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .newsList .txt.txt_time{
    display: none;
  }
  .newsList .pic {
    width: 160px;
  }
  .newsList .txt {
    padding-left: 2%;
    line-height: 24px;
  }
  .newsList .tit {
    font-size: 16px;
  }
  .newsList .Intro {
    font-size: 14px;
  }
}
.newsInfo {
  padding: 7% 0 5%;
}
.newsInfo .fl {
  width: 68.75%;
}
.newsInfo .article {
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8%;
  border-bottom: 1px solid #eee;
}
.newsInfo .article img {
  height: auto!important;
}
.newsInfo .Hmore {
  margin: 5% auto;
}

.newsInfo .fr {
  width: 23.75%;
}
.newsInfo .xg .fr {
  width: 100%;
}
.newsInfo .fr figure {
  overflow: hidden;
}
.newsInfo .fr figure i {
  display: block;
  padding-top: 60.53%;
  transition: all 0.5s;
}
.newsInfo .fr a:hover figure i {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.newsInfo .fr .item {
  position: relative;
  margin-bottom: 5%;
}
.newsInfo .fr .item:nth-child(-n+3) .num {
  background-color: #e73739;
}
.newsInfo .fr dd {
  line-height: 20px;
}
.newsInfo .fr dd a {
  padding-left: 35px;
}
.newsInfo .fr .num {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  color: #fff;
  background-color: #dddddd;
  padding: 0 2px;
}
.newsInfo .fr .txt {
  padding: 7% 8%;
  background-color: #f9fbff;
  line-height: 30px;
}
.newsInfo .fr .txt h2 {
  font-weight: normal;
  font-size: 18px;
}
.newsInfo .caseitem {
  margin-bottom: 8%;
}
.newsInfo .caseitem:last-child {
  margin-bottom: 0;
}
.newsInfo .caseitem .tit {
  vertical-align: top;
  position: relative;
  width: 205px;
  color: #3259ce;
  font-weight: bold;
}
.newsInfo .caseitem .tit i {
  font-size: 120px;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  opacity: 0.1;
  font-family: "RobotoC";
  line-height: 90px;
}
.newsInfo .caseitem .tit span {
  font-size: 24px;
  padding: 30px 35px;
  display: block;
}
.newsInfo .caseitem .txt_con {
  vertical-align: top;
}
.newsInfo .caseitem article {
  margin-top: 5%;
}
.newsInfo .caseMore {
  background-color: #f6f8fd;
  padding: 10px;
  border-radius: 5px;
}
.newsInfo .caseMore.fixed{ position: fixed;}
@media (min-width: 1400px){
.newsInfo .caseMore.fixed{ top: 60px; transition: all 0.5s; max-width: 400px; width: 100%;}   
}
.newsInfo .caseMore .tit {
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  background: url(../images/case_tit.png) no-repeat 20px center #3259ce;
  padding-left: 53px;
  font-size: 20px;
}
.newsInfo .caseMore li {
  padding: 0 20px;
}
.newsInfo .caseMore li a {
  display: block;
  line-height: 68px;
  border-bottom: 1px solid #e8e9eb;
  padding-left: 15px;
  position: relative;
  font-size: 18px;
}
.newsInfo .caseMore li a::before {
  position: absolute;
  content: '';
  left: 2px;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  background-color: #3259ce;
}
.newsInfo .caseMore li:last-child a {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .newsInfo .fr {
    width: 28%;
  }
}
@media (max-width: 768px) {
  .newsInfo .article {
    font-size: 16px;
    line-height: 30px;
  }
  .newsInfo .caseitem .ytable_cell {
    display: block;
  }
  .newsInfo .caseitem .tit i {
    font-size: 60px;
    line-height: 50px;
  }
  .newsInfo .caseitem .tit span {
    padding: 15px 0 15px 70px;
  }
}
@media (max-width: 640px) {
  .newsInfo .fl,
  .newsInfo .fr {
    width: 100%;
    float: none;
  }
  .newsInfo .article {
    font-size: 14px;
    line-height: 26px;
  }
  .newsInfo .caseMore .tit {
    font-size: 18px;
  }
  .newsInfo .caseMore li a {
    font-size: 16px;
  }
}

@media(min-width:1400px){
  .relative {
    position: relative;
  }
  .relative .xg {position: absolute;top: 60px;right: 75px;max-width: 400px;width: 100%;}
  .relative .xg.xwtop{position: fixed;}
  .relative .xg .caseMore{ min-height: 250px;}
}
.mainContent.w790 {
  max-width: 1000px;
  margin: 0 15%;
}
@media(max-width:1700px){
  .mainContent.w790 {
    margin: 0 10%;
  }
}
@media(max-width:1600px){
  .mainContent.w790 {
    margin: 0 3%;
  }
}
@media(max-width:1500px){
  .mainContent.w790 {
    margin: 0 0%;
  }
}
@media(max-width:1400px){
  .mainContent.w790 {
    margin: 0 auto;
  }
}
.newsTit {
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5%;
  padding-bottom: 1%;
}
.newsTit h1 {
  font-size: 36px;
}
.newsTit time {
  font-size: 18px;
  font-family: "RobotoC";
  display: block;
  margin: 2% 0;
}
.newsTit p {
  margin: 2% 0 4%;
  font-size: 18px;
  color: #999999;
}
@media (max-width: 1024px) {
  .newsTit h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .newsTit h1 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .newsTit h1 {
    font-size: 18px;
  }
}

.introList li a{ display: block; padding: 3% 0;border-bottom: 1px solid #eeeeee; transition: all 0.5s;}
.introList li a:hover{ transform: scale(1.02); background-color: #fff;box-shadow: 0 6px 20px rgb(95 101 105 / 15%); padding-left: 2%;}
.introList .time {
  width: 227px;
  position: relative;
}
.introList .time::before {
  position: absolute;
  content: '';
  left: auto;
  right: 0;
  top: 50%;
  bottom: auto;
  width: 60px;
  height: 1px;
  background-color: #3259ce;
  opacity: 0.2;
}
.introList .time time {
  display: inline-block;
  color: #333333;
  margin-top: 1.8%;
  font-family: "RobotoC";
  padding: 20px 29px;
  background-color: #f4f8fe;
  transition: all 0.5s;
}
.introList .time time b {
  display: block;
  font-size: 42px;
}
.introList figure {
  overflow: hidden;
}
.introList figure i {
  display: block;
  padding-top: 60.94%;
  transition: all 0.5s;
}
.introList .txt {
  padding-left:3.5%;
  vertical-align: top;
  line-height: 30px;
  width: 81.5%;
}
.introList .tit {
  font-size: 20px;
  margin: 1% 0 1.5%;
}
.introList .Intro {
  color: #666666;
  max-width: 1000px;
}
.introList a:hover .time time {
  color: #fff;
  background-color: #3259ce;
}
@media (max-width: 768px) {
  .introList .time {
    width: 180px;
  }
  .introList .time time {
    padding-top: 10px;
  }
  .introList .time time b {
    font-size: 36px;
  }
  .introList .tit {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .introList .time {
    width: 80px;
  }
  .introList .time time {
    padding: 10px;
  }
  .introList .time time b {
    font-size: 28px;
  }
  .introList .time::before {
    display: none;
  }
  .introList .txt {
    padding-left: 2%;
    line-height: 24px;
  }
  .introList .tit {
    font-size: 16px;
  }
}
.caseList li {
  float: left;
  width: 29.375%;
  margin-right: 5.9%;
  margin-bottom: 5%;
}
.caseList li:nth-child(3n) {
  margin-right: 0;
}
.caseList figure {
  overflow: hidden;
}
.caseList figure i {
  display: block;
  width: 100%;
  padding-top: 68.086%;
  transition: all 0.5s;
}
.caseList .tit {
  margin: 5% 0 2.5%;
  font-size: 20px;
}
.caseList .Intro {
  color: #666666;
}
.caseList a:hover figure i {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
@media (max-width: 1024px) {
  .caseList li {
    width: 31%;
    margin-right: 3.5%;
  }
  .caseList .tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .caseList .tit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .caseList li {
    width: 48%;
    margin: 0 1% 8%!important;
  }
}
.Ny_tit {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 3%;
}
@media (max-width: 1024px) {
  .Ny_tit {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .Ny_tit {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .Ny_tit {
    font-size: 22px;
  }
}
.Impression .boxTable .num {
  display: inline-block;
  background-image: -moz-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -webkit-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -ms-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: linear-gradient(45deg, #3259ce, #25e4be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-family: "RobotoC";
  font-weight: bold;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  line-height: normal;
}
.Impression .boxTable .tit {
  font-size: 36px;
  color: #333333;
  font-weight: normal;
  line-height: normal;
  margin: 10% 0 5%;
}
.Impression .boxTable .info {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .Impression .boxTable .num {
    font-size: 100px;
  }
  .Impression .boxTable .tit {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .Impression .boxTable .num {
    font-size: 60px;
  }
  .Impression .boxTable .tit {
    font-size: 28px;
  }
  .Impression .boxTable .info {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .Impression .boxTable .ytable_cell {
    display: block;
    margin: 0 0 2% 0!important;
    max-width: 100%!important;
    width: 100%!important;
  }
  .Impression .boxTable .info {
    max-width: 100%!important;
    padding: 2%!important;
    font-size: 14px;
    line-height: 26px;
  }
  .Impression .boxTable .num {
    font-size: 40px;
  }
  .Impression .boxTable .tit {
    font-size: 22px;
  }
}
.Impression .box1 {
  padding-bottom: 5%;
}
.Impression .box1 .pic {
  width: 56%;
  text-align: center;
}
.Impression .box1 .info {
  max-width: 450px;
  padding-right: 20px;
  margin-right: 2%;
}
.Impression .box2 {
  padding: 5% 0;
  background-color: #f3f6f8;
}
.Impression .box2 .pic {
  width: 58%;
}
.Impression .box2 .info {
  max-width: 500px;
  padding-left: 20px;
  margin-right: 2%;
  margin-left: auto;
}
.Impression .box3,
.Impression .box5 {
  padding: 5% 0;
}
.Impression .picowl .ul {
  margin: 0 -24px;
}
.Impression .picowl li {

}
.Impression .picowl a {
  margin: 0 24px;
  text-align: center;
  display: block;
  line-height: 60px;
  font-size: 18px;
 
}
.Impression .picowl .pic{ overflow: hidden;}
.Impression .picowl figure {
  padding-top: 68.3%;
  transition: all 0.5s;
}
.Impression .picowl a:hover figure{ transform: scale(1.1);}
/* .Impression .picowl .slick-list {
  overflow-x: scroll;
}
.Impression .picowl .slick-list::-webkit-scrollbar {
  height: 5px;
}
.Impression .picowl .slick-list::-webkit-scrollbar-thumb {
  background: #3259ce;
  border-radius: 10px;
}
.Impression .picowl .slick-list::-webkit-scrollbar-track-piece {
  background: #eaf0fa;
} */
@media (max-width: 1024px) {
  .Impression .picowl .ul {
    margin: 0 -10px;
  }
  .Impression .picowl li a {
    margin: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .Impression .picowl .ul {
    margin: 0 -10px;
  }
  .Impression .picowl li a {
    margin: 0 10px;
    font-size: 16px;
  }
  .Impression .picowl .slick-list {
    overflow: hidden;
  }
}
.Benefits li {
  width: 19%;
  margin-right: 1.2%;
  float: left;
  text-align: center;
  background-image: -moz-linear-gradient(137deg, #fcfdfe 10%, #eaf0fa 100%, transparent);
  background-image: -webkit-linear-gradient(137deg, #fcfdfe 10%, #eaf0fa 100%, transparent);
  background-image: -ms-linear-gradient(137deg, #fcfdfe 10%, #eaf0fa 100%, transparent);
  background-image: linear-gradient(137deg, #fcfdfe 10%, #eaf0fa 100%, transparent);
  height: 260px;
  border-radius: 5px;
  padding-top: 2.5%;
  transition: all 0.5s;
}
.Benefits li:last-child {
  margin-right: 0;
}
.Benefits li .icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
.Benefits li .icon img {
  transition: all 0.5s;
}
.Benefits li .tit {
  font-size: 24px;
  color: #3259ce;
  padding: 4% 0;
}
.Benefits li p {
  max-width: 230px;
  line-height: 24px;
  margin: 0 auto;
}
.Benefits li:hover{ transform: translateY(-10px);}
.Benefits li:hover .icon img{ transform: scale(1.2);}
@media (max-width: 1024px) {
  .Benefits li {
    padding-top: 4%;
  }
  .Benefits li .tit {
    font-size: 20px;
  }
  .Benefits li p {
    padding: 0 2%;
  }
}
@media (max-width: 640px) {
  .Benefits .ul {
    text-align: center;
  }
  .Benefits li {
    float: none;
    width: 100%;
    margin: 0 0.8% 2%;
    display: inline-block;
    vertical-align: top;
    height: 200px;
  }
  .Benefits li .tit {
    font-size: 16px;
  }
  .Benefits li .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.join_search {
  position: relative;
  padding-right: 150px;
  line-height: 44px;
  margin-bottom: 3%;
}
.join_search a {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  width: 150px;
  text-align: center;
  background-color: #3259ce;
  color: #fff;
}
.join_search dl {
  float: left;
  width: 33.33%;
  padding-right: 2%;
}
.join_search dl dt {
  width: 80px;
  text-align: right;
}
.join_search dl select {
  width: 100%;
  line-height: 44px;
  height: 44px;
  border: 1px solid #dfe5eb;
  background-image: url(../images/select3.png);
  padding: 0 20px;
  color: #b2b2b2;
}
@media (max-width: 768px) {
  .join_search {
    padding-right: 80px;
  }
  .join_search a {
    width: 80px;
  }
  .join_search dl {
    padding-right: 1%;
  }
}
@media (max-width: 640px) {
  .join_search {
    padding-right: 0;
  }
  .join_search a {
    width: 100%;
    position: relative;
    display: block;
  }
  .join_search dl {
    padding-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
}
.jobList {
  margin-bottom: 5%;
}
.jobList ul.ytable {
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  cursor: pointer;
}
.jobList ul.ytable li {
  padding: 26px 0 26px 40px;
}
.jobList .top {
  background-color: #f3f6f8;
  border-top: 2px solid #3259ce;
  font-weight: bold;
}
.jobList ul.select {
  background-color: #0c4faf;
  color: #fff;
}
.jobList .content {
  background-color: #f3f6f8;
  padding: 40px;
  line-height: 30px;
  display: none;
}
.jobList .content .tit {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.jobList .content article {
  margin-bottom: 30px;
}
.jobList .other {
  margin-bottom: 1%;
}
.jobList .other dt {
  overflow: hidden;
  width: 440px;
}
.jobList .other dt a {
  float: left;
  width: 200px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  background-color: #0c4faf;
}
.jobList .other dt a:first-child {
  background-color: #e73739;
}
.jobList .other dd a {
  color: #3259ce;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .jobList .branch,
  .jobList .time {
    display: none;
  }
  .jobList .other dt {
    width: 260px;
  }
  .jobList .other dt a {
    width: 120px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .jobList ul.ytable li {
    padding: 15px 0 15px 10px;
    font-size: 14px;
  }
  .jobList ul.ytable .edu,
  .jobList ul.ytable .num {
    display: none;
  }
  .jobList .branch,
  .jobList .time {
    display: none;
  }
  .jobList .content {
    padding: 20px 10px;
    line-height: 24px;
  }
  .jobList .other .ytable_cell {
    display: block;
  }
  .jobList .other dt {
    width: 100%;
    margin-bottom: 2%;
  }
  .jobList .other dt a {
    width: 48%;
    margin: 0 1%;
    line-height: 42px;
  }
}
.open_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.open_box .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 96%;
  max-height: 96%;
  overflow: auto;
}
.open_box .close {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0;
  bottom: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.open_box .close::before,
.open_box .close::after {
  position: absolute;
  content: '';
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #3259ce;
}
.open_box .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open_box .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open_jobTable .inner {
  max-width: 1135px;
  padding: 2%;
}
.open_jobTable li {
  margin-bottom: 20px;
  line-height: 50px;
}
.open_jobTable .tit {
  text-align: center;
  color: #3259ce;
  font-size: 30px;
  margin-bottom: 3%;
  font-weight: normal;
}
.open_jobTable .text {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.open_jobTable textarea.text {
  height: 115px;
  display: block;
  margin: 0;
}
.open_jobTable .name {
  width: 95px;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}
.open_jobTable .name i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #e10000;
}
.open_jobTable .w50 {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.open_jobTable .w50:nth-child(2n) {
  margin-right: 0;
}
.open_jobTable .w100 {
  clear: both;
}
.open_jobTable .button {
  display: block;
  margin: 5% auto 0;
  width: 200px;
  text-align: center;
  line-height: 60px;
  background-color: #3259ce;
  color: #fff;
  border: none;
  font-size: 18px;
}
@media (max-width: 640px) {
  .open_jobTable .inner {
    padding: 5% 4%;
  }
  .open_jobTable .tit {
    font-size: 20px;
    padding: 2% 0;
  }
  .open_jobTable .w50 {
    width: 100%;
    margin-right: 0;
  }
  .open_jobTable .close {
    width: 30px;
    height: 30px;
  }
  .open_jobTable li {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .open_jobTable .text {
    height: 40px;
    line-height: 40px;
  }
  .open_jobTable .button {
    width: 140px;
    font-size: 16px;
    line-height: 40px;
  }
}
.RecommendBox {
  padding-bottom: 7%;
}
.RecommendBox .fl {
  width: 48%;
  font-size: 18px;
  line-height: 36px;
}
.RecommendBox .fr {
  width: 40%;
}
@media (max-width: 1024px) {
  .RecommendBox .fr {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .RecommendBox .fl,
  .RecommendBox .fr {
    width: 100%;
    margin-bottom: 5%;
  }
  .RecommendBox .fl {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .RecommendBox .fl {
    font-size: 14px;
    line-height: 26px;
  }
}
.JobTable {
  background-color: #f3f6f8;
  border-top: 2px solid #3259ce;
  padding: 2% 9%;
}
.JobTable .tit {
  font-size: 30px;
  color: #3259ce;
  text-align: center;
  margin: 3% 0 6%;
}
.JobTable li {
  position: relative;
  padding-left: 105px;
  margin-bottom: 20px;
}
.JobTable li .name {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
}
.JobTable li .name i {
  display: inline-block;
  vertical-align: middle;
  color: #e10000;
  font-style: normal;
  margin-right: 5px;
}
.JobTable li .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 16px;
}
.JobTable li .box {
  min-height: 50px;
}
.JobTable li .code {
  position: relative;
  padding-right: 110px;
}
.JobTable li .code .imgcode {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  height: 50px;
}
.JobTable li .fileBox {
  position: relative;
}
.JobTable li .fileBox .text {
  padding-right: 95px;
  z-index: 1;
}
.JobTable li .fileBox .file,
.JobTable li .fileBox .fileBtn {
  position: absolute;
  left: auto;
  top: 50%;
  right: 7px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 38;
  line-height: 38px;
  border-radius: 3px;
}
.JobTable li .fileBox .file {
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.JobTable li .fileBox .fileBtn {
  z-index: 1;
  text-align: center;
  background-color: #a8b5be;
  color: #fff;
}
.JobTable .button_li {
  padding-left: 0;
}
.JobTable .button_li .btn {
  display: block;
  width: 200px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #3259ce;
  border: none;
  margin: 10% auto;
  cursor: pointer;
}
@media (max-width: 640px) {
  .JobTable {
    padding: 2% 5%;
  }
  .JobTable .tit {
    font-size: 20px;
  }
  .JobTable li {
    padding-left: 80px;
  }
  .JobTable li .name {
    font-size: 14px;
  }
  .JobTable li .text {
    font-size: 14px;
    padding-left: 2%;
  }
}
.nav-fixed {
  transition: all 0.5s;
}
.nav-fixed.fixed .Nmenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  line-height: 70px;
}
.aboutItem {
  padding: 5% 0;
}
.AboutUs{position: relative;z-index: 1; overflow: hidden;clear: both;}
.AboutUs:before{position: absolute;content: 'Company Profile';font-size: 200px;color: #3259ce; opacity: 0.03; left: 41.25%; top: 0;white-space: nowrap; text-transform: uppercase;font-family: "RobotoBCI";font-style: italic;}
.AboutUsBox .tit {
  margin-bottom: 3%;
}
.AboutUsBox .tit .cn {
  font-size: 30px; 
  color: #3259ce;
  letter-spacing: 5px;
}
.AboutUsBox .tit .en {
color: #dadada;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
font-family: arial;
}
.AboutUsBox .fl {
  width: 46.875%;
}
.AboutUsBox .fr {
  width: 47.75%;
  font-size: 18px;
  line-height: 1.6667;
  text-align: justify;
}
@media (max-width: 1024px) {
  .AboutUsBox .fl,
  .AboutUsBox .fr {
    width: 100%;
    float: none;
  }
  .AboutUsBox .fl {
    margin-bottom: 5%;
  }
/*  .AboutUsBox .tit .cn {
    font-size: 40px;
    max-width: 440px;
  }
  .AboutUsBox .tit .en {
    font-size: 100px;
  } */
}
@media (max-width: 768px) {
  .AboutUsBox .tit .cn {
    font-size: 5vw;
    max-width: 100%;
  }
 .AboutUsBox .tit .en {
    font-size: 3vw;
  }
  .AboutUsBox .fr {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.aboutNum {
  border-top: 2px solid rgba(50, 89, 206, 0.1);
  border-bottom: 2px solid rgba(50, 89, 206, 0.1);
  padding: 2px 0;
  margin-top: 6%;
  font-size: 18px;
}
.aboutNum li {
  width: 50%;
  float: left;
  margin: 7% 0 1%;
}
.aboutNum li:nth-child(2n+1) {
  clear: both;
}
.aboutNum .num {
  display: inline-block;
  color: rgba(50, 89, 206, 0.5);
  position: relative;
}
.aboutNum .num span {
  font-size: 60px;
  color: #3259ce;
  font-family: "RobotoC";
  line-height: 60px;
}
.aboutNum .num i {
  font-style: normal;
  font-size: 30px;
  color: #3259ce;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  font-weight: bold;
  font-family: Arial;
}
.aboutNum p {
  color: #333333;
  margin: 10px 0;
}
@media (max-width: 1600px) {
  .aboutNum .num span {
    font-size: 50px;
  }
  .aboutNum .num i {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .aboutNum {
    font-size: 14px;
  }
  .aboutNum .num span {
    font-size: 40px;
    line-height: 40px;
  }
  .aboutNum .num i {
    font-size: 26px;
  }
}
.aboutNum .ul {
  border-top: 1px solid rgba(50, 89, 206, 0.1);
  border-bottom: 1px solid rgba(50, 89, 206, 0.1);
}
.aboutNum li {
  width: 25%;
  margin: 3% 0;
  padding-left: 5%;
}
.aboutNum li:nth-child(2n+1) {
  clear: initial;
}
@media (max-width: 640px) {
  .aboutNum li {
    width: 50%;
  }
  .aboutNum li:nth-child(2n+1) {
    clear: both;
  }
}
.about_tit {
  text-align: center;
  font-size: 40px;
  color: #3259ce;
  margin-bottom: 3%;
}
@media (max-width: 1200px) {
  .about_tit {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .about_tit {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .about_tit {
    font-size: 20px;
  }
}
.history {
  position: relative;
  padding-bottom: 0;
}
.history::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: auto;
  bottom: 337px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.history .w1600 {
  overflow: hidden;
  max-width: 1400px;
  position: relative;
  margin-top: 1%;
}
.history .slick-list {
  overflow: initial;
}
.history .ul {
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.history .box {
  padding: 0 25px;
  padding-top: 30px;
  height: 415px;
  opacity: 0.4;
  transition: 0.5s
}
.history .slick-active .box {
  opacity: 1;
}
.history .ytable {
  height: 100%;
}
.history figure,
.history .en {
  display: none;
}
.history .ytable_cell {
  padding: 0 10%;
  border-radius: 5px;
}

.history .info {
  position: relative;
}
.history .box:hover{ background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.2); transform:translateY(20px);}
.history .info::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.history p {
/*  height: 90px;
  overflow: hidden;
  line-height: 30px;*/
}
.history time {
  display: block;
  font-size: 30px;
  color: #333333;
  font-family: "RobotoC";
  position: relative;
}
.history time::after {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/Hbox_icon_on.png) no-repeat center;
  margin: 23px 0;
}
.history .slick-center .box {
  padding: 30px 0 0;
  overflow: auto;
}
.history .slick-center .box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.history .slick-center .box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background   : rgba(255,255,255,0.2);
  }
.history .slick-center .box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  background   : #ededed;
  }
.history .slick-center .ytable_cell {
  background-color: #fff;
  vertical-align: top;
}
.history .slick-center time {
  font-size: 72px;
  color: #3259ce;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  margin-top: -50px;
}
.history .slick-center time::after {
  display: none;
}
.history .slick-center time .en {
  display: block;
  font-size: 24px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -10px 0 30px;
}
.history .slick-center figure {
  display: block;
  padding-top: 50%;
  margin-top: 20px;
  margin-bottom: 2%;
}
.history .slick-arrow {
  top: 37%;
  background-color: #cccccc;
}
.history .slick-prev {
  left: 2%;
}
.history .slick-next {
  right: 2%;
}
.history .slick-arrow:hover {
  background-color: #e73739;
  border-color: #e73739;
}
@media (max-width: 640px) {
.history .slick-center time{ font-size:42px;}
.history .info p{ line-height: 26px;}
.history .slick-center time{ line-height: 2}
.history .slick-center time .en{ line-height: 1}
}
.cultureBox .about_tit {
  color: #fff;
}
.cultureUl li {
  float: left;
  width: 28.313%;
  margin-right: 6.2%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  height: 325px;
  padding-top: 3%;
  color: #fff;
  transition: all 0.5s;
}
.cultureUl li:last-child {
  margin-right: 0;
}
.cultureUl li .pic {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
.cultureUl li .pic img {
  transition: all 0.5s;
}
.cultureUl li .tit {
  font-size: 24px;
  margin: 10% 0 8%;
}
.cultureUl li p {
  padding: 0 2%;
  max-width: 260px;
  margin: 0 auto;
}
.cultureUl li:hover {
  background-color: #fff;
  color: #333333;
}
.cultureUl li:hover .pic img {
  transform: rotateY(180deg);
}
@media (max-width: 640px) {
  .cultureUl li {
    width: 48%;
    margin: 0 1% 5%;
    height: 200px;
  }
  .cultureUl li .tit {
    font-size: 16px;
  }
  
}
.cultureInfo {
  margin: 5% auto 0;
  max-width: 1290px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .cultureInfo {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .cultureInfo {
    font-size: 14px;
    line-height: 26px;
  }
}
.Sociology .ul {
  margin: 0 -45px;
}
.Sociology li a {
  display: block;
  margin: 0 45px;
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #fbfcfe 20%, #f7f9fd 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #fbfcfe 20%, #f7f9fd 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 0%, #fbfcfe 20%, #f7f9fd 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, #fbfcfe 20%, #f7f9fd 100%);
}
.Sociology figure {
  overflow: hidden;
}
.Sociology figure i {
  display: block;
  padding-top: 68%;
  transition: all 0.5s;
}
.Sociology .txt {
  padding: 10% 10% 13% 0;
}
.Sociology .tit {
  font-size: 24px;
  line-height: 36px;
  height: 72px;
  margin-bottom: 5%;
}
.Sociology .Intro {
  color: #666666;
  line-height: 30px;
}
.Sociology a:hover figure i {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.Sociology .slick-dots {
  text-align: center;
  margin-top: 4%;
  font-size: 0;
}
.Sociology .slick-dots li {
  display: inline-block;
  width: 18px;
  line-height: 16px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 100%;
  text-align: center;
  margin: 0 10px;
}
.Sociology .slick-dots li button {
  border: none;
  font-size: 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background-color: #bfbfbf;
  border-radius: 100%;
}
.Sociology .slick-dots .slick-active {
  border-color: #3259ce;
}
.Sociology .slick-dots .slick-active button {
  background-color: #3259ce;
}
@media (max-width: 1024px) {
  .Sociology .ul {
    margin: 0 -20px;
  }
  .Sociology li a {
    margin: 0 20px;
  }
  .Sociology .tit {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .Sociology .ul {
    margin: 0 -10px;
  }
  .Sociology li a {
    margin: 0 10px;
  }
  .Sociology .tit {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .Sociology .tit {
    font-size: 16px;
  }
}
.Honor article {
  font-size: 18px;
  line-height: 36px;
  margin: -1% 0 3%;
}
.Honor .list li {
  position: relative;
  padding-left: 15px;
  width: 50%;
  float: left;
  padding-right: 2%;
  margin-bottom: 2%;
}
.Honor .list li a {
  color: #8a97ab;
  font-size: 18px;
  cursor: pointer;
}
.Honor .list li a:hover {
  color: #3259ce;
}
.Honor .list li::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #3259ce;
  width: 3px;
  height: 3px;
}
@media (max-width: 768px) {
  .Honor article {
    font-size: 16px;
    line-height: 30px;
  }
  .Honor .list li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .Honor article {
    font-size: 14px;
    line-height: 26px;
  }
  .Honor .list li {
    width: 100%;
    float: none;
  }
}


.SolutionMenu ul {
  margin-top: -3%;
  position: relative;
  z-index: 2;
}
.SolutionMenu li {
  width: 15%;
  margin-right: 2%;
  float: left;
  transition:all .6s;
}


.SolutionMenu li:hover span::before{
    transform: scale(1.2);
    transition: all .6s;
    /* transform: rotateY(360deg); */
}


.SolutionMenu li:last-child {
  margin-right: 0;
}
.SolutionMenu li a {
  background-color: #fff;
  text-align: center;
  display: block;
  padding: 8% 0;
  box-shadow: 0px 0px 12px 0px rgba(50, 89, 206, 0.2);
}

.SolutionMenu li span {
  display: inline-block;
  padding-left: 75px;
  line-height: 56px;
  position: relative;
}

.SolutionMenu li span::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  background: url(../images/pro_icon1.png) no-repeat center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}

.SolutionMenu li:nth-child(2) span::before {
  background-image: url(../images/pro_icon2.png);
}
.SolutionMenu li:nth-child(3) span::before {
  background-image: url(../images/pro_icon3.png);
}
.SolutionMenu li:nth-child(4) span::before {
  background-image: url(../images/pro_icon4.png);
}
.SolutionMenu li:nth-child(5) span::before {
  background-image: url(../images/pro_icon5.png);
}
.SolutionMenu li:nth-child(6) span::before {
  background-image: url(../images/pro_icon6.png);
}

@media (min-width: 1024px) {
  .fixed .SolutionMenu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 86px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(102 102 102 / 50%);
    min-height: 53px;
    border-top: 1px solid #d7d7d7;
  }
  .fixed .SolutionMenu ul {
    margin-top: 0;
  }
  .fixed .SolutionMenu li {
    margin-right: auto;
    width: 10%;
  }
  .fixed .SolutionMenu li a {
    box-shadow: none;
    padding: 10px 0;
  }
  .fixed .SolutionMenu li a:hover span{
    margin-top: -3px;
  }
  .fixed .SolutionMenu li span {
    padding-left: 40px;
    line-height: 30px;
  }
  .fixed .SolutionMenu li span::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  
  .fixed .SolutionMenu li.active_on a {
    /* background-color: #3259ce; */
    color: #3259ce;
    border-bottom: 3px solid;
  }
}
.SolutionMenu li.active_on span::before {
  background-color: #fff;
}
.SolutionMenu li{ transition: all 0.5s;}
.SolutionMenu li:hover a{
	  background-color: #3259ce;
	  color: #fff;
}
@media (max-width: 1024px) {
  .SolutionMenu li {
    width: 16%;
    margin-right: 0.8%;
  }
  .SolutionMenu li font {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
  }
  .SolutionMenu li span {
    line-height: 45px;
    padding-left: 53px;
  }
  .SolutionMenu li span::before {
    width: 45px;
    height: 45px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .SolutionMenu li font {
    line-height: 22px;
  }
  .SolutionMenu li span {
    padding-left: 47px;
    width: 88px;
  }
}
@media (max-width: 640px) {
  .SolutionMenu li {
    width: 32%;
  }
  .SolutionMenu li a {
    padding: 6% 0;
  }
  .SolutionMenu li font {
    line-height: 22px;
  }
  .SolutionMenu li span {
    padding-left: 33px;
    width: auto;
    line-height: 30px;
  }
  .SolutionMenu li span::before {
    width: 30px;
    height: 30px;
  }
}
.SolutionTit {
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin: 3% 0;
  line-height: normal;
}
.SolutionTit span {
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.SolutionTit .num {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  font-family: "RobotoC";
  opacity: 0.1;
  background-image: -moz-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -webkit-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -ms-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: linear-gradient(45deg, #3259ce, #25e4be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .SolutionTit {
    padding: 20px 0;
  }
  .SolutionTit .num {
    font-size: 100px;
  }
}
@media (max-width: 640px) {
  .SolutionTit {
    padding: 15px 0;
  }
  .SolutionTit .num {
    font-size: 80px;
  }
}

.SolutionTit-css-2 > *{display: inline-block; vertical-align: middle;}
.SolutionTit-css-2 .Ny_tit{margin-bottom: 0;}
.SolutionTit-css-2 > i{width: 32px;height: 16px;background-position: center; background-repeat: no-repeat; }
.SolutionTit-css-2 > i:nth-of-type(1){background-image: url(../images/tit-l.png); margin-right: 20px;}
.SolutionTit-css-2 > i:nth-of-type(2){background-image: url(../images/tit-r.png); margin-left: 20px;}

.SolutionTit-css-3 .num{display: none;}
.SolutionTit-css-3 .Ny_tit:after{display: block;content: '';width: 30px;height: 3px;background-color: #3259ce; margin: 20px auto 0;}

.SolutionTit-css-4 > *{display: inline-block; vertical-align: middle;}
.SolutionTit-css-4 .Ny_tit{margin-bottom: 0;}
.SolutionTit-css-4 > i{width: 59px;height: 10px;background-image: url(../images/tit.png);background-position: center; background-repeat: no-repeat; }
.SolutionTit-css-4 > i:nth-of-type(1){margin-right: 20px;}
.SolutionTit-css-4 > i:nth-of-type(2){margin-left: 20px;}

.SolutionBox {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
@media (max-width: 768px) {
  .SolutionBox {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .SolutionBox {
    font-size: 14px;
    line-height: 26px;
  }
  
}
.proAbout {
  padding-bottom: 5%;
}
.proAbout .info {
/*  max-width: 660px; */
  margin-right: 2%;
  text-align: justify;
}
.proAbout .pic,
.Architecture .pic,
.proFeatures .pic{ text-align: center;overflow: hidden}
.proFeatures .pic{ padding-left: 4%;}
.proAbout .pic img,
.Architecture .pic img,
.proFeatures .pic img{ transition: all 0.5s;}
.proAbout .pic img:hover,
.Architecture .pic img:hover,
.proFeatures .pic img:hover{ transform: scale(1.1);}
@media (max-width: 640px) {
  .proAbout .ytable_cell {
    display: block;
    width: 100%;
    max-width: 100%!important;
    margin-bottom: 5%;
  }
}
.Architecture {
  background-color: #f3f6f8;
  padding: 1px 0 5%;
}
.Architecture .proTabul {
  margin: 4% 0;
}
.Architecture .proTabul li {
  width: 49%;
  margin-right: 2%;
  float: left;
  background-color: #ffffff;
  height: 180px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.Architecture .proTabul li:last-child {
  margin-right: 0;
}
.Architecture .proTabul li:hover {
  background-color: #3259ce;
  color: #fff;
  box-shadow: 0px 8px 40px 0px rgba(50, 89, 206, 0.4);
}
.Architecture .proTabul li:hover .ytable_cell .num {
  color: #fff;
  opacity: 0.05;
}
.Architecture .proTabul .ytable_cell {
  position: relative;
}
.Architecture .proTabul .ytable_cell .num {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "RobotoC";
  opacity: 0.1;
  color: #3259ce;
  font-size: 120px;
  z-index: 3;
  transition: all 0.5s;
}
.Architecture .proTabul .ytable_cell p {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .Architecture .proTabul li {
    padding: 3%;
    width: 100%;
    margin-bottom: 5%;
    margin-right: 0;
    height: auto;
  }
  .Architecture .proTabul li .ytable_cell .num {
    font-size: 80px;
  }
}
.proFeatures {
  padding-bottom: 6%;
}
.proFeatures .iconList {
  margin-bottom: 2%;
  position: relative;
}
.proFeatures .iconList::before{position: absolute;content: ''; left: 7.5%; top: 50%;width: 85%; height: 1px;z-index: -1; background-color: #eee;}
.proFeatures .iconList-2::before{display: none;}
.proFeatures .iconList .slider{
	/* padding: 0 32px; */
}
.proFeatures .iconList li {
  text-align: center;
  cursor: pointer;
} 
.proFeatures .iconList li p{
  font-size: 20px;
} 
.proFeatures .slick-track{
  margin: 0 auto;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}
.proFeatures .iconList-2 .slick-track{ display: block; min-width: auto;}
.proFeatures .slick-track::after,.proFeatures .slick-track::before{
  display: none;
}
.proFeatures .iconList li:hover figcaption,
.proFeatures .iconList li.slick-current figcaption {
  background: #3259ce;
  /* background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent); */
  /*box-shadow: 0px 16px 35px 0px rgba(45, 149, 247, 0.31); */
}
.proFeatures .iconList li:hover figure .img2,
.proFeatures .iconList li.slick-current figure .img2 {
  opacity: 1;
  /* -webkit-transform: translate(-50%, -50%) rotateY(0deg);
  -moz-transform: translate(-50%, -50%) rotateY(0deg);
  -o-transform: translate(-50%, -50%) rotateY(0deg);
  transform: translate(-50%, -50%) rotateY(0deg); */
}
.proFeatures .iconList li:hover figure .img1,
.proFeatures .iconList li.slick-current figure .img1 {
  opacity: 0;
}
.proFeatures .iconList li .img2 {
  opacity: 0;
  /* -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  -o-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg); */
  transform: scale(1.1);
  transition: all 0.5s;
}
.proFeatures .iconList li figure {
  width: 66%;
  max-width: 100px;
  margin: 0 auto;
}
.proFeatures .iconList-2 li figure {max-width: 80px;width: 50%;}
.proFeatures .iconList-2 li.slick-current p{color: #3259ce;}
.proFeatures .slick-arrow{background-color: transparent;}
.proFeatures .slick-prev{left: -32px; background-image: url(../images/left_icon4-blue.png);}
.proFeatures .slick-next{right: -32px;background-image: url(../images/next2.png);}
.proFeatures .iconList li figcaption{
	background-color: #fff;
padding-bottom: calc(100% - 2px);
  position: relative;
  border: 1px solid #cdddff;
  border-radius: 10px;
  margin: 0 auto 10px;
  transition: all 0.5s;
}
.proFeatures .iconList li figure img {
  position: absolute;
  left: 25%;
  top: 25%;
  right: auto;
  bottom: auto;
  /* -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  max-height: 60%;
  max-width: 60%;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .proFeatures .iconList{margin-top: 0;}
  .proFeatures .iconList li {
    width: calc(100% / 6);
    margin-bottom: 2%;
  }
.proFeatures .slick-prev{left: 0;}
.proFeatures .slick-next{right: 0;}
}
.proFeatures .info-list {
  background-color: #f5f7fa;
  padding: 3% 5%;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 640px) {
  .proFeatures .info-list {
    font-size: 14px;
  }
  .proFeatures .iconList li p{
    font-size: 15px;
  }
}


.proFeatures .iconList .slider-4 .slick-track{border-left: 2px solid #ebedf0;}
.proFeatures .iconList .slider-4 .slick-list{padding-bottom: 10px;}
.proFeatures .iconList .slider-4 li{background-color: #f5f7fa;padding: 22px 0;position: relative;}
.proFeatures .iconList .slider-4 li:after{position: absolute;content: '';width: 2px;height: 100%;background-color: #ebedf0; right: 0; top: 0;}
.proFeatures .iconList .slider-4 li .icon{position: relative;display: table; margin: 0 auto 10px;}
.proFeatures .iconList .slider-4 li .icon img{height: 32px;display: block;}
.proFeatures .iconList .slider-4 li .icon img.img2{position: absolute;left:50%;top:0; opacity: 0;}
.proFeatures .iconList .slider-4 li:hover .icon img.img2,
.proFeatures .iconList .slider-4 li.slick-current .icon img.img2{opacity: 1; transform: translateX(-50%);}
.proFeatures .iconList .slider-4 li:hover .icon img.img1,
.proFeatures .iconList .slider-4 li.slick-current .icon img.img1{opacity: 0;}
.proFeatures .iconList .slider-4 li:hover:before,
.proFeatures .iconList .slider-4 li.slick-current:before{
  /* background: url(../images/aon2.png) no-repeat; */
  background: #3259ce;
  background-size: 100% 100%;position: absolute; left: 0; width: 100%; top: 0;
  bottom: 0px;
  /* bottom: -10px;  */
  content: '';
}
.proFeatures .iconList .slider-4 li:hover p,
.proFeatures .iconList .slider-4 li.slick-current p{color: #fff;position: relative;z-index: 4;}

.proFeatures .iconList .slider-5{text-align: center;}
.proFeatures .iconList .slider-5 dd{display: inline-block; width: 10%; margin-top: 3%; cursor: pointer;}
.proFeatures .iconList .slider-5 dd .icon{position: relative;display: table; margin: 0 auto 10px;width: 90px;height: 90px;border-radius: 8px;border: solid 1px #cdddff;}
.proFeatures .iconList .slider-5 dd .icon img{position: absolute;max-width: 60%; max-height: 60%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.proFeatures .iconList .slider-5 dd:hover p,
.proFeatures .iconList .slider-5 dd.slick-current p{color: #305bdc;}
.proFeatures .iconList .slider-5 dd:hover .icon img.img1,
.proFeatures .iconList .slider-5 dd.slick-current .icon img.img1,
.proFeatures .iconList .slider-5 dd .icon img.img2{display: none;}
.proFeatures .iconList .slider-5 dd:hover .icon img.img2,
.proFeatures .iconList .slider-5 dd.slick-current .icon img.img2{display: block;}
.proFeatures .iconList .slider-5 dd:hover .icon,
.proFeatures .iconList .slider-5 dd.slick-current .icon{
  background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);}
  @media (max-width:768px) {
  .proFeatures .iconList .slider-5 dd{width: auto;padding: 0 2vw;}	
  .proFeatures .iconList .slider-5 dd .icon{width: 12vw; height: 12vw;}
  }


.proFeatures .iconList ol{height: 200px;position: relative;cursor: pointer;}
.proFeatures .iconList ol::before{position: absolute;content: ''; width: 14px; height: 14px; border: 3px solid #fff; background-color: #bababa; left: 50%; top: 50%;margin: -7px 0 0 -7px; border-radius: 50%;}
.proFeatures .iconList ol > *{position: absolute;width: 100%;left: 0;}
.proFeatures .iconList ol figure{height: 50%;}
.proFeatures .iconList ol p{text-align: center;line-height: 20px;}
.proFeatures .iconList ol:nth-child(2n-1) p{top:50%; padding-top: 24px;}
.proFeatures .iconList ol:nth-child(2n) p{bottom:50%; padding-bottom: 24px;}
.proFeatures .iconList ol:nth-child(2n) figure{top:50%;}
.proFeatures .iconList ol:nth-child(2n-1) figure{bottom:50%;}
.proFeatures .iconList ol:hover p,
.proFeatures .iconList ol.slick-current p{color: #3259ce;}
.proFeatures .iconList ol:hover::before,
.proFeatures .iconList ol.slick-current::before{border-color: #3259ce;background-color: #fff;}
.proFeatures .iconList ol figcaption{width: 80px;height: 80px;position: relative;border-radius: 50%; margin: 0 auto; transform: scale(0.8);transition: all .5s;}
.proFeatures .iconList ol figcaption img{position: absolute;max-width: 60%; max-height: 60%;left: 50%;top: 50%;transform: translate(-50%,-50%) ; transition: all 0.5s;}
.proFeatures .iconList ol:hover figcaption .img1,
.proFeatures .iconList ol.slick-current figcaption .img1,
.proFeatures .iconList ol:not(.slick-current) figcaption .img2{opacity: 0;}
.proFeatures .iconList ol:hover figcaption .img2,
.proFeatures .iconList ol.slick-current figcaption .img2{transform: translate(-50%,-50%) rotateY(0); opacity: 1;}
.proFeatures .iconList ol:hover figcaption,
.proFeatures .iconList ol.slick-current figcaption{transform: scale(1);
  background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
}
.proFeatures .iconList ol:nth-child(2n):hover figcaption,
.proFeatures .iconList ol:nth-child(2n).slick-current figcaption{margin-top: 20px;}
@media (min-width:769px) {
	.proFeatures .info-list .ytable .ytable_cell.txt{ padding-right: 3%;}
}
@media (max-width:768px) {
	.proFeatures .info-list .ytable_cell{ display: block; margin-bottom: 3%;}
    .proFeatures .info-list .ytable .ytable_cell.txt *{ font-size: 14px!important}
}
@media (max-width:640px) {
.proFeatures .iconList ol:nth-child(2n-1) p{padding-top: 10px;}
.proFeatures .iconList ol:nth-child(2n) p{padding-bottom: 10px;}
.proFeatures .iconList ol:nth-child(2n).slick-current figcaption{margin-top: 10px;}
.proFeatures .iconList ol figcaption{width: 50px;height: 50px;transform:scale(1);}
.proFeatures .iconList ol:nth-child(2n-1) figure{display: flex;align-items: flex-end;padding-bottom: 10px;}
}

.proIndustry {
  padding: 1% 0 5%;
}
.proIndustry .list-css-1 .img2 {
  display: none;
}
.proIndustry figure {
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid #cdddff;
  border-radius: 10px;
  margin: 0 auto 10px;
  transition: all 0.5s;
}

.proIndustry .list-css-1 figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 0.5s;
}
.proIndustry .list-css-1 li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  height: 370px;
  text-align: center;
  background-position: right top;
  padding-top: 3.5%;
}
.proIndustry .list-css-1 li:last-child {
  margin-right: 0;
}
.proIndustry .list-css-1 li h3 {
  font-size: 24px;
  color: #3259ce;
  margin: 8% 0 4%;
}
.proIndustry .list-css-1 li p {
  max-width: 285px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.proIndustry .list-css-1 li:hover figure {
  background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  box-shadow: 0px 16px 35px 0px rgba(45, 149, 247, 0.31);
  /* transform: rotateY(180deg); */
  transform: scale(1.2);
}
.proIndustry .list-css-1 li:hover figure .img2 {
  display: inline-block;
}
.proIndustry .list-css-1 li:hover figure .img1 {
  display: none;
}
@media (max-width: 768px) {
  .proIndustry .list-css-1 li {
    width: 48%;
    margin: 0 1% 3%;
    height: 320px;
  }
  .proIndustry .list-css-1 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .proIndustry .list-css-1 li {
    width: 100%;
    margin: 0 0 3%;
    height: auto;
    padding: 10%;
  }
  .proIndustry .list-css-1 li h3 {
    font-size: 16px;
  }
  .proIndustry .list-css-1 li p {
    font-size: 14px;
    line-height: 26px;
  }
}
.proIndustry .list-css-2 .clearfix{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.proIndustry .list-css-2 li{margin-bottom: 2%; background-color: #fff; border-radius: 5px;}
.proIndustry .list-css-2 li .inner{padding: 50px 0 30px 0;text-align: center; max-width: 83%;margin: 0 auto;}
.proIndustry .list-css-2 li .num{display: table;margin: 0 auto;position: relative;max-width: 88px;}
.proIndustry .list-css-2 li .num .img2{position: absolute;left: 0;top:0;z-index: 10;opacity: 0;width: 100%;}
.proIndustry .list-css-2 li:hover .num .img1{opacity: 0;}
.proIndustry .list-css-2 li:hover .num .img2{opacity: 1;}
.proIndustry .list-css-2 li h3{font-size: 24px;color: #3259ce; margin: 2.083em 0 0.8333em 0;}
.proIndustry .list-css-2 li p{color: #666;font-size: 16px;font-weight: 400;line-height: 1.875;}
@media (min-width:641px){
.proIndustry .list-css-2 li{float: left;}
}
@media (min-width:1025px) {
.proIndustry .list-css-2 li{width: 32%;}
.proIndustry .list-css-2 li:not(:nth-child(3n)){margin-right: 2%;}
.proIndustry .list-css-2 li:nth-child(3n+1){clear: left;}	
}
@media (min-width:641px) and (max-width:1024px) {
.proIndustry .list-css-2 li{width: 49%;}
.proIndustry .list-css-2 li:not(:nth-child(2n)){margin-right: 2%;}
.proIndustry .list-css-2 li:nth-child(2n+1){clear: left;}		
}
@media (max-width:640px) {
.proIndustry .list-css-2 li{min-height: inherit!important;}	
.proIndustry .list-css-2 li .num{max-width:60px;}
.proIndustry .list-css-2 li h3{font-size: 5vw;}
.proIndustry .list-css-2 li p{font-size: 3.5vw;}
}

.proIndustry_zhzfpt{ padding: 0;}
.proIndustry_zhzfpt .list-css-2 li{margin-bottom: 2%; background-color: #fff; border-radius: 5px; box-shadow: 0 0 10px #f5f5f5;}
.proIndustry_zhzfpt .list-css-2 li .inner{padding: 50px 0 30px 0;text-align: center; max-width: 83%;margin: 0 auto;}
.proIndustry_zhzfpt .list-css-2 li .num{display: table;margin: 0 auto;position: relative;max-width: 88px;}
.proIndustry_zhzfpt .list-css-2 li .num .img2{position: absolute;left: 0;top:0;z-index: 10;opacity: 0;width: 100%;}
.proIndustry_zhzfpt .list-css-2 li:hover .num .img1{opacity: 0;}
.proIndustry_zhzfpt .list-css-2 li:hover .num .img2{opacity: 1;}
.proIndustry_zhzfpt .list-css-2 li h3{font-size: 24px;color: #3259ce; margin: 2.083em 0 0.8333em 0;}
.proIndustry_zhzfpt .list-css-2 li p{color: #666;font-size: 16px;font-weight: 400;line-height: 1.875;}
@media (min-width:641px){
.proIndustry_zhzfpt .list-css-2 li{float: left;}
}
@media (min-width:1025px) {
.proIndustry_zhzfpt .list-css-2 li{width: 32%;margin-left: 0; margin-right: 0;}
.proIndustry_zhzfpt .list-css-2 li:not(:nth-child(3n)){margin-right: 2%;}
.proIndustry_zhzfpt .list-css-2 li:nth-child(3n+1){clear: left;}	
}
@media (min-width:641px) and (max-width:1024px) {
.proIndustry_zhzfpt .list-css-2 li{width: 49%;}
.proIndustry_zhzfpt .list-css-2 li:not(:nth-child(2n)){margin-right: 2%;}
.proIndustry_zhzfpt .list-css-2 li:nth-child(2n+1){clear: left;}		
}
@media (max-width:640px) {
.proIndustry_zhzfpt .list-css-2 li{min-height: inherit!important;}	
.proIndustry_zhzfpt .list-css-2 li .num{max-width:60px;}
.proIndustry_zhzfpt .list-css-2 li h3{font-size: 5vw;}
.proIndustry_zhzfpt .list-css-2 li p{font-size: 3.5vw;}
}


.proIndustry .list-css-3 ol{ margin-bottom: 2%;background: url(../images/bg2.png) no-repeat;background-size: 100% 100%; text-align: center; transition: all 0.5s;}
.proIndustry .list-css-3 ol img{ transition: all 0.5s;}
.proIndustry .list-css-3 ol:hover{ transform: translateY(-15px);}
.proIndustry .list-css-3 ol:hover img{ transform: scale(1.4);}
.proIndustry .list ol h3{color: #3259ce;font-size: 24px; margin-top: -0.5em; margin-bottom: 20px; line-height: 1.5;}
.proIndustry .list ol pre{text-align: center;width: 80%;margin: 0 auto;color: #666666;font-size: 16px;line-height: 1.875;font-weight: 400;}
@media (min-width:1025px) {
.proIndustry .list-css-3 ol{float: left;width: 32%; min-height: 360px;}
.proIndustry .list-css-3 ol:not(:nth-child(3n)){margin-right: 2%;}
.proIndustry .list-css-3 ol .icon{padding-top: 60px;}
}
@media (max-width:1024px) {
.proIndustry .list-css-3 ol{padding: 5% 0;}
}
@media (max-width:640px) {
.proIndustry .list ol h3{font-size: 5vw;}
.proIndustry .list ol pre{font-size: 3.5vw;}
}

.proIndustry .list-css-4 ol{ background-color: #fff;text-align: center;border-radius: 6px;padding-top: 50px; transition: all 0.5s;}
.proIndustry .list-css-4 ol:hover{ box-shadow: 0 0 10px #ccc; transform: scale(1.05);}
.proIndustry .list-css-4 ol .icon{position: relative;border-radius: 50%;border: solid 1px #cdddff; width: 80px;height: 80px; margin: 0 auto 30px;}
.proIndustry .list-css-4 ol .icon img{max-width: 50%; max-height: 60%;position: absolute; left: 50%;top:50%;transform: translate(-50%,-50%); transition: all 0.5s;}
.proIndustry .list-css-4 ol:hover .icon img{transform: translate(-50%,-50%) scale(1.4);}
@media (min-width:1025px) {
.proIndustry .list-css-4 ol{float: left;width: 23.5%;min-height: 370px;}
.proIndustry .list-css-4 ol:not(:nth-child(4n)){margin-right: 2%;}
}
@media (min-width:641px) and (max-width:1024px) {
.proIndustry .list-css-4 ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.proIndustry .list-css-4 ul:after{display: none;}
.proIndustry .list-css-4 ol{width: 48%; margin-bottom: 4%; padding-bottom: 50px;}
}
@media (max-width:640px) {
.proIndustry .list-css-4 ol{ margin-bottom: 4%; padding: 6vw 0;}
}

.proIndustry .list-css-5 ol{background-size: contain; background-position: center top;background-repeat: no-repeat; background-color: #fff;border-radius: 6px; padding-top: 50px;text-align: center;position: relative;}
.proIndustry .list-css-5 ol:not(:nth-child(5n)){margin-right: 2%;}
.proIndustry .list-css-5 ol .num{position: absolute;left: 0;width: 100%;bottom: 10px;font-family: 'RobotoC';font-size: 14px;color: #3259ce;opacity: 0.2;}
.proIndustry .list-css-5 ol,
.proIndustry .list-css-5 ol img{ transition: all 0.5s;}
.proIndustry .list-css-5 ol:hover{ transform: translateY(-10px);}
.proIndustry .list-css-5 ol:hover img{ transform: scale(1.2);}
@media (min-width:1025px) {
.proIndustry .list-css-5 ol{width: 18.4%;float: left; min-height: 370px;}
}
@media (max-width:1024px) {
.proIndustry .list-css-5 ol{padding-bottom: 50px; margin-bottom: 2%; padding-top: 30px;}
}


.css-83{overflow: hidden;}
.css-83 ol{position: relative;z-index: 1;}
.css-83 ol .icon{width: 100px; height: 100px; background-color: #e73739; border-radius: 50%;}
.css-83 ol .icon img{max-width: 50%; max-height: 60%;position: absolute; left: 50%;top:50%;transform: translate(-50%,-50%);}
.css-83 ol h4{font-size: 24px;margin-bottom: 15px;}
.css-83 ol p{font-size: 16px;color: #666;line-height: 1.5;}
.css-83 ol:nth-child(2) .icon{background-color: #3259ce;}
.css-83 ol:nth-child(3) .icon{background-color: #e3b706;}
.css-83 ol:nth-child(4) .icon{background-color: #18a22b;}
.css-83 ol:nth-child(5) .icon{background-color: #cf3ab8;}
@media (min-width:1025px) {
.css-83 ol:nth-child(2),
.css-83 ol:nth-child(4){float: left; text-align: right;}
.css-83 ol:nth-child(3),
.css-83 ol:nth-child(5){float: right;}
.css-83 ol:nth-child(1){text-align: center; padding-bottom: 130px; max-width: 668px;width: 80%; margin: 0 auto;}
.css-83 ol:nth-child(2),
.css-83 ol:nth-child(3){width: 45%;margin-bottom: 100px;}
.css-83 ol:nth-child(2){padding-right: 128px;}
.css-83 ol:nth-child(3){padding-left: 128px;}	
.css-83 ol:nth-child(4){width: 47.813%;padding-right: 130px;padding-left: 68px; clear: left;}
.css-83 ol:nth-child(5){width: 47.5%;padding-left: 123px; padding-right: 70px;}
.css-83 ol .icon{position: absolute;z-index: 10;}
.css-83 ol:nth-child(1) .icon{left: 50%; bottom: 0;margin-left: -50px;}
.css-83 ol:nth-child(1):after{position: absolute;content: ''; width: 298px;height: 292px; background: url(../images/dbx.png) no-repeat center center;left: 50%;transform: translateX(-50%);top: 100%; margin-top: -50px;}
.css-83 ol:nth-child(2) .icon{right: 0; top:0;}
.css-83 ol:nth-child(3) .icon{left: 0; top:0;}
.css-83 ol:nth-child(4) .icon{top: -45px;right: 0;}
.css-83 ol:nth-child(5) .icon{top: -40px;left: 0;}
}
@media (min-width:1025px) and (max-width:1440px) {
.css-83 ol:nth-child(2), .css-83 ol:nth-child(3){margin-bottom: 3vw;}
}
@media (max-width:1024px) {
.css-83 ol{display: flex;justify-content: space-between; padding: 4vw;}
.css-83 ol .icon{position: relative;flex-shrink: 0;}
.css-83 ol .txt{flex: 1; margin-left: 3vw;}	
.css-83 ol:nth-child(2n){background-color: #f5f5f5; }
}
@media (max-width:640px) {
.css-83 ol h4{font-size: 5vw; line-height: 1.5;}
.css-83 ol p{font-size: 3.5vw;}	
.css-83 ol .icon{width: 10vw; height: 10vw;}
}


.prodvantages {
  padding: 1px 0 6%;
}
.prodvantages .Ny_tit {
  color: #fff;
}
.prodvantages .margin {
  margin: 0 auto;
}
.prodvantages .margin {
  margin: 0 auto;
}
.prodvantages .slider-nav li {
  text-align: center;
  cursor: pointer;
}
.prodvantages .slider-nav li:last-child figure::after {
  opacity: 0;
}
.prodvantages .slider-nav .slider-1-1{
  max-width: 1366px;
  margin: auto;
  background: #3259ce;
}
.prodvantages .slider-nav .slider-1-1 li{
  padding: 10px;
}
.prodvantages .slider-nav .slider-1-1 li.slick-current,
.prodvantages .slider-nav .slider-1-1 li:hover{
  background:#fff;
}
.prodvantages .slider-nav li.slick-current figure,
.prodvantages .slider-nav li:hover figure {
  /* background-image: -moz-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -webkit-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: -ms-linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent);
  background-image: linear-gradient(-45deg, #305bdc 0%, #54ffe5 100%, transparent); */
  /* background: #3259ce;
  box-shadow: 0px 16px 35px 0px rgba(45, 149, 247, 0.31); */
      background-color: #3259ce;
  border-color: #3259ce;
}
.prodvantages .slider-nav li.slick-current figure img,
.prodvantages .slider-nav li:hover figure img{
  -webkit-transform: translate(-50%, -50%)  scale(1.2);
  -moz-transform: translate(-50%, -50%)  scale(1.2);
  -o-transform: translate(-50%, -50%)  scale(1.2);
  transform: translate(-50%, -50%)  scale(1.2);
}
.prodvantages .slider-nav li.slick-current p,
.prodvantages .slider-nav li:hover p{
	color:#3259ce;
}

.prodvantages .for-2 ol .tit{
	color: #3259ce;
}
.prodvantages .slider-nav figure {
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 auto 5px;
  transition: all 0.5s;
}
.prodvantages .slider-nav figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 0.5s;
}
.prodvantages .slider-nav figure::after {
  position: absolute;
  content: '';
  left: auto;
  right: -70%;
  top: 50%;
  bottom: auto;
  width: 36px;
  height: 8px;
  background: url(../images/pro_line.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
}
.prodvantages .slider-nav p {
  color: #fff;
}
@media (max-width: 1024px) {
  .prodvantages .slider-nav figure::after {
    right: -77%;
  }
}
@media (max-width: 768px) {
  .prodvantages .slider-nav figure::after {
    display: none;
  }
}
.prodvantages .slider-for-1 {
  max-width: 1366px;
  margin: 0% auto 0;
  position: relative;
}
.prodvantages .slick-arrow {
  background-color: transparent;
  border: 1px solid #fff;
}
.prodvantages .slick-prev {
  left: -8%;
}
.prodvantages .slick-next {
  right: -8%;
}
.prodvantages .slick-arrow:hover {
  background-color: #3259ce;
  border-color: #3259ce;
}
.prodvantages li .pic {
  width: 55.638%;
  overflow: hidden;
}
.prodvantages li .pic img{ transition: all 0.5s;}
.prodvantages li:hover .pic img{ transform: scale(1.1);}
.prodvantages li .txt_con  {
  background: aliceblue;
}
.prodvantages li .txt_con .ytable {
  /* background-color: #fff; */
  position: relative;
  width: 100%;
  /* margin-left: -13%; */
  padding: 8%;
}
.prodvantages li .txt_con .icon {
  width: 120px;
}
.prodvantages li .txt_con .info {
  padding-left: 10%;
}
.prodvantages li .txt_con .tit {
  font-size: 24px;
  color: #333333;
}
.prodvantages li .txt_con .tit::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #3259ce;
  margin: 20px 0;
}
.prodvantages li .txt_con article {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding-bottom: 55px;
}
.prodvantages li .txt_con figure {
  width: 100%;
  height: 120px;
  position: relative;
  border: 1px solid #cdddff;
  border-radius: 10px;
}
.prodvantages li .txt_con figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.prodvantages .page {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 16%;
  width: 33.5%;
  z-index: 10;
}
.prodvantages .page ul,
.prodvantages .page li {
  list-style: none;
}
.prodvantages .page li {
  display: none;
  font-size: 16px;
  color: #e73739;
  font-family: "RobotoC";
}
.prodvantages .page em {
  display: inline-block;
  margin: 0 5px;
  color: #b2b2b2;
}
.prodvantages .page span {
  color: #b2b2b2;
}
.prodvantages .page .slick-active {
  display: block;
}
@media (max-width: 1400px) {
  .prodvantages .slick-prev {
    left: 0;
  }
  .prodvantages .slick-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .prodvantages .pic,
  .prodvantages .txt_con {
    width: 100%;
    display: block;
  }
  .prodvantages .txt_con .ytable {
    width: 100%;
    margin-left: 0;
    padding: 5%;
  }
  .prodvantages .page {
    width: 100%;
    text-align: center;
    bottom: 1%;
  }
}
@media (max-width: 640px) {
  .prodvantages .txt_con .icon {
    width: 80px;
  }
  .prodvantages .txt_con figure {
    height: 80px;
  }
  .prodvantages .txt_con .tit {
    font-size: 18px;
  }
  .prodvantages .txt_con .tit::after {
    margin: 7px 0;
  }
  .prodvantages .txt_con article {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .prodvantages li .pic{
    width: 100%;
  }
  .prodvantages li .txt_con .info{
    display: block !important;
    padding-top: 5%;
    padding-left: 0;
  }
  .prodvantages li .txt_con .icon{
    display: block;
  }
}


.prodvantages .slider-nav .slider-2 figure{border-radius: 50%;border-color: rgba(255,255,255,0.1);}
.prodvantages .slider-nav .slider-2 li:not(.slick-current) figure{background-color: rgba(255,255,255,0.1);}
.prodvantages .slider-nav .slider-2 li:hover figure,
.prodvantages .slider-nav .slider-2 li.slick-current figure{border: 0;}
.prodvantages .for-2 ol .ytable{table-layout: fixed;}
.prodvantages .for-2 ol .txt_con{width: 42.5%; vertical-align: top; padding-top: 5%;color: #fff;}
.prodvantages .for-2 ol .tit{font-size: 26px;font-weight: bold;}
.prodvantages .for-2 ol .tit:after{width: 30px; height: 2px; background-color: #e73739;display: block;margin: 20px 0 30px 0;content: '';}
.prodvantages .for-2 ol .txt_con pre{opacity: 0.6;font-size: 16px; line-height: 1.875;}
.prodvantages .for-2 ol .pic img{width:86.957%;}
.prodvantages .slider-for-2{margin-top: 3%; position: relative; }
.prodvantages .page-2{width: 42.5%;bottom: 0; border-bottom: 1px solid rgba(255,255,255,0.2);}
.prodvantages .page-2 .slick-active{color: #fff;}
.prodvantages .page-2 .slick-arrow{width: 60px;height: 60px;top: auto; bottom: -1px;transform:none;border-radius: 0;background-color: #e73739; border: 0;}
.prodvantages .page-2 .slick-disabled{background-color: #fff;}
.prodvantages .page-2 .slick-prev{right: 60px;left: auto; background-image: url(../images/icon-l-w.svg);}
.prodvantages .page-2 .slick-prev.slick-disabled{background-image: url(../images/icon-l.svg);}
.prodvantages .page-2 .slick-next{right: 0;background-image: url(../images/icon-r-w.svg); }
.prodvantages .page-2 .slick-next.slick-disabled{background-image: url(../images/icon-r.svg);}


.prodvantages-3{padding-bottom: 0;}
.prodvantages-3 .w1600{position:relative;  padding-bottom: 6%;}
.prodvantages .inner-wrap{position: relative;z-index: 3;overflow: hidden;}
.prodvantages .slider-nav-3{width: 23.75%;position: absolute;left: 0; top: 0;}
.prodvantages .slider-nav-3 .ytable{height: 100%;}
.prodvantages .slider-nav-3 .name{height: 80px;display: table;width: 100%; text-align: left;cursor: pointer;}
.prodvantages .slider-nav-3 .name-cell{display: table-cell;padding: 0 10px 0 35px;border-left: 5px solid transparent; vertical-align: middle;opacity: 0.6;color: #fff; line-height: 1.5;}
.prodvantages .slider-nav-3 li:hover .name-cell,
.prodvantages .slider-nav-3 .slick-current .name-cell{background-color: #3259ce;border-left-color: #25e4be;opacity: 1;}
.prodvantages .for-3{position: relative;}
.prodvantages .for-3 .main .con{background-color: #fff; padding: 50px;}
.prodvantages .for-3 .main .icon{position: relative;width: 80px;height: 80px;border-radius: 10px;border: solid 1px #cdddff; margin: 0 0 50px 0;}
.prodvantages .for-3 .main .icon img{position: absolute;left: 50%;top:50%;max-width: 60%; max-height: 60%; transform: translate(-50%,-50%);}
.prodvantages .for-3 .info{padding-bottom: 100px;}
.prodvantages .for-3 .info .tit{font-size: 24px; font-weight: bold;}
.prodvantages .for-3 .info .tit:after{display: block;content: '';width: 30px;height: 2px;background-color: #3259ce;margin: 24px 0;}
.prodvantages .for-3 .info  pre{font-size: 16px;color: #666;font-weight: 400;line-height: 1.875;}
.prodvantages .page-3{bottom: 50px;padding: 0 50px;}
.prodvantages .page-3 .slick-arrow{width: 40px;height: 40px;border-radius: 0;background-color: transparent; border: 0; opacity: 0.8; transition: none;}
.prodvantages .page-3 .slick-disabled{background-color: #fff;}
.prodvantages .page-3 .slick-prev{right: 70px;left: auto; background-image: url(../images/icon-l.svg);}
.prodvantages .page-3 .slick-next{right: 30px;background-image: url(../images/icon-r.svg); }
.prodvantages .page-3 .slick-prev:hover{ background-image: url(../images/left_icon3-blue.png);}
.prodvantages .page-3 .slick-next:hover{ background-image: url(../images/right_icon-blue.png);}
@media (min-width:1025px) {
.prodvantages-3 .w1600:before{position: absolute;content: '';width:23.75%; height: 100%; top: 0;left: 0; opacity: 0.6;
background: -moz-linear-gradient(top,  rgba(1,8,30,0) 0%, rgba(1,8,30,0.6) 54%, rgba(1,8,30,0) 100%);
background: -webkit-linear-gradient(top,  rgba(1,8,30,0) 0%,rgba(1,8,30,0.6) 54%,rgba(1,8,30,0) 100%);
background: linear-gradient(to bottom,  rgba(1,8,30,0) 0%,rgba(1,8,30,0.6) 54%,rgba(1,8,30,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001081e', endColorstr='#0001081e',GradientType=0 );
}	
.prodvantages .slider-for-3{float: right;width: 70%;}
.prodvantages .for-3 ol:hover .main .pic img{ transform: scale(1.05);}
.prodvantages .for-3 .main .pic{float: left;width:75%; padding-bottom:40.179%; background: no-repeat center center;background-size: cover; transition: all 0.5s;}
.prodvantages .for-3 .main .pic img{ display: none}
.prodvantages .for-3 .main .con{float: right;width: 35%; margin-left: -10%; margin-top: 102px; position: relative; z-index: 10;}
.prodvantages .for-3 .info{min-height: 383px; }
.prodvantages .page-3{width: 35%;}
}
@media (max-width:1024px) {
.prodvantages .slider-nav-3{display: none;}
.prodvantages .for-3 .main .pic img{width: 100%; }
.prodvantages .page-3{width: 100%; text-align: left;}

}
@media (max-width:640px) {
  .prodvantages .for-3 .main .con{height: 520px;}
  }


.prodvantages-4 .inner-wrap{overflow: hidden;}
.prodvantages-4 .slider-nav{float: left; width:18.75%; position: relative;z-index: 4;}
.prodvantages-4 .slider-4{margin-right: -10px;;}
.prodvantages-4 .slider-4 .slick-list{padding-right: 10px;}
.prodvantages-4 .slider-nav li{background-color: rgba(234,240,250,0.1); border: 1px solid rgba(255,255,255,0.1);position: relative; border-bottom: 0;}
.prodvantages-4 .slider-nav li:last-child .name{border-bottom: 1px solid rgba(255,255,255,0.1);}
.prodvantages-4 .slider-nav li:before{position: absolute;left: 0;right: -10px;top: 0;height: 100%;
  /* background: url(../images/aon.png) no-repeat; */
  background: #43b0e1;
  background-size: 100% 100%;content: ''; opacity: 0; transition: all 0.5s;}
.prodvantages-4 .slider-nav li:hover::before,
.prodvantages-4 .slider-nav li.slick-current:before{ opacity: 1;}
.prodvantages-4 .slider-nav li .name{height: 130px;display: table;opacity: 0.7;width: 100%;position: relative;z-index: 4;}
.prodvantages-4 .slider-nav li .name-cell{display: table-cell;vertical-align: middle; text-align: center;}
.prodvantages-4 .slider-nav li .name img{ transition: all 0.5s;}
.prodvantages-4 .slider-nav li .name aside{color: #fff;}
.prodvantages-4 .slider-nav li:hover img,
.prodvantages-4 .slider-nav li.slick-current img{ 
  /* transform: rotateY(180deg); */
  transform: scale(1.2);
}
.prodvantages-4 .slider-for-4 .main .con{background-color: #fff; padding: 80px 50px 100px;}
.prodvantages .for-4{position: relative}
.prodvantages .for-4 .con .tit{font-size: 24px; font-weight: bold;}
.prodvantages .for-4 .con .tit:after{display: block;content: '';width: 30px;height: 2px;background-color: #3259ce;margin: 24px 0;}
.prodvantages .for-4 .info  pre{font-size: 16px;color: #666;font-weight: 400;line-height: 1.875;}
.prodvantages .page-4{bottom: 50px;padding: 0 50px; width:33.846%;}
.prodvantages .page-4 .slick-arrow{width: 40px;height: 40px;border-radius: 0;background-color: transparent; border: 0; opacity: 0.8; transition: none;}
.prodvantages .page-4 .slick-disabled{background-color: #fff;}
.prodvantages .page-4 .slick-prev{right: 70px;left: auto; background-image: url(../images/icon-l.svg);}
.prodvantages .page-4 .slick-next{right: 30px;background-image: url(../images/icon-r.svg); }
.prodvantages .page-4 .slick-prev:hover{ background-image: url(../images/left_icon3-blue.png);}
.prodvantages .page-4 .slick-next:hover{ background-image: url(../images/right_icon-blue.png);}
@media (min-width:1025px) {
.prodvantages-4 .slider-for{float: right; width:81.25%;}
.prodvantages-4 .slider-for-4 .main .pic{width: 66.154%; height: 524px;}
.prodvantages-4 .slider-for-4 .main{display: table;width: 100%;}
.prodvantages-4 .slider-for-4 .main > div{display: table-cell; vertical-align: top;}
}
@media (max-width:1024px) {
.prodvantages .slider-nav-4{display: none;}
.prodvantages .page-4{width: 100%; text-align: left;}
.prodvantages-4 .slider-for-4 .main .pic{padding-bottom: 45%;}
}
@media (max-width:640px) {
.prodvantages .for-4 .con .tit{font-size: 5vw;}	
.prodvantages .for-4 .info pre{font-size: 3.5vw;}
.prodvantages-4 .slider-for-4 .main .con{padding: 5vw 3vw 60px;}
.prodvantages .page-4{padding: 0 3vw; bottom: 0;}
.prodvantages .page-4 .slick-next{right: 0;}
.prodvantages .page-4 .slick-prev{right: 40px;}
}




.proApplication {  padding: 1px 0 6%;}
.proApplication .list{text-align: center;}
.proApplication li{ transition: all 0.5s;}
.proApplication li:hover{ transform: translateY(-20px);}
.proApplication li:hover .tit{ color: #3259ce;}
.proApplication li .box{padding: 4% 5% 5% 5%;position: relative;background: url(../images/num-bg.jpg) no-repeat 0 0;background-size: cover;  overflow: hidden;}
.proApplication li .box:before{width: 40px;height: 40px;position: absolute;content: ''; left: -20px;background-color: #fff;border-radius: 50%;top: 50%; margin-top: -20px;}
.proApplication li .num{font-family: "RobotoB";font-size: 120px;font-style: italic;right: 3%;bottom: 0;position: absolute; opacity: 0.04;line-height: 0.76;}
.proApplication li p{font-size: 16px;color: #666;}
.proApplication li .tit{font-size: 24px; margin-bottom: 0.3em;}
@media (min-width:1025px) {
.proApplication li{width: 31%;margin: 0 0.7% 2.46875%;display: inline-table;}
.proApplication li .box{min-height: 240px;}
.proApplication li:nth-child(3n+1){ clear: both}
}
@media (max-width:1024px) {
.proApplication li{margin-bottom: 3%;}
}
@media (max-width:640px) {	
.proApplication li p{font-size: 3.5vw;}
.proApplication li .tit{font-size: 5vw;}
}

@media(min-width:1024px){
  .proApplication .zhcs_ztsl .con{ 
    display: flex;
/*    background: url('../images/line.png') no-repeat;*/
    list-style: none;
/*    background-position: center;
    background-size: 100%;*/
  }
  .proApplication .zhcs_ztsl{ position: relative}
  .proApplication .zhcs_ztsl:before{ content: ''; position: absolute; left: 5%; width:90%; top:50%; border-bottom:dashed 1px #3259ce}
  .proApplication .zhcs_ztsl .con .bom{
    margin-top: 280px;
    margin-left: -200px;
  }
  
}

.proApplication .zhcs_ztsl .con li{ width: calc(20% + 100px);margin: unset;display: block;}
.proApplication .zhcs_ztsl .con li h2{ 
  display: block; 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #3259ce;
}
.proApplication .zhcs_ztsl .con li p{ 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.5;
  height: 120px
}
.proApplication .zhcs_ztsl .con li .bk_box{ position: relative; background: #fff; padding: 20px; border: solid 1px #fafafa; box-shadow: 0 0 0 1px #ededed}
.proApplication .zhcs_ztsl .con li .bk_box .icon{ position: absolute}
.proApplication .zhcs_ztsl .con li .bk_box .icon:before,
.proApplication .zhcs_ztsl .con li .bk_box .icon:after{ position: absolute; content: ''; width: 0; height: 0; border: solid 15px transparent;}
.proApplication .zhcs_ztsl .con li .bk_box .icon:before{left: 20px; top: -30px; z-index: 2}
.proApplication .zhcs_ztsl .con li .bk_box .icon:after{ border-width: 17px;left: 18px; top: -34px;}
.proApplication .zhcs_ztsl .con li .bk_box .icon i{ left: 30px; width: 10px; height: 10px; position: absolute;  border: solid 1px #f9f9f9; background: #3259ce; box-shadow: 0 0 0 1px #3259ce; border-radius: 100px;}
.proApplication .zhcs_ztsl .con li.top .bk_box .icon{bottom:0}
.proApplication .zhcs_ztsl .con li.top .bk_box .icon i{bottom: -47px;}
.proApplication .zhcs_ztsl .con li.top .bk_box .icon:before,
.proApplication .zhcs_ztsl .con li.top .bk_box .icon:after{ top: 0}
.proApplication .zhcs_ztsl .con li.top .bk_box .icon:before{border-top-color: #fff; }
.proApplication .zhcs_ztsl .con li.top .bk_box .icon:after{ border-top-color: #ededed}
.proApplication .zhcs_ztsl .con li.bom .bk_box .icon{top:0}
.proApplication .zhcs_ztsl .con li.bom .bk_box .icon i{top: -47px; }
.proApplication .zhcs_ztsl .con li.bom .bk_box .icon:before{border-bottom-color: #fff; }
.proApplication .zhcs_ztsl .con li.bom .bk_box .icon:after{ border-bottom-color: #ededed}
.proApplication .zhcs_ztsl .con li.top{ 
/*  background: url('../images/bg_zhcs_ztsl_top.png') no-repeat;
  padding: 10px;
  background-size: 100%;*/
  transform: translateY(0px);
  margin-left: -100px;
  transition: all 0.4s;
}
.proApplication .zhcs_ztsl .con li.top:hover{ transform: translateY(-10px);}
.proApplication .zhcs_ztsl .con li.top:first-child{ 
  margin-left: 0px;
}
.proApplication .zhcs_ztsl .con li.bom{ 
/*  background: url('../images/bg_zhcs_ztsl_btm.png') no-repeat;
  padding: 20px;
  background-size: 100%;*/
  transform: translateY(0px);
}
.proApplication .zhcs_ztsl .con li.bom:hover{ transform: translateY(10px);}

@media(max-width:1344px){
  .proApplication .zhcs_ztsl .con li p{ 
    -webkit-line-clamp: 5;
  }
}
@media(max-width:1024px){
  .proApplication .zhcs_ztsl .con li{ width: 100%;}
  .proApplication .zhcs_ztsl .con li .icon{ display: none}
  .proApplication .zhcs_ztsl .con li p{ height: auto}
  .proApplication .zhcs_ztsl .con li.top{
    margin-left: 0px;
  }
  .proApplication .zhcs_ztsl .con li p{ 
    -webkit-line-clamp: unset;
  }
}
.fixedItem.Item.proApplication.bg{background: #f9f9f9;}
.proApplication .slider-nav { padding-bottom:3%; text-align: center; margin-left: -10px; margin-right: -10px;}
.proApplication .slider-nav .slick-list{ padding: 20px;}
.proApplication .slider-nav .item{ color: #fff; padding: 20px; text-align: center; background: #3259ce; box-shadow: -5px 0 20px rgba(255,255,255,0.2)}
.proApplication .slider-nav figure{ border: solid 1px #41aae0; border-radius: 100px; display: inline-block; padding: 10px;}
.proApplication .slider-nav figure img{ width: 40px; height: 40px;}
.proApplication .slider-nav .num{ position: absolute; font-size: 2vw; opacity: 0.2}
.proApplication .slider-nav .item:hover,
.proApplication .slider-nav .item.slick-current{ color: #000; background-color: #eaf0fe;}
.proApplication .slider-nav .item:hover img,
.proApplication .slider-nav .item.slick-current img{filter: grayscale(100%) brightness(500%); }
.proApplication .slider-nav .item:hover figure,
.proApplication .slider-nav .item.slick-current figure{ border-color: #3259ce; background: #3259ce;}


.proApplication .fl{width: 61.25%; transform: translateX(-50px); transition:0.5s 0.3s;}
.proApplication .fl img { width: 100%;}
.proApplication .fr { width: 41.75%; margin-left: -3%; padding: 0 7.5%; position: relative; margin-top: -1%; padding-bottom: 5%;}
.proApplication .fr .num i {
  font-size: 120px;
  color: #3259ce;
  background-image: -moz-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -webkit-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: -ms-linear-gradient(45deg, #3259ce, #25e4be);
  background-image: linear-gradient(45deg, #3259ce, #25e4be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 100px;
  display: inline-block;
  vertical-align: middle;
  font-family: "RobotoC";
  padding-right: 15px;
}
.proApplication .fr .txt{ position: relative; z-index: 5; padding: 5% 0}
.proApplication .fr::before {
  width: 100%;
  height: 90%;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-color: #f4f8fe;
  z-index: 1;
}
.proApplication .tit {
  font-size: 36px;
  color: #333333;
  padding: 13% 0 8%;
  display: block;
  position: relative;
  z-index: 5;
  line-height: 1.5;
}
.proApplication .fr .tit,
.proApplication .fr pre{
	transform: translateY(30px);
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.3s;
	transition-timing-function: ease-in-out;
}
.proApplication .slick-current .fl{
	transform: translateX(0);
}
.proApplication .slick-current .fr .tit,
.proApplication .slick-current .fr pre{
	transform: translateY(0);
	opacity: 1;
}
.proApplication .slick-current pre{
	transition-delay: 0.6s;
}
@media (max-width:1200px) {
.proApplication .fr .num i{ font-size: 80px}
}
@media (max-width:768px) {
.proApplication .fl,
.proApplication .fr{ width: 100%; float: none; margin: 0}
.proApplication .fr{background: #f4f8fe; padding: 4%}
.proApplication .fr .num i{ font-size: 60px; line-height: 1}
.proApplication .tit{ font-size: 20px;padding: 0 0 2%;}
.proApplication .fr .txt{ padding: 0}
.proApplication .fr::before{ display: none}

}

.css-85 .pic img{max-width: 718px;width: 90%;}
@media (min-width:1025px) {
.css-85 .txt{width: 45%;}	
.css-85_wauto .txt{width: auto;}
.css-85 .pic{text-align: left;}
}
@media (max-width:1024px) {
.css-85 .ytable,
.css-85 .ytable-cell{display: block;}
}

.css-86 .txt{max-width: 1148px;width: 90%;margin: 0 auto 3%; font-weight: 400;color: #333;text-align: center;}
.css-86 dl{ margin-bottom: 3%;}
.css-86 dl dd{padding-top: 40px;padding-bottom: 10px; text-align: center;}
.css-86 dl dd:not(.no){background-color: #fff; background-position: center;background-repeat: no-repeat; border-radius: 6px;position: relative; transition: all 0.5s;}
.css-86 dl dd:not(.no):hover{ box-shadow: 0 6px 20px rgb(95 101 105 / 15%); transform: scale(1.05);}
.css-86 dl dd p{width: 85%; margin: 0 auto;font-size: 16px;color: #666; line-height: 1.875;font-weight: 400;}
.css-86 dl dd .tit{font-size: 20px; margin-bottom: 10px;line-height: normal;}
@media (min-width:769px) {
.css-86 dl{display: table;width: 100%; table-layout: fixed;}
.css-86 dl dd{display: table-cell;}	
.css-86 dl dd.no{width: 20px;}
}
@media (max-width:768px) {
.css-86 dl dd.no{display: none;}
.css-86 dl dd:not(:last-child){margin-bottom: 2%;}	
}

.css-87 .txt{text-align: justify;}
@media (min-width:769px) {
/* .css-87 .txt{width: 37.563%;} */
.css-87 .pic img{float: right; /* width: 80%;max-width: 620px; margin-right: 5%; */}
.css-107 .pic img{margin-right: 0;}
}
@media (max-width:768px) {
.css-87 .ytable,
.css-87 .ytable-cell{display: block;}
.css-87 .pic{text-align: center; margin-top: 3%;}
.css-87 .ytable-cell.txt *{ font-size: 14px!important}
}

.proApplication .list ol{text-align: center; transition: all 0.5s; }
.proApplication .list ol:hover{ background-color: #fff; box-shadow: 0 6px 20px rgba(95,101,105,15%); transform: scale(1.05);
}
.proApplication .list ol .box{max-width: 80%;margin: 0 auto; padding: 30px 0;}
.proApplication .list ol .tit{font-size: 24px; margin: 30px 0 20px 0;line-height: 1;}
.proApplication .list ol img{ transition: all 0.5s;}
.proApplication .list ol:hover img{     transform: scale(1.4)}
.proApplication .list ol pre{font-size: 16px;color: #666; line-height: 1.875;font-weight: 400;text-align: center;}
@media (min-width:769px) {
.proApplication .list ol{float: left;width: 25%;min-height: 370px;}
}
@media (max-width:640px) {
.proApplication .list ol .tit{font-size: 5vw;}
.proApplication .list ol pre{font-size: 3.5vw;}
}

.css-95 .txt{font-weight: 400; text-align: justify;}
.css-95 .pic img{max-width: 800px;width: 90%;}
.css-105 .pic img{max-width: 507px;}
@media (min-width:1025px) {
.css-95 .txt{width: 41%; }
.css-95_w50 .txt{width: 50%; }
.css-95_wauto .txt{width: auto; }
.css-95_w60 .txt{width: 60%; }
.css-95 .pic img{float: right;}
.css-105 .pic img{margin-right: 10%;}
}
@media (max-width:1024px) {
.css-95 .pic{text-align: center; margin-top: 3%;}
.css-95 .ytable,
.css-95 .ytable-cell{display: block;}
}
@media (max-width:768px) {
.proAbout .txt,
.proAbout .txt *{ font-size: 14px!important;}
.proAbout img.yh{ width: 30px}
}
.css-96 .txt{max-width: 1582px;width: auto;}
.css-96 dl dd{position: relative;padding: 60px 0;}
.css-96 dl dd .num{position: absolute;left: 0;top: 50%;transform: translateY(-50%);font-family: 'RobotoC';font-size: 120px;color: #3259ce;opacity: 0.1;font-style: italic;width: 100%;}
.css-96 dl dd p{width: 76.5%;}

.css-97 .pic{text-align: center; margin-top: 3%;}

.proApplication .list dl{}
.proApplication .list dd{ transition: all 0.5s;}
.proApplication .list dd .box{padding: 10%;background: rgb(245,248,250);
background: -moz-linear-gradient(top,  rgba(245,248,250,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(245,248,250,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(245,248,250,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fa', endColorstr='#ffffff',GradientType=0 );}
.proApplication .list dd .tit{font-size: 24px; margin: 30px 0 20px 0;line-height: 1;}
.proApplication .list dd pre{font-size: 16px;color: #666; line-height: 1.875;font-weight: 400;text-align: center;}
.proApplication .list dd .icon img{height: 64px; transition: all 0.5s;}
.proApplication .list dd:hover{ transform: translateY(-15px);}
.proApplication .list dd:hover .icon img{ transform: scale(1.2);}
@media (min-width:769px) {
.proApplication .list dd{float: left;width: 23.5%;}
.proApplication .list dd:not(:nth-child(4n)){margin-right: 2%;}
}
@media (max-width:640px) {
.proApplication .list dd .tit{font-size: 5vw;}
.proApplication .list dd pre{font-size: 3.5vw;}
.proApplication .list dd .icon img{height: 40px;}
}



.right_tabke {
  position: fixed;
  left: auto;
  top: 50%;
  right: 1%;
  width: 80px;
  z-index: 100;
  background-color: #3259ce;
  box-shadow: 0px 10px 27px 0px rgba(69, 114, 250, 0.49);
  border-radius: 5px;
}
.right_tabke dl{ position: relative; border-top: solid 1px #41a6e0}
.right_tabke dl:first-child{ border-top: none}
.right_tabke dt a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 14px 0; 
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.right_tabke dt a::before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto 5px;
  background: no-repeat center;
}
.right_tabke .n_sq dt a::before{ background-image:  url(../images/pro_sqsy.png)}
.right_tabke .n_tel dt a::before{ background-image:  url(../images/tel_icon.png)}
.right_tabke .n_top dt a::before{ background-image:  url(../images/top_icon.png)}
.right_tabke .n_top{ display: none;}
.right_tabke dd{ position: absolute; top: 0; right: 100%; background-color: #3259ce; padding:30px 10px; white-space: nowrap; color: #fff; display: none; border-radius: 5px 0px 0px 5px}
@media(max-width:640px){
.right_tabke{ width: 60px;}
.right_tabke dd{padding:20px 10px; }
.right_tabke dt a{ font-size: 12px;padding:8px 0;}
}

.open_fortrial .inner {
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 3%;
}
.open_fortrial .title {
  position: relative;
  background-color: #3259ce;
  color: #fff;
  font-size: 30px;
  padding: 0 40px;
  line-height: 80px;
}
.open_fortrial .close {
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.open_fortrial .close::before,
.open_fortrial .close::after {
  background-color: #fff;
}
.open_fortrial .info {
  padding: 7% 40px;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.open_fortrial .info a {
  color: #3259ce;
}
.open_fortrial form {
  padding: 0 40px;
}
.open_fortrial li {
  position: relative;
  padding-left: 85px;
  line-height: 50px;
  margin-bottom: 20px;
}
.open_fortrial .name {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  text-align: right;
  width: 75px;
}
.open_fortrial .name i {
  display: inline-block;
  font-style: normal;
  color: #e10000;
  margin-right: 5px;
}
.open_fortrial .text,
.open_fortrial select {
  width: 100%;
  max-width: 365px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 0 20px;
}
.open_fortrial .tit {
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
}
.open_fortrial .pro {
  margin-bottom: 20px;
}
.open_fortrial .pro .list {
  overflow: hidden;
}
.open_fortrial .pro label {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}
.open_fortrial .button {
  text-align: center;
}
.open_fortrial .button .btn {
  display: inline-block;
  width: 200px;
  line-height: 60px;
  color: #666666;
  text-align: center;
  background-color: #e5e5e5;
  margin: 0 5px;
  border: none;
  cursor: pointer;
}
.open_fortrial .button .btn_submit {
  background-color: #3259ce;
  color: #fff;
}
@media (max-width: 640px) {
  .open_fortrial .title {
    font-size: 20px;
    padding: 0 20px;
    line-height: 60px;
  }
  .open_fortrial .close {
    right: 0;
  }
  .open_fortrial .info {
    padding: 5% 20%;
    font-size: 14px;
    line-height: 26px;
  }
  .open_fortrial form {
    padding: 0 20px;
  }
  .open_fortrial .pro label {
    width: 50%;
  }
  .open_fortrial .button .btn {
    width: 45%;
    line-height: 40px;
  }
}
.contactBox ul {
  background-color: #f7f9fd;
}
.contactBox li {
  float: left;
  width: 27%;
  height: 300px;
  padding-left: 3%;
}
.contactBox li:nth-child(2) .box::before {
  background-image: url(../images/icon_tel.png);
}
.contactBox li:nth-child(3) .box::before {
  background-image: url(../images/icon_email.png);
}
.contactBox .box {
  position: relative;
  padding-left: 100px;
}
.contactBox .box::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: url(../images/icon_add.png) no-repeat center;
  border: 1px solid #cdddff;
  border-radius: 10px;
}
.contactBox .box .tit {
  color: #8a97ab;
}
.contactBox .box p {
  font-size: 18px;
  color: #333333;
  margin-top: 5px;
}
.contactBox .code {
  width: 19%;
  text-align: center;
  background-color: #3259ce;
  color: #fff;
  position: relative;
  padding: 0;
}
.contactBox .code .ytable_cell::before {
  position: absolute;
  content: '';
  left: auto;
  right: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-right-color: #3259ce;
}
.contactBox .code p {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .contactBox li {
    width: 50%!important;
    height: 215px;
  }
}
@media (max-width: 640px) {
  .contactBox li {
    width: 100%!important;
    height: auto;
    padding: 6% 3%;
    float: none;
  }
  .contactBox .code {
    width: 35%!important;
    margin: 0 auto;
    padding: 3%;
  }
  .contactBox .code .ytable_cell::before {
    display: none;
  }
  .contactBox .box {
    padding-left: 80px;
  }
  .contactBox .box::before {
    width: 70px;
    height: 70px;
    background-size: 50%;
  }
}
.contactList {
  padding: 6% 0;
}
.contactList p{
  text-align: center;
  padding-bottom: 4rem;
  font-size: 30px;
  color: #3259ce;
  font-weight: 600;
}
.contactList li {
  width: 31.625%;
  float: left;
  margin-right: 2.5%;
  background-image: -moz-linear-gradient(135deg, #f5f8fa, #f8fafc, #feffff);
  background-image: -webkit-linear-gradient(135deg, #f5f8fa, #f8fafc, #feffff);
  background-image: -ms-linear-gradient(135deg, #f5f8fa, #f8fafc, #feffff);
  background-image: linear-gradient(135deg, #f5f8fa, #f8fafc, #feffff);
  min-height: 300px;
  position: relative;
  padding: 3%;
}
.contactList li:nth-child(3n) {
  margin-right: 0;
}
.contactList li:nth-child(3n+1) {
  clear: both;
}
.contactList .tit {
  font-size: 24px;
  color: #333333;
}
.contactList .tit::after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background-color: #3259ce;
  margin: 4% 0 6%;
}
.contactList pre {
  line-height: 36px;
}
@media (max-width: 640px) {
  .contactList p{
    padding-bottom: 1rem;
    font-size: 23px;
  }
  .contactList li {
    width: 100%;
    padding: 6% 3%;
    float: none;
    margin-bottom: 5%;
    padding: 4%;
    min-height: auto;
  }
  .contactList .tit {
    font-size: 18px;
  }
  .contactList .tit::after {
    margin: 4% 0;
  }
  .contactList pre {
    line-height: 26px;
  }
}
.searchList .list {
  padding-bottom: 3%;
}
.searchList dd {
  line-height: 52px;
  border-bottom: 1px dashed #e2e2e2;
}
.searchList dd time {
  float: right;
  margin-left: 2%;
  color: #999999;
  font-size: 15px;
}
.SingleCon {
  min-height: 300px;
}
.SingleCon img {
  height: auto!important;
}

.info-page{margin-bottom: 2%;}
@media (min-width:769px) {
.info-page dd{max-width: 48%;}
.info-page dd:nth-child(1){float: left;}
.info-page dd:nth-child(2){float: right;}
}

.ban2d{position: absolute; right: 8.334%; top: 0; height: 100%; width: 50%;}
.ban2d .line{ position: absolute; width:75.67%; height:33.632%; top: 26.4%; left: 14%;}
.ban2d .line .xian{ position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; background: no-repeat center center;}
.ban2d .line .line-1{width: 100%; height: 100%;}
.ban2d .line .line-2{width: 100%; height: 100%;}
.slick-current .ban2d .line .line-1{animation-name: gunag1; animation-duration:2s;/* animation-delay:1s;*/}
.slick-current .ban2d .line .line-2{animation:gunag2 4s ease-in-out infinite;}
@keyframes gunag1 {
  from { width: 0; height: 0;}
  to { width: 100%; height: 100%;}
}
@keyframes gunag2 {
0% {
    transform: rotate(-5deg)
}
50% {
    transform: rotate(0)
}
100% {
    transform: rotate(-5deg)
}
}
.ban2d .logo{position: absolute; width: 9.167%; top: 32.188%; right: 43.75%;opacity: 0; transform: translateY(20px);transition: 0.5s 0.3s;}
.slick-current .ban2d .logo{animation:banTBani 4s ease-in-out infinite;opacity: 1; transform: translateY(0);}
.ban2d .icon span{position: absolute; width: 6.459%; opacity: 0; transform: translateY(20px); transition: 0.3s 0.3s; z-index: 10}
.slick-current .ban2d .icon span{opacity: 1;transform: translateY(0);}
.ban2d .icon span.ico-1{ top: 42.917%; right: 80.417%; }
.ban2d .icon span.ico-2{ top: 26.771%; right: 62.709%;transition-delay: 0.5s;}
.ban2d .icon span.ico-3{ top: 31.667%; right: 30.625%;transition-delay: 0.7s;}
.ban2d .icon span.ico-4{ top: 51.563%; right: 21.667%;transition-delay: 0.9s;}
.ban2d .txt div{height: 31.563%;position: absolute; width: 34px;color: #93e8fa;font-size: 18px;display: table; text-align: center;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(157,243,248,0.15) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(157,243,248,0.15) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(157,243,248,0.15) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
opacity: 0; transition: opacity 0.5s 0.3s;
}
.ban2d .txt div span{display: table-cell;vertical-align: middle;animation:banTBani 4s ease-in-out infinite;}
.ban2d .txt .tit-1{top: 30.313%;right:89.48%;}
.ban2d .txt .tit-2{top: 15%;right:70.521%;transition-delay: 0.5s;}
.ban2d .txt .tit-3{top: 18.438%;right:25.209%;transition-delay: 0.7s;}
.ban2d .txt .tit-4{top: 39.063%;right:10.417%;transition-delay: 0.9s;}
.ban2d .txt i{font-style: normal; transform-origin: top 0; transform: rotate(90deg); display: block;}
.slick-current .ban2d .txt div{opacity: 1;}
@keyframes banTBani {
0% {
	transform:translateY(-10px);
}
50% {
	transform:translateY(10px);
}
100% {
    transform:translateY(-10px);
}
}
@media (max-width:1024px) {
.ban2d{display: none;}	
}

.proAbout .pic img, .Architecture .pic img, .proFeatures .pic img{ height: auto!important;}
@media (max-width:640px) {
	.HSolution .slick-current .box article *{ font-size: 14px!important;}
	.Hnews .waves{ height: 30%;}
	.Hlink li a img{ max-width: 70%;}
	.SolutionBox .Intro *,
	.css-86 .txt *,
	.proAbout .txt, .proAbout .txt *,
	.newsTit p{
		  font-size: 14px!important;
		  line-height: 26px!important;
	}
	.Architecture .proTabul li,
	.Honor .list li a{ font-size: 14px;}
	.prodvantages li .txt_con article{ font-size: 14px; line-height: 26px;}
}
