.layout {
	position:relative;
	overflow:hidden;
}
.wrap {
	width:62.5rem;
	margin:0 auto;
}
.header {
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:12;
	height:5.208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.header.on {
	background:#242a26;
	box-shadow:0 0.20833333333333334rem 0.3125rem 0 rgba(80,80,80,0.2);
}
.banner img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.header .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;height: 100%;
}
.header .logo {
	width:5.208333333333334rem;
	display:block;
}
.header .logo img {
	width:100%;
	display:block;
}
.header .rts {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.header .language {
	background:url(../images/qw1.png) no-repeat left center;
	background-size:0.8854166666666667rem auto;
	width:5.195833333333334rem;
	padding-left:1.1458333333333335rem;
	margin-left:2.34375rem;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.header .language::before {
	content:"";
	position:absolute;
	left:-2.604166666666667rem;
	top:50%;
	z-index:1;
	width:0.052083333333333336rem;
	height:0.7291666666666667rem;
	background:#545455;
	margin-top:-0.36458333333333337rem;
}
.header .translateSelectLanguage {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/qw2.png) no-repeat right center;
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#fff;
	line-height:1.6;
	cursor:pointer;
	border:none;
}
.header .translateSelectLanguage  option {
	color:#333;
}
.header .naver ul {
	display:flex;
	align-content:end;
}
.header .naver li a {
	font-size:0.9375rem;
	line-height:4.6875rem;
	color:#fff;
	display:block;
	margin-right:3.125rem;
}
.header .naver li.on a,.header .naver li a:hover {
	color:#f39700;
}
.banner {
	width:100%;
	height:100%;
	display:block;
}
.uitflax {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.footer {
	padding:4.270833333333334rem 0;
}
.footer .tps .logo {
	width:5.208333333333334rem;
}
.footer .tps .logo img {
	width:100%;
	display:block;
}
.footer .nav {
	padding-bottom:1.0416666666666667rem;
	border-bottom:0.052083333333333336rem solid rgba(255,255,255,0.1);
	width:calc(100% - 9.375rem);
}
.footer .nav ul {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.footer .nav li a {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
	display:block;
}
.footer .nav li {
	margin-left:2.8125rem;
}
.footer .text p {
	font-size:0.8333333333333334rem;
	line-height:2;
	color:#fff;
}
.footer .text dl {
	display:flex;
	align-items:center;
	margin-top:1.0416666666666667rem;
}
.footer .text dd {
	width:1.1979166666666667rem;
	margin-right:1.0416666666666667rem;
}
.footer .text dd img {
	width:100%;
	display:block;
}
.footer .tps {
	margin-bottom:1.5625rem;
}
.footer .tbs {
	align-items:flex-end;
}
.copyright {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#fff;
}
.ziliao {
	padding:4.166666666666667rem 0 5.729166666666667rem;
}
.utit {
	text-align:center;
}
.utit h5 {
	font-size:0.7291666666666667rem;
	line-height:1.7;
	color:#365941;
}
.utit h2 {
	font-size:1.875rem;
	line-height:1.5;
	color:#000000;
}
.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pages dd a {
	width:1.5625rem;
	line-height:1.5625rem;
	text-align:center;
	border:1px solid #d2d2d2;
	display:block;
	font-size:0.7291666666666667rem;
	color:#666666;
	margin:0 0.15625rem;
}
.pages dd.on a,.pages dd a:hover {
	background:#365941;
	border-color:#365941;
	color:#fff;
}
.pages dd.ons a {
	background:#f7f7f7;
}
.pages dd.ons a:hover {
	background:#365941;
	border-color:#365941;
	color:#fff;
}
.pages dd:nth-last-child(2) a,.pages dd:first-child a {
	width:2.8125rem;
}
.utzllist {
	margin-top:1.5625rem;
}
.utzllist ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:1.5625rem;
}
.utzllist li {
	background:#fff;
	box-shadow:0 0.20833333333333334rem 0.5208333333333334rem 0 #f8f8f8;
	border-radius:0.5208333333333334rem;
	width:calc((100% - 1.0416666666666667rem)/2);
	margin-bottom:0.9375rem;
	padding:1.3541666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	position:relative;
	top:0;
}
.utzllist li a {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.utzllist li .ls {
	display:flex;
	align-items:center;
}
.utzllist li .ico {
	width:4.166666666666667rem;
	border-radius:0.5208333333333334rem;
	overflow:hidden;
}
.utzllist li .ico img {
	width:100%;
	display:block;
}
.utzllist li .ts {
	margin-left:1.25rem;
}
.utzllist li h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#363636;
}
.utzllist li p {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	color:#666666;
	margin-top:0.2604166666666667rem;
}
.utzllist li h6 {
	width:5.208333333333334rem;
	border:1px solid #898989;
	border-radius:1.5625rem;
	text-align:center;
}
.utzllist li h6 span {
	font-size:0.8333333333333334rem;
	line-height:1.7708333333333335rem;
	color:#232323;
	display:inline-block;
	padding-left:1.0416666666666667rem;
	background:url(../images/qw42.png) no-repeat left center;
	background-size:0.8854166666666667rem auto;
}
.utzllist li:hover {
	box-shadow:0 0.5208333333333334rem 1.0416666666666667rem 0 #e7f1ea;
	top:-0.2604166666666667rem;
}
.utzllist li:hover h6 span {
	color:#fff;
	background:url(../images/qw42-1.png) no-repeat left center;
	background-size:0.8854166666666667rem auto;
}
.utzllist li:hover h6 {
	background:#365941;
	border-color:#365941;
}
.utzllist li:hover h3 {
	color:#365941;
}
.about {
	padding:4.166666666666667rem 0 5.729166666666667rem;
}
.about .utit {
	text-align:left;
}
.about .txt {
	font-size:0.9375rem;
	line-height:2;
	color:#363636;
	margin-top:1.25rem;
}
.about .txt img {
	width:100%;
	height:auto;
	display:block;
}
.about .txt h6 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#365941;
	margin-bottom:0.8333333333333334rem;
}
.advantage {
	padding:4.427083333333334rem 0 2.0833333333333335rem;
}
.advantage .bds {
	margin-top:1.0416666666666667rem;
}
.advantage .bds ul {
	display:flex;
	flex-wrap:wrap;
}
.advantage .bds li {
	margin-right:1.7708333333333335rem;
	margin-bottom:2.291666666666667rem;
	width:calc((100% - 3.6458333333333335rem)/3);
}
.advantage .bds li:nth-child(3n) {
	margin-right:0;
}
.advantage .bds .pic {
	height:11.458333333333334rem;
	overflow:hidden;
}
.advantage .bds .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.advantage .bds .ts {
	margin-top:0.9375rem;
}
.advantage .bds .ico {
	display:block;
	object-fit:contain;
	height:auto;
	max-width:100%;
}
.advantage .bds h3 {
	font-size:1.1458333333333335rem;
	line-height:1.6;
	color:#365941;
	margin:0.4166666666666667rem 0 0.625rem;
}
.advantage .bds p {
	font-size:0.9375rem;
	line-height:1.8;
	color:#666666;
}
.contact {
	padding:4.6875rem 0 5.208333333333334rem;
}
.contact .maps {
	height:19.791666666666668rem;
	margin-top:1.5625rem;
}
.contact .txt {
	width:calc(100% - 33.85416666666667rem);
}
.contact .from {
	width:28.90625rem;
}
.contact .txt .ts {
	margin-top:1.0416666666666667rem;
	padding-top:1.4583333333333335rem;
	border-top:0.052083333333333336rem solid #eeeeee;
}
.contact .txt .utit {
	text-align:left;
}
.contact .txt h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#365941;
	font-weight:bold;
	margin-bottom:0.5208333333333334rem;
}
.contact .txt p {
	font-size:0.9375rem;
	line-height:2;
	color:#363636;
}
.contact .txt dl {
	display:flex;
	align-items:center;
	margin-top:2.0833333333333335rem;
}
.contact .txt dd {
	width:1.40625rem;
	margin-right:1.25rem;
}
.contact .txt dd img {
	width:100%;
	display:block;
}
.contact .from h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#365941;
	font-weight:bold;
}
.contact .from ul {
	margin-top:0.625rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.contact .from li {
	width:calc((100% - 1.3541666666666667rem)/2);
	margin-bottom:0.9375rem;
}
.contact .from li.on {
	width:100%;
}
.contact .from li h4 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#333333;
	margin-bottom:0.4166666666666667rem;
}
.contact .from li h4 i {
	color:#ff2424;
}
.contact .from li .t1 {
	width:100%;
	height:2.604166666666667rem;
	border:1px solid #898989;
	border-radius:0.20833333333333334rem;
	background:none;
	padding:0 1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:0.8333333333333334rem;
	color:#000;
}
.contact .from li .t2 {
	padding:0.5208333333333334rem 1.0416666666666667rem;
	height:5.729166666666667rem;
	resize:none;
}
.contact .from .btn {
	width:7.708333333333334rem;
	height:2.5rem;
	text-align:center;
	cursor:pointer;
	background:#365941;
	font-size:0.8333333333333334rem;
	color:#fff;
	display:block;
	border:none;
	border-radius:2.604166666666667rem;
}
.product {
	padding:3.854166666666667rem 0;
	display:flex;
	flex-direction:column;
	height:100%;
}
.product .utit {
	text-align:left;
}
.product .wrap {
	display:flex;
	justify-content:space-between;
	position:relative;
	height:100%;
}
.product .lts {
	width:14.583333333333334rem;
	position:sticky;
	position:-webkit-sticky;
	top:7.291666666666667rem;
	z-index:10;
	align-self:flex-start;
}
.product .rts {
	width:calc(100% - 16.875rem);
}
.profeil h2 {
	font-size:1.6666666666666667rem;
	line-height:1.6;
	color:#000000;
	font-weight:bold;
}
.profeil .del {
	font-size:0.9375rem;
	line-height:2;
	color:#666666;
	margin:0.5208333333333334rem 0 1.0416666666666667rem;
}
.utpro ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.utpro li {
	width:calc((100% - 1.0416666666666667rem)/2);
	margin-bottom:1.0416666666666667rem;
	border:1px solid #eeeeee;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	position:relative;
	box-sizing:border-box;
	padding:1.5625rem 1.5625rem 0.78125rem;
}
.utpro li::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:0.10416666666666667rem;
	background:#365941;
}
.utpro li .ico {
	max-width:100%;
	display:block;
	object-fit:contain;
	height:auto;
}
.utpro li h3 {
	font-size:1.1458333333333335rem;
	line-height:1.6;
	color:#365941;
	margin:0.4166666666666667rem 0 0.5208333333333334rem;
}
.utpro li p {
	font-size:0.9375rem;
	line-height:1.6;
	color:#666666;
}
.profeil .list {
	margin-top:2.0833333333333335rem;
}
.profeil .list ul {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:1.0416666666666667rem;
}
.profeil .list li {
	margin-bottom:1.7708333333333335rem;
	margin-right:1.5625rem;
	width:calc((100% - 3.229166666666667rem)/3);
}
.profeil .list li:nth-child(3n) {
	margin-right:0;
}
.profeil .list li .pic {
	height:18.75rem;
	overflow:hidden;
}
.profeil .list li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.profeil .list li h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#232323;
	margin-top:0.5208333333333334rem;
	text-align:center;
}
.product .seach {
	margin:1.0416666666666667rem 0 1.5625rem;
	width:100%;
	height:2.291666666666667rem;
	border:1px solid #898989;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.product .seach .t1 {
	width:calc(100% - 2.604166666666667rem);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	padding:0 0 0 0.7291666666666667rem;
	font-size:0.78125rem;
	color:#333;
	border:none;
}
.product .seach .sub {
	width:2.604166666666667rem;
	height:5.208333333333334rem;
	border:none;
	cursor:pointer;
	background:url(../images/qw18.png) no-repeat center;
	background-size:0.9375rem auto;
}
.product .navs {
	border-top:0.052083333333333336rem solid #eeeeee;
}
.product .navs li {
	border-bottom:0.052083333333333336rem solid #eeeeee;
	padding:0.78125rem 0;
}
.product .navs li h3 {
	font-size:0.9375rem;
	line-height:2;
	color:#232323;
	font-weight:bold;
	background:url(../images/qw19.png) no-repeat right center;
	background-size:0.5208333333333334rem auto;
	cursor:pointer;
}
.product .navs li.on h3 {
	background:url(../images/qw19-1.png) no-repeat right center;
	background-size:0.5208333333333334rem auto;
}
.product .navs li dd a {
	font-size:0.9375rem;
	line-height:1.6;
	color:#666666;
	display:block;
	margin-bottom:0.7291666666666667rem;
}
.product .navs li dl {
	padding:0.625rem 0 0 0.78125rem;
}
.product .navs li dd a:hover {
	color:#f39700;
}
.product .navs li .dnli {
	display:none;
}
.prodels .ture {
	width:4.375rem;
	border:1px solid #bfbfbf;
	border-radius:1.5625rem;
	text-align:center;
}
.prodels .ture span {
	font-size:0.7291666666666667rem;
	line-height:1.4583333333333335rem;
	color:#999999;
	background:url(../images/qw30.png) no-repeat left center;
	background-size:0.36458333333333337rem auto;
	padding-left:0.625rem;
}
.prodels .icon {
	max-width:100%;
	height:auto;
	object-fit:contain;
	display:block;
}
.prodels .hds .pic img {
	width:100%;
	display:block;
}
.prodels .hds {
	margin-top:1.3020833333333335rem;
}
.prodels .hds h3 {
	font-size:1.6666666666666667rem;
	line-height:1.4;
	color:#232323;
	font-weight:bold;
}
.prodels .hds dl {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.prodels .hds dd img {
	max-width:100%;
	height:auto;
	display:block;
	object-fit:contain;
}
.prodels .hds dd {
	margin-left:1.0416666666666667rem;
}
.prodels .hds .ts {
	padding:1.4583333333333335rem 0;
	border-bottom:0.052083333333333336rem solid #eeeeee;
}
.prodels .hds .btn {
	margin-top:2.0833333333333335rem;
	width:8.854166666666668rem;
	line-height:2.8125rem;
	text-align:center;
	background:#365941;
	font-size:0.9375rem;
	color:#fff;
	display:block;
	border-radius:2.0833333333333335rem;
	transition:all 0.3s ease;
	position:relative;
	overflow:hidden;
}
.prodels .swippro {
	overflow:hidden;
	position:relative;
	margin:3.125rem 0;
}
.prodels .swippro img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.prodels .swippro .prev,.prodels .swippro .next {
	position:absolute;
	left:0.5208333333333334rem;
	top:50%;
	z-index:1;
	background:url(../images/prev.png) no-repeat center/cover;
	width:1.1458333333333335rem;
	height:1.1458333333333335rem;
	background-size:0.6770833333333334rem auto;
	cursor:pointer;
}
.prodels .swippro .next {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
	left:auto;
	right:0.5208333333333334rem;
}
.prodels .swippro li {
	height:10.677083333333334rem;
	overflow:hidden;
}
.prodels .dlicon dl {
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(2.34375rem,1fr));
	gap:1.5625rem;
	justify-content:flex-start;
}
;}.prodels .dlicon dd img {
	max-width:100%;
	height:auto;
	display:block;
	object-fit:contain;
}
.prodels .text {
	margin:2.34375rem 0 2.8645833333333335rem;
}
.prodels .text h4 {
	font-size:1.25rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
	margin-bottom:0.5208333333333334rem;
}
.prodels .text li {
	padding:0.7291666666666667rem 0;
	border-bottom:0.052083333333333336rem dashed #eeeeee;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.prodels .text h5 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#666666;
}
.prodels .text h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#232323;
}

