.neBanner {
	position: relative !important;
	overflow: hidden !important;
	background: #000 !important;
}

.pcImg {
	display: block;
	width: 100%;
}

.mImg {
	display: none;
}

.neBantxt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.neBantxt h1 {
	font-size: 3rem;
	font-family: 'Inter-Bold';
	font-weight: 800;
	line-height: 1.3;
}

.neBantxt p {
	font-size: 1.5rem;
	margin: .625rem auto;
	line-height: 1.4;
}

.wrap {
	margin: 0 9.375rem;
}

.abBox1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/*  */
.picture {
	width: 54.4375rem;
	height: 52.5625rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.picture .round {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	animation: rotating 16s linear infinite;
}

.picture .round img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.picture .map {
	width: 40.9375rem;
	height: 41rem;
	position: relative;
	z-index: 2;
}

.picture .map .posBox {
	position: absolute;
	z-index: 3;
}

.picture .map .posBox .icon {
	width: 3.125rem;
	height: 4.3125rem;
	animation: float 2s ease-in-out infinite;
}

.picture img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.d1 {
	right: 19.5%;
	top: 18rem
}

.boll {
	position: absolute;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 16px;
	color: #333;
	z-index: 3;
}

.boll span {
	margin-left: 10px;
	display: inline-block;
}

.boll .list_boll {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 3px #9ade18;
	position: relative;
	-webkit-animation: bordershow 3s infinite;
	-moz-animation: bordershow 3s infinite;
	animation: bordershow 3s infinite;
	cursor: pointer;
}

.boll .list_boll:after,
.boll .list_boll:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #8fc724;
	background: rgba(143, 199, 36, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;
}

.boll .list_boll:after {
	-webkit-animation: boderM 3s infinite;
	-moz-animation: boderM 3s infinite;
	animation: boderM 3s infinite;
}

.boll .list_boll:before {
	-webkit-animation: boderM 3s .75s infinite;
	-moz-animation: boderM 3s .75s infinite;
	animation: boderM 3s .75s infinite;
}

.b2 {
	right: 28%;
	top: 0.1rem;
}

.b3 {
	right: 23%;
	top: 1.2rem;
}

.b4 {
	right: 5.2%;
	top: 2.5rem;
}

.b5 {
	right: 9.4%;
	top: 47.5%;
}

.b6 {
	right: 29.2%;
	bottom: 21%;
}

.b7 {
	right: 25.2%;
	bottom: 12%;
}

.b8 {
	right: 22.2%;
	bottom: 8%;
}

.b9 {
	right: 9.4%;
	top: 52.5%;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes boderM {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes boderM {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

/*  */


.abLeft {
	/* padding-top: 6.75rem; */
	width: 49%;
}

.abTitle {
	font-size: 2.625rem;
	margin-bottom: 2.1875rem;
	text-align: center;
}

.abLeft .abTitle {
	text-align: left;
}

.zzLis .swiper-slide {
	height: auto !important;
}

.zzLis .swiper-wrapper {
	height: auto !important;
}

.abZi {
	font-size: 1.375rem;
	margin-bottom: 2.1875rem;
	text-align: justify;
	text-indent: 2em;
}

.shuList {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shuList h1 {
	font-size: 1.25rem;
	line-height: 1;
}

.shuList h1 span {
	font-size: 3rem;
	color: #004097;
}

.shuList p {
	font-size: 1.5rem;
	text-align: center;
}

.abRight {
	width: 49%;
	padding: 2.5rem 0;
	position: relative;
	overflow: hidden;
}

.mapRound {
	width: 100%;
	display: block;
	animation: spin 20s linear infinite;
}

.mapPic {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 73%;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.fzlcBox {
	background: url(../images/fzlc.jpg) no-repeat center;
	padding: 5rem 0;
	height: 49.75rem;
	position: relative;
	overflow: hidden;
}

.fzlcBox .w90 {
	width: 85%;
	margin: 0 auto;
}

.fzlcSwiper {
	width: 100%;
	z-index: 10;
	position: relative;

}



.fzlc-listBox {
	width: 100%;

}


.byImg {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 78rem;
	margin-left: -39rem;
	display: block;
}

.fzlc-listTxt {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #fff;
	border-radius: 1.25rem;
	padding: 1.25rem;
}

.swiper-slide-active .fzlc-listTxt {
	display: block;
}




.fzlc-listLine {
	width: 0.22rem;
	position: relative;
}

/* 补充必要的基础样式（保证交互可见） */


.lcTxt {
	padding: 1.25rem;
	border: 1px solid #ffffff;
	border-radius: .625rem;
	display: flex;
	justify-content: left;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	height: 7.25rem;
}

.lcTxt h1 {
	font-size: 3.5rem;
	color: #004097;
	margin-right: .625rem;
}

.lcTxt p {
	font-size: 1.25rem;
	color: #333;
	line-height: 1.5;
	width: 85%;
}

.lcBottom {
	position: relative;
	margin-top: 1.875rem;
}

.Menubox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Menubox ul li {
	width: 25%;
	text-align: center;
	transition-duration: 0.6s;
	font-size: 2.25rem;
	text-align: center;
	cursor: pointer;
	position: absolute;
}

.Menubox ul li.hover {
	color: #004097;
	font-weight: bold;
	font-size: 3.75rem;
}

.Menubox ul li:nth-child(1) {
	transform: rotate(-52deg);
	top: 40%;
	left: -7%;
}

.Menubox ul li:nth-child(2) {
	transform: rotate(-25deg);
	top: 0%;
	left: 15%;
}

.Menubox ul li:nth-child(3) {
	transform: rotate(25deg);
	top: 0%;
	right: 15%;
}

.Menubox ul li:nth-child(4) {
	transform: rotate(52deg);
	top: 40%;
	right: -7%;
}

.fzlc-listDate h3 {
	transition-duration: 0.6s;
	font-size: 2.25rem;
	text-align: center;
	cursor: pointer;
}

.zero .fzlc-listDate h3,
.three .fzlc-listDate h3 {
	padding-top: 12.5rem !important;
}

.zero .fzlc-listDate h3,
.three .fzlc-listDate h3 {
	padding-top: 12.5rem !important;
}

/* 选中的slide高亮（可选，提升体验） */
.swiper-slide-active .fzlc-listDate h3 {
	color: #004097;
	font-weight: bold;
	font-size: 3.75rem;
}

.zero .fzlc-listDate h3 {
	transform: rotate(-45deg);
}

.three .fzlc-listDate h3 {
	transform: rotate(45deg);
}

.one .fzlc-listDate h3 {
	transform: rotate(-15deg);
	padding-top: 1rem;
}

.two .fzlc-listDate h3 {
	transform: rotate(15deg);
	padding-top: 1rem;
}

.three .fzlc-listDate h3 {
	transform: rotate(45deg);
}

/* .swiper-slide-prev {
    padding-top: 36rem !important;
} */

.abCuluter {
	padding: 6.25rem 0;
}

.whBox {
	position: relative;
}

.whImg {
	width: 100%;
	display: block;
}

.whList {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.whList dl {
	width: 25%;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2.125rem;
	color: #fff;
	transition-duration: .5s;
	overflow: hidden;
}

.whList dl dd h1 {
	font-size: 1.875rem;
}

.whList dl dd p ,.whList dl:nth-child(4) dd .textList{
	opacity: 0;
	transition-duration: .5s;
	height: 4.375rem;
	line-height: 1.6;
}
.whList dl:nth-child(4) dd p{text-align: left;}
.whList dl:nth-child(4) dd .text{width: 100%; display: flex;}
.whList dl:nth-child(4) dd .text .t1{width: 21%;}
.whList dl:nth-child(4) dd .text .t2{width: 79%;}
.whList dl:nth-child(4) dd .text .t1,.whList dl:nth-child(4) dd .text .t2{display: inline-block; text-align: left; }
.whList dl:hover dd   .textList{
	opacity: 1; height: auto; margin-top: .9375rem;}
.whList dl dt {
	width: 10.625rem;
	height: 10.625rem;
	background: url(../images/yuan.png) no-repeat center;
	margin: 0 auto;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25rem;
	transition-duration: .5s;

}

.whList dl dt i {
	font-size: 3.75rem;
}

.whList dl:hover {
	background: rgba(0, 0, 0, 0.5);
}

.whList dl:hover dd p {
	opacity: 1;
	margin-top: .9375rem;
	height: auto;
}

.whList dl:hover dt {
	background: none;
	width: 3.75rem;
	height: 3.75rem;
}

.abKcxfz {
	position: relative;
}

.abKcxfz .txt {
	position: absolute;
	width: 100%;
	top: 20%;
	left: 0;
}

.abKcxfz .txt .wrap {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-wrap: wrap;
}

.fzRight {
	width: 50%;
}

.moreBtn {
	display: block;
	position: relative;
	width: 9.8125rem;
	height: 3.25rem;
	background: #e3e3e3;
	line-height: 3.25rem;
	border-radius: 1.875rem;
}

.moreBtn p {
	font-size: 1.125rem;
	position: relative;
	z-index: 2;
	transition-duration: .5s;
	padding-left: 1.25rem;
}

.moreBtn i {
	position: absolute;
	right: .9375rem;
	top: 0;
	color: #fff;
	z-index: 2;
}

.moreBtn span {
	display: block;
	width: 2.8125rem;
	height: 2.8125rem;
	background: #004097;
	border-radius: 50%;
	transition-duration: .5s;
	position: absolute;
	top: .25rem;
	right: .25rem;
	z-index: 1;
}

.moreBtn:hover span {
	width: 100%;
	top: 0;
	right: 0;
	border-radius: 1.875rem;
	height: 3.25rem;
}

.moreBtn:hover p {
	color: #fff;
}

.abHonor {
	background: #f0f4f9;
	padding: 5rem 0;
	position: relative;
}

.ryTitle {
	text-transform: uppercase;
	color: #e2e5ea;
	font-size: 25rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.zzLis {
	overflow: hidden;
	position: relative;
	padding-bottom: 3.75rem;
}

.zzBox {
	overflow: hidden;
	border-radius: .625rem;
	background: #fff;
	text-align: center;
}

.zzBox img {
	width: 85%;
	margin: 0 auto;
	display: block;
	padding: 1.875rem;
}

.zzBox p {
	background: #004097;
	font-size: 1.25rem;
	height: 3.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

.abZp {
	padding: 5rem 0;
}

.subNavBox {
	width: 100%;
}

.subNav {
	display: block;
	width: 100%;
	border: 1px solid #d6d6d6;
	height: 5rem;
	display: flex;
	justify-content: left;
	padding: 0 4.375rem;
	align-items: center;
	font-size: 1.5rem;
	font-weight: bold;
	background: url(../images/jia.png) no-repeat 96% center;
	background-size: 1.25rem 1.25rem;
	border-radius: 1.25rem;
	margin-bottom: 1.25rem;
	cursor: pointer;
}

.currentDd {
	background: url(../images/jian.png) no-repeat 96% center #004097;
	background-size: 1.25rem 1.25rem;
	color: #fff;
	margin-bottom: .9375rem;
}

.navContent {
	display: none;
	background: #e5ecf4;
	border-radius: .9375rem;
	padding: 1.875rem 4.375rem;
	margin-bottom: 1.5625rem;

}

.navContent p {
	font-size: 1.25rem;
	padding-bottom: 1.25rem;
}

.proBox {
	/*    background: url(../images/nePro.jpg) no-repeat center; */
	background-size: 100% 100%;
	padding-top: 8.625rem;
}

.proBox .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.proBox .pic img {
	/* 	display: block; */
	width: 100%;
	animation: run 12s linear infinite;
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

.proBox dl {
	width: 20%;
	float: left;
	position: relative;
	z-index: 2;
}

.proBox dl:nth-child(1),
.proBox dl:nth-child(2),
.proBox dl:nth-child(3),
.proBox dl:nth-child(4) {
	width: 25%;
}

.proBox a {
	display: block;
	height: 28.375rem;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	position: relative;
	transition-duration: .5s;
	color: #fff;
}

.proBox a:hover {
/* 	background: #fff;
	color: #333; */
}

.proBox dl dt {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 22.125rem;
	opacity: 0;
	transition-duration: .5s;
}

.proBox dl dt img {
	display: block;
	max-width: 50%;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.proBox a:hover dt {
	opacity: 1;
}

.proBox dl dd {
	position: absolute;
	bottom: 2.75rem;
	width: 100%;
	padding: 0 1.25rem;
	left: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}

.proBox dl dd .proIcon {
	width: 3.875rem;
	height: 3.875rem;
	position: relative;
	overflow: hidden;
	margin-right: 1.375rem;
}

.proBox dl dd .proIcon img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	transition-duration: .5s;
}

.proBox dl dd .proIcon img:nth-child(1) {
	top: 0;
}

.proBox dl dd .proIcon img:nth-child(2) {
	top: 100%;
}

.proBox a:hover dd .proIcon img:nth-child(2) {
	top: 0;
}

.proBox a:hover dd .proIcon img:nth-child(1) {
	top: -100%;
}

.proBox dl dd .txt {
	width: calc(98% -3.875rem);
	width: -webkit-calc(98% - 3.875rem);
}

.proBox dl dd .txt p {
	font-size: 1.875rem;
	line-height: 1.3;
}

.proBox dl dd .txt span {
	font-size: 1.125rem;
	display: none;
	transition-duration: .5s;
}

.proBox a:hover dd .txt span {
	display: block;
}

.prolistBox {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-wrap: wrap;
}

.proMneu {
	width: 27%;
	border-right: 1px solid #d1d1d1;
	padding-top: 1.875rem;
	min-height: 120vh;
}

.subNavBox1 {
	width: 100%;
}

.subNav1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	padding:1rem;
line-height:2.4rem;
	font-size: 1.3rem;
	font-weight: bold;
	display: flex;
	justify-content: left;
	align-items: center;
	transition-duration: .5s;
	cursor: pointer;
}

.currentDt1 {
	background: #004097;
	color: #fff;
	border-radius: 1.25rem;
	padding-left: .9375rem;
}

.navContent1 {
	display: none;
}



.navContent1 li a {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    /* height: 4.5rem; */
    line-height: 2.2rem;
font-size:1.15rem;
    border-bottom: 1px solid #d6d6d6;
    padding: 1rem 0;
}

.navContent1 li a span {
	position: absolute;
	right: 1.25rem;
	font-size: .75rem;
}

.navContent1 li a:hover {
	color: #004097;
}

.proRight {
	width: 70%;
	padding-top: 1.25rem;
}

.po {
	color: #a4a4a4;
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.proriTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}

.proriTitle h1 {
	font-size: 1.75rem;
}

.prSear {
	background: #f2f2f2;
	width: 21.375rem;
	height: 3.5625rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.875rem;
	position: relative;
	overflow: hidden;
}

.prSear input {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 1.125rem;
	background: none;
	padding-left: 1.25rem;
}

.prSear button {
	width: 4.5rem;
	height: 2.375rem;
	background: #004097;
	border-radius: 1.25rem;
	color: #fff;
	position: absolute;
	right: .625rem;
	top: .625rem;
	border: none;
	cursor: pointer;
}

.neProlb dl a {
	display: flex;
	justify-content: left;
	align-items: center;
	border: 1px solid #d6d6d6;
	margin-bottom: 2.6875rem;
	position: relative;
}

.neProlb dl a:after {
	content: '';
	position: absolute;
	width: 0;
	height: .125rem;
	background: #0062ab;
	transition-duration: .5s;
	bottom: -0.0625rem;
	left: 0;
}

.neProlb dl a dt {
	width: 21.75rem;
	height: 17.3125rem;
	position: relative;
	border-right: 1px solid #d6d6d6;
}

.neProlb dl a dt img,
.CbContainer1 img,
.Menubox1 ul li img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
	transition-duration: .5s;
}

.neProlb dl a dd {
	width: calc(100% - 21.75rem);
	width: -webkit-calc(100% - 21.75rem);
	padding: 0 1.875rem;
	background: #fcfcfc;
	height: 17.3125rem;
	padding-top: 2.1875rem;
}

.neProlb dl a dd h1 {
	font-size: 1.625rem;
	font-weight: normal;
}
.neProlb dl:hover a dd h1{color: #0062ab;}
.neProlb dl a dd p {
	margin: 1.25rem 0;
	font-size: 1.25rem;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.neProlb dl a dd span {
	display: block;
	width: 8.4375rem;
	height: 2.625rem;
	text-align: center;
	background: #0062ab;
	color: #fff;
	line-height: 2.625rem;
	border-radius: 1.875rem;
}

.neProlb dl a:hover:after {
	width: 100%;
}

.neProlb dl a:hover dt img {
	transform: scale(1.1);
}

.proNext {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.proNext a {
	width: 49%;
	display: block;
	font-size: 1rem;
	border: 1px solid #d6d6d6;
	padding: .625rem;
}

.proNext a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proNext a:hover {
	background: #f5f5f5;
	color: #333;
}

.proBs {
	font-size: 2rem;
	color: #004097;
}

.proZi {
	font-size: 1.25rem;
	margin: .9375rem 0 3.125rem 0;
	line-height: 2;
}

.proTable {
	padding: 1.875rem 0;
}

.proTable tr th {
	font-size: 1.25rem;
}

.proTable tr td {
	font-size: 1.125rem;
	border: 1px solid #f2f2f2;
}

.proXq {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	margin-bottom: 1.875rem;
	flex-wrap: wrap;
}

.proTxt {
	width: 50%;
}

.proTxt h1 {
	font-size: 1.625rem;
	margin-bottom: 1.875rem;
}

.proTxt p {
	font-size: 1.25rem;
	font-family: "Times New Roman", "SimHei", sans-serif ;
	text-align:justify;
}

.proimgList {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.CbContainer1 {
	width: 21.625rem;
	height: 16.625rem;
	border: 1px solid #d6d6d6;
	position: relative;
	margin-right: 1.25rem;
}

.Menubox1 ul li {
	width: 6.4375rem;
	height: 5.0625rem;
	position: relative;
	border: 1px solid #d6d6d6;
	margin-bottom: .625rem;
	cursor: pointer;
}

.Menubox1 ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
	.whList dl:nth-child(4) dd .text .t1{width: 23%;}
	.whList dl:nth-child(4) dd .text .t2{width: 77%;}
}


@media only screen and (max-width: 1280px) {}





@media only screen and (max-width: 760px) {
	.whList dl:nth-child(4) dd .text .t1{width: 34%;}
	.whList dl:nth-child(4) dd .text .t2{width: 66%;}
	.proBox dl {
		width: 50% !important;
	}

	.pcImg {
		display: none;
	}

	.mImg {
		display: block;
		height: 100%;
		object-fit: cover;
	}


	.wrap {
		margin: 0 2%;
	}

	.proBox dl dd .proIcon {
		width: 40px;
		height: 40px;
	}

	.proBox dl dt {
		display: none;
	}

	.proBox a {
		height: 120px;
		display: flex;
	}

	.proBox dl dd {
		position: relative;
		bottom: 0;
	}

	.proBox .pic img {
		height: 100%;
	}

	.proBox {
		padding-top: 80px;
	}

	.proBox dl dd .txt p {
		font-size: 17px;
	}

	.proBox dl:last-child {
		width: 100% !important;
	}

	.proMneu {
		width: 100%;
		border-right: 1px solid #d1d1d1;
		padding-top: 10px;
		min-height: auto;
	}

	.proRight {
		width: 100%;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.po {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.proriTitle h1 {
		font-size: 18px;
	}

	.prSear input {
		font-size: 14px;
	}

	.prSear {
		width: 40%;
		height: 32px;
	}

	.prSear button {
		width: 32px;
		height: 30px;
		right: 0;
		top: 0;
	}

	.neProlb dl a dd h1 {
		font-size: 16px;
	}

	.neProlb dl a dd p {
		font-size: 14px;
		margin: 10px 0 15px 0;
	}

	.neProlb dl a dd {
		padding: 10px;
		height: auto;
	}

	.neProlb dl a dd span {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.subNav1 {
		width: 100%;
		height: 34px;
		font-size: 16px;
	}

	.proTxt {
		width: 100%;
		padding-top: 20px;
	}

	.proimgList {
		width: 80%;
		margin: 0 auto;
	}

	.proimgList .Contentbox1 {
		width: 70%;
	}

	.proimgList .Menubox1 ul li {
		width: 100%;
		height: 80px;
	}

	.proimgList .Menubox1 {
		width: 25%;
	}

	.CbContainer1 {
		width: 100%;
		height: 250px;
	}

	.proTxt h1 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.proTxt p {
		font-size: 15px;
		line-height: 26px;
	}

	.proTable tr th {
		font-size: 15px;
	}

	.proTable tr td {
		font-size: 14px;
		padding: 10px;
	}

	.proBs {
		font-size: 16px;
		line-height: 28px;
	}

	.proZi {
		font-size: 15px;
	}

	.proNext a {
		width: 100%;
		font-size: 15px;
		padding: 8px;
		margin-bottom: 5px;
	}

	.abLeft {
		width: 100%;
		padding-top: 30px;
	}

	.abTitle {
		font-size: 18px;
	}

	.abZi {
		font-size: 15px;
		margin-bottom: 26px;
	}

	.abRight {
		width: 100%;
		padding: 20px 0;
	}

	.shuList h1 span {
		font-size: 20px;
	}

	.shuList p,
	.shuList h1 {
		font-size: 15px;
	}

	.picture {
		width: 370px;
		height: 370px;
	}

	.picture .map {
		width: 320px;
		height: 320px;
	}

	.boll {
		font-size: 12px;
	}

	.b4 {
		right: -6%;
		top: 3rem;
	}

	.b5 {
		right: 4.4%;
		top: 44.5%;
	}

	.d1 {
		right: 19.5%;
		top: 28rem;
	}

	.b3 {
		right: 17%;
		top: 1.2rem;
	}

	.picture .map .posBox .icon {
		width: 20px;
		height: 26px;
	}

	.lcTxt {
		height: auto;
	}

	.lcTxt p {
		font-size: 14px;
	}

	.abKcxfz .txt {
		top: 30px;
	}

	.fzRight {
		width: 100%;
	}

	.moreBtn {
		width: 120px;
		height: 32px;
		line-height: 32px;
	}

	.moreBtn p {
		font-size: 15px;
	}

	.moreBtn span {
		width: 32px;
		height: 32px;
	}

	.moreBtn i {
		font-size: 18px;
	}

	.whList {
		padding: 30px 0;
	}

	.whList dl {
		width: 50%;
		height: 50%;
	}

	.whList dl dd h1 {
		font-size: 18px;
	}

	.whList dl:hover dd p {
		font-size: 14px;
	}

	.zzBox p {
		font-size: 14px;
		height: 50px;
	}

	.subNav {
		height: 36px;
		font-size: 15px;
	}

	.navContent p {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 25px;
	}
	.proTable{width: 100%; overflow-y: auto;}
	.proTable table{width: 800px !important;}
}