<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'optimaregular';
	src: url('../fonts/optimaregular.woff2') format('woff2'),
		url('../fonts/optimaregular.woff') format('woff'),
		url('../fonts/optimaregular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'HYb2gj';

	font-weight: normal;
	font-style: normal;
	src: url('../fonts/hyb2gj.eot') format('embedded-opentype'),
		url('../fonts/hyb2gj.woff') format('woff'),
		url('../fonts/hyb2gj.woff2') format('woff2'),
		url('../fonts/hyb2gj.ttf') format('truetype'),
		url('../fonts/hyb2gj.svg') format('svg');


}

@font-face {
	font-family: 'HYb1gj';

	font-weight: normal;
	font-style: normal;
	src: url('../fonts/hyb1gj.eot') format('embedded-opentype'),
		url('../fonts/hyb1gj.woff') format('woff'),
		url('../fonts/hyb1gj.woff2') format('woff2'),
		url('../fonts/hyb1gj.ttf') format('truetype'),
		url('../fonts/hyb1gj.svg') format('svg');


}

.header {
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 10;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	border-top: 6px solid #00873c;
	position: fixed
}

/* .header::before{content: '';height: 6px;position: absolute;left: 0;right: 0;top: 0;background:#00873c;background: -webkit-linear-gradient(left, #00873c , #4b9537);background: -o-linear-gradient(right, #00873c, #4b9537);background: -moz-linear-gradient(right, #00873c, #4b9537);background: linear-gradient(to right, #00873c , #4b9537);} */
.wrapTop {
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.header.currents .wrapTop1 .top_link {
	display: none
}

.header.currents .wrapTop1 .logo {
	width: 180px;
	top: 5px
}

.header.currents .wrapTop1 .nav {
	top: 5px
}

.header.currents .wrapTop1 .top {
	height: 70px
}

.header .top {
	/* height: 85px; */
	position: relative;
	z-index: 1;
}

.header .top .gp-container {
	position: relative;
	z-index: 2;
	/* height: 110px; */
}

.logo {
	width: 245px;
	font-size: 0;
	/* height: 100px; */
	z-index: 2;
	display: block;
	padding: 25px 0;
	filter: drop-shadow(20px 15px 55px rgba(0, 0, 0, .2));
}

.logo a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0
}

.logo img {
	width: 100%;
	display: block
}

.logo a.logo1 {
	left: 0;
	/* width: 100%; */
}

.logo a.logo2 {
	width: 40%;
	right: 0;
	z-index: 2
}

.top_link {
	color: #fff;
	text-align: right;
	line-height: 40px;
	background: #2e758a;
}

