/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}

body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 5.625rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 5.625rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100%;
}

.headdvleft {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 3.4375rem;
}

.headdvleft img {
	display: block;
	height: 100%;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}


.headdvright {
	width: 90rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 59.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 5.625rem;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}
.slideUp .headdvright ul li a span{
	color: #333;
}

.headdvright ul li:hover a::after {
	background-color: #fff;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #49944b;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}

.slideUp .headdvright ul li.active a::after {
	background-color: #49944b;
}
.dh {
	width: 6.25rem;
	height: 30px;
	border: 1px solid #FFF;
	border-radius: 50px;
}
.dh a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}
.dh iconpark-icon {
	font-size: 20px;
	color: #fff;
	margin-right: 5px;
}
.dh  a span{
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 14px;
}
.hr{
	width: 13.125rem;
	height: 6.25rem;
	background-color: #005bc0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dh a {
	color: #fff;
	font-size: 15px;
}
.ss iconpark-icon{
	font-size: 18px;
	color: #fff;
}
.slideUp .dh{
	border: 1px solid #49944b;
}
.slideUp .dh iconpark-icon{
	color: #49944b;
}
.slideUp .dh a span{
	color: #49944b;
}
.banners img {
	display: block;
	width: 100%;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hr1{
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	height: 5.625rem;
	background-color: #49944b;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hr1 section h1{
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 5px 0px;
}
	
.hr1 section h1 iconpark-icon{
	color: #fff;
	font-size: 20px;
	margin-right: 0.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hr1 section h1 span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
}
.inabout{
	padding-top: 8.4375rem;
	padding-bottom: 14.6875rem;
	background: url(../images/aboutbg_02.jpg) center bottom no-repeat;
	background-size: cover;
}
.inaboutdv{
	width:105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inaboutdvleft{
	width: 50%;
}
.inaboutdvleft h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inaboutdvleft h1 i{
	display: block;
	width: 3.125rem;
	height: 2px;
	border-top: 1px solid #49944b;
}
.inaboutdvleft h1 span{
	color: #49944b;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
	margin-left: 0.625rem;
}
.inaboutdvleft h2{
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_Bold';
}
.inaboutdvright{
	width: 50%;
}
.inaboutdvright h1{
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_Bold';
	line-height: 50px;
}
.inaboutdvright h2{
	color: #49944b;
	font-size: 24px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.5625rem;
	margin-top: 0.9375rem;
}
.inaboutdvright  p{
	line-height: 35px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.inaboutdvright ul{
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}
.inaboutdvright ul li h4{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.inaboutdvright ul li h4 span{
	color: #49944b;
	font-size: 60px;
	font-family: "Poppins_Bold";
}
.inaboutdvright ul li h4 i{
	color: #49944b;
	font-size: 48px;
}
.inaboutdvright ul li{
	width: 12.5rem;
}
.inaboutdvright ul li h3{
	color: #999999;
	font-size: 16px;
	line-height: 25px;
}
.inpro{
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
	background-color: #49944b;
}
.inprodv{
	width: 105rem;
	margin: 0 auto;
}
.inprodvbt h1{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.inprodvbt h2{
	color: #fff;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_Bold";
}
.inprodvbt p{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	font-family: "Poppins";
	color: #fff;
}
.inprotop{
	margin-top: 2.5rem;
	position: relative;
}
.inprotop::after{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	display: block;
	height: 2px;
	border-bottom: 1px solid #68a46a;
}
.inprotop #thumbs2{
	width: 105rem;
	margin: 0 auto;
}
.inprotop #thumbs2 .swiper-slide div{
	display: block;
	height: 18px;
	width: 18px;
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.inprotop #thumbs2 .swiper-slide div i{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}
.inprotop #thumbs2 .swiper-slide h1{
	text-align: center;
	margin-top: 10px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.inprotop #thumbs2 .swiper-slide-thumb-active div{
	border: 1px solid #fff;
	background-color: #49944b;
}
.inpro #gallery2 {
	width: 106.25rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}
.incp ul{
	display: flex;
	justify-content: flex-start;
}
.incp ul li{
	width: 23%;
	margin: 1%;
}
.incp ul li div{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.incp ul li div span{
	display: none;
	position: absolute;
	top:0.9375rem;
	left: 2.1875rem;
	width: 50px;
	height: 50px;
	background: url(../images/cologo_06.png) center no-repeat;
	background-size: cover;
}
.incp ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.incp ul li:hover div img{
	transform: scale(1.05);
}
.incp ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #4c4c4c;
	font-family: "Poppins_Medium";
	font-size: 18px;
	height: 5rem;
	background-color: #ffffff;
	border-top: 1px solid #ebebeb;
	transition: all 1s;
}
.incp ul li:hover h1{
	 background-color: #67b069;
	 color: #fff;
}

.incasebtleft h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.incasebtleft h1 i{
	display: block;
	width: 3.125rem;
	height: 2px;
	border-top: 1px solid #49944b;
}
.incasebtleft h1 span{
	color: #49944b;
	font-size: 16px;
	font-family: "Poppins_SemiBold";
	margin-left: 0.625rem;
}
.incasebtleft h2{
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_Bold';
}
.incase{
	width: 105rem;
	margin: 7.8125rem auto;
}
.incasebt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.incasebt .incasebtright a{
	display: block;
	border: 1px solid #999999;
	border-radius: 5px;
	width: 13.625rem;
	height: 48px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	transition: all 1s;
	background-color: #ffffff;
}
.incasebt .incasebtright a span{
	color: #333333;
	font-size: 14px;
}
.incasebt .incasebtright a iconpark-icon{
	font-size: 18px;
}
.incasebt .incasebtright a:hover{
	border: 1px solid #49944b;
	background-color: #49944b;
}
.incasebt .incasebtright a:hover span{
	color: #fff;
}
.incasebt .incasebtright a:hover iconpark-icon{
	font-size: 18px;
	color: #fff;
}
.incaselist{
	margin-top: 3.75rem;
}
.incaselist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incaselist ul li{
	width: 32.33%;
	position: relative;
	margin-top: 1.25rem;
}
.incaselist ul li div{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.incaselist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.incaselist ul li:hover div img{
	transform: scale(1.05);
}
.incaselist ul li h1{
	width: 90%;
	position: absolute;
	bottom: 5%;
	left: 5%;
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	z-index: 4;
}
.incaselist ul li span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/castm_06.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0 ;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.incaselist ul li:hover span{
	opacity: 1;
}
.innews{
	width: 105rem;
	margin: 5.3125rem auto;
	margin-bottom: 7.5rem;
}
.innewsdv{
	margin: 0 auto;
	margin-top: 4.0625rem;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	box-shadow: 0px 0px 20px #f0f0f0;
}
.innewsdvleft div{
	overflow: hidden;
	display: block;
}
.innewsdvleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvleft:hover div img{
	transform: scale(1.05);
}
.innewsdvleft section{
	padding: 2.1875rem 3.125rem;
}
.innewsdvleft section span{
	display: block;
	margin-bottom: 0.9375rem;
	color: #49944b;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.innewsdvleft section h1{
	color: #4c4c4c;
	font-size: 22px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvleft section p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewsdvcenter{
	width: calc(32% - 6.25rem);
	padding:  3.125rem;
	padding-top: 4.6875rem;
	background: url(../images/cxqw_05.jpg) center no-repeat;
	background-size: cover;
}
.innewsdvcenter span{
	display: block;
	margin-bottom: 0.9375rem;
	color: #fefefe;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.innewsdvcenter h1{
	color: #fefefe;
	font-size: 22px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.innewsdvcenter p{
	color: #fefefe;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.innewsdvcenter h4{
	width: 150px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #fff;
	color: #fefefe;
	font-size: 14px;
	margin-top: 8.75rem;
	transition: all 1s;
}
.innewsdvcenter:hover h4{
	background-color: #67b069;
	border: 1px solid #67b069;
}
.innewsdvright{
	width: 32%;
}
.innewsdvright ul{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.innewsdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innewsdvright ul li a div{
	width: 48%;
	overflow: hidden;
}
.innewsdvright ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvright ul li:hover a div img{
	transform: scale(1.05);
}
.innewsdvright ul li a section{
	width: 45%;
}
.innewsdvright ul li a section h1{
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 25px;
}
.innewsdvright ul li a section iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #579c58;
	font-size: 20PX;
	margin-top: 1.875rem;
}


.any{
	padding: 80px 0;
	background: url(../images/dsage_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #333333;
	font-size: 24px;
	font-family: "Poppins_Bold";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #b2b2b2;
	font-family: "Poppins_Light";
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Poppins_Light";
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #49944b;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-family: "Poppins_Light";
}

.foot{
	width: 100%;
	padding-top: 5rem;
	background-color: #262626;
	padding-bottom: 1.5rem;
}
.footdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 25.4375rem;
}
.footdvleft h1{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-family: "Poppins_Bold";
}
.footdvleft i{
	display: block;
	width: 25px;
	height: 30px;
	border-top: 2px solid #51b353;
	margin-top: 1rem;
}
.footdvleft p{
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 30px;
	font-family: "Poppins";
}
.footdvleft p img{
	width: 24px;
	margin-right: 8px;
	margin-top: 4px;
}
.footdvleft p span{
	display: block;
	width: 90%;
}
.footdvright{
	display: flex;
	justify-content: space-between;
	width: 73.75rem;
}
.footdvright dt a{
	color: #fff;
	font-size: 18px;
	display: block;
	font-family: "Poppins_Bold";
	transition: all 1s;
}
.footdvright dd a:hover{
	transform: translateX(10px);
}
.footdvright dt{
	margin-bottom: 1.5625rem;
}
.footdvright dd a{
	color: #cccccc;
	display: block;
	font-size: 14px;
	transition: all 1s;
	font-family: "Poppins";
}
.footdvright dd{
	margin-bottom: 1.25rem;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 1.875rem;
}
.footdvleft ul li{
	margin-right: 15px;
}
.footdvleft ul li img{
	width: 90px;
	display: block;
}
.footdvleft ul li h2{
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	line-height: 35px;
}
.footlgright{
	width: 16.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footlgright a{
	width: 30px;
	height: 30px;
	display: block;
}
.footlgright img{
	display: block;
	width: 100%;
}

.footlg{
	margin: 0 auto;
	margin-top: 1.25rem;
	width: 105rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
	background-color: #262626;
}
.wdldv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.footdvleft>img{
	display: block;
	margin-bottom: 35px;
}
.wdldv p{
	color: #cccccc;
	font-size: 14px;
	font-family: "HarmonyOS_Sans";
}
.solution{
	position: relative;
}
.solution>img{
	display: block;
	width: 100%;
}
.solutiondv{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.slbt{
	position: absolute;
	width: 33.75rem;
	top: 6.875rem;
	left:7.5rem ;
}
.slbt .incasebtleft h1 i{
	border-top: 1px solid #fff;
}
.slbt .incasebtleft h1 span{
	color: #fff;
	text-transform: uppercase;
}
.slbt .incasebtleft h2{
	color: #fff;
}
.solutionleft{
	margin-left: 7.5rem;
	width: 43.75rem;
}
.solutionright {
	width: 37.5rem;
}
.solutiondv #gallery12 .solunr{
	margin-top: 30rem;
}
.solutiondv #gallery12 .solunr h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}
.solutiondv #gallery12 .solunr p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.solutiondv #thumbs12{
	height: 100%;
}
.solutiondv #thumbs12 .swiper-slide{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
}
.solutiondv #thumbs12 .swiper-slide div{
	width: 20.625rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.solutiondv #thumbs12 .swiper-slide div i{
	font-size: 66px;
	color: #fff;
	margin-right: 2.5rem;
}
.solutiondv #thumbs12 .swiper-slide div h1{
	color: #fefefe;
	font-size: 22px;
	font-family: "Poppins_Medium";
}
.solutiondv #thumbs12 .swiper-slide-thumb-active{
	background: url(../images/sagq_032.jpg) center no-repeat;
	background-size: cover;
}
.solutiondv #thumbs12 .blue-slide.swiper-slide-thumb-active{
	background: url(../images/sagq_031.jpg) center no-repeat;
	background-size: cover;
}
.solutiondv #thumbs12 .red-slide.swiper-slide-thumb-active{
	background: url(../images/sagq_032.jpg) center no-repeat;
	background-size: cover;
}
.solutiondv #thumbs12 .orange-slide.swiper-slide-thumb-active{
	background: url(../images/sagq_033.jpg) center no-repeat;
	background-size: cover;
}
.advantages{
	padding-top: 7.5rem;
	padding-bottom: 7.8125rem;
	background-color: #f5f5f5;
}
.advantagesbt{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Bold";
	text-align: center;
	margin-bottom: 3.75rem;
}
.advantagesdv{
	display: flex;
	justify-content: space-between;
	width: 105rem;
	margin: 0 auto;
}
.advantagesdv ul{
	display: flex;
	justify-content: space-between;
}
.advantagesdv ul li{
	width: calc(32.33% - 5.625rem);
	padding: 4.375rem 2.8125rem;
	background: url(../images/ysimg_03.jpg) center no-repeat;
	background-size: cover;
}
.advantagesdv ul li:nth-child(2){
	background: url(../images/ysimg_05.jpg) center no-repeat;
	background-size: cover;
}
.advantagesdv ul li:nth-child(2){
	background: url(../images/ysimg_07.jpg) center no-repeat;
	background-size: cover;
}
.advantagesdv ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 56px;
	color: #fff;
	margin-bottom: 0.9375rem;
}
.advantagesdv ul li h1{
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	font-family: 'Poppins_Medium';
	margin-bottom: 2.1875rem;
}
.advantagesdv ul li p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.abmap{
	margin: 0 auto;
	padding-top: 7.1875rem;
	padding-bottom: 2.1875rem;
	background: url(../images/mapbg_02.jpg) center no-repeat;
	background-size: cover;
}
.abmapimg img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.shownav{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
}
.shownav ul{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.shownav ul li{
	margin-right: 3.4375rem;
}
.shownav ul li a{
	color: #333333;
	font-size: 16px;
	line-height: 4.5625rem;
}
.shownav ul li:hover a{
	color: #49944b;
}
.shownav ul li.active a{
	color: #49944b;
}
.projectlist{
	width: 107rem;
	margin: 4.375rem auto;
}
.projectlist ul{
	justify-content: flex-start;
}
.projectlist ul li{
	width: 31.33%;
	margin: 1%;
}
.lxwm{
	background-color: #f5f5f5;
	padding: 5rem 0px;
}
.lxwmbt h1{
	text-align: center;
	font-size: 38px;
	color: #4c4c4c;
	font-family: "Poppins_Bold";
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.lxwmdv{
	width: 105rem;
	margin: 0 auto;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}
.lxwmdv ul li{
	width: calc(32.33% - 6.25rem);
	padding: 3.125rem;
	border-bottom: 3px solid #4d4d4d;
	background-color: #fff;
	transition: all 1s;
}
.lxwmdv ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.1875rem;
}
.lxwmdv ul li h1 span{
	color: #4c4c4c;
	font-size: 24px;
}
.lxwmdv ul li h1 iconpark-icon{
	color: #7e7e7e;
	font-size: 48px;
	transition: all 1s;
}
.lxwmdv ul li p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
}
.lxwmdv ul li:hover{
	border-bottom: 3px solid #49944b;
}
.lxwmdv ul li:hover  h1 iconpark-icon{
	color: #49944b;
}

