/*初始化样式*/
html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}


input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

p {
	margin: 0;
}



/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

/*滚动*/
#demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#indemo {
	float: left;
	width: 800% !important;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

#m_demo {
	overflow: hidden;
	width: 92%;
	margin: 0 auto;
}

#m_indemo {
	float: left;
	width: 800% !important;
}

#m_demo1 {
	float: left;
}

#m_demo2 {
	float: left;
}




.com-img {
	display: inline;
	overflow: hidden;
	margin: 0 auto;
	display: table;
}

.com-img img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}



/*样式*/
.wt_t {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 10px
}

.flex_11 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}










/*头部样式*/
.top_11 {
	height: 44px;
	background-color: #232323;
}

.wel {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
}


.seo {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
}

.seo a {
	color: #ffffff;
}



.top_22 {
	height: 105px
}

.logo {
	float: left;
}

.logo a {
	display: block;
	height: 100px;
	padding: 10px 0;
}

.logo img {
	width: 100%;
	height: 100%;
}

.dao_22 {
	width: 60%;
	margin-left: 15%
}

.dao_33 {
	position: relative;
}

.dao_33 li {
	float: left
}

.ss2 {
	display: none;
	position: absolute;
	left: 0;
	top: 85px;
	padding: 10px;
	border-radius: 20px;
	z-index: 999;
	width: 200px;
	background: rgb(47, 144, 79, 0.5);
}


.tel {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}



/* box */
.box {
	margin-top: 3.5vw
}

.box2 {
	margin-top: 1.5vw
}

.box2 .nn_ll {
	overflow: hidden;
}


.p_aa {
	width: 50%;
}