.toplinkl i {
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.toplinkl span {
	display: inline-block;
	vertical-align: middle;
}

.toplinkl a:hover {
	color: #f4ac1a;
}

.toplinkl dt:nth-child(1) i {
	background: url(../images/t1.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(1):hover i {
	background: url(../images/t11.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(2) i {
	background: url(../images/t2.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(2):hover i {
	background: url(../images/t22.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(3) i {
	background: url(../images/t3.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(3):hover i {
	background: url(../images/t33.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(4) i {
	background: url(../images/t4.png) no-repeat;
	background-size: 100% 100%;
}

.toplinkl dt:nth-child(4):hover i {
	background: url(../images/t44.png) no-repeat;
	background-size: 100% 100%;
}

.top_link1, .top_link2 {
	overflow: hidden;
	line-height: 45px;
	height: 45px;
	position: relative;
	z-index: 444;
}

.top_link2 {
	background: #00873c;
	border-top: none;
}

.top_linkIn {
	overflow: hidden;
	text-align: right;
	position: relative;
}

.top_link dl dt::before {
	background: #fff;
	opacity: .75
}

.top_link dl {
	float: right;
	/* margin-right: 80px; */
}

.top_link dl:nth-child(2) {
	margin: 0
}

.top_link dl a {
	color: #fff;
	opacity: .88;
	font-size: 14px;
	position: relative
}

.top_link dl dt {
	display: inline-block;
}

.top_link dl dt a::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background: rgba(255, 255, 255, .2);
	right: 0px;
	top: calc(50% - 8px);
}

.top_link dl dt a, .sear {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, .88);
	font-weight: 700;
	padding: 0 22px;
	box-sizing: border-box;
	/* height: 42px; */
	line-height: 45px;
}

.top_link dl dd {
	float: left;
	padding: 0 20px 0 0;
	position: relative
}

.top_link dl dd::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	opacity: .3;
	background: #fff;
	right: 10px;
	top: 50%
}

.top_link dl dd:last-child::before {
	display: none
}

.top_link .item {
	padding: 0 22px;
	color: #fff;
	display: inline-block;

	vertical-align: middle;
	position: relative
}

.top_link .item::before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, .6);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}



.top_link span.arrow {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/header_arrow.png) center no-repeat;
	width: 15px;
	height: 9px;
	margin: 0 0 0 10px
}

.top_link .pop_box {
	position: absolute;
	top: 100%;
	line-height: 30px;
	width: 93px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #00873c;
	background: #00873c;
	text-align: center;
	z-index: 2;
	display: none
}

.top_link .item:hover .pop_box {
	display: block
}

.top_link .pop_box a {
	display: block;
	opacity: 1
}

.top_link .item:hover, .top_link a:hover {
	color: #f4ac1a;
}

.gp-search4 {
	height: 0;
	border: none;
	width: 100% !important;
	overflow: hidden;
	position: fixed !important;
	top: 50%;
	z-index: 802;
	left: 0;
	margin: 0;
	display: inline-block;
}

.gp-search4.active {
	height: 80px;
}

.gp-search4.active .gp-ser {
	display: block;
}

.gp-search4 .gp-ser {
	max-width: 800px;
}

.gp-ser {
	width: 100%;
	height: 32px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.gp-serBtn2 {
	width: 18px;
	height: 18px;
	background: url(../images/search_btn.png) no-repeat;
	background-size: 100%;
	/* float: right; */
	position: absolute !important;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.sear {
	float: right;
	margin-right: 15px;
}

.gp-search4 .gp-ser {
	display: none;
	border: none;
	background: #fff;
	height: 40px;
	margin-top: 20px;
}

.gp-search input, .gp-search button {
	position: absolute;
	height: 32px;
	line-height: 32px;
	border: none;
	background: none;
	top: 0px;
	overflow: hidden;
}

.gp-search4 input, .gp-search4 button {
	height: 40px;
	line-height: 40px;
}

.gp-search input.notxt {
	color: rgba(0, 0, 0, .3);
	width: calc(100% - 48px);
	left: 0;
	padding: 0 5%;
	box-sizing: border-box;
	outline: none;
}

.gp-search4 .notxt1 {
	background: #279293;
	position: absolute;
	width: 25% !important;
	height: 100% !important;
	right: 0;
	cursor: pointer;
	color: #fff !important;
}

.wrapTop1 .nav {
	top: 0
}

.nav {
	position: absolute;
	right: 0;
	width: 74%;
	top: 23px;
	right: 0;
	/* transform: translateY(-50%); */
}

.nav ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
	/* align-items: center; */
	justify-content: space-between;
}

.nav ul::after {
	content: '';
	width: 100%;
	display: inline-block;

}

.nav ul&gt;li {
	position: relative;
	text-align: center;
	display: inline-block;

	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);

}

.nav ul&gt;li:last-child .subNav, .nav ul&gt;li:nth-last-child(2) .subNav, .nav ul&gt;li:nth-last-child(3) .subNav, .nav ul&gt;li:nth-last-child(4) .subNav {
	left: auto;
	right: 0px
}

.nav ul li&gt;a {
	font-size: 20px;
	display: block;
	position: relative;
	line-height: 26px;
	color: #fff;
	padding: 20px 0 30px;
	box-sizing: border-box;
}

.nav ul li&gt;a::before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #f6ac19;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transition: all .3s ease-in-out;
}

.nav ul li:hover&gt;a::before, .nav ul li.on&gt;a::before {
	width: 100%;
	left: 0;
}

.subNav {
	min-width: 660px;
	background: url(../images/subnavbg.png) no-repeat;
	background-size: cover;
	left: -30px;
	top: 100%;
	padding: 30px 40px;
	display: none;
	box-sizing: border-box;
	position: absolute;
}

.subNav::before {}

.suben {
	text-align: left;
	margin-bottom: 25px;
}

.suben h2 {
	color: #175068;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: normal;
	font-family: 'HYb2gj';
	vertical-align: bottom;
}

.suben span {
	margin-left: 15px;
	font-size: 2.4rem;
	text-transform: uppercase;
	line-height: 24px;
	display: inline-block;
	font-family: 'Arial';
	color: #b6cad3;
	vertical-align: bottom;
}

.submnav {
	width: 93%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.submnav dd {
	display: inline-block;
	text-align: left;
	width: 33%;
	margin-bottom: 20px;
}


.subNav a {
	color: #555;
	/* padding: 12px 10px; */
	display: block;
	line-height: 26px;
	font-size: 16px;
	font-family: 'HYb1gj';
}

.subNav a:hover {
	color: #175068;
	font-weight: bold;
}


.nav ul li:hover .subNav, .nav ul li.on .subNav {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.header1 {
	border-top: 0
}

.top2 {
	background: #fff;
	position: relative;
	height: 86px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.top2 .logo {
	top: 7px
}

.nav2 ul li&gt;a {
	color: #1a1a1a
}

.nav2 {
	top: 14px
}

.body_home {
	height: 100%;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
}

.body_b {
	position: fixed;
	left: 0;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: top .7s cubic-bezier(.5, 0, .2, 1) 0s;
	z-index: 1;
	overflow: auto;
	outline: 0
}

.body_b * {
	outline: 0
}

.body_b.showdiv {
	top: 0
}


/* */
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 994;
	transition: all .7s ease-out 0s;
	/* opacity:0; */
	/* transform:translateY(-100%); */
}

.header.showdiv, .body_home.showdiv .header {
	opacity: 1;
	transform: none
}

.header2 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	opacity: 0;
	transform: translateY(-100%);
	transition: all .5s ease-out 0s;
	/* box-shadow:0 0 10px rgba(0,0,0,.15); */
}

.body_b .header2 {
	opacity: 0;
	transform: translateY(-100%)
}

.body_b.showdiv .header2 {
	transition: all .7s ease-in-out .5s;
	transform: none;
	opacity: 1;
}

.wrapTop1 .top {
	background: #fff;
	padding: 20px 0;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);

}

.body_b.showdiv .header2 .top .gp-container {
	position: relative;
}

.body_b.showdiv .header2 .top .logo {
	width: 248px;
	height: 63px;
	display: inline-block;
	padding: 0;
}

.body_b.showdiv .header2 .top .nav a {
	color: #333;
}

.header2 .d2 {
	transition: all .3s ease-out 0s;
	height: 85px;
	height: 85px;
	background: #fff
}

.nav_mobile {
	display: none
}

/* */


footer {
	clear: both;
	position: relative;
	color: #fff;
	/* overflow: hidden; */
	background: url(../images/footer_bg.png) center no-repeat;
	background-size: cover;
	padding: 66px 0 0px;
	z-index: 0;
	box-sizing: border-box;
}

footer::before {
	content: '';
	display: block;
	width: 35%;
	height: 96px;
	background: url(../images/footerbefore.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -95px;
}

.footer {
	padding: 0 19.8% 0 5.2%;
	box-sizing: border-box;
	position: relative;
	/* overflow: hidden; */
	color: rgba(255, 255, 255, .77);
}

.footer::before {
	content: '';
	display: block;
	width: 163px;
	height: 271px;
	position: absolute;
	right: 4.9%;
	top: -55px;
	background: url(../images/xx.png) no-repeat;
	background-size: cover;
}

footer .gotop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/gotop.png) center no-repeat;
	width: 40px;
	height: 40px;
	top: -20px;
}


footer a, footer a:hover {
	color: #fff;
	color: rgba(255, 255, 255, .65);
}

.footer_top {
	padding: 0 0 33px
}

.footer_lf {
	/* width: 260px; */
	/* float: left; */
	margin: 0
}

.footer_rt {
	line-height: 36px;
	/* margin-right: 4.7%; */
	margin-top: 20px;
}


.footer_logo {
	position: relative;
	padding: 0;
	width: 237px;
	margin: 0;
}

.footer_logo img {
	display: block;
	width: 100%
}

.footer_logo a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.footer .footer_md {
	/* margin: 0px 5.2%; */
	float: left;
	margin-top: 20px;
	text-align: left;
	line-height: 35px;
}

.footer .footer_md span {
	margin-left: 80px;
}

.footerul {
	margin: 0 -25px;
	margin-top: 20px;
	font-size: 0;
}

.footerul li {
	display: inline-block;
}

.footerul a {
	display: block;
	margin: 0 25px;
	position: relative;
}

.footerul a img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}

.footerul span {
	line-height: 34px;
	color: rgba(255, 255, 255, .77);
	display: block;
	text-align: center;

}

.footerbottom {
	margin-top: 50px;
	/* height: 43px; */
	line-height: 43px;
	text-align: center;
	overflow: hidden;
	background: rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, .88);
}

.ftop {
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}







.mob_nav_btn {
	height: 54px;
	display: none;
	text-align: left;
	width: 54px;
	z-index: 1000;
	position: absolute;
	cursor: pointer;
	margin-right: 0;
	font-weight: 700;
	text-align: right;
	right: 30px;
	top: 28px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	background: url(../images/m_nav1.png) center no-repeat
}

.mob_nav_btn.on {
	background-image: url(../images/m_nav2.png);
	/* right:20px; */
	/* top:20px; */
}

.mob_nav_btn span {
	position: absolute;
	left: calc((100% - 25px)/ 2);
	top: calc((100% - 1px)/ 3);
	width: 22px;
	height: 2px;
	background-color: #fff;
	animation-duration: .5s;
	animation-fill-mode: both;
	display: none
}

.mob_nav_btn span:nth-child(1) {
	transform: translateY(4px) rotate(0);
	animation-name: outfirst
}

.mob_nav_btn span:nth-child(2) {
	transform: translateY(-4px) rotate(0);
	animation-name: outsecond
}

.mob_nav_btn span:nth-child(3) {
	transform: translateY(-4px) rotate(0);
	animation-name: outthird
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg)
	}

	100% {
		transform: translateY(-4px) rotate(0)
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg)
	}

	100% {
		transform: translateY(4px) rotate(0)
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg)
	}

	100% {
		transform: translateY(12px) rotate(0)
	}
}

