@charset "UTF-8";

body,
html {
	font-size: -webkit-calc(100vw / 120);
	font-size: -moz-calc(100vw / 120);
	font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {

	body,
	html {
		font-size: -webkit-calc(100vw / 100);
		font-size: -moz-calc(100vw / 100);
		font-size: calc(100vw / 100);
	}
}

@media (min-width: 767px) and (max-width: 1024px) {

	body,
	html {
		font-size: -webkit-calc(100vw / 90);
		font-size: -moz-calc(100vw / 90);
		font-size: calc(100vw / 90);
	}
}

@media (max-width: 767px) {

	body,
	html {
		font-size: 14px;
	}
}

* {
	outline: none;
}

@font-face {
	font-family: "montserrat";
	font-display: swap;
	src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF);
}

@font-face {
	font-family: "Alibaba-PuHui";
	font-weight: 400;
	src: url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/yDDTbiQphRZwu6NckwxAz.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/WjWVh2wlKFBcVUdxwizXL.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Alibaba-PuHuiBold";
	src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.eot) format("embedded-opentype"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.otf) format("opentype"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.ttf) format("TrueType"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff) format("woff"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff2) format("woff2");
}

p {
	padding: 0;
	margin: 0;
}

.wh {
	padding: 0 12.5%;
}

@media (max-width: 1366px) {
	.wh {
		padding: 0 5.78125%;
	}
}

@media (max-width: 768px) {
	.wh {
		padding: 0 4%;
	}
}

.wh1 {
	padding: 0 2.86458%;
}

@media (max-width: 768px) {
	.wh1 {
		padding: 0 4%;
	}
}

.flex {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-z {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_left {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_left1 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex2 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex3 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex21 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.more-msl {
	display: inline-block;
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	font: 500 1rem/3.125rem "Alibaba-PuHui";
	border-radius: 1.5625rem;
	width: 11.5625rem;
	text-align: center;
	background: transparent;
	border: 1px solid #000;
	font-style: inherit;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.more-msl i {
	font-style: normal;
}

.more-msl i.iconfont {
	font-style: normal;
	font-size: 0.75rem;
	padding-left: 0.5em;
}

@media (max-width: 768px) {
	.more-msl {
		line-height: 2.8rem;
		width: 9rem;
		font-size: .875rem;
	}
}

.more-msl:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0f5470;
	color: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.more-msl:hover {
	color: #fff;
	border-color: #0f5470;
}

.more-msl:hover::before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.more-msl.bs {
	color: #fff;
	border: 1px solid #fff;
}

.more-msl.bs:before {
	background: #fff;
}

.more-msl.bs:hover {
	color: #000;
	border-color: #fff;
}

.more-msl1 {
	display: inline-block;
	color: #9D9D9D;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	font: 500 1rem/3.125rem "Alibaba-PuHui";
	border-radius: 1.5625rem;
	width: 10rem;
	text-align: center;
	background: transparent;
	border: 1px solid #9D9D9D;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

@media (max-width: 768px) {
	.more-msl1 {
		line-height: 2.8rem;
		width: 9rem;
		font-size: .875rem;
	}
}

.more-msl1:before {
	background: #08938E;
}

.more-msl1:after {
	background: #0f5470;
}

.more-msl1:before,
.more-msl1:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-moz-transition: transform 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
	color: #fff;
	border-color: #0f5470;
}

.more-msl1:hover:before,
.more-msl1:hover:after {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
	-webkit-transition-delay: 0.175s;
	-moz-transition-delay: 0.175s;
	-o-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.more-msl1.bs {
	color: #fff;
	border: 1px solid #fff;
}

.more-msl1.bs:before {
	background: #08938E;
}

.more-msl1.bs:hover {
	color: #fff;
	border-color: #fff;
}

@media (max-width: 990px) {
	body {
		padding-bottom: 0;
		overflow: hidden;
	}
}

@media (max-width: 990px) {
	.pc-hidden {
		display: none;
	}
}

.m-hidden {
	display: none;
}

@media (max-width: 990px) {
	.m-hidden {
		display: block;
	}
}

@media (max-width: 990px) {
	.m-img {
		padding-bottom: 66%;
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.m-img>img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.m-imgny {
		padding-bottom: 50%;
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.m-imgny>img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.m-img-news {
	padding-bottom: 68.20276%;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.m-img-news img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 990px) {

	.fp-tableCell,
	.fp-section.fp-table,
	.fp-slide.fp-table {
		height: auto !important;
	}
}

.head {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 999;
}

.head .head2 {
	line-height: 6.25rem;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	position: relative;
}

.head .head2 .flex2{
   background-color: rgba(15, 84, 112, 1);
}

*[class*="fp-viewing-"] .head .head2 {
	background-color: rgba(15, 84, 112, 1)
}

.fp-viewing-section1 .head .head2 {
	background-color: transparent;
}


.head .head2 .logo {
	margin-left: -6%;
}

@media (max-width: 1366px) {
	.head .head2 .logo {
		margin-left: 0;
	}
}

.head .head2 .logo a {
	display: block;
}

.head .head2 .logo a img {
	height: 4.25rem;
}

.head .head2 .logo a img.b {
	display: none;
}

.head .anta_w {
	height: 6.25rem;
	position: absolute;
	width: 5.20833%;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9;
}

.head .anta_w .menu {
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.head .anta_w .menu p {
	color: #FFFFFF;
	font: 500 1.125rem/1.5em "Alibaba-PuHui";
	margin-right: 0.5rem;
}

.head .anta_w .menu span {
	margin: auto;
	display: block;
	width: 1.375rem;
	height: 3px;
	background: #fff;
	position: relative;
	vertical-align: middle;
	-webkit-transition: 0.45s;
	-o-transition: 0.45s;
	-moz-transition: 0.45s;
	transition: 0.45s;
}

.head .anta_w .menu span:before {
	content: "";
	position: absolute;
	top: -0.45rem;
	right: 0;
	height: 3px;
	width: 1.375rem;
	background: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.head .anta_w .menu span:after {
	content: "";
	position: absolute;
	bottom: -0.45rem;
	height: 3px;
	width: 1.375rem;
	background: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	right: 0;
}

.head .anta_w .menu.active span:before {
	top: 0px;
	width: 1.5rem;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	background: #fff;
}

.head .anta_w .menu.active span:after {
	bottom: 0px;
	width: 1.5rem;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	background: #fff;
}

.head .anta_w .menu.active span {
	background: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.you-cont {
	width: 5.20833%;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 6rem;
	z-index: 1;
}

@media (max-width: 990px) {
	.you-cont {
		display: none;
	}
}

.you-cont .sska a {
	display: block;
	text-align: center;
}

.you-cont .sska a i {
	color: #03546f;
	font: 500 1.125rem/1.5em "Alibaba-PuHui";
}

.you-cont .zywena {
	margin-top: 1.5rem;
	position: relative;
}

.you-cont .zywena a.dqiua {
	display: block;
	text-align: center;
}

.you-cont .zywena a.dqiua i {
	color: #FFFFFF;
	font: 500 1.125rem/1.5em "Alibaba-PuHui";
}

.you-cont .zywena .cont {
	padding: 0 1rem;
	display: none;
}

.you-cont .zywena .cont a {
	display: block;
	color: #fff;
	font: 500 .875rem/1.75em "Alibaba-PuHui";
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0.75rem;
	text-align: center;
	font-style: italic;
	margin-top: 0.5rem;
}

.you-cont .zywena .cont a:hover {
	background: #0f5470;
	border-color: #0f5470;
}

.nast {
	width: 100%;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 5%;
	z-index: 1;
}

.nast.kajjt {
	-webkit-animation: run 1s infinite linear;
	-moz-animation: run 1s infinite linear;
	-o-animation: run 1s infinite linear;
	animation: run 1s infinite linear;
}

@media (max-width: 990px) {
	.nast.kajjt {
		display: none;
	}
}

.nast a {
	display: inline-block;
	width: 1.125rem;
}

.nast a img {
	width: 100%;
}

@-webkit-keyframes run {
	from {
		bottom: 8%;
		opacity: 0;
	}

	to {
		bottom: 6%;
		opacity: 1;
	}
}

@-moz-keyframes run {
	from {
		bottom: 8%;
		opacity: 0;
	}

	to {
		bottom: 6%;
		opacity: 1;
	}
}

@-o-keyframes run {
	from {
		bottom: 8%;
		opacity: 0;
	}

	to {
		bottom: 6%;
		opacity: 1;
	}
}

@keyframes run {
	from {
		bottom: 8%;
		opacity: 0;
	}

	to {
		bottom: 6%;
		opacity: 1;
	}
}

#menu {
	margin-right: 3vw;
}

#menu .nav_a1 li {
	float: left;
	position: relative;
}

#menu .nav_a1 li a {
	display: block;
	color: #fff;
	font-family: "Alibaba-PuHui";
}

#menu .nav_a1 li>a {
	font-size: 1.125rem;
	padding: 0 1em;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

@media (max-width: 1680px) {
	#menu .nav_a1 li>a {
		padding: 0 1.35em;
	}
}

@media (max-width: 1366px) {
	#menu .nav_a1 li>a {
		padding: 0 0.8em;
	}
}

@media (max-width: 1024px) {
	#menu .nav_a1 li>a {
		padding: 0 0.5em;
	}
}

#menu .nav_a1 li>a span {
	position: relative;
	display: block;
	padding: 0 1em;
}

#menu .nav_a1 li>a span:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0f5470;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#menu .nav_a1 li .sec {
	position: absolute;
	top: 100%;
	width: 170%;
	left: -35%;
	background: white;
	z-index: 999;
	text-align: center;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

#menu .nav_a1 li .sec>a {
	font: 500 1rem/1.5em "Alibaba-PuHui";
	padding: 0.3em 0;
	color: #333;
}

#menu .nav_a1 li .sec>a:hover {
	color: #0f5470;
}

#menu .nav_a1 li .sec1 {
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: -webkit-calc(100% + 1px);
	top: -moz-calc(100% + 1px);
	top: calc(100% + 1px);
	line-height: 1.5em;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

#menu .nav_a1 li .sec1 a {
	color: #909090;
}

#menu .nav_a1 li .sec1 .wh {
	margin: 0 -4%;
}

#menu .nav_a1 li .sec1 dl {
	width: -webkit-calc(100%/7);
	width: -moz-calc(100%/7);
	width: calc(100%/7);
	padding: 1rem 1%;
}

@media (max-width: 1366px) {
	#menu .nav_a1 li .sec1 dl {
		width: -webkit-calc(100%/6);
		width: -moz-calc(100%/6);
		width: calc(100%/6);
	}
}

#menu .nav_a1 li .sec1 dl .cont dt a {
	color: #595959;
	font: 500 1.25rem/1.5em "Alibaba-PuHui";
	border-bottom: 1px solid #CECECE;
	display: block;
	padding: 0.3em 0;
}

#menu .nav_a1 li .sec1 dl .cont dt a:hover {
	color: #0f5470;
}

#menu .nav_a1 li .sec1 dl .cont dd {
	margin-top: 1em;
}

#menu .nav_a1 li .sec1 dl .cont dd a {
	display: block;
	color: #909090;
	font: 500 1rem/1.5em "Alibaba-PuHui";
	word-wrap: break-word;
	word-break: break-all;
}

#menu .nav_a1 li .sec1 dl .cont dd a:hover {
	color: #0f5470;
}

#menu .nav_a1 li:hover>a::before {
	width: 100%;
}

#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#menu .nav_a1 li:hover>a span::after,
#menu .nav_a1 li.active>a span::after {
	width: 100%;
}

/* 搜索 */
.search {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background: #000; */
	background: rgba(0, 0, 0, 0.85);
	z-index: 999;
	display: none;
}

.search-box {
	width: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25%;
}

.inp {
	width: 100%;
	height: 100px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
}

.inp::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.bu {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: rgba(255, 255, 255, 0.7);
	background: none;
	border: none;
}

.bu .iconfont {
	font-size: 3.125rem;
}

