@font-face {
	font-family: 'din';
	src: url('../fonts/din.eot?#iefix') format('embedded-opentype'),
		url('../fonts/din.woff') format('woff'),
		url('../fonts/din.woff2') format('woff2'),
		url('../fonts/din.ttf') format('truetype'),
		url('../fonts/din.svg#din') format('svg');
}



.only_mob {
	display: none;
}

.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;
	position: fixed;
	top: 0;
}

.header.mobile .header_top .top {
	height: 0;
	padding: 0;
	opacity: 0;
}

.header.mobile .header_top {
	background: rgba(5, 128, 5, .7);
}

.header.mobile .header_top .gp-container {
	background: none;
}

.header.mobile .header_top .nav>ul>li a {
	color: #fff;
}

.header.mobile .nav ul li .subNav {
	background: rgba(5, 128, 5, .7);
}

.header.mobile .nav ul li .subNav>li>a {
	/* color: #282828; */
}

/* .header::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding-bottom: 120px;
	z-index: 2;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	z-index: -1;
	pointer-events: none;
} */

.header .gp-container {
	position: relative;
	z-index: 2;

}

.header_top {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.header_top .gp-container {
	padding: 0 40px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .8);
	box-shadow: -1.871px 8.803px 27px 3px rgba(0,0,0, 0.04);
}

.header_top .top {
	display: flex;
	justify-content: space-between;
	padding: 28px 0 16px;
	border-bottom: 1px solid #fff;
	align-items: center;
	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;
}

.logo {
	width: 540px;
	position: relative !important;
	font-size: 0;
	z-index: 2;
	display: block;
	overflow: hidden;
}

.logo a {
	display: block;

}

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

.right {
	font-size: 0;
}

.top_link {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.ser {
	height: 32px;
	width: 385px;
	border-radius: 32px;
	display: inline-block;
	vertical-align: middle;
}

.search {
	border-radius: 32px;
	background: rgba(255, 255, 255, .8);
}

.top_link a {
	color: #fff;
	display: block;
	text-align: center;
	transition: all .3s ease-in-out;
}

.linkbox {
	background: #c98966;
	width: 82px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	border-radius: 32px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.linkbox .arrow {
	background: url(../images/qh.png) no-repeat;
	position: absolute;
	right: 12px;
	top: calc(50% - 2.5px);
	width: 8px;
	height: 5px;
	transition: all .3s ease-in-out;
}

.linkbox.on.a .arrow {
	transform: rotate(180deg);
}

.linkbox.on.a .zn {
	transform: translateY(-32px);
}

.linkbox.on.a .en {
	transform: translateY(-32px);
}

.search input.notxt {
	width: calc(100% - 32px);
	left: auto;
	right: 0;
	text-align: right;
	padding-right: 16px;
	box-sizing: border-box;
	color: #808080;
}

.search input.notxt1 {
	width: 32px;
	/* background: none; */
	right: auto;
	left: 0;
}

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

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

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

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

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

.ser .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: 75%;
	left: 0;
	padding: 0 5%;
	box-sizing: border-box;
	outline: none;
}

.gp-search4 .notxt1 {
	background: rgba(5, 128, 5, .7);
	position: absolute;
	width: 25% !important;
	height: 100% !important;
	right: 0;
	cursor: pointer;
	color: #fff !important;
}


.nav ul {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph
}

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

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

.nav ul>li:hover>a {
	color: #058005;
}

.nav ul li .subNav>li {
	display: block;
	margin-bottom: 10px;
}

.nav ul li .subNav>li>a {
	padding: 0px;
}

.nav ul li>a {
	display: block;
	position: relative;
	color: #282828;
	padding: 15px 0;
	font-size: 22px;
	box-sizing: border-box;
}

.nav ul li>a:hover {
	opacity: 1
}


.nav ul li.no_child:hover::after {
	display: none
}



.subNav {
	width: 286px;
	background: rgba(255, 255, 255, .6);
	white-space: normal;
	position: absolute;
	left: calc(50% - 143px);
	top: 100%;
	border-top: 2px solid #058005;
	display: none;
	padding: 22px 10px 27px 40px;
	box-sizing: border-box;
}


.subNav dl {
	margin: 0 200px 0 0;
	overflow: hidden;
	padding: 7px 0 0;
}

.subNav dd {
	width: 50%;
	float: left;
	text-align: left;
}

.subNav a {
	color: #fff;
	padding: 0 0 5px;
	display: block;
	line-height: 26px;
	font-size: 16px;
	word-wrap: break-word;
}

.subNav a:hover {
	color: #F5D062;
}

.nav li:first-child .subNav {
	left: -40px;
	transform: translateX(0%);
}


.nav li:last-child .subNav {
	right: -40px;
	left: auto;
}


.nav ul li:hover .subNav, .nav ul li.on .subNav {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	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;
	}
}