.mob_nav_btn.on span:nth-child(1) {
	animation-name: clickfirst
}

.mob_nav_btn.on span:nth-child(2) {
	animation-name: clicksecond
}

.mob_nav_btn.on span:nth-child(3) {
	animation-name: clickthird
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0)
	}

	100% {
		transform: translateY(0) rotate(45deg)
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0)
	}

	100% {
		transform: translateY(0) rotate(-45deg)
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile_header_cover {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 9;
	transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s
}

.mobile_header_cover.on {
	bottom: 0
}

.mobile-header {
	max-width: 90%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 992;
	overflow: auto;
	background: #fff;
	display: none;
	width: 392px;
	border-left: 8px solid #279293;
	height: 100vh;
}

.mobile-header.on {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: y_scale;
	display: block
}

.mobile-nav {
	width: 100%;
	padding-top: 80px;
}

.mobile-nav li {
	position: relative;
	padding: 0 0;
	border-bottom: 1px solid #f2f2f2
}

.mobile-nav li a {
	display: block;
	line-height: 45px;
	text-decoration: none;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 13px 60px 12px 30px
}

.mobile-nav dd a {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.mobile_subNav {
	padding: 0 22px 0 8px;
	/* background: #dcf5e7; */
	overflow: hidden
}

.mobile-nav dd a {
	height: 35px;
	line-height: 35px;
	border-top: 1px solid rgba(0, 135, 60, .1);
	font-size: 16px;
	padding-left: 84px;
	position: relative
}

.mobile-nav dd:first-child a {
	border-top: 0
}

.mobile-nav dd a::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #00873c;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: -1
}

.mobile-nav dd:hover a {
	color: #fff
}

.mobile-nav dd:hover a::before {
	left: -30px;
	right: -30px
}

.mobile-nav .arrow {
	color: #fff;
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 2.5rem;
	cursor: pointer;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: url(../images/mobile_arrow1.png) center no-repeat
}

.mobile-nav li.on .arrow {
	background-image: url(../images/mobile_arrow2.png)
}

.mobile_subNav {
	display: none
}

li.on .mobile_subNav {
	display: block
}

.mobile_search {
	height: 45px;
	z-index: 600;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	margin: 25px 40px 10px;
	border: 1px solid #d3d3d3
}

.mobile_search .search {
	width: 100%;
	height: 100%
}

.mobile_search .search input.notxt {
	position: absolute;
	width: calc(100% - 56px);
	height: 100%;
	color: #666;
	left: 0;
	top: 1px;
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 16px;
	z-index: 3;
	padding: 0 0 0 20px;
	background: 0 0;
	border: 0
}

.mobile_search .search input.notxt1 {
	position: absolute;
	width: 58px;
	height: 100%;
	border: none;
	background: url(../images/m_search_btn.png) center center no-repeat;
	right: 0;
	cursor: pointer;
	top: 0;
	z-index: 3;
	font-size: 0;
	padding: 0
}

.mob_links {
	color: #fff;
	text-align: center;
	line-height: 40px
}

.mob_linksIn {
	overflow: hidden;
	float: right;
	margin-right: 50px
}

.mob_links dl dt::before {
	background: #fff;
	opacity: .75
}

.mob_links dl {
	/* margin: 0 0 10px; */
	overflow: hidden;
}

.mob_links dl:nth-child(2) {
	margin: 0
}

.mob_links dl a {
	color: #333;
	opacity: .75;
	font-size: 14px
}

.mob_links dl dt {
	display: inline-block;
	position: relative;
}

.mob_links dl dt::before {
	/* content: ''; */
	position: absolute;
	width: 16px;
	height: 2px;
	background: #a7a8a7;
	bottom: 0;
	left: calc(50% - 8px);
}

.mob_links dl dt a {
	font-size: 14px;
	color: #333;
	/* font-weight: 700; */
}

.mob_links dl dd {
	/* float:left; */
	padding: 0 10px;
	position: relative;
	display: inline-block;
}

.mob_links dl dd::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	opacity: .3;
	background: #fff;
	right: 10px;
	top: 50%
}

