  

/* 轮播 */
.swiper-pagination {
	font-size: 0;
}

.wp .swiper-button-white {
	background: #fff;
	box-shadow: 0px 0px 35px rgba(186, 186, 186, 0.26);
	width: 0.2575rem;
	height: 0.2575rem;
}

.swiper-button-white i {
	color: #747474;
	font-size: var(--f16);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper {
	width: 100%;
	height: 100%;
	transition: none !important;
}

.swiper .swiper-slide {
	/* transition: none; */
}

/* 相册动画取消 */
.fancybox-container *{
	transition: none;
}

/* 图片 */
img {
	/* width: 100%; */
	/* height: 100%; */
	max-width: 100%;
	max-height: 100%;
}

.img-db {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.img-db-hover:hover .img-db img,
.img-db:hover img,
.img-db-hover:hover .img-db video,
.img-db:hover video,
li:hover .img-db img,
li:hover .img-db video{
	transform: scale(1.1);
}

.img-db::after{
	display: block;
	content: '';
}

.img-db img,.img-db video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    max-width: 100%;
    max-height: 100%;
	object-fit: cover;
    transition: all .5s;
}









.trade-one{width:100%;float:left;margin-bottom:3%;}
.trade-one .text-left{ text-align:center !important;}

.static-hero {
  height: auto;WIDTH:100%;float:left;
  display: flex;
  position: relative;
  display: flex;
  justify-content: center; padding-bottom: 3%;
}.static-hero .content {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 3%;
}.static-hero h2 {
  color: #fff;
 font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 20px;
}.static-hero p {
  color: #fff;
  font-size:18px;
  font-weight: 500;
  line-height:35px;
  max-width: 100%;
  margin: 0 auto;
}.static-hero .hero-img {
  max-width: 1200px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom:-150px;
  transform: translateX(-50%);
}
.static-hero .hero-img img{max-width:100%; background-color:#fff; border-radius:15px;}

.static-hero .bg-shape {
  background: #cd2004;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}.static-hero .shape-1 {
  position: absolute;
  left: -114px;
  top: 0;
  z-index: -11;
  max-width: 1509px;
  max-height: 1466px;
  width: 100%;
  height: 100%;
  border-radius: 1509px;
  background: #e92a0a;
  filter: blur(254.5px);
}
.static-hero .shape-2 {
  position: absolute;
  left: 15%;
  top: 38%;
  z-index: -1;
  max-width: 1348px;
  max-height: 1309px;
  width: 100%;
  height: 100%;
  border-radius: 1348px;
  opacity: 0.9;
  background: #aa1b04;
  filter: blur(273.5px);
}
.static-hero .shape-3 {
  position: absolute;
  bottom: 70px;
  right: 160px;
  z-index: -1;
  max-width: 848px;
  max-height: 824px;
  width: 100%;
  height: 100%;
  border-radius: 848px;
  background: #dd2c0f;
  filter: blur(254.5px);
}

.service-section, .service-section-s2 {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  background: #fbf8f4;
  overflow: hidden;
}
.section-padding {width:100%;float:left;
  padding: 3% 0; background-color:#fff;
padding-bottom: 3%;
}

.section-title {
  margin-bottom: 3%;
  text-align: center;
}

.section-title h2 {
  margin: 0;
    margin-top: 0px;
  position: relative;
  text-transform: capitalize;
  color: #333;
font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  margin-top: 5px;
}




.service-card {
  background: #fff;min-height: 350px;
  padding: 38px;
    padding-bottom: 38px;
  padding-bottom: 30px;
  position: relative;
  margin: 0 5px;
    margin-bottom: 0px;
  margin-bottom: 30px;
}.service-card .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100px;
  background: #feedef;
  margin-bottom: 23px;
}.service-card .icon i {
  color: #1644E0;
  font-size: 40px;
}.service-card h2 {
  margin-bottom: 11px;
}
.service-card h2 a{ color:#333 !important; font-size:20px;}

.service-card p {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}.service-card .shape {
  position: absolute;
  right: 0;
  top: 0;
}


.service-section .shape-1,
.service-section-s2 .shape-1 {
  position: absolute;
  left: -114px;
  top: 0;
  z-index: -11;
  max-width: 1509px;
  max-height: 1466px;
  width: 100%;
  height: 100%;
  border-radius: 1509px;
  background: #aa1b04;
  filter: blur(254.5px);
}
.service-section .shape-2,
.service-section-s2 .shape-2 {
  position: absolute;
  left: 15%;
  top: 38%;
  z-index: -1;
  max-width: 1348px;
  max-height: 1309px;
  width: 100%;
  height: 100%;
  border-radius: 1348px;
  opacity: 0.9;
  background: #dc2709;
  filter: blur(273.5px);
}
.service-section .shape-3,
.service-section-s2 .shape-3 {
  position: absolute;
  bottom: 70px;
  right: 160px;
  z-index: -1;
  max-width: 848px;
  max-height: 824px;
  width: 100%;
  height: 100%;
  border-radius: 848px;
  background: #c22c14;
  filter: blur(254.5px);
}
.service-section .shape-4,
.service-section-s2 .shape-4 {
  position: absolute;
  left: 235px;
  top: 90px;
  z-index: -1;
  animation: leafAniamtion 18s ease-in infinite;
}




.about-section {
  position: relative;
}.about-section .about-wrap {
  ;
}.about-left {
  width: 50%;float:left;
  position: relative;
}@media (max-width: 991px) {
  .about-left {
    max-width: 100%;
  }
}
.about-left .section-title {
  text-align: left;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .about-left .section-title {
    margin-bottom: 30px;
  }
}
.about-left .section-title h2 {
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .about-left .section-title h2 {
    font-size: 43px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .about-left .section-title h2 {
    font-size: 24px;
    line-height: 49px;
  }
}
@media (max-width: 575px) {
  .about-left .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-left .section-title p {
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .about-left .section-title p {
    font-size: 16px;
  }
}
.about-left .story-mission {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .about-left .story-mission {
    display: block;
  }
}
.about-left .story {
  max-width: 422px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-left .story {
    margin-right: 10px;
  }
}
.about-left .story h3 {
  color: #000127;
  font-size: 25px;
  font-weight: 500;
  line-height: 180%;
}
.about-left .story p {
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .about-left .story p {
    font-size: 16px;
  }
}
.about-left .theme-btn, .about-left .view-cart-btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .about-left .theme-btn, .about-left .view-cart-btn {
    margin: 0;
  }
}

.about-right {
width: 45%;float:right;
  
  position: relative;

}
@media (max-width: 1520px) {
  .about-right {
    margin-right: 0px;
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .about-right {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .about-right {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
.about-right .image img {
  width: 100%;
}
.about-right .shape {
  position: absolute;
  left: -50px;
  top: 0;
}
.about-right .shape-2 {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.story-mission-left{float:left;width:35%;}.story-mission-left img{max-width:100%;}
.story-mission-right{float:right;width:60%;}
.dinwei{width:100%;float:left;margin-top:3%;}

.dinwei .col-lg-6{float:left;}
.dinwei-right{float:right; text-align:right;}
.dinwei-right img{max-width:100%;}





.single-pricing {
	-webkit-box-align: center;float: left;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;display: flex;
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	width: calc(50% - 20px);
	margin: 10px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;min-height:260px;
}

.single-pricing:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-pricing img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-right: 20px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.pricing-content {
	width: calc(70% - 120px);
}

.single-pricing h3 {
	font-size:22px; font-weight:bold; color:#333;
	margin-bottom: 5px;
}
.single-pricing p{ font-size:16px;}
.single-pricing .price {
	width: 20%;
	padding-left: 20px;
	font-weight: 700;
	font-size: 16px;
}

#pricing .btn {
	margin-top: 50px;
}

.yinliqd {width:100%;float:left;}






.process-block{
	position:relative;
	margin-bottom:30px;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
}

.process-block .image-outer{
	position:relative;
	display:inline-block;
}

.process-block .image-outer .image{
	position:relative;
	width:195px;
	height:195px;
	overflow:hidden;
	border-radius:50%;
}

.process-block .inner-box .number{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:52px;
	height:52px;
	font-weight:600;
	line-height:52px;
	outline: 5px solid rgba(255, 255, 255, 0.5);
	border-radius:50px;
	display:inline-block;
	font-size:16px;
	color:#fff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#d6120c;

}

.process-block .inner-box:hover .number{
	animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}

.process-block .lower-content{
	position:relative;
	margin-top:25px;padding: 20px;
}

.process-block h4{
	position:relative;  font-size:22px; font-weight:bold;
	color:#333;
}

.process-block .text{
	color:#666; font-size:16px;
	margin-top:10px;
} .separater-line {
  position: absolute;
  left: 60px;
  top: 60px;
  right: 60px;
  height: 89px;
  background-position: center center;
}






.gntx{ background-color:#f4f4f4;}



.ybiz-box .swiper-wrapper{}
.ybiz-box{position:relative;}
.ybiz-box .wrap{overflow:hidden;padding:20px 16px}
.ybiz-box .swiper-slide{-moz-box-shadow:0 0 12px 2px rgba(161,161,161,.3);-webkit-box-shadow:0 0 12px 2px rgba(161,161,161,.3);box-shadow:0 0 12px 2px rgba(161,161,161,.3);background-color:#fff;border-radius:10px;text-align:center}
.ybiz-box .swiper-slide .ybiz-hide{display:none}
.ybiz-box .swiper-slide strong{display:block;color:#222;font-size:22px;margin-top:30px;line-height:35px;}
.ybiz-box .swiper-slide p{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;min-height:100px;
overflow: hidden;color:rgba(34,34,34,.8);margin-top:16px;font-size:15px;line-height:25px;;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;/*-webkit-line-clamp:3*/}
.ybiz-box .swiper-slide a{display:block;padding:40px 40px 50px;position:relative}
.ybiz-box .swiper-slide a:after{content:'';position:absolute;left:0;right:0;margin:0 auto;bottom:30px;width:20px;height:12px;background:url(../images/ybiz-arrow01.png) no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.ybiz-box .swiper-slide:hover{background-color:#e11b23}
.ybiz-box .swiper-slide:hover .ybiz-hide{display:inline-block}
.ybiz-box .swiper-slide:hover .ybiz-show{display:none}
.ybiz-box .swiper-slide:hover p,.ybiz-box .swiper-slide:hover strong{color:#fff}
.ybiz-box .swiper-slide:hover a:after{background-image:url(../images/ybiz-arrow02.png)}
.ybiz-box .swiper-button-prev{width:80px;height:80px;background:url(../images/yarr-icon05.png) no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:0;left:0%;}
.ybiz-box .swiper-button-next{width:80px;height:80px;background:url(../images/yarr-icon06.png) no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:0;right:0%;}
.ybiz-box:hover .swiper-button-next,.ybiz-box:hover .swiper-button-prev{opacity:1}
.ybiz-box .swiper-button-next:after,.ybiz-box .swiper-button-prev:after{display:none}
.ybiz-box .swiper-button-next.swiper-button-disabled,.ybiz-box .swiper-button-prev.swiper-button-disabled{opacity:.5}

.yindex-biz{width:100%;float:left;position: relative;}

.yindex-biz::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 649px;
  background: url(../images/yindex-bizbg.png) no-repeat;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.yindex-tit{ text-align:center;}
.yindex-tit H2{color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  margin-top: 5px;}
.yindex-adve{WIDTH:100%;FLOAT:LEFT;background:url(../images/lx-bg.jpg) no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:3% 0}
.yadve-box{margin-top:55px}
.yadve-list{margin-left:-1.5%}
.yadve-list li{float:left;width:23.5%;margin-left:1.5%;margin-bottom:36px;background-color:rgba(0,0,0,.3);-webkit-border-radius:10px;border-radius:10px;padding:36px 30px;position:relative;overflow:hidden}
.yadve-list li:before{content:'';position:absolute;left:-100%;top:0;bottom:0;width:100%;background-color:rgba(255,255,255,.3);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.yadve-list li .yadve-hide{display:none}
.yadve-list li strong{display:block;font-weight:400;color:#fff;font-size:22px; font-weight:bold;margin-top:30px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
overflow: hidden;}
.yadve-list li p{color:rgba(255,255,255,.7);margin-top:10px;font-size:16px;line-height:25px;height:auto;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.yadve-list li:hover:before{left:0}
.yadve-list li:hover .yadve-hide{display:inline-block}
.yadve-list li:hover .yadve-show{display:none}
.yadve-list li:hover p{color:rgba(255,255,255,.8)}



.yindex-name{text-align:center;line-height:1.6}
.yindex-name .yindex-tit{position:relative;line-height:1}
.yindex-name.yindex-nawhite span{-webkit-text-stroke:1px rgba(239,239,239,.1)}
.yindex-name.yindex-nawhite h2{color:#fff}
.yindex-name.yindex-nawhite p{color:rgba(255,255,255,.8)}
.yindex-biz{position:relative}
.yindex-biz:before{content:'';position:absolute;left:0;right:0;bottom:-30px;height:649px;background:url(../images/yindex-bizbg.png) no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:-1}

.yindex-process{width:100%;float:left;}
.yindex-name .yindex-tit H2{color: #333;}

.yprce-box{position:relative;padding-bottom:3%}
.yprce-box:before{content:'';position:absolute;left:3%;right:3%;margin:0 auto;top:-60px;bottom:0;background:url(../images/yindex-yprcebg.png) no-repeat;width:1170px;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;z-index:-1}
.yprce-box .swiper-wrapper{display:-webkit-flex;display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}
.yprce-box .swiper-slide{display:inline-block;width:13.5%;padding-bottom: 50px;margin-top:3%;}
.yprce-box .yprce-item{-webkit-border-radius:100px;border-radius:100px;background:linear-gradient(to top,#fff5f5,#fff);-moz-box-shadow:0 0 24px 3px rgba(161,161,161,.2);-webkit-box-shadow:0 0 24px 3px rgba(161,161,161,.2);box-shadow:0 0 24px 3px rgba(161,161,161,.2);text-align:center;padding:32px 24px 60px;position:relative;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.yprce-box .yprce-item:after{content:'';position:absolute;left:0;right:0;bottom:0;margin:0 auto;width:36px;height:36px;background:url(../images/yprce-arrow.png) no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.yprce-box .yprce-item img{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;max-width: 100%;}
.yprce-box .yprce-item .yprce-hide{display:none}
.yprce-box .yprce-item strong{display:block;font-weight:bold;color:#333;font-size:22px;margin-top:24px;line-height:35px;}
.yprce-box .yprce-item p{color:rgba(34,34,34,.8);margin-top:10px;font-size:16px;line-height:26px;height:52px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.yprce-box .yprce-item span{display:block;font-family:Arial;color:rgba(255,0,0,.15);font-size:56px;font-weight:bolder;margin-top:40px}
.yprce-box .yprce-item:hover{-moz-box-shadow:0 0 24px 6px rgba(255,0,0,.2);-webkit-box-shadow:0 0 24px 6px rgba(255,0,0,.2);box-shadow:0 0 24px 6px rgba(255,0,0,.2)}
.yprce-box .yprce-item:hover strong{color:red}
.yprce-box .yprce-item:hover p{color:rgba(255,0,0,.8)}
.yprce-box .yprce-item:hover .yprce-hide{display:inline-block}
.yprce-box .yprce-item:hover .yprce-show{display:none}



.yser-job{width:100%;float:left;margin-top:3%;margin-bottom:3%;}
.yser-job .yser-name{width:100%;float:left; text-align:center; font-size:40px; color:#333; font-weight:bold;margin-bottom:3%;}
.yjob-list{width:100%;float:left;}
.yjob-list ul{display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(3,1fr);}
.yjob-list li{float:left;position:relative;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;text-align:center}
.yjob-pic img{width:100%}
.yjob-info{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:94%}
.yjob-info img{height:150px;}
.yjob-info strong{display:block;color:#fff;font-size:22px;font-weight:bold;margin-top:24px}
.yjob-info p{color:rgba(255,255,255,.9);font-size:17px;line-height:1.7;margin-top:16px}
.yjob-info a{display:inline-block;line-height:52px;-webkit-border-radius:50px;border-radius:50px;background:#e11b23;background:-moz-linear-gradient(left,#e11b23,#ff5b09);background:-webkit-linear-gradient(left,#e11b23,#ff5b09);background:linear-gradient(to right,#e11b23,#ff5b09);padding:0 32px;color:#fff;font-size:16px;text-align:center;margin-top:40px}
.yjob-info a:hover{background:#fff;color:#e11b23}
.yjob-info img{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.yjob-list li:hover .yjob-info img{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}





.yser-solution{width:100%;float:left;}
.yser-solution .yser-name{width:100%;float:left; text-align:center; font-size:40px; color:#fff; font-weight:bold;margin-bottom:3%;}

.yindex-wonder{width:100%;float:left;background:url(../images/solution-bg.jpg) no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:3% 0 3%}
.ywod-box{position:relative;z-index:2}

.ywod-box .ywod-fl p{color:rgba(255,255,255,.8);font-size:16px;line-height:2}
.ywod-box .ywod-fr{width:100%;overflow:hidden;position:relative;float: right;}
.ywod-box .swiper-slide{background-color:#fff;-webkit-border-radius:10px;border-radius:10px;position:relative;margin-bottom:87px;padding:26px 30px 40px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.ywod-box .swiper-slide:before{content:"";position:absolute;left:0;right:0;bottom:-15px;margin:0 auto;width:0;height:0;border-style:solid;border-width:15px 15px 0 15px;border-color:#fff transparent transparent transparent}
.ywod-box .swiper-slide:after{content:"";position:absolute;left:0;right:0;bottom:-66px;margin:0 auto;width:11px;height:11px;-webkit-border-radius:11px;border-radius:11px;background-color:#fff}
.ywod-box .swiper-slide a{display:block}
.ywod-box .swiper-slide .ywod-hide{display:none}
.ywod-box .swiper-slide strong{display:block;color:#222;font-size:20px;margin-top:20px}
.ywod-box .swiper-slide p{color:rgba(34,34,34,.9);margin-top:10px;font-size:15px;line-height:30px;height:210px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7}
.ywod-box .swiper-slide:hover{background-color:#e11b23}
.ywod-box .swiper-slide:hover .ywod-hide{display:inline-block}
.ywod-box .swiper-slide:hover .ywod-show{display:none}
.ywod-box .swiper-slide:hover strong{color:#fff}
.ywod-box .swiper-slide:hover p{color:rgba(255,255,255,.9)}
.ywod-box .swiper-slide:hover:before{border-top-color:#e11b23}
.ywod-box .swiper-slide:hover:after{background-color:#e11b23}
.ywod-box .swiper-button-prev{width:42px;height:42px;background:url(../images/yarr-icon01.png) no-repeat center;right:0;top:auto;bottom:5px;left:auto;margin-right:60px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.ywod-box .swiper-button-next{width:42px;height:42px;background:url(../images/yarr-icon02.png) no-repeat center;right:0;top:auto;bottom:5px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.ywod-box .swiper-button-prev:hover{background-image:url(../images/yarr-icon03.png)}
.ywod-box .swiper-button-next:hover{background-image:url(../images/yarr-icon04.png)}
.ywod-box .swiper-button-next:after,.ywod-box .swiper-button-prev:after{display:none}
.ywod-box .swiper-button-next.swiper-button-disabled,.ywod-box .swiper-button-prev.swiper-button-disabled{opacity:.5}
.ywod-line{position:relative;height:30px;margin-top:-42px;float: left;
  width: 100%;}
.ywod-line i{position:absolute;left:7%;right:0;top:15px;height:1px;background-color:rgba(255,255,255,.3)}
.ywod-line span{position:absolute;left:50%;margin-left:-680px;-webkit-animation:moveLR 1.5s linear infinite;animation:moveLR 1.5s linear infinite;color:#fff;font-size:16px}
.ywod-line span img{margin-left:18px}
.yser-solutionbottom{width:100%;float:left;}




.yser-solution1{width:100%;float:left;margin-top:3%;margin-bottom:3%;}
.yser-solution1 .yser-name{width:100%;float:left; text-align:center; font-size:40px; color:#333; font-weight:bold;margin-bottom:3%;}
.solution1-to{width:100%;float:left;}
.solution1-to-left{width:48%;float:left;}
.solution1-to-right{width:48%;float:right;  border-radius:15px;min-height:auto;margin-top:2%;}.solution1-to-right img{max-width:100%;}
.solution1-to-left ul li{width:100%;float:left;margin-bottom:3%;}
.b-w1{width:100%;float:left;}
.b-w1 span{float:left;}.b-w1 span img{height:60px;width:60px; border-radius:100%;padding:10px; background: linear-gradient(to right,#e11b23,#ff5b09);}
.b-w1 p{float:left; font-size:22px; font-weight:bold; color:#333;margin-bottom: 0;line-height: 55px;padding-left: 20px;}
.b-w2{width:100%;float:left; font-size:18px;margin-top:20px;line-height:30px;}

.solution1-to-left a{display:inline-block;line-height:52px;-webkit-border-radius:50px;border-radius:50px;background:#e11b23;background:-moz-linear-gradient(left,#e11b23,#ff5b09);background:-webkit-linear-gradient(left,#e11b23,#ff5b09);background:linear-gradient(to right,#e11b23,#ff5b09);padding:0 32px;color:#fff;font-size:16px;text-align:center;margin-top:0px}
.solution1-to-left a:hover{background:#e11b23;color:#fff}



.solution-box {
    background: #262c50;width:100%;float:left;
}

.solution-bj {
    background: url("../images/bg.jpg");
    background-size: cover;
}

.solution-header {
    max-width: 1210px;
    padding: 50px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-header h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.solution-header p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
}

.solution-content {
    max-width:1400px;
    margin: 0 auto;
}

.solution-list {
    width: 400px;
    float: left;
}

.solution-list ul li {
    width: 340px;
    height: 72px;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 30px;
    margin: 0 10px;
    position: relative;
}

.solution-list ul li h2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 72px;
    font-weight: inherit;
}

.solution-list ul .on {
    width: 360px;
    margin: 0;
    padding-left: 40px;
    background-image: linear-gradient(-180deg, #cc0000 0%, #d6120c 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc0000, endColorstr=#d6120c);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cc0000, endColorstr=#d6120c)";
    /*IE8+*/
}

.solution-item {
    margin-left: 300px;
    display: block;
    padding: 20px 10px 0 10px;
    overflow: hidden;
}

.solution-item ul li {
    padding: 20px 0;
}

.solution-item ul li h2 {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.solution-item ul li p {
    opacity: 0.8;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
}

.s-btn {
    display: inline-block;
    color: #36383C;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid #d4d5d7;
    position: relative;
    letter-spacing: normal;
}

.solution-more {
    border: 1px solid #FAFBFE;
    border-radius: 4px;
    height: 40px;
    width: 140px;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #FAFBFE;
    padding-left: 30px;
}

.solution-more em {
    width: 13px;
    height: 8px;
    margin-left: 10px;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAGRJREFUGBm1jkEKgDAMBKtYf+JJ3yM+UrS+RlD8inEivVr2YmAgbWeThvBHmVmCBRp5PnILF5zee7BS0lnecW/o3xCXB4dOGYCT1E0ReQbfNEK5+EWEDVbvy3Z+RZxggFoKfEkPa309oQKxul4AAAAASUVORK5CYII=") no-repeat;
    background-size: cover;
    transition: margin-left 0.3s ease-out;
}

.solution-more:hover {
    color: #fa6f66;
    border: 1px solid #fa6f66;
}

.solution-more:hover em {
    margin-left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAI1JREFUGBljYCADMBLS87sgfQPDf4Z/LIKSYYwNDX9A6pkIaWIRkAz7z8ig//vDs+v/GxrYQOoJ2gRSBFL8+8Pz60DWP1YBKW2wpl/56beAAqogBYQAIyPDBuJsmpnG+uc6wxqggf9YNBnCCGr6j64hfdZvFkLO+XuDKZiFhaGagUfiGmN6wz9C6nHKAwAcay6AxWqjRQAAAABJRU5ErkJggg==") no-repeat;
}

.solution-title {
    position: relative;
}

.solution-title h3 {
    font-size: 18px;
    color: #FFFFFF;
    width: 135px;
    font-weight: inherit;
}

.solution-title span {
    border-top: 1px solid white;
    opacity: 0.2;
    display: inline-block;
    width: 100%;
    position: absolute;
    margin-left: 135px;
    top: 12px;
}

.solution-brand {
    width: 100%;
    position: relative;
}

.solution-brand-item {
    padding: 15px 20px 10px 0;
    width: 213px;
    float: left;
}

.solution-brand-item a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    height: 40px;
    padding-left: 50px;
    display: block;
    position: relative;
}

.solution-brand-item a i {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 20px;
    top: 8px;
    color: #ffffff;
    font-size: 24px;
}

.solution-item .solution-brand-item a p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px
}

.solution-brand-item .solution-more {
    width: auto;
    margin-top: 0;
}

.solution-brand-item a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.solution-more-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block;
}

.solution-more-wrap .solution-more {
    width: auto;
    margin-top: 0;
    color: #999;
	font-size:18px;
    border: none;
}

.solution-more-wrap .solution-more:hover {
    color: #F56F69;
}

.solution-brand-item a i img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
}


.case-one{width:100%;float:left;margin-top:3%;margin-bottom:3%;}


.honer2 {
	width: 100%;float:left;
	padding-top: 0px;padding-bottom:0%;margin-top:0%;
}
.honer2 li {
	float: left;
	width:25%;
	height: auto;padding-bottom:10px;
	text-align: center;
	line-height: 30px;
	font-size: 14px
}
.honer2 li a {
	display: block;padding-left:5%;padding-right:5%;padding-bottom:5%;
	color: #666; font-size:16px;
}
.honer2 li a:hover {
	color: #174299;

}
.honer2 li a p{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;}
.honer2 li img {
	width: 100%;max-width:100%;margin-bottom:15px;
}

#pbOverlay,#pbImage,#pbBottom,#pbCloseBtn {position: fixed; z-index: 999999;}
#pbOverlay{left:0px; top:0px; width:100%; height:100%; background:#000; cursor:pointer;}
#pbCloseBtn{top:0; right:0;	display:block; width:50px; height:50px;	background:url(../images/closebutton.png) no-repeat top left;}
.pbLoading{background:#000 url(../images/loading.gif) no-repeat center !important;}
#pbImage{border:none; background:#000 no-repeat; -moz-box-shadow:0 0 40px #000;	-webkit-box-shadow:0 0 40px #000; box-shadow:0 0 40px #000;	cursor:move;}
#pbBottom{font-family:Verdana, Arial, Geneva, Helvetica, sans-serif; font-size:10px; text-align:center; color:#EEE; line-height:1.4em; left:50%; bottom:10px; width:400px; margin-left:-200px;}
#pbCaption{font-weight:bold; padding:4px; display:inline-block; *display:inline; background-color:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000); zoom:1;}
#pbNav {display:block;width:200px; height:65px; margin:auto; margin-top:5px;}
#pbPrevBtn,#pbNextBtn,#pbZoomBtn{display: inline-block; width: 70px; height:65px; outline:none;	text-indent:-9000px; background:url(../images/navbtns.png) no-repeat;}
#pbPrevBtn{background-position:-70px 0; float:left;}
#pbPrevBtn.pbgreyed{background-position: 0px 0px;}
#pbNextBtn{background-position:-320px 0; float:right;}
#pbNextBtn.pbgreyed{background-position: -390px;}
#pbZoomBtn{width:60px; background-position:-140px 0px; float:left;}
#pbZoomBtn.pbgreyed{background-position:-200px 0px;}
#pbZoomBtn.pbzoomed{background-position:-260px 0px;}


.case-two{width:100%;float:left;margin-bottom:3%;}

.mcn-classic .col-md-4 {
  margin-bottom: 20px;width: 33.3333%;
  float: left;
}.classic-case {
  padding: 6px;
}
.classic-case {
  position: relative;
}
.classic-case {
  margin: 0 auto;
  text-align: center;
  padding: 15px;
}.img-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}.case03 .cc-word {
  margin-top: 8px;
}
.case03 .cc-word {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cc-word {
  line-height: 36px;
}.case03 .cc-word01 {
  font-size: 16px;color: #fff;
}.cc-word02 {
  padding-left: 6px;
  color: #999;
}





.news-one{width:100%;float:left;margin-bottom:3%;margin-top:3%;}

.y-fa-list {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0 -16px -26px;
    margin-bottom: -26px;
}
news-list {
  padding: 30px 0 0;
  margin-bottom: 0;
}.y-fa-list li{width:33.33%}
.y-fa-list li .item{box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:10px;transition:all .3s;background-color:#fff;margin:0 16px;overflow:hidden;margin-bottom:46px}
.y-fa-list li .item:hover{box-shadow:0 0 10px 0 rgba(233,35,35,.1)}
.y-fa-list li .item:hover .txt .tit{color:#e11b23}
.y-fa-list li .item:hover .txt .con{opacity:1}
.y-fa-list li .item:hover .txt .mark span{border-color:#e11b23;background-color:#e11b23;color:#fff}
.y-fa-list li .item .img{display:block;position:relative;padding-bottom:66.548%;overflow:hidden}
.y-fa-list li .item .img:hover img{transform:scale(1.05)}
.y-fa-list li .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .3s}
.y-fa-list li .item .txt{/*padding:30px 35px*/ padding: 10px 15px;}
.y-fa-list li .item .txt .tit{font-size:18px;color:#222;line-height:30px;/*height:72px;*/margin-bottom:7px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; word-break: break-all;}
.y-fa-list li .item .txt .tit:hover{color:#e11b23}
.y-fa-list li .item .txt .con{font-size:15px;color:#222;line-height:25px;opacity:.7;height:50px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:20px;transition:all .3s}
.y-fa-list li .item .txt .mark{display:flex; background-color:transparent;}
.y-fa-list li .item .txt .mark span{border-radius:16px;border:1px solid #dadada;font-size:14px;color:#ababab;line-height:30px;margin-right:10px;/*min-width:90px;*/transition:all .3s;text-align:center; padding: 0 15px;}
.y-fa-list li .item .txt .mark span a{color:#ababab;}.y-fa-list li .item .txt .mark span:hover a{ color:#fff;}
/*page*/

.page {
	padding: 34px 0;
	text-align: center
}
.page font {
	padding: 5px 10px;
	display: inline-block;
	border-radius: 2px;
	font-size: 14px;border:solid 1px #ccc; border-radius:5px; 
}


.page a {
	padding: 5px 10px;
	display: inline-block;
	border-radius: 2px;
	font-size: 14px;border:solid 1px #ccc; border-radius:5px; color:#666;
}
.page a.cur {
	background-color: #df1618;
	color: #ffffff;
}




.qietong-one{width:100%;float:left;margin-bottom:3%;margin-top:3%;}
.qietong-one-nr{width:100%;float:left;}
.description {font-size: 16px;line-height: 30px;text-align: center;width: 100%;margin: 0 auto 30px;margin-top: 0px; padding: 0 15px;}

.qietong-one-nr .con {margin-top:130px}

.qietong-one-nr .con .list1 { display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}

.qietong-one-nr .con .list1 li {
  width: 25%;
  padding: 0 .91vw;
}
.qietong-one-nr .con .list1 li a {
  display: block;
  border-radius: 10px;
  padding: 30px 10px;
  position: relative;
  border: 1px solid hsla(0,0%,80%,.6);
}
.qietong-one-nr .con .list1 li .img {line-height:151px;-webkit-transition:.3s ease;transition:.3s ease;
position:absolute;-webkit-transform:translate(-50%,-58%);transform:translate(-50%,-58%);left:50%;top:0;width:140px;z-index:2}

.qietong-one-nr .con .list1 li .img img {
  max-width: 100%;
  width: 100px;
}
.qietong-one-nr .con .list1 li .zi {
  margin-top: 39px;
}


.qietong-one-nr .con .list1 li .zi h3 {
  font-weight: 500;
  font-size: 22px;
  color: #242f40;
  margin: 0;
}.qietong-one-nr .con .list1 li .zi dd {
  font-size: 14px;
  line-height: 24px;
  color: #5b6b82;
  margin-top: 18px;
}

.yser-indu{width:100%;float:left;background:url(../images/yindu-bg.jpg) no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:3% 0 0%}
.yser-indu .yser-name{color:#fff; font-size:40px; font-weight:bold; text-align:center;}
.yindu-list{
  display: grid;margin-top:3%;
  gap: 30px 30px;
  grid-template-columns: repeat(4,1fr);
}
.yindu-list li{float:left;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;margin-bottom:20px;text-align:center;padding:32px 20px}
.yindu-list li img{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.yindu-list li:hover img{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}
.yindu-list li i{display:block;font-size:22px; font-weight:bold; color:#333; font-style:normal;margin-top:24px}
.yindu-list li em{font-size:16px;  font-style:normal}
.yser-indu .description{margin-top:2%;width:60%;} 
.yser-qiet .yser-name{color:#333; font-size:40px; font-weight:bold; text-align:center;}
.yser-qiet{width:100%;float:left;padding:3% 0 0%}.yser-qiet .description{margin-top:2%;width:60%;font-size: 20px;
  color: #999;
  font-style: normal;
  font-weight: normal;} 
  
 
  
.yser-qiet-nm{width:100%;float:left;margin-bottom:3%;}
.yser-qiet-nm ul li{width:48%;float:left; background-color:#faf1f1; border-radius:5px;padding:5%;}
.yser-qiet-nm ul li:nth-child(2){float:right;}
.yser-qiet-nm ul li .nm-1{width:100%;float:left ; font-size:22px; font-weight:bold; color:#333;}
.yser-qiet-nm ul li .nm-2{width:100%;float:left ; font-size:16px; margin-top:20px;}
.yser-qiet-nm ul li .nm-3{width:100%;float:left ; } .yser-qiet-nm ul li .nm-3 img{max-width:100%;}



.yser-taocan{width:100%;float:left;padding-top:3%;padding-bottom:3%;background-image: linear-gradient(120deg, #fefefe 0%, #f4f4f4 50%, #f5f5f5 100%);}
.yser-taocan .yser-name{color:#333; font-size:40px; font-weight:bold; text-align:center;}
.yser-taocan .description{margin-top:2%;width:60%;font-size: 20px;}
.yser-qiet-tc{width:100%;float:left;}
.module-line {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}
.module-line span {
    display: inline-block;
*display: inline;
*zoom: 1
}
.module-line .text {
    font-size: 26px;
    color: #4c4c4c;
    margin: 0 10px
}

.module-privilege {
    width: 100%;
    height: 910px;
    margin: 10px auto 40px;
    position: relative
}
.module-privilege .privilege-ul {
    float: left;
    border: 1px solid #d3d1d0;
    background: #fff;
    width: 25%;
    position: absolute
}
.module-privilege .privilege-ul.name-ul {
    left: 0
}
.module-privilege .privilege-ul.svip-ul {
    left: 25%;
    color: #ca963b;
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08)
}
.module-privilege .privilege-ul.vip-ul {
    left: 50%;
    border-right: 0
}
.module-privilege .privilege-ul.no-vip-ul {
    left: 75%
}
.module-privilege .privilege-ul .privilege-item {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px
}
.module-privilege .privilege-ul .privilege-item a {
    color: #666;
    display: block;
    width: 100%;
    height: 100%
}
.module-privilege .privilege-ul .privilege-item.first-item {
    height: 102px;
    padding-top: 20px
}
.module-privilege .privilege-ul .privilege-item.first-item .buy-button-base {
    margin-top: 14px
}
.module-privilege .privilege-ul .privilege-item .title, .module-privilege .privilege-ul .privilege-item .svip-type {
    font-size: 20px;font-size: 20px;
  font-weight: bold;
  color: #333;
}
.module-privilege .privilege-ul .privilege-item .title .vip-type-icon, .module-privilege .privilege-ul .privilege-item .svip-type .vip-type-icon {
    display: inline-block;
*display: inline;
*zoom: 1;
    vertical-align: middle;
    height: 30px
}
.module-privilege .privilege-ul .privilege-item .title .vip-type-title, .module-privilege .privilege-ul .privilege-item .svip-type .vip-type-title {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle
}
.module-privilege .privilege-ul .privilege-item .vip-type, .module-privilege .privilege-ul .privilege-item .no-vip-type {
    font-size: 20px;
    margin-top: -4px
}
.module-privilege .privilege-ul .privilege-item .vip-type .vip-type-icon, .module-privilege .privilege-ul .privilege-item .no-vip-type .vip-type-icon {
    display: inline-block;
*display: inline;
*zoom: 1;
    vertical-align: middle;
    height: 30px
}
.module-privilege .privilege-ul .privilege-item .vip-type .vip-type-title, .module-privilege .privilege-ul .privilege-item .no-vip-type .vip-type-title {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle
}
.module-privilege .privilege-ul .privilege-item .icon {
    display: inline-block;
*display: inline;
*zoom: 1;
    width: 20px;
    height: 20px
}
.module-privilege .privilege-ul .privilege-item .icon.right {
    margin-top: 12px;
    background-image: url(../images/right.png);
    background-repeat: no-repeat
}
.module-privilege .privilege-ul .privilege-item .icon.error {
    margin-top: 15px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat
}
.module-privilege .privilege-ul.recommend {
    background-image: url(../images/recommend.png);
    background-position: -1px -1px;
    background-repeat: no-repeat
}
.module-privilege .privilege-ul.active {
    border-color: #f2ddaf;
    background-color: #fffaeb;
    margin-top: -4px;
    width: 25%;
    left: 50%;
    z-index: 10
}
.module-privilege .privilege-ul.active .privilege-item.first-item {
    height: 106px
}
.module-privilege .privilege-ul.active .privilege-item.last-item {
    height: 49px
}
.icon-size-middle {
    width: 30px;
    height: 30px;
}
.vip-icon, .buy-btn-box {
    display: inline-block;
}
.vip-icon.svip-middle {
    background-image: url(../images/level2.png);
    background-repeat: no-repeat;
}
.vip-icon.vip-middle {
    background-image: url(../images/level1.png);
    background-repeat: no-repeat;
}
.vip-icon.no-vip-middle {
    background-image: url(../images/level0.png);
    background-repeat: no-repeat;
}
.center-button-container-middle {
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
}
.center-button-light-red {
    border: 1px solid rgba(228, 88, 88, .5);
    color: #e45858;
}
.center-button-light-red:hover {
    border: 1px solid #e45858;
}
.center-button-light-yellow {
    border: 1px solid #f9d681;
    background-color: #f9d681;
    color: #351d06;
}
.center-button-light-yellow:hover {
    background-color: #e7c062;
}
.center-button-base {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}



.join-one .block-title__title{ color:#fff;}

.join-one{width:100%;float:left;padding-bottom:3%;padding-top:3%;}
.join-one-nr{width:100%;float:left;}

.join-one{ background-image: url(../images/bg-2.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; }

 .container { position: relative; }

 .keywordRanking { padding: 30px 0px 0px; }

 .keywordRanking .title { font-size: 14px; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

 .keywordRanking .title::before { width: 8px; height: 8px; background: #ff0000; -webkit-border-radius: 100%; border-radius: 100%; display: block; margin-right: 8px; content: ''; }

 .keywordRanking .subTitle { padding-top: 10px; font-size: 20px; line-height: 1.2; color: #fff;}

 .keywordRanking .desc { padding-top: 10px; max-width: 100%; font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.6); }

 .keywordRanking .desc a{color: rgba(255, 255, 255, 0.6);}

 .keywordRankingList { overflow: hidden; position: relative; padding-left: 2px; }

 .keywordRankingList .swiper-slide { width: -webkit-calc(50% + 1px); width: calc(50% + 1px); padding-top: 35px; margin-left: -1px; text-align: center; }

 .keywordRankingList .swiper-slide::after { content: ''; left: 0px; top: 0px; width: 1px; height: 100%; position: absolute; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.15))); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.15)); }

 .keywordRankingList .swiper-slide::before { content: ''; right: 0px; top: 0px; width: 1px; height: 100%; position: absolute; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.15))); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.15)); }

 .keywordRankingList .swiper-slide .num { width: 45px; height: 45px; border: 2px solid #f6d79c; font-size: 16px; font-weight:bold; color: #f2c15b; -webkit-border-radius: 10px; border-radius: 10px; margin: 0px auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

 .keywordRankingList .swiper-slide .listTitle { padding: 15px 15px 0px; font-size:22px; font-weight:bold; line-height: 1.2; color: #fff;text-align: center;
  display: block;
  height: auto;
} 


 .keywordRankingList .swiper-slide .desc { padding: 25px 10px 0px; font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, 0.6); }

 .keywordRankingList .swiper-slide .icon { padding: 20px 0px 40px; }

.keywordRankingList .swiper-slide .icon img { height: 15px; vertical-align: middle; }

 .keywordRankingListSix .swiper-slide { width: -webkit-calc(33.3333% + 1px); width: calc(33.3333% + 1px); }

 .keywordRankingListSix .swiper-slide .icon { padding: 20px 0px 40px; }

.keywordRankingList .commonPageDot { position: absolute; width: 100%; }

.keywordRankingList .commonPageDot span { border-color: #fff; }

.join-two{width:100%;float:left;padding-top:3%;}
.join-two-nr{width:100%;float:left;}


.join-three{width:100%;float:left;padding-bottom:3%;padding-top:3%;}
.join-three-nr{width:100%;float:left;}


.list { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px);float:left;background: #f5f7f9; -webkit-border-radius: 20px; border-radius: 20px; padding: 50px 55px 55px; margin: 0px 10px 20px; }
.list .listTitle { font-size: 22px; color:#333; font-weight:bold; }
.list .desc2 { padding-top: 15px; font-size: 16px; }
.list .num { margin-top: 35px; width: 62px; height: 62px;color: #ff0000;display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eaeaea; -webkit-border-radius: 20px; border-radius: 20px; font-size: 20px; }
  

.join-four{width:100%;float:left;padding-bottom:3%;padding-top:3%; position:relative;}
.join-four-nr{width:100%;float:left;}



.join-four-nr-top{width:100%;float:left; text-align:center}

.join-four-nr-top a{box-shadow: 0px 4px 20px 0px rgba(204, 0, 0, 0.14);
  border-color: rgba(204, 0, 0, 0.12);
  border-width: 2px;
  border-style: solid;margin-right: 0px; font-size:16px; cursor:pointer;
  margin-bottom: 0px;
  flex: inherit;
  padding: 13px 34px;margin-right:20px;margin-right:20px;color:#333 !important}


.join-four-nr-top a.on{ background-color:#cc0000; color:#fff !important;}
.join-four-nr-top a:hover{ background-color:#cc0000; color:#fff !important;}

.join-four-nr-bottm{width:100%;float:left;margin-top:3%;}
.join-four-nr-bottm img{max-width:100%;}


.join-four-nr-bottm .swiper-button-prev{width:80px;height:80px;background:url(../images/yarr-icon05.png) no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:0;left:0%;}
.join-four-nr-bottm .swiper-button-next{width:80px;height:80px;background:url(../images/yarr-icon06.png) no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:0;right:0%;}
.join-four-nr-bottm:hover .swiper-button-next,.join-four-nr-bottm:hover .swiper-button-prev{opacity:1}
.join-four-nr-bottm .swiper-button-next:after,.join-four-nr-bottm .swiper-button-prev:after{display:none}
.join-four-nr-bottm .swiper-button-next.swiper-button-disabled,..join-four-nr-bottm .swiper-button-prev.swiper-button-disabled{opacity:.5}
.join-four-nr-bottm .swiper-slide {
  -moz-box-shadow: 0 0 12px 2px rgba(161,161,161,.3);
  -webkit-box-shadow: 0 0 12px 2px rgba(161,161,161,.3);
  box-shadow: 0 0 12px 2px rgba(161,161,161,.3);
  background-color: #fff;
  border-radius: 10px;margin-top:20px;margin-bottom:20px;
  text-align: center;
}
.join-four-nr-bottm .swiper-slide a {
  display: block;
  padding: 10px 10px 20px;
  position: relative;
}
.join-four-nr-bottm .swiper-slide strong {
  display: block; color:#333; font-weight:normal;
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
}


.yindex-adve em{font-size: 20px;
  color: #999;
  font-style: normal;
  font-weight: normal;}




.join-four::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 148px;
  background: url(../images/yindex-casebg.png) no-repeat;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

/*contact*/
.contact-one{width:100%;float:left;padding-bottom:3%;padding-top:3%;}
.contact-one-nr{width:100%;float:left;}
 .lxxx {
	padding: 5% 2%;
	box-shadow: 0px 0px 35px rgba(216, 216, 216, 0.46);
	margin: 10PX 0;
}

 .lxdh {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #080808;
	margin-bottom: 0.1rem;
	font-size: var(--f16);
}

 .lxdh a {
	color: #e50a28;
	font-size:40PX; font-weight:bold;
	line-height: 1.5;
}

.lxxx ul {
	display: grid;
	gap: 0.1rem;
}

.lxxx ul li {
	display: flex;
	align-items: center;
	color: #434343;
	font-size: 16px;line-height:30px;
	gap:5px;
}

.lxxx ul li div a{
	height: 40px;
	padding: 0 10px;
	border: 1px solid #696969;
	font-size:16px;
	color: #696969;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	border-radius: 4px;
}

 .lxxx ul li div:hover a{
	background: #434343;
	color: #fff;
}
.lxxx ul li i img{height:20px;}

 .lxxx ul li i {
	color: #0a0606;
	font-size: var(--f16);
}

.lxxx ul li a {
	color: #434343;
	font-size: 16px;
	line-height: 1.4;

}

.lxxx .lxus {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lxxx .lxus .lxsm {
	display: flex;
	align-items: center;
	gap: 0.225rem;
}

 .lxxx .lxus .lxsm .lxewm {
	width: 150px;
	height: 150px;
	padding: 6px;
	border: 1px solid #e7e7e7;margin-right:10px;
}

.lxxx .lxus .lxsm .lxewm img {
	width: 100%;
	height: 100%;
}

.lxxx .lxus .lxsm h6 {
	color: #434343;
	font-size: var(--f22);
	line-height: 1.5;
	margin-bottom: .05rem;
}

 .lxxx .lxus .lxsm p {
	color: #a0a0a0;padding-right: 10px;
	font-size:14px;
	line-height: 25px;
} .lxxx .lxus .lxsm p a{	color: #a0a0a0;}.lxxx .lxus .lxsm p a:hover{ color:#d6120c;}
 .lxxx .lxus .lxsm>div {
	display: flex;
	align-items: center;
	gap: 5px;
}
.contact-one-nr-1 ul li > div p a:hover{ color:#d6120c;}

.contact-one-nr-1{width:100%;float:left;margin-top:2%;}


.contact-one-nr-1 ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:30px 30px;
}

.contact-one-nr-1 ul li  {
	display: flex;
	align-items: flex-start;
	gap:10px;
	padding:3%;
	position: relative;
	z-index: 0;
	background: #fff;
	overflow: hidden;box-shadow: 0px 0px 35px rgba(216, 216, 216, 0.46);
	transition: all .5s;
}



.contact-one-nr-1 ul li:hover {
	box-shadow: 0px 0px 120px rgba(110, 110, 110, 0.26);
}

.contact-one-nr-1 ul li :hover::before {
	opacity: 1;

}

.contact-one-nr-1 ul li img {
	flex-shrink: 0;
	width: 150px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.contact-one-nr-1 ul li>div h5 {
	font-size: 22px;
	line-height: 1.5;
	color: #333; font-weight:bold;
	margin-bottom: 0.1rem;
}

.contact-one-nr-1 ul li>div h6 {
	color: #323232;
	font-size: 18px;
	line-height: 1.5;
}

.contact-one-nr-1 ul li>div p {
	color: #949494;
	font-size: 14px;
	line-height:25px;
	margin-bottom: 10px;
	margin: 10px 0 5px;
}
.contact-one-nr-1 ul li>div p a{	color: #949494;}
.contact-one-nr-1 ul li>div div {
	width: 1.25625rem;
	height: 0.325rem;
	border-radius: 0.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.1875rem;
	background: var(--noBtnBgColor);
	background-size: cover;
	position: relative;
	color: #fff;
	z-index: 0;
	font-size: var(--f18);
}


.szbox ul li a>div div::before {
	content: '';
	position: absolute;
	width: 100%;
	border-radius: 0.15rem;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--btnBgColor);
	background-size: cover;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}

.szbox ul li a>div div i {
	color: #fff;
	font-size: var(--f30);
}

.szbox ul li:hover>div div::before {
	opacity:1;
}


.n-about1 {
  width: 100%;float:left;
  position: relative;padding-top:3%;padding-bottom:3%;
}
.n-about1 .wp-cont{ text-align:center;}

.n-about1 .wp-cont>p {
    margin: 15px 0 20px;
    color: #999;
    font-size: 20px;
    line-height: 25px;

}
.n-abhead span {
  color: #c80a14;}
.n-about1 .n-abhead{
	font-size: 40px; font-weight:bold; color:#333;
}

.n-about1 .wp-cont ul {
    display: flex;
    align-items: center;
    gap: 10px;margin-top: 3%;
}

.n-about1 .wp-cont ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.n-about1 .wp-cont ul li *{
    transition: all .5s ;
}
.n-about1 .wp-cont ul li{width:25%;}
.n-about1 .wp-cont ul li img {
    width: 100px;
}

.n-about1 .wp-cont ul li p {
    color: #333;
    font-size: 22px;
    line-height:35px;
    font-weight: bold;
}

.n-about1 .wp-cont ul li:hover img{
	transform: translateY(-10%);
}

.n-about1 .wp-cont ul li:hover p{
	color: var(--themeColor);
}




.contact-two{width:100%;float:left;padding-bottom:3%;padding-top:3%;}
.contact-two-nr{width:100%;float:left;}




.form-d1 button,.form-d1 input,.form-d1 textarea{outline:0;border:none;background-color:transparent}

.form-d1 .form-cont{margin:0 -15px -40px;display:-webkit-flex;display:flex;flex-wrap:wrap}

.form-d1 .form-item{padding:0 15px;margin-bottom:40px;width:33.33%;flex-shrink:0}

.form-d1 .form-item.form-col1{width:100%}

.form-d1 .form-btns{margin-top:62px}

.form-d1 .label{margin-bottom:15px;padding:0 13px;font-size:18px;color:#222;font-weight:700;line-height:1.3}

.form-d1 .inp{padding:0 13px;display:block;width:100%;height:62px;line-height:60px;border:1px solid rgba(0,0,0,.07);border-radius:3px;font-size:16px;color:#222}

.form-d1 .tar{padding:20px 13px;display:block;width:100%;height:213px;border:1px solid rgba(0,0,0,.07);border-radius:3px;font-size:16px;color:#222}

.form-d1 .submit{margin:0 auto;display:block;width:250px;height:68px;line-height:68px;background-color:#e11b23;border-radius:34px;font-size:22px;color:#fff;text-align:center;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}

.form-d1 .checkGroup{margin-top:28px;display:-webkit-flex;display:flex;flex-wrap:wrap}

.form-d1 .checkGroup .checkItem{margin-right:34px;display:block;position:relative;cursor:pointer;flex-shrink:0}

.form-d1 .checkGroup input{position:absolute;left:-9999px}
.form-d1 .submit:hover{opacity:.8}

/*about*/

.about-one{width:100%;float:left;padding-bottom:3%;padding-top:3%;}
.about-one-nr{width:100%;float:left;}

.about-one-nr .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.about-one-nr .imgBox {
    width:40%;float:left;
  }

.about-one-nr  .imgBox img {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
.about-one-nr .about {
    -webkit-box-flex: 1;    width:60%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;float:right;
    padding: 0px 0px 0px 80px;
  }

.about-one-nr .about .listt:first-child {
  border-top: 1px solid #cacaca; background-color:transparent;
  height: auto;
}
.listTitlet {
    color: #010101;height: 100px;
    font-size: 30px;display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  }
.about-one-nr  .about.about .listt .desc {
    font-size: 16px;
    line-height: 25px;
  }


.about-two{width:100%;float:left;}

.about-three{width:100%;float:left;padding-bottom:3%;padding-top:3%;}

.about-foru{width:100%;float:left;}
.wp-cont h4{ font-size:40px;}
/* rongyun */
.n-about3 {
width:100%;float:left;padding-top: 3%;padding-bottom: 3%;
    position: relative;
    background-size: cover;
}

.n-about3 .wp-cont>p,
.n-about4 .wp-cont>p,
.n-about7 .wp-cont>p {
    margin: .05rem 0 0.225rem;
    color: #888888;
    font-size: var(--f18);
    line-height: 2em;

}

.n-about3 #n-abhonor {width:70%;float:left;

}

.n-about3 #n-abhonor a .img {
    /* height: 1.95625rem; */
}

.n-about3 #n-abhonor a .img img {
    object-fit: contain;
}

.n-about3 #n-abhonor a {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap:10px;
    border-radius:10px;
    overflow: hidden;
}


.n-about3 #n-abhonor p {
    padding-top: .075rem;
    border-top: 1px solid #e3e3e3;
    color: #424242;
    font-size: var(--f18);
    line-height: 1.875em;
    font-weight:bold;
    width: 100%;
    text-align: center;margin-bottom:0;

    transition: all .5s;
}
.n-about3 #n-abhonor .prevry,.n-about3 #n-abhonor .nextry{
	background: transparent;
	box-shadow: none;
	width: 50px;
}
.n-about3 #n-abhonor .prevry img,.n-about3 #n-abhonor .nextry img{
	object-fit: contain;
}
.n-about3 #n-abhonor .prevry {
    left: 31%;
}

.n-about3 #n-abhonor .nextry {
    right: 31%;
}

.n-about3 #n-abhonor .swiper-slide {
    transition: margin-top .5s,padding-bottom .5s;
}

.n-about3 #n-abhonor .swiper-slide:hover {
    margin-top: -0.15rem;
    padding-bottom: 0.15rem;
}


.n-about3 #n-abhonor .swiper-slide:hover p {
    color: #c80a14;
}




/* lindaoshicha */
.n-about4 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
}

.n-about4 ul li a {
    display: block;
    position: relative;
    border-radius:10px;
    overflow: hidden;
}

.n-about4 ul li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.n-about4 ul li:first-child .img-db:after {
    padding-top: 63.5%;
}

.n-about4 ul li a .img-db:after {
	content: '';
	display: block;
    padding-top: 62.23%;
}


.n-about4 ul li:first-child a .bmname {
    /* left: 0.3rem; */
    /* bottom: 0.3125rem; */
    padding:20px 30px;
}

.n-about4 ul li a .bmname {
    position: absolute;
    /* left: 0.1875rem; */
    /* bottom: 0.125rem; */
    left:0;
    bottom:0;
    color: #fff;
    width:100%;
    background:linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    padding:10px 20px;
    transition: all .5s;
}

.n-about4 ul li:hover a .bmname {
    background:linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.n-about4 ul li a .bmname h5 {
    color: #fff;
    font-size:16px;
    line-height: 25px;margin-bottom: 0;
}





/*licheng */
.n-about5 {
    width: 100%;
    position: relative;
    background: url(../images/lic1bg.png)center no-repeat #e3eaf3;
    background-size: cover;padding-top:3%;
    overflow: hidden;
}

.lcleft p,
.khleft p {
    margin-top: .05rem;
    color: #888888;
    font-size: var(--f18);
    line-height: 2em;
}


#fazhan {
    padding: 0 0 25%;
}

#fazhan .swiper-slide .bian {
    padding-left:40px;
    position: relative;
    margin-left: 10px;
    height: auto;
    transition: all .5s;
    bottom: 0;
}

#fazhan .swiper-slide-thumb-active .bian {
    bottom: 0.1rem;
}

#fazhan .swiper-slide .bian::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 300%;
    top: 20px;
    background: #bebebe;
    left: 10px;
    bottom: 0;
}

#fazhan .swiper-slide .bian::after {
    content: '';
    position: absolute;
    width:20px;
    height: 20px;
    background: url(../images/licquan.png)no-repeat;
    background-size: cover;
    border-radius: 50%;
    left: -0.0375rem;
    top: 0;
}

#fazhan .swiper-slide .bian h5 {
    color: #d2141e;
    font-size:40px; font-weight:bold;
    line-height: 1;
    margin-bottom:15px;
}

#fazhan .swiper-slide .bian h6 {
    color: #000000;
    font-size:20px;
    line-height: 25px;
    font-weight: bold;
}

#fazhan .swiper-slide .bian p {
    color: #5c5c5c;
    font-size:16px;
    line-height: 25px;
    margin-top: 10px;margin-bottom:0;
}

.libottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    height:260px;
    z-index: 10;
}

#fazhan .swiper-slide {
    /* transition: all .8s ease-in-out; */
    transition: bottom .8s ease-in-out;
    bottom: 0;
}

#fazhan .swiper-slide-active {
    bottom: -0.75rem;
}

#fazhan .swiper-slide-active+div {
    bottom: -0.5rem;
}

#fazhan .swiper-slide-active+div+div {
    bottom: -0.3125rem;
}

#fazhan .swiper-slide-active+div+div+div {
    bottom: 0rem;
}
.lcright,
.khright {
    display: flex;
    align-items: center;
    gap: 0.15625rem;
}

.lcright .swiper-button-white,
.khright .swiper-button-white {
    margin-top: 0;
    position: relative;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
    /* width: 0.2375rem;
    height: 0.2375rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.lcright .swiper-button-white:hover,
.khright .swiper-button-white:hover {
    background: #d2141e;
}

.lcright .swiper-button-white:hover i,
.khright .swiper-button-white:hover i {
    color: #fff;
}


.about-five{width:100%;float:left;padding-bottom:3%;padding-top:3%;background: url(../images/bg-1.jpg) center/cover no-repeat;}
.about-five-nr{width:100%;float:left;}


.about-five .block-title__title{ color:#fff;}

#n-kh .swiper-slide:hover {
    box-shadow: 0px 0px 0.21rem rgba(162, 162, 162, 0.26);
}


#n-kh .swiper-slide .khxx .img-db img{ position:inherit; border-radius:10px;}

#n-kh .swiper-slide .khxx h5 {
    color: #fff;
    font-size: 20px; font-weight:bold;
    line-height:25px;margin-bottom:0;
}
#n-kh .swiper-slide .khxx span {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
#n-kh .swiper-slide .khxx p {
    color: rgba(255,255,255,.5);
    font-size:14px;
    line-height: 1.5;
}

#n-kh .swiper-slide>p {
    color: #777777;
    font-size: var(--f16);
    line-height: 1.9375em;
    margin-top: 0.2rem;
}

.team{ position:absolute;bottom:0;background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));padding:20px;width: 100%;min-height: 150px;}
.join-four-nr-bottm .swiper-container {
  padding: 0 15px 15px;
  margin: 0 -15px;
}


#wmytaocan .module-privilege{height:1100px;}


.join-six{width:100%;float:left;padding-bottom:3%;padding-top:3%; position:relative;}
.join-six-nr{width:100%;float:left;}


.join-six-nr ul{align-items:stretch;flex-wrap:wrap;display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.join-six-nr li{float:left;width:23.5%;border:1px solid #fff;background:#ffefea;background:-moz-linear-gradient(bottom,#ffefea,#fff);background:-webkit-linear-gradient(bottom,#ffefea,#fff);background:linear-gradient(to top,#ffefea,#fff);-moz-box-shadow:0 0 11px 3px rgba(161,161,161,.2);-webkit-box-shadow:0 0 11px 3px rgba(161,161,161,.2);box-shadow:0 0 11px 3px rgba(161,161,161,.2);-webkit-border-radius:10px;border-radius:10px;padding:40px;line-height:1.7;margin-bottom:36px;justify-content:flex-start}
.join-six-nr li:hover{-moz-box-shadow:0 0 16px 3px rgba(225,27,35,.2);-webkit-box-shadow:0 0 16px 3px rgba(225,27,35,.2);box-shadow:0 0 16px 3px rgba(225,27,35,.2)}
.join-six-nr .yprog-fl{width:104px;position:relative;margin:auto;}
.join-six-nr .yprog-fl img{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.join-six-nr li:hover .yprog-fl img{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}
.join-six-nr .yprog-fr{flex:1;text-align:center;}
.join-six-nr .yprog-fr strong{display:block;color:#222;font-size:22px;font-weight: bold; text-align:center;}
.join-six-nr .yprog-fr p{font-size:16px;margin-top:16px;min-height: 80px;}





#reg {
    width: 700px;
    margin: 0 auto;
}

#reg table {
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 5px;
    padding: 20px 0;
    background: #fff;
}#reg table td {
    padding: 15px;
    font-size: 16px;
}#reg table td input {
    width: 430px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 10px;
}.fc_red {
    color: #ff0000;
}#reg table td .tips {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
    color: #666;
}#reg table td input.submit {
    width: 403px;
    height: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    background: #d50808;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#reg table td input.sms {
    float: left;
    width: 150px;
}#reg table td input.sms_button {
    float: left;
    width: 150px;
    background: #d50808;
    color: #fff;
    border: none;
    height: 47px;
    cursor: pointer;
}#reg select{border: solid 1px #ccc;
background-color: #fff;
height: 45px;
line-height: 45px;
padding-left: 10px;} 


  .news-ne-left{width:30%;float:left;box-shadow: 0px 0px 35px rgba(216, 216, 216, 0.46);}
  .news-ne-left-title{width:100%;float:left;height:50px; line-height:50px; font-size:20px; font-weight:bold; color:#fff; text-indent:20px;background-color: #d6120c;}
    .news-ne-left ul{width:100%;float:left;padding:20px;}
  .news-ne-left ul li{width:100%;float:left;border-bottom:solid 1px #f4f4f4;padding-bottom:10px;margin-bottom:10px;}  .news-ne-left ul li a{ font-size:16px; color:#666;} .news-ne-left ul li a:hover{ color:#e11b23;}
    .news-ne-right{width:65%;float:right;}.news-ne-right h1{width:100%;float:left;text-align:center; font-weight:bold;}.news-ne-right h1 span{ font-size:24px; color:#333;}
	.new-list{width:100%;float:left;margin-top:3%; font-size:16PX; }	.new-list img{max-width:100%;}
.n-more a{display:inline-block;line-height:52px;margin-left:20px;margin-bottom:20px;-webkit-border-radius:50px;border-radius:50px;background:#e11b23;background:-moz-linear-gradient(left,#e11b23,#ff5b09);background:-webkit-linear-gradient(left,#e11b23,#ff5b09);background:linear-gradient(to right,#e11b23,#ff5b09);padding:0 32px;color:#fff;font-size:16px;text-align:center;}
.n-more a:hover{background:#e11b23;color:#fff}

	
.solutionimg{width:50%;float:left;}.solutionimg img{max-width:100%;}
.solutiontxt{width:45%;float:right;margin-top:10%;}


@media(max-width:1200px){
	.static-hero h2{ font-size:30px;}	.section-title h2{ font-size:30px;}.yindex-tit H2{ font-size:30px;}.yser-solution .yser-name{ font-size:30px;}.yser-solution1 .yser-name{ font-size:30px;}.solution-header h2{ font-size:30px;}
	.n-about1 .n-abhead{ font-size:30px;}.yser-indu .yser-name{ font-size:30px;}.yser-qiet .yser-name{ font-size:30px;}.yser-taocan .yser-name{ font-size:30px;}
	
	.lxxx .lxus{display:block;}.lxxx .lxus .lxsm{margin-top:3%;}
	#fazhan .swiper-slide .bian h5{ font-size:30px;}
	.module-privilege{width:1200px;}.yser-qiet-tc{ overflow:auto;}
	
	}

@media(max-width:769px){
.about-left{width:100%;}.about-right{width:100%;margin-bottom:0px;}
.static-hero h2{ font-size:24px;}	.yser-indu .yser-name{ font-size:24px;}.yser-taocan .yser-name{ font-size:24px;}	.yser-qiet .yser-name{ font-size:24px;}.n-about1 .n-abhead{ font-size:20px;}.section-title h2{ font-size:24px;}.yindex-tit H2{ font-size:24px;}.yser-solution .yser-name{ font-size:24px;}.yser-solution1 .yser-name{ font-size:24px;}.solution-header h2{ font-size:24px;}
.about-left .story h3{ font-size:16px;}.story-mission-left{width:30%;}
.ybiz-box .swiper-slide strong{ font-size:20px;line-height:25px;}.process-block h4{ font-size:20px;line-height:25px;}
.single-pricing{width:100%;float:left;}.single-pricing h3{ font-size:20px;line-height:25px;}
.yprce-box .swiper-slide{width:50%;}.yprce-box .yprce-item strong{ font-size:20px;line-height:25px;}
.yadve-list li{width:48%;float:left;}.yadve-list li:nth-child(2n){float:right;}.yadve-list li strong{ font-size:20px;line-height:25px;}
.yjob-list ul{grid-template-columns: repeat(2,1fr);}.yser-job .yser-name{ font-size:24px;line-height:25px;}.yjob-info strong{ font-size:16px;}.ywod-box .swiper-slide strong{ font-size:20px;}
.solution1-to-left{width:100%;}.solution1-to-right{width:100%;}.b-w1 p{ font-size:20px;}.yjob-info img{height:50px;}.yjob-info{}.yjob-info strong{margin-top:0;}.yjob-info a{margin-top:10px;padding: 0 20px; line-height: 30px; font-size:14px;}
.yjob-info p{ line-height:20px; font-size:14px;margin-top: 5px;}	

.solution-list{width:100%;float:left;}.solution-list ul li{width:50%;float:left;margin: 0;}.solution-list ul .on{width:50%;padding-left: 30px;
  margin: 0;}.solution-list ul li h2{ font-size:16px;}
.solution-item{width:100%;margin-left: 0;}.solution-item ul li h2{ font-size:20px;}
.n-about1 .wp-cont > p{ font-size:16px;}
.contact-one-nr-1 ul{grid-template-columns:auto;}
.lxxx .lxus .lxsm{display:block;}.lxxx .lxus .lxsm > div{margin-top:3%;}
.n-about1 .wp-cont ul li{width:50%;float:left;}.n-about1 .wp-cont ul{display:block;}.n-about1 .wp-cont ul li p{ font-size:16px; line-height:25px;}
#gjmhdszhsj .n-abhead{ font-size:24px;}.form-d1 .form-item{width:100%;float:left;}.form-d1 .submit{width:200px;height: 40px;line-height: 40px; font-size:16px;}
.form-d1 .form-btns { margin-top: 3%;}.contact-one-nr-1 ul li > div h5{ font-size:20px;}.lxdh a{ font-size:20px;}
.y-fa-list li{width:50%;}.y-fa-list li .item .txt .tit{ font-size:16px;line-height:25px;}
.about-one-nr .imgBox{width:100%;}.about-one-nr .about{width:100%;padding:0;}.about-one-nr .container{display:block;}
#fazhan .swiper-slide .bian h5{ font-size:24px;}#fazhan .swiper-slide .bian h6{ font-size:20px;}
.n-about4 ul li:first-child{width:100%;}.n-about4 ul{grid-template-columns: repeat(2, 1fr);}#n-kh .swiper-slide .khxx h5{ font-size:16px;}
.n-about3 #n-abhonor p{ font-size:16px;}.honer2 li{width:50%;}.mcn-classic .col-md-4{width:50%;}
.qietong-one-nr .con .list1 li{width:50%;float:left;margin-bottom:3%;}.qietong-one-nr .con .list1{display:block;}
.qietong-one-nr .con .list1 li .zi h3{ font-size:20px;}.yser-indu .description{width:80%;line-height:25px;}.yindu-list li i{ font-size:20px;line-height:30px;}
.yindu-list{grid-template-columns: repeat(2,1fr);}.yser-qiet-nm ul li .nm-1{ font-size:20px;}.yser-taocan .description{ font-size:16px;}.yser-qiet .description{ font-size:16px;}
.list{width:100%;margin-left:0;padding:20px;}.list .listTitle{ font-size:20px;}.list .num{margin-top:10px;}.join-four-nr-top a{ padding: 5px 14px;font-size: 12px;
  margin-right: 10px;}.join-six-nr li{width:49%;}.join-six-nr li:nth-child(2n){float:right;}.join-six-nr ul{display:block;}.join-six-nr .yprog-fr strong{ font-size:20px;}
  #reg table td{width:100%;float:left; text-align:left;}
#reg table{width:inherit;margin:0;padding:0;}
#reg table td input{width:90%;float:left;}
#reg table td .tips{width:inherit; text-align:left;}
#reg table td input.submit{width:100%;}.news-ne-left{display:none;}.news-ne-right{width:100%;}.news-ne-right h1 span{ font-size:20px;}
.yser-qiet-nm ul li{width:100%;float:left;margin-bottom:3%;}.join-six-nr .yprog-fr p{min-height: 100px;}
.n-about3 #n-abhonor{width:100%;}.team{ position:inherit;}
.solutionimg{width:100%;float:left;}
.solutiontxt{width:100%;float:left;margin-bottom:3%;}
}