/*  */
.header.currents {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 31;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	/* background: #B00C1D; */
}

.header.currents .gp-container {
	position: relative;
	z-index: 2;
}

.footertop {
	padding-top: 110px;
	box-sizing: border-box;
	
	position: relative;
}
.footertop::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/footer.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.linktit {
	margin-bottom: 15px;
	color: #058005;
	padding-right: 10px;
	box-sizing: border-box;
}

.footerone {
	color: #282828;
	padding-bottom: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #058005;
}

.footerone dd {
	margin-bottom: 10px;
}

.footertwo {
	padding: 30px 0 38px;
	box-sizing: border-box;
	align-items: flex-end;
}

.flogo2 {
	display: none;
}

.footertwo .l, .footertwo .r {
	color: #058005;
}

.footertwo .r li {
	margin-bottom: 15px;
	padding-left: 35px;
	box-sizing: border-box;
	position: relative;
}

.footertwo .r li:last-child {
	margin-bottom: 0px;
}

.footertwo .r li::before {
	content: '';
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footertwo .r li:nth-child(1)::before {
	background: url(../images/t.png) no-repeat;
	background-size: 21px 20px;
}

.footertwo .r li:nth-child(2)::before {
	background: url(../images/e.png) no-repeat;
	background-size: 20px 15px;
}

.footerbot {
	padding: 10px 0;
	box-sizing: border-box;
	background: #058005;
}

.footerbot .footerbot {
	align-items: center;
}

.flogo {
	display: block;
	max-width: 418px;
	overflow: hidden;
}

.gp-serBtn2 {
	background: #c98966;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	display: none !important;
}

.gp-serBtn2:hover {
	color: #fff;
}

.mob_links dd {
	display: none;
}
.ftopbot{
	align-items: center;
}
.ftopbot2{
	display: none;
}
@media screen and (max-width:1640px) {
	.logo {
		width: 340px;
	}

	.ser {
		width: 285px;
	}
}
@media screen and (max-width:1460px){
	.linktit{
		padding-right: 10px;
		box-sizing: border-box;
	}
	
}
@media screen and (max-width:1400px){

	.linktit{
		font-size: 16px;
	}
	.footerone dd{font-size: 14px;}
}
@media screen and (max-width:1280px) {
	.footerone li{padding-right: 5px;box-sizing: border-box;width: 33.33%;}
	.nav ul li>a {
		font-size: 20px;
	}
	.linkbox {
		width: 72px;
		padding: 0 5px;
	}
	.linktit{
		font-size: 20px;
	}
	.footerone dd{font-size: 16px;}
}

@media screen and (max-width:1040px) {
	.header {
		position: relative;
	}

	.nav, .ser {
		display: none;
	}

	.gp-serBtn2 {
		display: inline-block !important;
		margin-left: 5px;
	}

	.right {
		padding-right: 35px;
		box-sizing: border-box;
	}

	.header.mobile .header_top {
		background: none;
	}

	.header.mobile .header_top .top {
		height: auto;
		padding: 20px 0;
		opacity: 1;
	}

	.header.mobile .header_top .gp-container {
		background: none;
	}

	.header_top {
		background: #058005;
		position: relative;
		left: auto;
		top: auto;
	}

	.footertop {
		padding-top: 55px;
	}

	.header_top .top {
		padding: 30px 0 32px;
		background: none;
		border-bottom: none;
	}

	.mob_nav_btn {
		height: 40px;
		text-align: left;
		width: 40px;
		z-index: 55;
		position: absolute;
		cursor: pointer;
		margin-right: 0;
		font-weight: 700;
		text-align: right;
		right: 15px;
		top: 39px;
		-webkit-transition: background .5s;
		-moz-transition: background .5s;
		-o-transition: background .5s;
		transition: background .5s;
		background: none;
		display: block;
	}

	.searchActive .mob_nav_btn {
		z-index: 10;
	}

	.mob_nav_btn.on span {
		position: absolute;
		left: calc((100% - 33px)/ 2);
		top: calc((100% + 15px)/ 3);
	}

	.mob_nav_btn span {
		position: absolute;
		left: calc((100% - 34px)/ 2);
		top: calc((100% + 6px)/ 3);
		width: 35px;
		height: 2px;
		background-color: #fff;
		animation-duration: .5s;
		animation-fill-mode: both;
	}

	.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(-9px) 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(15px) 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: 122px;
		bottom: 100%;
		background: rgba(0, 0, 0, 0);
		z-index: 15;
		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: 100%;
		position: fixed;
		top: 122px;
		right: 0;
		z-index: 995;
		overflow: auto;
		background: rgba(5, 128, 5, 1);
		display: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
		height: 100vh;
	}

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

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

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

	.mobile-nav li.on .arrow {
		transform: rotate(-90deg);
	}

	.mobile-nav li a {
		display: block;
		line-height: 25px;
		text-decoration: none;
		font-size: 18px;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
		color: #373837;
		padding: 12.5px 0;
		color: #fff;
	}

	.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 15px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, .9);
		overflow: hidden;
	}

	.mobile-nav dd a {
		height: 20px;
		line-height: 20px;
		border-top: 1px solid rgba(135, 135, 135, .1);
		font-size: 16px;
		padding-left: 50px;
		position: relative;
		color: #282828;
	}

	.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: #B00C1D;
		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: 0;
		font-size: 2.5rem;
		cursor: pointer;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		background: url(../images/mobile_arrow1.png) center no-repeat;
		background-size: 10px 15px;
	}

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

	.mobile_subNav {
		display: none
	}

	li.on .mobile_subNav {
		display: block
	}

	.mobile_search {
		height: 56px;
		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: 30px 40px 40px;
		border: 1px solid #d3d3d3
	}

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

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

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

	.mob_links {
		color: #fff;
		text-align: center;
		line-height: 40px;
		margin-top: 20px;
		display: none;
	}

	.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: #fff;
		/* opacity: .75; */
		font-size: 14px
	}

	.mob_links dl dt {
		/* float:left; */
		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;
		background: #c98966;
		border-radius: 40px;
		display: none;
	}

	.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
	}

	.header_top .gp-container {
		padding: 0;
		background: none;
	}

	.logo {
		background: url(../images/logol.png) no-repeat;
		height: 60px;
		background-size: contain;
		position: relative !important;
		width: 418px !important;
	}

	.logo img {
		display: none;
	}

	.fs24 {
		font-size: 20px;
	}

	.lh28, [class*="lh28"] {
		line-height: 24px;
	}

	.lh30, [class*="lh30"] {
		line-height: 25px;
	}
	.lh32, [class*="lh32"] {
    line-height: 30px;
}
	.lh36, [class*="lh36"] {
		line-height: 30px;
	}
	.lh38, [class*="lh38"] {
		line-height: 32px;
	}
	.lh30x2 {
		height: 50px;
	}

	.lh30x3 {
		height: 75px;
	}

	.footerone {
		padding-bottom: 25px;
	}

	.footertwo {
		padding: 20px 0 20px;
	}


}



