body{padding: 0;margin: 0;font-family: "PingFang","microsoft yahei";font-size: 16px;color: #000000;overflow-x:hidden;}
body.noscroll{height: 100vh;overflow-y: hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #e8eae9;}
.heibg{background: #151412;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{padding: 0 16px;max-width: 1232px;margin: 0 auto;}
.container2{max-width: 1552px;}
@media (max-width:1552px) {.container2{max-width: 1232px;}}
@media (max-width:1232px) {.container{max-width: 1024px;}}
@media (max-width:1024px) {.container{max-width: 800px;}}
@media (max-width:800px) {.container{max-width: 100%};}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_7{width: calc(100% / 7);}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_4_2{width: calc((100% / 4) * 3);}
.col_3{width: calc(100% / 3);}
.col_3_2{width: calc((100% / 3) * 2);}
.col_2{width: calc(100% / 2);}
.col_1{width: calc(100% / 1);}
.imgB{
	position: relative;
    padding-top: 100%;
	display: block;
}
.imgB .pic{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgB .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}


 

header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
}
header .nrBox{height: 80px;}
header .logo img{
	max-height: 52px;
	display: block;
	margin-right: 24px;
}
header .logo b{
	display: block;
	font-size: 20px;
	color: rgb(71, 71, 71);
	font-weight: 400;
}
header .logo span{
	display: block;
	font-size: 10px;
	color: rgb(71, 71, 71);
	font-weight: 400;
}
header .menuUl>li{
	margin-right: 36px;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .ejBtn{
	display: block;
	width: 14px;
	height: 8px;
	position: absolute;
	right: -18px;
	top: calc(50% - 4px);
}
header .menuUl .yiji a{
	font-size: 18px;
	color: #474747;
	line-height: 80px;
	display: block;
	position: relative; 
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 12px;
	background: #e56f20;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #e56f20;}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 80px;
	transition: all 0.3s;
	background: #ffffff;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 150px;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	border-radius: 8px;
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #666666;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 18px;
	text-align: center;
}
header .menuUl .erjiUl>li>a:hover{color: #e56f20;}
header .langB{
	margin-left: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(166, 164, 164);
	background-color: rgba(255, 255, 255, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
header .langB a{
	display: block;
	width: 64px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #474747;
	border-radius: 30px;
	text-transform: uppercase;
}
header .langB a.on{
	background: rgb(126, 137, 123);
	color: #ffffff;
}
header .mopenBtn{display: none;}
header.nyhead,
header.onFix{
	background: #ffffff;
}
@media (max-width:1552px) {
	header .menuUl>li{margin-right: 16px;}
	header .langB{margin-left: 16px;}
}
@media (max-width:1232px) {
	header .logo img{margin-right: 12px;max-width: 96px;}
	header .logo p{width: 132px;}
	header .logo b{font-size: 16px;}
	header .menuUl .yiji a{font-size: 16px;}
	header .langB a {
	    width: max-content;
	    line-height: 30px;
	    font-size: 14px;
		padding: 0 12px;
	}
	header .menuUl>li{margin-right: 12px;}
}
@media (max-width:1024px) {
	header .nrBox{
		height: 56px;
	}
	header .logo p{display: none;}
	header .logo img{max-height: 32px;}
	header .findBox{height: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
		margin-left: 16px;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #e56f20;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #e56f20;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 56px;
		display: block;
		width: 100%;
		height: calc(100vh - 56px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background:#e56f20;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #e56f20;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
		box-shadow: none;
	}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
		box-shadow: unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;text-align: left;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
}


.moreB{
	border-radius: 4px;
	background-color: rgb(126, 137, 123);
	width: max-content;
	height: 50px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 0 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.moreB i{
	font-size: 12px;
	display: block;
	margin-left: 8px;
}
.moreB:hover{
	background: #e56f20;
}
@media (max-width:1024px) {
	.moreB{padding: 0 16px;height: 40px;font-size: 14px;}
}

.banner{overflow: hidden;}
.swiper_banner{position: relative;z-index: 1;}
.swiper_banner .swiper-slide{
	justify-content: flex-start;
}
.swiper_banner .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.swiper_banner .nrBox{
	position: relative;
	z-index: 2;
	text-align: center;
	padding: calc(10vw + 100px) 0 10vw;
	min-height: 37.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper_banner .font1{
	font-size: 40px;
	color: rgb(0, 0, 0);
	margin: 0;
	font-weight: 400;
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
}
.swiper_banner .xian{
	background-color: rgb(125, 125, 125);
	display: block;
	width: 52px;
	height: 2px;
	margin: 40px auto 0;
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
	transition-delay: 0.3s;
}
.swiper_banner .font2{
	font-size: 68px;
	color: rgb(0, 0, 0);
	margin: 0;
	font-weight: 400;
	margin: 20px auto 0;
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
	transition-delay: 0.6s;
	padding: 0 44px;
}
.swiper_banner .font3{
	font-size: 20px;
	color: rgb(0, 0, 0);
	margin: 0;
	margin: 20px auto 0;
	transition: all 0.6s;
	transform: translateY(40px);
	opacity: 0;
	transition-delay: 0.9s;
}
.swiper_banner .btnG{
	margin-top: 80px;
	transition: all 0.6s;
	transition-delay: 1.2s;
	transform: translateY(40px);
	opacity: 0;
} 
.swiper_banner .btnG .moreB{
	margin: 0 32px;
	height: 56px;
	font-size: 20px;
}
.swiper_banner .swiper-slide-active .font1,
.swiper_banner .swiper-slide-active .xian,
.swiper_banner .swiper-slide-active .font2,
.swiper_banner .swiper-slide-active .font3,
.swiper_banner .swiper-slide-active .btnG{transform: translateY(0);opacity: 1;}
.banner .swiper-pagination{
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	opacity: 1;
	width: 14px;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet::after{
	content: "";
	border-radius: 50%;
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background: rgb(126, 137, 123);
	opacity: 0;
}
.banner .swiper-pagination-bullet-active{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(126, 137, 123);
	background: none;
}
.banner .swiper-pagination-bullet-active::after{opacity: 1;}
.banner .swiper-button-prev,
.banner .swiper-button-next{display: none;}

.banny{margin-top: 100px;}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .nrBox{
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 12vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banny .font1{
	font-size: 50px;
	color: rgb(255, 255, 255);
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}
.banny .font3{
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.5;
	margin: 8px auto 0;
}
@media (max-width:1232px) {
	.swiper_banner .font1{font-size: 32px;}
	.swiper_banner .font2{font-size: 48px;}
	.banny .font1{font-size: 48px;}
}
@media (max-width:1024px) {
	.swiper_banner .nrBox{padding: 24vw 0;min-height: unset;}
	.swiper_banner .font1{font-size: 24px;}
	.swiper_banner .xian{margin-top: 16px;}
	.swiper_banner .font2{font-size: 28px;}
	.swiper_banner .font3{font-size: 14px;margin-top: 16px;}
	.swiper_banner .btnG{margin-top: 32px;}
	.swiper_banner .btnG .moreB{margin: 0 8px;height: 40px;font-size: 15px;}
	.banny{margin-top: 56px;}
	.banny .font1{font-size: 28px;}
	.banny .font3{font-size: 14px;}
}

footer{
	background: #f0f0f0;
	font-size: 15px;
	color: rgb(109, 108, 108);
	text-transform: uppercase;
}
footer a{color: rgb(109, 108, 108);}
footer a:hover{color: rgb(0, 0, 0);}
footer .fNr{padding: 64px 0 32px;}
footer .footL{width: 28%;}
footer .logo{display: block;}
footer .logo img{display: block;max-height: 52px;}
footer .footL .textB{
	font-size: 14px;
	color: rgb(109, 108, 108);
	text-transform: uppercase;
	line-height: 2;
	margin-top: 24px;
}
footer .shareB{margin-top: 20px;justify-content: flex-start;}
footer .shareB a{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px;
} 
footer .shareB i{
	font-size: 50px;
	color: rgb(50, 50, 52);
}
footer .fNav{width: 30%;}
footer .fTit{
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 24px;
}
footer .fCon a{
	display: block;
	margin-bottom: 16px;
}
footer .footR{width: 20%;}
footer .fCon b{
	display: block;
	font-size: 34px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px;
}
footer .ewmB{
	width: 140px;
	margin: 8px 0 0;
}
footer .ewmB img{
	width: 100%;
	display: block;
}
footer .ewmB span{
	display: block;
	text-align: center;
	font-size: 15px;
	color: rgb(109, 108, 108);
	text-transform: uppercase;
	margin-top: 8px;
}
footer .banquan{
	font-size: 15px;
	color: rgb(109, 108, 108);
	text-transform: uppercase;
	text-align: center;
	padding: 32px 0;
}
@media (max-width:1024px) {
	footer .fNr{display: block;}
	footer .footL{width: 100%;}
	footer .fNav{width: 100%;margin: 16px 0;}
	footer .footR{width: 100%;}
	footer .shareB i{font-size: 40px;}
}
@media (max-width:800px) {
	footer .fNr{padding: 16px 0;position: relative;}
	footer .logo img{max-height: 36px;}
	footer .footL .textB{margin-top: 16px;line-height: 1.6;}
	footer .shareB{margin-top: 16px;position: absolute;right: 0;bottom: 44px;width: calc(100% - 156px);height: 140px;flex-wrap: wrap;align-items: center;justify-content: center;}
	footer .shareB a{position: absolute;width: 40px;height: 40px;margin: 0;}
	footer .shareB a:nth-child(1){left: calc(50% - 48px);top: calc(50% - 48px);}
	footer .shareB a:nth-child(2){right: calc(50% - 48px);top: calc(50% - 48px);}
	footer .shareB a:nth-child(3){left: calc(50% - 48px);bottom: calc(50% - 48px);}
	footer .shareB a:nth-child(4){right: calc(50% - 48px);bottom: calc(50% - 48px);}
	footer .fNav{
		display: block;
		width: 100%;
		margin-top: 12px;
		border-bottom: 1px solid rgba(39, 125, 198,0.4);
	}
	footer .fNav .fCol{
		width: 100%;
		border-top: 1px solid rgba(39, 125, 198,0.4);
	}
	footer .fNav .fCol .fCon2{
		border-top: 1px solid rgba(39, 125, 198,0.4);
		padding: 8px 0;
	}
	footer .fNav .fTit{
		font-size: 16px;
		margin-bottom: 0;
		position: relative;
		padding: 0;
		height: 48px;
		line-height: 48px;
		border-bottom: 0;
	}
	footer .fNav .fCon{
		display: none;
		border-top: 1px solid rgba(39, 125, 198,0.4);
	}
	footer .fNav .fCon a{
		padding: 4px 16px;
		margin: 0;
		position: relative;
	}
	footer .fNav .fCon a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: rgba(39, 125, 198,0.4);
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	footer .fNav .fTit .downBtn{
		width: 48px;
		height: 48px;
		border-left: 1px solid rgba(39, 125, 198,0.4);
		position: absolute;
		right: 0;
		top: 0;
	}
	footer .fNav .fTit .downBtn::after{
		content: "";
		width: 10px;
		height: 2px;
		background: rgba(39, 125, 198,0.4);
		position: absolute;
		left: calc(50% - 5px);
		top: calc(50% - 1px);
	}
	footer .fNav .fTit .downBtn::before{
		content: "";
		width: 2px;
		height: 10px;
		background: rgba(39, 125, 198,0.4);
		position: absolute;
		left: calc(50% - 1px);
		top: calc(50% - 5px);
	}
	footer .fNav .open .fTit .downBtn::before{display: none;}
	footer .fCon b{font-size: 24px;}
	footer .banquan{padding: 8px 0;}
}
.indP{padding: 96px 0;overflow: hidden;}
.pubTit{
	margin-bottom: 64px;
}
.pubTit .titen{
	font-size: 36px;
	color: rgb(221, 221, 221);
	text-transform: uppercase;
	line-height: 1;
}
.pubTit .tit{
	font-size: 30px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 1.2;
	margin-top: 16px;
}
.ind1Ul{
	flex-wrap: wrap;
	background: url(../img/ind1s.png) center center no-repeat;
	padding-bottom: 100px;
}
.ind1Ul .titB{
	font-size: 18px;
	color: rgb(0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
}
.ind1Ul .titB::before,
.ind1Ul .titB::after{
	content: "";
	background-color: rgb(229, 111, 32);
	display: block;
	width: 23px;
	height: 1px;
	margin: 0 16px;
}
.ind1Ul .descB{
	font-size: 16px;
	color: #6d6d6d;
	line-height: 2;
	margin-top: 8px;
}
.ind1Ul li:nth-child(1){width: 100%;margin-bottom: 100px;}
.ind1Ul li:nth-child(1) .descB{margin: 8px auto 0;width: 280px;text-align: center;}

.ind1Ul li:nth-child(2){width: 50%;padding-right: 90px;text-align: right;}
.ind1Ul li:nth-child(2) .titB:after{display: none;}
.ind1Ul li:nth-child(2) .titB{justify-content: flex-end;}
.ind1Ul li:nth-child(2) .descB{width: 68%;margin-left: 32%;}

.ind1Ul li:nth-child(3){width: 50%;padding-left: 90px;}
.ind1Ul li:nth-child(3) .titB{justify-content: flex-start;}
.ind1Ul li:nth-child(3) .titB::before{display: none;}
.ind1Ul li:nth-child(3) .descB{width: 68%;}
.indP1 .moreB{
	margin: 16px auto 0;
	font-size: 16px;
}
.indP2 .pubTit .titen{
	color: rgb(143, 143, 143);
}
.ind2Ul{margin: -10px;}
.ind2Ul li{padding: 10px;}
.ind2Ul .kuang{
	height: 100%;
	position: relative;
}
.ind2Ul .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0;
}
.ind2Ul .textB{
	position: relative;
	z-index: 2;
	padding: 56px 28px 28px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.ind2Ul .kkk{width: 100%;}
.ind2Ul .titB{
	font-size: 22px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}
.ind2Ul .descB{
	font-size: 15px;
	color: rgb(144, 143, 144);
	line-height: 2;
	margin-top: 16px;
}
.ind2Ul .moreB{
	border-radius: 4px;
	background: rgba(255, 255, 255,0);
	width: max-content;
	height: 42px;
	font-size: 16px;
	color: rgb(147, 147, 147);
	text-transform: uppercase;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	transition: all 0.3s;
}
.ind2Ul .moreB i{
	display: block;
	font-size: 12px;
	margin-left: 8px;
}
.ind2Ul .moreB:hover{
	padding: 0 24px;
	background: #ffffff;
	color: rgb(147, 147, 147);
}
.ind2Ul li.col_4 .titB,
.ind2Ul li.col_4 .descB,
.ind2Ul li.col_4 .moreB{color: #ffffff;}
.ind2Ul .ind2Ul li:nth-child(2) .titB,
.ind2Ul .ind2Ul li:nth-child(2) .descB,
.ind2Ul .ind2Ul li:nth-child(2) .moreB,
.ind2Ul .ind2Ul li:nth-child(3) .titB,
.ind2Ul .ind2Ul li:nth-child(3) .descB,
.ind2Ul .ind2Ul li:nth-child(3) .moreB,
.ind2Ul .ind2Ul li:nth-child(4) .titB,
.ind2Ul .ind2Ul li:nth-child(4) .descB,
.ind2Ul .ind2Ul li:nth-child(4) .moreB{color: #ffffff;}
.ind2Ul .ind2Ul li:nth-child(1) .textB,
.ind2Ul .ind2Ul li:nth-child(5) .textB{background: #ffffff;}
.ind2Ul .ind2Ul li:nth-child(3) .textB{background: #dfb497; }
.ind2Ul li.col_4 .moreB:hover{color: #735125;}
.ind2Ul .ind2Ul li:nth-child(1) .moreB:hover,
.ind2Ul .ind2Ul li:nth-child(5) .moreB:hover{box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);color: rgb(147, 147, 147);}
.ind2Ul .ind2Ul li:nth-child(2) .moreB:hover{color: #759cc2;}
.ind2Ul .ind2Ul li:nth-child(3) .moreB:hover{color: #dfb497;}
.ind2Ul .ind2Ul li:nth-child(4) .moreB:hover{color: #546450;}
.indP3L{width: 42.8%;padding-bottom: 60px;position: relative;}
.indP3L .imgB{padding-top: 117%;}
.indP3L .kuang{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 4px rgba(118, 118, 118, 0.1);
	width: calc(100% - 60px);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 32px 40px 40px 60px;
}
.indP3L .textB{
	font-size: 16px;
	color: rgb(94, 134, 195);
	text-transform: uppercase;
	line-height: 2;
	position: relative;
}
.indP3L .textB::before{
	content: "";
	background-color: rgb(94, 134, 195);
	position: absolute;
	left: -34px;
	top: 8px;
	display: block;
	width: 4px;
	height: calc(100% - 16px);
}
.moreB2{
	display: block;
	width: max-content;
	position: relative;
	margin-top: 32px;
}
.moreB2 p{
	z-index: 2;
	border-radius: 4px;
	background-color: rgb(94, 134, 195);
	width: max-content;
	height: 56px;
	padding: 0 30px;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(94, 134, 195);
	transition: all 0.3s;
}
.moreB2 i{font-size: 20px;margin-right: 14px;display: block;}
.moreB2:hover p{background-color: rgb(113, 161, 234);}
.moreB2::before{
	content: "";
	border-radius: 4px;
	background-color: rgb(0, 0, 0);
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.indP3R{width: 54%;}
.indP3R .pubTit{margin-bottom: 48px;}
.indP3R .pubTit .tit{margin-top: 30px;}
.indP3R .pubTit .descB{
	font-size: 16px;
	color: rgb(109, 109, 109);
	line-height: 2;
	margin-top: 40px;
}
.ind3Ul{margin: -20px -8px;width: 75%;}
.ind3Ul li{padding: 20px 8px;}
.ind3Ul .kuang{display: flex;justify-content: flex-start;align-items: center;}
.ind3Ul .iconB{margin-right: 10px;}
.ind3Ul .iconB img{width: 44px;display: block;}
.ind3Ul .titB{font-size: 18px;color: #000000;font-weight: 700;}
.indP3R .textB{
	font-size: 16px;
	color: rgb(109, 109, 109);
	line-height: 2;
	background-color: rgb(255, 255, 255);
	padding: 16px 32px;
	border-left: 6px solid #7e897b;
	margin-top: 48px;
}
.indP3R .moreB{margin-top: 38px;}
.indP4{padding-bottom: 0;}
.indP4 .swiper{overflow: visible;}
.indP4 .imgB{padding-top: 50%;}
.indP4 .textB{
	background-color: rgb(126, 137, 123);
	padding: 40px 7.7vw 28px;
	padding: 16px;
}
.indP4 .swiper-slide:nth-child(odd) .textB{
	background-color: #cc9a79;
}
.indP4 .titB{
	font-size: 22px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
}
.indP4 .titB::before,
.indP4 .titB::after{
	content: "";
	background-color: rgb(255, 255, 255);
	display: block;
	width: 23px;
	height: 1px;
	margin: 0 4px;
}
.indP4 .descB{
	font-size: 15px;
	color: rgb(255, 255, 255);
	line-height: 2;
	text-align: center;
	margin-top: 20px;
}
.indP4 .moreB{
	border: 1px solid #ffffff;
	background: #ffffff;
	color: rgb(126, 137, 123);
	height: 42px;
	display: flex;
	margin: 16px auto 0;
	transition: all 0.3s;
}
.indP4 .swiper-slide:nth-child(odd) .moreB{
	color: #cc9a79;
}
.indP4 .moreB:hover,
.indP4 .swiper-slide:nth-child(odd) .moreB:hover{
	background: none;
	color: #ffffff;
}
.indP4 .iconB1{
	display: block;
	width: 60px;
	position: absolute;
	left: 32px;
	top: 24px;
	opacity: 0;
}
.indP4 .iconB2{
	display: block;
	width: 36px;
	position: absolute;
	right: 16px;
	bottom: 12px;
	opacity: 0;
}
.indP4 .swiper-slide-active .iconB1,
.indP4 .swiper-slide-active .iconB2{opacity: 0.1;}
.ind5Ul{margin: -15px;}
.ind5Ul li{padding: 15px;}
.ind5Ul .iconB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(235, 235, 235);
	background-color: rgb(255, 255, 255);
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.ind5Ul .iconB img{max-width: 100%;max-height: 100%;}
.location .nrBox{
	position: relative;
	padding: 18px 0;
	font-size: 16px;
	color: rgb(56, 49, 46);
	padding-left: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.location .nrBox a{
	color: rgb(56, 49, 46);
}
.location .nrBox i{
	font-size: 12px;
	color: #767676;
	margin: 0 12px;
}
.location .nrBox .homei{
	position: absolute;
	left: 0;top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #272636;
	margin: 0;
}
.nyP{padding: 60px 0 130px;}
.prodUl li{margin-top: 70px;}
.prodUl li:first-child{margin-top: 0;}
.prodUl .tuB{width: calc(50% - 30px);}
.prodUl .imgB{padding-top: 68.4%;border-radius: 10px;overflow: hidden;}
.prodUl .textB{
	width: calc(50% - 40px);
	padding-top: 32px;
}
.prodUl .titB{
	font-size: 22px;
	color: rgb(56, 49, 46);
	display: block;
}
.prodUl .descB{
	font-size: 15px;
	color: rgb(144, 144, 144);
	line-height: 1.733;
	margin-top: 20px;
}
.prodUl .moreB{
	border-radius: 4px;
	background-color: rgb(237, 206, 164);
	height: 32px;
	font-size: 14px;
	color: rgb(56, 49, 46);
	padding: 0 10px;
	margin-top: 40px;
}
.prodUl .moreB i{font-size: 12px;margin-left: 4px;}
.prodUl .tsB{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgb(238, 242, 239);
	width: 61.67%;
	font-size: 18px;
	color: rgb(56, 49, 46);
	line-height: 2;
	padding: 28px 48px;
}
.pdetP1{padding-top: 60px;}
.proTit{
	font-size: 36px;
	color: rgb(0, 0, 0);
	text-align: center;
	margin-bottom: 32px;
}
.proTit::after{
	content: "";
	background-color: rgb(229, 111, 32);
	display: block;
	width: 64px;
	height: 2px;
	margin: 32px auto 0;
}
.pdetP1 .nrBox{
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 2.5;
}
.pdetP2 .proTit{font-size: 48px;margin-bottom: 72px;}
.pdetP2 .proTit::after{display: none;}
.pdet2Form .lineB{margin-bottom: 24px;}
.pdet2Form label{
	display: block;
	width: 100%;
	position: relative;
}
.pdet2Form .lineB label{
	width: calc(50% - 20px);
}
.pdet2Form .titB{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 50px;
	font-size: 18px;
	color: #000000;
	padding: 0 16px;
	text-align: right;
	width: 90px;
}
.pdet2Form input{
	display: block;
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 50px;
	padding: 0 16px 0 90px;
	border-radius: 50px;
	overflow: hidden;
	border: 0;
	font-size: 18px;
}
.pdet2Form .tijiao{
	background-color: rgb(232, 87, 44);
	width: 380px;
	height: 50px;
	text-align: center;
	padding: 0;
	cursor: pointer;
	color: #ffffff;
	margin: 54px auto 0;
}
.pdet3Ul li{
	padding: 16px 48px;
	margin-top: 20px;
	border-radius: 6px;
	background-color: rgb(247, 247, 247);
}
.pdet3Ul li:first-child{margin-top: 0;}
.pdet3Ul .zktit{
	font-size: 22px;
	color: rgb(55, 50, 68);
	padding: 24px 0;
	position: relative;
	padding-right: 32px;
	cursor: pointer;
}
.pdet3Ul .zktit i{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #232323;
	font-size: 12px;
	display: block;
	transition: all 0.3s;
}
.pdet3Ul .zktit::after{
	content: "";
	background-color: rgb(179, 179, 179);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	opacity: 0;
}
.pdet3Ul .zhshow{
	font-size: 16px;
	color: rgb(55, 50, 68);
	line-height: 2;
	padding: 16px 0;
	display: none;
}
.pdet3Ul .on .zktit::after{opacity: 1;}
.pdet3Ul .on .zktit i{transform: rotateX(180deg) translateY(6px);}

.caseUl .kuang{align-items: stretch;}
.caseUl li:nth-child(even) .kuang{flex-direction: row-reverse;}
.caseUl .tuB{width: 50%;}
.caseUl .imgB{padding-top: 50%;}
.caseUl .textB{
	width: 50%;
	padding: 16px 174px 16px 56px;
	background: url(../img/casebg.jpg) top center repeat-y;
}
.caseUl li:nth-child(even) .textB{padding: 16px 56px 16px 174px;}
.caseUl .titB{
	font-size: 26px;
	color: rgb(56, 49, 46);
	display: block;
}
.caseUl .titB::after{
	content: "";
	background-color: rgb(0, 0, 0);
	display: block;
	width: 28px;
	height: 6px;
	margin-top: 24px;
}
.caseUl .descB{
	font-size: 15px;
	color: rgb(144, 144, 144);
	line-height: 2;
	margin-top: 20px;
}
.caseUl .moreB{
	border-radius: 4px;
	background-color: rgb(237, 206, 164);
	height: 32px;
	font-size: 14px;
	color: rgb(56, 49, 46);
	padding: 0 10px;
	margin-top: 40px;
}
.caseUl .moreB i{font-size: 12px;margin-left: 4px;}
.pageNum{
	margin: 64px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pageNum a,
.pageNum span{
	border: 1px solid #e4e4e4;
	background: rgb(255, 255, 255);
	min-width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 16px; 
	color: #8a8a8a; 
	padding: 0 8px;
	display: block;
	text-align: center;
	margin: 5px;
}
.pageNum span{
	border-color: #e56f20;
	background: #e56f20;
	color:#ffffff; 
}
.pageTurn{
	margin-top: 48px;
	border-top: 1px solid #e3e3e3;
	padding: 24px 0;
}
.pageTurn div{width: calc(50% - 16px);}
.pageTurn a{
	font-size: 18px;
	color: rgb(0, 0, 0);
}
.pageTurn .nextB a{text-align: right;}
.pageTurn a:hover{
	color: #e56f20;
}
.location2 .nrBox{padding-right: 50%;}
.downForm{
	position: absolute;
	right: 0;
	top: calc(50% - 24px);
	width: 50%;
}
.downForm input{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(222, 222, 222);
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 48px;
	padding: 0 56px 0 16px;
}
.downForm .tijiao{
	position: absolute;
	right: 18px;
	top: calc(50% - 8px);
	height: 16px;
	width: auto;
	padding: unset;
	border: none;
}
.ejNav{
	background-color: rgb(247, 247, 247);
	padding: 0 40px;
	justify-content: flex-start;
}
.ejNav a{
	font-size: 16px;
	color: #808080;
	height: 60px;
	line-height: 60px;
	display: block;
	position: relative;
	margin-right: 7.3vw;
}
.ejNav a::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e56f20;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.ejNav a.on{
	color: #e56f20;
}
.ejNav a.on::after{
	opacity: 1;
}
.downUl{margin-top: 30px;}
.downUl li{margin-top: 18px;}
.downUl li:first-child{margin-top: 0;}
.downUl .kuang{
	background-color: rgb(247, 247, 247);
	height: 60px;
	padding: 0 34px 0 40px;
}
.downUl .titB{
	font-size: 16px;
	color: #333333;
	width: calc(100% - 300px);
}
.downUl .timeB{
	font-size: 14px;
	color: rgb(108, 108, 108);
}
.downUl .downB{
	border-style: solid;
	border-width: 1px;
	border-color: #e56f20;
	background-color: rgba(18, 57, 96, 0);
	width: 94px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 32px;
	font-size: 14px;
	color: #e56f20;
	font-weight: bold;
}
.downUl .downB i{
	display: block;
	font-size: 17px;
	margin-right: 10px;
}
.aboTit .tit{
	font-size: 28px;
	color: rgb(0, 0, 0);
}
.aboTit i{
	background-color: rgb(229, 111, 32);
	display: block;
	width: 28px;
	height: 2px;
	margin-top: 24px;
}
.aboTit .desc{
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.875;
	margin-top: 16px;
}
.aboP1{padding-top: 60px;}
.aboP1 .nrBox{padding-top: 124px;}
.aboP1L{
	width: calc(50% + 20px);
	position: absolute;
	left: 20px;
	top: 0;
}
.aboP1L .imgB{
	border-radius: 10px;
	background-color: rgb(212, 212, 212);
	padding-top: 72.4%;
	overflow: hidden;
}
.aboP1R{
	border-radius: 10px;
	background-color: rgb(242, 242, 242);
	padding: 48px 48px 80px calc(50% + 60px);
}
.aboUl{margin-top: 7.4vw;}
.aboUl .numB{
	font-size: 80px;
	font-family: "Impact";
	color: rgb(86, 85, 83);
	line-height: 1;
	text-align: center;
}
.aboUl .numB small{
	font-size: 30px;
}
.aboUl .titB{
	font-size: 18px;
	color: rgb(229, 111, 32);
	line-height: 1.667;
	text-align: center;
	margin-top: 24px;
}
.aboP2 .aboTit{text-align: center;margin-bottom: 40px;}
.aboP2 .aboTit i{display: none;}
.aboP2 .aboTit .desc{margin-top: 40px;}
.aboP2 .nrBox{
	background-color: rgb(229, 111, 32);
	width: max-content;
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.6;
	text-align: center;
	border-radius: 52px;
	margin: 0 auto;
	padding: 10px 24px;
	max-width: 100%;
}
.aboP3 .aboTit{text-align: center;margin-bottom: 48px;}
.aboP3 .ind5Ul{margin: -15px -8px;}
.aboP3 .ind5Ul li{padding: 15px 8px;}
.aboP3 .ind5Ul .iconB{height: 100px;}

.topNews{background: #eff2f3;}
.topNews .nrBox{
	position: relative;
	overflow: hidden;
}
.topNews .swiper{
	overflow: visible;
	width: 65%;
	margin: 0 auto;
}
.topNews .swiper-pagination{display: none;}
.topNews .swiper-button-prev{left: -88px;}
.topNews .swiper-button-next{right: -88px;}
.topNews .swiper-button-prev,
.topNews .swiper-button-next{
	border-radius: 50%;
	background-color: rgb(184, 184, 184);
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topNews .swiper-button-prev::after,
.topNews .swiper-button-next::after{
	font-size: 22px;
	color: #ffffff;
}
.topNews .imgB{padding-top: 51.3%;}
.topNews .titB{
	line-height: 1.538;
	text-align: center;
	margin: 16px auto 0;
	width: 75%;
	color: #bababa;
	font-size: 20px;
}
.topNews .swiper-slide-active .titB{
	font-size: 26px;
	color: rgb(0, 0, 0);
}
.topNews .swiper-slide{position: relative;z-index: 1;}
.topNews .swiper-slide-active{z-index: 2;}
.topNews .swiper-slide .kuang{transition: all 0.3s;transform: scale(0.73);}
.topNews .swiper-slide-active .kuang{transform: scale(1);}
.topNews .swiper-slide-prev .kuang{transform: scale(0.73) translateX(73%);}
.topNews .swiper-slide-next .kuang{transform: scale(0.73) translateX(-73%);}

.newsUl li{margin-top: 60px;}
.newsUl li:first-child{margin-top: 0;}
.newsUl .kuang{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(228, 228, 228);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	transition: all 0.3s;
}
.newsUl .tuB{width: 38.5%;}
.newsUl .imgB{padding-top: 56.3%;border-radius: 10px;overflow: hidden;}
.newsUl .textB{width: 57%;padding-right: 56px;}
.newsUl .titB{
	font-size: 24px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	transition: all 0.3s;
}
.newsUl .timeB{
	font-size: 16px;
	color: rgb(0, 0, 0);
	margin-top: 16px;
}
.newsUl .descB{
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.75;
	margin-top: 24px;
}
.newsUl li:hover .kuang{
	box-shadow: 0px 0px 16px 4px rgba(144, 144, 144, 0.17);
}
.newsUl li:hover .titB{
	color: #e56f20;
}
.pdetP1 .proTit .timeB{
	font-size: 16px;
	color: rgb(0, 0, 0);
	text-align: center;
	margin: 24px auto 0;
}
/* 联系我们 */
.ctctP .nrBox{align-items: stretch;}
.ctctPL{
	width: calc(50% + 40px);
}
.ctctPR{
	width: calc(50% - 76px);
	position: relative;
}
.ctctPL .pTiten{
	font-size: 28px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	line-height:1;
}
.ctctPL .pTit{
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin-top: 12px;
}
.ctctPL .pDesc{
	font-size: 14px;
	color: rgb(151, 150, 150);
	line-height: 1.865;
	margin-top: 12px;
	margin-bottom: 24px;
}
.ctctUl{margin: -5px 0;}
.ctctUl li{padding: 5px 0;}
.ctctUl .kuang{
	padding: 32px;
	background: #f5f7fa;
}
.ctctUl i{
	font-size: 36px;
	color: #e56f20;
	display: block;
	margin-right: 20px;
}
.ctctUl p{width: calc(100% - 56px);}
.ctctUl b{
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: block;
}
.ctctUl span{
	font-size: 17px;
	color: rgb(101, 101, 101);
	display: block;
	margin-top: 8px;
}
.ctctPR #map{
	background-color: rgb(245, 247, 250);
	box-shadow: 0px 0px 14.08px 1.92px rgba(74, 74, 74, 0.2);
	height: 100%;
	position: relative;
	z-index: 2;
}
.ctctPR::after{
	content: "";
	background-color: rgb(245, 247, 250);
	position: absolute;
	left: 8px;
	top: 8px;
	width: 100%;
	height: 100%;
	z-index: 1;
}



@media (max-width:1552px) {
	.topNews .container{padding: 0 48px;}
	.topNews .swiper-button-prev{width: 40px;height: 40px;left: 0;}
	.topNews .swiper-button-next{width: 40px;height: 40px;right: 0;}
	.ind2Ul{margin: -8px;}
	.ind2Ul li{padding: 8px;}
	.ind2Ul .textB{padding: 40px 16px 16px;}
	.ind2Ul .titB{font-size: 20px;}
	.caseUl .textB{padding: 16px 120px 16px 40px;}
	.caseUl li:nth-child(even) .textB{padding: 16px 40px 16px 120px;}
	.caseUl .titB::after{height: 3px;margin-top: 12px;}
	.caseUl .moreB{margin-top: 24px;}
	.aboUl .numB{font-size: 64px;}
}
@media (max-width:1232px) {
	.ind2Ul .moreB{height: 40px;font-size: 16px;}
	.indP{padding: 88px 0;}
	.ind1Ul li:nth-child(2) .descB{width: 80%;margin-left: 20%;}
	.ind1Ul li:nth-child(3) .descB{width: 80%;}
	.ind2Ul .descB,
	.indP3R .pubTit .descB{font-size: 14px;line-height: 1.8;}
	.ind2Ul .titB{font-size: 18px;}
	.pubTit .titen{font-size: 24px;}
	.pubTit .tit{font-size: 28px;}
	.ind3Ul{width: 100%;}
	.indP3R .pubTit .tit{margin-top: 8px;}
	.indP3L .kuang{padding: 20px 20px 20px 40px;}
	.indP3L .textB::before{left: -20px;}
	.indP3R .textB{padding: 20px;}
	.indP3L .textB,
	.indP3R .textB{line-height: 1.6;font-size: 16px;}
	.moreB2{margin-top: 16px;}
	.moreB2 p {
	    height: 44px;
	    padding: 0 20px;
	    font-size: 18px;
	}
	.ind3Ul{margin: -8px;}
	.ind3Ul li{padding: 8px;}
	.indP3R .pubTit .descB{margin-top: 16px;}
	.moreB{height: 40px;padding: 0 16px;}
	.ind5Ul,
	.aboP3 .ind5Ul{margin: -8px;}
	.ind5Ul li,
	.aboP3 .ind5Ul li{width: calc(100% / 5);padding: 8px;}
	.prodUl .textB{padding-top: 0;}
	.prodUl .descB{margin-top: 16px;}
	.prodUl .moreB{margin-top: 16px;}
	.prodUl .tsB{padding: 16px 24px;}
	.caseUl .textB{padding: 16px 40px 16px 32px;}
	.caseUl li:nth-child(even) .textB{padding: 16px 32px 16px 40px;}
	.caseUl .titB{font-size: 24px;}
	.caseUl .descB{font-size: 14px;line-height: 1.6;}
	.aboP1 .nrBox{padding-top: 48px;}
	.aboP1R{padding: 32px 32px 32px calc(50% + 60px);}
	.aboUl .numB{font-size: 56px;}
	.newsUl .titB{font-size: 20px;}
	.newsUl .descB{font-size: 14px;margin-top: 16px;}
	.newsUl li{margin-top: 24px;}
	.ctctUl .kuang{padding: 16px;}
	.ctctUl span{font-size: 14px;}
}
@media (max-width:1024px) {
	.ind2Ul li{width: 100%;}
	.indP3 .nrBox{display: block;}
	.indP3L{width: 100%;}
	.indP3R{width: 100%;margin: 16px 0 0;}
	.ind5Ul li{width: 25%;}
	.prodUl .kuang{justify-content: space-between;flex-wrap: wrap;align-items: center;}
	.prodUl .tuB{width: calc(50% - 16px);}
	.prodUl .textB{width: calc(50% - 16px);}
	.prodUl .tsB{position: relative;right: unset;bottom: unset;margin: 16px 0 0;width: 100%;}
	.prodUl li{margin-top: 24px;}
	.pdet3Ul li{padding: 16px;}
	.pdet3Ul .zktit{padding: 16px 32px 16px 0;}
	.caseUl .imgB{min-height: 100%;}
	.aboP1 .nrBox{padding: 0;}
	.aboP1 .nrBox{display: flex;justify-content: space-between;align-items: center;}
	.aboP1L{position: relative;left: unset;top: unset;}
	.aboP1R{width: calc(50% - 40px);padding: 16px;}
	.aboTit i{margin-top: 8px;}
	.aboTit .desc{font-size: 14px;line-height: 1.6;}
	.aboTit .tit{font-size: 24px;}
	.aboUl .numB{font-size: 48px;}
	.ind5Ul li, .aboP3 .ind5Ul li{width: 25%;}
	.topNews .swiper{width: 88%;}
	.topNews .swiper-slide-active .titB{font-size: 20px;}
	.newsUl .tuB{width: calc(50% - 16px);}
	.newsUl .textB{width: calc(50% - 16px);padding: 0;}
	.ctctP .nrBox{display: block;}
	.ctctPL{width: 100%;}
	.ctctPR{width: 100%;margin-top: 16px;height: 40vw;}
	.ctctUl{margin: -4px;}
	.ctctUl li{padding: 4px;width: 100%;}
	.ctctUl b{font-size: 16px;}
	.ctctUl i{font-size: 20px;}
}
@media (max-width:800px) {
	.indP{padding: 64px 0;}
	.pubTit{margin-bottom: 20px;}
	.pubTit .titen{font-size: 14px;}
	.pubTit .tit{font-size: 24px;margin-top: 8px;}
	.ind1Ul .descB{font-size: 14px;line-height: 1.8;}
	.ind1Ul{padding-bottom: 0;background-size: 100%;}
	.ind1Ul li:nth-child(1){margin-bottom: 10vw;}
	.ind1Ul li:nth-child(2){padding-right: 16px;}
	.ind1Ul li:nth-child(3){padding-left: 16px;}
	.ind1Ul li:nth-child(2) .descB,
	.ind1Ul li:nth-child(3) .descB{width: 100%;margin: 8px 0 0;}
	.ind2Ul .textB{padding: 16px;}
	.ind2Ul .titB{font-size: 20px;}
	.ind2Ul .descB{margin-top: 8px;}
	.ind2Ul .moreB{height: 32px;}
	.indP3L .textB, .indP3R .textB{font-size: 14px;}
	.moreB2 p {height: 34px;font-size: 15px;}
	.moreB2 i{font-size: 18px;margin-right: 8px;}
	.indP3R .pubTit{margin-bottom: 16px;}
	.ind3Ul li{width: 50%;}
	.ind3Ul .titB{font-size: 16px;}
	.ind3Ul .iconB img{width: 40px;}
	.indP3R .textB{margin-top: 16px;padding: 12px;}
	.indP4 .textB{padding: 16px;}
	.indP4 .titB{font-size: 20px;}
	.indP4 .descB{font-size: 14px;line-height: 1.6;margin-top: 8px;}
	.indP4 .iconB1 {width: 32px;left: 12px;top: 12px;}
	.indP4 .iconB2 {width: 20px;right: 10px;bottom: 10px;}
	.indP4 .moreB{height: 40px;}
	.ind5Ul, 
	.aboP3 .ind5Ul{margin: -2px;}
	.ind5Ul li, 
	.aboP3 .ind5Ul li{width: calc(100% / 3);padding: 2px;}
	.ind5Ul .iconB,
	.aboP3 .ind5Ul .iconB{height: 14vw;}
	.nyP,
	.pdetP1{padding: 24px 0 48px;}
	.prodUl .kuang{display: block;}
	.prodUl .tuB{width: 100%;}
	.prodUl .textB{width: 100%;margin-top: 16px;}
	.prodUl .titB{font-size: 20px;}
	.prodUl .descB{font-size: 14px;line-height: 1.6;margin-top: 8px;}
	.prodUl .moreB{margin: 8px 0 0;}
	.prodUl .tsB{padding: 8px;font-size: 14px;padding: 8px 16px;}
	.proTit{font-size: 24px;margin-bottom: 16px;}
	.proTit::after{width: 40px;margin-top: 8px;}
	.pdetP1 .nrBox{font-size: 14px;line-height: 1.8;}
	.pdetP2 .proTit{font-size: 28px;margin-bottom: 24px;}
	.pdet2Form .lineB{display: block;margin-bottom: 0;}
	.pdet2Form .lineB label{width: 100%;margin-bottom: 8px;}
	.pdet2Form input{height: 44px;font-size: 16px;}
	.pdet2Form .titB{height: 44px;line-height: 44px;font-size: 16px;}
	.pdet2Form .tijiao{height: 44px;margin-top: 16px;}
	.pdet3Ul .zktit{font-size: 18px;}
	.pdet3Ul .zhshow{font-size: 14px;}
	.pdet3Ul li{padding: 0 16px;margin-top: 8px;}
	.caseUl .kuang{display: block;padding: 0 16px;}
	.caseUl .tuB{width: 100%;}
	.caseUl .textB,
	.caseUl li:nth-child(even) .textB{width: 100%;padding: 16px 0;}
	.caseUl .titB{font-size: 18px;}
	.caseUl .descB{margin-top: 8px;}
	.pageNum{margin-top: 16px;}
	.pageNum a, .pageNum span {min-width: 32px;height: 32px;line-height: 32px;font-size: 14px;}
	.pageTurn{margin: 16px 0 0;display: block;padding: 8px 0;}
	.pageTurn div{width: 100%;}
	.pageTurn a{font-size: 15px;}
	.pageTurn .nextB a{text-align: left;margin-top: 8px;}
	.downForm{position: relative;right: unset;top: unset;margin: 16px 0 0;width: 100%;}
	.ejNav{padding: 0 16px;}
	.ejNav a {font-size: 16px;height: 48px;line-height: 48px;margin-right: 2vw;margin: 0;text-align: center;padding: 0 16px;}
	.downUl{margin-top: 16px;}
	.downUl .kuang{padding: 8px 16px;height: auto;}
	.downUl .downB{margin-left: 12px;margin: 4px 0 0;width: 76px;height: 28px;margin-left: 0;font-size: 12px;}
	.downUl .downB i{font-size: 14px;margin-right: 4px;}
	.downUl .titB{width: calc(100% - 120px);}
	.downUl .downR{display: block;text-align: center;}
	.downUl li{margin-top: 16px;}
	.aboP1 .nrBox{display: block;}
	.aboP1L{width: 100%;}
	.aboP1R{width: 100%;margin-top: 16px;}
	.aboUl{margin: 0 -8px;margin-top: 16px;}
	.aboUl li{padding: 0 8px;}
	.aboUl .numB{font-size: 32px;}
	.aboUl .numB small{font-size: 16px;}
	.aboUl .titB{font-size: 14px;margin-top: 8px;}
	.aboP2 .aboTit,
	.aboP3 .aboTit{margin-bottom: 16px;}
	.aboP2 .aboTit .desc{margin-top: 16px;}
	.aboP2 .nrBox{border-radius: 8px;font-size: 16px;padding: 16px;margin-top: 28p;}
	.aboP1{padding: 24px 0;}
	.topNews{padding: 16px ;}
	.topNews .container{padding: 0;}
	.topNews .swiper{width: 100%;}
	.topNews .swiper-slide{position: relative;z-index: 1;}
	.topNews .swiper-slide-active{z-index: 2;}
	.topNews .swiper-slide .kuang{transition: all 0.3s;transform: scale(1);}
	.topNews .swiper-slide-active .kuang{transform: scale(1);}
	.topNews .swiper-slide-prev .kuang{transform: scale(1) translateX(0);}
	.topNews .swiper-slide-next .kuang{transform: scale(1) translateX(0);}
	.topNews .swiper-slide .titB{font-size: 16px;width: 100%;}
	.topNews .swiper-slide-active .titB{font-size: 16px;width: 100%;}
	.topNews .swiper-button-next,
	.topNews .swiper-button-prev{display: none;}
	.topNews .swiper-pagination{display: block;position: relative;bottom: unset;left: unset;margin: 16px auto 0;}
	.topNews .swiper-pagination-bullet{margin: 0 2px;}
	.topNews .swiper-pagination-bullet-active{background: #e56f20;}
	.newsP{padding-top: 24px;}
	.newsUl li{margin-top: 16px;}
	.newsUl .kuang{display: block;padding: 8px;}
	.newsUl .tuB{width: 100%;}
	.newsUl .textB{width: 100%;margin-top: 16px;}
	.newsUl .titB{font-size: 18px;line-height: 1.6;}
	.newsUl .timeB{font-size: 14px;margin-top: 8px;}
	.newsUl .descB{margin-top: 8px;}
	.pdetP1 .proTit .timeB{font-size: 14px;margin-top: 12px;}
	.ctctP{padding-top: 24px;}
	
	
	
	
	
}