.p_aa li {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.p_aa li .img_11 {
	display: block;
	width: 100%;
}

.p_aa li .img_11 img {
	width: 100%;
}

.p_aa li .dnn {
	position: absolute;
	width: 45%;
	right: 25px;
	bottom: 25px;
}

.p_aa li .dnn h3 {
	color: #222222;
	font-size: 18px;
	line-height: 25px;
}

.p_aa li .dnn h4 {
	color: #222222;
	font-size: 40px;
	font-weight: 600;
	margin-top: 10px
}

.p_aa li .dnn p {
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px
}

.p_aa li .m1 {
	color: #222222;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-decoration: underline;
}


.p_bb {
	width: 48.6%;
}

.p_bb li {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5.55%;
}

.p_bb li .img_11 {
	display: block;
	width: 100%;
}

.p_bb li .img_11 img {
	width: 100%;
}

.p_bb li .dnn {
	position: absolute;
	width: 45%;
	right: 25px;
	bottom: 25px;
}

.p_bb li .dnn h3 {
	color: #222222;
	font-size: 18px;
	line-height: 25px;
}

.p_bb li .dnn h4 {
	color: #222222;
	font-size: 40px;
	font-weight: 600;
	margin-top: 10px
}

.p_bb li .dnn p {
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px
}

.p_bb li .m1 {
	color: #222222;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-decoration: underline;
}

.p_bb li:nth-child(2) {
	margin-bottom: 0px;
}





@media (max-width: 1440px) {
	.p_aa li .dnn h4 {
		color: #222222;
		font-size: 30px;
		font-weight: 600;
		margin-top: 10px
	}

	.p_bb li .dnn h4 {
		color: #222222;
		font-size: 30px;
		font-weight: 600;
		margin-top: 10px
	}
}

@media (max-width: 1370px) {
	.p_aa li .dnn h4 {
		color: #222222;
		font-size: 25px;
		font-weight: 600;
		margin-top: 10px
	}

	.p_bb li .dnn h4 {
		color: #222222;
		font-size: 25px;
		font-weight: 600;
		margin-top: 10px
	}
}

@media (max-width: 990px) {
	.p_aa li .dnn h4 {
		color: #222222;
		font-size: 18px;
		font-weight: 600;
		margin-top: 10px
	}

	.p_bb li .dnn h4 {
		color: #222222;
		font-size: 18px;
		font-weight: 600;
		margin-top: 10px
	}

	.p_bb li .m1 {
		line-height: 25px;
		margin-top: 10px;
	}

	.p_aa li .m1 {
		line-height: 25px;
		margin-top: 10px;
	}

	.p_bb li .dnn {
		position: absolute;
		width: 65%;
		right: 15px;
		bottom: 15px;
	}

	.p_aa li .dnn {
		position: absolute;
		width: 65%;
		right: 15px;
		bottom: 15px;
	}

	.p_aa {
		width: 100%;
	}

	.p_bb {
		width: 100%;
		margin-top: 20px
	}

	.p_bb li {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.p_bb li .dnn p {
		color: #666666;
		font-size: 12px;
		line-height: 22px;
		height: 22px;
		overflow: hidden;
		margin-top: 10px
	}

	.p_aa li .dnn p {
		color: #666666;
		font-size: 12px;
		line-height: 22px;
		height: 22px;
		overflow: hidden;
		margin-top: 10px
	}
}



@media (max-width: 768px) {

	.p_bb li .dnn {
		position: absolute;
		width: 90%;
		right: 10px;
		bottom: 10px;
	}

	.p_aa li .dnn {
		position: absolute;
		width: 90%;
		right: 10px;
		bottom: 10px;
	}


}



/* pro */
.pro {
	padding: 0 1.8%;
}

.ptt {
	font-size: 38px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	color: #222222;
	background: url(../image/3e6bd84c4dbdcdbdd757a1c6db1a40ca12e196f4.png) no-repeat center;
}

.sort {
	width: 18%;
	border: solid 1px #eeeeee;
	float: left
}

.sort h2 {
	height: 75px;
	background-color: #fafafa;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 0px;
	color: #222222;
	padding-left: 7.5%;
}

.hd {
	width: 96%;
	margin: 0 auto
}

.hd li {
	border-bottom: 1px solid #eeeeee;
	line-height: 78px;
	padding-left: 4.5%;
}

.hd li:last-child {
	border: none;
}

.hd li a img {
	padding-right: 2.5%;
}

.hd li a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 78px;
	letter-spacing: 0px;
	color: #666666;
}

.hd li a span {
	color: #222222;
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
	float: right;
	display: block;
	opacity: 0;
}

.hd li.on a {
	color: #2f904f
}

.hd li.on a span {
	opacity: 1;
}






.cp_ll {
	width: 58.5%;
	float: left;
	margin-left: 1.8%
}

.cp_ll ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cp_ll ul li {
	width: 24%;
}

.cp_ll ul li .b1img1 {
	display: block;
	overflow: hidden;
}

.cp_ll ul li .b1img1 img {
	width: 100%;
	height: auto;
}

.cp_ll ul li h4 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	text-align: center;
	margin-top: 10px
}


.cp_ll ul li .m2 {
	width: 128px;
	height: 36px;
	background-color: #2f904f;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.cp_ll ul li:hover .m2 {
	background-color: #222222;
}


.more_x {
	float: right;
	position: relative;
	width: 18.8%;
}

.more_x img {
	width: 100%;
}

.mm2 {
	position: absolute;
	width: 100%;
	top: 35%;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: underline;
}

.mm2 a {
	color: #ffffff;
}



@media (max-width: 1440px) {
	.sort h2 {
		font-size: 20px;
	}

	.hd li {
		border-bottom: 1px solid #eeeeee;
		line-height: 53px;
		padding-left: 4.5%;
	}

	.hd li:last-child {
		border: none;
	}

	.hd li a img {
		padding-right: 2.5%;
	}

	.hd li a {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 53px;
		letter-spacing: 0px;
		color: #666666;
	}
}