.search-con {
	position: absolute;
	right: 7%;
	top: 7%;
	color: white;
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.search-con:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search-con .iconfont {
	font-size: 2.125rem;
	font-weight: 100;
}

.sticky {
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-moz-keyframes sticky {
	0% {
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-o-keyframes sticky {
	0% {
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.head.sticky .head2 {
	background-color: rgba(15, 84, 112, 1);
}

.head.active .head2 {
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}

.head.active .head2 .logo a img.a {
	display: none;
}

.head.active .head2 .logo a img.b {
	display: inline-block;
}

.head.active .head2 #menu .nav_a1 li a {
	color: #fff;
}

.navigators {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 998;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	background: #fff;
}

.navigators.active {
	height: 100%;
}

.navigators .weggta {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

.navigators .xl-nav li .name {
	color: #494949;
	font: 500 1.125rem/2em "Alibaba-PuHui";
	margin-bottom: 1em;
}

.navigators .xl-nav li .text {
	color: #494949;
	font: 500 .9375rem/2em "Alibaba-PuHui";
}

.navigators .xl-nav li .text:hover {
	color: #0077B1;
}

/*手机端头部*/
.m-bm-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #fff;
}

.m-bm-head .m-bm-head-box {
	position: relative;
	height: 60px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 4%;
	max-width: 100%;
	height: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
	display: inline;
	font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
	height: 36px;
	max-width: 40%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 4% auto 0;
	width: 20px;
	height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	display: block;
	height: 1.5px;
	width: 100%;
	background: #346e85;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
	margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #346e85;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
	height: -webkit-calc(100vh - 60px);
	height: -moz-calc(100vh - 60px);
	height: calc(100vh - 60px);
	overflow: auto;
	padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
	color: #fff;
	font: 500 1.125rem/60px "Alibaba-PuHui";
	margin-left: 63%;
	position: relative;
	z-index: 9;
}

.m-bm-head .mrhgxt i {
	font-size: 1.125rem;
	margin-right: 0.25em;
}

.m-bm-nav>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.m-bm-nav>li>a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-family: "Alibaba-PuHui";
	padding: 0 4%;
	font-weight: 600;
}

.m-bm-nav>li>a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
	font-family: "Alibaba-PuHui";
	font-weight: 500;
}

.m-bm-nav>li .sec {
	display: none;
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 35px;
}

.m-bm-nav>li .sec a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
}

.m-bm-nav .aniut {
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 50px;
	right: 2%;
	top: 0;
	text-align: center;
	z-index: 9;
}

.m-bm-nav .aniut i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
}

.m-bm-head.white {
	background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
	background: #000;
}

.m-bm-head.white .m-bm-menu {
	background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
	border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
	color: #000;
}

@media (max-width: 990px) {
	body {
		padding: 60px 0 0 !important;
	}
}

/* end */
.pc-banner {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.pc-banner .mySwipera {
	height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
	overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
	position: relative;
}

.pc-banner .mySwipera .swiper-slide .img>img {
	height: 100vh;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	/*-webkit-animation-name: banscaleDraw;*/
	/*-webkit-animation-timing-function: ease-in-out;*/
	/*-webkit-animation-iteration-count: infinite;*/
	/*-webkit-animation-duration: 20s;*/
}

@media (max-width: 768px) {
	.pc-banner .mySwipera .swiper-slide .img>img {
		height: 100%;
	}
}

.pc-banner .mySwipera .banwez {
	width: 100%;
	z-index: 99;
	text-align: center;
	color: #FFFFFF;
}

.pc-banner .mySwipera .banwez dt:first-child {
	font: 600 5rem/1.5em "Alibaba-PuHui";
}

.pc-banner .mySwipera .banwez dt {
	font: 600 2rem/1.5em "Alibaba-PuHui";
	letter-spacing: 2px;
}

@media (max-width: 768px) {
	.pc-banner .mySwipera .banwez dt:first-child {
		font-size: 2rem;
	}

	.pc-banner .mySwipera .banwez dt {
		font-size: 1rem;
	}
}

.pc-banner .mySwipera .swiper-pagination1 {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 5%;
	z-index: 9;
	width: auto;
}

@media (max-width: 768px) {
	.pc-banner .mySwipera .swiper-pagination1 {
		bottom: 6%;
	}
}

.pc-banner .mySwipera .swiper-pagination1 span {
	opacity: 1;
	width: auto;
	height: auto;
	background: transparent;
	color: #ffffff;
	font-size: .875rem;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-style: italic;
}

.pc-banner .mySwipera .swiper-pagination1 span::before {
	content: "0";
}

.pc-banner .mySwipera .swiper-pagination1 .swiper-scrollbar {
	width: 10rem;
	height: 1px;
	margin: 0 1rem;
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.pc-banner .mySwipera .swiper-pagination1 .swiper-scrollbar {
		width: 5rem;
	}
}

.pc-banner .mySwipera .swiper-pagination1 .swiper-scrollbar .swiper-scrollbar-drag {
	background: #fff;
}

.bg-wave {
	position: absolute;
	left: 50%;
	top: 22%;
	width: 110%;
	-webkit-transform: translateX(-50%) rotate(348deg);
	-moz-transform: translateX(-50%) rotate(348deg);
	-ms-transform: translateX(-50%) rotate(348deg);
	-o-transform: translateX(-50%) rotate(348deg);
	transform: translateX(-50%) rotate(348deg);
	opacity: .35;
	z-index: -1;
}

.label_el {
	color: rgba(26, 26, 26, 0);
	text-shadow: none;
	-webkit-text-stroke-width: 0.47px;
	-webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
	.label_el {
		-webkit-text-stroke-width: 0.3px;
	}
}

@-webkit-keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-o-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.swiper {
	overflow: hidden;
}

.overa {
	overflow: hidden;
}

/* 图片动画 */
.fang {
	overflow: hidden;
	display: block;
}

.fang img {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.fang:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.xz img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.xz:hover img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.gong-p {
	color: #323232;
	font: 500 1.25rem/1.6em "Alibaba-PuHui";
	text-align: justify;
}

@media (max-width: 768px) {
	.gong-p {
		font-size: 1rem;
	}
}

.title1 {
	text-align: center;
}

.title1 .ftit {
	color: #333;
	font-size: 1.5rem;
	text-transform: uppercase
}

.title1 .tit {
	color: #232323;
	font: 600 2.5rem/1.5em "Alibaba-PuHui";
	margin-top: 0.3em;
}

@media (max-width: 768px) {
	.title1 .tit {
		font-size: 1.8rem;
		margin-top: 0.2em;
	}
}

.title1 .tit::after {
	content: "";
	display: block;
	background: #0f5470;
	width: 1em;
	height: 1px;
	margin: 0 auto;
	margin-top: 0.1em;
}

.fp-viewing-section2 .head2,
.fp-viewing-section3 .head2,
.fp-viewing-section4 .head2,
.fp-viewing-section5 .head2,
.fp-viewing-section6 .head2,
.fp-viewing-6 .head2 {
	background: #000000;
}

.gong-jt .swiper-button-next1,
.gong-jt .swiper-button-prev1 {
	border: 1px solid #c1c1c1;
	width: 3.25rem;
	height: 3.25rem;
	line-height: 3.25rem;
	text-align: center;
	border-radius: 0.4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gong-jt .swiper-button-next1 i,
.gong-jt .swiper-button-prev1 i {
	color: #c1c1c1;
	font-size: 1.125rem;
}

.gong-jt .swiper-button-next1:hover,
.gong-jt .swiper-button-prev1:hover {
	border-color: #0f5470;
}

.gong-jt .swiper-button-next1:hover i,
.gong-jt .swiper-button-prev1:hover i {
	color: #0f5470;
}

@media (max-width: 990px) {
	#fullpage {
		overflow: hidden;
		width: 100%;
	}
}

.cont1 {
	overflow: hidden;
	width: 100%;
}

@media (max-width: 990px) {
	.cont1 {
		padding: 4rem 0;
	}
}

@media (max-width: 768px) {
	.cont1 {
		padding: 2rem 0;
	}
}

.cont1 .a1_v1 {
	margin-top: 3.125rem;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 {
		margin-top: 1.5rem;
	}
}

.cont1 .a1_v1 .mySwiper1a .swiper-slide {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.cont1 .a1_v1 .mySwiper1a .swiper-slide.swiper-slide-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .swiper-slide {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.cont1 .a1_v1 .mySwiper1a .imgas u {
	display: block;
	font-size: 0;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .imgas u {
		background: #fff;
		padding: 0.8rem;
	}
}

.cont1 .a1_v1 .mySwiper1a .imgas u img {
	width: 100%;
}

.cont1 .a1_v1 .mySwiper1a .imgas .tit {
	font: 500 1.25rem/1.5em "Alibaba-PuHui";
	margin-top: 0.6em;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .imgas .tit {
		font-size: 1rem;
		padding: 0.3rem 0;
	}
}

.cont1 .a1_v1 .mySwiper1a .imgas:hover .tit {
	color: #0f5470;
}

.cont1 .a1_v1 .mySwiper1a .img {
	border-radius: 1.25rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .img {
		border-radius: 1rem;
	}
}

.cont1 .a1_v1 .mySwiper1a .img i {
	display: block;
	font-size: 0;
	overflow: hidden;
}

.cont1 .a1_v1 .mySwiper1a .img i img {
	width: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.cont1 .a1_v1 .mySwiper1a .img .cont {
	text-align: center;
	padding: 0 14%;
	color: #fff;
	width: 100%;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .img .cont {
		top: 50%;
		padding: 0 6%;
	}
}

.cont1 .a1_v1 .mySwiper1a .img .cont u {
	display: inline-block;
	font-size: 0;
	width: 18.78788%;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .img .cont u {
		width: 3rem;
	}
}

.cont1 .a1_v1 .mySwiper1a .img .cont u img {
	width: 100%;
}

.cont1 .a1_v1 .mySwiper1a .img .cont .tit {
	font: 500 1.25rem/1.5em "Alibaba-PuHui";
	margin-top: 0.6em;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .img .cont .tit {
		font-size: 1.125rem;
	}
}

.cont1 .a1_v1 .mySwiper1a .img .cont .tit::after {
	content: "";
	display: block;
	background: #0f5470;
	width: 1em;
	height: 2px;
	margin: 0 auto;
	margin-top: 0.6em;
}

.cont1 .a1_v1 .mySwiper1a .img .cont .p {
	font: 500 1rem/1.8em "Alibaba-PuHui";
	margin-top: 1.5em;
	opacity: 0;
}

@media (max-width: 768px) {
	.cont1 .a1_v1 .mySwiper1a .img .cont .p {
		opacity: 1;
		margin-top: 1em;
		line-height: 1.6em;
	}
}

.cont1 .a1_v1 .mySwiper1a .img:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cont1 .a1_v1 .mySwiper1a .img:hover .cont {
	top: 50%;
}

.cont1 .a1_v1 .mySwiper1a .img:hover .cont .p {
	opacity: 1;
}

@media (max-width: 990px) {
	.cont1 .a1_v1 .gong-jt {
		display: none;
	}
}

.cont1 .a1_v1 .gong-jt .swiper-button-next1 {
	right: -6.6%;
}

.cont1 .a1_v1 .gong-jt .swiper-button-prev1 {
	left: -6.6%;
}

.section {
	position: relative;
}

.section .fg-bj {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.section6 .cont5 {
	margin-top: 20px;
}

.section .fg-bj .bj-sda {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
	-webkit-transition: all 2s linear;
	-o-transition: all 2s linear;
	-moz-transition: all 2s linear;
	transition: all 2s linear;
}

.section.active .fg-bj .bj-sda {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.cont2 {
	position: relative;
}

@media (max-width: 990px) {
	.cont2 {
		padding: 4rem 0;
	}
}

@media (max-width: 768px) {
	.cont2 {
		padding: 2rem 0;
	}

}

.cont2 .title1 {
	text-align: left;
	position: absolute;
	left: 53%;
	top: 0%;
	z-index: 9;
}

.cont2 .title1 .ftit,
.cont2 .title1 .tit {
	color: #fff;
}


.cont2 .title1 .tit::after {
	margin: 0;
	margin-top: 0.1em;
	background: #fff;
}

@media (max-width: 990px) {
	.cont2 .title1 {
		position: static;
		text-align: center;
	}

	.cont2 .title1 .tit::after {
		margin: 0 auto;
		margin-top: 0.1em;
	}
}

.cont2 .a2_v1 {
	padding-left: 12.5%;
	position: relative;
}

@media (max-width: 1366px) {
	.cont2 .a2_v1 {
		padding-left: 5.78125%;
	}
}

@media (max-width: 990px) {
	.cont2 .a2_v1 {
		margin-top: 3rem;
	}
}

@media (max-width: 768px) {
	.cont2 .a2_v1 {
		padding: 0 4%;
		margin-top: 1.5rem;
	}
}

.cont2 .a2_v1 .mySwiper2 {
	margin-right: 14.28571%;
}

@media (max-width: 1366px) {
	.cont2 .a2_v1 .mySwiper2 {
		margin-right: 5.78125%;
	}
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .mySwiper2 {
		margin-right: 0;
		padding: 0;
	}
}

.cont2 .a2_v1 .mySwiper2 .cont-p a.img {
	display: block;
	font-size: 0;
	border-radius: 1.25rem;
	overflow: hidden;
	width: 43.47222%;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p a.img {
		border-radius: 1rem;
		width: 50%;
	}
}

@media (max-width: 450px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p a.img {
		width: 100%;
	}
}

.cont2 .a2_v1 .mySwiper2 .cont-p a.img img {
	width: 100%;
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont {
	color: #fff;
	width: 45.83333%;
	padding-right: 15.15152%;
	margin-top: 5rem;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p .cont {
		margin-top: 0;
		padding: 0;
	}
}

@media (max-width: 450px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p .cont {
		width: 100%;
		margin-top: 1.5rem;
	}
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.name {
	display: block;
	font: 500 1.5625rem/1.5em "Alibaba-PuHui";
	color: #fff;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.name {
		font-size: 1.25rem;
	}
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont .text {
	font: 500 1rem/1.8em "Alibaba-PuHui";
	margin-top: 0.7rem;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p .cont .text {
		margin-top: 0.4rem;
	}
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.more-msl {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.more-msl {
		margin-top: 1rem;
	}
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-next1 {
	right: 11%;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .gong-jt1 .swiper-button-next1 {
		right: 4%;
	}
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
	left: 5%;
}

@media (max-width: 768px) {
	.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
		left: 4%;
	}
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-next1,
.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
	border: 1px solid#0f5470;
	width: 3.25rem;
	height: 3.25rem;
	line-height: 3.25rem;
	text-align: center;
	border-radius: 0.4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: #0f5470;
	z-index: 9;
}

@media (max-width: 768px) {

	.cont2 .a2_v1 .gong-jt1 .swiper-button-next1,
	.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-next1 i,
.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 i {
	color: #fff;
	font-size: 1.125rem;
}

@media (max-width: 768px) {

	.cont2 .a2_v1 .gong-jt1 .swiper-button-next1 i,
	.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 i {
		font-size: 1rem;
	}
}

.section4 {
	background: #f9f9f9;
}

.cont3 .a3_v1 {
	height: 73.4375vh;
}

@media (max-width: 990px) {
	.cont3 .a3_v1 {
		height: 60vw;
	}
}

@media (max-width: 768px) {
	.cont3 .a3_v1 {
		height: auto;
	}
}

.cont3 .a3_v1 .a3_b1 {
	width: 64.21875%;
	height: 100%;
}

@media (max-width: 768px) {
	.cont3 .a3_v1 .a3_b1 {
		width: 100%;
	}
}

.cont3 .a3_v1 .a3_b1 i {
	display: block;
	font-size: 0;
	height: 100%;
}

.cont3 .a3_v1 .a3_b1 i img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cont3 .a3_v1 .a3_b1 a.tcsp u {
	display: block;
	font-size: 0;
	width: 5.625rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.cont3 .a3_v1 .a3_b1 a.tcsp u {
		width: 4rem;
	}
}

.cont3 .a3_v1 .a3_b1 a.tcsp u img {
	width: 100%;
}

.cont3 .a3_v1 .a3_b1 a.tcsp p {
	text-align: center;
	font: 500 1.125rem/1.5em "Alibaba-PuHui";
	margin-top: 0.85em;
	color: #fff;
}

@media (max-width: 768px) {
	.cont3 .a3_v1 .a3_b1 a.tcsp p {
		font-size: 1rem;
	}
}

.cont3 .a3_v1 .a3_b2 {
	width: 44.53125%;
	margin-left: -8.75%;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 6.5625rem 10.07018% 6.5625rem 3.82456%;
}

@media (max-width: 768px) {
	.cont3 .a3_v1 .a3_b2 {
		width: 100%;
		margin-left: 0;
		padding: 2rem 5%;
	}
}

.cont3 .a3_v1 .a3_b2 .title1 {
	text-align: left;
}

.cont3 .a3_v1 .a3_b2 .title1 .tit::after {
	margin: 0;
	margin-top: 0.1em;
}

.cont3 .a3_v1 .a3_b2 .cont-p {
	color: #848484;
	font: 500 1rem/1.8em "Alibaba-PuHui";
	margin-top: 1.5rem;
}

@media (max-width: 768px) {
	.cont3 .a3_v1 .a3_b2 .cont-p {
		margin-top: 1rem;
	}
}

.cont3 .a3_v1 .a3_b2 a.more-msl {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.cont3 .a3_v1 .a3_b2 a.more-msl {
		margin-top: 1rem;
	}
}

.cont3 .a3_v2 {
	height: 26.5625vh;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230506/8e319f2d5507f935f9a0bd7b836f6c77.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width: 990px) {
	.cont3 .a3_v2 {
		height: 25vw;
	}
}

@media (max-width: 768px) {
	.cont3 .a3_v2 {
		height: auto;
		padding: 3rem 0;
	}
}

.cont3 .a3_v2 .wh {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.cont3 .a3_v2 .a3_v2b1 {
	width: 100%;
}

.cont3 .a3_v2 .a3_v2b1 dl {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cont3 .a3_v2 .a3_v2b1 dl+dl {
	border-left: 1px solid rgba(153, 153, 153, 0.3);
}

@media (max-width: 768px) {
	.cont3 .a3_v2 .a3_v2b1 dl+dl {
		border: none;
	}
}

.cont3 .a3_v2 .a3_v2b1 dl .img {
	width: 3.875rem;
	margin-right: 1rem;
}

@media (max-width: 768px) {
	.cont3 .a3_v2 .a3_v2b1 dl .img {
		margin-right: 0;
		width: 2.5rem;
	}
}

.cont3 .a3_v2 .a3_v2b1 dl .img img {
	width: 100%;
}

.cont3 .a3_v2 .a3_v2b1 dl .p {
	color: #848484;
	font: 500 1.5rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
	.cont3 .a3_v2 .a3_v2b1 dl .p {
		width: 100%;
		font-size: 1.125rem;
		text-align: center;
		margin-top: 1em;
	}
}

.cont3 .a3_v2 .a3_v2b1 dl .p span {
	color: #0f5470;
}

.cont5 .a5_v1 .a5_b1 {
	width: 44.375%;
	padding-left: 12.5%;
	position: relative;
	z-index: 1;
}

@media (max-width: 1366px) {
	.cont5 .a5_v1 .a5_b1 {
		padding-left: 5.78125%;
	}
}

@media (max-width: 990px) {
	.cont5 .a5_v1 .a5_b1 {
		width: 100%;
		padding: 2rem 5%;
	}
}

.cont5 .a5_v1 .a5_b1 .title1 {
	text-align: left;
	margin-top: 4.5rem;
}

.cont5 .a5_v1 .a5_b1 .title1 .tit::after {
	margin: 0;
	margin-top: 0.1em;
}

.cont5 .a5_v1 .a5_b1 .cont-p {
	color: #848484;
	font: 500 1rem/1.8em "Alibaba-PuHui";
	margin-top: 1.5rem;
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b1 .cont-p {
		margin-top: 1rem;
	}
}

.cont5 .a5_v1 .a5_b1 .abt-seruji {
	margin-top: 0.75rem;
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b1 .abt-seruji {
		margin-top: 0.5rem;
	}
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li {
	border-bottom: 1px solid #e2e2e2;
	padding: 1rem 0;
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b1 .abt-seruji li {
		padding: 0.7rem 0;
	}

	.cont5 .a5_v1 .a5_b1 .title1 {
		margin-top: 0;
	}
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li i {
	width: 3rem;
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li i img {
	width: 100%;
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li p {
	color: #555;
	font: 600 1.0625rem/1.8em "Alibaba-PuHui";
	padding-left: 1em;
	position: relative;
	width: -webkit-calc(99% - 3rem);
	width: -moz-calc(99% - 3rem);
	width: calc(99% - 3rem);
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li p::before {
	content: "";
	display: none;
	width: .4375rem;
	height: .4375rem;
	border: 1px solid#0f5470;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cont5 .a5_v1 .a5_b1 a.more-msl {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b1 a.more-msl {
		margin-top: 1rem;
	}
}

.cont5 .a5_v1 .a5_b2 {
	width: 55.57292%;
	position: relative;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 990px) {
	.cont5 .a5_v1 .a5_b2 {
		width: 100%;
		-webkit-clip-path: inherit;
		clip-path: inherit;
		overflow: hidden;
	}
}

.cont5 .a5_v1 .a5_b2 .over img {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 990px) {
	.cont5 .a5_v1 .a5_b2 .over img {
		height: 80vw;
	}
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(30, 30, 30, 0.6);
	padding: 2rem 0;
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b2 .a3_v2b1 {
		padding: 1rem 0;
	}
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl+dl {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl+dl {
		border: none;
	}
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .img {
	width: 3.875rem;
	margin-right: 1rem;
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .img {
		margin-right: 0;
		width: 2.5rem;
	}
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .img img {
	width: 100%;
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .p {
	color: #fff;
	font: 500 1.5rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
	.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .p {
		width: 100%;
		font-size: 1.125rem;
		text-align: center;
		margin-top: 1em;
	}
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .p span {
	color: #346e85;
}

@media (max-width: 990px) {
	.cont4 {
		padding: 4rem 0;
	}
}

@media (max-width: 768px) {
	.cont4 {
		padding: 2rem 0;
	}
}

.cont4 .wha {
	padding-left: 12.5%;
}

@media (max-width: 1366px) {
	.cont4 .wha {
		padding-left: 5.78125%;
	}
}

@media (max-width: 768px) {
	.cont4 .wha {
		padding: 0 4%;
	}
}

.cont4 .wha .a4_v1 {
	width: 100%;
}

.cont4 .wha .a4_v1 .a4_b1 {
	width: 20.83333%;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b1 {
		width: 100%;
	}
}

.cont4 .wha .a4_v1 .a4_b1 .title1 {
	text-align: left;
}

.cont4 .wha .a4_v1 .a4_b1 .title1 .ftit,
.cont4 .wha .a4_v1 .a4_b1 .title1 .tit {
	color: #fff;
}

.cont4 .wha .a4_v1 .a4_b1 .title1 .tit::after {
	margin: 0;
	margin-top: 0.1em;
	background: #fff;
}

.cont4 .wha .a4_v1 .a4_b1 .p {
	color: #fff;
	font: 500 1.5625rem/1.5em "Alibaba-PuHui";
	margin-top: 2.5rem;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b1 .p {
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 {
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 {
		margin-top: 1.8rem;
	}
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-paginationa {
	display: inline-block;
	color: #ffffff;
	width: auto;
	padding: 0 1.5em;
	font-style: italic;
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-paginationa span::before {
	content: "0";
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1,
.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1 {
	border: 1px solid #fff;
	width: 3.25rem;
	height: 3.25rem;
	line-height: 3.25rem;
	text-align: center;
	border-radius: 0.4rem;
}

@media (max-width: 768px) {

	.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1,
	.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1 {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 0.2rem;
	}
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1 i,
.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1 i {
	color: #fff;
	font-size: 1.125rem;
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1:hover,
.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1:hover {
	border-color: #0f5470;
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1:hover i,
.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1:hover i {
	color: #0f5470;
}

.cont4 .wha .a4_v1 .a4_b2 {
	width: 74.7619%;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 {
		width: 100%;
		margin-top: 1.5rem;
	}
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 {
		padding: 0 1px;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 1.25rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont {
		border-radius: 1rem;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data {
	padding: 2.875rem 12% 1.125rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data {
		padding: 1.2rem 7% 1rem;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data span {
	display: block;
	font: 500 .875rem/1.5em "montserrat";
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data .name {
	color: #fff;
	font: 500 1.5625rem/1.5em "Alibaba-PuHui";
	height: 3em;
	overflow: hidden;
	margin-top: 0.2em;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data .name {
		font-size: 1.25rem;
		height: auto;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont {
	padding: 1.125rem 12% 2.875rem;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont {
		padding: 1rem 7% 1.25rem;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .text {
	color: #fff;
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa {
	color: #fff;
	font-style: italic;
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa {
		margin-top: 1rem;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa i {
	display: block;
	width: .8rem;
	margin-left: 0.75em;
}

@media (max-width: 768px) {
	.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa i {
		width: 1rem;
	}
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa i img {
	width: 100%;
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont:hover {
	background: #0f5470;
	border-color: #0f5470;
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont:hover .cont .moreaa {
	color: #fff;
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont:hover .cont .moreaa i img {
	-webkit-filter: none;
	filter: none;
}

.foot-fot {
	position: relative;
	background: #0c151e;
	padding: 2.5rem 0;
}

.foot-fot .foota1 {
	position: relative;
	z-index: 1;
	padding: 6rem 0;
}

@media (max-width: 990px) {
	.foot-fot .foota1 {
		display: none;
	}
}

.foot-fot .foota1 .foot-tit {
	color: #fff;
	font: 500 1.2rem/1.5em "Alibaba-PuHui";
}

.foot-fot .foota1 .foot-tit a {
	color: #fff;
	display: block;
}

.foot-fot .foota1 .dseca {
	margin-top: 0.6em;
}

.foot-fot .foota1 .dseca>a {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font: 500 .875rem/2em "Alibaba-PuHui";
}

.foot-fot .foota1 .dseca>a:hover {
	color: #fff;
}

.foot-fot .foota1 .dseca p {
	color: rgba(255, 255, 255, 0.9);
	font: 500 .875rem/2em "Alibaba-PuHui";
}

.foot-fot .foota1 .dseca p a {
	color: rgba(255, 255, 255, 0.8);
	transition: all .3s;
}

.foot-fot .foota1 .dseca p a:hover {
	color: #fff;
}

.foot-fot .foota1 .fo-a3 .social-share {
	margin-top: 1rem;
}

.foot-fot .foota1 .fo-a3 .social-share a {
	color: #fff;
	border-color: #0f5470;
	background: #0f5470;
	width: 2.5625rem;
	height: 2.5625rem;
	font-size: 1.25rem;
	line-height: 2.5625rem;
}

.foot-fot .foota1 .fo-a3 .social-share a:hover {
	background: #000;
}

.foot-fot .foota1 .fo-a4 .derm {
	width: 7rem;
	font-size: 0;
	border-radius: 0.35rem;
	overflow: hidden;
}

.foot-fot .foota1 .fo-a4 .derm img {
	width: 100%;
}

.foot-fot .foota1 .fo-a4 .cont {
	color: #fff;
	font: 500 .875rem/2em "Alibaba-PuHui";
	margin-left: 1.2em;
}

.foot-fot .foota2 {
	background: #0c151e;
	color: #b7b7b7;
	font: 500 1rem/1.65em "Alibaba-PuHui";
	padding: 1.2em 0;
	border-top: 1px solid rgba(183, 183, 183, 0.2);
}

.foot-fot .foota2 a {
	color: #b7b7b7;
}

.foot-fot .foota2 a:hover {
	color: #fff;
}

.foot1-m {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.foot1-m .derma-m {
	width: 30%;
	max-width: 100px;
	margin: 1.5em auto 0;
}

@media (max-width: 990px) {
	.d_nav {
		display: none;
	}

	.fix-gonga {
		display: none !important;
	}
}

/*手机底部*/
@media (max-width: 991px) {
	.foot1-m {
		display: block;
	}
}

.hidden {
	display: none;
}

.dbb {
	height: 50px;
}

.nbanner {
	overflow: hidden;
}

.nbanner .img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.nbanner .nbanner-wen1 {
	width: 100%;
	z-index: 9;
}

@media (max-width: 990px) {
	.nbanner .nbanner-wen1 {
		top: 50%;
	}
}

.nbanner .nbanner-wen1 .banner-cont {
	color: #fff;
	text-align: center;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
	font: 600 3.125rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
	.nbanner .nbanner-wen1 .banner-cont h2 {
		font-size: 1.85rem;
	}
}

.fo-av {
	position: absolute;
	width: auto;
	right: 0;
	bottom: 0;
	background: #fff;
	padding-right: 12.5%;
	padding-left: 4rem;
	-webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1366px) {
	.fo-av {
		padding-right: 5.78125%;
		padding-left: 1%;
	}
}

@media (max-width: 768px) {
	.fo-av {
		padding: 0 4%;
		display: none;
	}
}

.fo-av .ajhhsd {
	color: #a0a0a0;
	font: 500 1rem/2rem "Alibaba-PuHui";
	padding: 1.3em 0;
}

@media (max-width: 768px) {
	.fo-av .ajhhsd {
		line-height: 1.5em;
		padding: 1em 0;
	}
}

.fo-av .ajhhsd i {
	font: 500 1rem/2rem "Alibaba-PuHui";
}

.fo-av .ajhhsd span:last-child {
	display: none;
}

.fo-av .ajhhsd a {
	color: #a0a0a0;
}

.fo-av .ajhhsd a:hover {
	color: #0f5470;
}

.n_mbx {
	position: relative;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.n_mbx {
		width: 100%;
	}
}

.n_mbx .n_src {
	font-size: 0;
	text-align: center;
}

.n_mbx .n_src li {
	display: inline-block;
}

.n_mbx .n_src li+li {
	margin-left: 1.375rem;
}

@media (max-width: 768px) {
	.n_mbx .n_src li+li {
		margin-left: 1rem;
	}
}

.n_mbx .n_src li a {
	display: block;
	color: #323232;
	font: 500 1rem/3.125rem "Alibaba-PuHui";
	position: relative;
	text-transform: uppercase;
	padding: 0 1.25em;
	border: 1px solid #323232;
	border-radius: 1.625rem;
	min-width: 10.5rem;
}

@media (max-width: 768px) {
	.n_mbx .n_src li a {
		min-width: inherit;
		padding: 0 1.5em;
		line-height: 2.5em;
	}
}

.n_mbx .n_src li:hover a,
.n_mbx .n_src li.active a,
.n_mbx .n_src li.on a {
	color: #fff;
	background: #0f5470;
	border-color: #0f5470;
}

.loadmore-nodata {
	margin: 4rem auto;
}

.text-center {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0 0;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.pagination {
		margin: 0 0 0;
	}
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 2.375rem;
	color: #7D7D7D;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0.2rem;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	line-height: 2.1;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	line-height: 2.1;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #0f5470;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0f5470;
	border-color: #0f5470;
	vertical-align: middle;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* com_page */
.com_page {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 3.4375rem;
	width: 100%;
}

.com_page a,
.com_page span {
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-size: 1rem;
	color: #333;
	/* background: #fff; */
	margin: 0 .3125rem;
	transition: all .3s;
	min-width: 30px;
	min-height: 30px;
}

.com_page a.page-num-current,
.com_page a:hover {
	border-color: #0f5470;
	background: #0f5470 !important;
	color: #fff;
}

.com_page a:last-child,
.com_page a:first-child {
	background-color: #eff2f7;
}

.com_page a:last-child::after,
.com_page a:first-child::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

.com_page a:first-child::after {
	content: "\e660";
	font-family: 'iconfont';
}

.com_page a:last-child::after {
	content: "\e65f";
	font-family: 'iconfont';
}

.wrap {
	max-width: 1600px;
	margin: auto;
}

/*1440*/
@media (max-width:1679px) {
	.wrap {
		max-width: 1350px;
	}
}

/*1366*/
@media (max-width:1439px) {
	.wrap {
		max-width: 1280px;
	}
}

/*1280*/
@media (max-width:1365px) {
	.wrap {
		max-width: 1200px;
	}
}

/*MP*/
@media (max-width:1279px) {
	.wrap {
		max-width: 90%;
	}
}

.ajhhsd span:last-child {
	display: none;
}

#banner {
	width: 100%;
	height: 470px;
	background: #fafafa no-repeat center/cover;
}

#banner .wrap {
	position: relative;
	top: 41.6%;
	left: -10px;
	font-size: 4.2rem;
	color: #2b2b2b;
}

#banner .wrap>span {
	display: inline-block;
}

@media (max-width:1279px) {

	/*mp*/
	#banner {
		/* display: none; */
	}

	#mp-head {
		background: #0f5470;
		height: 80px;
	}

	#space {
		height: 120px;
	}
}


.lx-cont1 {
	padding: 6.875rem 0 6.25rem;
}

@media (max-width: 768px) {
	.lx-cont1 {
		padding: 2rem 0;
	}
}

.lx_a1_b1 {
	width: 37.77778%;
}

@media (max-width: 768px) {
	.lx_a1_b1 {
		width: 100%;
	}
}

.lx_a1_b1 .title1 {
	text-align: left;
}

.lx_a1_b1 .title1 .tit::after {
	margin: 0;
	margin-top: 0.1em;
}

.lx_a1_b1 .cont-p {
	color: #7f7f7f;
	font: 500 1rem/2.1em "Alibaba-PuHui";
	margin-top: 1.5em;
}

@media (max-width: 768px) {
	.lx_a1_b1 .cont-p {
		margin-top: 1rem;
		line-height: 1.8em;
	}
}

.lx_a1_b2 {
	width: 57.63889%;
	background: #fff;
	padding: 1.8rem;
	box-shadow: 0 0 1rem rgba(15, 84, 112, 0.12);
}

@media (max-width: 768px) {
	.lx_a1_b2 {
		width: 100%;
		margin-top: 1.5rem;
	}
}

.lx_a1_b2 .p {
	color: #7f7f7f;
	font: 500 1rem/1.8em "Alibaba-PuHui";
}

@media (max-width: 768px) {
	.lx_a1_b2 .p {
		line-height: 1.6em;
	}
}

.lx_a1_b2 .inpt {
	position: relative;
	margin-top: 1rem;
}

.lx_a1_b2 .inpt {}

.lx_a1_b2 .inpt .m_label {
	position: absolute;
	left: 1em;
	top: 1px;
	font: 500 1rem/3.125rem "Alibaba-PuHui";
	color: #7f7f7f;
}

.lx_a1_b2 .inpt .m_label span {
	color: #0f5470;
}

.lx_a1_b2 .msg-a1 .inpt {
	width: 48%;
}

@media (max-width: 768px) {
	.lx_a1_b2 .msg-a1 .inpt {
		width: 100%;
	}
}

.lx_a1_b2 .msg-a1 .inpt input {
	width: 100%;
	border: 1px solid #dcdcdc;
	font: 500 1rem/3.125rem "Alibaba-PuHui";
	padding: 0 1em;
}

.lx_a1_b2 .msg-a2 textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 1em;
	font: 500 1rem/1.5em "Alibaba-PuHui";
}

.lx_a1_b2 .more-msl {
	border-radius: 0;
	background: #0f5470;
	color: #fff;
	border: none;
	margin-top: 1rem;
}

.lx_a1_b2 .more-msl::before {
	display: none;
}

.lx_a1_b2 .more-msl:hover {
	background: #000;
}

.lx-cont2 {
	padding-bottom: 9.375rem;
}

@media (max-width: 768px) {
	.lx-cont2 {
		padding-bottom: 2rem;
	}
}

.lx-cont2 #container {
	height: 25vw;
}

@media (max-width: 768px) {
	.lx-cont2 #container {
		height: 60vw;
	}
}


/* 内页栏目banner下的子菜单 */
#child {
	padding: 70px 0;
	background: #f6f7fb;
}

#child .wrap {
	height: 80px;
	/* box-shadow: 0 10px 25px -4px rgba(24, 92, 197, 0.18); */
	display: flex;
	justify-content: center;
	/* overflow: hidden; */
}

#child .wrap>a {
	display: block;
	height: 100%;
	text-align: center;
	width: 33.333333%;
	line-height: 80px;
	background: #fff;
	color: #2e2d3c;
	box-shadow: 0 10px 25px -4px rgba(15, 84, 112, .18);
	font-size: 1.1875rem;
	position: relative;
	transition: all .35s;
}

#child .wrap>a::after {
	content: '';
	display: block;
	width: 1px;
	height: 1.9rem;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 31px;
}

#child .wrap>a:last-child::after {
	display: none;
}

#child .wrap>a:hover {
	background: #0f5470;
	color: #fff;
}

#child .wrap>a.active {
	background: #0f5470;
	color: #fff;
}

#child .wrap>a:hover::after,
#child .wrap>a.active::after {
	display: none;
}

@media (max-width:1679px) {

	/*1440*/
	#child .wrap {
		height: 78px;
	}

	#child .wrap>a {
		font-size: 1.8rem;
		line-height: 78px;
	}
}

@media (max-width:1439px) {

	/*1366*/
	#child .wrap {
		height: 72px;
	}

	#child .wrap>a {
		font-size: 1.7rem;
		line-height: 72px;
	}
}

@media (max-width:1365px) {

	/*1280*/
	#child .wrap {
		height: 73px;
	}

	#child .wrap>a {
		font-size: 1.7rem;
		line-height: 72px;
	}

	#path a {
		font-size: 1.2rem;
	}

	#path a>i {
		font-size: 1.2rem;
	}
}

@media (max-width:1279px) {

	/*mp*/
	#child {
		padding-bottom: 50px;
	}

	#path {
		display: none;
	}

	#child .wrap {
		height: 54px;
	}

	#child .wrap>a {
		line-height: 53px;
		font-size: 1.6rem;
		font-weight: 300;
	}

	#child .wrap>a::after {
		height: 1.6rem;
		top: 18px;
	}
}

/* 栏目菜单 */
#child {
	background: none;
	padding: 0;
	position: relative;
	top: -40px;
}

#child .wrap>a {
	width: 20%;
}

@media (max-width:1279px) {

	/*mp*/
	#child .wrap {
		height: 48px;
	}

	#child .wrap>a {
		line-height: 47px;
		font-size: 1rem;
	}

	#child .wrap>a::after {
		height: 1.3rem;
		top: 17px;
	}
}

.ellipsis-line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.padd {
	padding: 80px 0;
	display: flow-root;
}

.info_ab .section1 {
	width: 50%;
	overflow: hidden;
}

.imgfd {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 46%;
}

.imgfd img {
	transition: all 0.5s ease;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: auto;
	z-index: 1;
}

.info_ab .section1 .imgfd {
	padding-top: 60%;
}

.info_ab .section1 .imgfd:hover {
	cursor: pointer;
}

.info_ab .swiper .imgfd {
	padding: 0;
	height: 600px;
}

.info_ab .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.info_ab .swiper-pagination-bullet-active {
	background: #0f5470;
}

.info_ab .txt {
	width: 44%;
}

.abt {
	color: #0f5470;
	display: block;
	margin-bottom: 30px;
	font-size: 2.25rem;
	font-weight: 700;
}

.info_ab .txt .p {
	line-height: 24px;
}

.info_ab .txt .p p {
	margin-bottom: 20px;
}

.info_ab .txt .p p:last-child {
	margin-bottom: 0;
}

.info_ab2,
.info_hon {
	background: #f1f1f1;
}

.info_ab2 li {
	width: 32%;
	margin-right: 2%;
	float: left;
	background: #fff;
	text-align: center;
}

.info_ab2 li:last-child {
	margin-right: 0;
}

.info_ab2 li .imgfd {
	padding: 0;
	height: 340px;
}

.info_ab2 li .txt {
	padding: 30px 40px;
}

.info_ab2 li .txt b {
	font-size: 24px;
	color: #0f5470;
	/* font-family: 'dinm'; */
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.info_ab2 li .txt .p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 20px;
}

.info_ab2 li .txt a {
	height: 36px;
	line-height: 36px;
	background: #08194a;
	border-radius: 500px;
	color: #fff;
	padding: 0 25px;
	display: inline-block;
	font-size: 14px;
}

.info_ab2 li .txt a:hover {
	background: #0f5470;
}

.abTi {
	margin-bottom: 50px;
}

.abTi .H4 {
	text-align: center;
	color: #0f5470;
	font-size: 3rem;
}

.cultlis {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.cultlis .culem {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	position: relative;
	cursor: pointer;
}

.cultlis .culem .height {
	width: 100%;
	padding-top: 100%;
	opacity: 0;
	transition: all ease 0.5s;
	background-image: url("../images/bg6.png");
	background-size: 100% 100%;
}

.cultlis .culem .cox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 1.875rem;
}

.cultlis .culem .cic {
	display: block;
	margin: 0 auto;
	width: 3.5rem;
	height: 3.5rem;
}

.cultlis .culem .cic img {
	width: 100%;
	display: block;
}

.cultlis .culem .lx {
	width: 100%;
	display: block;
	margin: 1rem auto;
}

.cultlis .culem .lx span {
	display: inline-block;
	vertical-align: middle;
	width: 1.25rem;
	height: 2px;
	background-color: #0f5470;
}

.cultlis .culem .tm {
	width: 100%;
	text-align: center;
	color: #222;
	line-height: 1.5;
	font-size: 1.5rem;
}

.cultlis .culem .pm {
	width: 100%;
	color: #666;
	line-height: 1.5;
	height: 3em;
}

.cultlis .culem:hover .height,
.cultlis .culem.on .height {
	opacity: 1;
}

.environment .con {}

.environment .swiper {
	position: relative;
	padding-bottom: 60px;
}

.environment ul {}

.environment ul li {}

.environment ul li a {}

.environment ul li p {
	background-color: #fff;
	font-size: 16px;
	color: #0f5470;
	padding: 16px 2%;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
}

.environment ul li:hover p {
	background-color: #0f5470;
	color: #fff;
}

.environment .swiper-pagination {
	bottom: 0 !important;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets {
	bottom: 0;
}

.swiper-page01.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0f5470;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}

.about_us_culture {}

.about_us_culture:after {
	content: "";
	display: block;
	clear: both;
}

.about_us_culture p {
	width: 32%;
	margin-right: 2%;
	float: left;
	text-align: center;
	background: #0f5470;
	padding: 100px 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.about_us_culture p:nth-of-type(3n) {
	margin-right: 0;
}

.about_us_culture p strong {
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 24px;
}

.about_us_culture p:hover:before {
	transform: rotate(360deg);
}

.about_us_culture p:before {
	font-size: 50px;
	display: block;
	line-height: 50px;
	margin-bottom: 20px;
	transition: all 0.6s ease-in-out;
}

@media (max-width:540px) {
	.about_us_culture p {
		width: 100%;
		margin-bottom: 5%;
		padding: 20px;
	}

	.about_us_culture p:before {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.about_us_culture p strong {
		font-size: 20px;
	}

	.abTi {
		margin-bottom: 30px;
	}

	.abTi .H4,
	.abt {
		font-size: 1.85rem;
		text-align: center;
		font-weight: 700;
	}

	.info_ab2,
	.info_hon {
		padding: 40px 0;
	}

	.info_ab,
	.info_cul {
		padding: 0;
		padding-bottom: 40px;
	}

	.info_cul {
		padding-top: 40px;
	}

	.info_ab .txt {
		width: 100%;
	}

	.info_ab .section1 {
		margin-top: 10%;
		width: 100%;
	}

	.cultlis .culem {
		width: 50%;
	}
}

.info_hon h2 {
	text-align: center;
}

.info_hon .box {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

.info_hon .box .tab-hd {
	display: inline-block;
}

.info_hon .tab-hd li {
	float: left;
	width: 300px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	margin: 0 10px;
	font-size: 20px;
}


.info_hon .tab-hd li.active {
	background: #0f5470;
	color: #fff;
}

.info_hon span {
	color: #333;
	font-size: 3rem;
}

.info_hon span:hover {
	color: #0f5470;
}

.info_hon .swiper-button-prev {
	left: 5%;
	z-index: 99;
}

.info_hon .swiper-button-next {
	right: 5%;
	z-index: 99;
}

.info_hon .imgfd {
	padding-top: 134%;
}

.swihon {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.info_par dt {
	width: 9.4%;
	float: left;
	margin-right: 0.66%;
	margin-bottom: 10px;
}

.info_par dt:nth-child(10n) {
	margin-right: 0;
}

.info_par dt .imgfd {
	border: 1px solid #fff;
	padding-top: 50%;
}

.info_par dt:hover .imgfd {
	border-color: #0f5470;
}

.partner .main-logo {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-top: 40px;
	background: rgba(255, 255, 255, 0.6);
}

.partner .main-logo a {
	width: calc(100% / 6);
	border: solid 1px #ededed;
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
}

.partner .main-logo a img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.partner .main-logo a:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.info_team,
.col_loca,
.add_news {
	background: #f1f1f1;
}

.info_team .box {
	background: #fff;
	padding: 40px;
	padding-bottom: 80px;
	display: flow-root;
}

.info_team h3 {
	color: #0f5470;
	font-size: 24px;
	margin-bottom: 20px;
}

/* ====================工程案例========================= */
.ny_case {}

.ny_case .t1 {
	font-size: 3rem;
	font-weight: 700;
}

.ny_case .t2 {}

.q-a {
	width: 100%;
	padding: 5rem 0;
	background-color: #f5f5f5;
}

.q-a .title {
	margin-bottom: 0.7rem;
	text-align: center;
}

.q-a .title .t2 {
	margin-top: 1rem;
	text-transform: capitalize
}

.q-cont {
	width: 100%;
	font-size: 0;
	margin-top: 3rem;
}

.q-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 31.58%;
	margin-right: 2.63%;
	margin-bottom: 2.5rem;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 0.625rem;
}

.q-item:nth-child(3n) {
	margin-right: 0;
}

.q-item a {
	display: block;
}

.q-item .q-img {}

.q-item .q-img img {
	transition: all .3s;
}

.q-item:hover .q-img img {
	transform: scale(1.1);
}

.q-text {
	width: 100%;
	padding: 2.1875rem 2.5rem;
}

.q-name {
	color: #333333;
	line-height: 1.33;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: .1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s;
}

.q-intro {
	color: #666666;
	font-size: .875rem;
	line-height: 2.1em;
	height: 4.2em;
	margin-bottom: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.q-more {
	font-size: 1rem;
	color: #666666;
}

.q-more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.125rem;
	transform: rotate(-180deg);
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	border: solid 1px #dddddd;
	background-image: url('../images/a10.png');
	background-size: .5rem auto;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .3s;
}

.q-item:hover .q-name {
	color: #0f5470;
}

.q-item:hover .q-more {
	color: #0f5470;
}

.q-item:hover .q-more:before {
	border: 1px solid #0f5470;
	background-color: #0f5470;
	background-image: url('../images/a10-c.png');
}

@media(max-width:900px) {
	.q-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.q-item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.q-item:nth-child(3n) {
		margin-right: 10px;
	}

	.q-item:nth-child(2n) {
		margin-right: 0;
	}

	.q-text {
		padding: .25rem 10px;
	}

	.q-intro {
		margin-bottom: .3rem;
	}
}

@media (max-width:540px) {
	.q-text {
		padding: 15px 10px 10px 10px;
	}

	.q-more {
		font-size: .8rem;
	}

	.q-more:before {
		width: 1.8rem;
		height: 1.8rem;
	}
}


.l-a {
	width: 100%;
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
}

.l-main {
	width: 95%;
	margin: 0 auto;
}

.l-cont {
	width: 100%;
	padding: 3.75rem 3.125rem 4..75rem;
	position: relative;
	background-color: #fff;
}

.l-cont:before {
	content: '';
	position: absolute;
	top: 0;
	right: 30%;
	width: 1px;
	height: 100%;
	background-color: #eeeeee;
}

.l-cont:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.l-left {
	float: left;
	width: 60%;
}

.l-top {
	width: 100%;
	padding-bottom: .625rem;
	margin-bottom: 1.5625rem;
	border-bottom: 1px solid #eeeeee;
}

.l-titles {
	color: #222222;
	font-size: 1.875rem;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: 1.5625rem;
}

.l-b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-lt {
	font-size: 0;
	flex: 1;
}

.l-tip {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin-right: 1rem;
	margin-bottom: 1.125rem;
	font-size: 1rem;
}

.l-share {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1.125rem;
}

.l-c {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin-right: 0.625rem;
}

.l-tr {
	display: inline-block;
	vertical-align: middle;
}

.l-td {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 1.125rem;
}

.l-td:last-child {
	margin-right: 0;
}

.l-icon1 {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	line-height: calc(2.25rem - 4px);
	border-radius: 50%;
	border: solid 2px #eeeeee;
}

.l-icon1 img {
	max-width: 50%;
	max-height: 50%;
}

.l-icon2 {
	display: none;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	line-height: calc(2.25rem - 4px);
	border-radius: 50%;
	border: solid 2px #0f5470;
	background-color: #0f5470;
}

.l-icon2 img {
	max-width: 50%;
	max-height: 50%;
}

.l-td:hover .l-icon1 {
	display: none;
}

.l-td:hover .l-icon2 {
	display: block;
}

.l-rt {
	font-size: 0;
}

.l-back {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 1.125rem;
	color: #666666;
	font-size: 1rem;
}

.l-back:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.125rem;
	width: 1em;
	height: 1em;
	background-image: url('../images/a28.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-back:hover {
	color: #0f5470;
}

.l-textbox {
	width: 100%;
	font-size: 1rem;
	line-height: 1.87;
	color: #666666;
	padding-bottom: 1.125rem;
}

.l-textbox * {
	line-height: inherit;
	max-width: 100%;
}

.l-buttom {
	width: 100%;
	padding: 1rem 1.875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f5f5f5;
}

.l-link {
	display: block;
	cursor: pointer;
	font-size: 1rem;
	max-width: 48%;
	line-height: 1.87;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-link:hover {
	color: #0f5470;
}

.l-right {
	float: right;
	width: 25%;
	padding-top: 0.625rem;
}

.l-d {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.875rem;
}

.l-subtitle {
	color: #333333;
	font-weight: bold;
	font-size: 1.5rem;
}

.l-more {
	display: inline-block;
	cursor: pointer;
	color: #999999;
	font-size: 1rem;
}

.l-more:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-left: .1rem;
	width: .44em;
	height: 1em;
	background-image: url('../images/a29.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-more:hover {
	color: #0f5470;
}

.l-more:hover:after {
	background-image: url('../images/a29-b.png');
}

.l-one {
	display: block;
	cursor: pointer;
	width: 100%;
	padding-bottom: 1.5625rem;
	margin-bottom: 1.5625rem;
	border-bottom: 1px solid #eeeeee;
}

.l-img {
	display: block;
	width: 100%;
	margin-bottom: .3125rem;
	overflow: hidden;
}

.l-img img {
	width: 100%;
	transform: scale(1.00);
	transition: all ease .5s;
}

.l-text {
	width: 100%;
}

.l-time {
	color: #666666;
	margin-bottom: .3125rem;
	font-size: .875rem;
}

.l-name {
	color: #333333;
	font-size: 1rem;
	line-height: 1.6;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-one:hover .l-img img {
	transform: scale(1.05);
}

.l-one:hover .l-name {
	color: #0f5470;
}

.l-list {
	width: 100%;
}

.l-item {
	display: block;
	cursor: pointer;
	font-size: 1rem;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 0.625rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-item:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-right: 0.625rem;
	width: .44em;
	height: 1.6em;
	background-image: url('../images/a29.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-item:hover {
	color: #0f5470;
}

.l-item:hover:before {
	background-image: url('../images/a29-b.png');
}

@media(max-width:900px) {
	.l-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.l-cont {
		padding: .5rem 10px;
	}

	.l-cont:before {
		display: none;
	}

	.l-left {
		width: 100%;
		margin-bottom: .5rem;
	}

	.l-link {
		width: 100%;
		max-width: 100%;
	}

	.l-right {
		width: 100%;
	}
}

@media (max-width:540px) {
	.q-a {
		padding: 3rem 0;
	}

	.q-a .title .t2 {
		display: none;
	}

	.ny_case .t1 {
		font-size: 2rem;
	}

	.q-name {
		font-size: 1.3rem;
	}
}


/* 产品列表 s */

#n_main {
	padding: 80px 0;
}

.sortnav_view {
	width: 22%;
	background-color: white;
	padding: 30px 30px;
}

.sortnav_view .tit {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}

.cat_page_title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 25px;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 16px;
	line-height: 1.3;
	color: #212121;
	text-transform: capitalize;
}

.sortnav_view .tit::after {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #215FAC;
}

.sortnav_view>ul>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #4C4C4C;
	padding: 16px 42px 12px 12px;
	border-bottom: 1px solid #F2F2F2;
}

.sortnav_view>ul>li>a>i {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border: 1px solid #F2F2F2;
	color: #000;
	font-weight: normal;
}

.sortnav_view>ul>li>a>i::before {
	font-family: "iconfonts";
	content: "\e606";
}

.sortnav_view>ul>li.active>a>i::before {
	font-family: "iconfonts";
	content: "\e729";
}

.sortnav_view>ul>li>ul {
	padding: 18px 12px 18px 18px;
	display: none;
}

.sortnav_view>ul>li>ul>li {}

.sortnav_view>ul>li>ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	color: #3c3c3c;
	padding: 10px 0;
}

.sortnav_view>ul>li>ul>li:first-child>a {
	padding-top: 0;
}

.sortnav_view>ul>li>ul>li:last-child>a {
	padding-bottom: 0;
}

.sortnav_view ul li a:hover,
.sortnav_view ul li.active>a,
.sortnav_view ul li a:hover i,
.sortnav_view ul li.active>a i {
	color: #215FAC !important;
}

.xg_view {
	margin-top: 35px;
}

.xg_view .tit {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.xg_view .tit::after {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #215FAC;
}

.xg_view ul {}

.xg_view ul li:not(:last-child) {
	margin-bottom: 12px;
}

.xg_view ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.xg_view ul li .pic {
	width: 35%;
	border: 1px solid #f0f0f0;
}

.xg_view ul li .pic img {}

.xg_view ul li p {
	margin-left: 4%;
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	width: 56%;
}

.proLIst {
	width: 76%;
}

.proLIst li {
	width: 31.5%;
	margin-right: 2%;
	margin-bottom: 35px;
	transition: all .36s;
}

.proLIst li:nth-child(3n) {
	margin-right: 0;
}

.proLIst li .pro_tit {
	padding: 1rem .5rem 0;
	transition: all .3s;
}

.proLIst li:hover .pro_tit {
	color: #0f5470;
}

.videoList li {
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 35px;
	transition: all .36s;
}

.videoList li:nth-child(3n) {
	margin-right: 0;
}

.proLIst li span {
	color: #0f5470 !important;
}


.proLIst li .img {
	/* height: 395.5px; */
	width: 100%;
}

.proLIst li .img img {
	max-width: 100%;
	max-height: 100%;
}

.proLIst li:hover {
	box-shadow: 0 0 10px rgba(15, 84, 112, 0.3);
	transform: translateY(-10px);
}

.text-center {
	text-align: center;
}

.location a:hover {
	color: #0f5470;
}

.proDesc .img {
	height: auto;
}

.proDesc .img img {
	max-height: 90%;
	max-width: 90%;
}

.n_productlist {
	width: 70%;
}

.n_productlist ul {}

.n_productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 35px;
	background-color: white;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_productlist ul li:nth-child(3n) {
	margin-right: 0;
}

.n_productlist ul li a {
	display: block;
}

.n_productlist ul li .pic {}

.n_productlist ul li .info {
	color: #3b3b3b;
	padding: 20px;
}

.n_productlist ul li:hover .info {
	color: #fff;
	background-color: #0f5470;
}

.n_productlist ul li .info h4 {
	font-size: 18px;
	line-height: 1.5;
	height: 3em;
}

.n_productlist ul li .info p {
	font-size: 14px;
	line-height: 1.5;
	height: 3em;
}

.n_productlist ul li .info .more {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	margin-top: 15px;
	font-size: 14px;
	color: #8c8c8c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_productlist ul li .info .more i {
	font-size: 14px;
	margin-left: 4px;
}

.n_productlist ul li:hover .info .more {
	color: white;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-60 {
	padding-top: 80px;
}

.proLIst .ljgd,
.proLIst .ljzx {
	width: 120px;
	height: 34px;
	border-radius: 22px;
	border: 1px solid #a8aeba;
	transition: all .36s;
}

.proLIst .ljgd {
	background-color: #0f5470;
	color: #fff;
	transition: all .3s;
}

.proLIst .ljgd:hover {
	background-color: #fff;
	color: #0f5470;
}

.proLIst .lxwm,
.proLIst .ljzx2,
.proDesc .lxwm,
.proDesc .ljzx2 {
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	transition: all .36s;
}

.proLIst .lxwm,
.proDesc .lxwm {
	background-color: #0f5470;
	color: #fff;
	border-color: #0f5470;
}

.proLIst .lxwm:hover,
.proLIst.ljzx2:hover,
.proDesc .lxwm:hover,
.proDesc.ljzx2:hover {
	transform: translateY(-8px);
	box-shadow: 0 0 10px rgba(15, 84, 112, 0.5);
}

.proLIst .lxwm:hover,

.poDesc .lxwm:hover {
	color: #fff;
}

.bg-blue {
	background-color: #0f5470;
}

.color-white {
	color: white;
}

#content .left {
	width: 225px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	margin-top: 1vw;
}

#content .left a {
	position: relative;
	margin-bottom: 40px;
	cursor: pointer;
	display: block;
	transition: all .3s;
}

#content .left a:hover {
	color: #0f5470;
}

#content .left a::after {
	width: 1px;
	background-color: #dedede;
	height: 60px;
	top: 50%;
	display: block;
	content: '';
	position: absolute;
	left: 4px;
	z-index: -1;
}

#content .left a:last-child:after {
	display: none;
}

#content .left a.on {
	color: #0f5470;
}

#content .left a.on span {
	color: #0f5470;
}

#content .right {
	width: calc(100% - 280px);
}

.zahnwei {
	padding-top: 100px;
	margin-top: -100px;
}

#content .item {
	margin-bottom: 2vw;
}

#content .item .pb-20 {
	margin-bottom: 1vw;
	border-bottom: 2px solid #0f5470;
}

#content .item .line-height {
	font-size: 18px;
}

#content .item .pro_pics {
	display: inline-block;
	width: 31.145%;
	margin-right: 2vw;
	margin-top: 1vw;
	overflow: hidden;
}

#content .item .pro_pics img {
	transition: all .3s;
}

#content .item .pro_pics img:hover {
	cursor: pointer;
	transform: scale(1.1);
}

#content .item .pro_pics:nth-child(3n) {
	margin-right: 0;
}

#content .item .pro_pics:nth-child(n+4) {
	margin-top: 2vw;
}

@media (max-width:540px) {
	.sortnav_view {
		display: none;
	}

	.proLIst {
		width: 100%;
		justify-content: space-between;
	}

	.proLIst .dis-flex {
		flex-direction: column;
	}

	.ny_product {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.proLIst li {
		width: 48%;
	}

	.proLIst li:nth-child(2n) {
		margin-right: 0;
	}

	.proLIst li .pro_tit {
		font-size: 1rem;
	}

	.add_product {
		padding-bottom: 35px;
	}

	#content .left {
		display: none;
	}

	#content .right {
		width: 100%;
	}

	#content .item .pb-20 .font30 {
		font-size: 1.2rem;
	}

	#content .item .pb-20 .font20 {
		font-size: 1rem;
	}

	#content .item .line-height {
		font-size: 16px;
	}

	#content .item .pro_pics {
		margin-right: 1.5vw;
	}

	#content .item .pro_pics:nth-child(3n) {
		margin-right: 0;
	}

	.proLIst .ljgd,
	.proLIst .ljzx {
		margin-left: 0;
		margin-bottom: 5%;
	}

	.bg-f8 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.bg-f8 .proDesc {
		flex-direction: column;
	}

	.proDesc .img {
		width: 100%;
	}

	.proDesc .txt {
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}

	.proDesc .txt .font34 {
		font-size: 1.8rem;
	}

	.proDesc .txt .dis-flex {
		margin-top: 20px;
	}

	.proDesc .lxwm,
	.proDesc .ljzx2 {
		width: 120px;
		height: 45px
	}

	.bg-blue.pc-show {
		padding: 10px 10px 10px 20px;
		font-size: 1.2rem;
	}
}

