@charset "utf-8";
/* CSS Document */
body{
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	overflow-x: hidden;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	font-size: 16px;
	margin: 0;
	padding: 0;
}
textarea{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	resize: none;	
}
ol, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a{
	height: fit-content;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input{
	outline: none;
}
.container{
	width: 1400px;
	position: relative;
	margin: 0 auto
}
input[type=text], input[type=button], input[type=submit]  {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
select{
	outline: none;
}
button{
	border: none;
}
button:hover{
	cursor: pointer;
}
.clearfix{
	zoom:1;
}
::-webkit-input-placeholder { /* WebKit browsers */ 
	color:#d4d4d4; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color:#d4d4d4; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color:#d4d4d4; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color:#d4d4d4; 
}
.ovh{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}











.header-box{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 10;
}
.header-box.bg{
	background: #fff;
	transition: .5s;
	box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.5);
}
@media (min-width: 1020px) {
  .header-box:hover {
    background: #fff;
    transition: .5s;
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.5);
  }
}
.center{
	width: 1400px;
	margin: 0 auto;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header ul{
	display: flex;
	align-items: center;
}
.header li a{
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 25px;
}
.header li{
	position: relative;
}
.header a:hover{
	color: #0F5CFB !important;
}
.header li:last-child a{
	padding-right: 0;
}
.header li img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.header .product{
	position: absolute;
	top: 80px;
	width: 1030px;
	height: 0;
	overflow: hidden;
	background: #fff;
	left: calc(50% - 515px);
	top: 78px;
	display: flex;
	padding-left: 60px;
	box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.2);
}
.header li:hover .product{
	animation: productShow 0.5s;
	animation-fill-mode: forwards;
}
@keyframes productShow {
	0%{
		height: 0;
		opacity: 0;
	}
	100%{
		height: 286px;
		opacity: 1;
	}
}
.header li:hover .product::before{
	content: '';
	width: 68px;
	height: 2px;
	background: #0F5CFB;
	position: absolute;
	top: 0;
	left: calc(50% - 34px);
	animation: productShow2 0.5s;
	animation-fill-mode: forwards;
}
@keyframes productShow2 {
	0%{
		width: 0;
		opacity: 0;
		left: 50%;
	}
	100%{
		width: 68px;
		left: calc(50% - 34px);
		opacity: 1;
	}
}
.product dt{
	position: relative;
	font-size: 18px;
	color: #1A1A1A;
}
.product a{
	padding: 0 !important;
	margin: 0 !important;
}
.product dl{
	margin-right: 50px;
	width: max-content;
}
.product dl:hover dt::before{
	background: #0F5CFB;
}
.product dt::before{
	content: '';
	width: 30px;
	height: 2px;
	background: #999999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product dt{
	height: 60px;
	line-height: 60px;
}
.product dt a{
	height: 60px;
}
.product dd a{
	height: 32px;
	font-size: 14px;
	color: #666666;
}


.white a{
	color: #fff;
}
.white-img{
	display: none;
}
.white .white-img{
	display: block;
}
.white .base-img{
	display: none;
}
.bg .base-img,
.header-box:hover .base-img{
	display: block;
}
.bg .pc .white-img,
.header-box:hover .pc .white-img{
	display: none;
}
.bg .pc a,
.header-box:hover .pc a{
	color: #333;
}







.banner-swiper{
	width: 100%;
	height: 620px;
}
.banner-swiper .swiper-slide{
	display: flex;
	justify-content: center;
}
.banner-swiper img{
	width: 1920px;
	height: 100%;
}
.banner-swiper .swiper-slide-active{
	z-index: 2;
}


