<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åŠ¨ç”» */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-30%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(30%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -30%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes slideTog {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(6px, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}
@keyframes slideTogTow {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-6px, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}
@keyframes slideTlr {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, -0.15rem);
	}

	100% {
		transform: translate(0, 0);
	}
}
/* Genly-start */
/* æŒ‰é’®æ•ˆæžœ */
img[data-src] {
    opacity: 0;
    transition: all 1s ease;
}

.loaded {
    opacity: 1 !important;
}

@keyframes explode {
	0% {
	  width: 0px;
	  height: 0px;
	  margin-left: 0px;
	  margin-top: 0px;
	  background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
	}
	100% {
	  width: 400px;
	  height: 400px;
	  margin-left: -200px;
	  margin-top: -200px;
	  background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
	}
  }
  
  @keyframes desplode {
	0% {
	  width: 400px;
	  height: 400px;
	  margin-left: -200px;
	  margin-top: -200px;
	  background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
	}
	100% {
	  width: 0px;
	  height: 0px;
	  margin-left: 0px;
	  margin-top: 0px;
	  background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
	}
  }
  /* @keyframes move {
	0%{
		background: linear-gradient(291deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
	}
	100%{
		background: linear-gradient(150deg, #27C4CA 100%, rgba(0,86,255,0.9) 0% );
	}
  } */
/* Genly-end */