@media (max-width: 1024px) {
	.hd li a span {
		display: none;
	}

	.sort h2 {
		font-size: 18px;
		line-height: 55px;
		height: 55px
	}

	.hd li {
		border-bottom: 1px solid #eeeeee;
		line-height: 45px;
		padding-left: 4.5%;
	}

	.hd li:last-child {
		border: none;
	}

	.hd li a img {
		padding-right: 2.5%;
	}

	.hd li a {
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 45px;
		letter-spacing: 0px;
		color: #666666;
	}


}



@media (max-width: 992px) {
	.more_x {
		display: none;
	}

	.cp_ll {
		width: 79.5%;
		float: right;
		margin-left: 0%
	}

}




@media (max-width: 768px) {
	.sort {
		width: 100%;
		border: solid 1px #eeeeee;
		float: none
	}

	.cp_ll {
		width: 100%;
		float: right;
		margin-left: 0%;
		margin-top: 20px
	}

	.cp_ll ul li {
		width: 48%;
		margin-bottom: 20px;
	}

}





/* q2bg */
.q2bg {
	background: url(../image/971cbdfb7f561acfc727d71a284dbb55329156ec.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 3.5% 0;
}

.q2bg_con {
	max-width: 600px;
	margin: 0 auto;
}

.q2bg_con h2 {
	font-family: Arial-BoldMT;
	font-size: 74px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
	text-align: center;
}


.q2bg_con h3 {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2f904f;
	text-align: center;
	margin-top: 10px;
}

.q_con {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 20px;
	text-align: center;
}

.more3 {
	width: 128px;
	height: 44px;
	background-color: #2f904f;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

.more3 a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}




@media (max-width: 1440px) {

	.page-banner,
	.x-banner {
		margin-top: 60px
	}

	.box {
		margin-top: 30px
	}

	.box2 {
		margin-top: 20px
	}

	.ptt {
		font-size: 30px;
	}

}



@media (max-width: 1440px) {
	.q2bg_con h2 {
		font-size: 50px;
	}

	.q2bg_con h3 {
		font-size: 25px;
	}

}




@media (max-width: 1370px) {
	.q2bg_con h2 {
		font-size: 40px;
	}

	.q2bg_con h3 {
		font-size: 25px;
	}

}


/* ab_con */
.ab_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.video {
	width: 54%;
}

.video img {
	width: 100%;
}

.ann1 {
	width: 43%;
}

.ann1 h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0px;
	color: #222222;
	background: url(../image/3e6bd84c4dbdcdbdd757a1c6db1a40ca12e196f4.png) no-repeat left 50%;
}


.ann1 h3 {
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #2f904f;
	margin-top: 10px;
}

.aacc {
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 20px
}


.more4 {
	margin-top: 30px;
	width: 128px;
	height: 44px;
	background-color: #2f904f;
	border-radius: 5px;
	text-align: center;
}


.more4 a {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}


@media (max-width: 900px) {
	.video {
		width: 100%;
	}

	.ann1 {
		width: 100%;
		margin-top: 20px
	}

}



@media (max-width: 990px) {
	.ann1 h2 {
		font-size: 20px;
	}

	.ann1 h3 {
		font-size: 16px;
	}
}


/* 新闻资讯 */
.nn_ll {
	margin: 0 -5%
}

.nn_ll li {
	margin: 10px;
	padding: 15px;
}

.nn_ll li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}


.nn_ll li .img_gg {
	width: 100%;
	display: block
}

.nn_ll li .img_gg img {
	width: 100%;
}

.nn_ll li h4 img {
	width: 14px !important;
	height: 14px !important;
	float: left;
	margin-right: 10px
}

.nn_ll li h4 {
	color: #888888;
	font-size: 14px;
	margin-top: 15px
}

.nn_ll li h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	height: 30px;
	overflow: hidden;
	margin-top: 10px
}


.nn_ll li h5 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px
}

.nn_ll li:hover h3 {
	color: #2f904f
}

.nn_ll {
	position: relative;
}

.nn_ll .owl-carousel {
	position: relative;
	padding-bottom: 5%;
}