/* 产品列表 e */

/* 新闻 */
#news {
	padding: 30px 0 120px 0;
}

#news .wrap>.tit {
	font-size: 2.625rem;
	color: #2b2b2b;
	font-weight: 500;
}

#news .wrap>.tit-en {
	color: #0f5470;
	font-size: 1.125rem;
}

#news .top {
	margin-top: 40px;
	padding: 0 50px 40px 50px;
	border-bottom: 1px solid #e6e6e6;
}

#news .top .swiper-container {
	padding-bottom: 70px;
}

#news .top .swiper-slide {
	display: flex;
	justify-content: space-between;
}

#news .top .swiper-slide .img {
	display: block;
	width: 32%;
	height: 0;
	padding-bottom: 22%;
	background: #eee no-repeat center/cover;
	transition: all .3s;
	position: relative;
}

#news .top .swiper-slide .img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .35s;
}

#news .top .swiper-slide .img:hover::after {
	background: rgba(0, 0, 0, .2);
}

#news .top .swiper-slide .box {
	width: 68%;
	padding-left: 50px;
	box-sizing: border-box;
}

#news .top .swiper-slide .box .tit {
	display: block;
	font-size: 1.75rem;
	font-weight: bold;
	color: #2e2d3c;
	padding: 20px 0;
	line-height: 1.3;
	transition: all .2s;
}

