.sevice-tabs {
	height: 5rem;
}

.sevice-tabs>div>a {
	height: 5rem;
	padding-top: 1.25rem;
	text-align: center;
	line-height: 1;
}

.sevice-tabs .set-ctn {
	max-width: 20px;
	max-height: 2.125rem;
}

.sevice-tabs .set-ctn>* {
	line-height: 2.125rem;
}

.sevice-tabs a.active .set-ctn>* {
	top: -2.125rem;
}

.sevice-tabs a>h3 {
	font-size: 1rem;
}

.contact-info {
	margin: 5rem 0;
	border-radius: 12px;
}

.contact-info>div {
	position: relative;
	width: 50%;
	height: 18.75rem;
	padding: 3.5rem 5% 2.75rem;
	padding-top: 3rem;
	text-align: left;
}


.contact-info>div>p {
	line-height: 2rem;
}

.contact-promise {
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}


.contact-promise * {
	position: relative;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	z-index: 10;
}

.contact-promise>h3 {
	margin-bottom: 2.375rem;
	font-size: 1.625rem;
}

.conTop {
	position: relative;
	z-index: 5;
}

.conTop>div {
	margin-top: -2.125rem;
	padding: 5rem 14.571%;
	background: #fff;
	border-radius: 12px;
}

.conTop-info {
	margin-top: 4.25rem;
}

.conTop-info>div>div{
	max-width: 50%;
}

.conTop-info>div>h4 {
	margin-bottom: 1.375rem;
	font-size: 1.625rem;
	color: #096c38;
}

.conTop-info>div>p {
	line-height: 2rem;
	color: #4d4d4d;
}

.conTop-info>div>div>p {
	float: left;
}

.contact-form {
	margin-top: 6.25rem;
}

.contact-form .hgroup-title {
	margin-bottom: 2.125rem;
	width: 80%;
	text-align: center;
}

.contact-form .hgroup-title>hr {
	margin: 0 auto;
}

.contact-form>div>form {
	width: 50%;
	padding: 3.125rem 7.187%;
	padding-left: 2%;
	background: #fff;
}

