@font-face {
	font-family: 'optimaregular';
	src: url('/css/fonts/optimaregular.woff2') format('woff2'),
		url('/css/fonts/optimaregular.woff') format('woff'),
		url('/css/fonts/optimaregular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'HYb2gj';

	font-weight: normal;
	font-style: normal;
	src: url('/css/fonts/hyb2gj.eot') format('embedded-opentype'),
		url('/css/fonts/hyb2gj.woff') format('woff'),
		url('/css/fonts/hyb2gj.woff2') format('woff2'),
		url('/css/fonts/hyb2gj.ttf') format('truetype'),
		url('/css/fonts/hyb2gj.svg') format('svg');


}

@font-face {
	font-family: 'HYb1gj';

	font-weight: normal;
	font-style: normal;
	src: url('/css/fonts/hyb1gj.eot') format('embedded-opentype'),
		url('/css/fonts/hyb1gj.woff') format('woff'),
		url('/css/fonts/hyb1gj.woff2') format('woff2'),
		url('/css/fonts/hyb1gj.ttf') format('truetype'),
		url('/css/fonts/hyb1gj.svg') format('svg');


}



/* .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));
}



.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(/css/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;
}



.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);

}




.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(/css/images/m_nav1.png) center no-repeat
}

.mob_nav_btn.on {
	background-image: url(/css/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(/css/images/mobile_arrow1.png) center no-repeat
}

.mobile-nav li.on .arrow {
	background-image: url(/css/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(/css/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>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>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>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(/css/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;
}