#news .top .swiper-slide:hover .box .tit {
	color: #0f5470;
}

#news .top .swiper-slide .box .desc {
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.9;
	color: #999;
}

#news .top .swiper-slide .box .date {
	margin-top: 40px;
	font-size: 1rem;
	font-weight: 300;
	color: #aaa;
}

#news .top .swiper-slide .box .date::before {
	content: '\e64d';
	font-family: 'iconfonts';
	display: inline-block;
	font-size: 1rem;
	color: #aaa;
	margin-right: 7px;
}

#news .top .swiper-slide .box .more {
	display: block;
	background: #878787;
	color: #fff;
	font-size: 1rem;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	margin-top: 40px;
	font-weight: 300;
	transition: all .25s;
}

#news .top .swiper-slide .box .more::after {
	color: #fff;
	content: '\e624';
	font-family: 'iconfont';
	display: inline-block;
	font-size: 1rem;
	margin-left: 6px;
	margin-right: -5px;
	transition: all .2s;
}

#news .top .swiper-slide .box .more:hover {
	background: #0f5470;
}

#news .top .swiper-slide .box .more:hover::after {
	margin-left: 11px;
	margin-right: -10px;
}

#news .top .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#news .top .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 5px 0 5px;
	opacity: 1;
	background: #ccc;
	transition: all .25s;
	position: relative;
	opacity: .7;
}