.nn_ll .owl-carousel a {
	display: block;
}

.nn_ll .owl-carousel .owl-nav .owl-prev {
	left: 48%;
}

.nn_ll .owl-carousel .owl-nav .owl-next {
	right: 48%;
}

.nn_ll .owl-carousel .icon-font:after {
	display: none;
}

.nn_ll .owl-carousel .owl-nav button.owl-prev {
	outline: none;
	position: absolute;
	bottom: 10%;
	z-index: 9999;
	width: 9px;
	height: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: url(../image/0249d14b73da4c48106e024bf22dced3498a31d0.png) no-repeat center top;
}


.nn_ll .owl-carousel .owl-nav button.owl-next {
	outline: none;
	position: absolute;
	bottom: 10%;
	z-index: 9999;
	width: 9px;
	height: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: url(../image/2d636f2f14bdd1dcb9f3eb6218870b1b37654c64.png) no-repeat center top;
}


@media (max-width: 1280px) {
	.nn_ll {
		margin: 0%
	}

	.nn_ll li {
		margin: 5px;
		padding: 5px;
	}

}







/* 页脚 */

.dff {
	background: url(../image/3199a3cf1ae3b8e2e89a7324783ed8e6194d7c1a.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 3.5% 0
}

.logo2 {
	text-align: center;
}

.logo2 img {
	text-align: center;
}

.logo_con {
	max-width: 751px;
	margin: 0 auto;
	margin-top: 20px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;
	text-align: center;
}




.g_ll {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}



.g_ll .li1 {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
}

.g_ll .li1 {
	background: url(../image/f328706ccc43a661cff3671ea89a62b254048162.png) no-repeat center top;
}



.g_ll .li2 {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.g_ll .li2 {
	background: url(../image/8ddddf48d3636653cf7d95706baab82959b0df56.png) no-repeat center top;
}


.wm1 {
	position: absolute;
	left: -12px;
	display: none;
	top: 35px
}

.g_ll .li2:hover .wm1 {
	display: block;
}






.g_ll .li3 {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
}

.g_ll .li3 {
	background: url(../image/386bd0e2936f10dc63a6a65e38647db814a6e753.png) no-repeat center top;
}

.g_ll .li4 {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.g_ll .li4 {
	background: url(../image/885fff255ed73ebd78ee1936a47ef7c219c6c328.png) no-repeat center top;
}


.wm2 {
	position: absolute;
	left: -12px;
	display: none;
	top: 35px
}

.g_ll .li4:hover .wm2 {
	display: block;
}







.dg1 {
	width: 30%;
	float: left;
}

.dt1 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #222222;
}


.lxwm {
	margin-top: 20px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #888888;
}

.lxwm img {
	max-width: 100%;
}


.sot {
	margin-top: 20px;
}

.sot li {
	width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #888888;
}

.sot li a {
	color: #888888;
}


.dff_con {
	display: flex;
	justify-content: space-between;
	grid-gap: 15px;
}


@media (max-width: 990px) {
	.dg1 {
		width: 50%;
		float: left;
	}

}


@media (max-width: 768px) {
	.dg1 {
		width: 80%;
		float: left;
	}

}




.dff2 {
	background: #2f904f;
	padding: 10px 0;
}

.seox {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}

.seox a {
	color: #ffffff;
}



@media (max-width: 1024px) {
	.seox {
		text-align: center;
		width: 100%;
	}

}







/*样式*/


@media (max-width: 1440px) {
	.ptt {
		font-size: 30px;
	}

}


@media (max-width: 990px) {

	.page-banner,
	.x-banner {
		margin-top: 60px
	}

	.box {
		margin-top: 30px
	}

	.box2 {
		margin-top: 20px
	}

	.ptt {
		font-size: 20px;
	}

	.dff2 {
		margin-bottom: 20px;
	}

}





/*内页左侧样式*/

.page-product-inquiry a {
	color: #fff;
}