body{padding: 0;margin: 0;font-family: "Source Han Sans SC";font-size: 16px;color: rgb(102, 102, 102);overflow-x:hidden;line-height: 1.7;}
body.noscroll{height: 100vh;overflow-y: hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
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-lin.swiper_indp2 .titBe-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #f9fcfd;}
.heibg{background: #f9f9f9;}
.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: calc(100vw - 25.4vw);margin: 0 auto;}
@media (max-width:1232px) {.container{max-width: calc(100vw - 16vw);}}
@media (max-width:1024px) {.container{max-width: 100%;}} */
.container{padding: 0 16px;max-width: 1432px;margin: 0 auto;}
@media (max-width:1432px) {.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%;}}
.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_32{width: calc((100% / 3) * 2);}
.col_2{width: calc(100% / 2);}
.imgZ{position: relative;padding-top: 100%;display: block;}
.imgZ .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgZ .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.imgY{position: relative;padding-top: 100%;display: block;}
.imgY .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.imgY .pic img{max-width: 100%;max-height: 100%;display: block;}
body::-webkit-scrollbar {width: 4px; /* 滚动条宽度 */}
body::-webkit-scrollbar-track {background: #f1f1f1; /* 轨道颜色 */}
body::-webkit-scrollbar-thumb {background: #2660aa; /* 滑块颜色 */}
body::-webkit-scrollbar-thumb:hover {background: #2660aa; /* 滑块悬停颜色 */}


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;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgb(255, 255, 255);
}
header .logo{display: block;min-width: 13.54vw;padding: 0 16px;}
header .logo img{max-height: 72px;display: block;margin: 0 auto;}
header .logo img.heit{display: none;}
header .headSearch{
	display: block;
	width: 280px;
	position: relative;
}
header .headL .headSearch{display: none;}
header .headSearch input[type=text]{
	display: block;
	background-color: rgb(248, 248, 248);
	width: 100%;
	height: 40px;
	border-radius: 40px;
	border: 0;
	padding: 0 76px 0 16px;
	font-size: 14px;
}
header .headSearch input[type=submit]{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 40px;
	cursor: pointer;
	background: url(../img/find.png) center center no-repeat;
	border-radius: 40px;
	border: 0;
}
header .headR{padding-right: 16px;}
header .langB{margin-right: 10px;position: relative;}
header .langB .aB{
	padding: 0 16px;
	font-size: 16px;
	color: rgb(153, 153, 153);
	font-weight: bold;
	text-align: center;
	min-width: 7.8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	cursor: pointer;
	position: relative;
}
header .langB .aB img.bait{display: none;}
header .langB .aB span{
	margin: 0 6px;
}
header .langB .aB i{
	background: url(../img/jt1on.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 10px;
	height: 6px;
}
header .langB .bB{
	position: absolute;
	left: 0;
	top: 90px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
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: #2660aa;
	color: #ffffff;
}
header .menuUl li{position: relative;}
header .menuUl>li {
    margin-right: 2.5vw;
    position: relative;
}
header .menuUl>li:last-child {
    margin-right: 0;
}
header .menuUl .yijiLi{
	width: 100%;
}
header .menuUl a{
	font-size: 16px;
    color: #666666;
	display: block;
	transition: all 0.3s;
}
header .menuUl .yiji {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 16px;
}
header .menuUl .yiji a{
	font-size: 16px;
    color: #666666;
    line-height: 90px;
    display: block;
    position: relative;
    width: max-content;
}
header .menuUl>li .yiji a::before{
    content: "";
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: #2660aa;
    transition: all 0.3s;
}
header .menuUl>li.on .yiji a::before {
    width: 100%;
    left: 0;
}
header .menuUl .yijiLi.on .yiji a,
header .menuUl .yijiLi:hover .yiji a{
	color: #2660aa;
}
header .menuUl .yiji .ejBtn {
    background: url(../img/jt1on.png) center center no-repeat;
    background-size: cover;
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0px;
    top: calc(50% - 3px);
}
header .menuUl .erjiUl{
	position: absolute;
    left: 50%;
    top: 90px;
    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;
}
header .menuUl>li:hover .erjiUl{
	opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiLi{border-bottom: 1px dashed rgba(0, 0, 0, 0.2);}
header .menuUl .erjiLi:last-child{border-bottom: 0;}
header .menuUl .erji a{
	font-size: 14px;
    color: #333333;
    transition: all 0.3s;
    width: 100%;
    position: relative;
    display: block;
    padding: 6px 16px;
    text-align: center;
}
header .menuUl .erji a:hover{
	background: #2660aa;
    color: #ffffff;
}
header .menuUl .erjiLi.hasDown .erji a::after{
	content: "";
	background: url(../img/jt1aon.png) center center no-repeat;
	background-size: cover;
	display: block;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 16px;
	top: calc(50% - 4.5px);
}
header .menuUl .erjiLi.hasDown .erji a:hover::after{
	background-image: url(../img/jt1onon.png);
}
header .menuUl .erjiLi{position: relative;}
header .menuUl .sanjiUl{
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	background: #ffffff;
}
header .menuUl .erjiLi:hover .sanjiUl{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .menuUl .sanji a{
	width: 150px;
    padding: 6px 16px;
    font-size: 14px;
    text-align: center;
}
header .menuUl .sanjiLi{
    border-bottom:1px dashed rgba(0, 0, 0, 0.1);
}
header .menuUl .sanjiLi:last-child{border:none;}
header .menuUl .sanji a:hover{
	background: #2660aa;
	color: #ffffff;
}
.topDiv{height: 90px;}
header .mopenBtn{display: none;}
@media (min-width:1024px) {
	header.hide{top: -90px;}
	header.indH{
		background: none;
		box-shadow: none;
	}
	header.indH .menuUl .yiji a{color: #ffffff;}
	header.indH .langB .aB i,
	header.indH .menuUl .ejBtn{background-image: url(../img/jt1.png);}
	header.indH .logo img.heit{display: block;}
	header.indH .logo img.bait{display: none;}
	header.indH .headSearch input[type=text]{background: #ffffff;}
	header.indH .langB .aB{color: #ffffff;}
	header.indH .langB .aB img.bait{display: block;}
	header.indH .langB .aB img.heit{display: none;}
}
@media (max-width:1232px) {
	header .logo img{max-height: 60px;}
	header .menuUl>li{margin-right: 1.6vw;}
	header .headSearch{width: 200px;}
	header .langB{margin: 0;}
	header .headR{padding: 0;}
	header .menuUl .yiji{padding-right: 12px;}
}
@media (max-width:1024px) {
	header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 16px;
	}
	header .headNr{
		width: calc(100% - 40px);
	}
	.topDiv,
	header .nrBox{
		height: 56px;
	}
	header .logo{padding: 0;min-width: unset;}
	header .logo img{max-height: 40px;}
	header .findBox{height: 56px;}
	header .langB .aB{height: 56px;}
	header .langB .bB{top: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #2660aa;
		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: #2660aa;
		-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 .erjiUl{
		position: relative;left: unset;top: unset;
		height:auto;visibility: visible;transform: unset;opacity: 1;
	}
	header .menuUl .sanjiUl{
		position: relative;left: unset;top: unset;
		height:auto;visibility: visible;transform: unset;opacity: 1;
	}
	header .menuUl .hasDown .ejBtn{
		position: absolute;
		cursor: pointer;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
	}
	header .menuUl .hasDown .ejBtn::before{
		content: "";
		display: block;
		width: 16px;
		height: 2px;
		background: #053f7c;
		position: absolute;
		left: calc(50% - 8px);
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown .ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 16px;
		background: #053f7c;
		position: absolute;
		top: calc(50% - 8px);
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div> .ejBtn::after{display: none;}
	header .menuUl .yiji{padding-right: 40px;}
	header .menuUl .hasDown .ejBtn{background:none;}
	header .menuUl .yiji{height: unset;display: block;}
	header .menuUl .yiji a{display: block;height: 40px;line-height: 40px;padding: 0;text-align:left;width: 100%;}
	header .menuUl .yiji a::before{display: none;}
	header .menuUl .yijiLi.hasDown .yiji a::after{display: none;}
	header .menuUl .yijiLi{border-bottom: 1px solid #e6e6e6;}
	header .menuUl .yijiLi.on .yiji a, 
	header .menuUl .yijiLi:hover .yiji a{color: #2660aa;background: #ffffff;}
	header .menuUl .erjiUl{width: 100%;max-width: unset;min-width: unset;border: 0;background: #f8f8f8;display: none;transition: unset;}
	header .menuUl .erjiLi.hasDown .erji a::after{display: none;}
	header .menuUl .erji a{padding: 12px 40px 12px 16px;}
	header .menuUl .erji a:hover{background: #ebebeb;color: #6bb632;}
	header .menuUl .sanjiUl{background: #f1f1f1;display: none;transition: unset;}
	header .menuUl .sanji a{width: 100%;padding: 12px 32px;text-align: left;}
	header .menuUl .sanji a:hover{background: #e5e5e5;color: #6bb632;}
	header .headSearch input[type=text]{height: 36px;}
	header .headSearch input[type=submit]{height: 36px;}
	header .langB .aB{min-width: unset;}
	header .menuUl>li .yiji a::before{display:none;}
	header .menuUl>li:hover .erjiUl{transform: unset;}
	header .menuUl .erji a {
        padding: 8px 40px 8px 16px;
        text-align: left;
    }
}
@media (max-width:800px) {
	header .headL .headSearch{display: block;width: calc(100% - 32px);margin: 0 auto 0;}
	header .headR .headSearch{display: none;}
}
footer{background: #1d263c;}
footer .fNav{
	padding: 56px 0;
	min-height: 472px;
}
footer .fNav .fCol{
	width: 140px;
}
footer .fNav .fCol:last-child{
	width: 37%;
}
footer .fNav .fTit{
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255,0.2);
	margin-bottom: 20px;
	width: 100%;
}
footer .fNav .fCon{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 2;
	flex-wrap: wrap;
}
footer .fNav .fCon a{
	color: rgb(255, 255, 255);
	display: block;
	margin-bottom: 14px;
	line-height: 1.4;
}
footer .fNav .fCon a:last-child{margin-bottom: 0;}
footer .fNav .fCon a:hover{color: #ffffff;}
footer .fNav .fCon b{
	font-size: 30px;
	font-family: "Impact";
	text-transform: uppercase;
	line-height: 1.2;
	display: block;
	font-weight: 400;
	margin-bottom: 8px;
}
footer .fInfo{width: calc(100% - 180px);}
footer .fInfo .line{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 14px;
}
footer .fInfo .line img{
	margin-right: 8px;
	height: 14px;
	display: block;
	margin-top: 8px;
}
footer .ewmB{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: max-content;
}
footer .ewmB img{width: 112px;display: block;margin-bottom: 8px;}
footer .ewmB span{display: block;text-align: center;margin-top: 4px;}
footer .fshare{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 32px;
	width: 100%;
}
footer .fshare a,
footer .fNav .fshare a,
footer .fNav .fshare a:last-child{
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 12px 12px 0;
	position: relative;
}
footer .fshare p{
	position: absolute;
	left: calc(50% - 60px);
	bottom: 40px;
	width: 120px;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
footer .fshare p img{display: block;width: 100%;}
footer .fshare a:hover p{display: block;}
footer .fBot{
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
footer .banquan{
	font-size: 14px;
	color: #cccccc;
}
footer .banquan a{color: #cccccc;}
footer .banquan a:hover{color: #ffffff;}
footer .frLi{position: relative;}
footer .frLi .showB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(220, 220, 220);
	border-radius: 2px;
	width: max-content;
	line-height: 28px;
	padding: 0 12px;
	font-size: 14px;
	color: #cccccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .frLi .showB img{
	height: 6px;
	display: block;
	margin-left: 5px;
}
footer .frLi .seleV{
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(220, 220, 220);
	padding: 4px 0;
	border-bottom: 0;
	display: none;
	background-color: rgb(255, 255, 255);
}
footer .frLi:hover .seleV{display: block;}
footer .frLi .seleV a{
	font-size: 14px;
	color: #818690;
	padding: 4px 8px;
	transition: all 0.3s;
	display: block;
	text-align: center;
}
footer .frLi .seleV a:hover{background: #1d263c;color: #ffffff;}
@media (max-width:1232px) {
	footer .fInfo{width: 100%;}
	footer .ewmB{margin-top: 8px;}
	footer .fNav{padding: 40px 0;}
	footer .fNav .fCol{margin-right: 40px;}
	footer .fNav .fCol:last-child {min-width: 300px;}
}
@media (max-width:1024px) {
	footer .fNav{flex-wrap: wrap;}
	footer .fNav .fCol{width: calc(100% / 4);margin: 0;padding-left: 32px;}
	footer .fNav .fCol:first-child{width: calc(100% / 4);margin: 0;padding-left: 0;}
	footer .fNav .fCol:last-child{width: 100%;padding-left: 0;}
	footer .fNav .fCol:nth-child(5){padding-left: 0;}
	footer .fNav .fTit{padding: 10px 0;}
}
@media (max-width:768px) {
	footer .fNav{padding: 0 0 16px;}
	footer .fNav .fCol,
	footer .fNav .fCol:first-child{width: 100%;padding: 0;}
	footer .fNav .fCol .fTit{
		font-size: 16px;
		position: relative;
		margin-bottom: 0;
		padding: 12px 0;
	}
	footer .fNav .fCol .fTit .ejBtn{
		position: absolute;
		right: 12px;
		top: 16px;
		width: 16px;
		height: 16px;
	}
	footer .fNav .fCol .fTit .ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	footer .fNav .fCol .fTit .ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	footer .fNav .fCol.open .fTit .ejBtn::after{display: none;}
	footer .fNav .fCon{display: none;}
	footer .fNav .fCol:last-child .fTit{margin-bottom: 16px;}
	footer .fNav .fCol:last-child .fCon{display: block;padding: 0;}
	footer .fNav .fCon{margin: 0;padding: 16px;}
	footer .fNav .open .fCon{border-bottom: 1px solid rgba(255, 255, 255,0.2);}
	footer .fBot{display: block;text-align: center;}
	footer .frLi{width: max-content;margin: 8px auto 0;}
	footer .fInfo{width: 100%;}
	footer .ewmB{margin-top: 12px;}
	footer .fshare{margin-top: 8px;}
}
.banner .imgB{padding-top: 100vh;overflow: hidden;}
.banner .imgB img{transition: all 3s;}
.banner .swiper-slide-active .imgB img{transform: scale(1.04);transition: all 3s;}
.banner .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 2vw;
}
.banner .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	opacity: 0.5;
	width: 5.2vw;
	height: 2px;
	margin: 0 5px;
	transition: all 0.3s;
}
.banner .swiper-pagination-bullet-active{opacity: 1;}
.swiper-button-prev,
.swiper-button-next{
	  border-style: solid;
	  border-width: 1px;
	  border-color: rgb(255, 255, 255);
	  background-color: rgba(255, 255, 255, 0);
	  width: 48px;
	  height: 48px;
	  background: url(../img/jt3.png) center center no-repeat;
	  background-size: 18px 12px;
}
.swiper-button-prev{transform: rotate(180deg);}
.banner .swiper-button-prev{left: 4vw;}
.banner .swiper-button-next{right: 4vw;}
.swiper-button-prev::after,
.swiper-button-next::after{display: none;}
@media (max-width:1024px) {
	.banner{margin-top: 56px;}
	.banner .imgB{padding-top: 50%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-button-next,
	.banner .swiper-button-prev{display: none;}
}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .nrBox{
	height: 37.5vw;
	padding: 0;
	z-index: 2;
	padding: 8vw 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	line-height: 1;
}
.banny .nrBox span{
	display: block;
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: 400;
}
.banny .nrBox b{
	display: block;
	font-size: 48px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	margin-top: 24px;
}
@media (max-width:1232px) {
	.banny .nrBox span{font-size: 20px;}
	.banny .nrBox b{font-size: 40px;}
}
@media (max-width:1024px) {
	.banny .nrBox span{font-size: 18px;}
	.banny .nrBox b{font-size: 32px;}
}
@media (max-width:800px) {
	.banny .nrBox{height: auto;padding: 20vw 0 24px;}
	.banny .nrBox span{font-size: 16px;}
	.banny .nrBox b{font-size: 24px;margin-top: 8px;}
}
/* 公共 */
.indp{padding: 80px 0 0;overflow: hidden;}
.indb{padding-bottom: 80px;}
.pubTit{margin-bottom: 52px;}
.pubTit.flexb2{align-items: flex-end;}
.pubTit .ptL{max-width: calc(100% - 180px);}
.pubTit .tit{
	font-size: 40px;
	color: rgb(51, 51, 51);
	font-weight: 400;
	margin: 0;
}
.pubTit .desc{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	margin-top: 6px;
}
.pubTit .more{
	font-size: 16px;
	color: rgb(38, 96, 170);
	display: flex;
	justify-content: center;
	align-items: center;
}
.pubTit .more img{display: block;margin-left: 8px;height: 12px;}
.pubTit.tc .ptL{max-width: 100%;}
.pubTit.bai .tit{color: #ffffff;}
.pubTit.bai .desc{color: #ffffff;}
.moreB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	width: max-content;
	line-height: 60px;
	padding: 0 34px;
	display: block;
	transition: all 0.5s;
	min-width: 200px;
	text-align: center;
}
.moreB:hover{background: #ffffff;color: #333333;}
/* 首页 */
.indp1 .swiper-button-prev,
.indp2 .swiper-button-prev{
	left: 30px;
	background-color: rgba(0, 0, 0,0.5);
	border: none;
}
.indp1 .swiper-button-next,
.indp2 .swiper-button-next{
	right: 30px;
	background-color: rgba(0, 0, 0,0.5);
	border: none;
}
.indp7 .swiper-button-prev{
	left: 0;
	background-color: none;
	background-image: url(../img/jt2.png);
	border-color: #c8d7e9;
}
.indp7 .swiper-button-next{
	right: 0;
	background-color: none;
	background-image: url(../img/jt2.png);
	border-color: #c8d7e9;
}
.indp1 .swiper-pagination,
.indp2 .swiper-pagination,
.indp7 .swiper-pagination{display: none;}
.swiper_indp1 .imgB{padding-top: 128%;}
.swiper_indp1 .titB{
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: center;
	margin-top: 16px;
}
.swiper_indp2 .swiper-wrapper{align-items: stretch;}
.swiper_indp2 .swiper-slide{height: unset;}
.swiper_indp2 .kuang{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(231, 231, 231);
	background-color: rgb(255, 255, 255);
	height: 100%;
}
.swiper_indp2 .imgB{
	padding-top: 68.75%;
	padding-top: 100%;
}
.swiper_indp2 .textB{
	padding: 24px;
	padding-bottom:64px;
}
.swiper_indp2 .titB{
	font-size: 18px;
	color: rgb(51, 51, 51);
}
.swiper_indp2 .descB{
	font-size: 14px;
	color: rgb(102, 102, 102);
	/*margin-top: 24px;*/
	position: absolute;
	left: 24px;
	bottom: 24px;
}
.indp3 .pubTit{max-width: 68%;}
.indp3 .pubTit .desc{margin-top: 24px;}
.ind4Ul{margin: -12px;}
.ind4Ul li{padding: 12px;}
.ind4Ul .imgB{padding-top: 52.74%;}
.ind4Ul .textB{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));
	padding: 32px 36px;
}
.ind4Ul .titB{
	font-size: 24px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ind4Ul .titB img{
	display: block;
	height: 16px;
	margin-left: 24px;
}
.ind4Ul .descB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-top: 8px;
}
.ind5Ul{margin: -12px;}
.ind5Ul li{padding: 12px;}
.ind5Ul .kuang{
	background-color: rgb(255, 255, 255);
	height: 100%;
	padding: 68px 20%;
	text-align: center;
	transition: all 0.5s;
}
.ind5Ul .iconB{
	border-radius: 50%;
	background-color: rgb(50, 136, 151);
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
.ind5Ul .iconB img{display: block;transition: all 0.5s;max-width: 60%;max-height: 60%;}
.ind5Ul .iconB img:last-child{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
}
.ind5Ul .titB{
	font-size: 24px;
	color: rgb(50, 136, 151);
	margin-top: 20px;
	transition: all 0.5s;
}
.ind5Ul .descB{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 2;
	margin-top: 10px;
	transition: all 0.5s;
}
.ind5Ul .kuang:hover{
	background-color: rgb(146, 208, 219);
	box-shadow: 0px 0px 27px 0px rgba(146, 208, 219, 0.39);
}
.ind5Ul .kuang:hover .iconB{background: #ffffff;}
.ind5Ul .kuang:hover .iconB img:first-child{opacity: 0;}
.ind5Ul .kuang:hover .iconB img:last-child{
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.ind5Ul .kuang:hover .titB{color: #ffffff;}
.ind5Ul .kuang:hover .descB{color: #ffffff;}
.indp6{padding: 8vw 0;}
.indp6 .pubTit .desc{
	font-size: 20px;
}
.indp7 .nrBox{
	width: calc(100% + 208px);
	margin-left: -104px;
	padding: 0 104px;
}
.swiper_indp7 .imgB{padding-top: 58.4%;}
.swiper_indp7 .titB{
	font-size: 20px;
	color: rgb(38, 96, 170);
	margin-top: 24px;
}
.swiper_indp7 .descB{
	font-size: 14px;
	/*text-transform: uppercase;*/
	line-height: 1.714;
	color: rgba(51, 51, 51, 0.702);
	margin-top: 14px;
}
.swiper_indp7 .moreBs{
	font-size: 14px;
	color: rgb(38, 96, 170);
	text-decoration: underline;
	margin-top: 32px;
}
@media (max-width:1232px) {
	.indp{padding-top: 64px;}
	.indb{padding-bottom: 64px;}
	.pubTit{margin-bottom: 32px;}
	.pubTit .tit{font-size: 32px;}
	.ind4Ul .textB{padding: 24px;}
	.ind5Ul .kuang{padding: 40px 10%;}
	.indp7 .nrBox {
	    width: calc(100% + 112px);
	    margin-left: -56px;
	    padding: 0 56px;
	}
}
@media (max-width:1024px) {
	.moreB{line-height: 48px;min-width: 160px;}
	.indp{padding-top: 56px;}
	.indb{padding-bottom: 56px;}
	.pubTit{margin-bottom: 24px;}
	.pubTit .tit{font-size: 24px;}
	.pubTit .desc{font-size: 14px;}
	.swiper_indp1 .titB{margin-top: 8px;}
	.indp3 .pubTit{max-width: 80%;}
	.indp3 .pubTit .desc{margin-top: 16px;}
	.ind5Ul .iconB{width: 72px;height: 72px;}
	.ind5Ul .titB{font-size: 20px;}
	.ind5Ul .descB{font-size: 14px;line-height: 1.8;}
	.indp6 .pubTit .desc{font-size: 18px;}
	.indp7 .nrBox{width: 100%;margin-left: unset;}
}
@media (max-width:800px) {
	.moreB{line-height: 40px;padding: 0 24px;margin: 16px auto 0;}
	.indp{padding-top: 48px;}
	.indb{padding-bottom: 48px;}
	.pubTit{margin-bottom: 16px;display: block;text-align: center;}
	.pubTit .ptL{max-width: 100%;width: 88%;margin: 0 auto 4px;}
	.pubTit .desc{line-height: 1.6;margin-top: 0;}
	.pubTit .more{font-size: 14px;}
	.pubTit .more img{height: 8px;margin-left: 4px;}
	.indp1 .swiper-button-prev,
	.indp2 .swiper-button-prev,
	.indp7 .swiper-button-prev,
	.indp1 .swiper-button-next,
	.indp2 .swiper-button-next,
	.indp7 .swiper-button-next{display: none;}
	.indp1 .swiper-pagination,
	.indp2 .swiper-pagination,
	.indp7 .swiper-pagination{display: block;position: relative;bottom: unset;left: unset;margin: 16px auto 0;display: flex;justify-content: center;align-items: center;}
	.indp1 .swiper-pagination-bullet,
	.indp2 .swiper-pagination-bullet,
	.indp7 .swiper-pagination-bullet{margin: 0 2px;}
	.indp1 .swiper-pagination-bullet-active,
	.indp2 .swiper-pagination-bullet-active,
	.indp7 .swiper-pagination-bullet-active{background: #2660aa;}
	.indp2.pro3 .swiper-pagination{display:none;}
	.indp2.pro3 .swiper-button-prev{left:0;}
	.indp2.pro3 .swiper-button-next{right:0;}
	.indp2.pro3 .swiper-button-prev,
	.indp2.pro3 .swiper-button-next{display:block;width:32px;height:32px}
	.swiper_indp2 .textB{padding: 12px;padding-bottom:44px;}
	.swiper_indp2 .titB{font-size: 16px;}
	.swiper_indp2 .descB{margin-top: 8px;left: 12px;bottom: 12px;}
	.indp3 .pubTit{max-width: 100%;text-align: center;}
	.ind4Ul{display: block;margin: 0;}
	.ind4Ul li{width: 100%;padding: 4px 0;}
	.ind4Ul .textB{padding: 16px;}
	.ind4Ul .titB{font-size: 18px;}
	.ind4Ul .titB img{height: 12px;margin-left: 12px;}
	.ind4Ul .descB{font-size: 14px;}
	.ind5Ul{padding: 8px;margin: 0;}
	.ind5Ul li{width: 50%;padding: 4px;}
	.ind5Ul .kuang{padding: 16px;}
	.ind5Ul .iconB{width: 64px;height: 64px;}
	.ind5Ul .titB{font-size: 18px;margin-top: 12px;}
	.ind5Ul .descB{margin-top: 4px;}
	.indp7 .nrBox{padding: 0;}
}
/* 关于我们 */
.txtB{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.8;
	/* text-align: justify; */
}
.aboTit{margin-bottom: 48px;}
.aboTit .tit{
	color: rgb(38, 92, 162);
}
.aboTit .tit::after{
	content: "";
	background-color: rgb(38, 92, 162);
	display: block;
	width: 32px;
	height: 3px;
	margin-top: 8px;
}
.abo1L{width: 52.6%;} 
.abo1R{width: 42.8%;} 
.abo1Ul{margin: -8px;}
.abo1Ul li{padding: 8px;}
.abo1Ul .imgB{padding-top: 48.7%;}
.abo2 .nrBox{background: url(../img/yh.png) right top no-repeat;}
.abo2Ul{margin: -20px;}
.abo2Ul li{padding: 20px;}
.abo2Ul .swiper{width: 100%;}
.abo2Ul .kuang{height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.abo2Ul .imgB{padding-top: 68.2%;width: 100%;}
.abo2Ul .swiper-pagination{
	bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.abo2Ul .swiper-pagination-bullet{
	margin: 0 4px;
	opacity: 1;
	background: #ffffff;
	width: 8px;
	height: 8px;
}
.abo2Ul .swiper-pagination-bullet-active{background-color: rgb(38, 92, 162);}
.abo2Ul .ts{
	font-size: 30px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.abo2Ul .kuang::before{
	content: "";
	display: block;
	width: 40px;
	height: 33px;
	background: url(../img/jt4.png) center center no-repeat;
	background-size: cover;
	position: absolute;
}
.abo2Ul li:nth-child(1){order: 2;}
.abo2Ul li:nth-child(2){order: 1;}
.abo2Ul li:nth-child(3){order: 3;}
.abo2Ul li:nth-child(4){order: 6;}
.abo2Ul li:nth-child(5){order: 7;}
.abo2Ul li:nth-child(6){order: 4;}
.abo2Ul li:nth-child(7){order: 5;}
.abo2Ul li:nth-child(8){order: 8;}
.abo2Ul li:nth-child(1) .kuang::before{display: none;}
.abo2Ul li:nth-child(2) .kuang::before{left:calc(50% - 20px);bottom: -38px;}
.abo2Ul li:nth-child(3) .kuang::before{left:calc(50% - 20px);bottom: -38px;}
.abo2Ul li:nth-child(4) .kuang::before{right:-38px;bottom: calc(50% - 20px);transform: rotate(-90deg);}
.abo2Ul li:nth-child(5) .kuang::before{left:calc(50% - 20px);top: -38px;transform: rotate(-180deg);}
.abo2Ul li:nth-child(6) .kuang::before{right:-38px;bottom: calc(50% - 20px);transform: rotate(-90deg);}
.abo2Ul li:nth-child(7) .kuang::before{left:calc(50% - 20px);bottom: -38px;}
.abo2Ul li:nth-child(8) .kuang::before{display: none;}
.abo3L{width: 25.8%;}
.abo3L .txtB{font-size: 16px;}
.abo3R{width: 69%;}
.abo3Ul .imgB{padding-top: 300px;}
.abo3Ul .txtB{padding: 48px 40px;font-size: 16px;}
.abo3Ul li:nth-child(1){width: 30%;}
.abo3Ul li:nth-child(2){width: 31%;}
.abo3Ul li:nth-child(3){width: 39%;}
.abo3Ul li:nth-child(4){width: 37%;}
.abo3Ul li:nth-child(5){width: 30%;}
.abo3Ul li:nth-child(6){width: 33%;}
.abo3Ul li:nth-child(4) .imgB{padding-top: 280px;}
.abo3Ul li:nth-child(5) .imgB{padding-top: 390px;}
.abo4Ul{margin: -10px;}
.abo4Ul li{padding: 10px;}
.abo4Ul .kuang{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	background-color: rgba(248, 248, 248, 0.502);
	height: 100%;
	padding-bottom: 58%;
	position: relative;
}
.abo4Ul .imgB{
	padding-top: 58%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.abo4Ul .textB{
	padding: 40px 40px 28px 140px;
}
.abo4Ul .titB{
	font-size: 24px;
	color: rgb(38, 96, 170);
}
.abo4Ul .descB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.875;
	margin-top: 8px;
}
.abo4Ul .iconB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-radius: 50%;
	background-color: rgb(38, 96, 170);
	position: absolute;
	left: 28px;
	top: 40px;
	width: 95px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.abo4Ul .iconB img{max-width: 60%;max-height: 60%;}
@media (max-width:1432px) {
	.abo3Ul .imgB{padding-top: 250px;}
	.abo3Ul li:nth-child(4) .imgB {padding-top: 240px;}
	.abo3Ul li:nth-child(5) .imgB {padding-top: 330px;}
}
@media (max-width:1232px) {
	.txtB{font-size: 18px;}
	.abo3Ul .imgB{padding-top: 208px;}
	.abo3Ul li:nth-child(4) .imgB {padding-top: 200px;}
	.abo3Ul li:nth-child(5) .imgB {padding-top: 272px;}
	.abo3Ul .txtB{padding: 24px 16px;}
}
@media (max-width:1024px) {
	.txtB{font-size: 16px;}
	.abo1 .nrBox,
	.abo3 .nrBox {display: block;}
	.abo1L,
	.abo3L{width: 100%;}
	.abo1R,
	.abo3R{width: 100%;margin-top: 16px;}
	.abo1Ul{display: flex;justify-content: center;align-items: stretch;}
	.abo1Ul li{width: 50%;}
	.abo2Ul{margin: -8px;}
	.abo2Ul li{padding: 8px;}
	.abo2Ul .swiper-pagination{bottom: 8px;}
	.abo2Ul .ts{font-size: 20px;}
	.abo2Ul .kuang::before{width: 20px;height: 16px;}
	.abo2Ul li:nth-child(2) .kuang::before{left:calc(50% - 10px);bottom: -16px;}
	.abo2Ul li:nth-child(3) .kuang::before{left:calc(50% - 10px);bottom: -16px;}
	.abo2Ul li:nth-child(4) .kuang::before{right:-16px;bottom: calc(50% - 10px);}
	.abo2Ul li:nth-child(5) .kuang::before{left:calc(50% - 10px);top: -16px;}
	.abo2Ul li:nth-child(6) .kuang::before{right:-16px;bottom: calc(50% - 10px);}
	.abo2Ul li:nth-child(7) .kuang::before{left:calc(50% - 10px);bottom: -16px;}
	.abo3Ul .imgB{padding-top: 240px;}
	.abo3Ul li:nth-child(4) .imgB {padding-top: 220px;}
	.abo3Ul li:nth-child(5) .imgB {padding-top: 312px;}
	.abo4Ul .iconB{width: 64px;height: 64px;left: 16px;top: 24px;}
	.abo4Ul .textB{padding: 28px 28px 20px 96px;}
	.abo4Ul .titB{font-size: 20px;}
	.abo4Ul .descB{font-size: 14px;}
}
@media (max-width:800px) {
	.txtB{font-size: 14px;}
	.aboTit{margin-bottom: 16px;}
	.aboTit .tit::after{margin: 8px auto 0;}
	.abo1Ul{margin: 0;display: block;}
	.abo1Ul li{padding: 4px 0;width: 100%;}
	.abo2Ul{margin: -8px;}
	.abo2Ul li{width: 50%;padding: 8px;}
	.abo2Ul li:first-child,
	.abo2Ul li:last-child{width: 100%;}
	.abo2Ul li:nth-child(1){order: 1;}
	.abo2Ul li:nth-child(2){order: 2;}
	.abo2Ul li:nth-child(3){order: 3;}
	.abo2Ul li:nth-child(4){order: 4;}
	.abo2Ul li:nth-child(5){order: 3;}
	.abo2Ul li:nth-child(6){order: 5;}
	.abo2Ul li:nth-child(7){order: 6;}
	.abo2Ul li:nth-child(8){order: 8;}
	.abo2Ul li:nth-child(2) .kuang::before{right:-18px;bottom: calc(50% - 10px);transform: rotate(-90deg);left: unset;bottom: unset;}
	.abo2Ul li:nth-child(4) .kuang::before{right: 0;left: -18px;transform: rotate(90deg);}
	.abo2Ul li:nth-child(5) .kuang::before{top: unset;bottom: -16px;transform: rotate(0);}
	.abo2Ul li:nth-child(8) .imgB{padding-top: 40%;}
	.abo3Ul li:nth-child(1){display: none;}
	.abo3Ul li:nth-child(2),
	.abo3Ul li:nth-child(3),
	.abo3Ul li:nth-child(4),
	.abo3Ul li:nth-child(5){width: 50%;}
	.abo3Ul .imgB,
	.abo3Ul li:nth-child(4) .imgB,
	.abo3Ul li:nth-child(5) .imgB{padding-top: 100%;}
	.abo3Ul li:nth-child(6){width: 100%;}
	.abo3Ul .txtB{padding: 16px 0;}
	.abo4Ul{margin: -4px;}
	.abo4Ul li{width: 100%;padding: 4px;}
}
/* 产品详情 */
.pro1{padding-top: 60px;}
.pro2{padding: 60px 0;}
.pro1 .nrBox{flex-direction: row-reverse;}
.pro1 .imgBox{width: 43%;}
.pro1 .imgBox .swiper-slide{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(192, 192, 192);
}
.pro1 .imgBox .xtk{
	padding: 0 28px;
}
.pro1 .swiper-button-prev{left: 0;}
.pro1 .swiper-button-next{right: 0;}
.pro1 .swiper-button-prev,
.pro1 .swiper-button-next{
	background: rgba(0, 0, 0,0.2);
	width: 20px;
	height: 100%;
	top: 0;
	border: 0;
	opacity: 1;
	margin: 0;
	transform: unset;
}
.pro1 .swiper-button-prev::after,
.pro1 .swiper-button-next::after{
	display: block;
	color: #ffffff;
	font-size: 20px;
}
.pro1 .swiper_xiaotu{margin-top: 12px;}
.pro1 .swiper_xiaotu .swiper-slide-thumb-active{
	border-color: #2660aa;
}
.pro1 .textBox{
	width: 50%;
}
.pro1 .textBox .location{
	font-size: 12px;
	color: rgb(153, 153, 153);
}
.pro1 .textBox .location a{
	color: rgb(153, 153, 153);
}
.pro1 .textBox .location a:hover{
	color: rgb(52, 52, 52);
}
.pro1 .textBox .titB{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	padding: 20px 0;
}
.pro1 .textBox .czB{
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin-top: 8px;
}
.pro1 .textBox .descB{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.714;
	margin-top: 40px;
}
.pro1 .textBox .moreB{
	margin-top: 52px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 48px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: rgb(38, 96, 170);
}
.pro2 .xqTit{
	border-bottom: 1px solid #dee2e6;
}
.pro2 .xqTit span{
	font-size: 24px;
	color: #000000;
	line-height: 56px;
	display: block;
	width: max-content;
	border-bottom: 1px solid #2660aa;
}
.pro2 .nrBox{
	padding: 28px 0;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.714;
}
@media (max-width:1232px) {
	.pro1,.pro2{padding: 56px 0;}
}
@media (max-width:1024px) {
	.pro1,.pro2{padding: 48px 0;}
	.pro1 .textBox .titB{font-size: 24px;padding: 16px 0;}
	.pro1 .textBox .moreB{line-height: 40px;padding: 0 16px;}
}
@media (max-width:800px) {
	.pro1,.pro2{padding: 40px 0;}
	.pro1{padding-top: 24px;}
	.pro1 .nrBox{display: block;}
	.pro1 .textBox{width: 100%;}
	.pro1 .imgBox{width: 100%;margin-top: 16px;}
	.pro1 .textBox .titB{padding: 8px 0;}
	.pro1 .textBox .descB{margin-top: 16px;}
	.pro1 .textBox .moreB{font-size: 14px;margin: 8px 0 0 0;}
	.pro2 .xqTit span{font-size: 20px;line-height: 40px;}
	.pro2 .nrBox{padding: 16px 0;}
}
/* 产品首页 */
.proUl{margin: -12px;}
.newsUl{margin: -16px;}
.proUl li{padding: 12px;}
.newsUl li{padding: 16px;}
.newsUl .imgB{box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);}
@media (max-width:1232px) {
    .proUl li{width:calc(100% / 3)}
}
@media (max-width:1024px) {
	.proUl,
	.newsUl{margin: -4px;}
	.proUl li,
	.newsUl li{padding: 4px;width: 50%;}
}
.xiaocms-page{
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.xiaocms-page a,
.xiaocms-page span{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-radius: 2px;
	background: rgb(255, 255, 255);
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px; 
	color: #333333; 
	padding: 0 8px;
	display: block;
	text-align: center;
	margin: 5px;
}
.xiaocms-page span{
	border-color: #2660aa;
	background: #2660aa;
	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;
	}
}

.downUl li{
	padding: 12px 0;
	border-bottom: 1px dashed #d1d1d1;
}
.downUl .textB{
	width: calc(100% - 160px);
}
.downUl .titB{
	font-size: 18px;
	color: #333333;
	transition: all 0.5s;
}
.downUl .descB{
	font-size: 14px;
	color: #666666;
}
.downUl .moreB{
	border-color: #2660aa;
	color: #2660aa;
	line-height: 40px;
	padding: 0;
	width: 120px;
	min-width: unset;
	border-radius: 40px;
}
.downUl .moreB:hover{
	background: #2660aa;
	color: #ffffff;
}
.downUl li:hover .titB{color: #2660aa;}
@media (max-width:800px) {
	.downUl .kuang{display: block;}
	.downUl .textB{width: 100%;}
	.downUl .moreB{font-size: 14px;line-height: 32px;width: 96px;margin: 4px 0 0 0;}
}

.detailP .pageTit{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	text-align: center;
}
.detailP .infoBox{
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px solid rgb(230, 230, 230);
	text-align: center;
}
.detailP .nrBox{padding: 24px 0;}
.detailP .fanye{
	font-size: 14px;
	color: #999999;
	border-top: 1px solid rgb(230, 230, 230);
	padding: 16px 0;
}
.detailP .fanye p{margin-bottom: 8px;}
.detailP .fanye a{color: rgb(51, 51, 51);}
.detailP .fanye a:last-child{margin-bottom: 0;}
@media (max-width:768px) {
	.detailP .pageTit{padding: 8px 0;font-size: 20px;line-height: 30px;}
	.detailP .infoBox{padding: 4px 0;}
	.detailP .nrBox{padding: 16px 0;font-size: 14px;line-height: 24px;}
	.detailP .fanye{padding-bottom: 0;}
}

.contactBox{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
	padding: 32px 0;
	position: relative;
}
.contactBox::before{
	content: "";
	display: block;
	background-color: rgb(238, 238, 238);
	position: absolute;
	left: 50%;
	top: 32px;
	width: 1px;
	height: calc(100% - 64px);
}
.contactBox{align-items: flex-start;}
.contactBox .leftBox{
	width: 50%;
	padding: 0 40px;
}
.contactBox .tit{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	position: relative;
	padding-left: 12px;
	margin-bottom: 28px;
}
.contactBox .tit::before{
	content: "";
	display: block;
	background: #2660aa;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	width: 4px;
	height: 16px;
}
.contactBox .info{
	font-size: 14px;
	color: rgb(51, 51, 51);
}
.contactBox .info>div{
	position: relative;
	padding-left: 128px;
	margin-bottom: 28px;
}
.contactBox .info .ming{
	position: absolute;
	left: 0;
	top: 0;
}
.contactBox .info .ming span{margin-left: 4px;}
.contactBox .ewm{margin-top: 96px;justify-content: flex-start;font-size: 12px;color: #999999;}
.contactBox .ewm img{width: 100px;margin-right: 22px;}
.contactBox .rightBox{
	width: 50%;
	padding: 0 40px;
}
.contactBox .rightBox input{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 4px;
	width: calc(50% - 10px);
	height: 44px;
	margin-right: 20px;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding: 0 16px;
}
.contactBox .rightBox input:nth-child(even){margin-right: 0;}
.contactBox .rightBox textarea{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 4px;
	width: 100%;
	height: 172px;
	padding: 16px;
	font-family: inherit;
}
.contactBox .rightBox .tijiao{
	border-radius: 4px;
	background: #2660aa;
	height: 40px;
	margin-top: 20px;
	display: block; 
	border: 0;
	color: #ffffff;
	cursor: pointer;
	margin-bottom: 0;
	float: none;
}
.mapBox{margin-top: 48px;}
#map{height: 480px;}
@media (max-width:996px) {
	.contactBox .rightBox input{width: 100%;margin-right: 0;}
}
@media (max-width:768px) {
	.contactBox{padding: 16px;display: block;}
	.contactBox .leftBox{width: 100%;padding: 0;}
	.contactBox .tit{font-size: 20px;margin-bottom: 16px;}
	.contactBox .info>div{padding-left: 104px;margin-bottom: 12px;}
	.contactBox::before{display: none;}
	.contactBox .ewm{margin-top: 0;}
	.contactBox .rightBox{width: 100%;padding: 0;margin-top: 16px;}
	.contactBox .rightBox input{height: 40px;margin-bottom: 12px;font-size: 14px;padding: 0 8px;}
	.contactBox .rightBox textarea{padding: 8px;font-size: 14px;height: 120px;}
	.contactBox .rightBox .tijiao{margin: 16px 0 0;}
	#map{height: 240px;}
}