#news .top .swiper-pagination-bullet-active {
	background: #0f5470;
}


#news .list {
	margin: 0 0 50px 0;
}

#news .list>a {
	display: block;
	transition: all .35s;
}

#news .list>a:hover {
	background: #0f5470;
}

#news .list>a .wrap {
	padding: 40px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}

#news .list>a .wrap .date {
	width: 120px;
	height: 135px;
	border: 1px solid #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .35s;
	border-radius: 0 0 20px 0;
}

#news .list>a:hover .wrap .date {
	border: 1px solid #fff;
	background: #fff;
	border-radius: 0;
}

#news .list>a .wrap .date .day {
	font-size: 3.125rem;
	font-weight: 700;
	color: #2e2d3c;
}

#news .list>a .wrap .date .ym {
	color: #999;
	font-size: 1rem;
	font-weight: 300;
}

#news .list>a .wrap .con {
	width: calc(100% - 420px);
	margin-left: 35px;
}

#news .list>a .wrap .con .tit {
	font-size: 1.375rem;
	color: #2e2d3c;
	font-weight: 300;
	transition: all .35s;
}

#news .list>a:hover .wrap .con .tit {
	color: #fff;
}

#news .list>a .wrap .con .desc {
	font-size: 1rem;
	color: #999;
	line-height: 1.8;
	margin-top: 20px;
	transition: all .35s;
}