.mob_links dl dd:last-child::before {
	display: none
}

@media screen and (max-width:1640px) {

	.footer_logo {
		width: 150px;
	}

	.logo {
		position: relative;
		transform: none;
		overflow: visible;
		width: 270px;
	}


	.nav ul li&gt;a {
		font-size: 16px
	}

	.subNav a {
		font-size: 14px
	}

	.footer {
		padding: 0 17.8% 0 5.2%;
	}

	.footerul {
		margin: 0 -10px;
		margin-top: 20px;
		font-size: 0;
	}

	.footerul a {
		margin: 0 10px;
	}
}

@media screen and (max-width:1460px) {
	.subNav {
		min-width: 440px;
		padding: 15px 20px;
	}

	.banner .banner_btns {
		right: 239px;
		bottom: 39px;
	}
}

@media screen and (max-width:1280px) {
	.logo {
		width: 180px;
		/* height: 64px; */
		padding-top: 15px;
	}

	.body_b.showdiv .header2 .top .logo {
		width: 180px;
		height: 46px;
	}

	.nav {
		top: 10px;
	}

	.nav ul li&gt;a {
		font-size: 14px;
		padding: 15px 0;
	}

	.banner .banner_btns {
		right: 174px;
		bottom: 28px;
	}

	.banner .swiper-pagination-bullet:nth-child(2) {
		top: -3px !important;
	}

	.banner .swiper-pagination-bullet:nth-child(4) {
		top: 31px !important;
	}

	footer {
		padding-top: 35px;
	}

	.footer::before {
		top: -25px
	}

	.footer .footer_md {
		padding: 0 2%;
	}

	.footer_rt {
		padding-right: 2%;
	}

	.footerul li {
		margin-bottom: 10px;
		width: 50%;
		text-align: center;
	}

	.footer .footer_md span {
		margin-left: 0;
	}
}

