.wrap {
  width: 15.4rem;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
header .wrap .header_navs {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
header .wrap .header_navs li {
  height: 100%;
}
header .wrap .header_navs li:not(:last-child) {
  margin-right: 0.4rem;
}
header .wrap .header_navs li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
header .wrap .tel-search {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}
header .wrap .tel-search .tel {
  font-size: 0.24rem;
  color: #fff;
}
header .wrap .tel-search .line {
  width: 1px;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.2rem;
}
header .wrap .tel-search .search {
  width: 0.2rem;
  cursor: pointer;
}
header .wrap .tel-search .search img {
  width: 100%;
  display: block;
}

header .wrap .header_navs li a:hover{
	color: #0088E1;
}
header .wrap .header_navs li a.active{
	color: #0088E1;
}

header.active {
	background: rgba(0,0,0,0.4);
}

.banner {
  width: 100%;
  height: 9.5rem;
  position: relative;
}
.banner .wrap .xiala {
  width: 0.27rem;
  display: block;
  animation: upDown 2s infinite linear;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor1 {
  background: url(../img/f1bg.png) no-repeat;
  background-size: cover;
  padding-bottom: .3rem;
}
.floor1 .wrap,.floor2 .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.2rem;
}
 .wrap .title-box .en {
  font-size: 0.44rem;
  font-weight: bold;
  color: #e9e9e9;
}
 .wrap .title-box .title {
  font-size: 0.36rem;
  font-weight: bold;
}
.floor1 .wrap .f1-swiper ,.floor1 .wrap ul{
  width: 9.4rem;
  position: relative;


}
.floor1 .wrap .f1-swiper .swiper {
  width: 100%;
  margin-top: .3rem;
 position: relative;

}

.floor1 .wrap .f1-swiper .swiper-button-prev {
		width: .4rem;
	height: .4rem;
	border-radius: 50%;
		transform: rotate(180deg);
	left: -5%;
	background: url(../img/idx_icont_09.png) no-repeat center center;
	  cursor: pointer;

}

.floor1 .wrap .f1-swiper .swiper-button-next  {
	width: .4rem;
	height: .4rem;
		border-radius: 50%;
	right: -5%;
	background: url(../img/idx_icont_09.png) no-repeat center center;
		z-index: 2;
		  cursor: pointer;
}


.floor1 .wrap .f1-swiper .swiper-button-next:hover{
	background: url(../img/abt_lc_05.png) no-repeat center center;
		width: .4rem;
	height: .4rem;

}
.floor1 .wrap .f1-swiper .swiper-button-prev:hover{
	transform: rotate(180deg);
		width: .4rem;
	height: .4rem;
	background: url(../img/abt_lc_05.png) no-repeat center center;
}
.floor1 .wrap ul{
	display: flex;
	align-items: center;
	  margin-top: .3rem;
	  
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide,.floor1 .wrap ul li {
  width: 3rem;
}
.floor1 .wrap ul li{
	margin-right: .2rem;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide a,.floor1 .wrap ul li a {
  width: 100%;
  display: block;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide a .top-box,.floor1 .wrap ul li a .top-box{
  width: 100%;
  height: 3rem;
   border-radius: .15rem;
  position: relative;

}
.floor1 .wrap .f1-swiper .swiper .swiper-slide a .top-box .img-box ,.floor1 .wrap ul li .top-box .img-box {
  width: 100%;
  display: block;
  padding: .2rem;
 background: url(../img/pro-bg.png) no-repeat center;
  height:2.2rem;
  object-fit: cover;
  display: block;
    border-radius: .15rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }


.floor1 .wrap .f1-swiper .swiper .swiper-slide a .top-box .img-box img ,.floor1 .wrap ul li .top-box .img-box img{
  width: 100%;
  height:auto;
  object-fit: cover;
  display: block;
    border-radius: .15rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide a .top-box .img-box img{
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
    object-fit: cover;
    display: block;
    border-radius: 0.15rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box .text-box,.floor1 .wrap ul li .top-box .text-box{
 border-radius: .15rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;	
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  p,.floor1 .wrap ul li .top-box .text-box p{
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	background: #FFFFFF;
	text-align: center;
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #262626;
border-radius: .15rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  .top-box-meng,.floor1 .wrap ul li .top-box .top-box-meng{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4) ;
	opacity: 0;
	transition: .5s;
	   border-radius: .15rem;
   
}

.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  .top-box-meng h4,.floor1 .wrap ul li .top-box .top-box-meng h4{
  font-size: .24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: .3rem;
width:96%;
margin: 0 auto;
margin-bottom: .2rem;
padding-top: .12rem;
}

.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  .top-box-meng p,.floor1 .wrap ul li .top-box .top-box-meng p{
	width:86%;
margin: 0 auto;
font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: .2rem;
background: none;
text-align: left;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  .top-box-meng .top-box-meng_a,.floor1 .wrap ul li .top-box .top-box-meng .top-box-meng_a{
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	background: linear-gradient(90deg, #0E41C1, #2681FD);
	position: absolute;
	bottom: 0;
		 border-radius: .15rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;	
	
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  .top-box-meng .top-box-meng_a span,.floor1 .wrap ul li .top-box .top-box-meng .top-box-meng_a span{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
padding-left: .25rem;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box  .top-box-meng .top-box-meng_a  img,.floor1 .wrap ul li .top-box .top-box-meng .top-box-meng_a img{
	float: right;
	padding-right: .25rem;
	margin-top: .34rem;
}
.floor1 .wrap .f1-swiper .swiper .swiper-slide .top-box:hover  .top-box-meng,.floor1 .wrap ul li .top-box .top-box-meng:hover{
	opacity: 1;
	transition: .5s;
}

.banner .swiper-pagination-bullet {
  opacity: 1;
}
.banner .wrap {
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.banner .firstP-pagination,.abt_ry  .firstP-pagination{
  overflow: hidden;
}
.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color: #00a0e9;
}
.loading .left,
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
}
.loading.swiper-pagination-bullet-active .left,
.loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .right {
  left: auto;
  right: -4px;
  top: -4px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 19px;
  height: 38px;
  border: 4px solid #fff;
  border-radius: 19px 0 0 19px;
  border-right: 0;
  box-sizing: border-box;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #fff;
  border-left: 0;
  box-sizing: border-box;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.floor2 {
	padding: .9rem 0 1.3rem 0;
	background: url(../img/bg_img_03.png) no-repeat bottom;
/*	  background-size: cover;*/
}
.floor2 .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.2rem;
}
.floor2 .title-box{
	width: 5.7rem;
}
.floor2 .title-box-abt-txt {
	margin-top: .4rem;
}
.floor2 .title-box-abt-txt p{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #262626;
}
.floor2 .title-box-abt-txt p.en{
	color: #999;
	font-family: SourceHanSansCN-Light;
	margin-top:.3rem ;
		font-size: .14rem;
}
.floor2 .title-box .a_more,.floor4  a.a_more,.floor5  a.a_more{
	width: 1.8rem;
height:.48rem;
display: flex;
    justify-content: space-between;
    align-items: center;
background: linear-gradient(90deg, #0E41C1, #2681FD);
border-radius: .24rem;
margin-top: .6rem;
}
.floor2 .title-box .a_more span,.floor4  a.a_more span,.floor5  a.a_more span{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
padding-left: .25rem;
}
.floor2 .title-box .a_more img,.floor4  a.a_more img,.floor5  a.a_more img{
width: .07rem;
height: .12rem;
margin-right: .2rem;
}
.floor4  a.a_more,.floor5  a.a_more{
	margin: .3rem auto;
	margin-bottom: .6rem;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.floor4  a.a_more span,.floor5  a.a_more span{
	display: inline-block;
	vertical-align: middle;
}
.floor4  a.a_more img,.floor5  a.a_more img{
	margin-left: .1rem;
	vertical-align: middle;
}
.floor5  a.a_more{
	margin-bottom: 0rem;
}
.floor2 .floor2-vdioe{
	width: 5.4rem;
}

.floor2 .floor2-vdioe img{
	max-width: 100%;
}

.floor2 .floor2-list{
	width: 3rem;
}
.floor2 .floor2-list li{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
}
.floor2 .floor2-list li p {
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #267FF9;
}
.floor2 .floor2-list li p.pp{
	color: #262626;
}
.floor2 .floor2-list li p span{
	font-size: .38rem;
font-family: Humanist777BT;
font-weight: bold;
color: #262626;

background: linear-gradient(0deg, #0E41C1 0%, #2681FD 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.commonitem {
	text-align: center;
	margin: 0 auto;
	padding-top: .76rem;
}

.commonitem .ch {
	font-size: .36rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FEFEFE;
}

.commonitem .line {
	width: .36rem;
	height: .04rem;
	background: #0089E1;
	display: block;
	margin: 10px auto;
}

.commonitem .en {
	font-size:.36rem;
font-family: Source Han Sans CN;
font-weight: 800;
display: block;
margin-top: -.25rem;
color: #FEFEFE;
opacity: 0.1;
}
.floor3 .wrap,.floor4 .wrap,.floor5 .wrap{
	display: block;
}
.floor3{
	width: 100%;
	height: 8.8rem;
	background: url(../img/bg_img_05.png) no-repeat center;
 background-size: cover;
	
}

.floor3 .fl3_list{
	display: block;
	margin-top: .3rem;
	width: 100%;
	background: #0e1013;
}
.floor3 .fl3_list ul{
	 display: flex;
  align-items: center;
}
.floor3 .fl3_list li{
	width: 2.12rem;
	height: 7rem;
	position: relative;
	cursor: pointer;
		transition: 1s;
}
.floor3 .fl3_list li img.fl3_bg{
		width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.floor3 .fl3_list li .fl3_txt{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.floor3 .fl3_list li .fl3_txt h3{
	font-size: .3rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FEFEFE;
margin-top: 2.5rem;
line-height: .72rem;
}
.floor3 .fl3_list li .fl3_txt img{
	width: .6rem;
	margin-top: .25rem;
	height: auto;
}

.floor3 .fl3_list li .fl3_txt a{
	width: 2rem;
height:.48rem;
display: flex;
    justify-content: space-between;
    align-items: center;
background: rgba(255,255,255,0);
border: 1px solid #FFFFFF;
border-radius: .24rem;
margin-top: .7rem;
text-align: left;
display: none;
transition: .5s;
}
.floor3 .fl3_list li .fl3_txt a span{
	font-size:.14rem;
	display: inline-block;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
padding-left: .25rem;
}
.floor3 .fl3_list li .fl3_txt a img{
	margin-right: .2rem;
	width: .07rem;
	height: .12rem;
	margin-top: 0;
	
}
.floor3 .fl3_list li .fl3_txt a:hover{
	transition: .5s;
	background: linear-gradient(90deg, #0E41C1, #2681FD);
	border: none;
}

.floor3 .fl3_list li.active{
	width: 4.6rem;
	transition: 1s;
	
}
.floor3 .fl3_list li.active .fl3_txt{
	width: 86%;
  left: 7%;
	text-align: left;
}

.floor3 .fl3_list li.active  img.fl3_bg{
	width: 6.7rem;
	height: 100%;
}
.floor3 .fl3_list li.active .fl3_txt a{
	display: flex;
}

.floor4 .commonitem .ch,.floor5 .commonitem .ch{
	color: #262626;
}
.floor4 .commonitem .en,.floor5 .commonitem .en{
	color: #E9E9E9;
	opacity: 0.7;
}

.floor5 .commonitem .en{
	color: #CCCCCC;
	opacity: 0.4;
}

.floor4 .commonitem p{
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #262626;
margin-top: .2rem;
}

.floor4 .fl4_ul_list li{
	display: inline-block;
	width: 22.5%;
/*	background: url(../img/pro-bg.png) no-repeat center;*/
	background-size: 100%;
	margin-right: 2.5%;
	margin-top: .5rem;
	text-align: center;
	transition: .5s;
	position: relative;
	border-radius: .15rem;
}
.floor4 .fl4_ul_list li:nth-of-type(4n){
	margin-right: 0;
}

.floor4 .fl4_ul_list li img.fl4_img{
	width: 100%;
	display: block;
	background: url(../img/pro-bg.png) no-repeat center;
	height: 3.5rem;
	border-radius: .15rem;
}
.floor4 .fl4_ul_list li h4{
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #262626;
line-height: .72rem;
transition: .5s;
}
.floor4 .fl4_ul_list li .fl4_meng{
	width: 100%;
	height: 3.5rem;
	background: rgba(0,0,0,.4);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
	border-radius: .15rem;
}
.floor4 .fl4_ul_list li .fl4_meng img{
	width: .25rem;
	height: .26rem;
	margin-top: 1.55rem;
}
.floor4 .fl4_ul_list li .fl4_meng p{
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: .72rem;
}
.floor4 .fl4_ul_list li:hover h4{
	opacity: 0;
}
.floor4 .fl4_ul_list li:hover .fl4_meng{
	opacity: 1;
}

.floor5{
	background: #EFF2F7;
	padding-bottom: 1.2rem;
}
.wrap .f5-swiper {
  width: 92%;
  margin: 0 auto;
  position: relative;


}
.floor5 .wrap .f5-swiper .swiper {
  width: 100%;
  margin-top: .2rem;
 position: relative;

}

.floor5 .wrap .f5-swiper .swiper-button-prev {
		width: .4rem;
	height: .4rem;
			border-radius: 50%;
		transform: rotate(180deg);
	left: -5%;
	background: url(../img/idx_icont_09.png) no-repeat center center;
	  cursor: pointer;

}

.floor5 .wrap .f5-swiper .swiper-button-next  {
	width: .4rem;
	height: .4rem;
		border-radius: 50%;
	right: -5%;
	background: url(../img/idx_icont_09.png) no-repeat center center;
		z-index: 2;
		  cursor: pointer;
}

.floor5 .wrap .f5-swiper .swiper-button-next:hover{
	background: url(../img/abt_lc_05.png) no-repeat center center;
		width: .4rem;
	height: .4rem;

}
.floor5 .wrap .f5-swiper .swiper-button-prev:hover{
	transform: rotate(180deg);
		width: .4rem;
	height: .4rem;
	background: url(../img/abt_lc_05.png) no-repeat center center;
}

.floor5 .wrap .f5-swiper .swiper .swiper-slide {
  width: 4.2rem;
}
.floor5 .wrap .f5-swiper .swiper .swiper-slide a {
  width: 100%;
  display: block;
}
.floor5 .wrap .f5-swiper .swiper .swiper-slide a .top-box{
  width: 100%;
  height: 5.2rem;
  position: relative;
  background: #FFFFFF;
}
.floor5 .wrap .f5-swiper .swiper .swiper-slide a .top-box .img-box img {
  width: 100%;
  height:3.6rem;
  object-fit: cover;
  display: block;
}
.floor5 .wrap .f5-swiper .swiper .swiper-slide .top-box  p{
	width: 92%;
	margin: 0 auto;
	margin-top: .3rem;
	text-align: left;
	font-size: .22rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: .3rem;
height: .6rem;
overflow: hidden;
}
.floor5 .wrap .f5-swiper .swiper .swiper-slide .top-box  p.fl5_time{
	width: 92%;
	margin: 0 auto;
	margin-top: .15rem;
	text-align: left;
	font-size: .18rem;
font-family: PingFang;
font-weight: 500;
color: #0089E1;
line-height: .3rem;
}

.ft_join{
	width: 100%;
	height: 1.8rem;
		background: url(../img/idx_icont_64.png) no-repeat center;
		text-align: center;
		padding: .3rem 0;
}
.ft_join h2{
	height: .36rem;
font-size: .24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: .36rem;
}

.ft_join a{
	display: block;
	width: 1.5rem;
	margin: 0 auto;
height: .44rem;
margin-top: .1rem;
line-height: .44rem;
background: rgba(255,255,255,0);
border: 1px solid #FFFFFF;
border-radius: .22rem;
font-size:.16rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;

}
.ft_join a:hover{background: linear-gradient(90deg, #0E41C1, #2681FD);border: none;}

.ft_join p{
	font-size: .16rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: .3rem;
}
.footer {
	background: url(../img/bg_img_07.png) no-repeat center;
	height: auto;
	padding-top: .4rem;
	background-size: 100% 100%;
}


.footer .footer_ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: .0rem;
	text-align: left;
}

.footer .footer_ul ul {
	width: 12%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0%;
	text-align: left;
}

.footer .footer_ul ul:nth-of-type(5){
	width: 24%;
}
.footer .footer_ul ul:nth-of-type(6){
text-align: right;
}
.footer .footer_ul ul li {
	line-height: .3rem;
	text-align: left;
}
.footer .footer_ul ul:nth-of-type(6) li{
text-align: center;
}


.footer .footer_ul ul li h3 {
	font-size: .14rem;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: .15rem;
}

.footer .footer_ul ul li a {
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
}
.footer .footer_ul ul li p{
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	
}
.footer .footer_ul ul li p span{
	width: .4rem;
	display: inline-block;
}
.footer .footer_ul ul:nth-of-type(7) li p{
	margin-top: -.1rem;
}


.footer .footer_link{
	width: 100%;
	height: .66rem;
	line-height: .66rem;
	margin-top: .6rem;
	border-top: 1px solid #414959;
	border-bottom: 1px solid #414959;
}
.footer .footer_link span,.footer .footer_link a{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
padding-right: .15rem;
}
.footer .footer_link span{
	padding-right: .4rem;
}


.footer  .copy {
	border-top: 1px solid #414959;
	line-height: .6rem;
	height: .6rem;
	text-align: center;
	text-align: center;
	margin-top: .3rem;
	font-size: .14rem;
}

 .footer  .copy p {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	text-align: center;
	font-size: .14rem;
}

.footer   .copy p a {
	font-size: .14rem;
	font-family: SourceHanSansCN-Light;
	font-weight: 300;
	color: #999999;
}
.footer   .copy p a:hover{
	color: #FFFFFF;
}


/*内容公共*/
.con_header {
	background: #FFFFFF;
}
.con_header.active{
	background: #FFFFFF;
}
.con_header .wrap .header_navs li a {
  color: #333333;
}
.con_header .wrap .header_navs li a:hover{
	color: #0088E1;
}
.con_header .wrap .header_navs li a.active{
	color: #0088E1;
}
.con_header .wrap .tel-search .tel {
  font-size: 0.24rem;
  color: #333333;
}
.con_header .wrap .tel-search .line {
  background-color: rgba(0, 0, 0, 0.3);
}

.con_banner{
	width: 100%;
	margin-top: .9rem;
	position: relative;
}
.con_banner img{
	max-width: 100%;
	display: block;
}

.con_banner .bn_txt{
	text-align: left;
	position: absolute;
	left: 10%;
	bottom: 1.81rem;
	z-index: 1;
}
.con_banner .bn_txt p.en{
	font-size:.48rem;
font-family: Swiss721BT;
font-weight: 900;
color: #EDEDED;
opacity: 0.3;
}
.con_banner .bn_txt p.ch{
	font-size: .48rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
}
.con_banner .bn_txt p.line{
	width: .8rem;
	height: .04rem;
	background: #FFFFFF;
}

.con_title{
margin: 0 auto;
height:.44rem;
margin-top: -.44rem;
z-index: 1;
display: flex;
 align-items: center;
  justify-content: space-between;
}

.con_title a{
	display: inline-block;
width: auto;
padding: 0 0.35rem;
height: .44rem;
line-height: .44rem;
font-size: .16rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
background: #FFFFFF;
text-align: center;
opacity: 0.8;
}
.con_title a:first-of-type{
	border-radius: 0.1rem 0px 0px 0px;
}
.con_title a:last-of-type{
	border-radius: 0rem .1rem 0px 0px;
}
.con_title a:hover{	
background: #313131;
color: #FFFFFF;
}
.con_title a.active{	
background: #313131;
color: #FFFFFF;
}

.con_title ul{
display:block;
	width: 100%;
height: .44rem;
line-height: .44rem;
}

.con_title ul li{
	display: inline-block;
	position: relative;
	height: .44rem;
line-height: .44rem;

}

.con_title ul li a{
	display: inline-block;
width: auto;
padding: 0 0.35rem;
font-size: .16rem;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: .48rem;
color: #333333;
background: #FFFFFF;
text-align: center;
opacity: 0.8;
}


.con_title ul li a:first-of-type{
	border-radius:0;
}
.con_title ul li a:last-of-type{
	border-radius:0;
}
.con_title ul li:first-of-type a{
	border-radius: 0.1rem 0px 0px 0px;
}
.con_title ul li:last-of-type a{
	border-radius: 0rem .1rem 0px 0px;
}
.con_title ul li.active a{	
background: #313131;
color: #FFFFFF;
}

.con_title ul li .sub2{
	display: block;
	position: absolute;
	top:.44rem;
	left: 0;
	width: 100%;
background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	display: none;
	
}
.con_title ul li .sub2 a{
	width: 100%;
	font-size: .14rem;
	text-align: center;
	padding: 0;
	background: none;
	opacity: 1;
  height: .44rem;
  line-height: .44rem;
	color: #333333;
}

.con_title ul li .sub2 a:first-of-type{
	border-radius:0;
}
.con_title ul li .sub2 a:last-of-type{
	border-radius:0;
}

.con_title ul li .sub2 a:hover {
	color:#0088E1;
	background: none;
}
.con_title ul li .sub2 a.active {
	color: #0088E1;
	background: none;
  font-weight: bold;
}

.con_title ul li:hover .sub2 {
	display: block;
	transition: 1s;
}
/*.con_title ul li.active .sub2{
	display: block;

}*/

/*分页*/

.page {
	margin: .8rem auto;
	text-align: center;
	height: .44rem;
}

.page a {
	display: inline-block;

	padding: .1rem .16rem;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
}
.page a:first-of-type{
  margin-right: .08rem;
}

.page a:hover,
.page a.active {
	border: 1px solid #7D7D7D;
	background: #7D7D7D;
	color: #FFFFFF;
}
.page span{
	padding-left: .1rem
}

.h2_tt h2{
	margin: 0rem auto;
	padding: .6rem 0;
	padding-bottom: .3rem;
	text-align: center;
	font-size: .3rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #000000;
}

.h2_tt p{
	font-size:.24rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: .36rem;
margin-bottom: .38rem;
text-align: center;
}

.new ul.news_list li {
	display: block;
	position: relative;
}

.new ul.news_list>li {
	width: 100%;
	margin-bottom:.45rem;
	height: 3rem;
	background: #F7F7F7;
border-radius: .1rem;
	transition: transform .5s ease-in 0s;
	-webkit-transition: transform .5s ease-in 0s;
	-moz-transition: transform .5s ease-in 0s;
	-o-transition: transform .5s ease-in 0s;
}
.new ul.news_list>li a{
	display: flex;
 align-items: center;
  justify-content: inherit;
}

.new ul.news_list>li .new_time {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
height:3rem;
background: #D2D2D2;
border-radius: .1rem 0px 0px .1rem;
}
.new ul.news_list>li .new_time img{
	width: 100%;
	height: 3rem;
	display: block;
}

.new ul.news_list>li .new_pp {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	margin-left: 2%;
}

.new ul.news_list>li .new_pp h4 {
	font-size: .24rem;
	width: 100%;
	margin-top: .3rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
height: .3rem;
line-height:.3rem;
margin-bottom: .3rem;
overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.new ul.news_list>li .new_pp p {
	font-size: .18rem;
	height: .72rem;
	line-height: .36rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
}
.new ul.news_list>li .new_pp .new_data{
	margin-top: .7rem;
	font-size: .18rem;
font-family: PingFang;
font-weight: 500;
color: #0089E1;
line-height:.3rem;
}

.new ul.news_list>li:hover{
	  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.33);
}

.details p.font1 {
	text-align: center;
	margin-top:.5rem ;
	font-size: .36rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #005FE1;
	margin-bottom: .1rem;
}

.details p.font2 {
	text-align: center;
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
}


.details .content {
	border-top:1px solid #E5E5E5 ;
	border-bottom:1px solid #E5E5E5 ;
  margin: .5rem auto;
  padding: .5rem 0;
  position: relative;
}


.details .content p {
	font-size: .18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: .36rem;
	text-indent: 2em;
}

.details .content img {
	display: block;
	margin: .2rem auto;
	max-width: 100%;
}
.details .content .fh_box{
position: absolute;
top: -.6rem;	
right: 0;
display: flex;
align-items: center;
  justify-content: inherit;
}
.details .content .fh_box img{
	width: .19rem;
	height: .21rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .05rem;
}
.fh_box span{
	display: inline-block;
	vertical-align: middle;
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
text-decoration: underline;
color: #005FE1;s
}

.chapter {
	margin-bottom: .5rem;
}

.chapter a {
	display: block;
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: .36rem;
}
.chapter a:hover{
	color: #005FE1;
}

.join_con{
	margin-top: .5rem;
	
}
.join_con .join_list{
	padding-bottom: .35rem;
}
.join_con .ul_tt{
	width: 100%;
	height: .62rem;
	line-height: .62rem;
	display: flex;
background: #0072FE;
}
.join_con .ul_tt li{
	width: 16%;
	text-align: center;
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
}
.join_con .ul_tt li:last-of-type{
	width: 20%;
	text-align: right;
	padding-right: .66rem;
}

.join_con .join_item{
	transition: .5s;
}
.join_con .join_item .join_item_tt{
		display: flex;
		height: .9rem;
		margin-top: .2rem;
background: #F7F7F7;
}
.join_con .join_item .join_item_tt p{
	width: 16%;
	display: inline-block;
	text-align: center;
}
.join_con .join_item .join_item_tt p:last-of-type{
	width: 20%;
	text-align: right;
	padding-right: .36rem;
}
.join_con .join_item .join_item_tt p.tt{
	font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #0072FE;
line-height: .9rem;
}
.join_con .join_item .join_item_tt p.pp span{
	display: block;
	font-size:.14rem;
font-family: Microsoft YaHei;
font-weight: 400;
margin-top: .22rem;
color: #999999;
}
.join_con .join_item .join_item_tt p.pp b{
	font-size:.16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333;
}
.join_con .join_item .join_item_tt p.bt em,.join_con .join_item .join_item_tt p.bt  b{
	margin-top: .22rem;
	width: 1rem;
	float: right;
	font-style: normal;
	display: block;
	height: .4rem;
	line-height: .4rem;
background: #F7F7F7;
border: 1px solid #BFBFBF;
border-radius: .2rem;
text-align: center;
font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
cursor: pointer;
}

.join_con .join_item .join_item_tt p.bt  b{
	display: none;
}

.join_con .join_item .join_item_txt{
	display: none;
	text-align: left;
		transition: .5s;
}
.join_con .join_item .join_item_txt h5{
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
margin-top: .3rem;
color: #333333;
margin-bottom: .1rem;
padding-left: .1rem;
border-left: 3px solid #0072FE;
}
.join_con .join_item .join_item_txt p{
	font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
padding-left: .3rem;
}
.join_con .join_item.active{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	padding-bottom: .3rem;
	t	transition: .5s;
}
.join_con .join_item.active .join_item_tt{
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: .3rem;
		transition: .5s;
}


.join_con .join_item.active .join_item_tt  p.bt em{
	display: none;
}
.join_con .join_item.active .join_item_tt  p.bt b{
	display:block;
	background: #FFFFFF;
}
.join_con .join_item.active .join_item_txt{
	display: block;
		transition: .5s;
}
.join_con a.join_more{
	display:flex;
	margin: .5rem auto;
	width: 1.64rem;
height: .54rem;
line-height: .54rem;
text-align: center;
align-items: center;
justify-content:center;
background: #FFFFFF;
border: 1px solid #0089E1;
border-radius: .27rem;
cursor: pointer;
}
.join_con .join_more span{
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
padding-right: .1rem;

}

.join_con .join_more img{
	display: inline-block;
	width: .12rem;
	height: .12rem;
}

.join_box2{
background: #F3F5F9;
position: relative;
padding-bottom: .6rem;
}
.join_box2 .h2_tt h2{
	margin-top: 0;
	padding-top: .7rem;
}
.join_box2 .join_box2_ul{
	padding-bottom: .6rem;
}
.join_box2 .join_box2_ul ul{
	display: flex;
  align-items: center;
  justify-content: center;
}
.join_box2 .join_box2_ul ul li{
	width: .9rem;
height: auto;
margin-right: 1.21rem;
text-align: center;

}
.join_box2 .join_box2_ul ul li:nth-of-type(5n){
	margin-right: 0;
}
.join_box2 .join_box2_ul ul li img{
	width: .9rem;
	height: .9rem;
}
.join_box2 .join_box2_ul ul li h4{
	font-size:.16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
margin-top: .1rem;
}

.wrap .join-swiper {
  width: 92%;
  margin: 0 auto;
  position: relative;


}
.join_box2 .wrap .join-swiper .swiper {
  width: 100%;
  margin-top: .2rem;
 position: relative;

}

.join_box2 .wrap .join-swiper .swiper-button-prev {
		width: .4rem;
	height: .4rem;
	border-radius: 50%;
		transform: rotate(180deg);
	left: -5%;
	background: url(../img/idx_icont_09.png) no-repeat center center;
	  cursor: pointer;
}

.join_box2 .wrap .join-swiper .swiper-button-next  {
	width: .4rem;
	height: .4rem;
		border-radius: 50%;
	right: -5%;
	background: url(../img/idx_icont_09.png) no-repeat center center;
		z-index: 2;
		  cursor: pointer;
}

.join_box2 .wrap .join-swiper .swiper-button-next:hover{
	background: url(../img/abt_lc_05.png) no-repeat center center;
		width: .4rem;
	height: .4rem;

}
.join_box2 .wrap .join-swiper .swiper-button-prev:hover{
	transform: rotate(180deg);
		width: .4rem;
	height: .4rem;
	background: url(../img/abt_lc_05.png) no-repeat center center;
}

.join_box2 .wrap .join-swiper .swiper .swiper-slide {
  width: 4.6rem;
}
.join_box2 .wrap .join-swiper .swiper .swiper-slide a {
  width: 100%;
  display: block;
}
.join_box2 .wrap .join-swiper .swiper .swiper-slide a .top-box{
  width: 100%;
  height: auto;
  position: relative;
}
.join_box2 .wrap .join-swiper .swiper .swiper-slide a .top-box  img {
  width: 100%;
  height:3.2rem;
  object-fit: cover;
  display: block;
}
.join_box2 .wrap .join-swiper .swiper .swiper-slide .top-box  h5{
	width: 92%;
	margin: 0 auto;
	margin-top: .2rem;
	text-align: center;
font-size:.18rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.abt_box{	
background: #FAFBFB;
}
.abt_box .abt_jj1 p{
	font-size: .18rem;
	line-height: .36rem;
	margin-bottom: .3rem;
font-family: Source Han Sans CN;
font-weight: 300;
color: #333333;
}
.abt_box .abt_jj1 img{
	max-width: 100%;
	margin-bottom: .3rem;
}

.abt_box .abt_jj2{
	background: url(../img/about_09.png) no-repeat center;
	height: 8.6rem;
	background-size: cover;
	padding-top: 1.3rem;
}
.abt_box .abt_jj2 .abt_jj2_list{
	display: block;
	text-align: center;
	margin-bottom: .6rem;
}
.abt_box .abt_jj2 .abt_jj2_list h2{
	font-size: .36rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #0089E1;
background: linear-gradient(0deg, #1138EF 0%, #0089E1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.abt_box .abt_jj2 .abt_jj2_list p{
	font-size: .24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
margin-top: .18rem;
}
.abt_box .abt_ry{
	background: url(../img/abt-ry-bg.png) no-repeat center;
		background-size: cover;
		padding-bottom: .6rem;
}
.abt_box .abt_ry .swiper-slide li{
	width: 31%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.5%;
	margin-bottom: .6rem;
	text-align: center;
}
.abt_box .abt_ry .swiper-slide li:nth-of-type(3n){
	margin-right: 0;
}
.abt_box .abt_ry .swiper-slide li img{
	width: 100%;
	height: 3.5rem;
	display: block;
}
.abt_box .abt_ry .swiper-slide li p{
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: .72rem;
color: #333333;
}

.abt_box .h2_tt h2{

color: #FFFFFF;
}

.company_lc_box{
	background: url(../img/abt_bg2_02.png) no-repeat center;
	height: 7.2rem;
	background-size: cover;
}
.about_lc_bg{
	padding-top:0rem;
	position: relative;
	background: url(../img/abt_bg_02.png) no-repeat 0px 1.22rem;
}
#abt_lcSwiper{
	padding-top: 1.2rem;
}
.about_lc_bg .proslcon{
	text-align: center;
}
.about_lc_bg .proslcon img.probnimg{
	width: 100%;
}
.about_lc_bg .proslcon img.dian{
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: .2rem;
}

.about_lc_bg .proslcon img.dian_active{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom:.2rem;
	display: none;
}


.about_lc_bg .proslcon h6 {
	font-size: .36rem;
font-family: Source Han Sans CN;
font-weight: bold;
margin-top: -1rem;
color: #FFFFFF;
text-align: center;

}

.about_lc_bg .proslcon p {
	font-size:.24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
    line-height: .36rem;
    height: 0.72rem;
margin-top: .3rem;
overflow: hidden;
text-align: center;
margin: .3rem auto;
width: 100%;
margin-top: .6rem;
}
.about_lc_bg .proslcon img.proslcon_img{
	width: 2.4rem;
	margin: 0 auto;
height: 1.6rem;

border-radius:.1rem;
transition: .5s;
cursor: pointer;
}

.about_lc_bg .proslcon img.proslcon_img.active{
	width: 6rem;
	position: absolute;
	z-index: 1;
	left: -1.8rem;
	top: 1.2rem;
	height: auto;
}

/*.about_lc_bg .swiper-slide-active h6 {
color: #0072FE;
}*/
.about_lc_bg .swiper-slide.active2 .proslcon h6{
color: #0072FE;
}
/*.about_lc_bg .swiper-slide-active img.dian{
  display: none;
}
.about_lc_bg .swiper-slide-active img.dian_active{
  display: block;
}

.about_lc_bg .swiper-slide-active p {
  display: block;
  
}*/
.about_lc_bg .swiper-slide.active2 img.dian{
  display: none;
}
.about_lc_bg .swiper-slide.active2 img.dian_active{
  display: block;
}

.about_lc_bg .swiper-slide.active2 p {
  display: block;
  
}

.about_lc_bg .swiper-button-prev {
	background: url(../img/abt_lc_03.png) no-repeat;
	width: .5rem;
	height: .5rem;
	background-size: 100% 100%;
	left: 5%;
	top: 1.22rem;
}

.about_lc_bg .swiper-button-next {
	background: url(../img/abt_lc_03.png) no-repeat;
	width: .5rem;
	height: .5rem;
	transform: rotate(180deg);
	background-size: 100% 100%;
	right: 5%;
	top:1.22rem;
}
.about_lc_bg .swiper-button-next:hover{
	width: .5rem;
	height: .5rem;
		transform: rotate(0deg);
	background: url(../img/abt_lc_05.png) no-repeat;
		background-size: 100% 100%;
}
.about_lc_bg .swiper-button-prev:hover{
	width: .5rem;
	height: .5rem;
	transform: rotate(180deg);
	background: url(../img/abt_lc_05.png) no-repeat;
		background-size: 100% 100%;
}

.abt_box .about_lc_bg .actve2{
	z-index: 2222;
	position: absolute;
}
.contact_box{
	width: 100%;
	padding: 1rem 0;
}

.contact_list{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.contact_list .contact_left{
	width: 32%;
height: 6.6rem;
background: linear-gradient(0deg, #1043C3 0%, #2580FC 100%);
border-radius: .1rem;
padding: .4rem .35rem;
}
.contact_list .contact_right{
	width: 65%;
background: #EEEEEE;
border: .06rem solid #E5E5E5;
border-radius: .1rem;
}
.contact_list .contact_right img{
	width: 100%;
	height: 100%;
}
.contact_list .contact_right .contact_map{
	width: 100%;
	height: 100%;
}

.contact_list .contact_left h4,.contact_box  .contact_bsc h4{
	font-size:.3rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
margin-bottom: .5rem;
}
.contact_list .contact_left p,.contact_box  .contact_bsc p{
	font-size:.18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: .22rem;
display: flex;
margin-bottom: .1rem;
}
.contact_list .contact_left p span,.contact_box  .contact_bsc span{
	display: inline-block;
	vertical-align:middle;
	
}
.contact_list .contact_left p img,.contact_box  .contact_bsc img{
	width: .2rem;
	height: .22rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .05rem;
}
.contact_list .contact_left .contact_wact{
	margin: .25rem 0;
}
.contact_list .contact_left .contact_wact img{
	width: 1.14rem;
	height: 1.14rem;
	display: block;
	margin-left: .3rem;
}
.contact_list .contact_left  .contact_xl{
	margin-top:.3rem ;
	border-top: 2px solid rgba(255,255,255,0.3);
	padding-top: .5rem;
}
.contact_list .contact_left  .contact_xl p em{
	padding: .0 .07rem;
	font-style: normal;
	font-size:.14rem;
}
.contact_list .contact_left  .contact_xl p em.ts{
	margin-left: .15rem;
}
.contact_list .contact_left  .contact_xl p span.span1{
	padding-right: .05rem;
}

.contact_box .contact_bsc{
	width: 100%;
	margin-top: .4rem;
}
.contact_box  .contact_bsc ul{
	flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.15rem;
}
.contact_box  .contact_bsc li{
	display: inline-block;
	width: 100%;
	height:auto;
background: #F7F7F7;
border-radius: .1rem;
padding: .4rem .35rem;
}
.contact_box  .contact_bsc li:nth-of-type(3n){
	margin-right: 0;
}
.contact_box  .contact_bsc h4{
margin-bottom: .35rem;	
color: #333333;
}
.contact_box  .contact_bsc p{
	color: #666666;
}
.contact_box  .contact_bsc li:nth-of-type(1){
	background: url(../img/lx_bg_07.png) no-repeat center;
	background-size: 100%;
}
.contact_box  .contact_bsc li:nth-of-type(2){
	background: url(../img/lx_bg_09.png) no-repeat center;
	background-size: 100%;
}
.contact_box  .contact_bsc li:nth-of-type(3){
	background: url(../img/lx_bg_11.png) no-repeat center;
	background-size: 100%;
}


.cj_item .wrap{
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: .4rem 0;
  cursor: pointer;
}

.cj_item .cj_left,.cj_item .cj_right{
	display: inline-block;
	width: 50%;
}
.cj_item .cj_left h3,.cj_item2_tt h3{
	margin-bottom: .35rem;
}
.cj_item .cj_left h3 span,.cj_item2_tt h3 span{
	font-size: .48rem;
	display: block;
font-family: Swiss721BT;
font-weight: 900;
color: #CCCCCC;
}
.cj_item .cj_left h3 em,.cj_item2_tt h3 em{
	display: block;
	font-style: normal;
	font-size: .3rem;
font-family: Source Han Sans CN;
font-weight: bold;
color: #000000;
}
.cj_item .cj_left p,.cj_item2_tt p{
	width: 84%;
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin-bottom: .45rem;
}
.cj_item .cj_left img,.cj_item .cj_rigth img{
	height: 4.2rem;
	border-radius: .1rem;
}
.ts_bg{
padding: .4rem 0;	
background: #F7F7F7;
}

.cj_item2{
background-size: 100% 100%;
min-height: 6rem;
padding: .1rem 0;
padding-bottom: .5rem;
}
.cj_item2 .wrap{
	display: block;
}
/*c{
	display: block;
}*/
.cj_item2_tt h3{
	margin-top: .4rem;
}
.cj_item2_tt h3 em{
	
color: #FFFFFF;
}
.cj_item2_tt p{
	color: #FFFFFF;
}

.cj_item2_list h5{
	width: 100%;
	border-left: 3px solid #2174F1;
	margin-bottom: .41rem;

}
.cj_item2_list h5 b{
	font-style: normal;
	font-size: .24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
padding-left: .16rem;
}
.cj_item2_list h5 a{
	float: right;
	margin-right: .2rem;
	width: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.48rem;
    line-height: .48rem;
    background: linear-gradient(90deg, #0E41C1, #2681FD);
    border-radius: 0.24rem;
    margin-top: 0.0rem;

}

	.cj_item2_list h5 a span {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 0.25rem;

}
	.cj_item2_list h5 a img{
    display: inline-block;
    width: .07rem;
    height: .12rem;
    margin-right: .2rem;
	}

.cj_item2_list ul{
   display: grid;
  grid-template-columns: repeat(4, 1fr);
  
 } 

.cj_item2_list li{
  width: 98%;
	display: inline-block;
	vertical-align: top;
height:auto;
background: #FFFFFF;
opacity: 0.8;
border-radius: .1rem;
padding: .24rem;
transition: .5s;
margin-bottom: .2rem;
}
.cj_item2_list li h6{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0rem 0;
}
.cj_item2_list li h6 b{
	font-size: .2rem;
font-family: Source Han Sans CN;
font-weight: 400;
height: .6rem;
width: 130%;
line-height: .3rem;
overflow: hidden;
color: #333333;

}
.cj_item2_list li h6 .zsbt {
    display: flex;
    cursor: pointer;
    align-items: center;justify-content: end;
}
.cj_item2_list li h6 .zsbt a{
	 display: flex;
    cursor: pointer;
    align-items: center;
}
.cj_item2_list li h6 div.zsbt img.gg_img{
	width: .16rem;
	margin-right: .1rem;
height: .22rem;
}
.cj_item2_list li h6 div.zsbt span{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
display: inline-block;

}
.cj_item2_list li h6 div.zsbt img.gd{
width: .07rem;
height: .12rem;
/*margin-top: .05rem;*/
margin-left: .1rem;
}
/*.cj_item2_list li img.cj_cp_img{
  max-width: 100%;
  margin: .15rem 0;
}*/

.cj_item2_list li  .pro_xq_img{
  display: flex;
  width: 94%;
  margin: 0 auto;
  margin: .15rem auto;
  justify-content: space-between;
  align-content: center;
}

.cj_item2_list li  .pro_xq_img img{
  width: 48%;
}

.cj_item2_list li .cj_cp_txt{
	margin-top: .2rem;
}
.cj_item2_list li .cj_cp_txt span{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height:.3rem;
}
.cj_item2_list li .cj_cp_txt span.span1{
	display: inline-block;
	width: 1.2rem;
	padding-right: .4rem;
}
.cj_item2_list li h6 div.zsbt img.gd{
width: .07rem;
height: .12rem;
margin-left: .2rem;
display: none;
}
.cj_item2_list li h6 div.zsbt img.gd,.cj_item2_list li h6 div.zsbt img.gd_active{
width: .07rem;
height: .12rem;
margin-left: .2rem;
display: none;
}
.cj_item2_list li h6 div.zsbt img.gd{
  display: block;
}
.cj_item2_list li h6 div.zsbt:hover img.gd{
  display: none;
}
.cj_item2_list li h6 div.zsbt:hover img.gd_active{
  display: block;
}
.cj_item2_list li:hover{
	opacity: 1;
	transition: .5s;
}

.cj_item .cj_item2_list .wrap{
	display: block;
}
.cj_item .cj_item2_list .wrap  h5 b{
	color: #333;
}
.cj_item .cj_item2_list .wrap li{
	border: 1px solid #DFE4EB;
}
.cj_item .cj_item2_list .wrap li:hover{
	background: #F1F4F8;	
	transition: .5s;
}

.cj_item .cj_item_show{
  display: flex;
  height: auto;
  transition: .5s;
}

.cj_item .cj_item2{
display: none;
  padding: 0;
  margin: 0;
  transition: .5s;
  background-size: 100% 100% !important;
}

/*.cj_item:hover .cj_item_show{
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;

}
.cj_item:hover .cj_item2{
  opacity: 1;
 height:auto;
}*/
.cj_item.active .cj_item_show{
  display: none;
  padding: 0;
  margin: 0;

}
.cj_item.active .cj_item2{
  display: block;
}

.pro_box .pro_list1{
	padding: .45rem 0 .7rem 0;
	background: #F7F7F7;
}
.pro_box .pro_list1 h2{
	font-size:.3rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height:.44rem;
}
.pro_box .pro_list1 p{
	font-size:.18rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: .36rem;
}

.pro_list2{
	padding: .6rem 0 1rem 0;
}

.pro_list2 h5{
	width: 100%;
	border-left: 3px solid  #0088E1;
	margin-bottom: .41rem;

}
.pro_list2  h5 b{
	font-style: normal;
	font-size: .24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
padding-left: .16rem;
}
.pro_list2  h5 b span{
	color: #0088E1;
}
.pro_list_box{
	position: relative;
}


.pro_list_box_li .pro_list_item{
	display: none;
}

.pro_list_box .a_more{
	position: absolute;
	top: 0;
	right: 0;
}
.pro_list_box .a_more a{
	cursor: pointer;
	display: inline-block;
}
.pro_list_box .a_more a img{
	width: .36rem;
height: .36rem;
display: none;
margin-left: .1rem;
}
.pro_list_box .a_more a.a1 img.show{
	display:none;
}
.pro_list_box .a_more a.a1 img.hide{
	display:block;
}
.pro_list_box .a_more a.a2 img.show{
	display:none;
}
.pro_list_box .a_more a.a2 img.hide{
	display:block;
}

.pro_list_box .a_more .a1.active img.show{
	display: block;
}

.pro_list_box .a_more .a1.active img.hide{
	display: none;
}

.pro_list_box .a_more .a2.active img.show{
	display:block;
}
.pro_list_box .a_more .a2.active img.hide{
	display:none;
}

.pro_list_box .a_more a.active img{
	display:none;
}


.search-box{
    position:absolute;
    top: 0;
    right: 15%;
    width:auto;
        display: flex;
        align-items: center;
    height: .4rem;
    display:block;
  }
  .search-box span{
    font-style: normal;
  font-size: .22rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
padding-right: .16rem;
  }
  .search-box input {
    width:5rem;
    height: .4rem;
    line-height: .36rem;
    border: none;
    background-color: rgba(210,210,210,.3);
    color: #000;
    font-size: 0.16rem;
    padding-right: 0.5rem;
    padding-left: 0.3rem;
  }
    .search-box input[type="search"]::-webkit-search-cancel-button{
    background-color: rgba(255,255,255,.6);
    display: none;
}
  .search-box input::placeholder {
      color:rgba(0,0,0,1);
  }
  .search-box .seach-btn {
    position: absolute;
    right: 0.15rem;
    top: 0.1rem;
  }
  .search-box .seach-btn a{
    width: 0.22rem;
    height: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-box .seach-btn a img {
    width: 100%;
    display: block;
  }


.pro_list_box_li table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-radius: 5px 5px 0px 0px;
}
.pro_list_box_li table tr.tr_tt{
	height: .44rem;
background:  #0088E1;
border: 1px solid #DFE4EB;

border: none;
}
.pro_list_box_li table tr.tr_tt th{
font-size: .14rem;
border: 1px solid #DFE4EB;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
position: relative;
}
/*.pro_list_box_li table tr th:first-of-type{
	text-align: left;
	padding-left: .6rem;
}*/
.pro_list_box_li table tr th .cp_mub {
    position: absolute;
    right: 5%;
    top: .06rem;
}
.pro_list_box_li table tr th .cp_mub img{
	display: block;
	width: .1rem;
	height: .08rem;
}

.pro_list_box_li table tr th .cp_mub img.cp1{
	margin-bottom: .05rem;
}

.pro_list_box_li table tr th .cp_mub span{
	display: block;
	cursor: pointer;
	
}
.pro_list_box_li table tr th .cp_mub span.icont-xz{
transform: rotate(180deg);
margin-bottom: -.03rem;
}
.pro_list_box_li table tr th .cp_mub span:hover{
	color: #CCCCCC;
}
.pro_list_box_li table tr th .cp_mub span.active{
	color: #CCCCCC;
}



.pro_list_box_li table tr:hover td{
	background: #f1f4f8;
}
.pro_list_box_li table tr td{
	border: 1px solid #DFE4EB;
	text-align: center;
	font-size: .14rem;
	padding: .15rem 0;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
position: relative;
cursor: pointer;
}

.pro_list_box_li table tr td .pro_xq{
	width: 5.33rem;
	position: absolute;
	top: -.1rem;
	left: 2.4rem;
	height: 3.16rem;
	background: url(../img/pro_17.png) no-repeat center;
	background-size:cover;
	z-index: 1;
	display: none;
	transition: .5s;
}
.pro_list_box_li table tr td:hover .pro_xq{
	display: block;
	transition: .5s;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_img{
	display: flex;
	width: 86%;
	margin: 0 auto;
	margin-top: .2rem;
	justify-content: space-between;
	align-content: center;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_img img{
	width: 2rem;
	height: auto;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt{
	width: 86%;
		display: flex;
	margin: 0 auto;
	height: .84rem;
	margin-left:10%;
	line-height: .84rem;
	margin-top: .0rem;
	justify-content: space-between;
	align-content: center;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt span{
	font-size:.14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt span.span2{
	color: #333;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt a img.pro_xq_an,.pro_list_box_li table tr td .pro_xq .pro_xq_txt a img.pro_xq_an_active{
width: 2rem;
height: .48rem;
margin-top: .18rem;
cursor: pointer;
display: none;
	
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt a img.pro_xq_an{
	display: block;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt a:hover img.pro_xq_an{
	display: none;
}
.pro_list_box_li table tr td .pro_xq .pro_xq_txt a:hover img.pro_xq_an_active{
	display: block;
}

.pro_list_box_li table tr td .pro_xq .pro_xq_txt a.hide{
	display: none;
}

.pro_list_box_li table tr.ts_xian th{
font-size: .14rem;
border: none;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
text-align: center;
position: relative;
}
.pro_list_item ul{
display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0rem 0;
}
.pro_list_item li{
	width: 100%;
	vertical-align: top;
height:auto;
background: #FFFFFF;
opacity: 1;
padding: .24rem;
transition: .5s;
border: 1px solid #DFE4EB;

}

.pro_list_item li h6{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0rem 0;
}
.pro_list_item li h6 b{
	font-size: .2rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
height:auto;
line-height: .3rem;
width: 130%;
overflow: hidden;
}
.pro_list_item li h6 .zsbt{
	display: flex;
	cursor: pointer;
  justify-content: end;
  align-items: center;
}
.pro_list_item li h6 .zsbt a{
	display: flex;
	cursor: pointer;
	align-items: center;
}
.pro_list_item li h6 .hide{
	display: none;
	cursor: pointer;
}
.pro_list_item li h6 div.zsbt img.gg_img{
	width: .16rem;
	margin-right: .1rem;
height: .22rem;
}
.pro_list_item li h6 div.zsbt span{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
}
.pro_list_item li h6 div.zsbt img.gd,.pro_list_item li h6 div.zsbt img.gd_active{
width: .07rem;
height: .12rem;
margin-left: .2rem;
display: none;
}
.pro_list_item li h6 div.zsbt img.gd{
	display: block;
}
.pro_list_item li h6 div.zsbt:hover img.gd{
	display: none;
}
.pro_list_item li h6 div.zsbt:hover img.gd_active{
	display: block;
}

/*.pro_list_item li img.cj_cp_img{
	max-width: 100%;
  margin: 0.1rem 0;
}*/
.pro_list_box_li .pro_list_item li .pro_xq_img{
  display: flex;
  width: 94%;
  margin: 0 auto;
  margin: .15rem auto;
  justify-content: space-between;
  align-content: center;
}

.pro_list_box_li .pro_list_item li .pro_xq_img img{
  width: 48%;
}
.pro_list_item li .cj_cp_txt{
	margin-top: .2rem;
}
.pro_list_item li .cj_cp_txt span{
	font-size: .14rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height:.3rem;
}
.pro_list_item li .cj_cp_txt span.span1{
	display: inline-block;
	width: .85rem;
	padding-right: .4rem;
}

.pro_list_item li:hover{
background: #F1F4F8;	
	transition: .5s;
}

.abt_box .map_all h2{
color: #333333;
}
.abt_box .map_all p{
	
color: #000;
}
.abt_map_country{
	display: block;
}

.map_bg{
background: #eef1f6;
	padding: .36rem 0 .97rem 0;
}
.abt_map{
	/*background: url(../img/abt_map_03.png) no-repeat center;*/
	background-size: cover;
	width: 100%;
	height:auto;
	position: relative;
}
.abt_map .map_img{
  margin: 0 auto;
  text-align: center;
}
.abt_map .map_img img{
  max-width: 100%;
} 

.abt_map_list{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.6rem;
height:auto;
background: #FFFFFF;
border-radius: .1rem;
padding: .33rem;
}
.abt_map_list li{
	display: block;
	margin-bottom: 0rem;
}
.abt_map_list li em{
	width: .12rem;
	display: inline-block;
	vertical-align: middle;
height: .12rem;
background: #00A0E9;
border-radius: 50%;
margin-right: .08rem;
}
.abt_map_list li span{
	font-size: .18rem;
font-family: Source Han Sans CN;
font-weight: 400;
display: inline-block;
vertical-align: middle;
color: #333333;
}
.abt_map_list li:nth-of-type(2) em{
background: #4EAA34;
}
.abt_map_list li:nth-of-type(3) em{

background: #EB6100;
}
.abt_map_list li:nth-of-type(4) em{

background: #EA68A2;
}
.abt_map_list li:nth-of-type(5) em{

background: #FFF100;
}
.abt_map_list li:nth-of-type(6) em{

background: #F6B37F;
}
.abt_map_country li {
	width: .72rem;
	text-align: center;
}
.abt_map_country li span{
	display: block;
	font-size:.14rem;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: .24rem;
margin-bottom: .03rem;
color: #333333;
}
.abt_map_country li i{
	width: .2rem;
	margin: 0 auto;
height:.2rem;
display: block;
background: #00A0E9;
opacity: 0.6;
border-radius: 50%;
cursor: pointer;
transition: .3s;
}
.abt_map_country li i:hover{
	transition: .3s;
	opacity: 1;
	transform: scale(1.2);
}
/*.abt_map_country li i:hover~.abt_map_country li ispan{
	font-size: .18rem;
}*/
.abt_map_country li.yg{
	position: absolute;
	top: 1rem;
	left: 5rem;
}
.abt_map_country li.yg i{
	background: #F6B37F;
}
.abt_map_country li.yg{
	position: absolute;
	top: 1rem;
	left: 5rem;
}

.abt_map_country li.mxg{
	position: absolute;
	top: 1.6rem;
	left: 1.7rem;
}
.abt_map_country li.bl{
	position: absolute;
	top: 3.1rem;
	left: 3.3rem;
}
.abt_map_country li.jnd{
	position: absolute;
	top: 5.4rem;
	left: 4.3rem;
}
.abt_map_country li.dg{
	position: absolute;
	top: 1.3rem;
	left: 8.1rem;
}
.abt_map_country li.dg i{
background: #4EAA34;
}
.abt_map_country li.tns{
	position: absolute;
	top: 1.6rem;
	left: 7.3rem;
}
.abt_map_country li.tns i{

background: #EA68A2;
}

.abt_map_country li.ydl{
	position: absolute;
	top: 2.4rem;
	left: 6.9rem;
}
.abt_map_country li.ydl i{
background: #4EAA34;
}
.abt_map_country li.wkl{
	position: absolute;
	top: 2.2rem;
	left: 8.06rem;
}
.abt_map_country li.wkl i{

background: #FFF100;
}
.abt_map_country li.teq{
	position: absolute;
	top:2.6rem;
	left: 7.6rem;
}
.abt_map_country li.teq i{

background: #EA68A2;
}
.abt_map_country li.bx{
	position: absolute;
	top:2.9rem;
	left: 8rem;
}
.abt_map_country li.ydny{
	position: absolute;
	top:2.95rem;
	left: 8.55rem;
}
.abt_map_country li.ydny i{
background: #FFF100;
}
.abt_map_country li.yd{
	position: absolute;
	top:3.7rem;
	left: 8.8rem;
}
.abt_map_country li.yd i{

background: #F6B37F;
}
.abt_map_country li.nf{
	position: absolute;
	top:4.9rem;
	left: 7.6rem;
}

.abt_map_country li.xyl{
	position: absolute;
	top:1.2rem;
	left: 8.9rem;
}
.abt_map_country li.xyl i{

background: #F6B37F;
}

.abt_map_country li.bolan{
	position: absolute;
	top: .8rem;
	left: 10.05rem;
}
.abt_map_country li.bolan i{
background: #4EAA34;
}
.abt_map_country li.els{
	position: absolute;
	top: 1.4rem;
	left:10.9rem;
}
.abt_map_country li.els i{

background: #FFF100;
}
.abt_map_country li.bjly{
	position: absolute;
	top:1.25rem;
	left: 12.5rem;
}
.abt_map_country li.bjly i{

background: #F6B37F;
}
.abt_map_country li.tg{
	position: absolute;
	top:2.45rem;
	left: 12.5rem;
}
.abt_map_country li.tg i{

background: #EA68A2;
}

.abt_map_country li.hg{
	position: absolute;
	top: 2.95rem;
	left:12.13rem;
}
.abt_map_country li.hg i{

background: #FFF100;
}
.abt_map_country li.zgtw{
	position: absolute;
	top: 3.9rem;
	left: 11.46rem;
}
.abt_map_country li.zgtw i{
background: #4EAA34;
}

/*遮罩层*/

.layerr {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
	z-index: 9999;
	left: 0;
	top: 0;
	display:none;
}

.language-change {
  position: relative;
  cursor: pointer;
  height: 100%;
}
 .language-change:hover .sub {
  display: block;
}
.language-change > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.24rem;
}
.language-change > a .diqiu {
  width: 0.26rem;
  display: block;
}
.language-change > a .diqiu2 {
  width: 0.26rem;
  display: none;
}
.language-change > a .xia {
  width: 0.08rem;
  display: block;
}
.language-change > a span {
  font-size: 0.18rem;
  color: #fff;
  margin: 0 0.1rem;
}
.language-change .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 0.9rem;
  background-color:#0088E1;
}
.language-change .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  padding: 0.1rem 0;
  color: #fff;
}
 .language-change .sub a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.con_header .language-change > a span{
  color: #333;
}
.con_header .language-change .diqiu {
  display: none;
}

.con_header .language-change .diqiu2{
  display: block;
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
 .about_lc_bg .swiper-button-prev {

	top: 1.25rem;
}

.about_lc_bg .swiper-button-next {

	top:1.25rem;
}


}

@media screen and (min-width: 1350px) and (max-width:1600px) {
  .about_lc_bg .swiper-button-prev {

	top: 1.28rem;
}

.about_lc_bg .swiper-button-next {

	top:1.28rem;
}
}
@media screen and (min-width: 1200px) and (max-width:1350px) {
  .about_lc_bg .swiper-button-prev {

	top: 1.34rem;
}

.about_lc_bg .swiper-button-next {

	top:1.34rem;
}
}