.index-notice{
	height: 200px;
	margin-top: -96px;
	position: relative;
	padding-bottom: 50px;
	
}
.notice-swiper div{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 150px;
}
.notice-swiper a{
	display: block;
	width: 332px;
	height: 88px;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(215,230,249,0.47);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	margin-bottom: 10px;
	transition: .5s;
	position: relative;
}
.notice-swiper .icon{
	width: 24px;
	height: 24px;
}
.notice-swiper p{
	width: calc(100% - 36px);
	margin-left: 12px;
}
.notice-swiper span{
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	text-align: center;
	color: #AAFBFD;
	font-size: 12px;
	border-top: rgba(255, 255, 255, 0.1) solid 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.notice-swiper a:hover{
	background: #01BAFF;
	height: 130px;
}
.notice-swiper a:hover p{
	color: #fff;
}
.notice-swiper a:hover span{
	height: 44px;
	line-height: 44px;
}

.notice-next,
.notice-prev{
	width: 79px;
	height: 79px;
	position: absolute;
	background: url('../imgs/icon-qh.png');
	bottom: 60px;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
}
.index-notice:hover .notice-next,
.index-notice:hover .notice-prev{
	opacity: 1;
	transition: .5s;
}
.notice-next{
	right: -100px;
	transform: rotate(180deg);
}
.notice-prev{
	left: -100px;
}



.index-m1{
	padding: 20px 0 60px;
}
.index-m1 h1{
	text-align: center;
	font-size: 34px;
	color: #333333;
}
.index-m1 ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.index-m1 li{
	margin: 0 60px;
}
.index-m1 b{
	font-size: 60px;
	color: #0F5CFB;
	margin-right: 6px;
}
.index-m1 p{
	font-size: 20px;
	color: #1A1A1A;
	font-weight: bold;
	line-height: 1.2;
}
.index-m1 span{
	font-size: 20px;
	color: #5C6B7E;
}


.index-m2{
	height: 720px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.index-m2::before{
	content: '';
	width: 1920px;
	height: 650px;
	background: url('../imgs/bg.png');
	position: absolute;
	left: -250px;
	z-index: -1;
}
.im2-left{
	padding-top: 150px;
	margin-left: -24px;
	height: 450px;
}
.pt-next,
.pt-prev{
	position: absolute;
	z-index: 6;
	width: 21px;
	height: 15px;
	cursor: pointer;
}
.pt-next{
	top: 120px;
	left: -26px;
	background: url('../imgs/ijt1.png');
	background-size: 100% 100%;
}
.pt-prev{
	bottom: 120px;
	left: 248px;
	background: url('../imgs/ijt2.png');
	background-size: 100% 100%;
}
.im2-left .pt-swiper{
	height: 420px;
}
.im2-left .swiper-slide{
	transition: .5s;
	margin-left: 100px;
}
.im2-left .ptname{
	display: flex;
	align-items: center;
	width: max-content;
	cursor: pointer;
}
.im2-left .swiper-slide-active{
	margin-left: -4px;
}
.im2-left .swiper-slide-next{
	margin-left: 38px;
}
.im2-left .second-next{
	margin-left: 92px;
}
.im2-left .third-next{
	margin-left: 166px;
}
.im2-left .ptname p{
	width: 240px;
	height: 64px;
	background: linear-gradient(90deg, rgba(15,137,251,0) 0%, rgba(15, 137, 251, 0.1) 79%);
	border-radius: 32px;
	text-align: center;
	line-height: 64px;
	font-size: 20px;
	color: #333333;
	margin-left: -20px;
}
.im2-left .swiper-slide-active p{
	color: #0F5CFB;
	font-weight: bold;
	transition: .5s;
}
.im2-left .ptname div{
	width: 61px;
	height: 61px;
	position: relative;
}
.im2-left div img{
	opacity: 0;
}
.im2-left .swiper-slide-active img{
	opacity: 1;
	transition: .5s;
}
.im2-left .ptname div::before{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	border-radius: 50%;
	background: #0F5CFB;
	top: calc(50% - 7px);
	left: calc(50% - 7px);
}

.im2-right{
	padding-top: 68px;
	position: relative;
	width: 900px;
}
.im2-right li{
	position: relative;
	top: 40px;
	left: 40px;
}
.im2-right .more{
	position: absolute;
	top: 80px;
	right: 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #0F5CFB;
}
.im2-right .more img{
	width: 0;
	height: 11px;
	overflow: hidden;
	transition: .5s;
}
.im2-right .more:hover img{
	width: 16px;
	margin-left: 8px;
}
.im2r-row1 h1{
	font-size: 34px;
	color: #333333;
}
.im2r-row1 span{
	font-size: 16px;
	color: #8A96A6;
}
.im2r-row1{
	text-align: center;
	width: max-content;
}
.im2r-row2{
	display: flex;
	position: absolute;
	opacity: 0;
}
.im2r-row2.show{
	animation: im2Show 1s;
	animation-fill-mode: forwards;
}
@keyframes im2Show {
	0%{
		left: 40px;
		z-index: 1;
		opacity: 0;
	}
	100%{
		z-index: 2;
		left: 0;
		opacity: 1;
	}
}
.imgbox{
	width: 526px;
	height: 346px;
	position: relative;
	margin-left: 30px;
	margin-top: 56px;
}
.imgbox .img1{
	width: 99px;
	height: 99px;
	position: absolute;
	bottom: -12px;
	right: -66px;
}
.imgbox .img2{
	width: 99px;
	height: 99px;
	position: absolute;
	top: 12px;
	left: -80px;
}
.imgbox .img3{
	width: 100%;
	height: 100%;
}
.im2r-js{
	width: 292px;
	margin-left: 40px;
	margin-top: 85px;
}
.im2r-js p{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}
.im2r-js .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 42px;
}
.im2r-js a{
	display: block;
	width: 124px;
	height: 42px;
	border-radius: 21px;
	border: #262B39 1px solid;
	font-size: 14px;
	color: #262B39;
	text-align: center;
	line-height: 40px;
	margin: 0 8px;
}
.im2r-js a:first-child{
	background: linear-gradient(150deg, #0F5CFB, #00A7FF);
	color: #fff;
	border: none;
}
.im2r-js a img{
	width: 0;
	height: 11px;
	overflow: hidden;
	transition: .5s;
}
.im2r-js a:hover img{
	width: 16px;
	margin-left: 4px;
}


.index-m3{
	height: 490px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.im3-bg{
	width: 1140px;
	height: 375px;
	position: absolute;
	z-index: -1;
	bottom: -20px;
	right: -300px;
}
.im3-left h1{
	font-size: 34px;
	color: #333333;
	line-height: 1;
}
.im3-left h2{
	font-size: 34px;
	color: #0F5CFB;
	line-height: 1;
}
.im3-left p{
	font-size: 16px;
	color: #8A96A6;
	margin-top: 30px;
}
.im3-left a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 48px;
	background: linear-gradient(150deg, #0F5CFB, #00A7FF);
	color: #fff;
	font-size: 16px;
	margin-top: 60px;
	border-radius: 24px;
}
.im3-left a img{
	width: 0;
	height: 11px;
	overflow: hidden;
	transition: .5s;
}
.im3-left a:hover img{
	width: 16px;
	margin-left: 4px;
}


.im3-right{
	height: 100%;
	display: flex;
	align-items: flex-start;
	padding-top: 80px;
}
/* .im3-right::before{
	content: '';
	width: 1500px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -200px;
	animation: beforeShow 3s;
	animation-fill-mode: forwards;
}
@keyframes beforeShow {
	0%{
		width: 1200px;
	}
	100%{
		width: 0;
	}
} */












.im3-right li{
	width: 241px;
	height: 293px;
	background: url('../imgs/z36.png');
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 25px;
}
.im3-right li:hover p{
	color: #0F5CFB;
	transition: .3s;
}
.im3-right li:last-child{
	background: none;
	width: 0;
	height: 0;
}
.im3-right li:last-child::before{
	display: none;
}
/* .im3-right li:hover{
	background: url('../imgs/z37.png');
	background-size: 100% 100%;
} */
.im3-right .qxt{
	position: absolute;
	width: 1110px;
	height: 110px;
	z-index: -2;
	top: 22px;
	left: 350px;
}
.im3-right h1{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.im3-right img{
	width: 30px;
	height: 36px;
	margin-top: 30px;
}
.im3-right p{
	font-size: 20px;
	color: #1A1A1A;
	margin-top: 12px;
}
.im3-right span{
	font-size: 14px;
	color: #999999;
	width: 140px;
	text-align: center;
	margin-top: 20px;
}
.im3-right li:nth-child(even){
	margin-top: 38px;
}



.index-m4{
	width: 100%;
	height: 540px;
	background: url('../imgs/bg3.png');
	background-size: 1920px 100%;
	background-position: center center;
	padding-top: 1px;
}
.index-m4 h1{
	font-size: 34px;
	color: #333333;
	text-align: center;
	margin-top: 46px;
}



.wrapper {
	--logo-width: 240px;
	--logo-height: 100px;
	--gap: calc(var(--logo-width) / 14);
	--duration: 120s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
	--scroll-start2: calc(-100% - var(--gap)); /* 起始位置在左侧外部 */
	--scroll-end2: 0; /* 结束位置在可见区域 */
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	margin: auto;
	max-width: 100vw;
	margin-top: 40px;
}
.marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	/* margin-bottom: 40px; */
	/* mask-image: linear-gradient(to right,
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 10%,
		hsl(0 0% 0% / 1) 90%,
		hsl(0 0% 0% / 0)
	); */
}
.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scrollRight var(--duration) linear infinite;
}
.marquee__group img{
	width: 160px;
	height: 40px;
}
.marquee__group.left{
	animation: scrollLeft var(--duration) linear infinite !important;
}
.wrapper .marquee:nth-child(even) {
	margin-left: calc(var(--logo-width) / -2);
}
.marquee__item{
	width: var(--logo-width);
	height: var(--logo-height);
	background-color: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes scrollLeft {
	from {
		transform: translateX(var(--scroll-start));
	}
	to {
		transform: translateX(var(--scroll-end));
	}
}
@keyframes scrollRight {
	from {
		transform: translateX(var(--scroll-start2));
	}
	to {
		transform: translateX(var(--scroll-end2));
	}
}



.footer-box{
	width: 100%;
	height: 316px;
	background: #17253F;
}
.footer{
	display: flex;
	justify-content: space-between;
	padding-top: 48px;
}
.footer-left img{
	width: 191px;
	height: 41px;
}
.footer-left li{
	margin-top: 18px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.footer-left li a{
	color: #fff;
	font-size: 16px;
}
.footer-left span{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	margin-top: 30px;
}
.footer-left span a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.footer-right{
	display: flex;
	margin-top: 20px;
}
.footer-right li{
	text-align: center;
	margin-left: 34px;
	text-align: center;
}
.footer-right li p{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}


.float{
	position: fixed;
	z-index: 10;
	top: 360px;
	left: 90vw;
	width: 70px;
	background: #0F5CFB;
	border-radius: 8px;
}
.float-item{
	width: 100%;
	height: 70px;
	border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	position: relative;
}
.float-item p{
	font-size: 13px;
	color: #fff;
}
.float-item .dhzx{
	position: absolute;
	width: 333px;
	height: 95px;
	background: url('../imgs/lxbg.png');
	background-size: 100% 100%;
	right: 70px;
	top: 0px;
	text-align: center;
	padding: 10px 20px 10px 0;
	display: none;
}
.float-item .dhzx p{
	font-size: 26px;
	color: #0F5CFB;
	font-weight: bold;
}
.fi3:hover .dhzx{
	display: block;
}
.float-top{
	text-align: center;
	cursor: pointer;
	height: 0;
	overflow: hidden;
}
.float-top img{
	width: 24px;
	height: 24px;
}
.top .float-top{
	animation: topShow 1s;
	animation-fill-mode: forwards;
}
@keyframes topShow {
	0%{
		height: 0;
		padding: 0;
	}
	100%{
		padding-top: 4px;
		height: 30px;
	}
}

.mainBox{
	width: 100%;
	min-height: calc(100vh - 316px);
	background: #F7F7F7;
}
.location{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 0;
}
.location li,
.location li a{
	color: #999999;
	font-size: 14px;
	position: relative;
}
.location li::after{
	content: '>';
	padding: 0 4px;
}
.location li:last-child::after,
.location li:first-child::after{
	display: none;
}
.product-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-list li{
	width: 688px;
	min-height: 100px;
	border-radius: 16px;
	background: #fff;
	margin-bottom: 20px;
}
.product-list h1{
	width: 100%;
	height: 76px;
	background: url('../imgs/cpt.png');
	background-size: 100% 100%;
	text-align: center;
	line-height: 76px;
	font-size: 24px;
	color: #fff;
}
.pl-box{
	display: flex;
}
.pl-left{
	width: 200px;
	padding: 30px 20px 0 20px;
	border-right: #F6F6F9 1px solid;
}
.pl-left a{
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px !important;
	line-height: 20px;
}
.pl-left a.active{
	color: #0F5CFB;
}
.pl-left a:hover{
	color: #0F5CFB;
}
.pl-right{
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	padding: 30px 20px 0 24px;
	align-content: flex-start;
}
.pl-right p{
	min-width: 33%;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 20px;
	padding-right: 20px;
}
.pl-right p:hover{
	color: #0F5CFB;
}


.row-white{
	width: 100%;
	background: #fff;
}
.product-blurb{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 60px;
}
.pb-left{
	width: 810px;
}
.pb-left h1{
	font-size: 34px;
	color: #333333;
	margin-bottom: 20px;
}
.pb-left p{
	font-size: 16px;
	color: #333333;
	line-height: 2;
}
.product-blurb .imgbox{
	width: 386px;
	height: 253px;
	margin: 40px 0 0;
}
.row-color2{
	width: 100%;
	background-color: #F3F7FF;
	padding: 80px 0;
}
.feature h1{
	text-align: center;
	font-size: 34px;
	color: #333333;
}
.feature ul{
	display: flex;
	flex-wrap: wrap;
	/* margin-top: -510px; */
	margin-top: 40px;
}
.feature li{
	width: 25%;
	display: flex;
	/* align-items: center; */
	padding: 20px;
	position: relative;
	border-bottom: rgba(220,226,238,1) 1px solid;
	border-right: rgba(220,226,238,1) 1px solid;
}
@media (min-width:1020px) {
	.feature li:nth-child(4n){
		border-right: none;
	}
	.feature li:nth-last-child(-n+4):nth-child(4n - 3) ~ li {
	  border-bottom: none;
	}
	.feature li:nth-last-child(-n+4):nth-child(4n - 3) {
	  border-bottom: none;
	}
}
@media (max-width:1021px) {
	.feature li:nth-child(2n){
		border-right: none;
	}
	.feature li:last-child{
		border-bottom: none;
	}
	.feature li:nth-last-child(-n+2):nth-child(2n - 1) {
	  border-bottom: none;
	}
	.pb-left p{
		line-height: 1.5;
	}
}
.feature li img{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.feature li div{
	width: calc(100% - 60px);
}
.feature li p{
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.1;
}
.feature li span{
	font-size: 16px;
	color: #8A96A6;
}
.feature .line-box{
	width: 100%;
	height: 510px;
	position: relative;
	margin-top: 60px;
}
.line-box .under{
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(220,226,238,0) 0%, rgba(220,226,238,1) 50%, rgba(220,226,238,0) 100%);
	position: absolute;
}
.line-box .u1{
	top: 170px;
}
.line-box .u2{
	top: 340px;
}
.line-box .vertical{
	width: 1px;
	height: 510px;
	background: linear-gradient(180deg, rgba(220,226,238,0) 0%, rgba(220,226,238,1) 50%, rgba(220,226,238,0) 100%);
	position: absolute;
}
.line-box .v1{
	left: 25%;
}
.line-box .v2{
	left: 50%;
}
.line-box .v3{
	left: 75%;
}
.feature li:hover{
	transition: .3s;
	background: #fff;
	transform: scale(1.02);
	box-shadow: 0px 2px 38px 0px #D9E9F3;
}
@media (min-width:1020px){
	.use-swiper {
	  display: flex;
	  justify-content: center;
	}
	
	.use-swiper .swiper-wrapper {
	  flex-shrink: 0;
	}
	.use-swiper .swiper-wrapper:has(.swiper-slide:nth-child(1):last-child) {
	  justify-content: center;
	}
	.use-swiper .swiper-wrapper:has(.swiper-slide:nth-child(2):last-child) {
	  justify-content: center;
	}
}
@media (max-width:1670px) {
	.float{
		left: calc(100vw - 100px);
	}
}
.use{
	padding-bottom: 20px;
}
.use h1{
	text-align: center;
	font-size: 34px;
	color: #333333;
	padding: 70px 0 40px;
}
.use ul{
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
}
.use li,
.use-swiper .swiper-slide div{
	position: relative;
	height: 506px;
	box-shadow: 0px 0px 10px 0px rgba(203,226,255,0.7);
	border-radius: 16px;
	padding: 10px 0;
	margin: 10px 4px 50px;
}
.num1 li{
	width: 924px;
}
.num2 li{
	width: 452px;
	margin: 0 10px;
}
.num3 li{
	width: 450px;
	margin: 0 10px;
}
.use .xxbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.use .xxlogo{
	position: absolute;
	/* width: 243px; */
	height: 61px;
	top: 32px;
	left: 50%;
	transform: translate(-50%,0);
}
.use p{
	position: absolute;
	top: 130px;
	border-top: #EFF4FA 1px solid;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 36px 30px 0;
}
.use-swiperBox{
	width: 100%;
	position: relative;
}
.use-prev,
.use-next{
	width: 50px;
	height: 50px;
	position: absolute;
	left: -80px;
	top: calc(50% - 25px);
	background: url('../imgs/icon-l.png');
	background-size: 100% 100%;
	cursor: pointer;
}
.use-next{
	left: auto;
	right: -80px;
	transform: rotate(180deg);
}
.use-prev:hover,
.use-next:hover{
	background: url('../imgs/icon-r.png');
	background-size: 100% 100%;
	transform: rotate(180deg);
}
.use-next:hover{
	transform: rotate(0deg);
}



.subsystem{
	position: relative;
	display: flex;
	margin-top: 80px;
}
.subsystem h1{
	color: #fff;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 54px;
}
.subsystem-blurb{
	width: 1000px;
	position: relative;
	margin-top: 54px;
}
.subsystem-blurb::before{
	content: '';
	width: 1330px;
	height: 420px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 2;
	left: -330px;
	top: 0;
	border-radius: 16px;
}
.subsystem-blurb-item{
	position: relative;
	z-index: 3;
	align-items: center;
	height: 420px;
	padding-right: 60px;
	display: none;
}
.subsystem-blurb-item.show{
	display: flex;
	animation: subsystemShow 1s;
}
@keyframes subsystemShow {
	0%{
		display: flex;
		margin-top: 30px;
		opacity: 0;
	}
	100%{
		margin-top: 0;
		opacity: 1;
	}
}
.subsystem-blurb-item img{
	width: 363px;
	height: 239px;
	margin-right: 60px;
}
.subsystem-blurb-item >div>p{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.subsystem-blurb-item >div>div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
}
.subsystem-blurb-item p{
	display: block;
	font-size: 16px;
	color: #333333;
}
.subsystem-list{
	width: calc(100% - 1000px);
	height: 527px;
	position: relative;
	padding-top: 110px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-end;
}
.subsystem-list::before{
	content: '';
	width: 1330px;
	height: 527px;
	background: url('../imgs/subsystem.png');
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	right: -280px;
	top: 0;
	border-radius: 16px;
}
.subsystem-list div{
	position: relative;
	z-index: 3;
	text-align: right;
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	width: max-content;
}
.subsystem-list .on{
	font-size: 20px;
	font-weight: bold;
	transition: 0.5s;
}
.subsystem a{
	position: absolute;
	z-index: 3;
	bottom: 54px;
	right: 0;
	color: #fff;
	width: 140px;
	height: 48px;
	border-radius: 8px;
	border: #fff 1px solid;
	text-align: center;
	line-height: 46px;
}
.changeUp,
.changeDown{
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	bottom: 54px;
	left: 1030px;
	opacity: 0.5;
	cursor: pointer;
}
.changeUp{
	bottom: 112px;
	transform: rotate(180deg);
}
.changeUp:hover,
.changeDown:hover{
	opacity: 1;
	transition: 0.3s;
}


.main-title{
	width: 334px;
	height: 140px;
	background: url('../imgs/t2.png');
	background-size: 100% 100%;
	padding: 30px;
	position: relative;
	margin-top: -140px;
}
.main-title p{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.main-title p::before{
	content: '';
	width: 34px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 60px;
	left: 0;
}
.notice .row-color2{
	padding: 30px 0;
}
.notice-list li{
	border-radius: 0 40px 0 40px;
}
.notice-list a{
	display: flex;
	align-items: center;
	height: 160px;
	padding: 0 30px 0 0;
	border-bottom: #DCDEDD 1px solid;
}
.notice-list .time{
	text-align: center;
	width: 120px;
	border-right: #DCDEDD 1px solid;
	height: 92px;
}
.notice-list .time p{
	font-size: 38px;
	color: #0F5CFB;
	font-weight: bold;
}
.notice .time span{
	font-size: 14px;
	color: #666666;
}
.notice-list .btn{
	width: 120px;
	height: 36px;
	border: #0F5CFB 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
}
.notice-list .btn span{
	font-size: 14px;
	color: #0F5CFB;
	display: block;
	margin-right: 3px;
}
.notice-list .text{
	width: calc(100% - 240px);
	padding-left: 40px;
	padding-right: 300px;
}
.notice-list .text p{
	font-size: 20px;
	color: #333333;
}
.notice-list .text span{
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 1.2;
	margin-top: 10px;
}
.notice-list li:hover{
	background-color: #0F5CFB;
	box-shadow: 0px 4px 24px 0px rgba(15,92,251,0.46);
	background-image: url('../imgs/t3.png');
	background-size: 195px 160px;
	background-repeat: no-repeat;
	background-position: center right;
}
.notice-list a:hover p{
	color: #fff;
}
.notice-list a:hover span{
	color: rgba(255, 255, 255, 0.7);
}
.notice-list a:hover .btn{
	border: none;
	background: #fff;
}
.notice-list a:hover .btn span{
	color: #0F5CFB;
}

.notice-detail{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
}
.notice-detail h1{
	font-size: 30px;
	color: #1A1A1A;
}
.notice-detail .time{
	font-size: 18px;
	color: #999999;
	margin: 20px 0;
}
.notice-detail p{
	line-height: 1.5;
}
.notice-detail img{
	margin: 15px 0;
}



.bannerBox{
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannerBox img{
	width: 1920px;
	height: 400px;
}
.service-item>h1{
	font-size: 34px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.s-zz p{
	width: 75%;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	color: #333333;
	margin: 50px auto;
}
.s-nr{
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.s-nr li{
	width: 320px;
	height: 340px;
	background: #F1F8FF;
	border-radius: 16px;
	text-align: center;
	padding: 32px 20px;
}
.s-nr li img{
	width: 130px;
	height: 130px;
	margin-top: 20px;
}
.s-nr li .hover{
	display: none;
}
.s-nr li p{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin: 10px 0;
}
.s-nr li span{
	display: block;
	font-size: 16px;
	color: #666666;
}
.s-nr li:hover{
	background: url('../imgs/bg4.png');
	background-size: 100% 100%;
	transition: .5s;
}
.s-nr li:hover p,
.s-nr li:hover span{
	color: #fff;
	transition: .3s;
}
.s-nr li:hover .hover{
	display: inline-block;
}
.s-nr li:hover .base{
	display: none;
}
.s-rx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 80px;
}
.s-rxl>div{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.s-rxl img{
	width: 63px;
	height: 63px;
	margin-right: 20px;
}
.s-rxl p{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.s-rxl p span{
	color: #0F5CFB;
	font-size: 36px;
	font-weight: bold;
	padding-left: 10px;
}
.s-rxl p b{
	font-size: 20px;
}
.s-rxr{
	width: 560px;
	height: 140px;
	background: url('../imgs/bg5.png');
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding-left: 55px;
}


.gsjj h1{
	text-align: center;
	font-size: 34px;
	margin-top: 20px;
}
.jr1{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
.jr1 span{
	font-size: 20px;
	color: #0F5CFB;
}
.jr2{
	font-size: 16px;
	margin-top: 20px;
	padding: 0 180px 50px;
	line-height: 2;
}
.bgbox{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
}
.bgbox img{
	width: 1920px;
}
.bgbox .ab2{
	margin-top: -180px;
}
.jxwh{
	height: 920px;
	position: relative;
	padding-top: 60px;
}
.jxwh h1{
	text-align: center;
	font-size: 34px;
}
.jxwh ul{
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	margin-top: 30px;
}
.jxwh li{
	transition: .5s;
}
.jxwh li:hover{
	margin-top: -10px;
}
.jxwh li img{
	width: 78px;
	height: 78px;
}
.jxwh li p{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding: 20px 0;
}
.jxwh li span{
	font-size: 16px;
	color: #666666;
}
.fzlc{
	margin-top: 80px;
}
.lc-list{
	display: flex;
}
.lc-item{
	width: 227px;
	height: 320px;
	background-image: url('../imgs/ab3.png');
	background-repeat: no-repeat;
	background-size: 100% 288px;
	background-position: center bottom;
}
.lc-item:hover{
	background-image: url('../imgs/ab4.png');
	background-repeat: no-repeat;
	background-size: 100% 288px;
	background-position: center bottom;
}
.lc-item h1{
	font-size: 22px;
	color: #0F5CFB;
	text-align: left;
}
.lc-item p{
	width: 100%;
	height: 200px;
	margin-top: 88px;
	padding: 24px 50px 0;
	font-size: 14px;
	color: #333333;
}
.lc-item:nth-child(1){
	margin-top: 124px;
}
.lc-item:nth-child(2){
	margin-top: 76px;
}
.lc-item:nth-child(3){
	margin-top: 36px;
}
.lc-item:nth-child(4){
	margin-top: 40px;
}
.lc-item:nth-child(5){
	margin-top: 68px;
}
.lc-item:nth-child(6){
	margin-top: 96px;
}
.lc-item:nth-child(7){
	margin-top: 68px;
}
.certificate{
	width: 100%;
	height: 488px;
}
.certificate h1{
	text-align: center;
	font-size: 34px;
	padding: 60px 0 30px;
}
.zs-swiper{
	height: 278px;
}
.zs-swiper .swiper-slide{
	display: flex;
	align-items: center;
}
.zs-swiper .swiper-slide img{
	width: 100%;
}

.pages{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 0;
}
.pages a{
	display: block;
	height: 40px;
	min-width: 40px;
	margin: 0 10px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 5px;
	border: #E5E5E5 1px solid;
}
.pages .on a,
.pages a:hover{
	background-color: #0F5CFB;
	border-color: #0F5CFB;
	color: #fff;
}



.mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}
.jm{
	height: calc(100vh - 40px);
	margin-top: 20px;
	background: #fff;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	display: flex;
}
.jmimg{
	width: 555px;
}
.jm form{
	width: calc(100% - 555px);
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	max-height: 100%;
	overflow: auto;
}
.jm h1{
	font-size: 34px;
	margin-bottom: 10px;
}
.jm span{
	font-size: 16px;
	color: #666666;
}
.jm-item{
	display: flex;
	align-items: center;
	margin-top: 20px;
	position: relative;
	padding-bottom: 4px;
}
.jm-item .tiptxt{
	position: absolute;
	font-size: 14px;
	color: red;
	left: 100px;
	bottom: -16px;
	width: 100%;
	text-align: left;
}
.jm-item p{
	width: 80px;
	text-align: right;
	margin-right: 20px;
}
.jm-item .must{
	position: relative;
}
.jm-item .must::before{
	content: '*';
	color: red;
	position: absolute;
	right: -6px;
}
.jm-item input,
.jm-item select{
	width: 480px;
	height: 42px;
	border: #B3C8F5 1px solid;
	border-radius: 6px;
	padding-left: 16px;
}
.jm-item textarea{
	resize: none;
	width: 480px;
	height: 122px;
	border: #B3C8F5 1px solid;
	border-radius: 6px;
	padding-left: 16px;
	outline: none;
}
.jm button{
	width: 480px;
	height: 42px;
	background: linear-gradient(0deg, #0F5CFB, #00A7FF);
	box-shadow: 0px 7px 24px 0px rgba(5,142,254,0.52);
	font-size: 16px;
	color: #fff;
	margin-left: 100px;
	margin-top: 20px;
	border-radius: 16px;
}
.jm .tip{
	font-size: 16px;
	color: #ED3A3A;
	width: calc(100% + 100px);
	margin-left: -100px;
	text-align: center;
	position: relative;
	top: 50px;
}
.jm .gbimg{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.yzm input{
	width: 360px;
}
.yzm button{
	width: 100px;
	margin: 0 0 0 20px;
	box-shadow: none;
	border-radius: 8px;
}







/* .product-list2::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
} */
.product-list2 {
  /* *zoom: 1; */
  width: 100%;
  display: grid;
  gap: 24px; /* 间距（替代margin），自动避开首个元素 */
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.pl2item{
	/* float: left; */
	height: 458px;
	background: #fff;
	border-radius: 0px 0px 16px 16px;
	border-top: #0F5CFB 4px solid;
	position: relative;
	padding: 24px 32px;
	box-shadow: 0px 6px 16px 0px rgba(6,6,6,0.2);
	grid-row: span 2;
	/* margin-left: 24px; */
}
/* .pl2item:first-child{
	margin-left: 0;
} */
.pl2item .tbg{
	position: absolute;
	width: 210px;
	height: auto;
	top: 0;
	left: 0;
}
.pl2item h1{
	font-size: 22px;
	color: #333;
	position: relative;
	margin-top: 80px;
	margin-bottom: 20px;
	line-height: 1.1;
	width: 200px;
}
.xts{
	display: flex;
	flex-wrap: wrap;
}
.xts a{
	display: flex;
	align-items: center;
	width: 100%;
	margin: 6px 0 !important;
}
.xts .icon{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.xts .xtname{
	font-size: 14px;
	color: #495770;
	transition: 0.5s;
	line-height: 1.1;
}
.xts .jtimg{
	width: 6px;
	height: 10px;
	margin-top: 2px;
	opacity: 0;
	transition: 0.5s;
}
.xts a:hover .xtname{
	color: #0F5CFB;
}
.xts a:hover .jtimg{
	opacity: 1;
	margin-left: 6px;
}

.detailBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 40px;
	border: #0F5CFB 1px solid;
	border-radius: 8px;
	font-size: 12px;
	color: #0F5CFB;
	position: absolute;
	bottom: 24px;
	left: 32px;
	transition: 0.5s;
}
.detailBtn img{
	width: 0;
	height: 12px;
	margin-left: 10px;
	transition: 0.5s;
}
.detailBtn:hover{
	color: #fff;
	background: linear-gradient(150deg, #0F5CFB, #00A7FF);c
}
.detailBtn:hover img{
	width: 16px;
}



.pl2item.w2{
	grid-column: span 2;
}
.pl2item.w2 .xts a{
	width: 33%;
}
.pl2item.itemh2{
	height: 232px;
	grid-row: span 1;
}
.pl2item.itemh3{
	height: 504px;
}
.pl2item.w3{
	height: 232px;
	grid-column: span 3;
	display: flex;
}
.pl2item.w3 .xts a{
	width: 50%;
}
.pl2item.w3 .xts{
	align-content: flex-start;
	margin-left: 100px;
	margin-top: 50px;
	width: 700px;
}




.dxal2{
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}
.al2item{
	height: 406px;
	border-radius: 16px;
	overflow: hidden;
	background: #F5F4F9;
	margin: 0 16px;
	display: flex;
}
.al2item .coverBox{
	width: 230px;
	height: 100%;
	position: relative;
}
.al2item .coverBox::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: 1s;
}
.al2item .coverBox img{
	width: 100%;
	height: 100%;
}
.al2item .coverBox .coverLogo{
	position: absolute;
	height: 43px;
	width: auto;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%,0);
	transition: 1s;
}
.al2item .contentBox{
	width: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: 1s;
}
.on .contentBox{
	width: 612px;
}
.on .coverLogo{
	opacity: 0;
}
.on .coverBox::before{
	background: rgba(0, 0, 0, 0);
}
.al2item:first-child{
	flex-direction: row-reverse;
}
.contentBox .yhimg{
	position: absolute;
	width: 76px;
	height: 51px;
	top: 52px;
}
.al2item:first-child .yhimg{
	left: 484px;
}
.al2item:last-child .yhimg{
	right: 52px;
}
.al2item .contentBox .logoimg{
	width: auto;
	height: 60px;
	margin-top: 46px;
	margin-left: 50px;
}
.al2item .contentBox p{
	font-size: 16px;
	color: #333333;
	padding: 0;
	margin-left: 50px;
	margin-top: 30px;
	width: 510px;
}



.dxal1{
	width: 1137px;
	height: 367px;
	background: url('../imgs/anbg.png');
	background-size: 100% 100%;
	margin: 0 auto 100px;
	position: relative;
}
.dxal1 .yhimg{
	position: absolute;
	width: 76px;
	height: 51px;
	transform: rotate(180deg);
	top: 70px;
	left: 50px;
}
.dxal1 .logoimg{
	width: auto;
	height: 60px;
	margin-top: 90px;
	margin-left: 88px;
}
.dxal1 p{
	font-size: 16px;
	color: #333;
	width: 630px;
	padding: 0;
	margin-left: 88px;
	margin-top: 30px;
}
.dxal1 .coverBox{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 34px;
	right: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.dxal1 .coverBox img{
	width: 100%;
	height: auto;
}











@media (max-width:1480px){
	.center,
	.product-list2{
		width: 1250px;
	}
	.product-list li{
		width: 612px;
	}
	.pb-left{
		width: 700px;
	}
	.subsystem-blurb{
		width: 900px;
	}
	.subsystem-list{
		width: calc(100% - 900px);
	}
	.changeUp, .changeDown{
		left: 930px;
	}
	.subsystem-blurb::before{
		left: -430px;
	}
	.subsystem-blurb-item{
		padding-right: 30px;
	}
	.use li{
		width: 406px;
	}
	.notice-list .text{
		padding-right: 180px;
	}
	.s-nr li{
		width: 300px;
	}
	.notice-swiper a{
		width: 300px;
	}
	.jm form{
		padding-left: 40px;
	}
	.jm .tip{
		width: calc(100% + 40px);
		margin-left: -40px;
		top: 30px;
	}
	.im3-right .qxt{
		left: 180px;
	}
}
@media (max-width:1280px){
	.index-m1 li{
		margin: 0 45px;
	}
	.yzm input{
		width: 250px !important;
	}
	.yzm button{
		width: 100px !important;
	}
	.im3-right .qxt{
		left: 50px;
	}
	.jmimg{
		width: 450px;
	}
	.jm form{
		width: calc(100% - 450px);
	}
	.jm-item input,
	.jm-item select,
	.jm textarea,
	.jm button{
		width: 370px;
	}
	.notice-swiper a{
		width: 246px;
	}
	.center,
	.product-list2{
		width: 1020px;
	}
	.product-list li{
		width: 500px;
	}
	.pb-left{
		width: 600px;
	}
	.product-blurb{
		align-items: center;
	}
	.product-blurb .imgbox{
		width: 350px;
	}
	.subsystem-blurb{
		width: 750px;
	}
	.subsystem-list{
		width: calc(100% - 750px);
	}
	.changeUp, .changeDown{
		left: 780px;
	}
	.subsystem-blurb::before{
		left: -560px;
	}
	.subsystem-blurb-item{
		padding-right: 10px;
	}
	.subsystem-blurb-item img{
		width: 230px;
	}
	.use li{
		width: 330px;
	}
	.use p{
		padding: 26px 20px 0;
	}
	.notice-list .text{
		padding-right: 40px;
	}
	.s-nr li{
		width: 240px;
		padding: 10px;
	}
}






.mob{
	display: none;
}
/* 移动端样式 */
@media (max-width:1020px){
	.center{
		width: 100%;
	}
	.pc{
		display: none !important;
	}
	.mob{
		display: block;
	}
	.header-box{
		height: 102rem;
		overflow: hidden;
	}
	.white .mob .base-img{
		display: none !important;
	}
	.mob.header{
		display: flex;
		justify-content: space-between;
		padding: 22rem 0;
		flex-wrap: wrap;
		z-index: 99;
	}
	.logobox{
		width: 257rem;
		height: 57rem;
		background: url('../imgs/logo.png');
		background-size: 100% 100%;
		margin-left: 24rem;
	}
	.white .logobox{
		background: url('../imgs/logo1.png');
		background-size: 100% 100%;
	}
	.white.bg .logobox{
		background: url('../imgs/logo.png');
		background-size: 100% 100%;
	}
	.mob-dh{
		width: 34rem;
		height: 34rem;
		margin-right: 60rem;
	}
	.mob-menu{
		display: flex;
		flex-direction: column;
		margin-right: 24rem;
	}
	.mob-menu li{
		width:40rem;
		height: 4rem;
		background: #333333;
		margin: 5rem 0;
	}
	.white .mob-menu li{
		background: #fff;
	}
	.white.bg .mob-menu li{
		background: #333333;
	}
	.white.bg .base-img{
		display: block !important;
	}
	.white.bg .white-img{
		display: none;
	}
	.white.bg.open .base-img{
		display: none !important;
	}
	.open.header-box{
		background: #0F5CFB;
		height: max-content;
		z-index: 99;
		max-height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.open .logobox{
		background: url('../imgs/logo1.png') !important;
		background-size: 100% 100% !important;
	}
	.open .white-img{
		display: block !important;
	}
	.open .mob-dh{
		display: none !important;
	}
	.open .mob-menu .li2{
		display: none;
	}
	.open .mob-menu li{
		background: #fff !important;
		transition: .5s;
	}
	.open .mob-menu .li1{
		transform: rotate(45deg);
		margin-top: 10rem;
	}
	.open .mob-menu .li3{
		transform: rotate(-45deg);
		margin-top: -10rem;
	}
	.mob-product{
		width: 100%;
		margin-top: 22rem;
	}
	.mob-product>div{
		position: relative;
	}
	.mob-product .jtimg{
		position: absolute;
		width: 24rem;
		height: 13rem;
		right: 24rem;
		top: 50rem;
	}
	.mob-product p{
		width: calc(100% - 24rem);
		margin-left: 24rem;
		height: 110rem;
		border-bottom: rgba(222, 222, 222, 0.3) 1px solid;
	}
	.mob-product p a,
	.mob-product p{
		display: block;
		width: 100%;
		color: #fff;
		font-size: 30rem;
		line-height: 110rem;
	}
	.mob-product dl{
		margin-left: 44rem;
		display: flex;
		flex-wrap: wrap;
		height: 90rem;
		overflow: hidden;
		position: relative;
	}
	.mob-product dl::before{
		content: '';
		width: 24rem;
		height: 13rem;
		background: url('../imgs/icon-jt4.png');
		background-size: 100% 100%;
		position: absolute;
		right: 24rem;
		top: 50rem;
	}
	.mob-product dl.open{
		height: max-content;
		border-bottom: rgba(222, 222, 222, 0.3) 1px solid;
	}
	.mob-product dl.open::before{
		transform: rotate(180deg);
	}
	.mob-product dt{
		font-size: 28rem;
		color: #fff;
		border-bottom: rgba(222, 222, 222, 0.3) 1px solid;
		height: 90rem;
		line-height: 90rem;
		width: 100%;
	}
	.mob-product dd{
		width: 50%;
		padding: 20rem 0;
		padding-left: 30rem;
	}
	.mob-product dd a,
	.mob-product dd a:hover{
		color: #fff !important;
		font-size: 28rem;
	}
	.mob-lxfs{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 70rem 0 20rem;
	}
	.mob-lxfs img{
		width: 30rem;
		height: 30rem;
		margin-right: 12rem;
	}
	.mob-lxfs p{
		font-size: 40rem;
		color: #fff;
		font-weight: bold;
		line-height: 30rem;
	}
	
	
	
	
	.mob.banner-swiper{
		width: 100% !important;
		height: 830rem !important;
	}
	.mob.banner-swiper img{
		
	}
	.notice-next,
	.notice-prev{
		display: none;
	}
	.index-notice{
		height: auto;
		padding-bottom: 20rem;
	}
	.index-m1 h1{
		line-height: 1;
		font-size: 46rem;
	}
	.index-m1 ul{
		flex-wrap: wrap;
	}
	.index-m1 li{
		width: 50%;
		margin: 0;
	}
	.index-m1 li:nth-child(odd){
		padding-left: 120rem;
	}
	.index-m1 b{
		font-size: 66rem;
	}
	.index-m1 p{
		font-size: 28rem;
	}
	.index-m1 span{
		font-size: 24rem;
	}
	
	.index-m2{
		flex-direction: column;
		justify-content: flex-start;
		background: #F3F7FF;
		height: 1400rem;
	}
	.index-m2::before{
		display: none;
	}
	.im2r-row1{
		text-align: left;
	}
	.im2-left{
		position: relative;
		top: 190rem;
		padding-top: 0;
		margin: 0;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0;
		z-index: 6;
		padding-left: 20rem;
		height: 100rem;
	}
	.im2-left li {
		margin-left: 0 !important;
		margin-bottom: 20rem;
		margin-right: 40rem;
	}
	.im2-left li p{
		font-size: 28rem;
		width: 300rem;
		height: 74rem;
		line-height: 74rem;
		background: linear-gradient(-90deg, rgba(15,137,251,0) 0%, rgba(15, 137, 251, 0.1) 79%);
		padding-left: 40rem;
		border-radius: 32rem 0 0 32rem;
	}
	.im2-left li.active p{
		color: #0F5CFB;
		font-weight: bold;
	}
	.im2-left li div{
		display: none;
	}
	
	.im2-right{
		top: -100rem;
		width: 100%;
		padding-top: 40rem;
		overflow: hidden;
		height: 1600rem;
	}
	.im2-right li{
		width: 750rem;
		left: 0;
	}
	.im2r-row1{
		padding: 0 16rem;
	}
	.im2r-row1 h1{
		font-size: 46rem;
	}
	.im2r-row1 span{
		font-size: 24rem;
	}
	.im2-right .more{
		right: 20rem;
		top: 60rem;
		font-size: 22rem;
	}
	.im2-right .more img{
		width: 19rem;
		height: 13rem;
		margin-left: 10rem;
	}
	.im2r-row2{
		flex-direction: column;
		width: 100%;
		margin: 200rem auto 0;
	}
	.im2r-row2 .imgbox{
		width: 545rem;
		height: 357rem;
		margin: 0 auto;
	}
	.im2r-row2 .img2{
		width: 110rem;
		height: 110rem;
		top: 10rem;
		left: -90rem;
	}
	.im2r-row2 .img1{
		width: 102rem;
		height: 102rem;
		bottom: -20rem;
		right: -70rem;
	}
	.im2r-js{
		width: 686rem;
		margin: 60rem auto 0;
	}
	.im2r-js p{
		font-size: 26rem;
	}
	.im2r-js .btns{
		margin-bottom: 80rem;
	}
	.im2r-js a{
		width: 260rem;
		height: 80rem;
		line-height: 76rem;
		border-radius: 40rem;
		font-size: 26rem;
	}
	
	.index-m3{
		flex-direction: column;
		height: auto;
		padding-bottom: 250rem;
	}
	.im3-left{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 60rem;
	}
	.im3-bg{
		width: 100%;
		height: 360rem;
		left: 0;
		bottom: 0;
	}
	.im3-left h1,
	.im3-left h2{
		font-size: 46rem;
	}
	.im3-left p{
		font-size: 24rem;
		margin-top: 0;
	}
	.im3-right{
		flex-direction: column;
		padding-top: 40rem;
	}
	.im3-right li{
		width: 368rem;
		height: 321rem;
		padding-top: 0;
		padding-left: 66rem;
		position: relative;
		background: none;
	}
	.im3-right li::before{
		content: '';
		width: 368rem;
		height: 321rem;
		background: url('../imgs/pbg.png');
		background-size: 100% 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.im3-right li h1{
		position: absolute;
		top: 130rem;
		left: 30rem;
		line-height: 60rem;
		width: 60rem;
		font-size: 24rem;
	}
	.im3-right img{
		width: 41rem;
		height: 48rem;
		margin-top: 60rem;
	}
	.im3-right p{
		font-size: 28rem;
		margin-top: 20rem;
	}
	.im3-right span{
		font-size: 24rem;
		margin-top: 10rem;
		width: 260rem;
	}
	.im3-right li{
		margin-left: 380rem;
		margin-top: 0 !important;
	}
	.im3-right li:nth-child(even){
		margin-left: 0;
		padding-left: 0;
		padding-right: 66rem;
		margin-top: -100rem !important;
	}
	.im3-right li:nth-child(even) h1{
		left: auto;
		right: 30rem;
	}
	.im3-right li:nth-child(even)::before{
		transform: rotate(180deg);
	}
	.im3-left a{
		position: absolute;
		margin: 0;
		bottom: 80rem;
		width: 260rem;
		height: 80rem;
		border-radius: 40rem;
		line-height: 76rem;
		font-size: 26rem;
	}
	.wrapper{
		--logo-width: 240rem;
		--logo-height: 100rem;
	}
	.index-m4{
		height: 607rem;
		background: url('../imgs/pbg3.png');
		background-size: 100% 100%;
	}
	.index-m4 h1{
		font-size: 46rem;
		margin-top: 60rem;
	}
	.footer-box{
		height: auto;
	}
	.footer{
		flex-direction: column;
		padding-top: 60rem;
		padding-bottom: 100rem;
		position: relative;
	}
	.footer-left img{
		width: 254rem;
		height: 54rem;
		display: block;
		margin: 0 auto;
	}
	.footer-left li{
		font-size: 26rem;
		text-align: center;
	}
	.footer-left li a{
		font-size: 26rem;
	}
	.footer-right{
		justify-content: center;
	}
	.footer-right li{
		width: 30%;
		margin: 0 15rem;
	}
	.footer-right li img{
		width: 167rem;
		height: 167rem;
		margin: 0 !important;
	}
	.footer-right li p{
		font-size: 24rem;
	}
	.footer-left span{
		position: absolute;
		bottom: 20rem;
		font-size: 24rem;
		text-align: center;
		width: 100%;
	}
	.footer-left span a{
		font-size: 24rem;
	}
	.float{
		left: auto;
		right: 16rem;
		background: rgba(15, 92, 251, 0.7);
		transition: .5s;
	}
	.marquee__group img{
		width: 160rem;
		height: 40rem;
	}
	.ismob.float{
		right: -70px;
	}
	.float-zk{
		position: absolute;
		width: 32rem;
		height: 124rem;
		background: rgba(15, 92, 251, 0.7);
		right: -48rem;
		top: 120rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 16rem 0 0 16rem;
	}
	.ismob .float-zk{
		animation: zkShow 0.5s;
		animation-fill-mode: forwards;
	}
	@keyframes zkShow {
		0%{
			right: -32rem;
		}
		100%{
			right: 70px;
		}
	}
	.float-zk img{
		transform: rotate(90deg);
	}
	.mob-top{
		position: fixed;
		bottom: 0;
		right: 0;
		width: 70rem;
		height: 88rem;
		/* background-color: #009CFF; */
		display: none;
		text-align: center;
	}
	.mob-top img{
		width: 100%;
		height: 100%;
	}
	.top .mob-top{
		display: block;
	}
	
	
	.mainBox{
		min-height: calc(100vh - 400rem);
	}
	.bannerBox{
		width: 100%;
		height: 400rem;
	}
	.bannerBox img{
		width: 100%;
		height: 100%;
	}
	.location{
		padding: 20rem 24rem 20rem 0;
	}
	.product-list li{
		width: 702rem;
		margin: 0 auto 24rem;
	}
	.product-list h1{
		width: 100%;
		height: 76rem;
		line-height: 76rem;
		font-size: 34rem;
	}
	.pl-item{
		padding: 0 32rem 50rem;
		display: flex;
		flex-wrap: wrap;
	}
	.pl-item:first-child{
		margin-top: 40rem;
	}
	.pl-item a{
		width: 100%;
		font-size: 32rem;
		color: #333333;
		font-weight: bold;
		margin-bottom: 20rem !important;
	}
	.pl-item p{
		min-width: 50%;
		font-size: 28rem;
		padding: 10rem 0;
	}
	
	.product-blurb{
		flex-wrap: wrap;
		padding: 32rem;
	}
	.pb-left{
		width: 100%;
	}
	.product-blurb .imgbox{
		width: 545rem;
		height: 357rem;
		margin: 40rem auto;
	}
	.imgbox .img1{
		width: 108rem;
		height: 108rem;
		right: -70rem;
	}
	.imgbox .img2{
		width: 108rem;
		height: 108rem;
		left: -80rem;
	}
	.feature h1{
		font-size: 46rem;
	}
	.feature ul{
		margin-top: 80rem;
	}
	.feature li{
		width: 50%;
		height: auto;
		align-items: flex-start;
		padding: 30rem 20rem 20rem;
	}
	.feature li img{
		width: 40rem;
		height: 40rem;
		margin-right: 20rem;
	}
	.feature li div{
		width: calc(100% - 40rem);
	}
	.feature li p{
		font-size: 30rem;
	}
	.feature li span{
		font-size: 24rem;
		display: block;
		line-height: 1.2;
	}
	.mob.line-box{
		width: 100%;
		height: 1180rem;
		margin-top: 40rem;
	}
	.mob .v1{
		left: 50%;
		height: 100%;
	}
	.mob .u1{
		top: 190rem;
	}
	.mob .u2{
		top: 380rem;
	}
	.mob .u3{
		top: 570rem;
	}
	.mob .u4{
		top: 760rem;
	}
	.mob .u5{
		top: 950rem;
	}
	.row-color2{
		padding: 60rem 0;
	}
	.subsystem{
		flex-direction: column-reverse;
		background-image: url('../imgs/pic1.png');
		background-size: 105% 628rem;
		background-repeat: no-repeat;
		background-color: #F3F7FF;
	}
	.subsystem h1{
		width: 100%;
		top: 80rem;
		font-size: 46rem;
	}
	.subsystem-list{
		width: 100%;
		height: max-content;
		display: flex;
		padding-top: 180rem;
		overflow: auto;
		flex-direction: row;
		justify-content: flex-start;
		padding-bottom: 10rem;
	}
	.subsystem-list div{
		min-width: max-content;
		margin: 0 20rem;
	}
	.subsystem-blurb{
		width: 703rem;
		/* height: 1110rem; */
		background: rgba(255, 255, 255, 0.8);
		box-shadow: -5px 9px 38px 0px rgba(203,226,255,0.39);
		margin: 20rem auto;
		padding-bottom: 20rem;
		border-radius: 16rem;
	}
	.subsystem-blurb-item{
		flex-direction: column;
		height: max-content;
		padding: 30rem 0;
	}
	.subsystem-blurb-item img{
		width: 475rem;
		height: auto;
		display: inline-block;
		margin: 0 auto;
	}
	.subsystem-blurb-item p{
		text-align: center;
		font-size: 34rem;
		line-height: 1.5;
	}
	.subsystem-blurb-item >div>div{
		-webkit-line-clamp: 10;
	}
	.subsystem-blurb-item span{
		font-size: 28rem;
		margin-top: 30rem;
		padding: 0 32rem;
	}
	.subsystem-list::before,
	.subsystem-blurb::before{
		display: none;
	}
	.subsystem a,.changeUp,.changeDown{
		display: none;
	}
	.main-title{
		width: 334rem;
		height: 140rem;
		padding: 30rem;
		margin-top: -140rem;
		left: 24rem;
	}
	.main-title p{
		font-size: 40rem;
	}
	.main-title p::before{
		top: 60rem;
	}
	.notice-list a{
		height: 180rem;
		padding: 0;
		width: 702rem;
		margin: 0 auto;
	}
	.notice-list .btn{
		display: none;
	}
	.notice-list .time{
		width: 140rem;
		height: 92rem;
	}
	.notice-list .time p{
		font-size: 46rem;
		line-height: 1;
	}
	.notice-list .time span{
		font-size: 20rem;
	}
	.notice-list .text{
		width: calc(100% - 140rem);
		padding-right: 40rem;
		padding: 40rem;
	}
	.notice-list .text p{
		font-size: 30rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.notice-list .text span{
		font-size: 24rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.pages{
		padding: 60rem 0 20rem;
	}
	.pages a{
		min-width: 52rem;
		height: 52rem;
		line-height: 52rem;
		margin: 0 13rem;
		font-size: 18rem;
	}
	.notice .row-color2{
		padding: 30rem 0;
	}
	.notice-detail{
		padding: 20rem 0;
	}
	.notice-detail h1{
		font-size: 48rem;
		padding: 0 100rem;
		text-align: center;
		line-height: 1.2;
	}
	.notice-detail .time{
		font-size: 26rem;
		margin: 30rem 0;
	}
	.notice-detail p{
		padding: 0 30rem;
		font-size: 30rem;
	}
	.notice-detail img{
		width: 686rem;
	}
	.service-item>h1{
		font-size: 46rem;
		margin-top: 20rem;
	}
	.s-zz p{
		width: 686rem;
		margin: 40rem auto;
	}
	.s-nr{
		flex-wrap: wrap;
		padding: 0 24rem;
		margin: 50rem 0;
	}
	.s-nr li{
		width: 343rem;
		height: 450rem;
		margin-bottom: 16rem;
	}
	.s-nr li img{
		width: 130rem;
		height: 130rem;
		margin-top: 20rem;
	}
	.s-nr li p{
		font-size: 32rem;
		margin: 26rem 0;
	}
	.s-nr li span{
		font-size: 24rem;
	}
	.s-rx{
		flex-direction: column;
		margin-top: 50rem;
	}
	.s-rxl img{
		width: 100rem;
		height: 100rem;
		margin-right: 20rem;
	}
	.s-rxl p{
		font-size: 26rem;
		padding-right: 40rem;
		line-height: 1;
	}
	.s-rxl p span{
		font-size: 40rem;
	}
	.s-rxl p b{
		font-size: 38rem;
	}
	.s-rxr{
		width: 702rem;
		height: 180rem;
		padding: 20rem 0;
	}
	.s-rxr p{
		width: 100%;
		font-size: 28rem;
		text-align: center;
	}
	
	.index-m1{
		padding: 40rem 0 60rem;
	}
	.gsjj h1{
		font-size: 46rem;
		margin-top: 40rem;
	}
	.jr1,
	.jr1 span{
		font-size: 26rem;
	}
	.jr2{
		font-size: 28rem;
		padding: 0 32rem;
		text-align: center;
	}
	.bgbox{
		display: none;
	}
	.bgbox .ab2{
	}
	.jxwh{
		height: max-content;
		padding-top: 60rem;
		background-image: url('../imgs/whbg.png');
		background-repeat: no-repeat;
		background-size: 100% 600rem;
		margin-top: 40rem;
	}
	.jxwh h1{
		font-size: 46rem;
	}
	.jxwh ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.jxwh li{
		width: 50%;
		margin-bottom: 40rem;
	}
	.jxwh li img{
		width: 100rem;
		height: 100rem;
	}
	.jxwh li p{
		padding: 20rem 0 0;
		font-size: 32rem;
	}
	.jxwh li span{
		font-size: 24rem;
	}
	.fzlc{
		margin-top: 60rem;
	}
	.lc-list{
		background-size: 1920rem 647rem;
		height: 650rem;
		overflow: auto;
		position: relative;
	}
	.lctbg{
		position: absolute;
		width: 2130rem;
		height: 647rem;
		z-index: 2;
	}
	.lc-item{
		position: relative;
		z-index: 3;
		width: 303rem;
		min-width: 303rem;
		height: 416rem;
		background-size: 100% 373rem;
	}
	.lc-item:hover{
		background-size: 100% 373rem;
	}
	.lc-item h1{
		font-size: 28rem;
	}
	.lc-item p{
		padding: 140rem 50rem 0 60rem;
		margin-top: 0;
		font-size: 24rem;
		line-height: 1.2;
	}
	.lc-item:nth-child(1){
		margin-top: 194rem;
	}
	.lc-item:nth-child(2){
		margin-top: 135rem;
	}
	.lc-item:nth-child(3){
		margin-top: 72rem;
	}
	.lc-item:nth-child(4){
		margin-top: 60rem;
	}
	.lc-item:nth-child(5){
		margin-top: 96rem;
	}
	.lc-item:nth-child(6){
		margin-top: 100rem;
	}
	.lc-item:nth-child(7){
		margin-top: 18rem;
	}
	.notice-swiper div{
		height: 200rem;
	}
	.notice-swiper a{
		width: 600rem;
		height: 150rem;
		margin-left: 20rem;
	}
	.index-notice{
		margin-top: -100rem;
	}
	.certificate{
		height: 600rem;
	}
	.certificate h1,
	.use h1{
		padding: 60rem 0 40rem;
		font-size: 46rem;
	}
	.zs-swiper{
		height: 400rem;
	}
	.use-swiper{
		width: 100% !important;
		height: 800rem;
	}
	.use-swiper .swiper-slide{
		padding-bottom: 40rem;
	}
	.use-swiper .swiper-slide div{
		width: 600rem;
		height: 100%;
		margin-left: 30rem;
		padding-bottom: 40rem;
	}
	.use .xxlogo{
		/* width: 372rem; */
		height: 94rem;
		top: 44rem;
		left: 50%;
		transform: translate(-50%,0);
	}
	.use p{
		padding: 20rem 32rem;
		top: 160rem;
		line-height: 1.5;
	}
	
	
	.jm{
		flex-direction: column;
		width: 718rem;
		height: 98vh;
		top: 1vh;
		margin: 0 auto;
		overflow: auto;
	}
	.jmimg{
		width: 100%;
		height: 260rem;
	}
	.jm form{
		width: 100%;
		padding: 40rem 30rem 0;
	}
	.jm h1{
		font-size: 48rem;
		margin: 0;
	}
	.jm span{
		font-size: 26rem;
	}
	.jm-item{
		margin-top: 20rem;
	}
	.jm-item p{
		font-size: 28rem;
		width: 130rem;
	}
	.jm-item input,
	.jm-item select,
	.jm textarea,
	.jm button{
		width: 490rem;
		font-size: 28rem;
		padding-left: 24rem;
	}
	.jm-item input,
	.jm-item select{
		height: 78rem;
	}
	.jm textarea{
		height: 200rem;
	}
	.jm button{
		width: 642rem;
		margin-left: 10rem;
		height: 78rem;
	}
	.jm .tip{
		width: 100%;
		margin-left: 0;
		font-size: 24rem;
		text-align: left;
		top: 40rem;
	}
	.marquee{
		margin-bottom: 0;
	}
	.im3-right .qxt{
		width: 190rem;
		height: 1170rem;
		top: -1180rem;
		left: -108rem;
	}
	.yzm input{
		width: 320rem !important;
	}
	.yzm button{
		width: 160rem !important;
		padding: 0;
		font-size: 24rem;
	}
	.banner-txt{
		position: absolute;
		font-size: 50rem;
		color: #333333;
		left: 44rem;
		top: 200rem;
		font-weight: bold;
	}
	.banner-txt.white{
		color: #fff;
	}
	.banner-js{
		position: absolute;
		font-size: 26rem;
		color: rgba(255, 255, 255, 0.5);
		left: 44rem;
		top: 270rem;
	}
	.subsystem-blurb-item >div>p{
		margin-top: 40rem;
	}
	
	.product-list2{
		display: block;
		width: 702rem;
		margin: 0 auto;
	}
	.pl2item{
		margin-bottom: 40rem;
		height: max-content;
		padding-bottom: 150rem;
	}
	.pl2item .tbg{
		width: 320rem;
		height: 210rem;
	}
	.pl2item h1{
		font-size: 40rem;
		width: 100%;
		margin-top: 150rem;
		margin-bottom: 40rem;
	}
	.xts a{
		width: 100% !important;
	}
	.w2 .xts a{
		width: 50% !important;
	}
	.detailBtn{
		width: 195rem;
		height: 60rem;
	}
	.detailBtn span{
		font-size: 18rem;
	}
	.detailBtn img{
		display: none;
	}
	.pl2item.w3{
		display: block;
		height: max-content;
	}
	.pl2item.w3 .xts{
		display: block;
		margin: 0;
	}
	
	.dxal1{
		width: 702rem;
		min-height: 840rem;
		background: url('../imgs/anbg2.png');
		background-size: 100% 100%;
		padding: 1px;
	}
	.dxal1 .coverBox{
		width: 292rem;
		height: 292rem;
		top: 26rem;
		left: 205rem;
	}
	.dxal1 .yhimg{
		width: 101rem;
		height: 67rem;
		transform: rotate(0);
		top: 350rem;
		left: 482rem;
	}
	.dxal1 .logoimg{
		display: block;
		height: 98rem;
		margin: 370rem auto 0;
	}
	.dxal1 p{
		width: 610rem;
		margin: 0 auto;
		position: relative;
		top: 0;
		font-size: 28rem;
	}
	.dxal2{
		flex-direction: column;
	}
	.al2item{
		margin-bottom: 30rem;
		height: 610rem;
		flex-direction: row-reverse;
	}
	.al2item .coverBox{
		width: 230rem;
	}
	.al2item .contentBox{
		width: 472rem;
	}
	.al2item .contentBox .logoimg{
		height: 84rem;
		margin: 60rem 30rem 0;
	}
	.contentBox .yhimg{
		width: 101rem;
		height: 67rem;
		top: 40rem;
		left: 310rem !important;
		right: auto;
	}
	.al2item .contentBox p{
		width: 410rem;
		margin: 20rem 30rem 0;
		font-size: 28rem;
		color: #444444;
	}
	.al2item .coverBox::before,
	.al2item .coverBox .coverLogo{
		display: none;
	}
	.num3{
		flex-direction: column;
	}
	.num3 li{
		margin: 0 auto 30rem;
	}
}