@media screen and (max-width:1100px) {
	.banner .banner_btns {
		right: 118px;
		bottom: 21px;
	}

	.submnav {
		width: 100%;
	}

	.footer.row {
		overflow: visible
	}

	.banner .swiper-pagination-bullet:nth-child(2) {
		top: 4px !important;
	}

	.banner .swiper-pagination-bullet:nth-child(4) {
		top: 25px !important;
	}

	.footerul li {
		width: 50%;
		text-align: center;
	}

	.wrapTop1 .top {
		padding: 10px 0;
	}

	.nav ul li&gt;a {
		font-size: 14px;
		padding: 10px 0;
	}

	.scroll {
		padding-top: 116px !important;
	}
}

@media screen and (max-width:997px) {
	.header2 {
		display: none !important;
		position: static;
	}

	.body_b.showdiv .header2 {
		display: none !important;
		position: static;
	}

	.mob_nav_btn {
		display: block
	}

	.header.currents {
		display: none !important
	}

	.nav, .top_link {
		display: none
	}

	.header .top {
		height: auto;
		width: auto;
		position: relative;
	}

	.logo {
		top: 0;
		padding: 28px 0 0;
		width: 212px
	}

	.body_b {
		overflow: hidden;
		position: relative;
	}

.body_home{
	z-index:2
}
	.banner .slick-img {
		height: 0;
		padding-bottom: 47.92%;
	}

	.banner .wrapbanner .Banner::after {
		bottom: -1px !important;
		background: rgba(0, 0, 0, 1);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}

	.banner .swiper-pagination-bullet:nth-child(2), .banner .swiper-pagination-bullet:nth-child(3),
	.banner .swiper-pagination-bullet:nth-child(4), .banner .swiper-pagination-bullet:nth-child(5) {
		top: 0 !important;
	}

	.ftop {
		display: block;
	}

	.footerr {
		/* float: none !important; */
		margin-top: 20px;
		width: 100%;
	}

	.footer_lf {
		float: none;
		text-align: center;
	}

	.footer_logo {
		width: 160px;
		display: inline-block;
	}

	.footer .footer_md, .footer .footer_rt {
		padding: 0;
		margin-top: 0;
		float: none !important;
		padding-right: 2%;
		text-align: center;
	}

	.header::before {
		content: '';
		display: block;
		width: 100%;
		height: 5px;
		background: #279293;
		position: absolute;
		left: 0;
		top: 0;
	}

	.footerul {
		width: 70%;
		margin: 0 auto;
	}

	.footerul li {
		width: 25%
	}

}