#news .list>a:hover .wrap .con .desc {
	color: rgba(255, 255, 255, .7);
}

#news .list>a .wrap .img {
	width: 250px;
	height: 135px;
	background: #eee no-repeat center/cover;
	margin-left: 50px;
}


#news-view {
	margin: 50px auto 80px auto;
	max-width: 1200px;
}

#news-view h1 {
	color: #2e2d3c;
	text-align: center;
	line-height: 1.3;
	font-size: 2.25rem;
	margin-bottom: .5rem;
}

#news-view .info {
	text-align: center;
	font-weight: 300;
	font-size: 1rem;
	color: #aaa;
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd;
}

#news-view .con {
	font-size: 1.0625rem;
	line-height: 1.9;
	padding-top: 40px;
	border-bottom: 1px solid #0f5470;
}

#news-view .con p,
#news-view .con div {
	font-size: 1.0625rem;
	line-height: 1.9;
	margin-bottom: 30px;
}

.news-page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	width: 100%;
}

.news-page .news-page-1 {
	display: block;
	width: 100%;
}

.news-page .news-page-1:last-child {
	padding-top: 7px;
}

.news-page .news-page-1 span {}

.news-page .news-page-1 a {
	color: #2b2b2b;
	font-size: 1rem;
}

.news-page .news-page-1 a:hover {
	color: #0f5470;
}