.fl {
	transition: all .3s;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* ---------------------------------------------------------------------------------------- */

.bk1 {
	width: 100%;
	height: 1380px;
	position: relative;
	overflow: hidden;
}
.pao_main{
	position: absolute;
}
.pao_white{
	top: 1.85rem;
	left: 1.8rem;
}
.pao_red{
	top: 8.1rem;
    right: 2.3rem;
}
.pao_yell{
	top: 3.55rem;
	left: 3.5rem;
}
.bjt1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content1 {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 120px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.content1 .title1 {
	width: 900px;
	position: relative;
	font-size: 56px;
	padding: .2rem .2rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #092D41;
	text-align: center;
	background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%), linear-gradient(360deg, #C8FCFF 0%, rgba(255,255,255,0) 100%);
	border: 1px dashed rgba(0, 86, 255, 0.2);
	letter-spacing: .02rem;
	margin: 0px auto 0 auto;
}
.content1 .title1::after{
	content:"";
	position: absolute;
	top: 0;
	left: -.3rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #27C4CA;
	animation: slideTog 2s infinite ; 
}
.content1 .title1::before{
	content:"";
	position: absolute;
	bottom: 0;
	right: -.3rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #27C4CA;
	animation: slideTogTow 2s infinite; 

}
.content1 .p1 {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #0C2B56;
	text-align: center;
	letter-spacing: .025rem;
	margin: .6rem auto 0;
}

.content1 .btn {
	width: 280px;
	height: 43px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
}

.content1 .btn .btn1 {
	width: 134px;
	height: 48px;
	border: 0.1px solid #27C4CA;
	border-radius: 8px;
	background: rgba(255,255,255,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.content1 .btn .btn1:hover {
	background: rgba(255,255,255,0.8);
	box-shadow: rgba(2, 43, 38, 0.5) 0px 4px 15px 0px;
	
}
.content1 .btn .btn2:hover {
	box-shadow: rgba(2, 43, 38, 0.5) 0px 4px 15px 0px;
	background: linear-gradient(90deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
	/* animation: move .3s; */
}
.content1 .btn .btn1 .icon {
	width: .255rem;
	height: .255rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrksh/1/zyzx.png) center center / 100% 100% no-repeat;
	margin-right: .05rem;
	z-index: 2;
}

.content1 .btn .btn1 span {
	font-size: 14px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #092D41;
	z-index: 2;
}

.content1 .btn .btn2 {
	width: 134px;
	height: 48px;
	background: linear-gradient(291deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition:all 0.5s ease;
	box-shadow: rgba(2, 43, 38, 0.5) 0px 4px 6px 0px;
}
.content1 .btn .btn1{
	box-shadow: rgba(2, 43, 38, 0.5) 0px 4px 6px 0px;
}

.content1 .btn .btn2 .icon {
	width: .255rem;
	height: .255rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrksh/1/js.png) center center / 100% 100% no-repeat;
	margin-right: .05rem;
	margin-top: .05rem;
}

.content1 .btn .btn2 span {
	font-size: 14px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.bk1 .ms {
	position: absolute;
	width: 100%;
	height: 1.25rem;
	left: 0;
	bottom: 0;
	background: rgba(232, 239, 255, 0.1);
	backdrop-filter: blur(.125rem);
}

.bk1 .ms ul {
	display: flex;
	width: 19.2rem;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.bk1 .ms ul .line {
	width: .0125rem;
	height: .5875rem;
	border: .0125rem solid #979797;
}

.bk1 .ms ul li {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bk1 .ms ul li h1 {
	font-size: .25rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: .175rem;
	text-align: center;
}

.bk1 .ms ul li p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

/* bk2 */
.bk2 {
	width: 100%;
	height: 11.81rem;
	position: relative;
}

.bjt2 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;
}

.content2 .title2 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: .65rem auto 0;
}

.content2 .p2 {
	font-size: .205rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #092D41;
	margin: .25rem auto 0;
	text-align: center;
}

.content2 video {
	display: block;
	width: 13.625rem;
	height: 8.4375rem;
	background: #E0E0E0;
	box-shadow: 0rem .025rem .2rem 0rem rgba(182, 186, 207, 0.49);
	border-radius: .25rem;
	border: .1rem solid #FFFFFF;
	margin: .625rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100%;
	/* height: 9rem; */
}

.content3 {
	width: 100%;
	height: 100%;
	padding-bottom: 1.2rem;
	overflow: hidden;
	zoom: 1;
}

.content3 .title3 {
	font-size: .5rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: .65rem auto 0;
	letter-spacing: .025rem;
}

.content3 .p3 {
	font-size: .205rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #092D41;
	margin: .25rem auto 0;
	text-align: center;
	letter-spacing: .02rem;
	
}

.content3 .card {
	width: 19.2rem;
	height: 6.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .625rem auto 0;
}

.content3 .card li {
	width: 4.5rem;
	height: 6rem;
	position: relative;
	transition: all .5s;
	overflow: hidden;
}

.content3 .card li:hover {
	transform: translate(0, -0.25rem);
}

.content3 .card li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content3 .card li .text-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	margin-top: 2rem;
	transition: all .5s;
}

.content3 .card li .text-wrap span{
	color: #fff;
	font-size: .25rem;
	margin-bottom: .225rem;
}

.content3 .card li .text-wrap h2 {
	font-size: .8rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: .225rem;
}

.content3 .card li .text-wrap h1 {
	font-size: .525rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: .1rem;
}

.content3 .card li .text-wrap .line {
	width: .375rem;
	height: .05rem;
	background: #FFFFFF;
	margin-bottom: .275rem;
}

.content3 .card li .text-wrap p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .375rem;
	text-align: center;
	padding: 0 .25rem;
	transition: all .5s;
	opacity: 0;
	transform: scale(0);
}

.content3 .card li:hover .text-wrap {
	transform: translate(0, -0.625rem);
}

.content3 .card li:hover .text-wrap p {
	transform: scale(1);
	opacity: 1;
}



.zk1 {
	width: 7.3rem !important;
	height: 6.375rem !important;
}

.zk1 .mask5 {
	transform: translate(0, 0) !important;
}

.zk1 .logo5 {
	opacity: 0 !important;
}

.zk1 .yy {
	opacity: 1 !important;
}

.zk2 {
	width: 5.95rem !important;
	height: 6.375rem !important;
}




/* genly */
.explode-circle {
	animation: explode .8s forwards;
 }
 
 .desplode-circle{
	animation: desplode .8s forwards;
 }

 .su_button_circle{
	background-color: red;
	border-radius: 2000px;
	position: absolute;
	left:0;
	top:0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
	/*animation-timing-function: ease-in-out; */
	z-index: 0;
  }

  .content-view{
	width:16rem;
	min-width: 1100px;
	margin: 0 auto;
	margin-bottom: -300px;
  }
  .banner_view{
	width: 100%;
	/* height: 5.5rem; */
	object-fit: cover;
	transform: perspective(800px) scale(1) rotateX(45deg);
	margin-top: -.5rem;
	transition: all .3s;
  }
  .view-pad{
	position: relative;
	margin-top: .2rem;
  }
  .chart_self{
	position: absolute;
	top: 50%;
	
  }
  .chart_self img{
	width: 100%;
    height: 100%;
	object-fit: cover;
  }
  .chart_left{
	left: -1rem;
	width: 2.55rem;
	height: 1.85rem;
	z-index: 22;
	display: none;
	transition: all .3s;
	top: 98% !important;
	opacity: 1;
  }
  .chart_right{
	right: -1rem;
	width: 2.75rem;
	height: 1.4rem;
	z-index: 22;
	display: none;
	top: 98% !important;
	transition: all .3s;
  }
  .ys_main{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: .705rem;
  }
  .ys_main .ys_main_ul{
	width: 15.15rem;
	/* height: 6.95rem; */
	display: flex;
	flex-direction: column;
}
  .ys_main .ys_main_ul .ys_top{
	height: 3.22rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
  }
  .ys_main .ys_main_ul .ys_btm{
	height: 4.04rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: .2rem;
  }
  .ys_main_li{
	overflow: hidden;
  }

  .ys_main .ys_main_ul .ys_top .ys_top_left{
	width: 7.87rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrksh/1/ys-1.png)  center center no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .ys_main .ys_main_ul .ys_top .ys_top_right{
	width: 7rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrksh/1/ys-2.png)  center center no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .ys_main .ys_main_ul .ys_btm .ys_btm_left{
	width: 6.42rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrksh/1/ys-3.png)  center center no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
  }
  .ys_main .ys_main_ul .ys_btm .ys_btm_right{
	width: 8.47rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrksh/1/ys-4.png)  center center no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
  }
  .ys_main .ys_main_ul .ys_main_li{
	height: 100%;
  }
  .ys_main .ys_main_ul .ys_main_li .ys_view_text h4{
	font-size: .303rem;
	color: #fff;
	margin-bottom: 0.215rem;
	letter-spacing: .025rem;
  }
  .ys_main .ys_main_ul .ys_main_li .ys_view_text p{
	font-size: .22rem;
	color: #fff;
	letter-spacing: .02rem;

  }
  .ys_main .ys_main_ul .ys_main_li .ys_view_text{
	width: 4.1rem;
  }
  .ys_main .ys_main_ul .ys_top .ys_top_left img{
	width: 2.662rem;
	height: 1.917rem;
  }
  .ys_main .ys_main_ul .ys_top .ys_top_right img{
	width: 2.02rem;
	height: 2.02rem;
	margin-right: 0.303rem;
  }
  .ys_main .ys_main_ul .ys_btm .ys_btm_left img{
	/* width: 2.02rem; */
	height: 1.363rem;
	float: left;
	margin-right: 0.303rem;
  }
  .ys_main .ys_main_ul .ys_btm .ys_btm_right img{
	width: 4.087rem;
	height: 3.443rem;;
	float: left;
	margin-right: 0.303rem;
	align-self: flex-end
  }
  .flex_cont{
	display: flex;
	justify-content: flex-start;
	margin-top: .5rem;
  }
  .ys_btm_left .ys_view_text{
	width: 88% !important;
  }


  /* bk2  genly */
  .check_view{
	width: 15.15rem;
	margin: 0 auto;
	height: 6rem;
	margin-top: .77rem;
	display: flex;
	justify-content: space-between;
  }
  .check_view .check_view_left{
	width: 4.1rem;
	height: 100%;
  }
  .check_view .check_view_right{
	flex: 1;
	height: 100%;
	margin-left: .2rem;
	border-radius: 22px;
	overflow: hidden;
	transition: all .3s;
  }
  .check_view .check_view_right .check_cirew_img1{
	opacity: 0;
  }
  .check_view .check_view_right img{
	transition: all .3s;
  }
  /* .check_view .check_view_right:hover img:nth-child(2){
	transform: scale(1.1);
  } */
  .check_view_left ul{
	display: flex;
	flex-direction: column;
  }
  .check_view_left ul li{
	/* transition: all .3s; */
	overflow: hidden;
	position: relative;
  }
  .check_view_left ul .normol{
	align-self: flex-end;
	width: 2.775rem;
	height: .632rem;
	text-align: center;
	line-height: .632rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom: .22rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: .255rem;
  }
  .check_view_left ul .normol img:nth-child(2){
	position: absolute;
	left: .22rem;
	z-index: 2;
  }
  .check_view_left ul .normol p{
	position: absolute;
	left: .72rem;
	z-index: 2;
	/* transition: all .3s; */
  }
  .check_view_left .active{
	width: 4.1rem;
	height: 2.275rem;
	background: linear-gradient(226deg, #1FE3A4 0%, #23A3E8 100%);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.12);
	border-radius: .15rem;
	margin-bottom: .22rem;
	color: #FFFFFF;
  }
  .check_view_left .current_cont{
	padding: .3rem .443rem 0 .492rem;
	position: absolute;
	left: 0;
	top: 0;
  }
  .check_view_left .current_cont p{
	letter-spacing: .02rem;
	font-size: .18rem;
  }
  .hx_type{
	margin-top: .52rem;
	margin-left: .12rem;
  }
  .check_view_left .current_cont .current_h2{
	font-size:.305rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: .13rem;
	letter-spacing: .025rem;
  }
  .check_view_right{
	overflow: hidden;
	position: relative;
  }
  .check_cirew_img1, .check_cirew_img2{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: fill;
	left: 0;
	top: 0;
  }
  .check_cirew_img2{
	z-index: 1;
  }

  /* bk13 */
  .yycj{
	width: 15.15rem;
	margin: 0 auto;
	margin-top: 0.65rem;
  }
  .yycj .yycj_count{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
  }
  .yycj .yycj_count .yycj_list{
	width: 2.83rem;
	height: 3.54rem;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	/* animation-delay: 0.6s; */
	background-color: salmon;
	background-repeat: no-repeat;
	background-size: 100% 100%;
  }
  .yycj .yycj_count .yycj_list .mask{
	width: 2.7rem;
	height: .632rem;
	position: absolute;
	bottom: .2rem;
	left: 0;
	background: linear-gradient(291deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
	opacity: .9;
	margin-left: calc((2.83rem - 2.7rem)/2);
	border-radius: 10px;
	transition: all .3s;
	overflow: hidden;
  }
  .yycj .yycj_count .yycj_list .mask p{
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: .228rem;
	letter-spacing: .025rem;
	/* margin-bottom: .24rem; */
  }
  .yycj .yycj_count .yycj_list .mask span{
	color: #fff;
	font-size: .202rem;
	line-height: 22px;
	letter-spacing: .025rem;
  }
  .aline_center{
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .yycj .yycj_count .yycj_list .showmask{
	background: linear-gradient(291deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
	width: 100%;
	height: 100%;
	/* transform: translate(0, -3.54rem); */
	opacity: .9;
	bottom: 0;
	margin-left: 0;
	padding: 0.664rem .31rem 0 0.53rem;
  }
  .showmask h2{
	font-size: .38rem;
	color: #fff;
	margin-bottom: .115rem;
  }
  .showmask p{
	margin-bottom: .24rem !important;
	text-align: left !important;
  }
  .showmask span{
	width:1.98rem ;
	display: inline-block;
	min-height: .7rem;
  }
  /* bk14 */
  .content14{
	width: 100%;
    height: 100%;
    padding-bottom: 1.2rem;
    overflow: hidden;
    zoom: 1;
	background-color: #F3FCFC;
  }
  .content14 .hyfa{
	width: 15.15rem;
	margin: 0 auto;
	margin-top: 0.65rem;
  }
  .content14 .hyfa_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
  }
  .content14 .hyfa_content .hyfa_list{
	width: 7.51rem;
	height: 3.155rem;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background-image: url(//qjzb.kuleiman.com/record/klm/vrksh/1/hyfa-1-1.png);
	transition: all .3s;
	background-size: 100% 100%;
	box-shadow: 0px 4px 6px 0px rgba(2,43,38,0.18);
  }
  /* .content14 .hyfa_content .hyfa_list img{
	width: 100%;
	height: 100%;
	object-fit: fill;
  } */
  .content14 .hyfa_content .hyfa_list:nth-child(1){
	margin-bottom: .13rem;
  }
  .content14 .hyfa_content .hyfa_list:nth-child(2){
	margin-bottom: .13rem;
  }
  .list_main_content{
	display: flex;
	padding: .595rem .4rem 0 .935rem;
	align-items: center;
	flex-direction: column;
	color: #0C2B56;
  }
  .list_main_content .main_top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .14rem;
  }
  .list_main_content .main_top i{
	display: inline-block;
	width: .595rem;
	height: .595rem;
	background-size: 100%;
	background-repeat: no-repeat;
  }
  .list_main_content .main_top p{
	display: flex;
	justify-content: space-between;
	font-size: .178rem;
  }
  .list_main_content .main_top p span{
	align-self: flex-end;
  }
  .list_main_content .main_top p span img{
	width: .28rem;
	margin-top: .1rem;
	margin-left: .1rem;
  }
  .list_main_content .main_con{
	width: 100%;
	margin-bottom: .14rem;
  }
  .list_main_content .main_con h4{
	font-size: .38rem !important ;
	letter-spacing: .025rem;
	/* color: #FFFFFF; */
  }
  .main_btm p{
	font-size: .20rem;
	/* color: #fff; */
	letter-spacing: .025rem;
  }
  .color_white{
	color: white;
  }
 /* bk15 */
 .jsbz{
	width: 15.15rem;
	margin: 0 auto;
	margin-top: 0.65rem;
 }
 .jsbz .jsbz_conten{
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
 .jsbz .jsbz_conten .jsbz_List{
	width: 4.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
 }
 .jsbz .jsbz_conten .jsbz_List:hover img{
	animation: slideTlr .8s linear infinite;
 }
 .jsbz .jsbz_conten .jsbz_List p{
	font-size: .202rem;
	color: #0C2B56;
	letter-spacing: .02rem;
 }
 .jsbz_List img{
	width: 1.27rem;
	height: 1.27rem;
	margin-bottom: .345rem;
 }
 .jsbz_List h4{
	margin-bottom: .19rem;
	font-size: .305rem;
	color: #040431;
	letter-spacing: .025rem;
 }
 /* bk16 */
 .jxal{
	width: 15.15rem;
	margin: 0 auto;
	margin-top: 0.65rem;
 }
 .jxal .jxal_conten{
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
 .jxal .jxal_conten .jxal_list{
	width: 3.56rem;
	height: 2.34rem;
	background: pink;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
 }
 .jxal_list:hover img{
	transform: scale(1.2);
 }
 .jxal_list img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	object-fit: fill;
	transition: all .5s;
 }
 .jxal_list .jxal_btn{
	width: 1.25rem;
	height: 0.45rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	text-align: center;
	line-height: .45rem;
	background: linear-gradient(291deg, rgba(0,86,255,0.9) 0%, #27C4CA 100%);
	border-radius: 20px;
	color: #FFFFFF;
	font-size: .202rem;
 }</pre></body></html>