body{padding: 0;margin: 0;font-family: "Source Han Sans CN";font-size: 16px;color: #333;overflow-x: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;}
.bgf3f3f3{background: #f3f3f3;}
.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: #f5f5f5;}
.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;}
.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;
}

.container{padding: 0 16px;max-width: 1450px;margin: 0 auto;}
@media (max-width:1450px) {.container{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%};}

/**导航菜单**/
header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	z-index: 99;
	transition: all 0.3s;
	background: #ffffff;
}
header .topB{
	background: #ececec;
	height: 40px;
	font-size: 13px;
	color: rgb(77, 77, 77);
}
header .topB a{
	color: rgb(77, 77, 77);
}
header .topR img{
	max-height: 16px;
	display: block;
	margin-right: 6px;
}
header .ewm{
	margin-left: 28px;
}
header .ewm .aB{
	height: 40px;
	cursor: pointer;
}
header .ewm .bB{
	position: absolute;
	right: 0;
	top: 40px;
	width: 100px;
	/* padding: 8px; */
	z-index: 99;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}
header .ewm:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .ewm .bB img{width: 100%;max-height: unset;}
header .nrBox{height: 100px;}
header .headL i{
	display: block;
	background-color: rgb(169, 169, 169);
	width: 1px;
	height: 20px;
	margin: 0 12px;
}
header .logo img{max-height: 62px;display: block;max-width: 250px;}
header .slogan img{max-height: 20px;display: block;max-width: 250px;}
header .menuUl>li{
	margin-right: 2.8vw;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header.onFix .menuUl .yiji{height: 80px;}
header .menuUl .ejBtn{
	background: url(../img/jt1.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 14px;
	height: 8px;
	position: absolute;
	right: -18px;
	top: calc(50% - 4px);
}
header .menuUl .yiji a{
	font-size: 17px;
	color: #575757;
	line-height: 100px;
	display: block;
	position: relative; 
}
header.onFix .menuUl .yiji a{line-height: 80px;}
header.onFix .menuUl .yiji a{height: 80px;}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	background: #005095;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #005095;}
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: 100px;
	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: 100px;
	/* padding: 8px 14px; */
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
header.onFix .menuUl .erjiBox{top: 80px;}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li{
	/* border-bottom: 1px solid rgba(0, 80, 149,0.5); */
}
header .menuUl .erjiUl>li:last-child{border-bottom: 0;}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 10px;
	text-align: center;
}
header .menuUl .erjiUl>li>a:hover{
	color: #10629e;
}
header .mopenBtn{display: none;}
header .findBtn{
	margin-left: 2.5vw;
	border-radius: 50%;
	background-color: rgb(231, 242, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.headSearch{
	transition: all 0.3s;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(20px);
}
.headSearch.on{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
.headSearch{height: 100vh;}
.headSearch.on{height: 100vh;}
.headSearch .yy {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: 88;
    width: 100%;
    height: 100%;
}
.headSearch{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 99;
}
.headSearch .baibg{position: relative;z-index: 99;}
.headSearch .nrBox{
	/* width: 100%; */
	display: block;
	position: relative;
	padding-top: 80px;
	padding-bottom: 72px;
}
.headSearch .closeBtn{
	position: absolute;
	right: 0;
	top: 32px;
	font-size: 28px;
	cursor: pointer;
}
.headSearch .closeBtn img{width: 24px;display: block;}
.headSearch .headForm{
	width: 61%;
	border-bottom: 2px solid #005095;
	position: relative;
}
.headSearch .headForm .input{
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	border: 0;
	padding: 0 116px 0 0;
}
.headSearch .headForm .submit{
	width: 100px;
	height: 50px;
	background: #005095;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
}
header .langB{
	margin-left: 2.3vw;
	display: block;
}
header .langB a{
	display: block;
}
header .langB a img{max-height: 27px;display: block;}
.topDiv{height: 140px;}
@media (min-width:1024px) {
	header.onFix{top: -40px;}
	header.onFix .nrBox{height: 80px;}
}
@media (max-width:1232px) {
	header .menuUl>li{margin-right: 1.4vw;}
}
@media (max-width:1024px) {
	.topDiv{height: 96px;}
	header{
		position: fixed;
	}
	header .nrBox{
		height: 56px;
	}
	header .logo img{max-height: 44px;}
	header .slogan img{max-height: 14px;}
	header .findBtn{margin-left: 16px;}
	header .langB{margin-left: 16px;}
	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: #333;
		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: #333;
		-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: rgba(0, 80, 149,0.3);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgba(0, 80, 149,0.3);
		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;
	}
	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;}
	.headSearch .nrBox{padding: 56px 16px 16px;height: auto;}
	.headSearch .closeBtn{right: 16px;top: 16px;}
	.headSearch .headForm{width: 100%;}
	.headSearch .headForm .input{line-height: 40px;padding-right: 64px;}
	.headSearch .headForm .submit{height: 40px;width: 64px;}
	
}
@media (max-width:800px) {
	.topDiv{height: 56px;}
	header .topB{display: none;}
	header .headL i{margin: 0 4px;}
	header .langB a img {max-height: 22px;}
	header .findBtn{width: 22px;height: 22px;}
}
.banner .imgB{padding-top: 41.67%;}
.banner .swiper-button-prev,
.banner .swiper-button-next{display: none;}
.banner .swiper-pagination{
	bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	  border-radius: 50%;
	  background-color: rgb(255, 255, 255);
	  opacity: 0.4;
	  width: 14px;
	  height: 14px;
	  margin: 0 12px;
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
}
@media (max-width:800px) {
	.banner .imgB{padding-top: 48%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{
		  width: 8px;
		  height: 8px;
		  margin: 0 4px;
	}
}

footer{
	background: #333333;
	color: #b6b6b6;
}
footer a{color: #b6b6b6;}
footer a:hover{color: #ffffff;}
footer .foot1{
	padding: 56px 0 24px;
}
footer .fCol{
	width: max-content;
}
footer .fCol:last-child{
	width: 150px;
}
footer .fCol:nth-last-child(2){
	width: 232px;
}
footer .fTit{
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-bottom: 32px;
	font-weight: 700;
}
footer .fCon{
	font-size: 14px;
	line-height: 2;
}
footer .fCol:first-child .fCon{
	column-count: 2;
	column-gap: 48px;
}
footer .fCon a,
footer .fCon p{
	display: block;
	margin-top: 8px;
}
footer .fCon a:first-child{margin-top: 0;}
footer .fCon p:first-child{margin-top: 0;}
footer .fCon b{
	font-size: 24px;
	font-family: "Bahnschrift";
	color: rgb(255, 255, 255);
	font-weight: 400;
	vertical-align: middle;
	line-height: 1.25;
}
footer .fEwm img{width: 100%;display: block;}
footer .fEwm span{
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-top: 8px;
	display: block;
}
footer .foot2{
	border-top: 1px solid #484848;
	padding: 24px 0 16px;
	font-size: 14px;
}
footer .foot2 span{color: #b6b6b6;}
footer .foot2 span,
footer .foot2 a{
	margin: 0 24px 8px 0;
	display: inline-block;
	font-size: 14px;
}
footer .foot3{
	background: #222222;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
}
@media (max-width:1232px) {footer .fCol:first-child .fCon{column-count: 2;column-gap: 16px;}}
@media (max-width:1024px) {
	footer .foot1{padding: 16px 0;}
	footer .foot1 .nrBox{
		display: block;
	}
	footer .fCol{
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255,0.1);
	}
	footer .fCol:last-child{width: 100%;}
	footer .fTit{
		font-size: 16px;
		margin-bottom: 0;
		position: relative;
		padding: 0;
		height: 48px;
		line-height: 48px;
		border-bottom: 0;
	}
	footer .fCon{
	}
	footer .hasDown .fCon{
		display: none;
		border-top: 1px solid rgba(255, 255, 255,0.1);
	}
	footer .fCon a{
		padding: 4px 16px;
		margin: 0;
	}
	footer .fTit .downBtn{
		width: 48px;
		height: 48px;
		border-left: 1px solid rgba(255,255,255,0.1);
		position: absolute;
		right: 0;
		top: 0;
	}
	footer .fTit .downBtn::after{
		content: "";
		width: 10px;
		height: 2px;
		background: rgba(255,255,255,0.6);
		position: absolute;
		left: calc(50% - 5px);
		top: calc(50% - 1px);
	}
	footer .fTit .downBtn::before{
		content: "";
		width: 2px;
		height: 10px;
		background: rgba(255,255,255,0.6);
		position: absolute;
		left: calc(50% - 1px);
		top: calc(50% - 5px);
	}
	footer .fCol:last-child .fCon{
		display: block;
	}
	footer .yqlj .bb{background: rgba(255, 255, 255,1);}
	footer .yqlj .bb a{color: #666666;}
	footer .fCol:last-child .fTit{}
	footer .fCol:last-child .fCon{display: block !important;border: 0;}
	footer .fCol:nth-last-child(2){width: 100%;}
	footer .fCol:first-child .fCon{column-count: unset;column-gap: unset;}
	footer .fEwm img{max-width: 120px;display: block;margin: 0 auto;}
	footer .fCol:last-child{border-top: 0;margin-top: 16px;}
	footer .foot2{padding: 12px 0;}
	footer .foot2 span, footer .foot2 a {
	    margin: 0 8px 4px 0;
	}
	footer .foot3{padding: 12px 0;}
}

/* 公共 */
.indp{padding: 88px 0;width: 100%;overflow-x: hidden;}
.indp6{overflow-x: unset;}
.pubTit{
	text-align: center;
	margin-bottom: 56px;
}
.pubTit .tit{
	font-size: 38px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
}
.pubTit .titen{
	font-size: 18px;
	color: rgb(160, 160, 160);
	line-height: 1.2;
	margin-top: 20px;
	text-transform: uppercase;
}
.pubTit.bai .tit{
	color: rgb(255, 255, 255);
}
.pubTit.bai .titen{
	color: #cbcbcb;
}
.titB{
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
}
.descB{
	font-size: 15px;
	color: rgb(115, 115, 115);
	line-height: 1.6;
}
.moreB1{
	display: block;
	border-radius: 4px;
	background-color: rgb(0, 81, 148);
	min-width: 272px;
	height: 48px;
	line-height: 48px;
	margin: 48px auto 0;
	font-size: 17px;
	color: #ffffff;
	cursor: pointer;
	width: max-content;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 0 24px;
}
.moreB1 span{z-index: 2;position: relative;}
.moreB1::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	background: rgb(0, 69, 126);
	z-index: 1;
	transition: all 0.5s;
}
.moreB1:hover{color: #ffffff;}
.moreB1:hover::after{left: 0;top: 0;width: 100%;height: 100%;}
.moreB2{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 4px;
	min-width: 140px;
	height: 38px;
	line-height: 38px;
	margin: 24px auto 0;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	width: max-content;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 0 24px;
}
.moreB2 span{z-index: 2;position: relative;transition: all 0.5s;}
.moreB2::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	background: rgb(255, 255, 255);
	z-index: 1;
	transition: all 0.5s;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
}
.moreB2:hover{color: rgb(0, 69, 126);}
.moreB2:hover::after{left: 0;top: 0;width: 100%;height: 100%;top: 0;}


/* 首页 */
.indp1{padding: 64px 0;}
.ind1Ul{margin: -48px;}
.ind1Ul li{
	padding: 48px;
	text-align: center;
}
.ind1Ul .numB{
	font-size: 30px;
	color: rgb(0, 81, 148);
}
.ind1Ul .numB b{
	font-size: 60px;
	font-family: "Bahnschrift";
	font-weight: 400;
}
.ind1Ul .titB{
	color: rgb(1, 1, 1);
}
.indp2{
	background-size: 100% auto;
	background-position: top center;
}
.indp2 .nrBox{
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 27.2px 4.8px rgba(164, 169, 198, 0.18);
	padding: 40px;
}
.ind2Ul{margin: -20px;}
.ind2Ul li{padding: 20px;}
.ind2Ul .kuang{
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.ind2Ul .imgB{padding-top: 66.67%;}
.ind2Ul .titB{
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	padding: 16px 24px;
	width: 100%;
}
.indp3{
	padding-top: 0;
	background-size: 100% auto;
	background-position: bottom center;
}
.ind3Ul{margin: -16px;}
.ind3Ul li{padding: 16px;}
.ind3Ul .kuang{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ind3Ul .imgB{padding-top: 158%;}
.ind3Ul .textB{
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 64px 24px 32px;
	text-align: left;
	width: 100%;
	height: auto;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
	transition: all 0.5s;
}
.ind3Ul .titB{
	font-size: 20px;
	color: rgb(255, 255, 255);
}
.ind3Ul .titB::after{
	content: "";
	background-color: rgb(255, 255, 255);
	width: 28px;
	height: 2px;
	display: block;
	margin-top: 16px;
}
.ind3Ul .descB{
	font-size: 15px;
	color: rgb(199, 199, 199);
	line-height: 2;
	margin-top: 16px;
}
.ind3Ul .textB2{
	height: 100%;
	background: rgba(0,0,0,0.8);
	text-align: center;
	opacity: 0;
}
.ind3Ul .textB2 .titB::after{margin: 16px auto 0;}
.ind3Ul li:hover .textB1{opacity: 0;}
.ind3Ul li:hover .textB2{opacity: 1;}
.indp4{
	padding: 200px 0;
	background-attachment: fixed;
}
.indp4 .nrBox{
	width: 54%;
}
.indp4 .pubTit{
	text-align: left;
}
.indp4 .pubTit::after{
	content: "";
	background-color: rgb(245, 245, 245);
	display: block;
	width: 84px;
	height: 2px;
	margin-top: 40px;
}
.indp4 .pubTit .titen{
	margin-top: 36px;
}
.indp4 .descB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 2;
}
.indp4 .moreB2{
	min-width: 200px;
	margin-left: 0;
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	margin-top: 48px;
}
.indp5 .nrBox{align-items: stretch;}
.indp5L{
	width: calc(65.5% - 10px);
}
.indp5R{
	width: calc(34.5% - 10px);
	background: #f5f5f5;
	padding: 0 30px 40px;
}
.indp5Top .imgB{padding-top: 24%;}
.ind5Ul1{
	margin: 10px -10px;
}
.ind5Ul1 li{
	padding: 10px;
}
.ind5Ul1 .kuang{
	background-color: rgb(245, 245, 245);
	height: 100%;
	padding: 29px 20px;
}
.ind5Ul1 .timeB{
	border-radius: 4px;
	background-color: rgb(217, 217, 217);
	width: 102px;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.ind5Ul1 .timeB b{
	display: block;
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: 400;
}
.ind5Ul1 .timeB span{
	display: block;
	font-size: 18px;
	color: rgb(76, 76, 76);
}
.ind5Ul1 .textB{
	width: calc(100% - 118px);
}
.ind5Ul1 .descB{margin-top: 12px;}
.ind5Ul2{
	background-color: rgb(245, 245, 245);
	padding: 17px 28px;
}
.ind5Ul2 li{
	padding: 10px 0;
}
.ind5Ul2 .titB{
	font-size: 16px;
	width: calc(100% - 160px);
	padding-left: 16px;
	position: relative;
}
.ind5Ul2 .titB::before{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000000;
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
}
.ind5Ul2 .timeB{
	font-size: 14px;
	color: #717171;
}
.ind5Tit{
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	padding: 25px 0;
}
.ind5Ul3 li{margin-top: 20px;}
.ind5Ul3 li:first-child{margin-top: 0;}
.ind5Ul3 .kuang{
	border-radius: 10px;
	background-color: rgb(11, 17, 39);
	overflow: hidden;
	padding: 48px 32px;
}
.ind5Ul3 .titB{
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ind5Ul3 .titB img{margin-right: 16px;}
.ind5Ul3 .downB{
	background-color: rgba(255, 255, 255,0.2);
	width: 100px;
	text-align: center;
	padding: 0 16px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 28px;
}
.indp6{padding: 0;}
.indp6 .nrBox{align-items: stretch;padding: 28px 0;}
.ind6Zs{position: absolute;right: 0;bottom: 0;width: 185px;}
.ind6L{
	font-size: 24px;
	color: rgb(245, 245, 245);
	line-height: 1.583;
	width: 56%;
	border-right: 1px dashed rgba(255,255,255,0.2);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ind6R{
	width: 37%;
	padding: 8px 0;
	padding-right: 185px;
}
.ind6R .titB{
	display: block;
	font-size: 16px;
	color: rgb(245, 245, 245);
}
.ind6R .telB{
	display: block;
	font-size: 36px;
	font-family: "Bahnschrift";
	color: rgb(245, 245, 245);
	font-weight: 400;
	margin: 8px 0 0;
}
.ind6R .moreB2{
	margin: 16px 0 0;
	margin: 8px 0 0;
}
.ind7Ul{
	margin: -24px;
}
.ind7Ul li{
	padding: 24px;
}
.ind7Ul .kuang{
	height: 100%;
	background-color: rgb(249, 249, 249);
	text-align: center;
	padding: 64px 32px 72px;
	position: relative;
	display: block;
}
.ind7Ul .numB{
	font-size: 80px;
	font-family: "Bahnschrift";
	color: rgba(103, 103, 103, 0.102);
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 1;
	padding: 0 12px;
}
.ind7Ul .iconB img{max-height: 76px;}
.ind7Ul .titB{
	font-size: 20px;
	margin-top: 24px;
}
.ind7Ul .descB{
	margin-top: 16px;
}
.banny .imgB{padding-top: 30%;}
.location .nrBox{
	font-size: 16px;
	color: rgb(0, 0, 0);
	justify-content: flex-start;
	padding: 20px 0;
	padding-left: 28px;
	background: url(../img/home.png) left center no-repeat;
	background-size: 18px;
	
}
.location .nrBox img{display: block;margin: 0 8px;}
.location .nrBox a{
	color: rgb(0, 0, 0);
}
.aboP1{padding-top: 0;position: relative;}
.aboP1 .nrBox{
	width: 72%;
}
.pubTit.pubTit2{
	padding-top: 96px;
	background: url(../img/yh.png) left 20px no-repeat;
	background-size: 112px 93px;
	text-align: left;
}
.pubTit.pubTit2 .tit{font-size: 32px;}
.pubTit.pubTit2 .titen{font-size: 20px;text-transform: unset;}
.aboP1 .zst{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.aboP1 .zst img{
	max-width: 31vw;
	max-height: 100%;
}
.aboP1 .descB{
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 2.25;
}
.aboP1 .ind1Ul{
	margin: 80px 0 0;
	width: 78%;
	justify-content: space-between;
}
.aboP1 .ind1Ul li{
	padding: 0;
}
.abo2Ul{margin: -48px;}
.abo2Ul li{padding: 48px;}
.abo2Ul .kuang{
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	height: 100%;
	padding: 56px 32px 32px;
	text-align: center;
}
.abo2Ul .iconB img{max-height: 56px;}
.abo2Ul .titB{
	font-size: 24px;
	color: rgb(7, 7, 7);
	line-height: 1.5;
	margin-top: 10px;
}
.abo2Ul .descB{
	font-size: 16px;
	color: rgb(117, 117, 117);
	line-height: 1.6;
	margin-top: 24px;
}
.aboP3 .swiper-button-prev{left: -88px;}
.aboP3 .swiper-button-next{right: -88px;}
.aboP3 .swiper-button-prev,
.aboP3 .swiper-button-next{
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 14.72px 1.28px rgba(125, 125, 125, 0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
}
.aboP3 .swiper-button-prev::after,
.aboP3 .swiper-button-next::after{
	color: #757575;
	font-size: 20px;
}
.aboP3 .imgK{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	height: 362px;
}
.aboP3 .imgK img{max-width: 100%;max-height: 100%;}
.aboP3 .titB{
	margin-top: 16px;
	position: relative;
	font-size: 14px;
	color: rgb(1, 1, 1);
	line-height: 1.286;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboP3 .titB span{margin: 0 24px;max-width: 88px;}
.aboP3 .titB::before{transform: rotateY(180deg);}
.aboP3 .titB::before,
.aboP3 .titB::after{
	content: "";
	display: block;
	width: 27px;
	height: 50px;
	background: url(../img/abo3i.png) center no-repeat;
	background-size: cover;
}
.nyP{padding-bottom: 88px;}
.nyP .pubTit{margin-bottom: 24px;}
.newsUl li{
	margin-top: 40px;
}
.newsUl li:first-child{margin: 0;}
.newsUl .tuB{
	background-color: rgb(229, 229, 229);
	width: 267px;
}
.newsUl .imgB{
	padding-top: 75%;
}
.newsUl .textB{
	width: calc(100% - 312px);
}
.newsUl .titB{
	font-size: 20px;
	color: rgb(46, 46, 46);
}
.newsUl .timeB{
	font-size: 14px;
	color: rgb(175, 175, 175);
	margin-top: 16px;
}
.newsUl .descB{
	line-height: 1.8;
	margin-top: 8px;
}
.xiaocms-page{
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.xiaocms-page a,
.xiaocms-page span{
	background: #f4f4f4;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px; 
	color: #000000; 
	padding: 0 12px;
	display: block;
	text-align: center;
	margin: 5px;
}
.xiaocms-page span{
	border-color: #11639f;
	background: #11639f;
	color:#ffffff; 
}


@media (max-width:768px) {
    .xiaocms-page{margin-top: 16px;}
    .xiaocms-page a, 
	.xiaocms-page span{
        margin-bottom: 4px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 4px;font-size: 14px;
	}
}

.newsD .titB{
	font-size: 26px;
	color: rgb(0, 0, 0);
	text-align: center;
	padding-top: 16px;
}
.newsD .timeB{
	font-size: 16px;
	color: rgb(130, 130, 130);
	text-align: center;
	margin-top: 32px;
}
.newsD .textB{
	font-size: 16px;
	color: rgb(55, 55, 55);
	line-height: 2.375;
	border-top: 1px dashed #d2d2d2;
	padding-top: 32px;
	margin: 48px 0 0;
}
.soluUl{margin: -30px -18px;}
.soluUl li{padding: 30px 18px;}
.soluUl .kuang{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(222, 222, 222);
	background-color: rgb(255, 255, 255);
	height: 100%;
}
.soluUl .imgB{padding-top: 63%;}
.soluUl .titB{
	padding: 24px 30px;
	position: relative;
	font-size: 18px;
	color: rgb(51, 51, 51);
	padding-right: 120px;
}
.soluUl .titB span{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
}
.prodUl{margin: -20px -40px;}
.prodUl li{padding: 20px 40px;}
.proTit{
	text-align: center;
	margin-bottom: 40px;
}
.proTit .tit{
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.proTit i{
	background-color: rgb(17, 99, 158);
	display: block;
	width: 49px;
	height: 2px;
	margin: 22px auto 0;
}
.proD1{padding-top: 0;}
.proD1 .nrBox{flex-direction: row-reverse;}
.proD1L{width: 54%;} 
.proD1R{width: 36.6%;border-radius: 10px;overflow: hidden;} 
.proD1 .proTit{text-align: left;padding-top: 24px;}
.proD1 .proTit i{margin-left: 0;}
.proD1 .descB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 2;
}
.proD1 .btnG{
	justify-content: flex-start;
	margin: 64px 0 0;
}
.proD1 .btnG a{
	min-width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 24px;
	display: block;
	border: 1px solid #11639e;
	color: #11639e;
	margin-right: 10px;
	border-radius: 2px;
	transition: all 0.3s;
}
.proD1 .btnG a:last-child{
	background: #11639e;
	color: #ffffff;
}
.proD1 .btnG a:hover{
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
.proD1 .imgB{padding-top: 66.6%;}
.proD2{background: #f7f7f7;}
.proD2Ul{margin: -12px -72px;justify-content: center;}
.proD2Ul li{padding: 12px 72px;text-align: center;}
.proD2Ul .iconB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(222, 222, 222);
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.proD2Ul .titB{
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin-top: 16px;
}
.proD2Ul .descB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.625;
	margin-top: 16px;
}
.pro3Form input{
	border-radius: 6px;
	background-color: rgb(246, 246, 246);
	display: block;
	width: calc((100% / 3) - 33px);
	height: 60px;
	line-height: 60px;
	padding: 0 32px;
	border: 0;
	font-size: 16px;
}
.pro3Form textarea{
	border-radius: 6px;
	background-color: rgb(246, 246, 246);
	width: 100%;
	height: 160px;
	margin-top: 20px;
	padding: 12px 32px;
	display: block;
	border: 0;
}
.pro3Form input.tijiao{
	border-radius: 6px;
	background-color: rgb(17, 99, 158);
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin: 48px auto 0;
	cursor: pointer;
}
.ejNav{
	background-color: rgb(247, 247, 247);
	padding: 0 40px;
	justify-content: flex-start;
}
.ejNav a{
	font-size: 18px;
	color: #808080;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	display: block;
	position: relative;
	margin-right: 7.3vw;
}
.ejNav a::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: rgb(17, 99, 159);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.ejNav a.on{
	color: rgb(17, 99, 159);
}
.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: rgb(51, 51, 51);
	width: calc(100% - 300px);
}
.downUl .timeB{
	font-size: 14px;
	color: rgb(108, 108, 108);
}
.downUl .downB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 79, 79);
	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: rgb(255, 79, 79);
	font-weight: bold;
}
.downUl .downB img{
	display: block;
	height: 17px;
	margin-right: 10px;
}
.ctctP .nrBox{align-items: stretch;}
.ctctPL{width: calc(50% - 32px);}
.ctctPR{width: calc(50% - 32px);padding-top: 72px;}
.ctctPL .descB{
	font-size: 16px;
	color: rgb(55, 50, 68);
}
.ctctPL .descB p{margin-top: 20px;}
.ctctPL .descB p:first-child{margin-top: 0;}
.ctctPL .ewmUl{margin: 64px 0 0;justify-content: flex-start;}
.ctctPL .ewmUl li{
	margin-right: 38px;
}
.ctctPL .ewmUl .tuB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(212, 212, 212);
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	width: 152px;
	height: 152px;
	overflow: hidden;
}
.ctctPL .ewmUl .titB{
	font-size: 14px;
	color: rgb(113, 113, 113);
	text-align: center;
	margin-top: 12px;
}
.ctctPR>div{height: 100%;}
.ctctPR #map{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.ctctPR>div::after{
	content: "";
	border-radius: 6px;
	background-color: rgb(224, 224, 224);
	position: absolute;
	left: -7px;
	bottom: -7px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dingwei{position: absolute;left: 0;top: -80px;}
.searchP{padding: 40px 0;}
@media (max-width:1620px) {
	.aboP3 .imgK{height: 330px;}
	.aboP3 .nrBox{padding: 0 56px;}
	.aboP3 .swiper-button-prev{left: 0;} 
	.aboP3 .swiper-button-next{right: 0;}
	.aboP3 .swiper-button-prev, .aboP3 .swiper-button-next{width: 48px;height: 48px;}
}
@media (max-width:1450px) {
	.ind5Ul3 .kuang{padding: 43px 32px;}
	.ind6L{font-size: 22px;}
	.aboP3 .imgK{height: 264px;}
	.prodUl{margin: -16px;}
	.prodUl li{padding: 16px;}
}
@media (max-width:1232px) {
	.indp1{padding: 40px 0;}
	.ind1Ul,
	.ind2Ul,
	.ind7Ul,
	.abo2Ul,
	.soluUl{margin: -16px;}
	.ind1Ul li,
	.ind2Ul li,
	.ind7Ul li,
	.abo2Ul li,
	.soluUl li{padding: 16px;}
	.ind3Ul{margin: -12px;}
	.ind3Ul li{padding: 12px;}
	.pubTit .tit{font-size: 32px;}
	.pubTit .titen{font-size: 16px;}
	.indp2 .nrBox{padding: 20px;}
	.ind3Ul .textB{padding: 12px;}
	.indp4{padding: 100px 0;}
	.indp4 .nrBox{width: 72%;}
	.ind5Ul1 .kuang{padding: 12px;}
	.ind5Ul1 .timeB{width: 64px;height: 64px;}
	.ind5Ul1 .textB{width: calc(100% - 72px);}
	.ind5Ul1 .timeB b,
	.ind5Ul1 .timeB span{font-size: 16px;}
	.ind5Ul1 .descB{margin-top: 4px;}
	.indp5R{padding: 0 16px 16px;}
	.ind5Ul3 .kuang,
	.abo2Ul .kuang{padding: 36px 16px;}
	.ind5Ul3 .titB img{max-width: 24px;margin-right: 8px;}
	.ind6L{font-size: 18px;}
	.ind6R{width: 40%;}
	.ind6R .telB{font-size: 28px;}
	.ind7Ul .kuang{padding: 40px 16px 56px;}
	.ind7Ul .numB{font-size: 56px;}
	.ind7Ul .iconB img{max-height: 40px;}
	.aboP3 .imgK{height: 280px;}
}
@media (max-width:1024px) {
	.indp{padding: 64px 0;}
	.titB{font-size: 16px;}
	.descB{font-size: 14px;}
	.ind1Ul .numB{font-size: 20px;}
	.ind1Ul .numB b{font-size: 40px;}
	.pubTit .tit{font-size: 28px;}
	.pubTit .titen{font-size: 14px;margin-top: 8px;}
	.indp5 .nrBox{display: block;}
	.indp5L{width: 100%;}
	.indp5R{width: 100%;margin-top: 16px;}
	.indp6{padding: 0;}
	.indp6 .nrBox{display: block;}
	.ind6L{width: calc(100% - 200px);border-right: 0;}
	.ind6R{width: calc(100% - 200px);margin-top: 16px;}
	.pubTit.pubTit2 {
	    padding-top: 60px;
	    background-size: 72px 60px;
	}
	.pubTit.pubTit2{margin-bottom: 32px;}
	.pubTit.pubTit2 .tit{font-size: 26px;}
	.pubTit.pubTit2 .titen{font-size: 14px;}
	.aboP1{padding-top: 0;}
	.proD1 .nrBox{display: block;}
	.proD1R{width: 50%;margin: 0 auto;}
	.proD1L{width: 100%;}
.dingwei{top: -96px;}
}
@media (max-width:800px) {
	header .logo img{max-height: 38px;}
	.indp1{padding: 32px 0;}
	.pubTit .tit{font-size: 24px;}
	.indp2{background-size: auto 160px;}
	.indp2 .nrBox{padding: 8px;border-radius: 8px;}
	.ind2Ul .titB{padding: 8px;}
	.moreB1{min-width: 160px;height: 36px;line-height: 36px;margin: 16px auto 0;font-size: 15px;}
	.indp3{padding-top: 0;}
	.ind3Ul .textB1{opacity: 0;}
	.ind3Ul .textB2{opacity: 1;}
	.moreB2,
	.indp4 .moreB2{min-width: 96px;height: 34px;line-height: 34px;margin: 16px auto 0;font-size: 14px;}
	.indp4 .nrBox{width: 100%;}
	.indp4 .pubTit{margin-bottom: 40px;}
	.indp4 .moreB2{margin-left: 0;}
	.pubTit{margin-bottom: 24px;}
	.ind5Ul2{padding: 16px;}
	.ind5Ul2 .titB{width: calc(100% - 96px);}
	.ind5Ul2 li{padding: 6px 0;}
	.ind5Tit{font-size: 18px;padding: 12px 0;}
	.ind5Ul3 .kuang{padding: 24px 16px;}
	.ind5Ul3 li{margin-top: 8px;}
	.ind6L,
	.aboP1 .nrBox{width: 100%;}
	.ind6R{width: 100%;margin-top: 40px;}
	.ind6Zs{width: 120px;}
	.aboP1 .zst{display: none;}
	.pubTit.pubTit2 {
		padding-top: 48px;
		background-size: 56px 43px;
	}
	.pubTit.pubTit2 .tit{font-size: 24px;}
	.aboP1 .ind1Ul{width: 100%;margin-top: 24px;}
	.abo2Ul .kuang{padding: 16px;}
	.abo2Ul .iconB img{max-height: 40px;}
	.aboP3 .swiper-button-prev, .aboP3 .swiper-button-next {width: 30px;height: 30px;}
	.aboP3 .swiper-button-prev::after, .aboP3 .swiper-button-next::after {font-size: 14px;}
	.aboP3 .nrBox{padding: 0 40px;}
	.aboP3 .imgK{height: 50vw;}
	.aboP3 .titB span{margin: 0 16px;max-width: 100%;}
	.aboP3 .titB::before, .aboP3 .titB::after{display: none;}
	.newsUl li{margin-top: 24px;}
	.newsUl .kuang{display: block;}
	.newsUl .tuB{width: 100%;}
	.newsUl .textB{width: 100%;margin-top: 16px;}
	.newsD .timeB{font-size: 14px;margin-top: 8px;}
	.newsD .textB{margin: 24px 0 0;padding: 16px 0;}
	.soluUl .titB{padding: 16px;padding-right: 88px;}
	.proD1{padding-top: 0;}
	.proD1R{width: 100%;}
	.proTit{margin-bottom: 16px;}
	.proD1 .proTit i{margin-top: 12px;}
	.proD1 .btnG{margin-top: 32px;}
	.proD1 .btnG a {min-width: 122px;height: 36px;line-height: 36px;padding: 0 16px;}
	.proD2Ul .iconB {width: 60px;height: 60px;}
	.pro3Form .lineB{display: block;}
	.pro3Form input{width: 100%;margin-top: 16px;height: 48px;line-height: 48px;padding: 0 16px;}
	.pro3Form textarea{margin-top: 16px;padding: 8px 16px;}
	.pro3Form input.tijiao{margin-top: 16px;}
	.ejNav{padding: 0 16px;}
	.ejNav a {font-size: 16px;height: 48px;line-height: 48px;margin-right: 2vw;width: 25%;margin: 0;text-align: center;}
	.downUl .kuang{padding: 8px 16px;height: auto;}
	.downUl .downB{margin-left: 12px;}
	.downUl .titB{width: calc(100% - 120px);}
	.downUl .downR{display: block;text-align: center;}
	.downUl .downB{margin: 4px 0 0;}
	.downUl li{margin-top: 16px;}
	.ctctP .nrBox{display: block;}
	.ctctPL{width: 100%;}
	.ctctPL .descB p{margin-top: 8px;}
	.ctctPL .ewmUl{margin-top: 24px;}
	.ctctPL .ewmUl .tuB{width: 120px;height: 120px;}
	.ctctPR{width: 100%;height: 64vw;padding: 0;margin: 16px 0 0;}
	
	.ind1Ul, .ind2Ul, .ind7Ul, .abo2Ul, .soluUl,.ind3Ul{margin: -4px;}
	.ind1Ul li, .ind2Ul li, .ind7Ul li, .abo2Ul li, .soluUl li,.ind3Ul li{padding: 4px;}
	
	.newsD .titB,
	.proTit .tit{font-size: 20px;}
	.ind3Ul .titB,
	.ind5Ul3 .titB,
	.ind6L,
	.ind7Ul .titB,
	.abo2Ul .titB,
	.newsUl .titB,
	.proD2Ul .titB{font-size: 16px;}
	.ind3Ul .descB,
	.indp4 .descB,
	.ind7Ul .descB,
	.aboP1 .descB,
	.ind1Ul .titB,
	.abo2Ul .descB,
	.newsUl .descB,
	.newsD .textB,
	.proD1 .descB,
	.proD2Ul .descB{font-size: 14px;line-height: 1.6;}
	
	.indp4 .pubTit .titen,
	.indp4 .pubTit::after,
	.indp4 .descB,
	.ind7Ul .titB,
	.ind7Ul .descB,
	.abo2Ul .descB{margin-top: 16px;}
	.ind3Ul .textB2 .titB::after,
	.ind3Ul .descB,
	.newsUl .descB,
	.newsUl .timeB{margin-top: 8px;}
.dingwei{top: -56px;}
}