#news-view .back {
	text-align: center;
}

#news-view .back>a {
	display: inline-block;
	font-size: 1.1rem;
	color: #2b2b2b;
	letter-spacing: .3rem;
	font-weight: 300;
}

#news-view .back>a:hover {
	color: #0f5470;
}

@media (max-width:1679px) {

	/*1440*/
	#news .wrap>.tit {
		font-size: 3.8rem;
	}

	#news .wrap>.tit-en {
		font-size: 1.4rem;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 2.6rem;
	}

	#news .top .swiper-slide .box .desc {
		margin-top: 15px;
		font-size: 1.5rem;
	}

	#news .top .swiper-slide .box .date {
		margin-top: 36px;
		font-size: 1.4rem;
	}

	#news .top .swiper-slide .box .more {
		font-size: 1.4rem;
		width: 140px;
		height: 45px;
		line-height: 43px;
		margin-top: 36px;
	}

	#news .list>a .wrap .date .day {
		font-size: 4.6rem;
	}

	#news .list>a .wrap .date .ym {
		font-size: 1.6rem;
		margin-top: 6px;
		padding-top: 5px;
	}

	#news .list>a .wrap .con .tit {
		font-size: 2rem;
	}

	#news-view h1 {
		font-size: 3.4rem;
	}

	#news-view .info {
		font-size: 1.4rem;
	}

	#news-view .con {
		font-size: 1.6rem;
		line-height: 1.9;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 1.6rem;
		margin-bottom: 28px;
	}
}

@media (max-width:1439px) {

	/*1366*/
	#banner {
		height: 450px;
	}

	#news {
		padding: 30px 0 100px 0;
	}

	#news .top .swiper-slide .img {
		width: 35%;
		padding-bottom: 24%;
	}

	#news .top .swiper-slide .box {
		width: 65%;
	}

	#news .list>a .wrap .date {
		width: 110px;
		height: 130px;
	}

	#news .list>a .wrap .date .day {
		font-size: 4.2rem;
	}

	#news .list>a .wrap .date .ym {
		font-size: 1.5rem;
		margin-top: 6px;
		padding-top: 5px;
	}

	#news .list>a .wrap .con .tit {
		font-size: 1.9rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 1.4rem;
	}

	#news-view h1 {
		font-size: 3.2rem;
	}

	#news-view .info {
		font-size: 1.3rem;
	}

	#news-view .con {
		font-size: 1.5rem;
		line-height: 1.9;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 1.5rem;
		margin-bottom: 26px;
	}

	#news-view .back>a {
		font-size: 1.9rem;
	}

	#news-view .back>a::before {
		font-size: 2.9rem;
	}
}

@media (max-width:1365px) {

	/*1280*/
	#news .top .swiper-slide .img {
		width: 38%;
		padding-bottom: 25%;
	}

	#news .top .swiper-slide .box {
		width: 62%;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 2.4rem;
		padding: 15px 0 18px 0;
	}

	#news .top .swiper-slide .box .desc {
		margin-top: 13px;
		font-size: 1.4rem;
	}

	#news .top .swiper-slide .box .date {
		margin-top: 33px;
		font-size: 1.4rem;
	}

	#news .top .swiper-slide .box .more {
		font-size: 1.3rem;
		width: 135px;
		height: 45px;
		line-height: 43px;
		margin-top: 33px;
	}

	#news .list>a .wrap .date {
		width: 110px;
		height: 130px;
	}

	#news .list>a .wrap .date .day {
		font-size: 4rem;
	}

	#news .list>a .wrap .date .ym {
		font-size: 1.4rem;
		margin-top: 6px;
		padding-top: 5px;
	}

	#news .list>a .wrap .con .tit {
		font-size: 1.8rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 1.4rem;
	}

	#news-view h1 {
		font-size: 3rem;
	}

	#news-view .info {
		font-size: 1.3rem;
	}

	#news-view .con {
		font-size: 1.4rem;
		line-height: 1.9;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 1.4rem;
		margin-bottom: 25px;
	}

	#news-view .back>a {
		font-size: 1.8rem;
	}

	#news-view .back>a::before {
		font-size: 2.8rem;
	}
}

@media (max-width:1279px) {

	/*mp*/
	#news {
		padding: 0 15px 60px 15px;
	}

	#news .wrap>.tit {
		font-size: 2.4rem;
	}

	#news .wrap>.tit-en {
		font-size: 1.2rem;
		margin-top: 6px;
	}

	#news .top {
		margin-top: 30px;
		padding: 0 0 40px 0;
		border-bottom: 1px solid #e6e6e6;
	}

	#news .top .swiper-container {
		padding-bottom: 30px;
	}

	#news .top .swiper-slide {
		display: block;
	}

	#news .top .swiper-slide .img {
		width: 100%;
		padding-bottom: 60%;
	}

	#news .top .swiper-slide .box {
		width: 100%;
		padding-left: 0;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 1.9rem;
		padding: 20px 0 0 0;
	}

	#news .top .swiper-slide .box .desc {
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 1.7;
	}

	#news .top .swiper-slide .box .date {
		margin-top: 15px;
		font-size: 1.3rem;
	}

	#news .top .swiper-slide .box .date::before {
		margin-right: 5px;
	}

	#news .top .swiper-slide .box .more {
		font-size: 1.4rem;
		width: 125px;
		height: 41px;
		line-height: 40px;
		margin-top: 30px;
	}

	#news .top .swiper-slide .box .more::after {
		font-size: 1.4rem;
		margin-left: 5px;
	}

	#news .top .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 5px 0 5px;
	}

	#news .list {
		margin: 0 0 30px 0;
	}

	#news .list>a .wrap {
		padding: 25px 0;
		display: block;
	}

	#news .list>a .wrap .date {
		display: none;
	}

	#news .list>a .wrap .con {
		width: 100%;
		margin-left: 0;
	}

	#news .list>a .wrap .con .tit {
		font-size: 1.8rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 1.3rem;
		line-height: 1.7;
		margin-top: 10px;
	}

	#news .list>a .wrap .img {
		width: 100%;
		height: 0;
		padding-bottom: 40%;
		margin-left: 0;
		margin-top: 12px;
	}

	#news-view {
		margin: -15px 15px 50px 15px;
		max-width: unset;
	}

	#news-view h1 {
		font-size: 2.4rem;
	}

	#news-view .info {
		font-size: 1.2rem;
		color: #aaa;
		padding-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}

	#news-view .con {
		font-size: 1.4rem;
		line-height: 1.8;
		padding-top: 25px;
	}

	#news-view .con p,
	#news-view .con div {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	#news-view .back {
		margin-top: 30px;
	}

	#news-view .back>a {
		font-size: 1.6rem;
	}

	#news-view .back>a::before {
		font-size: 2rem;
	}
}

@media (max-width:450px) {
	#banner {
		height: 200px;
	}

	#news .top .swiper-slide .box .tit {
		font-size: 1.3rem;
	}

	#news .top .swiper-slide .box .desc {
		font-size: 1rem;
	}

	#news .top .swiper-slide .box .more {
		font-size: 1rem;
	}

	#news .list>a .wrap .con .tit {
		font-size: 1.3rem;
	}

	#news .list>a .wrap .con .desc {
		font-size: 1rem;
	}

	#news-view h1 {
		font-size: 1.5rem;
	}

	#news-view .info {
		font-size: 1.1rem;
	}

	#news-view .con p,
	#news-view .con div,
	#news-view .back>a {
		font-size: 1.2rem;
	}
}


/* 视频列表 s*/
.n_video ul {
	padding-top: 40px;
}

.n_video .con {}

.n_video ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	/* border: 1px solid #999; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_video ul li:hover {
	border-color: #0f5470;
}

.n_video ul li:nth-child(3n) {
	margin-right: 0;
}

.n_video ul li a {
	display: block;
}

.n_video ul li .pic {
	border-radius: 15px;
}

.n_video ul li .pic i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.67rem;
	margin-top: -1.67rem;
	width: 4.33rem;
	height: 4.33rem;
	font-size: 2.8rem;
	opacity: 0;
	color: #0f5470;
	border-radius: 50%;
}

.n_video ul li .pic i::before {
	position: absolute;
	z-index: 3;
	left: 10px;
}

.n_video ul li .pic i::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: -6%;
	background-color: rgba(255, 255, 255, .75);
	z-index: 2;
	border-radius: 50%;
}

.n_video ul li:hover .pic i {
	opacity: 1;
}

.n_video ul li .info {
	padding: 0.2rem 3%;
	/*background-color: #bcbcbc;*/
}

.n_video ul li:hover .info {
	/* background-color:##0f5470; */
}

.n_video ul li .info h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #3b3b3b;
	text-align: center;
	font-weight: 700;
	margin-top: 1rem;
	transition: all .3s;
}

.n_video ul li:hover .info h4 {
	color: #0f5470;
}

.n_video ul li .info p {}

@media (max-width:540px) {
	.n_video ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 1rem;
	}

	.n_video ul li:nth-child(2n) {
		margin-right: 0;
	}

	.n_video ul {
		padding-top: 20px;
	}
}

/* 视频列表 e */

/* 联系我们 s */
.ny_contact .lxwm {
	float: left;
	width: 100%;
	position: relative;
	padding: 104px 0;
	/* background-color: #f5f6f8 !important; */
	background-size: 95% !important;
}

.lxwm_fl {
	float: left;
	width: 50%;
}

.lxwm_title {
	font-size: 50px;
	line-height: 50px;
	color: #0f5470;
	font-weight: bold;
}

.lxwm_desc {
	float: left;
	width: 80%;
	font-size: 18px;
	color: #666666;
	margin-top: 25px;
	line-height: 30px;
}