@media screen and (max-width:997px) {
	.mob_nav_btn {
		top: 40px;
		z-index: 55;
	}

	.right {
		padding-right: 50px;
	}

}
@media screen and (max-width:850px) {
		.logo {
		width: 220px !important;
		height: 33px;
	}
	.mob_nav_btn {
    top: 26px;
}
	.mobile-header{top: 94px;}
}

@media screen and (max-width:768px) {
	.linkbox {
		width: 57px;
		height: 26px;
		line-height: 25px;
		padding: 0 5px;
		border-radius: 25px;
		margin: 0 0px;
		text-align: center;
	}


	.mobile-header {
		top: 91px;
	}

	.mobile-nav dd a {
		padding-left: 20px
	}


	.header_top .top {
		padding: 20px 0;
	}



	.logo {
		width: 360px !important;
		height: 51px;
	}

	.mob_nav_btn {
		transform: scale(.8);
		top: 25px;
		right: 30px;
	}

	.fs24 {
		font-size: 18px;
	}

	.lh28, [class*="lh28"] {
		line-height: 20px;
	}

	.lh30, [class*="lh30"] {
		line-height: 22px;
	}
	.lh32, [class*="lh32"] {
		line-height: 24px;
	}
	.lh36, [class*="lh36"] {
		line-height: 26px;
	}
	.lh38, [class*="lh38"] {
		line-height: 28px;
	}
	.lh30x2 {
		height: 44px;
	}

	.lh30x3 {
		height: 66px;
	}

	.footerone, .footertwo .l, .footertwo .r {
		display: none;
	}

	.flogo2 {
		display: block;
		max-width: 418px;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 95%;
	}

	.footertwo {
		padding: 0 !important;
	}
	.ftopbot{
		display: none;
	}
	.ftopbot2{
		display: block;
	}
	.ftopbot2 .r li {
		margin-bottom: 20px;
		padding-left: 35px;
		box-sizing: border-box;
		position: relative;
	}
	
	
	.ftopbot2 .r li::before {
		content: '';
		display: block;
		width: 21px;
		height: 20px;
		position: absolute;
		left: 0;
		bottom: -3px;
	}
	
	.ftopbot2 .r li:nth-child(1)::before {
		background: url(../images/t1.png) no-repeat;
		background-size: 21px 20px;
	}
	
	.ftopbot2 .r li:nth-child(2)::before {
		background: url(../images/t2.png) no-repeat;
		background-size: 20px 15px;
	}.ftopbot2 .l{
		line-height: 30px;
	}
	.footerbot{
		padding: 35px 0;
	}
	.ftopbot2 .r li:last-child{
		margin-bottom: 10px;
	}
	.footertop {
    padding-top: 20px;
}
}