.prodels .text table {
	width:100%;
	font-size:1.0416666666666667rem;
	color:#666666;
	line-height:1.2;
	text-align:center;
	border-radius:0.5208333333333334rem; 
	overflow: hidden;
	border-collapse: collapse;border: 1px solid #1a3071;
	margin-bottom: 1.5rem;
}
.prodels .text table th {
	font-size:1.1458333333333335rem;
	text-align:center;
	padding:0.78125rem;

}
.prodels .text table td {
	padding:0.7208333333333334rem;
	max-width:10.15625rem;
	border: 1px solid #1a3071;
}
.hpage5 {
	padding:4.166666666666667rem 0 5.729166666666667rem;
}
.hpage5 .btn {
	width:8.854166666666668rem;
	line-height:2.8125rem;
	text-align:center;
	background:#365941;
	font-size:0.9375rem;
	color:#fff;
	display:block;
	border-radius:2.0833333333333335rem;
	margin:0 auto;
	transition:all 0.3s ease;
	position:relative;
	overflow:hidden;
}
.hpage4 {
	padding:3.6458333333333335rem 0 5.729166666666667rem;
	background:#f7f7f7;
}
.hpage4 .utpro {
	margin-top:1.5625rem;
}
.hpage4 .utpro li {
	background:#fff;
	padding:2.34375rem 2.34375rem 3.385416666666667rem;
	width:calc((100% - 0.625rem)/2);
}
.hpage1 .bd {
	background:#fff;
	padding:3.6458333333333335rem 0 6.25rem;
}
.hpage1 .uitflax {
	align-items:flex-start;
}
.hpage1 .lts .utit h5 {
	margin-bottom:0.625rem;
}
.hpage1 {
	;
}
.hpage1 .txt {
	width:calc(100% - 19.6875rem);
	font-size:0.9375rem;
	line-height:2;
	color:#363636;
}
.hpage1 .lts .utit {
	text-align:left;
}
.hbanner {
	height:44.270833333333336rem;
	overflow:hidden;
	position:relative;
}
.hbanner img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpage1 .btn {
	width:2.604166666666667rem;
	height:2.604166666666667rem;
	background:url(../images/qw44.png) no-repeat center/cover;
	border:1px solid #e0e0e0;
	background-size:0.5208333333333334rem auto;
	display:block;
	border-radius:1.5625rem;
	margin-top:2.604166666666667rem;
	transition:all 0.3s ease;
	transform:translateY(0);
}
.hpage2 ul {
	display:flex;
	justify-content:space-between;
}
.hpage2 ul li {
	width:50%;
	padding:2.604166666666667rem 0;
	overflow:hidden;
}
.hpage2 ul li a {
	height:38.54166666666667rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.hpage2 ul li a img {
	display:block;
	max-width:50%;
	max-height:50%;
}
.hpage2 ul li a:hover {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.hpage3 {
	padding:4.166666666666667rem 0 7.291666666666667rem;
}
.hpage3 .utit {
	text-align:left;
}
.hpage3 .bns {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.hpage3 .bns .prev,.hpage3 .bns .next {
	margin-left:1.0416666666666667rem;
	width:2.5rem;
	height:2.5rem;
	border-radius:1.5625rem;
	background:url(../images/prev1.png) no-repeat center/cover;
	background-size:0.78125rem auto;
	cursor:pointer;
}
.hpage3 .bns .next {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.hpage3 .bns .prev.on,.hpage3 .bns .prev:hover,.hpage3 .bns .next:hover {
	background:url(../images/prev1-1.png) no-repeat center #365941;
	background-size:0.78125rem auto;
}
.hpage3 .ovs {
	margin-top:2.0833333333333335rem;
}
.hpage3 .ovs li {
	overflow:hidden;
	height:24.375rem;
	width:18.4375rem;
	position:relative;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hpage3 .ovs li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpage3 .ovs li:hover {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.hpage3 .ovs li .txt {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));
	padding:6.25rem 1.5625rem 1.5625rem;
}
.hpage3 .ovs li h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#fff;
	margin-bottom:0.625rem;
}
.hpage3 .ovs li h6 span {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	display:inline-block;
	color:#fff;
	background:url(../images/qw45.png) no-repeat right center;
	background-size:0.625rem auto;
	border-bottom:0.052083333333333336rem solid #c8c6c6;
	padding-right:2.0833333333333335rem;
	position:relative;
}
.hpage3 .ovs li h6 span::before {
	position:absolute;
	left:0;
	right:0;
	bottom:-0.052083333333333336rem;
	z-index:1;
	width:0;
	height:0.052083333333333336rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	background:#f39800;
	content:"";
}
.hpage3 .ovs li:hover h6 span::before {
	width:1.5625rem;
}
.hpage3 .ovs li:hover h6 span {
	color:#f39800;
	background:url(../images/qw45-1.png) no-repeat right center;
}
.hpage3 .ovs li:hover .txt {
	background:linear-gradient(to bottom,rgba(54,89,65,0),rgba(54,89,65,0.9));
}
.hbanner .spots {
	position:absolute;
	left:0;
	right:0;
	bottom:2.0833333333333335rem;
	z-index:1;
}
.hbanner .bns {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.hbanner .prev,.hbanner .next {
	;background:url(../images/qw46.png) no-repeat center/cover;
	width:2.1875rem;
	height:2.1875rem;
	background-size:0.4166666666666667rem auto;
	cursor:pointer;
	border:1px solid #dededf;
	margin-left:1.25rem;
	border-radius:50%;
}
.hbanner .next {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.hbanner .prev:hover,.hbanner .next:hover {
	background-color:#365941;
	border-color:#365941;
}
.hbanner .spans {
	display:flex;
	align-items:center;
	width:auto;
}
.hbanner .spans span {
	font-size:0.8333333333333334rem;
	color:#fff;
	opacity:0.7;
	width:auto;
	height:auto;
	background:none;
}
.hbanner .spans span {
	font-size:0.8333333333333334rem;
	color:#fff;
	opacity:0.4;
	padding-right:0.6770833333333334rem;
	background:none;
	width:auto;
	height:auto;
	position:relative;
	margin-right:0.78125rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hbanner .spans span::before {
	content:"";
	position:absolute;
	left:1.18291666666666667rem;
	top:50%;
	height:0.052083333333333336rem;
	background:#fff;
	width:0.5208333333333334rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hbanner .spans span.swiper-pagination-bullet-active {
	color:#f39700;
	opacity:1;
	padding-right:2.34375rem;
}
.hbanner .spans span.swiper-pagination-bullet-active::before {
	background-color:#f39700;
	width:2.0833333333333335rem;
}
.hpage1 .btn:hover {
	border-color:#365941;
	background:url(../images/qw44-1.png) no-repeat center #365941;
	transform:translateY(-0.2604166666666667rem);
	box-shadow:0 0.20833333333333334rem 0.5208333333333334rem rgba(0,0,0,0.1);
}
.utpro li {
	position:relative;
	top:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.utpro li:hover {
	top:-0.5208333333333334rem;
	box-shadow:0 0.5208333333333334rem 1.3020833333333335rem -0.2604166666666667rem rgba(180,188,185,0.8);
}
.prodels .hds .btn:hover,.hpage5 .btn:hover {
	background:linear-gradient(135deg,#4a7a59,#24402d);
	transform:translateY(-0.2604166666666667rem) scale(1.05);
	box-shadow:0 0.78125rem 1.5625rem -0.4166666666666667rem rgba(54,89,65,0.7);
	letter-spacing:0.026041666666666668rem;
}
.prodels .ture:hover,.contact .from li .t1:focus {
	border-color:#365941;
}
.footer .nav li a:hover {
	color:#f39700;
}
.contact .from .btn:hover {
	background:#233e2b;
}
.prodels .swippro img,.profeil .list li .pic img,.advantage .bds .pic img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.prodels .swippro .swiper-slide:hover img,.profeil .list li:hover .pic img,.advantage .bds li:hover .pic img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.profeil .list li:hover h6 {
	color:#365941;
}
.prodels .ture:hover {
	background:#365941;
}
.prodels .ture:hover span {
	color:#fff;
	background:url(../images/qw46.png) no-repeat left center;
}
.bgtxt img{
	display: block;width: 100%;
}

.nodata{
	color:#666;
	background:url(../images/nodata.png) no-repeat center;
	background-size: 100%;
	height: 5rem;
	width: 5rem;
	margin: 4rem auto;
	
}