.lxwm_list {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.lxwm_list li {
	float: left;
	width: 100%;
	margin-bottom: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2% 4%;
	background: #f5f5f5;
	border-radius: 10px;
}

.lxwm_list li .lxwm_list_title {
	float: left;
	line-height: 37px;
	color: #333333;
	font-size: 1.25rem;
	font-weight: bold;
	width: 23.5%;
}

.lxwm_list li .lxwm_list_title i {
	display: none;
	color: #0f5470;
	line-height: 40px;
	float: left;
	margin-right: 23px;
	font-size: 1.25rem;
}

.lxwm_list li .lxwm_list_desc {
	float: left;
	font-size: 18px;
	color: #333333;
	width: 60%;
	line-height: 35px;
}

.lxwm_list li .lxwm_list_desc a {
	display: block;
	font-size: 20px;
	line-height: 35px;
}

.lxwm_fx {
	float: left;
	width: 100%;
	margin-top: 33px;
}

.lxwm_fx_title {
	float: left;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin-left: 7px;
	width: 125px;
}

.lxwm_fx_list {
	float: left;
	width: calc(100% - 300px);
}

.lxwm_fx_list li {
	float: left;
	margin-right: 13px;
	line-height: 25px;
}

.lxwm_fx_list li i {
	color: #c2c2c2;
	font-size: 26px;
	transition: 0.3s;
}

.lxwm_fx_list li:hover i {
	background: #fff;
	padding: 8px;
	color: #0f5470;
	border-radius: 100px;
}

.lxwm_fx_list li.lxwm_fx_wx {
	position: relative;
}

.lxwm_fx_list li.lxwm_fx_wx .lxwm_fx_wx_ewm {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 100px;
	box-shadow: 0px 0px 5px #f4f4f4;
	display: none;
	z-index: 9;
}

.lxwm_fx_list li.lxwm_fx_wx .lxwm_fx_wx_ewm img {
	width: 100%;
}

.lxwm_fx_list li.lxwm_fx_wx:hover .lxwm_fx_wx_ewm {
	/*display: inline-block;*/
}

.lxwm_fx_ewm {
	float: right;
	position: relative;
	margin-right: 50px;
	top: -30px;
	display: none;
}

.lxwm_fx_ewm img {
	width: 100px;
}

.lxwm_fx_ewm.on {
	display: inline-block;
}

.lxly {
	float: right;
	width: 40%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.5%;
	background: #0f5470;
	box-shadow: 6px 0px 15px rgba(15, 84, 112, .28);
	background-image: linear-gradient(to top left, #0f5470, #0f5470);
	border-radius: 10px 10px 0 0;
}

.lxly_title {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
}

.lxly_form {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.lxly_form li {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}

.lxly_form li span {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.lxly_form li input {
	float: left;
	width: 100%;
	margin-top: 7px;
	background: none;
	border: 0;
	padding: 0 21px;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	background: #0f5470;
}

.lxly_form li input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.4;
}

.lxly_form li textarea {
	float: left;
	width: 100%;
	background: none;
	border: 0;
	margin-top: 7px;
	padding: 21px;
	font-size: 18px;
	color: #ffffff;
	min-height: 91px;
	background: #0f5470;
}

.lxly_form li textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.4;
}

.lxly_form li.button {
	float: left;
	width: 100%;
	margin-top: 7px;
}

.lxly_form li button {
	float: left;
	background: none;
	border: none;
	color: #333333;
	font-size: 18px;
	padding: 7px 30px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}

.lxly_form li:hover button {
	color: #0f5470;
}

.lxly_form li button i {
	font-size: 22px;
	color: #0f5470;
	float: right;
	margin-left: 17px;
}

/* .lxly_form li button:hover {
	background: #0f5470;
	color: #fff;
}

.lxly_form li button:hover i {
	color: #fff;
} */

/* 地图 */
.map_info {
	margin: 5.25rem 0;
}

.map_info .map_tit {
	text-align: center;
}

.map_info .map_tit h1 {
	font-weight: bold;
}

.map {
	margin-top: 3.125rem;
	height: 34rem;
}

.map img {
	max-width: none;
}

#allmap {
	width: 100%;
	height: 100%;
}

@media (max-width:1400px) {
	.lxwm_title {
		font-size: 42px;
	}

	.lxwm_desc {
		font-size: 16px;
	}

	.lxwm_list li .lxwm_list_title {
		font-size: 16px;
	}

	.lxwm_list li .lxwm_list_title i {
		font-size: 24px;
		margin-right: 15px;
	}

	.lxwm_list li .lxwm_list_desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 5px;
	}

	.lxwm_list li .lxwm_list_desc a {
		font-size: 16px;
	}

	.lxly {
		width: 45%;
	}
}

@media (max-width:1200px) {
	.ny_contact .lxwm {
		padding: 50px 0 0px
	}

	.lxwm_title {
		font-size: 32px;
		line-height: 40px;
	}

	.lxwm_desc {
		font-size: 14px;
		line-height: 26px;
	}

	.lxwm_list {
		margin-top: 30px;
	}

	.lxwm_list li {
		padding: 2%;
	}

	.lxwm_list li .lxwm_list_title i {
		font-size: 20px;
		margin-right: 10px;
	}

	.lxwm_list li .lxwm_list_desc,
	.lxwm_list li .lxwm_list_desc a {
		font-size: 14px;
	}

	.lxwm_fx {
		margin-top: 10px;
	}

	.lxwm_fx_title {
		font-size: 14px;
		width: 90px;
	}

	.lxwm_fx_list li i {
		font-size: 22px;
	}

	.lxly_title {
		font-size: 24px;
	}

	.lxly_form {
		margin-top: 20px;
	}

	.lxly_form li input {
		padding: 0 10px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 5px;
	}

	.lxly_form li textarea {
		padding: 10px;
		font-size: 16px;
	}

	.lxly_form li button {
		font-size: 16px;
		padding: 10px 15px;
	}

	.lxly_form li button i {
		margin-left: 10px;
	}
}

@media (max-width:999px) {
	.lxwm_fl {
		width: 100%;
	}

	.lxwm_desc {
		width: 100%;
	}

	.lxwm_list li .lxwm_list_title {
		width: auto;
		max-width: 23%;
	}

	.lxwm_list li .lxwm_list_title i {
		line-height: 35px;
	}

	.lxly {
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width:599px) {

	.ny_contact .lxwm {
		padding: 0
	}

	.lxwm_title {
		font-size: 24px;
		line-height: 30px;
	}

	.lxwm_desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}

	.lxwm_list li {
		margin-bottom: 10px;
	}

	.lxwm_list li .lxwm_list_title {
		max-width: none;
		width: 100px;
		font-size: 12px;
		line-height: 26px;
	}

	.lxwm_list li .lxwm_list_title i {
		font-size: 16px;
		line-height: 24px;
	}

	.lxwm_list li .lxwm_list_desc,
	.lxwm_list li .lxwm_list_desc a {
		font-size: 12px;
		line-height: 22px;
		margin-top: 2px;
	}

	.lxwm_fx_list li {
		margin-right: 10px;
	}

	.lxwm_fx_list li i {
		font-size: 18px;
	}

	.lxly {
		padding: 5%;
	}

	.lxly_title {
		font-size: 18px;
	}

	.lxly_form li span {
		font-size: 14px;
	}

	.lxly_form li input {
		padding: 0 5px;
		line-height: 35px;
		font-size: 14px;
	}

	.lxly_form li textarea {
		padding: 5px;
		font-size: 14px;
	}

	.lxly_form li button {
		font-size: 14px;
		padding: 6px 10px;
		line-height: 20px;
		border-radius: 5px;
	}

	.lxly_form li button i {
		margin-left: 5px;
		font-size: 18px;
	}

	.map_info {
		margin: 2.5rem 0;
	}
}

/* 招贤纳士 */
.pad210 {
	padding-left: 10.9375%;
	padding-right: 10.9375%;
}

.md-about_join .page_1 {
	padding-top: 85px;
	padding-bottom: 75px;
	background-size: cover;
	position: relative;
}

.md-about_join .p1_white {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88%;
	height: 46%;
	background-color: #ffffff;
	box-shadow: 0px 0px 54px 3px rgb(201 207 220 / 31%);
}

.md-about_join .p1_box {
	position: relative;
	padding: 76px 8.6% 100px;
	background-color: #ffffff;
	box-shadow: 0px 0px 54px 3px rgb(201 207 220 / 31%);
}

.md-about_join .p1_box .d1 {
	text-align: center;
	color: #191f35;
}

@media (max-width: 1920px) and (min-width: 551px) {
	.s16 {
		font-size: calc(12px + 0.2083333333vw);
	}

	.s18 {
		font-size: calc(12px + 0.3125vw);
	}

	.s20 {
		font-size: calc(12px + 0.4166666667vw);
	}

	.s40 {
		font-size: calc(12px + 1.4583333333vw);
	}
}

.md-about_join .p1_box .d2 {
	margin-top: 34px;
	line-height: 2;
	color: #666;
}

.md-about_join .p1_box .a1 {
	color: #0f5470;
}

.md-about_join .p1_box .j1 {
	width: 77px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/join1.png);
	left: 50px;
	top: 0;
	transform: translateY(-40%);
}

.md-about_join .p1_box .j2 {
	width: 77px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/join2.png);
	right: 50px;
	bottom: 0;
	transform: translateY(40%);
}

.md-about_join .page_2 {
	padding-top: 30px;
	padding-bottom: 50px;
}

.md-about_join .tab {
	margin-top: 70px;
}

.md-about_join .li1 {
	border: solid 1px #e5e5e5;
	margin-bottom: 55px;
}

.md-about_join .li1:last-child {
	margin-bottom: 18px;
}

.md-about_join .hd {
	display: flex;
	align-items: center;
	min-height: 50px;
}

.md-about_join .hd .h_le {
	width: 17.3333333333%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #333;
}

.md-about_join .hd .h_ri {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
	transition: all 0.3s linear;
	color: #666;
	border-left: 1px solid #e5e5e5;
}

.md-about_join .hd .p2-left {
	display: flex;
	flex: 1;
}

.md-about_join .hd .item {
	width: 33%;
}

.md-about_join .hd .p2-left p+p {
	margin-top: 20px;
}

.md-about_join .hd .bth {
	display: flex;
	align-items: center;
	padding: 10px 40px;
	background-color: #f5f6f7;
	border-radius: 100px;
	cursor: pointer;
	color: #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px
}

.md-about_join .hd .bth:hover {
	background-color: #0f5470;
	color: #fff !important;
	transition: all .3s;
}

.md-about_join .hd .bth span {
	transition: all .3s;
}

.md-about_join .hd .bth:hover span {
	color: #fff !important;
}

.md-about_join .hd .bth:hover img:nth-child(2n-1) {
	display: none;
}

.md-about_join .hd .bth:hover img:nth-child(2n) {
	display: block;
}

.md-about_join .hd .bth img {
	margin-top: 3px;
	margin-left: 10px;
}

.md-about_join .hd .bth img:nth-child(2n-1) {
	display: block;
}

.md-about_join .hd .bth img:nth-child(2n) {
	display: none;
}

.md-about_join .bd {
	padding: 50px 60px;
	padding-bottom: 60px;
	padding-right: 110px;
	border-top: 1px solid #e5e5e5;
	display: none;
}

.md-about_join .bd .bd_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.md-about_join .c22 {
	color: #222;
	font-weight: 700;
}

.md-about_join .c66 {
	color: #666;
	font-weight: 700;
}

.md-about_join .bd .href {
	background-color: #0f5470;
	color: #fff;
	border-radius: 100px;
	padding: 100px 30px;
	display: inline-flex;
	align-items: center;
}

.md-about_join .bd .href img {
	margin-left: 20px;
}

@media (max-width: 1280px) {
	.md-about_join .hd .h_ri {
		padding-left: 0.5rem;
	}
}

@media (max-width: 900px) {
	.md-about_join .form {
		justify-content: space-between;
	}

	.md-about_join .form .sel {
		width: 30%;
		margin-right: 0;
	}

	.md-about_join .form .inp {
		width: 100%;
		margin-top: 0.3rem;
	}

	.md-about_join .hd .h_le {
		min-width: 30%;
	}

	.md-about_join .hd .h_ri {
		padding-left: 0.5rem;
		padding-right: 0.6rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		justify-content: flex-end;
	}

	.md-about_join .hd .p2-left {
		display: none;
	}

	.md-about_join .bd {
		padding: 2rem;
	}

	.md-about_join .bd .bd_1 .b1 {
		width: 60%;
	}

	.md-about_join .bd .bd_2 .miaoshu {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.md-about_join .bd .bd_2 .fuli {
		width: 100%;
	}

	.md-about_join .bd .bd_4 {
		display: block;
		flex-wrap: wrap;
		line-height: 2;
		margin-bottom: 0.5rem;
	}
}

@media (max-width:540px) {
	.md-about_join .hd .bth {
		padding: 5px 40px;
	}
}

/* 联系我们 e */

/* 滚动条长和宽 */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/* 滚动条整个背景 */
::-webkit-scrollbar-track-piece {
	background: #fff;
	border-radius: 30px;
}

/* 当前窗口滚动条得方块颜色 */
::-webkit-scrollbar-thumb:vertical {
	background-color: #0f5470;
	border-radius: 30px;
	cursor: pointer;
}