body{padding: 0;margin: 0;font-family: "Source Han Sans CN",sans-serif;font-size: 16px;color: rgba(0,0,0,0.9);overflow-x:hidden;line-height: 1.5;}
body.noscroll{height: 100vh;overflow-y: hidden;}
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;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.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; }
@media (min-width:800px) {
.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%;}
.huibg{background: #f9fafc;}
.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: 1310px;margin: 0 auto;}
@media (max-width:1310px) {.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_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.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;}
.textB{line-height: 1.6875;}
.dingwei{position: absolute;left: 0;top: -100px;}
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: rgba(255, 255, 255, 1.0);
}
header .nrBox{height: 100px;}
header .logo img{max-height: 40px;display: block;}
header .menuUl>li{
	margin-right: 3.4vw;
	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;
	z-index: 2;
}
header .menuUl .yiji a{
	color: #0F0F0F;
	display: block;
	position: relative; 
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #1F3D9D;}
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: 150px;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
	z-index: 1;
}
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: #0F0F0F;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 8px 16px;
	text-align: center;
}
header .menuUl .erjiUl>li>a:hover{color: #1F3D9D;}
header .langB{
	margin-left: 3.4vw;
	position: relative;
}
header .langB .aB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	cursor: pointer;
	position: relative;
}
header .langB .aB i{
	display: block;width: 20px;height: 20px;
	background: url(../img/lang.png) center center no-repeat;
	background-size: cover;
}
header .langB .bB{
	position: absolute;
	left: 50%;
	top: 40px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	transition: all 0.3s;
	min-width: 100px;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .langB .bB a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 16px;
	text-align: center;
}
header .langB .bB a.on{
	background: #E8EAE9;
	pointer-events: none;
}
header .langB .bB a:hover{
	background: rgba(31,61,157,0.8);
	color: #ffffff;
}
header .mopenBtn{display: none;}
.topDiv{height: 100px;}
@media (max-width:1310px) {
	header .menuUl>li{margin-right: 3vw;}
	header .langB{margin-left: 3vw;}
}
@media (max-width:1024px) {
	.dingwei{top: -56px;}
	.topDiv,
	header .nrBox{
		height: 56px;
	}
	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: #1F3D9D;
		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: #1F3D9D;
		-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: #1F3D9D;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #1F3D9D;
		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;}
}
footer{
	background: #111828;
	color: #F3F3F3;
	font-size: 14px;
}
footer .nrBox{
	padding: 48px 0 32px;
	flex-direction: row-reverse;
}
footer .fNav{
	width: calc(100% - 300px);
}
footer .yijiB{margin-bottom: 20px;}
footer .yijiB a{
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #F3F3F3;
}
footer .erjiB{margin-bottom: 8px;}
footer .erjiB a{
	font-size: 14px;
	color: #F3F3F3;
	opacity: 0.5;
}
footer .erjiB a:hover{opacity: 1;}
footer .fInfo{
	width: 230px;
	padding-left: 56px;
	color: #F3F3F3;
	position: relative;
}
footer .fInfo::before{
	content: "";
	display: block;width: 48px;height: 113px;
	background: #2364E0;
	border-radius: 2px 2px 23.5px 23.5px;
	position: absolute;left: 0;top: -51px;
}
footer .telB{
	position: relative;
	line-height: 1;
}
footer .telB i{
	position: absolute;left: -58px;top: calc(50% - 24px);
	display: block;width: 48px;height: 48px;
	background: url(../img/tel.png) center center no-repeat;
	background-size: 58.3%;
}
footer .telB span{
	display: block;
	font-size: 20px;
}
footer .telB b{
	display: block;
	font-weight: bold;
	font-size: 27px;
	margin-top: 4px;
	color: #F3F3F3;
}
footer .ewmB{
	margin-top: 32px;
	text-align: center;
	width: 114px;
}
footer .ewmB img{
	display: block;
	width: 100%;
}
footer .ewmB span{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
footer .banquan{
	border-top: 1px solid rgba(243,243,243,0.1);
	padding: 22px 0;
	font-size: 14px;
	color: #F3F3F3;
	text-align: center;
}
footer .banquan a{color: #F3F3F3;}
footer .banquan a:hover{color: #ffffff;}
@media (max-width:1024px) {
	footer .fNav{width: calc(100% - 260px);}
	footer .fNav li{max-width: 24%;}
	footer .yijiB{margin-bottom: 16px;}
	footer .yijiB a{font-size: 18px;}
}
@media (max-width:800px) {
	footer .nrBox{display: block;padding: 24px 0;}
	footer .fInfo{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
	footer .fInfo::before{top: -27px;height: 90px;}
	footer .telB{width: calc(100% - 110px);}
	footer .telB span{font-size: 18px;}
	footer .telB b{font-size: 20px;margin-top: 8px;}
	footer .ewmB{margin-top: 16px;width: 100px;margin-left: 10px;margin-top: 0;}
	footer .fNav{width: 100%;flex-wrap: wrap;margin-top: 16px;display: none;}
	footer .fNav li{max-width: unset;width: 100%;margin-top: 12px;}
	footer .yijiB{margin-bottom: 8px;}
	footer .erjiB{margin-bottom: 4px;}
	footer .banquan{padding: 12px 0;}
}

/* 公共 */
.indP{padding: 80px 0;}
.pubTit{
	text-align: center;
	margin-bottom: 48px;
	line-height: 1.3;
}
.pubTit .tit{
	font-weight: 500;
	font-size: 40px;
	color: #252525;
}
.pubTit .desc{
	font-size: 18px;
	color: rgba(37,37,37,0.8);
}
.pubTit::after{
	content: "";
	display: block;width: 27px;height: 3px;
	background: #1F3D9D;
	margin: 16px auto 0;
}
.btnB{
	display: block;
	text-align: center;
	line-height: 48px;
	background: #1F3D9D;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	width: max-content;
	padding: 0 40px;
	margin: 40px auto 0;
}
.swiper-pagination{
	margin: 64px auto 0;
	display: flex;justify-content: center;align-items: center;
	position: relative;left: unset;top: unset;
}
.swiper-pagination-bullet{
	display: block;width: 10px;height: 10px;
	background: #E1E8FC;
	border-radius: 50%;
	opacity: 1;
	margin: 0 8px;
}
.swiper-pagination-bullet-active{background: #1F3D9D;}
.swiper-button-next{right: 0;}
.swiper-button-prev{transform: rotate(180deg);left: 0;}
.swiper-button-next,
.swiper-button-prev{
	display: block;width: 34px;height: 34px;
	background: url(../img/fyan.png) center center no-repeat;
	background-size: 100% 100%;
	filter: grayscale(1) brightness(0%) invert(50%);
	margin: 0;
	top: calc(50% - 17px);
	transition: all 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{filter: unset;}
.swiper-button-next::after,
.swiper-button-prev::after{display: none;}
.timeB{
	font-size: 16px;
	color: rgba(0,0,0,0.8);
}
.titB{
	font-weight: bold;
	font-size: 20px;
	color: #0F0F0F;
}
.descB{
	font-size: 16px;
	color: rgba(15,15,15,0.6);
}
.kuang:hover .titB{
	color: #2560E8;
}
.timeB+.titB{margin-top: 16px;}
@media (max-width:1310px) {
	.indP{padding: 72px 0;}
	.pubTit{margin-bottom: 40px;}
	.pubTit .tit{font-size: 36px;}
	.swiper-pagination{margin-top: 40px;}
}
@media (max-width:1024px) {
	.indP{padding: 64px 0;}
	.pubTit{margin-bottom: 24px;}
	.pubTit .tit{font-size: 32px;}
	.pubTit .desc{font-size: 16px;}
	.swiper-pagination{margin-top: 32px;}
}
@media (max-width:800px) {
	.indP{padding: 48px 0;}
	.pubTit{margin-bottom: 16px;}
	.pubTit .tit{font-size: 24px;}
	.pubTit .desc{font-size: 14px;}
	.pubTit::after{margin-top: 8px;}
	.btnB{margin-top: 16px;padding: 0 24px;line-height: 36px;font-size: 14px;}
	.titB{font-size: 16px;}
	.timeB,
	.descB{font-size: 14px;}
	.timeB+.titB{margin-top: 8px;}
	.swiper-button-next, .swiper-button-prev{width: 28px;height: 28px;}
	.swiper-pagination{margin-top: 24px;}
	.swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 5px;}
}










/* banner */
.banner{overflow: hidden;}
.swiper_banner{position: relative;z-index: 1;}
.swiper_banner .imgB{padding-top: 35.42%;}
.banner .swiper-pagination{
	bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;left: 0;bottom: 20px;
	margin: 0;
}
.banner .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	width: 10px;
	height: 10px;
	margin: 0 5px;
	transition: all 0.3s;
	border-radius: 10px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #2364E0;
	width: 24px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{display: none;}
@media (max-width:800px) {
	.swiper_banner .imgB{padding-top: 48%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 5px;}
	.banner .swiper-pagination-bullet-active{width: 20px;}
}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .container{
	justify-content: flex-start;
	min-height: 27.6vw;
	z-index: 2;
	position: relative;
}
.banny .nrBox{
	padding: 3.75vw 0;
	color: #FFFFFF;
}
.banny .font1{
	display: block;
	font-weight: bold;
	font-size: 4.0625vw;
	text-transform: uppercase;
}
.banny .font2{
	font-weight: 500;
	font-size: 1.875vw;
	margin-top: 0.83vw;
}
@media (max-width:800px) {
	.banny .nrBox{padding: 28px 0;}
	.banny .font1{
		font-size: 20px;
	}
	.banny .font2{
		font-size: 24px;
		margin-top: 0;
	}
}
/* 首页 */
.indP1 .nrBox{
	width: calc(100% + 160px);
	margin-left: -80px;
	padding: 0 80px;
}
.indP1 .swiper{margin: -20px;padding: 20px;}
.indP1 .swiper-wrapper{align-items: stretch;}
.indP1 .swiper-slide{height: unset;}
.indP1 .kuang{
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0,30,255,0.08);
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	padding-bottom: 80px;height: 100%;
	position: relative;display: block;
}
.indP1 .kuang:hover{
	box-shadow: 0px 5px 20px 0px rgba(0,30,255,0.19);
}
.indP1 .imgB{padding-top: 56.4%;position: relative;z-index: 1;}
.indP1 .iconB{
	display: flex;justify-content: center;align-items: center;
	width: 48px;height: 48px;
	background: #E1E8FC;
	border-radius: 5px;
	position: absolute;left: 22px;top: 22px;
	z-index: 2;
display:none;
}
.indP1 .iconB img{display: block;height: 24px;}
.indP1 .textB{
	padding: 24px;
	padding-bottom: 0;
}
.indP1 .descB{margin: 16px 0 0;}
.indP1 .moreB{
	border-top: 1px solid rgba(0,0,0,0.1);
	font-weight: 500;
	font-size: 16px;
	color: #0039C7;
	padding: 16px 0;
	/* margin-top: 16px; */
	width: calc(100% - 48px);
	position: absolute;left: 24px;bottom: 0;
}
.ind2Ul{margin: -6px -8px;}
.ind2Ul li{padding: 6px 8px;}
.ind2Ul .kuang{
	background: #FFFFFF;
	box-shadow: 0px 0px 32px 0px rgba(31,61,157,0.04);
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0);
	transition: all 0.3s;
	overflow: hidden;
}
.ind2Ul .kuang:hover{
	box-shadow: 6px 6px 32px 0px rgba(0,0,0,0.11);
	border: 1px solid rgba(0,0,0,0.1);
}
.ind2Ul .imgB{padding-top: 60%;}
.indP3 .pubTit::after{display: none;}
.indP3 .pubTit .tit{
	display: flex;justify-content: center;align-items: center;
	line-height: 1.1;
}
.indP3 .pubTit .tit i{
	display: block;width: 5px;height: 37px;
	background: #0B0B0B;
	margin: 0 24px;
	display: none;
}
.indP3 .pubTit .tit span{
	cursor: pointer;
	margin: 0 24px;
	padding: 16px 0;
	color: #666666;
	font-weight: 400;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.indP3 .pubTit .tit span.on{
	/* font-weight: 500; */
	color: #333333;
	border-bottom: 3px solid #1F3D9D;
}
.indP3 .nrBox{
	width: calc(100% + 160px);
	margin-left: -80px;
}
.indP3 .eachB{padding: 0 80px;}
.indP3 .eachB{display: none;}
.indP3 .eachB:first-child{display: block;}
.indP3 .swiper-wrapper{align-items: stretch;}
.indP3 .swiper-slide{height: unset;}
.indP3 .kuang{
	background: #F3F3F3;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
.indP3 .imgB{padding-top: 60%;}
.indP3 .textB{padding: 24px;}
.indP3 .timeB,
.indP3 .titB{transition: all 0.3s;}
.indP3 .moreB{
	margin-top: 24px;
	font-size: 12px;
	color: #1F3D9D;
	opacity: 0.8;
	transition: all 0.3s;
}
.indP3 .kuang:hover{background: #1F3D9D;}
.indP3 .kuang:hover .timeB,
.indP3 .kuang:hover .titB,
.indP3 .kuang:hover .moreB{
	color: #ffffff;
}
.indP3 .swiper-pagination{display: none;}
@media (max-width:1460px) {
	.indP1 .nrBox{width: 100%;margin-left: 0;padding: 0 56px;}
	.indP3 .nrBox{width: 100%;margin-left: 0;}
	.indP3 .eachB{padding: 0 56px;}
}
@media (max-width:1024px) {
	.ind2Ul li{width: 25%;}
}
@media (max-width:800px) {
	.indP1{overflow: hidden;}
	.indP1 .swiper{overflow: visible;}
	.indP1 .nrBox{padding: 0;}
	.indP1 .swiper-button-next,
	.indP1 .swiper-button-prev,
	.indP3 .swiper-button-next,
	.indP3 .swiper-button-prev{display: none;}
	.indP1 .kuang {padding-bottom: 60px;}
	.indP1 .iconB{width: 40px;height: 40px;left: 16px;top: 16px;}
	.indP1 .textB{padding: 16px;padding-bottom: 0;}
	.indP1 .descB{margin-top: 8px;}
	.indP1 .moreB{margin-top: 8px;padding: 8px 0;left: 16px;width: calc(100% - 32px);}
	.ind2Ul{margin: -2px;}
	.ind2Ul li{padding: 2px;}
	.ind2Ul .kuang{border-radius: 4px;}
	.indP3 .swiper-pagination{display: flex;}
	.indP3 .eachB{padding: 0;}
	.indP3 .pubTit .tit i{margin: 0 16px;width: 2px;height: 24px;}
	.indP3 .textB{padding: 16px;}
	.indP3 .moreB{margin-top: 12px;}
	.indP3 .pubTit .tit span{padding: 8px 0;margin: 0 20px;}
}
/* 解决方案 */
.locaB .nrBox{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	color: rgba(0,0,0,0.8);
	padding: 16px 0;
	padding-left: 28px;
	background: url(../img/loca.png) left center no-repeat;
	background-size: 14px 18px;
}
.locaB .nrBox a{color: rgba(0,0,0,0.8);}
.locaB .nrBox a:hover{color: rgba(0,0,0,1);}
.secNav .nrBox{
	padding: 36px 0 50px;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
margin:0 -12px;
}
.secNav a{
	min-width: calc(25% - 24px);
	width:max-content;
	min-height: 50px;
line-height:1.3;
display:flex;
justify-content: center;
align-items: center;
	background: #E2E6E9;
	border-radius: 5px;
	font-size: 18px;
	color: #111111;
	text-align: center;
	margin: 10px 12px;
	padding: 8px 12px;
}
.secNav a.on{background: #2560E8;color: #ffffff;}
.solP1{
	padding: 48px 0;
	background: #f6f7fa;
}
.solP1 .nrBox{
	background: #FFFFFF;
	box-shadow: 6px 7px 27px 0px rgba(0,0,0,0.11);
	border-radius: 10px;
	overflow: hidden;
	align-items: stretch;
}
.solP1 .sol1L{width: 50%;}
.solP1 .imgB{
	padding-top: 62.5%;
	min-height: 100%;
}
.solP1 .sol1R{
	width: 50%;
	padding: 40px 64px;
}
.solP1 .titB{
	font-weight: 500;
	font-size: 30px;
	color: #111111;
}
.solP1 .descB{
	font-weight: 300;
	font-size: 16px;
	color: #111111;
	margin-top: 8px;
}
.solP1 .tipB{
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 28px;
}
.solP1 .tipB .eachB{
	width: calc(50% - 5px);
	min-height: 60px;
	background: #EEF6FF;
	border-radius: 5px;
	display: flex;justify-content: center;align-items: center;
	font-weight: 500;
	font-size: 18px;
line-height:1.3;
	color: #101F56;
	margin-top: 10px;
    padding: 8px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.solP1 .tipB .eachB:nth-child(-n+2){margin-top: 0;}
.solP1 .tipB .eachB img{
	display: block;width: 32px;height: 32px;
	/*background: url(../img/soli1.png) center center no-repeat;
	background-size: 100%;*/
	margin-right: 8px;
}
.solP1 .tipB .eachB span{width:calc(100% - 40px)}
.solP2{padding-top: 44px;}
.solP2 .pTit{
	font-size: 30px;
	color: #111111;
	padding-left: 36px;
	background: url(../img/soli2.png) left center no-repeat;
	background-size: 23px 27px;
	margin-bottom: 48px;
}
.sol2Ul li{margin-top: 20px;}
.sol2Ul li:first-child{margin-top: 0;}
.sol2Ul .zktit{
	font-size: 22px;
	color: #2D5394;
	min-height: 80px;
	padding: 16px 40px;
	position: relative;
	display: flex;justify-content: flex-start;align-items: center;
	cursor: pointer;
	background: #F6F7FA;
}
.sol2Ul .zktit i::before{content: "展开";display: block;}
.sol2Ul .zktit i{
	font-style: normal;
	position: absolute;right: 38px;top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: rgba(0,0,0,0.5);
	padding-right: 26px;
	background: url(../img/soli3.png) right center no-repeat;
	background-size: auto 40%;
}
.sol2Ul .zhshow{
	padding: 40px;
	font-size: 16px;
	line-height: 2.25;
	color: rgba(0,0,0,0.6);
	display: none;
}
.sol2Ul .on .zktit i::before{content: "收起";}
.sol2Ul .on .zktit i{background-image: url(../img/soli3a.png);}
.secNav_sol a{width:calc(25% - 24px);min-width:unset;}
@media (max-width:1310px) {
	.secNav a{font-size: 16px;}
	.solP1 .sol1R{padding: 32px 40px;}
	.solP1 .tipB .eachB{font-size: 16px;}
	.solP1 .tipB .eachB i{width: 32px;height: 32px;margin-right: 8px;}
	.solP2 .pTit{margin-bottom: 24px;}
	.sol2Ul .zktit{padding: 8px 24px;}
	.sol2Ul .zhshow{padding: 24px;line-height: 2;}
.secNav_sol a{width:calc(33.33% - 24px);min-width:unset;}
}
@media (max-width:1024px) {
	.solP1 .sol1R{padding: 24px;}
	.solP1 .titB{font-size: 24px;}
	.solP1 .descB{font-size: 15px;}
	.solP1 .tipB{margin-top: 16px;}
	.solP1 .tipB .eachB{font-size: 15px;min-height:unset;}
	.solP1 .tipB .eachB img{width: 28px;height: 28px;margin-right: 8px;}
	.solP1 .tipB .eachB span{width: calc(100% - 36px);}
	.solP2 .pTit{font-size: 24px;}
	.sol2Ul .zktit{min-height: 64px;font-size: 18px;}
	.sol2Ul .zktit i{font-size: 16px;}
.secNav_sol a{width:calc(33.33% - 24px);min-width:unset;}
}
@media (max-width:800px) {
	.secNav .nrBox{padding: 16px 0 24px;}
	.secNav a{min-height: 36px;margin: 4px;padding: 2px 8px;font-size: 14px;}
	.secNav a span{white-space:unset;overflow:unset;text-overflow:unset;}
	.solP1{padding: 24px 0;}
	.solP1 .nrBox{display: block;}
	.solP1 .sol1L{width: 100%;}
	.solP1 .sol1R{width: 100%;padding: 16px;}
	.sol2Ul li{margin-top: 10px;}
	.sol2Ul .zktit{min-height: 52px;font-size: 16px;padding: 8px 16px;}
	.sol2Ul .zktit i{right: 16px;font-size: 14px;padding-right: 16px;}
	.sol2Ul .zhshow{padding: 16px 0;font-size: 14px;line-height: 1.8;}
.secNav_sol .nrBox{margin:0 -4px;}
.secNav_sol a{width:calc(50% - 8px);min-width:unset;}
}
/*.secNav2 a{
	margin-right: 20px;
	width: calc((100% - 140px) / 8);
}
.secNav2 a:nth-child(4n){margin-right: 20px;}
.secNav2 a:nth-child(-n+4){margin-top: 20px;}
.secNav2 a:nth-child(8n){margin-right: 0;}
.secNav2 a:nth-child(-n+8){margin-top: 0;}*/
.proP{padding-top: 54px;}
.proP .pubTit{margin-bottom: 36px;}
.proP .pubTit .tit{font-size: 30px;}
.proUl{margin: -14px;}
.proUl li{padding: 14px;}
.proUl .kuang{
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
	border: 1px solid rgba(0,0,0,0);
	padding-bottom: 50px;position: relative;
}
.proUl .imgB{padding-top: 66%;}
.proUl .textB{padding: 22px;}
.proUl .descB{margin-top: 4px;}
.proUl .btmB{
	/* margin-top: 20px; */
	position: absolute;left: 22px;bottom: 22px;
	width: calc(100% - 44px);
}
.proUl .catB{
	width: max-content;
	line-height: 29px;
	padding: 0 20px;
	background: #EDF4FD;
	border-radius: 3px;
	font-size: 16px;
	color: #127AF3;
}
.proUl .moreB{
	font-size: 16px;
	color: #004EA8;
	padding-right: 30px;
	background: url(../img/more.png) right center no-repeat;
	background-size: auto 74%; 
}
.proUl .kuang:hover{
	box-shadow: 0px 3px 38px 0px rgba(0,0,0,0.31);
	border: 1px solid rgba(0,0,0,0.25);
}
@media (max-width:1024px) {
	/*.secNav2 a,
	.secNav2 a:nth-child(8n),
	.secNav2 a:nth-child(-n+8){width: calc((100% - 24px) / 4);margin-right: 8px;margin-top: 8px;}
	.secNav2 a:nth-child(4n){margin-right: 0;}
	.secNav2 a:nth-child(-n+4){margin-top: 0;}*/
	.proUl li{width: 50%;}
}
@media (max-width:800px) {
	/*.secNav2 .nrBox{padding: 16px 0 24px;justify-content: space-between;align-items: stretch;}
	.secNav2 a,
	.secNav2 a:nth-child(4n),
	.secNav2 a:nth-child(-n+4),
	.secNav2 a:nth-child(8n),
	.secNav2 a:nth-child(-n+8),
	.secNav2 a:nth-child(3n),
	.secNav2 a:nth-child(-n+3){width: calc(50% - 2px);margin: 4px 0 0;line-height: 1.5;padding: 8px 16px;display: flex;justify-content: center;align-items: center;}
	.secNav2 a span{white-space:unset;overflow:unset;text-overflow:unset;}*/
	.proP{padding-top: 48px;}
	.proP .pubTit{margin-bottom: 16px;}
	.proUl{margin: 0;}
	.proUl li{padding: 0;margin-top: 16px;width: 100%;}
	.proUl li:first-child{margin-top: 0;}
	.proUl .kuang{padding-bottom: 48px;}
	.proUl .textB{padding: 16px;}
	.proUl .btmB{left: 16px;bottom: 16px;width: calc(100% - 32px);}
}
/* 产品详情 */
.pxqP{padding: 36px 0 62px;}
.pxqP .nrBox{
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 30px;
}
.pxqP .pxq1L{width: 50%;}
.pxqP .pxq1L img{display: block;width: 100%;}
.pxqP .pxq1R{width: calc(50% - 60px);color: #131313;padding-right: 32px;}
.pxq1R .catB{
	font-size: 23px;
	color: #2560E8;
}
.pxq1R .titB{
	font-weight: bold;
	font-size: 35px;
}
.pxq1R .descB{
	font-size: 16px;
	line-height: 1.875;
	opacity: 0.7;
}
.pxq1R .xbtB{
	font-weight: 500;
	font-size: 24px;
	margin-top: 32px;
}
.pxq1R .xbNr ul{
	font-size: 18px;
	color: rgba(19,19,19,0.7);
	margin-top: 8px;
}
.pxq1R .xbNr li{
	padding-left: 25px;
	position: relative;
	background: url(../img/jt.png) 3px 8px no-repeat;
	background-size: 7px 11px;
	margin-top: 10px;
}
.pxq1R .btnB{
	background: #2560E8;
	border-radius: 10px;
	margin-left: 0;
	margin-top: 56px;
}
.pxqP2{margin-top: 32px;}
.pxqP2 .pTit{
	font-weight: 500;
	font-size: 30px;
	color: #111111;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 24px;
}
@media (max-width:1310px) {
	.pxqP .pxq1R{width: calc(50% - 40px);padding: 0;}
	.pxq1R .catB{font-size: 20px;}
	.pxq1R .titB{font-size: 32px;}
	.pxq1R .descB{line-height: 1.5;font-size: 15px;}
	.pxq1R .xbtB{font-size: 22px;margin-top: 16px;}
	.pxq1R .xbNr ul{font-size: 16px;}
	.pxq1R .xbNr li{background-position: 3px 6px;padding-left: 20px;}
	.pxq1R .btnB{margin-top: 16px;}
	.pxqP2 .pTit{font-size: 24px;}
}
@media (max-width:1024px) {
	.pxqP .pxq1R{width: calc(50% - 16px);padding: 0;}
	.pxq1R .catB{font-size: 18px;}
	.pxq1R .titB{font-size: 24px;}
	.pxq1R .descB{line-height: 1.5;font-size: 14px;}
	.pxq1R .xbtB{font-size: 20px;margin-top: 12px;}
	.pxq1R .xbNr ul{font-size: 14px;}
	.pxq1R .xbNr li{background-position: 2px 5px;padding-left: 16px;margin-top: 4px;background-size: 6px 10px;}
	.pxq1R .btnB{margin-top: 12px;}
	.pxqP2 .pTit{font-size: 22px;}
}
@media (max-width:800px) {
	.pxqP1{display: block;}
	.pxqP .nrBox{padding: 16px;}
	.pxqP .pxq1L{width: 100%;}
	.pxqP .pxq1R{width: 100%;margin-top: 16px;}
	.pxq1R .descB{margin-top: 8px;}
	.textB{font-size: 14px;}
}
/* 新闻列表 */
.newsP{padding-bottom: 100px;}
.newsUl li{
	padding: 36px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.newsUl .kuang{
	position: relative;
	padding-right: 140px;
}
.newsUl .kuang::before{
	content: "";
	display: block;width: 1px;height: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;right: 140px;top: 0;
}
.newsUl .tuB{width: 270px;}
.newsUl .imgB{padding-top: 61%;}
.newsUl .textB{
	width: calc(100% - 270px);
	padding: 0 90px 0 32px;
}
.newsUl .timeB{
	position: absolute;right: 0;top: 0;
	font-size: 16px;
	color: #000000;
	opacity: 0.5;
	text-align: center;
	line-height: 1;
	display: flex;justify-content: center;align-items: center;
	height: 100%;
}
.newsUl .timeB b{
	display: block;
	font-weight: 400;
	font-size: 51px;
	margin-bottom: 12px;
}
.xiaocms-page{
	margin: 64px auto 0;
	display: flex;justify-content: center;align-items: center;
}
.xiaocms-page a,
.xiaocms-page span{
	font-size: 16px;
	color: #0E0E0E;
	width: 48px;height: 48px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	display: flex;justify-content: center;align-items: center;
	margin: 0 10px;
}
.xiaocms-page span{border: 1px solid #2560E8;color: #2560E8;}
@media (max-width:1310px) {
	.newsUl .textB{padding-right: 48px;}
	.newsUl .kuang::before{right: 100px;}
	.newsUl .kuang{padding-right: 100px;}
	
}
@media (max-width:1024px) {
	.newsUl .tuB{width: 220px;}
	.newsUl .textB{padding: 0 16px;width: calc(100% - 220px);}
	.newsUl .timeB b{font-size: 40px;margin-bottom: 8px;}
	.newsUl .kuang::before{right: 80px;}
	.newsUl .kuang{padding-right: 80px;}
}
@media (max-width:800px) {
	.newsUl li{padding: 16px 0;}
	.newsUl .kuang{padding: 0;display: block;}
	.newsUl .tuB{width: 100%;}
	.newsUl .textB{width: 100%;padding: 16px 0 0;}
	.newsUl .timeB{position: relative;right: unset;top: unset;height: auto;margin: 6px 0;text-align: left;display: block;}
	.newsUl .timeB b{font-size: 24px;display: inline-block;}
	.newsUl .timeB b::after{content: "/";}
	.newsUl .kuang::before{display: none;}
	.xiaocms-page{margin-top: 16px;}
	.xiaocms-page a,
	.xiaocms-page span{margin: 0 4px;width: 32px;height: 32px;}
}
/* 新闻详情 */
.nxqP{
	padding: 36px 0 80px;
}
.nxqP .nrBox{
	background: #FFFFFF;
	box-shadow: 0px 14px 24px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 48px;
}
.nxqP .kkk{
	max-width: 900px;
	margin: 0 auto;
}
.nxqP .titB{
	font-weight: 500;
	font-size: 36px;
	color: #000000;
	line-height: 1.44;
}
.nxqP .timeB{
	font-size: 14px;
	color: rgba(0,0,0,0.7);
	margin-top: 40px;
}
.nxqP .nrB{
	border-top: 1px solid rgba(20,20,20,0.1);
	color: rgba(0,0,0,0.9);
	padding: 40px 0;
	margin-top: 28px;
}
.nxqP .fyB{
	border-top: 1px solid rgba(20,20,20,0.1);
	padding-top: 40px;
}
.nxqP .fyB a{
	color: #161616;
	display: flex;justify-content: flex-start;align-items: center;
	margin-top: 28px;
}
.nxqP .fyB a:hover{color: #2560E8;}
.nxqP .fyB a:first-child{margin-top: 0;}
.nxqP .fyB span{
	width: 116px;
	line-height: 43px;
	background: #F6F6F6;
	border-radius: 5px;
	color: #161616;
	text-align: center;
	margin-right: 20px;
}
.nxqP .fyB p{width: calc(100% - 136px);}
@media (max-width: 1024px) {
	.nxqP .titB{font-size: 32px;}
}
@media (max-width: 800px) {
	.nxqP .nrBox{padding: 16px;}
	.nxqP .titB{font-size: 24px;}
	.nxqP .timeB{margin-top: 16px;}
	.nxqP .nrB{margin-top: 24px;padding: 24px 0;}
	.nxqP .fyB{padding-top: 24px;}
	.nxqP .fyB a{margin-top: 8px;}
	.nxqP .fyB span {width: 72px;line-height: 34px;font-size: 14px;margin-right: 12px;}
	.nxqP .fyB p{width: calc(100% - 84px);}
}
/* 关于我们 */
.aboTit .tit{
	font-weight: 500;
	font-size: 36px;
	color: #000000;
	line-height: 1.5;
	position: relative;z-index: 2;
}
.aboTit .en{
	font-weight: 900;
	font-size: 4.6vw;
	color: #F4F5F9;
	line-height: 1;
	opacity: 0.74;
	text-transform: uppercase;
	margin-top: -1.67vw;
	position: relative;z-index: 1;
}
.abo1L{width: 50%;}
.abo1R{width: 44.5%;}
.abo1R img{display: block;width: 100%;}
.abo1L .descB{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	line-height: 1.9;
	margin-top: 40px;
}
.aboP2{background: #f9fafc;}
.aboP2 .nrBox{
	width: 93%;
	margin: 0 auto;
	padding: 0 7vw;
	position: relative;
	overflow: hidden;
}
.aboP2 .nrBox::before{
	content: "";
	display: block;width: 100%;height: 1px;
	position: absolute;left: 0;top: 80px;
	background: #2560E8;
	opacity: 0.2;
}
.aboP2 .zz1{
	position: absolute;left: 0;top: 0;
	display: block;width: 7vw;height: 100%;
	background: linear-gradient(to right,rgba(249,250,252,1),rgba(249,250,252,0));
	z-index: 4;
}
.aboP2 .zz2{
	position: absolute;right: 0;top: 0;
	display: block;width: 7vw;height: 100%;
	background: linear-gradient(to right,rgba(249,250,252,0),rgba(249,250,252,1));
	z-index: 4;
}
.aboP2 .swiper{overflow: visible;}
.aboP2 .swiper-slide{width: max-content;}
.aboP2 .numB{
	font-weight: 500;
	font-size: 30px;
	color: #2560E8;
}
.aboP2 .dianB{
	display: flex;justify-content: center;align-items: center;
	width: 37px;height: 37px;
	border-radius: 50%;
	background: #edf2ff;
	margin-left: 15px;
	margin-top: 18px;
}
.aboP2 .dianB::after{
	content: "";
	display: block;width: 16px;height: 16px;
	border-radius: 50%;
	background: #2560e8;
}
.aboP2 .xianB{
	display: block;width: 2px;height: 100px;
	background: #8fadf2;
	margin-left: 32px;
	position: relative;z-index: 2;
}
.aboP2 .descB{
	width: 267px;
	background: #FFFFFF;
	box-shadow: 0px 14px 24px 0px rgba(37,96,232,0.1);
	border-radius: 10px;
	padding: 38px 46px;
	position: relative;z-index: 1;
	margin-top: -42px;
}
.aboP2 .descB::before{
	content: "";
	display: block;width: 12px;height: 12px;
	border-radius: 50%;
	border: 2px solid #8fadf2;
	position: absolute;top: 42px;left: 25px;
}
.aboP2 .swiper-slide:nth-child(2n) .descB{width: 223px;}
.aboP2 .swiper-slide:nth-child(3n) .descB{width: 240px;}
.aboP2 .swiper-slide:nth-child(4n) .descB{width: 248px;}
.aboP2 .swiper-pagination{
	width: 220px;
	height: 10px;
	background: #E8EBF3;
	border-radius: 10px;
	margin: 72px auto 0;
	position: relative;left: unset;bottom: unset;
}
.aboP2 .swiper-pagination-progressbar-fill{
	height: 10px;
	background: #2560E8;
	border-radius: 10px;
}
@media (max-width:1310px) {
	.aboTit .tit{font-size: 32px;}
	.abo1L .descB{margin-top: 24px;font-size: 16px;}
}
@media (max-width:1024px) {
	.aboTit .tit{font-size: 28px;}
	.aboP2 .dianB{width: 28px;height: 28px;margin-left: 14px;}
	.aboP2 .dianB::after{width: 14px;height: 14px;}
	.aboP2 .xianB{margin-left: 27px;height: 60px;}
	.aboP2 .descB::before {top: 20px;left: 20px;}
	.aboP2 .descB{padding:16px;padding-left: 40px;margin-top: -20px;}
	.aboP2 .descB{width: 220px;}
	.aboP2 .swiper-slide:nth-child(2n) .descB{width: 180px;}
	.aboP2 .swiper-slide:nth-child(3n) .descB{width: 200px;}
	.aboP2 .swiper-slide:nth-child(4n) .descB{width: 248px;}
}
@media (max-width:800px) {
	.aboTit .tit{font-size: 24px;}
	.aboTit .en{font-size: 32px;margin-top: -12px;}
	.aboP1 .nrBox{display: block;}
	.abo1L{width: 100%;}
	.abo1R{width: 100%;margin-top: 16px;}
	.aboP2 .numB{font-size: 26px;}
	.aboP2 .nrBox{width: 100%;}
	.aboP2 .dianB {margin-top: 4px;width: 20px;height: 20px;margin-left: 20px;}
	.aboP2 .dianB::after{width: 10px;height: 10px;}
	.aboP2 .nrBox::before{top: 52px;}
	.aboP2 .xianB {margin-left: 29px;height: 45px;}
	.aboP2 .descB{font-size: 16px;padding-left: 46px;}
	.aboP2 .descB::before{left: 22px;}
	.aboP2 .swiper-pagination{margin-top: 24px;height: 6px;}
}
/* 联系我们 */
.ctcP{padding: 36px 0 80px;}
.ctcP .pubTit{text-align: left;margin-bottom: 24px;}
.ctcP .pubTit::after{display: none;}
.ctcL{
	width: 48%;
	background: #FFFFFF;
	box-shadow: 0px 14px 24px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 36px 32px;
}
.ctcR{
	width: 48%;
	padding-top: 36px;
}
.ctcForm{
	flex-wrap: wrap;
}
.ctcForm input[type=text]{
	width: calc(50% - 15px);
	height: 50px;
	background: #FCFDFE;
	border-radius: 5px;
	border: 1px solid #E8EDF2;
	margin-bottom: 16px;
	padding: 0 16px;
	font-family: inherit;
	font-size: 18px;
}
.ctcForm textarea{
	width: 100%;
	height: 134px;
	background: #FCFDFE;
	border-radius: 5px;
	border: 1px solid #E8EDF2;
	margin-bottom: 16px;
	padding: 12px 16px;
	font-family: inherit;
	font-size: 18px;
}
.ctcForm .yzmB{display: flex;justify-content: flex-start;align-items: center;}
.ctcForm .yzmB input[type=text]{margin: 0 24px 0 0;width: 170px;}
.ctcForm .yzmB .yzm{display: block;height: 44px;width: 100px;}
.ctcForm input[type=submit]{
	width: 112px;
	height: 44px;
	text-align: center;
	background: #0678EB;
	border-radius: 10px;
	font-size: 18px;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
}
.ctcR .ctcNr{
	background: #FFFFFF;
	box-shadow: 0px 14px 24px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 40px 48px;
	font-size: 22px;
	color: #161616;
}
.ctcR .ctcNr .font1{
	font-size: 34px;
	margin-bottom: 26px;
}
.ctcR .ctcNr .infoB{
	display: flex;justify-content: flex-start;align-items: flex-start;
	margin-bottom: 16px;
}
.ctcR .ctcNr .infoB:last-child{margin-bottom: 0;}
.ctcR .ctcNr .infoB img{
	display: block;
	margin-right: 20px;
	margin-top: 3px;
	width: 26px;
}
.ditu{margin-top: 64px;padding-top: 40%;position: relative;}
.ditu #map{
	position: absolute;left: 0;top: 0;
	display: block;width: 100%;height: 100%;
}
.datuB{margin-top: 64px;position: relative;border-radius: 10px;overflow: hidden;}
.datuB img{display: block;width: 100%;position: relative;z-index: 1;}
.datuB p{
	z-index: 2;
	position: absolute;left: 0;bottom: 0;
	width: 100%;
	font-size: 30px;
	color: #FFFFFF;
	padding: 20px 36px;
	padding-top: 112px;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));
}

@media (max-width:1310px) {
	.ctcR .ctcNr{font-size: 20px;}
	.ctcR .ctcNr .font1{font-size: 32px;margin-bottom: 16px;}
	.ctcForm input[type=text]{height: 44px;font-size: 16px;}
	.ctcForm textarea{height: 100px;font-size: 16px;}
	.ctcForm .yzmB img{max-height: 44px;}
	.ctcForm .yzmB input[type=text]{margin-right: 16px;width: 120px;}
	.ctcR .ctcNr .infoB{margin-bottom: 8px;}
	.ctcR .ctcNr .infoB img{width: 24px;}
	.datuB p{font-size: 28px;}
}
@media (max-width:1024px) {
	.ctcL{padding: 24px;}
	.ctcR{padding-top: 24px;}
	.ctcForm input[type=text]{width: calc(50% - 8px);height: 40px;font-size: 15px;}
	.ctcForm textarea{font-size: 15px;}
	.ctcForm .yzmB img{max-height: 40px;}
	.ctcForm .yzmB input[type=text]{width: 100px;}
	.ctcForm input[type=submit]{width: 80px;height: 40px;font-size: 15px;}
	.ctcR .ctcNr{padding: 24px;font-size: 18px;}
	.ctcR .ctcNr .infoB{margin-bottom: 15px;}
	.datuB p{font-size: 24px;}
}
@media (max-width:800px) {
	.ctcP .nrBox{display: block;}
	.ctcL{width: 100%;padding: 20px 16px;}
	.ctcR{width: 100%;margin-top: 16px;}
	.ctcR .ctcNr{font-size: 16px;}
	.ctcR .ctcNr .font1{font-size: 22px;margin-bottom: 16px;}
	.ctcR .ctcNr .infoB img{width: 20px;margin-right: 8px;}
	.ditu{margin-top: 24px;padding-top: 64%;}
	.datuB{margin-top: 24px;}
	.datuB p{padding: 8px 16px;font-size: 20px;}
	.ctcForm .yzmB .yzm{height: 40px;}
}