.contact-form>div>form>div {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.contact-form>div>form label {
	display: inline-block;
	margin-right: 1.125rem;
	width: 16%;
	min-width: 70px;
	font-size: 14px;
	text-align: right;
	color: #096c38;
}

.contact-form>div>form input {
	color: #0b131a;
	height: 36px;
	padding: 0 8px;
}

.contact-form form input,
.contact-form form textarea {
	width: 23.5rem;
	border: 1px solid #e6e6e6;
}

.contact-form form textarea {
	padding: 8px;
	height: 4.375rem;
	color: #666;
}

.contact-form form>button {
	width: 23.5rem;
	max-width: 66%;
	height: 3rem;
	background-color: #096c38;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

.contact-form .btn-slide::before {
	background: #ffea00;
}

.contact-form>div>div {
	width: 51.4286%;
}


/*advise-box */

.advise-box>div>p {
	margin: 3.75rem 0 1.875rem;
	font-size: .875rem;
	color: #666;
}

.service-form label {
	float: left;
	width: 21.4286%;
	margin-bottom: 2rem;
	margin-right: 17.858%;
}

.service-form label:nth-child(3n) {
	margin-right: 0;
}

.service-form label>span {
	display: block;
	margin-bottom: 10px;
	color: #096c38;
}

.service-form label>input,
.service-form label>textarea {
	width: 100%;
	padding: 0 .8125rem;
	font-size: .875rem;
	line-height: 1.875rem;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
}

.service-form .classify {
	position: relative;
}

.service-form .classify>i {
	position: absolute;
	top: 1.875rem;
	right: 10px;
	font-size: 1.5rem;
	color: #6a6a6a;
}

.classify .select-list>li {
	font-size: .875rem;
}
.classify .select-list>li.on{
	background: #000;
	color: #fff;
}

.service-form label.problem {
	width: 100% !important;
	margin-bottom: 0;
}

.service-form label>textarea {
	width: 100%;
	height: 7.5rem;
	padding: 1rem 13px;
	margin-bottom: 3.75rem;
}


/*download*/

.download {
	margin-top: 5rem;
}

.download>div {
	width: 22.5%;
	margin-right: 3.3125%;
	border-radius: 1.125rem;
}

.download>div>h3 {
	height: 5rem;
	background: url(../images/download-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.download>div>h3>img {
	max-height: 2.375rem;
}

.download>div>h3>span {
	margin-left: 12px;
}

.download-list {
	height: 24.1875rem;
	padding: 1.875rem 8.333%;
	padding-bottom: 1.625rem;
	overflow: hidden;
}

.download-list>a {
	width: 100%;
	margin-bottom: 1.4375rem;
}

.download-list>a>p {
	max-width: 75%;
	line-height: 1.125rem;
}

.download-list>a>div {
	color: #666;
}

.download-list .set-ctn {
	max-width: 1rem;
	max-height: 1.125rem;
	margin-right: 5px;
}

.download-list .set-ctn>* {
	line-height: 16px;
	top: -16px;
}

.download-list .set-ctn:hover>* {
	top: 0;
}

.download-list a:hover .set-ctn>* {
	top: 0;
}

.download-list .down-ani {
	position: relative;
	overflow: hidden;
}

.download-list .down-ani>span:first-child {
	position: absolute;
	left: 0;
	top: -16px;
}

@-webkit-keyframes download {
	from {
		top: -16px;
	}
	to {
		top: 0;
	}
}

@keyframes download {
	from {
		top: -16px;
	}
	to {
		top: 0;
	}
}

.download-list a:hover .down-ani>span:first-child {
	animation: download 1.5s infinite;
}

.download .page {
	margin-bottom: 1rem;
}
.service-form .com{
	float: left;
	width: 100% !important;
}
.service-form>div{
	display: none;
	float: left;
	width: 100% !important;
}
.service-form>div.show{display: block;}

.m_map {
	position: relative;
	margin-bottom: 6.25rem;
}


/*.address{ line-height:24px; font-size:14px; padding-left:20px;}.address a{ font-size:14px;}*/


.mp {
	position: absolute;
	cursor: pointer;
	width: 4.921%;
	min-height: 1.25rem;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp>img{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mp>img:first-child{	
	width: 1.0625rem;
	height: 1.3125rem;
}
.mp>img.active{
	display: none;
	max-width: 100%;
}
.mp:hover>img{
	display: none;
}
.mp:hover>img.active{display: block;}


.mp .mito {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	color: #666666;
}

.mp .find_mi1 {
	left: -38px;
	width: 110px;
}

.mp .find_mi2 {
	left: -5px;
	width: 55px;
}
.mpMsg {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20.625rem;
	min-height: 5.625rem;
	margin-bottom: 3.5rem;
	line-height: 1.25rem;
	text-align: left;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px;		
	z-index: 20;
}
.mpMsg>h4{
	padding: 1.25rem 10px 10px 3px;
	font-size: 1.875rem;
	text-align: left;
	text-transform: capitalize;
	background: url(../images/mapTip-bg.png) no-repeat;
	background-size: 100% 100%;
	color: rgba(256,256,256,.3);
}
.mpMsg>h4>span{
	color: #ffffff;
	opacity: 0.5;
}
.mpMsg>div{padding: .9375rem 1.125rem;}
.mpMsg>div>h3{
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #096c38;
}
.mpMsg>div>p{
	font-size: .875rem;
	margin-top: 10px;
	line-height: 1;
}
.mpMsg>div>p>span{width: 15%;vertical-align: top;}
.mpMsg>div>p>span:last-child{width: 85%;}
.mp:hover>.mpMsg {
	display: block;
}

.mpMsg>p {
	display: flex;
}

.mpMsg>p>span:nth-child(1) {
	min-width: 43px
}

:root{
	--mpDistant: .875rem;
}
@media only screen and (max-width: 700px) {
	:root{
		--mpDistant: 8px;
	}
}
@media only screen and (max-width: 620px) {
	:root{
		--mpDistant: 3px;
	}
	.mpMsg{margin-bottom: 3rem;}
}
@media only screen and (max-width: 500px) {
	:root{
		--mpDistant: -1px;
	}
}
@media only screen and (max-width: 450px) {
	:root{
		--mpDistant: -4px;
	}
	.mpMsg{margin-bottom: 2.2rem;}
}
@media only screen and (max-width: 400px) {
	:root{
		--mpDistant: -6.5px;
	}
}



.feng {
	position: absolute;
	display: none;
	width: 260px;
	left: -200px;
	top: -62px;
	z-index: 10;
	background: #666;
	color: #fff;
	padding: 10px;
	line-height: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
	.mp1{left: calc(26% - 2.5rem - var(--mpDistant));bottom: 69%;}
	.mp2{left: calc(40.7% - 2.5rem - var(--mpDistant));bottom: 52.3%;}
	.mp3{left: calc(51% - 2.5rem - var(--mpDistant));bottom: 34%;}
	.mp4{left: calc(61% - 2.5rem - var(--mpDistant));bottom: 33%;}
	.mp5{left: calc(60.4% - 2.5rem - var(--mpDistant));bottom: 24%;}
	.mp6{left: calc(63.5% - 2.5rem - var(--mpDistant));bottom: 17%;}
	.mp7{left: calc(49% - 2.5rem - var(--mpDistant));bottom: 18.5%;}
	.mp8{left: calc(63.1% - 2.5rem - var(--mpDistant)); bottom: 45.8%;}
	.mp9{left: calc(72.3% - 2.5rem - var(--mpDistant)); bottom: 43%;}
	.mp10{left: calc(70% - 2.5rem - var(--mpDistant)); bottom: 55.5%;}
	.mp11{left: calc(72% - 2.5rem - var(--mpDistant)); bottom: 36.8%;}
	.mp12{left: calc(69.5% - 2.5rem - var(--mpDistant)); bottom: 27.5%;}
	.mp13{left: calc(77.3% - 2.5rem - var(--mpDistant)); bottom: 28%;}
	.mp14{left: calc(85% - 2.5rem - var(--mpDistant)); bottom: 31.2%;}
	.mp15{left: calc(82% - 2.5rem - var(--mpDistant)); bottom: 23.8%;}
	.mp16{left: calc(73.5% - 2.5rem - var(--mpDistant));bottom: 17%;}
	.mp17{left: calc(88.5% - 2.5rem - var(--mpDistant));bottom: 19%;}
	.mp18{left: calc(79.2% - 2.5rem - var(--mpDistant)); bottom: 41%;}
	.mp19{left: calc(83.8% - 2.5rem - var(--mpDistant)); bottom: 43%;}
	.mp20{left: calc(87.5% - 2.5rem - var(--mpDistant)); bottom: 37%;}
	.mp21{left: calc(25.8% - 2.5rem - var(--mpDistant));bottom: 42%;}
	.mp22{left: calc(79.8% - 2.5rem - var(--mpDistant));bottom: 51.8%;}
	.mp23{left: calc(76.8% - 2.5rem - var(--mpDistant));bottom: 61.5%;}
	.mp24{left: calc(78.8% - 2.5rem - var(--mpDistant));bottom: 57%;}
	.mp25{left: calc(88.3% - 2.5rem - var(--mpDistant));bottom: 67.5%;}
	.mp26{left: calc(92% - 2.5rem - var(--mpDistant)); bottom: 74%;}
	.mp27{left: calc(93.5% - 2.5rem - var(--mpDistant)); bottom: 84.6%; }
	.mp28{left: calc(56% - 2.5rem - var(--mpDistant)); bottom: 47.6%; }
	.mp29{left: calc(59% - 2.5rem - var(--mpDistant)); bottom: 52.6%;}
	.mp30{left: calc(75.3% - 2.5rem - var(--mpDistant)); bottom: 56%;}
	.mp31{left: calc(69.7% - 2.5rem - var(--mpDistant)); bottom: 68%;}
	.mp32{left: calc(65.5% - 2.5rem - var(--mpDistant));bottom: 4%;}
	.mp33{left: calc(73% - 2.5rem - var(--mpDistant));bottom: 10%;}
	.mp34 {left: calc(75% - 2.5rem - var(--mpDistant));bottom: 11%;}

@media only screen and (min-width: 767px) {
	.sevice-tabs a:hover {
		background: #fff;
		color: #096c38;
	}
	.sevice-tabs a:hover .set-ctn>* {
		top: -2.125rem;
	}
	.download-list>a:hover *{color: #096c38;}
}
@media only screen and (max-width: 1600px) {
	.advise-box{padding: 0 15px;}
}


@media only screen and (max-width: 767px) {
	.conTop>div {padding: 5rem 5%;}
	.sevice-tabs {
		height: auto;
	}
	.service-form>label{margin-bottom: 2rem;}
	.service-form>label>textarea{margin-bottom: 0;}
	.contact-promise {
		border-bottom-left-radius: 12px;
		border-top-right-radius: 0;
	}
	.contact-info .contact-promise{margin-bottom: 0;}
	.download-list{
		height: auto;
		max-height: 24.1875rem;
	}
	
	.download>div {
		margin-bottom: 3rem;
	}
	.contact-promise {
		background-size: auto 100%;
	}
	.mpMsg>div{padding: .9375rem 1.125%;}
}