@media screen and (max-width:767px) {
	.mob_nav_btn {
		width: 36px;
		height: 36px;
		background-size: 100% auto;
		right: 20px;
		top: 20px
	}

	.mobile-nav {
		padding-top: 70px
	}

	.mobile-nav li a {
		line-height: 30px
	}

	.mobile-nav dd a {
		padding: 5px 60px 5px 30px;
		padding-left: 60px
	}

	.mobile-nav .arrow {
		top: 6px
	}

	.logo {
		overflow: hidden;
		width: 160px;
		padding-top: 20px;
	}

	.footer .footer_md, .footer .footer_rt {
		float: none !important;
		margin-top: 10px;
		text-align: center;
	}

	.footerul {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width:420px) {}

@media screen and (max-width:479px) {
	.footer::before {
		width: 100px;
		height: 171px;
		background-size: 100%;
	}

	.footer .footer_md, .footer .footer_rt {
		line-height: 26px;
	}

	.footerbottom {
		line-height: 24px;
		padding: 10px 0;
		box-sizing: border-box;
		margin-top: 25px;
	}

	footer::before {
		content: '';
		display: block;
		width: 46%;
		height: 41px;
		background: url(../images/footerbefore.png) no-repeat;
		background-size: 100%;
		position: absolute;
		right: 0px;
		top: -21px;
	}
}


@media screen and (max-width:414px) {
	.footer::before {
		width: 75px;
	}

	.footer_logo {
		width: 160px;
	}

	.footer::before {
		display: none
	}

	.footer {
		padding: 0 6%;
	}

	.footerul li {
		width: 50%;
	}
}

@media screen and (min-width:997px) {
	.effect0 {
		opacity: 0;
		transition: all 0.8s ease-out;
	}

	.effect0.isView {
		opacity: 1;
		-webkit-animation-name: effect0;
		animation-name: effect0;
	}

	.effect1, .effect11, .effect11 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateY(70px);
	}

	.effect1.isView, .effect11.isView, .effect11.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect1;
		animation-name: effect1;
	}

	.effect2, .effect21, .effect21 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateX(50px);
	}

	.effect2.isView, .effect21.isView, .effect21.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect2;
		animation-name: effect2;
	}

	.effect3, .effect31, .effect31 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateY(-70px);
	}

	.effect3.isView, .effect31.isView, .effect31.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect3;
		animation-name: effect3;
	}

	.effect4, .effect41, .effect41 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateX(-50px);
	}

	.effect4.isView, .effect41.isView, .effect41.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect4;
		animation-name: effect4;
	}

	.effect {
		transition: transform 1s, opacity 1s ease-in-out;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.alert_box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	z-index: 2;
	display: none;
}

.alert_box img {
	width: 100% !important;
	height: 100% !important;
}

</pre></body></html>