@font-face {
	font-family: 'HarmonyOS';
	src: url('../font/HarmonyOS.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html, body{
	font-family:"HarmonyOS", "PingFang SC", Arial, sans-serif;
	color: #333;
	font-size: 0.875rem;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
body{
	min-width: 75rem;
}
img{
	max-width: 100%;
	height: auto;
	display: block;
}
a{
	text-decoration: none;
	color: inherit;
}
ul, ol{
	list-style: none;
}
.wrap{
	max-width: 87.5rem;
	margin: 0 auto;
	
}
.fl{ float: left; }
.fr{ float: right; }


.header{
	width: 100%;
	position: fixed;
	inset: 0 0 auto;
	z-index: 999;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


.header-inner{
	margin: 0 auto;
	padding: 0 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 6rem;
	z-index: 3;
	position: relative;
}
.logo a{
	display: flex;
	align-items: center;
	position: relative;
}
.logo img{
	height: auto;
	display: block;
	/*margin-left: 0.625rem;*/
	object-fit: contain;
}
.naver{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.naver ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.naver li{
	position: relative;
	text-align: center;
	margin: 0 1rem;
}
.naver li a{
	font-size: 1.1rem;
	color: #fff;
	line-height: 6rem;
	display: block;
	transition: all 0.3s;
	position: relative;
}
.naver li.on a,
.naver li a:hover{
	color: #FDA53E;
}
.naver li.on::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 1.375rem;
	height: 0.125rem;
	background: #FDA53E;
	border-radius: 0.125rem;
}


.naver .subnav{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 13rem;
	background: #23a0fb;
	border-radius: 0.25rem;
	box-shadow: 0 0.5rem 1.875rem rgba(0,0,0,0.12);
	padding: 0.5rem 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(0.625rem);
	transition: all 0.25s ease;
	z-index: 1000;
}
.naver li:hover .subnav{
	opacity: 1;
	visibility: visible;
	/* transform: translateX(-50%) translateY(0); */
}
.naver .subnav::before{
	content: '';
	position: absolute;
	left: 50%;
	top: -0.5rem;
	transform: translateX(-50%);
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.5rem solid #fff;
}
.naver li .subnav a{
	font-size: 1.0rem;
	color: #fff;
	line-height: 2.625rem;
	padding: 0 1.5rem;
	/* text-align: center; */
	transition: all 0.2s;
}
.naver .subnav a:hover{
	color: #FDA53E;
	background: #fff8ed;
}


.header .rt{
	display: flex;
	align-items: center;
	gap: 1.125rem;
	padding-left: 1.5rem;
	border-left: 0.0625rem solid rgba(0,0,0,0.1);
	margin-left: 1.5rem;
	line-height: 6rem;
}

.header .search{
	border:1px solid rgba(255,255,255,0);
	border-radius:1.1458333333333335rem;
	cursor:pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	position:relative;
}
.header .search .t1 {
	width:0;
	height:2.3958333333333335rem;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:0.8333333333333334rem;
	color:#000;
	z-index:2;
	background:#fff;
	border:none;
	border-radius:1.25rem;
	position:absolute;
	right:100%;
	top:-0.43335rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.header .search:hover .t1 {
	width:14.583333333333334rem;
	padding:0 1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.header .search .hbtn{
	width: 1.5rem;
	height: 1.5rem;
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center/1.3rem auto;
	display: block;
	filter: brightness(0) invert(1);
	transition: all 0.3s;
}
.header .phone{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
.header .phone i{
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/phone.png) no-repeat center/contain;
	display: block;
	filter: brightness(0) invert(1);
	transition: all 0.3s;
}
.gh{
	display: none;
	position: absolute;
	right: 1.25rem;
	top: 1.125rem;
	width: 1.875rem;
	height: 1.5rem;
	z-index: 1001;
}


.hbanner{
	width: 100%;
	height: 27.5rem;
	overflow: hidden;
	background: #0a1a2e;
	position: relative;
}
.hbanner img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.hbanner::before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(10,26,46,0.15);
}
.layout{
	padding-top: 0;
}

.pagetit{
	text-align: center;
	padding: 7rem 0 1.5625rem;
	background: #fff;
}
.pagetit h3{
	font-size: 2.8rem;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.125rem;
	display: inline-block;
	position: relative;
	padding: 0 1.875rem;
	line-height: 1.4;
}
.pagetit h3::before,
.pagetit h3::after{
	position: absolute;
	top: 50%;
	width: 1.5rem;
	height: 0.125rem;
	background: #FDA53E;
	transform: translateY(-50%);
}
.pagetit h3::before{ left: -1.25rem; }
.pagetit h3::after{ right: -1.25rem; }


.pages{
	margin-top: 2.5rem;
	margin-bottom: 1.875rem;
}
.pages ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.5rem;
}
.pages li{}
.pages li a,.pages li span{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.5rem;
	background: #fff;
	border: 0.0625rem solid #e0e0e0;
	border-radius: 0.1875rem;
	font-size: 0.875rem;
	color: #666;
	transition: all 0.3s;
}
.pages li.active span,
.pages li a:hover{
	background: #FDA53E;
	border-color: #FDA53E;
	color: #fff;
}
.pages li.prev a,
.pages li.next a{
	background: #fff;
	padding: 0 1rem;
	color: #999;
	font-size: 0.875rem;
}
.pages li.prev a:hover,
.pages li.next a:hover{
	background: #FDA53E;
	color: #fff;
}
.pages li.dot{
	color: #999;
	padding: 0 0.375rem;
	font-size: 0.875rem;
	user-select: none;
}

.gotop{
	position: fixed;
	right: 1.875rem;
	bottom: 6.25rem;
	width: 2.875rem;
	height: 2.875rem;
	background: #FF9A46 url(../images/gotop.png) no-repeat center/1.25rem auto;
	border-radius: 0.25rem;
	z-index: 99;
	transition: all 0.3s;
	display: none;
}
.gotop:hover{
	background-color: #e08e0d;
	transform: translateY(-0.1875rem);
}
.gotop a{
	display: block;
	width: 100%;
	height: 100%;
}

.footer{
	background: #1a1a1a;
	color: #fff;
	padding: 2.4rem 0 0rem;
	position: relative;
}
.footer::before{
	content: '';
	position: absolute;
	inset: 0;
	background: url(../images/footer_bg.jpg) no-repeat center/cover;
	opacity: 0.95;
}
.footer > .wrap{
	position: relative;
	z-index: 1;
}
.ftop{
	display: flex;
	justify-content: space-between;
	gap: 2.5rem;
	padding-bottom: 1.875rem;
}
.footer .lt{
	width: 20rem;
	margin-left: 66px;
}

.footer .lt:before {
  content: "";
  background: url("../images/tel_icon.png") center center/100% no-repeat;
  width: 3rem;
  height: 3rem;
  display: block;
  margin-left: -4rem;
  float: left;
		
}
.footer .lt h5{
	font-size: 0.875rem;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0.75rem;
	opacity: 0.9;
}
.footer .ftel dt{
	font-size: 0.8125rem;
	color: rgba(255,255,255,0.7);
	margin-bottom: 0.3125rem;
}
.footer .ftel dd{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.75rem;
	letter-spacing: 0.0625rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer .lt p{
    display: flex;
	font-size: 0.75rem;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 0.875rem;
	gap: 0.5rem;
	align-items: flex-start;
}

.footer .lt p i{

	margin-top: 0.211111111rem;
}
.footer .lt p i img{
	max-width: 1.2rem;
}
.fcontact{
	display: flex;
	flex-direction: row;
	gap: 1.875rem;
	margin-bottom: 1rem;
}
.fcontact dd{
	display: flex;
	align-items: center;
	font-size: 0.8125rem;
	color: rgba(255,255,255,0.7);
	gap: 0.5rem;
}
.fcontact i{
	width: 1rem;
	height: 1rem;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*
.ficon1{ background-image: url(../images/icon_map.png); filter: brightness(0) invert(1); }
.ficon2{ background-image: url(../images/email_icon.png); filter: brightness(0) invert(1); }
*/
.fshare{
	display: flex;
	gap: 0.625rem;
	margin-top: 0.5rem;
}
.fshare .weix{
	position: relative;
	transition: all 0.3s;
}

.fshare .weix img{
	width: 7.0625rem;
	object-fit: contain;
	margin: 0 auto;
}

.fshare .weix .qrcode-desc{
    font-size: 0.75rem;
	text-align: center;
	padding: 0.42rem 0 0 0;
}

.footer .rt{
	flex: 1;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.footer .rt dl{
	flex: 1;
}
.footer .rt dt{
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.875rem;
}
.footer .rt dd{
	margin-bottom: 0.375rem;
}
.footer .rt dd a{
	font-size: 0.75rem;
	color: rgba(255,255,255,0.6);
	line-height: 1.8;
	transition: all 0.3s;
}
.footer .rt dd a:hover{
	color: #FDA53E;
}

.copyright{
	border-top: 0.0625rem solid rgba(255,255,255,0.1);
	padding: 1.125rem 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.copyright p{
	font-size: 0.75rem;
	color: rgba(255,255,255,0.5);
	line-height: 1.7;
}
.copyright p a{
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.copyright p a:hover{
	color: #FDA53E;
}

.products{
	padding: 0 0 3.75rem;
	background: #fff;
}
.itembg{
	background: #fff;
}

.protabs{
	display: flex;
	justify-content: center;
	margin-bottom: 2.5rem;
}
.protabs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}
.protabs li{
	margin: 0 0.7rem;
}
.protabs li a{
	display: block;
	padding: 0 2.5rem;
	line-height: 3.01rem;
	font-size: 1.05rem;
	color: #333;
	background: #f5f5f5;

	transition: all 0.3s;
}
.protabs li.on a,
.protabs li a:hover{
	background: #FDA53E;
	color: #fff;
}

.prolist ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.prolist li{
	width: calc((100% - 3.75rem)/4);
}
.prolist li a{
	display: block;
	background: #fff;
	border: 0.0625rem solid #eee;
	border-bottom: 0.125rem solid #FDA53E;
	transition: all 0.3s;
	padding-bottom: 1rem;
}
.prolist li a:hover{
	box-shadow: 0 0 0.9375rem rgba(241,128,5, 0.5);
	transform: translateY(-0.1875rem);
	border-bottom:none;
}
.prolist li .pic{
	width: 100%;
	height: 18.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: #fff;
	overflow: hidden;
}
.prolist li .pic img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
.prolist li .txt{
	padding: 0 1rem;
}
.prolist li .txt h4{
	font-size: 1.1rem;
	color: #333;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 0.375rem;
	height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist li.hot .txt h4{
	color: #FDA53E;
}
.prolist li .txt p{
	font-size: 0.9rem;
	color: #666;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.1625rem;
}

.prodetail{
	padding: 0 0 3.75rem;
	background: #fff;
	
}
.prodetail .desc{
    padding: 1.25rem 0 0 0;
    background: url("../images/pdetail_bg.png") center center/cover no-repeat;
}
.backbtn{
	
	width:6rem;
	display:block;
	text-align:center;
	background:#fff;
	box-shadow:0 0.625rem 0.9375rem 0 rgba(80,80,80,0.1);
	border-radius:3.125rem;
	transition: all 0.3s;
}

.backbtn span {
	font-size:0.95rem;
	line-height:2.1rem;
	color:#999999;
	display:inline-block;
	background:url(../images/a37.png) no-repeat left center/0.375rem auto;
	padding-left:0.825rem;
}

.backbtn span:hover{
	color: #FDA53E;
}

.protop{
	display: flex;
	gap: 6.125rem;
	padding:3.1875rem 0 1.125rem;
}
.protop .pic{
	width: 43.5rem;
	height: 30rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	flex-shrink: 0;
}
.protop .pic img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.protop .info{
	flex: 1;
	padding-top: 0.625rem;
}
.protop .info h1{
	font-size: 2.375rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.125rem;
}
.protop .info p{
	font-size: 1.05rem;
	color: #666;
	line-height: 1.9;
	margin-bottom: 1.125rem;
}
.protop .info p strong{
	color: #FDA53E;
}

.protop .info .btn{
	display: flex;
}

.protop .detailbtn{
	display: inline-flex;
	align-items: center;
	padding: 0 1.9375rem;
	line-height: 3rem;
	background: #FDA53E;
	gap: 0.75rem;
	color: #fff;
	font-size: 1rem;

	transition: all 0.3s;
}
.protop .detailbtn::after {
  content: '→';
  font-size: 1rem;
}
.protop .detailbtn img{
	margin-left:1.5625rem;
}
.protop .detailbtn:hover{
	background: #e08e0d;
}

.prospecs{
	padding: 2rem 10rem;
}
.prospecs h3{
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.875rem;
}
.prospecs h4{
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	margin: 1.375rem 0 0.75rem;
}
.prospecs p{
	font-size: 1rem;
	color: #666;
	line-height: 2.5;
}
.specstable{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.25rem;
}
.specstable tr{
	border-bottom: 0.0625rem solid #e8e8e8;
}
.specstable td{
	padding: 0.75rem 1rem;
	font-size: 0.8125rem;
	color: #555;
}
.specstable td:first-child{
	background: #fafafa;
	width: 12.5rem;
	color: #333;
	font-weight: bold;
}

.relatedpro{
	padding: 2.5rem 0 0;
	text-align: center;
}
.relatedpro h3{
	font-size: 1.375rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.875rem;
}
.relatedpro ul{
	display: flex;
	gap: 1.25rem;
}
.relatedpro li{
	width: calc((100% - 3.75rem)/4);
}
.relatedpro li a{
	display: block;
	background: #fff;
	border: 0.0625rem solid #eee;
	border-bottom: 0.125rem solid #FDA53E;
	padding-bottom: 1rem;
	transition: all 0.3s;
}
.relatedpro li a:hover{
	box-shadow: 0 0 0.9375rem rgba(241,128,5, 0.5);
	transform: translateY(-0.1875rem);
	border-bottom:none;
}

.relatedpro li .pic{
	width: 100%;
	height: 18.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	overflow: hidden;
}
.relatedpro li .pic img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.relatedpro li .txt{
	padding: 0 1rem;
	text-align: left;
}
.relatedpro li .txt h4{
	font-size: 1.1rem;
	color: #333;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 0.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.relatedpro li .txt p{
	font-size: 0.95rem;
	color: #666;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.5625rem;
}

.casedetail{
	padding: 1.25rem 0 3.125rem;
	background: #fff;
}
.casetit{
	text-align: center;
	padding: 2.1875rem 0 1.525rem;
	border-bottom: 0.0625rem solid rgba(0,0,0,0.1);
}
.casetit h1{
	font-size: 2.5rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.75rem;
}
.casemeta{
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	font-size: 0.8125rem;
	color: #999;
}
.casemeta span{
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.casemeta span img{
	margin-right: 0.1875rem;
	display: inline-block;
	object-fit: contain;
}

.casecontent{
	
	margin: 0 auto;
	padding: 1.875rem 0;
	font-size: 1rem;
	color: #555;
	line-height: 2;
}
.casecontent p{
	margin-bottom: 0.875rem;
}
.casecontent img{
	max-width: 100%;
	margin: 1.25rem auto;
}
.casecontent strong{
	color: #333;
}
.casefoot{

	margin: 1.875rem auto 0;
	padding: 1.25rem 0;
	border-top: 0.0625rem solid #eee;
	padding-top: 1.125rem;
}
.casefoot p{
	font-size: 0.8125rem;
	color: #666;
	margin-bottom: 1.2625rem;
}
.casefoot p span{

	color: #999999;

}
.casefoot a{
	color: #666;
	transition: all 0.3s;
}
.casefoot a:hover{
	color: #FDA53E;
}

.about{
	padding: 0 0 3.75rem;
	background: #fff;
}


.aboutbox{
	padding: 7rem 0 6rem;
}
.aboutbox h1{
	font-size: 2.8rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 1.25rem;
}
.aboutbox p{
	font-size: 1.05rem;
	color: #555;
	line-height: 2;
	margin-bottom: 0.875rem;
}
.aboutimg{
	margin: 1.875rem 0 0;
}
.aboutimg img{
	width: 100%;
	display: block;
	border-radius: 0.25rem;
}

.partners{
	padding: 0 0 7rem;
	background: #fff;
}
.partnerlist{
	border: 0.0625rem solid #eee;
	border-bottom: none;
	border-right: none;
	display: flex;
	flex-wrap: wrap;
}
.partnerlist li{
	
	width: 20%;
	float: left;
	border-right: 0.0625rem solid #eee;
	border-bottom: 0.0625rem solid #eee;
	height: 6.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.9375rem;
	background: #fff;
	transition: all 0.3s;
}
.partnerlist li:hover{
	background: #fff;
	transform: translateY(-0.1875rem);
	box-shadow: 0 0.375rem 1.25rem rgba(0,0,0,0.08);
}
.partnerlist li img{
	max-width: 90%;
	max-height: 70%;
	object-fit: contain;
}

.culture{
	padding: 0 0 3.75rem;
	background: #fff;
}
.culturelist ul{
	display: flex;
	gap: 3rem;
}
.culturelist li{
	flex: 1;
	background: #fafafa;
	border-radius: 0.375rem;
	padding: 7.1875rem 5rem;
	text-align: center;
	transition: all 0.3s;
}
.culturelist li:hover{
	background: #fff8ec;
	transform: translateY(-0.1875rem);
}
.culturelist .icon{
	width: 7rem;
	height: 5rem;
	margin: 0 auto 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.culturelist .icon img{
/*	width: 4.6875rem; */
	object-fit: contain;

}
.culturelist h4{
	font-size: 1.7rem;
	color: #FDA53E;
	font-weight: bold;
	margin-bottom: 1.8rem;
}
.culturelist p{
	font-size:1.2rem;
	color: #666;
	line-height: 1.9;
}

.honor{
	padding: 0 0 3.125rem;
	background: #fff;
}
.honorlist ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem 1.375rem;
}
.honorlist li{
	width: calc((100% - 4.125rem)/4);
}
.honorlist li a{
	display: block;
	background: #fff;
	padding: 0.625rem;
	border: 0.0625rem solid #ececec;
	transition: all 0.3s;
}
.honorlist li a:hover{
	box-shadow: 0 0.5rem 1.875rem rgba(0,0,0,0.08);
	transform: translateY(-0.1875rem);
	border-color: #FDA53E;
}
.honorlist li .pic{
	width: 100%;
	height: 26.1875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fafafa;
}
.honorlist li .pic img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.contact{
	padding: 0 0 3.75rem;
	background: #fff;
}
.contactbox{
	display: flex;
	gap: 3.125rem;
	padding: 7rem 0;
}
.contactinfo{
	width: 45%;
}
.contactinfo h3{
	font-size: 2.8rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.375rem;
}
.contactinfo ul li{
	font-size: 1.05rem;
	color: #555;
	line-height: 2;
	margin-bottom: 0.25rem;
	padding-left:1.5rem;
}

.contactinfo ul li:nth-child(1) {
	background:url(../images/qml22.png) no-repeat left center;
	background-size:1rem auto;
}
.contactinfo ul li:nth-child(2) {
	background:url(../images/qml3.png) no-repeat left center;
	background-size:1rem auto;
}
.contactinfo ul li:nth-child(3) {
	background:url(../images/qml4.png) no-repeat left center;
	background-size:1rem auto;
}
.contactinfo ul li:nth-child(4) {
	background:url(../images/qml5.png) no-repeat left center;
	background-size:1rem auto;
}
.contactqrs{
	display: flex;
	gap: 1.25rem;
	margin-top: 1.375rem;
}
.contactqrs .qr{
	text-align: center;
}
.contactqrs .qr img{
	width: 5.9375rem;
	height: 5.9375rem;
	border: 0.0625rem solid #eee;
}
.contactqrs .qr p{
	font-size: 0.75rem;
	color: #666;
	margin-top: 0.375rem;
}
.contactmap{
	flex: 1;
	height: 28.875rem;
	overflow: hidden;
	border-radius: 0.25rem;
	background: #f5f5f5;
}
.contactmap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.offices{
	display: flex;
	gap: 3.125rem;
	padding-top: 1.875rem;

}
.officemap{
	width: 60%;
	height: 50.625rem;
	overflow: hidden;
	border-radius: 0.25rem;
}
.officemap img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.officetit{
	width:40%;
	padding-top: 10rem;
}
.officetit h3{
	font-size: 2.8rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.officetit h6{
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.messageform{
	flex: 1;
}
.messageform .formrow{
	display: flex;
	gap: 0.9375rem;
}
.messageform .formfield{
	flex: 1;
	margin-bottom: 0.875rem;
}

.messageform .formfield label{
	display: block;
	font-size: 1rem;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.675rem;
}
.messageform .formfield label .req{
	color: #f10a0a;
}
.messageform .formfield input,
.messageform .formfield textarea{
	width: 100%;
	padding: 0.625rem 0.75rem;
	border: 0.0625rem solid #ddd;
	border-radius: 0.1875rem;
	font-size: 1rem;
	font-family: inherit;
	color: #666;
	transition: all 0.3s;
	box-sizing: border-box;
}
.messageform .formfield input:focus,
.messageform .formfield textarea:focus{
	border-color: #FDA53E;
	outline: none;
}
.messageform .formfield textarea{
	resize: vertical;
	min-height: 6.25rem;
}
.messageform .submitbtn{
	display: inline-block;
	padding: 0.2rem 3rem;
	line-height: 2.675rem;
	background: #FDA53E;
	color: #fff;
	font-size: 0.975rem;
	
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.messageform .submitbtn:hover{
	background: #e08e0d;
}

.downloads{
	padding: 0 0 1.875rem;
	background: #fff;
}
.downloadlist ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.downloadlist li{
	width: calc((100% - 1.25rem)/2);
}
.downloadlist li a{
	display: flex;
	align-items: center;
	gap: 0.9375rem;
	background: #F7F7F7;
	border: 0.0625rem solid #eee;
	padding: 1.5625rem 1.25rem;
	border-radius: 0.25rem;
	transition: all 0.3s;
}

.downloadlist li a:hover{
	background: #fff;
	box-shadow: 0 0.625rem 0.9375rem 0 rgba(241,128,5, 0.15);	
	transform: translateY(-0.125rem);
}
.downloadlist li .ficon{
	width: 2.25rem;
	height: 2.75rem;
	background: #fff;
	border-radius: 0.1875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	background: url("../images/do_pdf.png")  no-repeat;
}

.downloadlist li .info{
	flex: 1;
}
.downloadlist li .info h4{
	font-size: 1.05rem;
	color: #333;
	
	margin-bottom: 0.25rem;
}
.downloadlist li:hover .info h4{
	color: #FDA53E;
}
.downloadlist li .info p{
	font-size: 0.75rem;
	color: #999;
}
.downloadlist li .dbtn{
	padding: 0 1.375rem;
	line-height: 1.875rem;
	border: 0.0625rem solid #ddd;
	border-radius: 1.875rem;
	font-size: 0.8125rem;
	color: #666;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.downloadlist li .dbtn::before{
	content: '↓';
	font-size: 0.875rem;
}

.downloadlist li:hover .dbtn{
	background: #FDA53E;
	color: #fff;
	border-color: #FDA53E;
}


.news{
	padding: 0 0 3.125rem;
	background: #fff;
}
.newslist .topitem{
	width: 100%;
}
.newslist .topitem a{
	display: flex;
	gap: 1.25rem;
	background: #F7F7F7;
	border: 0.0625rem solid #eee;
	padding: 1.125rem;
	border-radius: 0.25rem;
	transition: all 0.3s;
	min-height: 17.5rem;
}
.newslist .topitem a:hover{
	box-shadow: 0 0.375rem 1.25rem rgba(0,0,0,0.08);
	transform: translateY(-0.125rem);
}
.newslist .topitem .pic{
	width: 43.5rem;
	height: 25.25rem;
	overflow: hidden;
	flex-shrink: 0;
	background: #f5f5f5;
	border-radius: 0.1875rem;
}
.newslist .topitem .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.newslist .topitem a:hover .pic img{
	transform: scale(1.05);
}
.newslist .topitem .info{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem 2rem;
}
.newslist .topitem .info h3{
	font-size: 1.45rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}
.newslist .topitem a:hover .info h3{
	color: #FDA53E;
}
.newslist .topitem .info p{
	font-size: 1rem;
	color: #666;
	line-height: 1.9;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.newslist .topitem .info .date{
	font-size: 1rem;
	color: #999;
	margin-top: 0.875rem;
	padding-top: 0.875rem;
	border-top: 0.0625rem dashed #e5e5e5;
	width: fit-content;
}


.newslist ul.sublist{
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 2.5rem;
}
.newslist .sublist li{
	width: calc((100% - 2.5rem)/2);
}
.newslist .sublist li a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #F7F7F7;
	border: 0.0625rem solid #eee;
	padding: 2.5rem;
	border-radius: 0.25rem;
	transition: all 0.3s;
	min-height: 16rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.newslist .sublist li a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: -1;
	background-image: var(--bg, none); 
}

.newslist .sublist li a::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(245, 165, 35, 1), rgba(245, 165, 35, 0));
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: -1;
}
.newslist .sublist li a:hover::before{
	opacity: 1;
}
.newslist .sublist li a:hover::after{
	opacity: 1;
}
.newslist .sublist li a:hover{
	transform: translateY(-0.125rem);
	box-shadow: 0 0.375rem 1.25rem rgba(0,0,0,0.1);
	border-color: transparent;
}
.newslist .sublist li .info{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.newslist .sublist li h3{
	font-size: 1.45rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.825rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}
.newslist .sublist li a:hover h3,
.newslist .sublist li.hot a h3{
	color: #fff;
}
.newslist .sublist li .info p{
	font-size: 1rem;
	color: #666;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0.75rem;
	transition: all 0.3s;
}
.newslist .sublist li a:hover p,
.newslist .sublist li.hot a p{
	color: rgba(255,255,255,0.9);
}
.newslist .sublist li .date{
	font-size: 0.8125rem;
	color: #999;
	transition: all 0.3s;
}
.newslist .sublist li a:hover .date,
.newslist .sublist li.hot a .date{
	color: rgba(255,255,255,0.85);
}


.performance{
	padding: 0 0 1.875rem;
	background: #fff;
}
.perflist ul{
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}
.perflist li a{
	display: flex;
	background: #F7F7F7;	
	border-radius: 0.25rem;
	transition: all 0.3s;
	border: 0.0625rem solid #f5f5f5;
}
.perflist li a:hover{
	background: #fffaf3;
	border-color: #FDA53E;
	transform: translateY(-0.125rem);
	color: #FDA53E;
}
.perflist li .pic{
	width: 25rem;
	height: 17rem;
	overflow: hidden;
	flex-shrink: 0;
	background: #f5f5f5;
	padding: 0.0625rem;

}
.perflist li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perflist li .info{
	padding: 3.25rem 4.1875rem;
	flex: 1;
}
.perflist li .info h4{
	font-size: 1.15rem;	
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.perflist li .info h4{
	color: #000;
}

.perflist li:hover .info h4{
	color: #FDA53E;
}


.perflist li .info p{
	font-size: 0.9125rem;
	color: #666;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.perflist li .info .date{
	font-size: 0.85rem;
	color: #999;
	margin-top: 2.175rem;
}

.home-banner{
	width: 100%;
	height: 58rem;
	position: relative;
	overflow: hidden;
	background: #0a1a2e;
}
.home-banner .swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;
}
.home-banner .banner-bg{
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*
.home-banner .swiper-slide::after{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(10,26,46,0.35);
	z-index: 1;
}
*/
.home-banner .hcontent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: left;
	color: #fff;
	width: 90rem;
	padding: 0 3rem;
}
.home-banner .hcontent h1{
	font-size: 4.25rem;
	font-weight: bold;
	margin-bottom: 1.125rem;
	letter-spacing: 0.25rem;
	text-shadow: 0px 5px 2px rgba(57, 99, 149, 0.09);
}
.home-banner .hcontent h2{
	font-size: 2.35rem;
	font-weight: normal;
	margin-bottom: 1rem;
	opacity: 0.95;
	text-shadow: 0px 5px 2px rgba(57, 99, 149, 0.09);
}
.home-banner .hcontent p{
	font-size: 1.4rem;
	opacity: 0.85;
	margin-bottom: 2.25rem;
	max-width: 32.5rem;
	line-height: 1.8;
	text-shadow: 0px 5px 2px rgba(57, 99, 149, 0.09);
}
.home-banner .hcontent a{
	display: inline-flex;
	padding: 0 2.125rem;
	line-height: 2.75rem;
	background: #FDA53E;
	color: #fff;
	gap: 0.75rem;
	font-size: 0.875rem;

	transition: all 0.3s;
}

.home-banner .hcontent a:after {
  content: '→';
  font-size: 1rem;
}
.home-banner .hcontent a:hover{
	background: #e08e0d;
}
.home-banner .swiper-pages{
	bottom: 1.875rem !important;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 4.166666666666667rem;
    z-index: 13;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.32);
    line-height: 0.875rem;
}


.home-banner .swiper-pagination-bullet{
	width: 0.625rem;
	height: 0.625rem;
	background: rgba(255,255,255,0.5);
	opacity: 1;
	margin: 0 0.375rem !important;
}
.home-banner .swiper-pages span.swiper-pagination-current{
	color: #fff;
}


.homesec{
	padding: 7rem 1.5rem;
}
.homesec-gray{
	background: #f7f7f7;
}
.homesec-dark{
	/* background: #0d1b2e url(../images/footer_bg.jpg) no-repeat center/cover; */
	background: #fff;
	color: #fff;
	position: relative;
}

.homesec-dark > .wrap{
	position: relative;
	z-index: 1;
}
.homesec-dark .hstit{
	color: #fff;
}

.homesec-dark .hstit h3 i{
	color: rgba(255,255,255,0.5);
}
.homesec-dark .hstab li{
	color: #fff;
}
.homesec-dark .hstab li.on a,
.homesec-dark .hstab li a:hover{
	color: #FDA53E;
}

.hstit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.hstit h3{
	font-size: 2.8rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.0625rem;
}
.hstit h3 i{
	font-weight: normal;
	font-size: 0.875rem;
	color: #999;
	margin-left: 0.625rem;
	font-style: normal;
	letter-spacing: 0;
}
.hstit .more{
	background: #FDA53E;
	color: #fff;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	transition: all 0.3s;
	padding: 0.35rem 1.625rem;
	line-height: 2rem;
	border: 0.0625rem solid #FDA53E;
	
}
.hstit .more:hover{
	background: #FDA53E;
	color: #fff;
	gap: 0.375rem;
}
.hstit .more::after{
	content: '→';
	font-size: 1rem;
}

.home-about-sec{
	position: relative;
	background: url("../images/about_index.jpg") bottom center no-repeat;
	/*background-size:100%;*/
}
.homeabout-gy{
	padding: 14rem 1.5rem;
}
.homeabout{
	display: flex;
	gap: 4.375rem;
	align-items: center;
}
.homeabout .htxt{
	width: 33.75rem;
	overflow: hidden;
}
.sec-label{
	font-size: 1.1rem;
	color: #FDA53E;
	margin-bottom: 3rem;
	font-weight: bold;
	letter-spacing: 0.0625rem;
}
.homeabout .htxt h4{
	font-size: 1.75rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 2rem;
	line-height: 1.4;
}
.homeabout .htxt p{
	font-size: 1.055rem;
	color: #666;
	line-height: 2;
	margin-bottom: 1rem;
}

.homeabout .htxt a{
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 1.625rem;
	line-height: 2.25rem;
	background: #FDA53E;
	color: #fff;
	gap: 0.75rem;
	font-size: 0.95rem;
	
	transition: all 0.3s;
	margin-top: 3.2rem;
}
.homeabout .htxt a:after {
  content: '→';
  font-size: 1rem;
}
.homeabout .htxt a:hover{
	background: #e08e0d;
}

.homeabout .htxt .btn img {
  margin-left: 1.5625rem;
}

.home-pro-sec{
	background: url("../images/pro_bg.jpg") top center no-repeat;
	
}
.homeprotab{
	display: flex;
	justify-content: center;
	margin-bottom: 1.875rem;
}
.homeprotab ul{
	display: flex;
	gap: 2.5rem;
}
.homeprotab li{
	position: relative;
}
.homeprotab li a{
	font-size: 0.9375rem;
	color: #666;
	line-height: 2.125rem;
	transition: all 0.3s;
	display: block;
}
.homeprotab li.on a,
.homeprotab li a:hover{
	color: #FDA53E;
}
.homeprotab li.on::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 1.25rem;
	height: 0.125rem;
	background: #FDA53E;
}
.home-pro-swiper{
	padding: 0.625rem 0.3125rem 3.125rem;
	overflow: hidden;
	
}
.homepro-item{
	background: #fff;
	border-radius: 0.375rem;
	overflow: hidden;
	transition: all 0.3s;
}
.homepro-item:hover{
	transform: translateY(-0.3125rem);
	box-shadow: 0 0.625rem 1.875rem rgba(0,0,0,0.1);
}

.homepro-item .num{
	position: absolute;
	top: 1.125rem;
	left: 1.5rem;
	font-size: 1.625rem;
	font-weight: 700;
	color: rgba(177, 173, 165, 0.18);
	font-style: italic;
	line-height: 1;
	z-index: 2;
}

.homepro-item .pic{
	width: 100%;
	height: 20.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.875rem;
	background: #fff;
	overflow: hidden;
}
.homepro-item .pic img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}
.homepro-item:hover .pic img{
	transform: scale(1.05);
}
.homepro-item .info{
	padding: 1.375rem 1.5rem 1.75rem;
}
.homepro-item .info h4{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
}
.homepro-item:hover .info h4{
	color: #FDA53E;
}
.homepro-item:hover .num{
	color: rgba(253, 165, 62, 0.18);
}
.homepro-item .info p{
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.home-pro-swiper .swiper-slides{
	bottom: 0 !important;
}
.home-pro-swiper .swiper-pagination-bullet{
	width: 0.5rem;
	height: 0.5rem;
	background: #ccc;
	opacity: 1;
	margin: 0 0.3125rem !important;
}
.home-pro-swiper .swiper-pagination-bullet-active{
	background: #FDA53E;
}
.home-pro-swiper .swiper-button-prev,
.home-pro-swiper .swiper-button-next{
	width: 4.1rem;
	height: 4.1rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.625rem rgba(0,0,0,0.1);
	color: #666;
	top:45%;
	transition: all 0.3s;
	position: absolute;
	left:0;
	margin:0 -2.375rem;
}



.home-pro-swiper .swiper-button-next {
	left:auto;
	right:0;

}
.home-pro-swiper .swiper-button-prev:after,
.home-pro-swiper .swiper-button-next:after{
	font-size: 0.875rem;
}
.home-pro-swiper .swiper-button-prev:hover,
.home-pro-swiper .swiper-button-next:hover{
	background: #FDA53E;
	color: #fff;
}

.home-pro-swiper .swiper-pagination{
	top:revert;
	bottom:0;
}

.home-case-sec{
	padding: 7.8rem 0 7.8rem;
}
.homecases{
	display: flex;
	gap: 3rem;
}
.homecases li{
	flex: 1;
	list-style: none;
}
.homecases li a{
	display: block;
	position: relative;

	overflow: hidden;
}
.homecases li a .pic{
	width: 100%;
	height: 34rem;
	overflow: hidden;
}
.homecases li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.homecases li a:hover .pic img{
	transform: scale(1.08);
}
.homecases li a .info{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3.75rem 1.375rem 1.375rem;
	color: #fff;
	transition: all 0.4s ease;
}
.homecases li a:hover .info{
	padding-bottom: 2rem;
	background: linear-gradient(to top, rgba(253,165,62,0.98), rgba(253,165,62,0.35), transparent);
}
.homecases li a .info h4{
	font-size: 1.25rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.homecases li a .info p{
	font-size: 0.8125rem;
	opacity: 0.9;
}

.home-news-sec{
	background: #F7F7F7;
}
.homenews{
	display: flex;
	gap: 1.875rem;
}
.news-featured{
	width: 55%;
}
.news-featured a{
	display: block;
	background: #fff;
	
	overflow: hidden;
	transition: all 0.3s;
}
.news-featured a:hover{
	box-shadow: 0 0.625rem 1.875rem rgba(0,0,0,0.08);
}
.news-featured a:hover .info h4{
	color: #FDA53E;
}
.news-featured .pic{
	width: 100%;
	height: 28rem;
	overflow: hidden;
}
.news-featured .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.news-featured a:hover .pic img{
	transform: scale(1.05);
}

.news-featured .info .date{
	display: inline-flex;
	font-size: 0.95rem;
	color: #FDA53E;
	gap: 0.375rem;
	margin-bottom: 0.625rem;
}
.news-featured .info .date::before{
	content: "";
	background:url("../images/time.png") no-repeat 100%;
	background-size: 0.75rem;
	width:0.75rem;
}

.news-featured .info{
	padding: 1.5rem 1.875rem;
}
.news-featured .info h4{
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.75rem;
	line-height: 1.5;
	transition: all 0.3s;
}

.news-side{
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.news-side li{
	background: #fff;
}
.news-side li a{
	display: flex;
	gap: 1rem;
	align-items: center;
	border-bottom: 0.0625rem solid #f0f0f0;
	transition: all 0.3s;
}
.news-side li:last-child a{
	border-bottom: none;
}
.news-side li a:hover .info h4{
	color: #FDA53E;
}
.news-side li .info{
	flex: 1;
	min-width: 0;
	padding: 2.628rem 1.25rem;
}
.news-side li .date{
	display: inline-flex;
	font-size: 0.95rem;
	color: #FDA53E;
	gap: 0.375rem;
	margin-bottom: 0.625rem;
}
.news-side li .date::before{
	content: "";
	background:url("../images/time.png") no-repeat 100%;
	background-size: 0.75rem;
	width:0.75rem;
}
.news-side li h4{
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	transition: all 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-side li .pic{
	width: 18rem;
	height: 11.08rem;
	overflow: hidden;
	flex-shrink: 0;
}
.news-side li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.news-side li a:hover .pic img{
	transform: scale(1.08);
}

.home-partners-sec{
	background: #fff;
	padding: 7rem 0 7rem;
}
.partner-logos{
	display: flex;
	flex-wrap: wrap;
	border: 0.0625rem solid #eee;
	border-bottom: none;
    border-right: none;
}
.partner-logos li{
	width: calc((100%)/5);
	height: 6.875rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	transition: all 0.3s;
	border-right: 0.0625rem solid #eee;
    border-bottom: 0.0625rem solid #eee;
}
.partner-logos li:hover{
	background: #fff;
	transform: translateY(-0.1875rem);
	box-shadow: 0 0.375rem 1.25rem rgba(0,0,0,0.08);
}
.partner-logos li img{
	max-width: 90%;
	max-height: 70%;
	object-fit: contain;
}


.cases{
	background: #fff;
	padding-bottom: 1.875rem;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
}
.caselist li{
	width: calc((100% - 3.75rem)/3);
}
.caselist li a{
	display: block;
	background: #fff;
	border: 0.0625rem solid #eee;
	transition: all 0.3s;
	overflow: hidden;
}
.caselist li a:hover{
	box-shadow: 0 0.4375rem 1.5625rem rgba(0,0,0,0.08);
	transform: translateY(-0.1875rem);
	border-color: #FDA53E;
}
.caselist li .pic{
	width: 100%;
	height: 19rem;
	overflow: hidden;
	background: #f5f5f5;
}
.caselist li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.caselist li a:hover .pic img{
	transform: scale(1.08);
}
.caselist li .info{
	padding: 1.25rem 1.5rem 1.75rem;
}
.caselist li .info h4{
	font-size: 1.1rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.625rem;
	transition: all 0.3s;
}
.caselist li a:hover .info h4{
	color: #FDA53E;
}
.caselist li .info p{
	font-size: 0.875rem;
	color: #666;
	line-height: 1.85;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.webmobile{
	display: none !important;
}
.webpc{
	display: block;
}

.nodata{
	margin: 0 auto;
	color:#666;
	background:url(../images/nodata.png) no-repeat center;
	background-size: 100%;
	height: 5rem;
	width: 5rem;
	margin-top: 4rem;
	
}
