body{padding: 0;margin: 0;font-size: 16px;color: rgb(23, 23, 23);overflow-x:hidden;}
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: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s; }
.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%;}
.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;}
.flexb4{display: flex;align-items: flex-end;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.huibg{background: rgb(245, 245, 245);}
.container{padding: 0 16px;max-width: 1268px;margin: 0 auto;}
.container2{max-width: 1352px;}
@media (max-width:1352px) {.container2{max-width: 1268px;}}
@media (max-width:1268px) {.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;}


header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 999;
	transition: all 0.3s;
	background: rgba(4, 16, 126,0.35);
}
header.cHead{background: rgba(4, 16, 126,1);}
header.onFix{background: rgba(4, 16, 126,1);}
.topDiv,
header .nrBox{height: 106px;}
header .logo img{max-height: 74px;display: block;}
header .top{
	height: 28px;
	font-size: 14px;
	color: #ffffff;
	justify-content: flex-end;
	margin-top: 14px;
}
header .top a{color: #ffffff;margin-left: 28px;}
header .top a:first-child{margin-left: 0;}
header .top a i{margin-right: 4px;display: block;}
header .menuUl>li{margin-right: 80px;position: relative;}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 18px;
	color: #ffffff;
	line-height: 64px;
	display: block;
	position: relative; 
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #ffffff;
	transition: all 0.3s;
}
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-color: #000000;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 150px;
	padding: 8px 14px;
	border-width: 1px;
	border-color: rgb(243, 214, 158);
	border-style: solid;
}
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(243, 214, 158,0.5);
}
header .menuUl .erjiUl>li:last-child{border-bottom: 0;}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 18px;
}
header .mopenBtn{display: none;}
header.logged .nrBox{justify-content: flex-end;align-items: flex-start;}
header.logged .logo{position: absolute;left: 14px;top: 0;display: flex;justify-content: center;align-items: center;height: 100%;}
header.logged .menuB{display: none;}
@media (max-width:1352px) {
	header .menuUl>li{margin-right: 48px;}
}
@media (max-width:1024px) {
	.topDiv,
	header .nrBox{height: 92px;}
	header .logo img{max-height: 64px;}
	header .top{margin-top: 8px;}
	header .menuUl>li{margin-right: 40px;}
	header .menuUl .yiji{height: 56px;}
	header .menuUl .yiji a{font-size: 16px;line-height: 56px;}
}
@media (max-width:800px) {
	.topDiv,
	header .nrBox{height: 56px;}
	header .logo img{max-height: 36px;max-width: 40vw;}
	header .findBox{height: 56px;}
	header .top{margin: 0;height: 56px;}
	header .top a{margin-left: 16px;display: block;}
	header .top a i{margin: 0 auto;text-align: center;}
	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: #fff;
		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: #fff;
		-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(243, 214, 158,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(243, 214, 158,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;
	}
	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;}
	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;}
	header.logged .mopenBtn{display: none;}
}
footer .yqlj{
	background: #f5f5f5;
	color: rgb(51, 51, 51);
	padding: 37px 0;
}
footer .yqlj .nrBox{
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 40px;
}
footer .yqlj .hti{
	width: 28px;height: 28px;
	background: rgb(51,51,51);
	border-radius: 50%;
	position: absolute;left: 0;top: -2px;
	display: flex;justify-content: center;align-items: center;
	color: #ffffff;
	font-size: 14px;
	top: calc(50% - 14px);
}
footer .yqlj a{
	color: rgb(51, 51, 51);
	margin-right: 20px;
	display: block;
	border-bottom: 1px solid rgba(4, 16, 126,0);
}
footer .yqlj a:hover{
	border-bottom: 1px solid rgb(4, 16, 126);
	color: rgb(4, 16, 126);
}
footer .banq{
	background: #04107e;
	font-size: 16px;
	color: rgb(255, 255, 255);
	padding: 49px 0;
	text-align: center;
}
@media (max-width:800px) {
	footer{font-size: 14px;}
	footer .yqlj{padding: 16px 0;}
	footer .banq{padding: 24px 0;}
}
.yy{
	position: fixed;left: 0;top: 0;
	display: block;width: 100%;height: 100%;
	background: #04107e;
	z-index: 999;
	cursor: pointer;
	display: none;
}
.popup{
	position: fixed;left: 50%;top: 50%;
	transform: translate(-50%,-50%);
	max-width: 92%;max-height: 100%;
	z-index: 999;
	display: none;
}
.popup .nrBox{
	border-radius: 10px;
	background-color: rgba(255, 255, 255,0.85);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.64);
	width: 1080px;
	max-width: 100%;
	padding: 12px;
	align-items: stretch;
}
.popup .tuB{width: calc(100% - 320px);}
.popup .tuB .imgB{padding: 0;height: 100%;border-radius: 10px;overflow: hidden;min-height: 448px;z-index: 1;position: relative;}
.popup .tuB .logo{position: absolute;left: 8px;top: 8px;z-index: 2;}
.popup .tuB .logo img{max-height: 66px;display: block;max-width: calc(100% - 8px);}
.popup .ziB{width: 312px;padding: 0 20px;}
.popup .kkk{display: block;width: 100%;}
.popup .pTit{
	font-size: 22px;
	color: rgb(0, 0, 0);
	margin-bottom: 20px;
}
.popup .kuang{margin-top: 15px;}
.popup .kuang:first-child{margin-top: 0px;}
.popup input{
	display: block;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	width: 100%;
	height: 40px;
	border: 0;
	font-size: 16px;
	padding: 0 16px;
}
.popup input[type=text]:focus,
.popup input[type=password]:focus{
	border: 1px solid rgba(4, 16, 126,0.9);
}
.popup .yzmB{position: relative;}
.popup .yzmB input{padding-right: 86px;}
.popup .yzmB .sendBtn{
	border-radius: 3px;
	background-color: rgb(222, 222, 222);
	position: absolute;
	right: 3px;
	top: calc(50% - 15px);
	width: 80px;
	height: 30px;
	font-size: 14px;
	color: rgb(155, 153, 153);
	border: 0;
	padding: 0;
	cursor: pointer;
}
.popup .yzmB .captchaImg{
	border-radius: 3px;
	position: absolute;
	right: 3px;
	top: calc(50% - 15px);
	width: 80px;
	height: 30px;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.popup .mimaB{position: relative;}
.popup .mimaB input{padding-right: 40px;}
.popup .mimaB i{
	cursor: pointer;
	position: absolute;right: 8px;top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: rgb(155, 153, 153);
}
.popup .yssmB{
	font-size: 12px;
	color: rgb(145, 145, 145);
}
.popup .yssmB label{
	justify-content: flex-start;
	line-height: 1;
}
.popup .yssmB input{
	border-width: 1px;
	border-color: rgb(162, 158, 161);
	border-style: solid;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
}
.popup .yssmB input:checked+span{color: #4a4a4a;}
.popup .yssmB input:checked+span a{color: #4a4a4a;}
.popup .yssmB a{color: rgb(145, 145, 145);}
.popup .btnG{margin-top: 20px;}
.popup .tjBtn{
	border-radius: 5px;
	background: rgb(72, 75, 79);
	border: 1px solid rgb(72, 75, 79);
	width: calc(50% - 12px);
	height: 38px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	display: flex;justify-content: center;align-items: center;
}
.popup .tzBtn{
	border-radius: 5px;
	color: rgb(72, 75, 79);
	border: 1px solid rgb(72, 75, 79);
	width: calc(50% - 12px);
	height: 38px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	display: flex;justify-content: center;align-items: center;
}
.popup .tzlink{
	font-size: 12px;
	color: rgb(145, 145, 145);
	margin-top: 16px;
	display: block;
}
@media (max-width:1200px) {
	.popup .tuB .imgB{min-height: 37vw;}
}
@media (max-width:800px) {
	.popup .nrBox{padding: 16px;}
	.popup .tuB{display: none;}
	.popup .ziB{width: 100%;padding: 0;}
}
/* 首页 */
.banner{overflow: hidden;}
.swiper_banner{position: relative;z-index: 1;}
.swiper_banner .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.swiper_banner .kuang{
	width: 100%;
}
.swiper_banner .nrBox{
	position: relative;
	z-index: 2;
	padding: calc(8vw + 106px) 0 calc(13vw + 164px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper_banner .cnB{
	font-size: 36px;
	font-family: "SourceHanSansSCVF";
	color: rgb(255, 255, 255);
	font-weight: bold;
	transition: all 0.6s;
	transform: translateX(40px);
	opacity: 0;
}
.swiper_banner .xian{
	background-color: rgb(255, 255, 255);
	display: block;
	width: 123px;
	height: 4px;
	margin-top: 14px;
	transition: all 0.6s;
	transition-delay: 0.3s;
	transform: translateX(40px);
	opacity: 0;
}
.swiper_banner .enB{
	font-size: 30px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 4px rgba(3, 3, 3, 0.53);
	margin-top: 12px;
	transition: all 0.6s;
	transition-delay: 0.6s;
	transform: translateX(40px);
	opacity: 0;
}
.swiper_banner .swiper-slide-active .cnB,
.swiper_banner .swiper-slide-active .xian,
.swiper_banner .swiper-slide-active .enB{transform: translateX(0);opacity: 1;}
.banner .swiper-pagination{
	width: auto;
	bottom: 32px;
	left: unset;
	right: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background: #04107e;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	transition: all 0.3s;
	border-radius: 10px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{width: 32px;}
.banner .swiper-button-prev{left: 60px;}
.banner .swiper-button-next{right: 60px;}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	background-color: rgba(0, 0, 0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 52px;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{
	font-size: 20px;
	color: #ffffff;
}
.searchB{
	position: absolute;left: 0;bottom: calc(5vw + 104px);
	z-index: 3;
	width: 100%;
}
.searchB .nrBox{
	width: 936px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	background-color: rgba(255, 255, 255,0.7);
	height: 58px;
}
.searchB .clB{position: relative;width: 24%;padding: 0 6px}
.searchB .clB:nth-child(3){width: 36%;}
.searchB .clB:last-child{width: 50%;}
.searchB .aB{
	font-size: 16px;
	color: rgb(61, 61, 61);
	line-height: 60px;
	position: relative;
	cursor: pointer;
}
.searchB .layui-btn,
.searchB input{
	display: block;
	height: 60px;
	width: 100%;
	font-size: 16px;
	background: none;
	border: 0;
	padding: 0 32px 0 16px;
	display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	cursor: pointer;
	color: #666666;
	text-align: left;
}
.searchB .layui-btn:hover{
	color: #666666;
}
.searchB .layui-btn i,
.searchB .aB i{
	position: absolute;right: 12px;top: 50%;
	transform: translateY(-50%);
	font-size: 12px;color: #363636;
}
.searchB .aB::after{
	content: "";
	background-color: rgb(137, 135, 135);
	position: absolute;right: 0;top: calc(50% - 16px);
	display: block;width: 1px;height: 32px;
}
.searchB .bB{
	position: absolute;left: 0;top: 59px;
	background-color: rgb(255, 255, 255);
	width: 100%;
	padding: 12px 0;
	display: none;
	z-index: 2;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
/* .searchB .clB:hover .bB{display: block;} */
.searchB .bB span{
	display: block;
	font-size: 16px;
	color: rgb(61, 61, 61);
	text-align: center;
	padding: 4px;
	cursor: pointer;
}
.searchB .item_form{
	padding: 0 0 0 32px;
	position: relative;
	width: 100%;
}
.searchB .item_form input{padding: 0;}
.searchB .item_form .findBtn{
	display: block;width: max-content;height: 60px;
	display: flex;justify-content: center;align-items: center;
	padding: 0 32px;
}
.searchB .item_form .findBtn i{
	font-size: 24px;
	color: #000000;
}
.searchB .item_form .findBtn .tijiao{
	width: 100%;height: 100%;
	cursor: pointer;
	position: absolute;left: 0;top: 0;
	z-index: 2;
	opacity: 0;
	padding: 0;
	cursor: pointer;
}
.gdszB{
	position: absolute;left: 0;bottom: 0;
	display: block;width: 100%;z-index: 2;
}
.ind0Ul{
	border-radius: 10px;
	background-color: rgba(4, 16, 126,0.6);
	justify-content: space-between;
}
.ind0Ul li{
	height: 104px;
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-align: center;
	max-width: calc(100% / 3);
	display: flex;justify-content: center;align-items: center;
	padding: 0 24px;
}
.ind0Ul li b{
	font-size: 55px;
	font-weight: bold;
	margin: 0 16px;
	line-height: 1;
}
.indp{padding: 56px 0;}
.pubTit{
	font-size: 36px;
	color: rgb(37, 37, 37);
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.pubTit span{
	position: relative;
	display: block;
	width: max-content;
	margin: 0 auto;
	padding-bottom: 8px;
}
.pubTit span::before{
	content: "";
	display: block;
	width: 100%;height: 3px;
	background: #04107e;
	position: absolute;left: 0;bottom: -1px;
	z-index: 2;
}
.pubTit span::after{
	content: "";
	display: block;
	width: 190%;height: 1px;
	background: #dddddd;
	position: absolute;left: -45%;bottom: 0;
	z-index: 1;
}
.proUl{margin: -20px -16px;}
.proUl li{padding: 20px 16px;}
.proUl .kuang{
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 20px 0px rgba(3, 3, 3, 0.1);
	padding-bottom: 128px;
	position: relative;
}
.proUl .imgB{padding-top: 61.5%;}
.proUl .textB{padding: 20px;padding-bottom: 0;}
.proUl .titB{
	font-size: 18px;
	color: rgb(37, 37, 37);
	font-weight: bold;
	transition: all 0.5s;
}
.proUl .titB::after{
	content: "";
	background-color: rgb(118, 118, 118);
	display: block;
	width: 70px;
	height: 2px;
	margin-top: 6px;
	transition: all 0.5s;
}
.proUl .descB{
	font-size: 16px;
	color: rgb(37, 37, 37);
	line-height: 1.875;
	margin-top: 12px;
}
.proUl .tipB{
	width: calc(100% - 40px);
	position: absolute;left: 20px;bottom: 84px;
	font-size: 14px;
	color: rgb(97, 97, 97);
}
.proUl .tipB p{margin-right: 32px;}
.proUl .tipB p:last-child{margin-right: 0px;}
.proUl .tipB i{
	color: #000000;
	font-size: 18px;
	margin-right: 8px;
}
.proUl .btnG{
	width: calc(100% - 40px);
	position: absolute;left: 20px;bottom: 20px;
}
.proUl li:hover .titB{color: #04107e;}
.proUl li:hover .titB::after{background: #04107e;}
.btnB{
	border: 1px solid rgb(233, 233, 233);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 24px 0px rgba(3, 3, 3, 0.05);
	width: max-content;
	line-height: 32px;
	border-radius: 32px;
	padding: 0 28px;
	font-size: 14px;
	color: rgb(118, 118, 118);
	transition: all 0.5s;
	display: block;
}
.btnB:hover{
	border-color: rgb(4, 16, 126);
	background-color: rgb(4, 16, 126);
	color: #ffffff;
}
.btnB2{
	border-radius: 10px;
	background-color: rgb(4, 16, 126);
	width: max-content;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	padding: 0 28px;
	display: flex;justify-content: center;align-items: center;
	margin: 56px auto 0;
	transition: all 0.5s;
}
.btnB2 i{font-size: 24px;margin-left: 16px;}
.btnB2:hover{box-shadow: 0 0 10px 4px rgba(4, 16, 126,0.2);}
.banny{padding-top: 106px;background: rgba(4, 16, 126,1);}
.banny img{display: block;width: 100%;}
.banny .swiper-pagination-bullet{
	opacity: 1;
	border: 1px solid rgb(4, 16, 126);
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 10px;height: 10px;
}
.banny .swiper-pagination-bullet-active{background: rgb(4, 16, 126);}
.nyP{padding: 0 0 96px;}
.locaB{padding: 14px 0;}
.locaB a{
	font-size: 20px;
	color: rgb(15, 15, 15);
	vertical-align: middle;
}
.nyP .searchB{margin-top: 40px;position: relative;left: unset;bottom: unset;margin-bottom: 56px;}
.nyP .searchB .nrBox{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.pageNum{
	margin: 64px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pageNum a,
.pageNum span{
	border-radius: 3px;
	background: rgb(224, 224, 224);
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px; 
	color: #1c1c1c; 
	padding: 0 8px;
	display: flex;justify-content: center;align-items: center;
	text-align: center;
	vertical-align: middle;
	margin: 8px;
}
/*.pageNum span{*/
/*	border-color: #04107e;*/
/*	background: #04107e;*/
/*	color:#ffffff; */
/*}*/
.pageNum .pagination{
	display: flex;
}
.pageNum .pagination .active span{
		border-color: #04107e;
		background: #04107e;
		color:#ffffff;
}
.pageNum .pagination li:first-child a,
.pageNum .pagination li:last-child a,
.pageNum .pagination li:first-child span,
.pageNum .pagination li:last-child span{
	background-color: rgba(255, 255, 255,0);
}

.pageNum a.prevB,
.pageNum a.nextB{background: none;}
.detP1{padding: 48px 0 64px;}
.detP1 .tuB{width: 44%;box-shadow: 0px 0px 10px 4px rgba(3, 3, 3, 0.2);}
.detP1 .tuB img{width: 100%;display: block;}
.detP1 .ziB{width: 54%;}
.detP1 .titB{
	font-size: 30px;
	color: rgb(23, 23, 23);
	font-weight: bold;
}
.detP1 .tipB{
	font-size: 14px;
	color: rgb(97, 97, 97);
	justify-content: flex-start;
	margin-top: 14px;
	flex-wrap: wrap;
}
.detP1 .tipB p{margin-right: 32px;}
.detP1 .tipB i{
	color: #000000;
	font-size: 18px;
	margin-right: 8px;
}
.detP1 .descB{
	font-size: 16px;
	color: rgb(23, 23, 23);
	line-height: 1.875;
	margin-top: 24px;
}
.detP1 .btnG{
	justify-content: flex-start;
	margin-top: 40px;
}
.detP1 .btnG a{
	margin: 0 12px 0 0;
	padding: 0 34px;
	position: relative;
}
.detP1 .btnG i{margin: 0 8px 0 0;}
.detP1 .btnG .showB{
	position: absolute;left: calc(50% - 70px);bottom: 64px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(3, 3, 3, 0.19);
	width: 140px;
	padding: 10px;
	display: none;
}
.detP1 .btnG a:hover .showB{display: block;}
.detP1 .btnG .showB img{
	display: block;
	width: 100%;
}
.detP1 .btnG .showB span{
	display: block;
	width: 100%;
	color: #0f0f0f;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-top: 4px;
}
.detP1 .btnG .showB::after{
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid rgb(255, 255, 255);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	left: calc(50% - 12px);
	bottom: -12px;
}
.detP2{
	padding: 36px 0;
	font-size: 18px;
	color: rgb(23, 23, 23);
	line-height: 2;
}
.detP3{padding: 40px 0 80px;}
.detP3 .pTit{
	font-size: 30px;
	color: rgb(23, 23, 23);
	font-weight: bold;
	margin-bottom: 48px;
}
.detP3 .pTit::after{
	content: "";
	background-color: rgb(4, 16, 126);
	display: block;width: 60px;height: 4px;
	margin-top: 8px;
}
.newsUl{padding-top: 40px;}
.newsUl li{
	padding: 30px 0;
	border-bottom: 1px solid #04107e;
	overflow: visible;
}
.newsUl li:first-child{padding-top: 0;}
.newsUl li:last-child{padding-bottom: 0;border-bottom: 0;}
.newsUl .kuang{align-items: stretch;}
.newsUl .tuB{width: calc(30% - 16px);box-shadow: 0px 0px 10px 4px rgba(3, 3, 3, 0.1);}
.newsUl .imgB{padding-top: 0;height: 100%;min-height: 208px;}
.newsUl .textB{width: calc(70% - 16px);}
.newsUl .textB .kkk{width: 100%;}
.newsUl .titB{
	font-size: 20px;
	color: rgb(21, 21, 21);
	line-height: 1.8;
	font-weight: 600;
	transition: all 0.5s;
}
.newsUl .descB{
	font-size: 16px;
	color: rgb(21, 21, 21);
	line-height: 1.875;
	margin-top: 16px;
}
.newsUl .timeB{
	font-size: 14px;
	color: rgb(61, 61, 61);
	justify-content: flex-start;
	margin-top: 32px;
}
.newsUl .timeB i{
	display: block;
	font-size: 19px;
	color: #04107e;
	margin-right: 4px;
}
.newsUl li:hover .titB{color: #04107e;}
.ctcP{
	padding: 40px 0;
	flex-wrap: wrap;
	align-items: stretch;
}
.ctcP .pTit{
	font-size: 30px;
	color: rgb(17, 17, 17);
	font-weight: bold;
	margin-bottom: 24px;
	width: 100%;
}
.ctcP .ziB{width: 44%;}
.ctcP .tuB{width: 50%;min-height: 446px;position: relative;}
.ctcP .ziB .kkk{width: 100%;}
.ctcP .pDesc{
	font-size: 18px;
	color: rgb(62, 61, 61);
	line-height: 1.667;
}
.ctcUl{margin-top: 24px;}
.ctcUl li{
	padding: 24px 0;
	border-bottom: 1px solid #ebebeb;
}
.ctcUl .titB{
	font-size: 20px;
	color: rgb(13, 13, 13);
	font-weight: bold;
}
.ctcUl .titB i{
	font-size: 22px;
	color: #04107e;
	margin-right: 4px;
}
.ctcUl .descB{
	font-size: 16px;
	color: rgb(27, 27, 27);
	margin-top: 16px;
}
.ctcP .tuB #map{
	position: absolute;left: 0;top: 0;
	display: block;width: 100%;height: 100%;
}
@media (max-width:1268px) {
	.ind0Ul li b{font-size: 44px;}
}
@media (max-width:1024px) {
	.searchB .clB,
	.searchB .clB:nth-child(3){width: 20%;}
	.searchB .clB:nth-child(4){width: 40%;}
	.searchB input{font-size: 14px;}
	.searchB .bB span{font-size: 14px;}
	.ind0Ul li{padding: 0 16px;font-size: 20px;}
	.ind0Ul li b{font-size: 32px;margin: 0 8px;}
	.indp{padding: 48px 0;}
	.pubTit{font-size: 32px;margin-bottom: 32px;}
	.proUl{margin: -12px;}
	.proUl li{padding: 12px;width: 50%;}
	.detP1,
	.ctcP{display: block;}
	.detP1 .tuB,.ctcP .ziB{width: 100%;}
	.detP1 .ziB,.ctcP .tuB{width: 100%;margin-top: 16px;}
	.ctcP .pTit,
	.detP1 .titB,
	.detP3 .pTit{font-size: 24px;}
	.ctcUl .titB{font-size: 18px;}
	.ctcUl .descB{margin-top: 8px;}
	.detP2{font-size: 16px;}
	.detP3 .pTit{margin-bottom: 24px;}
}
@media (max-width:800px) {
	.swiper_banner .cnB{font-size: 28px;}
	.swiper_banner .xian{width: 88px;height: 2px;}
	.swiper_banner .enB{font-size: 16px;}
	.swiper_banner .nrBox{padding: calc(10vw + 56px) 0 calc(10vw + 176px);}
	.searchB{bottom: 96px;}
	.searchB .nrBox{flex-wrap: wrap;height: 160px;border-radius: 4px;}
	.searchB .clB{width: 50%;}
	.searchB .clB:nth-child(3){width: 100%;}
	.searchB .clB:nth-child(3) .aB::after{display: none;}
	.searchB .aB::after{height: 100%;top: 0;background: rgb(216, 214, 214);}
	.searchB input{padding: 0 16px 0 8px;height: 40px;}
	.searchB .aB i{font-size: 8px;right: 4px;display: block;line-height: 1;}
	.searchB .bB{top: 40px;}
	.searchB .clB:nth-child(4){width: 100%;border-top: 1px solid rgb(216, 214, 214);}
	.searchB .item_form{padding-left: 8px;}
	.searchB .item_form .findBtn{height: 40px;padding: 0 16px;}
	.searchB .item_form .findBtn i{font-size: 20px;}
	.ind0Ul li{height: 80px;font-size: 16px;}
	.ind0Ul li b{font-size: 20px;}
	.ind0Ul li span:first-child{display: block;}
	.indp{padding: 40px 0;}
	.pubTit{font-size: 24px;}
	.proUl{margin: -4px;}
	.proUl li{padding: 4px;width: 100%;}
	.proUl .textB{padding: 12px;padding-bottom: 0;}
	.proUl .titB{font-size: 16px;}
	.proUl .descB{font-size: 14px;margin-top: 12px;}
	.proUl .kuang{padding-bottom: 88px;}
	.proUl .tipB{width: calc(100% - 24px);left: 12px;bottom: 56px;}
	.proUl .btnG{width: calc(100% - 24px);left: 12px;bottom: 12px;}
	.btnB2{line-height: 40px;margin-top: 32px;padding: 0 24px;}
	.banny{padding-top: 56px;}
	.nyP .searchB{margin: 16px 0;}
	.pageNum{margin-top: 24px;}
	.pageNum a, .pageNum span{min-width: 30px;height: 30px;line-height: 30px;font-size: 16px;padding: 0 4px;margin: 4px;}
	.pageNum i{font-size: 12px;}
	.nyP{padding-bottom: 48px;}
	.detP1{padding: 0 0 24px;}
	.ctcP .pTit, .detP1 .titB, .detP3 .pTit{font-size: 20px;}
	.detP1 .tipB p{width: 50%;justify-content: flex-start;margin-right: 0;padding: 0 8px 4px 0;}
	.detP1 .descB{font-size: 14px;margin: 8px 0 0;}
	.detP1 .btnG{margin-top: 16px;}
	.detP1 .btnG a{padding: 0 16px;font-size: 14px;}
	.btnB2 i{font-size: 18px;}
	.locaB a{font-size: 14px;}
	.detP2{padding: 24px 0;font-size: 14px;line-height: 1.8;}
	.detP3{padding: 24px 0 40px;}
	.newsUl{padding: 16px 0 0;}
	.newsUl li{padding: 16px 0;}
	.newsUl .kuang{display: block;}
	.newsUl .tuB{width: 100%}
	.newsUl .imgB{min-height: 40vw;}
	.newsUl .textB{width: 100%;margin-top: 8px;}
	.newsUl .titB{font-size: 16px;line-height: 1.6;}
	.newsUl .descB{font-size: 14px;margin-top: 8px;}
	.newsUl .timeB{margin-top: 12px;}
	.ctcP{padding: 0 0 40px;}
	.ctcP .pDesc{font-size: 14px;}
	.ctcUl{margin-top: 16px;}
	.ctcUl li{padding: 16px 0;}
	.ctcUl .titB{font-size: 16px;}
	.ctcUl .titB i{font-size: 18px;}
	.ctcP .tuB{min-height: 60vw;}
	
	
	
	
	
	
	
}