.liy{
	padding-top: 5.3125rem;
	padding-bottom: 5.3125rem;
	background: url(../images/contact_02.jpg) center no-repeat;
	background-size: cover;
}
.liy .lxwmbt h1{
	font-family: "Poppins_Bold";
	font-size: 36px;
	color: #fff;
}
.liy form{
	width: 105rem;
	margin: 0 auto;
	margin-top: 2.1875rem;
}
.liy form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liy form div input{
	width: 47%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	height: 48px;
	font-size: 14px;
	color: #fff;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}
.liy form div input::placeholder{
	color: #fff;
}
.liy form textarea{
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: "Poppins";
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
}
.liy form textarea::placeholder{
	color: #fff;
}
.liy form button{
	width: 120px;
	height: 50px;
	background-color: #ffffff;
	line-height: 50px;
	text-align: center;
	border: none;
	color: #49944b;
	font-size: 16px;
}
.newall{
	padding-top: 4.6875rem;
	padding-bottom: 5rem;
	background-color: #f5f5f5;
}
.newstj{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	background-color: #fff;
}

.newsdvlist{
	width: 105rem;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #43b287;
	font-size: 52px;transition: all .5s;
	display: block;
	font-family: "Poppins_SemiBold";
}
.newsdvlistime i{
	color: #43b287;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-family: "Poppins_Medium";
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #49944b;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.newsdvlist ul li iconpark-icon{
	border: 1px solid #150e52;
	color: #150e52;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
	
}


.shownewsdv{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 72%;
}
.newlt{
	background-color: #fff;
	padding: 3.125rem;
}
.shownavdvleftbt h1{
	color: #4c4c4c;
	font-size: 30px;
	font-family: "Poppins_Bold";
}
.shownavdvleftbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.shownavdvleftbt h2 span{
	display: block;
	color: #49944b;
	font-size: 14px;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
	 border-top: 1px solid #e6e6e6;
	 padding-top: 1.5625rem;
}
.shownavdvleftwz img{
	max-width: 100%;
}
.shownavdvright{
	background-color: #fff;
	padding: 1.875rem;
	width: 17.5rem;
}
.shownavdvright form{
	display: flex;
	border: 1px solid #cccccc;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}
.shownavdvright form input{
	border: none;
	line-height: 40px;
	margin-left: 1.25rem;
	width: 80%;
	outline: none;
	font-size: 14px;
	color: #999999;
	font-size: 14px;
}
.shownavdvright form button{
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #999999;
	font-size: 17px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bsua {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.25rem;
	margin-top: 1.875rem;
}

.bsua i {
	display: block;
	width: 3px;
	height: 20px;
	background-color: #49944b;
	margin-right: 10px;
}

.bsua span {
	color: #4c4c4c;
	font-size: 20px;
}

.rmlist ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4c4c4c;
	font-size: 14px;
}

.rmlist ul li a i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #49944b;
	margin-top: 17px;
	margin-right: 15px;
}

.rmlist ul li a:hover {
	color: #e21f27;
}

.rmlist ul li a span {
	width: 85%;
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden;
	height: 40px;
	text-overflow:ellipsis;
	color: #4c4c4c;
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}
.rmlist ul li a:hover  span {
	border-bottom: 1px solid #49944b;
}
.rmlist ul li a:hover i {
	background-color: #49944b;
}

.faye{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.875rem 0rem;
}
.faye p{
	color: #808080;
	font-size: 16px;
}
.faye p a{
	color: #808080;
	font-size: 16px;
}
.faye p a:hover{
	color: #49944b;
}
.mhlist{
	width: 93.75rem;
	margin: 0 auto;
}
.mhlist ul{
	display: flex;
	margin-top: 3.125rem;
	justify-content: space-between;
}
.mhlist ul li{
	width: 22%;
	overflow: hidden;
	border-radius: 10px;
}
.mhlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.mhlist ul li:hover img{
	transform: scale(1.05);
}
.pvc{
	margin-top: 6.5625rem;
	margin-bottom: 6.25rem;
}
.pvcbt{
	width: 80%;
	margin: 0 auto;
}
.pvcbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat_Bold";
}
.pvcbt p{
	text-align: center;
	line-height: 30px;
	color: #808080;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-top: 0.625rem;
}
.pvclist{
	width: 105rem;
	margin: 0 auto;
}
.pvclist ul li{
	margin-top: 4.375rem;
}
.pvclist ul li a{
	display: flex;
	justify-content: space-between;
}
.pvclist ul li .pvclistleft{
	width: 50%;
	overflow: hidden;
}
.pvclist ul li .pvclistleft img{
	display: block;
	height: 100%;
	margin: 0 auto;
	transition: all 1s;
}
.pvclist ul li:hover .pvclistleft img{
	transform: scale(1.05);
}
.pvclist ul li .pvclistright{
	background-color: #f5f5f5;
	padding: 4.375rem 4.6875rem;
	width: calc(50% - 9.375rem);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pvclist ul li .pvclistright section {
	width: 100%;
}
.pvclist ul li .pvclistright section h1{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat_Bold";
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #dedede;
	margin-bottom: 1.875rem;
}

.pvclist ul li .pvclistright section dl dd{
	margin-bottom: 0.9375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pvclist ul li .pvclistright section dl dd i{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #48944a;
	margin-right: 5px;
}
.pvclist ul li .pvclistright section dl dd  span{
	display: block;
	width: 95%;
	color: #808080;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.pvclist ul li .pvclistright section h4{
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-family: 'Poppins_Medium';
	background-color: #49944b;
	margin-top: 1.875rem;
}
.pvclist ul li:nth-child(2n) a{
	flex-direction: row-reverse;
}
.showpro{
	width: 105rem;
	margin: 4.6875rem auto;
}
.showpro ul li{
	padding:4.0625rem 3.125rem;
	background-color: #f5f5f5;
	display: flex;justify-content: space-between;
	align-items: center;
	margin-bottom: 4.375rem;
}
.showproleft{
	width: 49%;
	display: flex;
	justify-content: space-between;
}
.showproleft #gallery{
	width: 37.5rem;
}
.showproleft #gallery .swiper-slide img{
	width: 100%;
	display: block;
}
.showproleft #thumbs{
	width: 8.75rem;
	height: 37.5rem;
}
.showproleft #thumbs .swiper-slide img{
	width: 100%;
	display: block;
}
.showproleft #thumbs .swiper-slide div{
	width: calc(100% - 2px);
	border: 1px solid #fff;
}
.showproleft #thumbs .swiper-slide-thumb-active div{
	border: 1px solid #67b069;
}
.showproright{
	width: 49%;
}
.showproright h1{
	color: #c1c1c1;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-bottom: 0.625rem;
}
.showproright h2{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat_Bold";
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #dedede;
	margin-bottom: 2.5rem;
}
.showproright img{
	display: block;
	width: 100%;
}
.headdvleft IMG{
	height: 100%;
}
.mfoot,.mfootdv{
	display: none;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 54px;
	color: #ffffff;
	text-align: center;
	font-family: 'Poppins_Bold';
}
.bannersasg h1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.bannersasg .sgahhrj{
	width: 105rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -52.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bannersasg .sgahhrj section{
	width: 100%;
}
.bannersasg h2{
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannersasg h2 span{
	font-family: "Poppins_Bold";
	margin: 0 15px;
}
.bannersasg h2 i{
	display: block;
	height: 2px;
	width: 4.5rem;
	height: 3px;
	border-top: 1px solid #fff;
}
.bannersasg h3{
	color: #ffffff;
	font-size: 54px;
	font-family: "Poppins_Bold";
	text-align: center;
}
.bannersasg  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 48px;
	padding: 0 25px;
	border-radius: 50px;
	background-color: #f9b931;
	margin-top: 8.125rem;
}
.bannersasg  a span{
	color: #1a1a1a;
	font-size: 14px;
}
.bannersasg  a iconpark-icon{
	font-size: 20px;
}
.iwqjg{
	position: absolute;
	bottom: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 6;
}
.iwqjg h4{
	color: #fff;
	font-size: 16px;
}
.iwqjg div{
	margin:  0 30px;
}
.iwqjg div iconpark-icon{
	font-size: 32px;
	color: #fff;
	position: relative;
	animation-name: beat;
        /*动画名称*/
        animation-duration: 1s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
@keyframes beat {
    0% {
       bottom: 20px;
    }
   
    100% {
   		bottom: 0px;
	}
}

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

.inabout{
	position: relative;
}
.inaboutdvrights .sagegewdv{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25rem;
	width: 100%;
}
 .spdv{
	display: none;
	position:fixed ;
	top: 15%;
	width: 950px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
	background: #fff;
}
.spdv video{
	width: 100%;
}
 .spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;

}
.shownavall{
	width: 105rem;
	margin: 0 auto;
	margin-top: 2.6875rem;
}
.showpro2{
	margin-top: 2.6875rem;
}
.shownavall ul{
	display: flex;
	justify-content: flex-start;
}
.shownavall ul li{
	margin-right: 15px;
}
.shownavall ul li a{
	color: #333333;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	transition: all 1s;
	background-color: #f1f1f1;
}
.shownavall ul li a:hover{
	color: #fff;
	background-color: #49944b;
}
.shownavall ul li.active a{
	color: #fff;
	background-color: #49944b;
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdvleft{
		margin-left: 2.5%;
	}
	.headdvright{
		width: 98rem;
	}
	.headdvright ul li a span{
		font-size:13px ;
	}
	.headdvright ul{
		width: 63.375rem;
	}
	.dh{
		width: 7.25rem;
	}
	.hr1 section h1 span{
		font-size: 12px;
	}
	.hr1 section h1 iconpark-icon{
		font-size: 14px;
	}
	.hr1{
		width: 22.125rem;
	}
	.dh a span{
		font-size: 12px;
	}
	.dh iconpark-icon{
		font-size: 16px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvright ul li h3{
		font-size: 14px;
	}
	.inaboutdvright ul li h4 span{
		font-size: 30px;
	}
	.inaboutdvright ul li h4 i {
	    color: #49944b;
	    font-size: 24px;
		margin-top: 5px;
	}
	.inaboutdvright ul li{
		width: 17.5rem;
	}
	.inprodv{
		width: 95%;
	}
	.inprodvbt p{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}
	.inprotop #thumbs2{
		width: 95%;
	}
	.inprotop #thumbs2 .swiper-slide h1{
		font-size: 14px;
	}
	.inpro #gallery2{
		width: 97%;
	}
	.incp ul li h1{
		font-size: 14px;
	}
	.incase{
		width: 95%;
	}
	.incasebt .incasebtright a{
		width: 150px;
	}
	.incaselist ul li h1{
		font-size: 14px;
	}
	.solutionleft{
		width: 48%;
		margin-left: 2.5%;
	}
	.slbt{
		width: 50%;
		left: 2.5%;
	}
	.incasebtleft h2{
		font-size: 28px;
	}
	.solutiondv #gallery12 .solunr h1{
		font-size: 20px;
	}
	.solutiondv #gallery12 .solunr p{
		font-size: 14px;
	}
	.solutiondv #gallery12 .solunr{
		margin-top: 28rem;
	}
	.solutiondv #thumbs12 .swiper-slide div iconpark-icon{
		font-size: 42px;
	}
	.solutiondv #thumbs12 .swiper-slide div h1{
		font-size: 18px;
	}
	.solutiondv #thumbs12 .swiper-slide div{
		width: 80%;
	}
	.innews{
		width: 95%;
	}
	.innewsdvleft section h1{
		font-size: 18px;
	}
	.innewsdvcenter h1{
		font-size: 18px;
	}
	.innewsdvcenter p{
		font-size: 14px;
	}
	.innewsdvright ul li a section h1{
		font-size: 14px;
		overflow:hidden;
		line-height: 30px;
		text-overflow:ellipsis;
		height: 60px;
		display:-webkit-box;
		
		-webkit-box-orient:vertical;
		
		-webkit-line-clamp:2;
	}
	.any{
		padding: 5rem 0rem;
	}
	.anydv{
		width: 95%;
	}
	.anydv h1{
		font-size: 20px;
	}
	.anydv form input{
		width: 14%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright dl:nth-child(4){
		display: none;
	}
	.footdvright dd a{
		font-size: 13px;
	}
	.footdvright {
	    display: flex;
	    justify-content: space-between;
	    width: 76.75rem;
	}
	.footdvleft {
	    width: 29.4375rem;
	}
	.footdvleft p{
		font-size: 13px;
	}
	.footlg{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.advantagesdv{
		width: 95%;
	}
	.advantagesdv ul li h1{
		font-size: 20px;
	}
	.advantagesdv ul li p {
	    color: #ffffff;
	    font-size: 13px;
	    line-height: 27px;
	    color: #fff;
	}
	.shownav ul li a{
		line-height: 65px;
	}
	.shownav ul{
		width: 95%;
	}
	.projectlist{
		width: 97%;
	}
	.lxwmdv{
		width: 95%;
	}
	.liy form{
		width: 95%;
	}
	.newstj,.newsdvlist{
		width: 95%;
	}
	.shownewsdv{
		width: 95%;
	}
	.shownavdvright{
		width: 21.5%;
	}
	.shownavdvleftbt h1{
		font-size: 24px;
	}
	.faye p a{
		font-size: 14px;
	}
	.pvclist{
		width: 95%;
	}
	.pvclist ul li .pvclistright section dl dd{
		margin-bottom: 15px;
	}
	.pvclist ul li .pvclistright section h1{
		font-size: 24px;
	}
	.pvclist ul li .pvclistright section h4{
		width: 180px;
		height: 45px;
		font-size: 14px;
	}
	.showpro{
		width: 95%;
	}
	.showproright h2{
		font-size: 22px;
	}
	.shownavdv {
		width: 95%;
	}
	.shownavdv  ul li{
		
	}
}

@media screen and (max-width: 999px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inaboutdvleft h1{
		justify-content: center;
	}
	.inaboutdvleft h1 span{
		font-size: 18px;
	}
	.inaboutdvleft h2{
		text-align: center;
		font-size: 16px;
	}
	.inaboutdvright{
		width: 100%;
	}
	.inaboutdvright h1{
		font-size: 16px;
		line-height: 25px;
		text-align: center;
	}
	.inaboutdvright h2{
		font-size: 14px;
		text-align: center;
	}
	.inaboutdvright p{
		font-size: 12px;
		line-height: 25px;
	}
	.inaboutdvright ul li h4 span{
		font-size: 24px;
	}
	.inaboutdvright ul li h4 i{
		font-size: 14px;
		margin-top: 5px;
	}
	.inaboutdvright ul li{
		width: auto;
	}
	.inaboutdvright ul li h3{
		font-size: 12px;
		line-height: 20px;
		color: #333;
	}
	.inprodv{
		width: 95%;
	}
	.inprodvbt h1{
		font-size: 18px;
	}
	.inprodvbt h2{
		font-size: 16px;
	}
	.inprodvbt p{
		width: 100%;
		font-size: 12px;
		line-height: 25px;
	}
	.inprotop #thumbs2{
		width: 95%;
	}
	.inprotop #thumbs2 .swiper-slide h1{
		font-size: 14px;
	}
	.inpro #gallery2{
		width: 97%;
	}
	.incp ul{
		flex-wrap: wrap;
	}
	.incp ul li{
		width: 48%;
		margin: 1%;
	}
	.incp ul li h1{
		line-height: 35px;
		font-size: 12px;
		height: 35px;
		overflow: hidden;
	}
	.incase{
		width: 95%;
	}
	.incasebtleft h1{
		justify-content: center;
	}
	.incasebtleft h1 span{
		text-transform: uppercase;
		text-align: center;
		font-size: 18px;
		justify-content: center;
	}
	.incasebt{
		display: block;
	}
	.incasebtleft h2{
		font-size: 16px;
		text-align: center;
	}
	.incasebt .incasebtright a{
		width: 120px;
		height: 35px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.incasebt .incasebtright a span{
		font-size: 12px;
	}
	.incaselist ul li{
		width: 48%;
		margin: 1%;
	}
	.incaselist ul li h1{
		font-size: 12px;
	}
	.slbt{
		width: 95%;
		left: 2.5%;
	}
	.solutionleft{
		width:95%;
		margin-left: 2.5%;
	}
	.solutiondv #gallery12 .solunr{
		width: 100%;
	}
	.solutiondv #gallery12 .solunr h1{
		font-size: 16PX;
	}
	.solutiondv #gallery12 .solunr p{
		font-size: 12px;
		line-height: 25px;
	}
	.solution>img {
	    display: block;
	    width: 220%;
		margin-left: -60%;
	}
	.solutionright{
		width: 100%;
		margin-top: 25px;
	}
	.solutiondv #thumbs12{
		height: 120px;
	}
	.solutiondv{
		display: block;
	}
	.solutiondv #thumbs12 .swiper-slide div{
		width: 100%;
		display: block;
	}
	.solutiondv #thumbs12 .swiper-slide div iconpark-icon{
		font-size: 28px;
		display: flex;
		justify-content: center;
	}
	.solutiondv #thumbs12 .swiper-slide div h1{
		font-size: 12px;
		text-align: center;
	}
	.solutiondv #thumbs12 .swiper-slide div iconpark-icon{
		margin: 0;
		margin-bottom: 10px;
	}
	.innews{
		width: 95%;
	}
	.innewsdvleft,.innewsdvcenter{
		display: none;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li{
		margin-bottom: 10px;
	}
	.innewsdvright ul li a section h1{
		font-size: 14px;
	}
	.foot,.wdl{
		display: none;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 95%;
		padding: 0 2.5%;
		margin-bottom: 10px;
		border-radius: 5px;
		height: 40px;
	}
	.anydv form input:nth-child(3){
		width: 95%;
		padding: 0 2.5%;
	}
	.anydv form button{
		width: 130px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		padding: 0 2.5%;
	}
	.solution{
		overflow: hidden;
	}
	.advantagesbt{
		font-size: 18px;
	}
	.advantagesdv{
		width: 95%;
	}
	.advantagesdv ul{
		flex-wrap: wrap;
	}
	.advantagesdv ul li{
		width: 90%;
		padding: 5%;
	}
	.advantagesdv ul li iconpark-icon{
		font-size: 36px;
	}
	.advantagesdv ul li h1{
		font-size: 16px;
	}
	.advantagesdv ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.projectlist{
		width: 97%;
		margin: 0 auto;
	}
	.shownav ul{
		flex-wrap: wrap;
		width: 100%;
	}
	.shownav ul li{
		width: 33.33%;
		margin: 0;
	}
	.shownav ul li:nth-child(2n){
		background-color: #f1f1f1;
	}
	.shownav ul li a{
		display: block;
		line-height: 40px;
		text-align: center;
		font-size: 12px;
	}
	.lxwmbt h1{
		font-size: 18px;
	}
	.lxwmbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmdv ul{
		display: block;
	}
	.lxwmdv ul li{
		width: 90%;
		padding: 5%;
	}
	.lxwmdv ul li h1 span{
		font-size: 16px;
	}
	.lxwmdv ul li h1 iconpark-icon{
		font-size: 24px;
	}
	.lxwmdv ul li p{
		font-size: 12px;
	}
	.liy .lxwmbt h1{
		font-size: 18px;
	}
	.liy form{
		width: 95%;
	}
	.liy form div input{
		width: 96%;
		line-height: 35px;
		padding: 0 2%;
		height: 35px;
		margin-bottom: 10px;
	}
	.liy form textarea{
		width: 96%;
		padding: 2%;
		line-height: 35px;
	}
	.liy form button{
		height: 40px;
		line-height: 120px;
		line-height: 40px;
		font-size: 12px;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding:3% 5%;
		width: 90%;
	}
	.newsdvlistext{
		width: 100%;
		padding: 0;
	}
	.newsdvlistext h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.shownewsdv{
		width: 95%;
		display: block;
	}
	.shownavdvleft{
		width: 100%;
	}
	.shownavdvleftbt h1{
		font-size: 16px;
		line-height: 30px;
	}
	.shownavdvleftbt h2 span{
		font-size: 12px;
	}
	.shownavdvright{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.shownavdvright form input{
		width: ;
	}
	.bsua span{
		font-size: 16px;
	}
	.rmlist ul li a span{
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}
	.faye p a{
		font-size: 12px;
	}
	.pvcbt{
		width: 95%;
	}
	.pvcbt h1{
		font-size: 18px;
	}
	.pvcbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.pvclist{
		width: 95%;
	}
	.pvclist ul li a{
		display: block;
	}
	.pvclist ul li .pvclistleft{
		width: 100%;
	}
	.pvclist ul li .pvclistleft img{
		width: 100%;
	}
	.pvclist ul li .pvclistright{
		width: 90%;
		padding: 5%;
	}
	.pvclist ul li .pvclistright section h1{
		font-size: 16px;
	}
	.pvclist ul li .pvclistright section dl dd span{
		font-size: 12px;
	}
	.pvclist ul li .pvclistright section h4{
		width: 120px;
		height: 35px;
		margin-top: 10px;
		font-size: 12px;
		line-height: 35px;
	}
	.showpro{
		width: 95%;
	}
	.showpro ul li{
		width: 90%;
		padding: 5%;
		display: block;
	}
	.showproleft{
		width: 100%;
		display: block;
	}
	.showproleft #gallery{
		width: 100%;
	}
	.showproleft #thumbs{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.showproright{
		 margin: 15px 0px;
		 width: 100%;
	}
	.showproright h1{
		font-size: 12px;
	}
	.showproright h2{
		font-size: 16px;
	}
	.mfoot {
		height: 45px;
		display: block;
	}

	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #49944b;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #307f32;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner img {
		width: 150%;
		margin-left: -25%;
	}

	.nrbanner {
		width: 100%;
		overflow: hidden;
	}
	.nrbanner .btext h2{
		font-size: 20px;
		text-align: center;
	}
	.bannersasg h2{
		font-size: 14px;
	}
	.bannersasg h3{
		font-size: 18px;
	}
	.iwqjg h4{
		font-size: 12px;
	}
	.iwqjg div iconpark-icon{
		font-size: 18px;
		margin-top: 15px;
	}
	.bannersasg img{
		max-width: none;
		width: 130%;
		margin-left: -15%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.solutiondv #thumbs12 .swiper-slide div i{
		font-size: 32px;
		display: flex;
		justify-content: center;
	}
	.pvclist ul li .pvclistright section dl dd span{
		line-height: 25px;
    	height: 25px;
	}
	.blank-large{
		height: 20px;
	}
	.pagination li a{
		    padding: 6px 10px;
	}
	.projectlist{
		margin-bottom: 15px;
	}
	.spdv{
		width: 85%;
		left: 2.5%;
		margin-left: 0;
		top: 15%;
		padding: 5%;
		padding-top: 90px;
	}
	.shownavall{
		width: 95%;
	}
	.shownavall ul{
		flex-flow: wrap;
		justify-content: space-between;
	}
	.shownavall ul li{
		width: 49%;
		margin: 0;
		margin-bottom: 10px;
	}
	.shownavall ul li a{
		font-size: 12px;
	}
}