@media screen and (max-width:700px) {
	.top_link{display: none;}
	.mob_links{
	display:block
}
.mob_links dl dd{display: inline-block;}
	.mob_links dl dd a{min-width: 73px;display: block;}
.mobile-header {
    top: 73px;
}
	
	.mob_nav_btn {
		top: 25px;
		right: 15px;
	}

	.gp-serBtn2 {
		margin-left: 0;
	}

	.right {
		padding-right: 38px;
	}

}
@media screen and (max-width:460px) {
	.mob_nav_btn {
		top: 19px;
	}
	.logo {
		width: 265px !important;
		height: 31px;
		background: url(../images/logo11.png) no-repeat;
		background-size: contain;
		margin-left: 60px;
		box-sizing: border-box;
		overflow: visible;
	}
		.logo::before{
			content:'';
			display:block;
			width: 50px;
			height: 40px;
			background: url(../images/logoi.png) no-repeat;
			background-size: contain;
			position: absolute;
			left: -60px;
			top: calc(50% - 20px);
		}
	.mobile-header {
		top: 68px;
	}
}

@media screen and (max-width:414px) {
	.mob_nav_btn {
		top: 15px;
	}
	.logo::before{
    width: 40px;
    height: 30px;
    left: -45px;
    top: calc(50% - 15px);
}

	.logo {
		width: 221px !important;
		height: 26px;
		margin-left: 45px;
	}
	.mobile-header {
		top: 68px;
	}
}


@media screen and (max-width:360px) {
	.logo::before{
    width: 35px;
    height: 30px;
    left: -40px;
    top: calc(50% - 15px);
}

	.logo {
		width: 165px !important;
		height: 20px;
		margin-left: 40px;
	}
	.linkbox:nth-child(1) {
		display: none;
	}

	.mob_links dd:nth-child(1) {
		display: inline-block;
	}

	.mobile-header {
		top: 68px;
	}
}