/* 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;
}
@font-face
{
	font-family: "Inter";
	src:url('../font/Inter-Regular_1.ttf');
}
@font-face
{
	font-family: "Inter_Light";
	src:url('../font/Inter-Light_1.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Inter_Medium";
	src:url('../font/Inter-Medium_1.ttf');
}
html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-family: "Inter";
}

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: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.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: 56.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 50.875rem;
	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;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-family: "Inter";
	font-size: 18px;
	color: #ffffff;
}

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

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

.slideUp .headdvright ul li:hover a::after {
	 background-color: #51b353; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #51b353; 
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #51b353;
}
.slideUp .headdvright ul li.active a span{
	color: #51b353;
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #51b353; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #51b353; 
}
.ss img{
	display: block;
	width: auto;
}
.ss iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
}
.slideUp .ss iconpark-icon{
	    color: #51b353;
}
.banners img{
	display: block;
	width: 100%;
}
.ss{
	font-size: 20px;
	color: #fff;
}
.gy{
	padding-top: 9.6875rem;
	padding-bottom: 9.375rem;
	background: url(../images/gybj_02.jpg) center no-repeat;
	background-size: cover;
}
.gydv{
	width: 93.75rem;
	margin: 0 auto;
}
.gydvleft{
	width: 43.75rem;
}
.gydvleft h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 2.5rem;
}
.gydvleft h1 i{
	color: #51b353;
}
.gydvleft p{
	color: #333;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 35px;
}
.gydvleft section{
	display: flex;
	margin-top: 4.375rem;
	justify-content: flex-start;
}
.gydvleft section a{
	width: 200px;
	height: 50px;
	background-color: #262626;
	text-align: center;
	font-size: 16px;
	margin-right: 15px;
	line-height: 50px;
	border-radius: 50px;
	position: relative;
	color: #fff;
	overflow: hidden;
	transition: all 1s;
}
.gydvleft section a span{
	position: relative;
	z-index: 2;
	font-family: "Inter_Light";
}
.gydvleft section a::after{
	content: "";
	background-color: #51b353;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	border-radius: 50px;
}
.gydvleft section a:hover::after{
	width: 100%;
}
.gydvleft section a:hover{
	background-color: #fff;
}
.inpro{
	padding-top: 6.25rem;
	background-image: linear-gradient(#f2fdf4, #ffffff);
	padding-bottom: 1.5625rem;
}
.inprodv{
	width: 93.75rem;
	margin: 0 auto;
}
.inprodvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inprodvbtright{
	width: 46.875rem;
}
.inprodvbtleft{
	width: 33.75rem;
}
.inprodvbtleft h1{
	color: #333333;
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
}
.inprodvbtleft h1 i {
    color: #51b353;
}
.inprodvbtright p{
	color: #333333;
	font-size: 17px;
	line-height: 35px;
}
.inprodvlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 4.6875rem;
}
.inprodvlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inprodvlist ul li{
	width: calc(24% - 5rem);
	padding: 2.5rem;
	background-color: #fff;
	margin-top: 1%;
	box-shadow: 0px 0px 15px #f1f1f1;
	border-radius: 10px;
}
.inprodvlist ul li h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.inprodvlist ul li p{
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inprodvlist ul li p iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 5px;
	font-size: 18px;
}
.inprodvlist ul li a>i{
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	font-size: 80px;
	color: #55b557;
}
.area{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 9.375rem;
}
.inprodvbtlink a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	padding-left: 30px;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	height: 50px;
}
.inprodvbtlink a span{
	display: block;
	font-size: 14px;
	color: #4c4c4c;
}
.inprodvbtlink a iconpark-icon{
	display: block;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	background-color: #51b353;
	border-radius: 50px;
	margin-right: 5px;
}
#areathumbs{
	margin-top: 4.0625rem;
	padding-top: 10px;
}
#areathumbs::after{
	content: "";
	display: block;
	border-top: 1px solid #ebebeb;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
#areathumbs .swiper-slide h1{
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
	position: relative;
}
#areathumbs .swiper-slide i{
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid #51b353;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #fff;
	margin-top: -8.5px;
	opacity: 0;
}
#areathumbs .swiper-slide-thumb-active i{
	opacity: 1;
}
#areathumbs .swiper-slide-thumb-active h1{
	color: #51b353;
}
#areagallery img{
	display: block;
	width: 100%;
}
#areagallery .swiper-slide{
	position: relative;
}
#areagallery .swiper-slide::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}
#areagallery .swiper-slide div{
	position: absolute;
	width: 93.75rem;
	left: 50%;
	margin-left: -46.875rem;
	top: 10rem;
	z-index: 3;
}
#areagallery .swiper-slide div h1{
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
#areagallery .swiper-slide div p{
	color: #ffffff;
	font-size: 17px;
	line-height: 35px;
	margin-bottom: 5.3125rem;
	width: 43.75rem;
}
#areagallery .swiper-slide div a{
	display: block;
	height: 50px;
	border: 1px solid #fff;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	position: relative;
}
#areagallery .swiper-slide div a span{
	position: relative;
	z-index: 2;
}
#areagallery .swiper-slide div a::after{
	content: "";
	background-color: #51b353;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	border-radius: 50px;
}
#areagallery .swiper-slide div a:hover::after{
	width: 100%;
}
#areagallery .swiper-slide div a:hover{
	border: 1px solid transparent;
}
.code{
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	background: url(../images/codeimg_02.jpg) center no-repeat;
	background-size: cover;
}
.codedv{
	width: 93.75rem;
	margin: 0 auto;
}
.codebt h1{
	width: 42.1875rem;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 3.75rem;
}
.codedvlist{
	display: flex;
	justify-content: space-between;
}
.codedvlist #gallery2{
	width: 50rem;
	height: 31.875rem;
}
.codedvlist #gallery2 img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.pddv img{
	max-width: 100%;
}
.codedvlist #gallery2 img:hover{
	transform: scale(1.05);
}
.codedvlist #thumbs2{
	width: 43.75rem;
	height: 31.875rem;
}
.codedvlist #thumbs2 .swiper-slide .fesa{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 37.5rem;
	padding: 0 3.125rem;
	background-color: #fff;
	height: calc(100% - 1px);
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa section{
	width: 29.375rem;
}
.codedvlist #thumbs2 .swiper-slide .fesa section h1{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.625rem;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa section p{
	color: #333333;
	font-size: 17px;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa div{
	width: 50px;
	position: relative;
}
.codedvlist #thumbs2 .swiper-slide .fesa div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa div img:last-child{
	width: 45px;
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}
.codedvlist #thumbs2 .swiper-slide .fesa iconpark-icon{
	font-size: 56px;
	color: #333333;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa{
	background-color: #51b353;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa section h1{
	color: #fff;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa section p{
	color: #fff;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa div img{
	opacity: 0;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa div img:last-child{
	opacity: 1;
}
.innews{
	padding: 8.75rem 0;
	width: 93.75rem;
	margin: 0 auto;
}
.innewslist{
	margin-top: 3.75rem;
}
.innewslist ul{
	display: flex;
	justify-content: space-between;
}
.innewslist ul li{
	width: 31.333%;
}
.innewslist ul li .ntime{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.innewslist ul li .ntime img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.innewslist ul li:hover .ntime img{
	transform: scale(1.05);
}
.innewslist ul li .ntime div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-color: #51b353;
}
.innewslist ul li .ntime div i{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	margin-top: 15px;
	font-family: "Inter_Light";
}
.innewslist ul li .ntime div span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "Inter_Light";
}
.innewslist ul li section{
	margin-top: 1.875rem;
}
.innewslist ul li section h1{
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}
.innewslist ul li section h2{
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 0.625rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-family: "Inter_Medium";
}
.innewslist ul li section p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.any{
	background: url(../images/any_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 56.25rem;
}	
.anydv form input{
	width: 11.25rem;
	border: none;
	background-color: #fff;
	padding: 0 0.625rem;
	height: 45px;
	outline: none;
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Poppins_Light";
}
.anydv form input:nth-child(3){
	width: 17rem;
}
.anydv form button{
	width: 11.125rem;
	height: 45px;
	line-height: 45px;
	background-color: #81d383;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	overflow: hidden;
}

.foot{
	width: 100%;
	padding-top: 5.625rem;
	background-color: #262626;
	padding-bottom: 1.5rem;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 23.75rem;
}
.footdvleft h1{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.footdvleft i{
	display: block;
	width: 25px;
	height: 30px;
	border-top: 2px solid #51b353;
	margin-top: 0.125rem;
}
.footdvleft p{
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footdvleft p img{
	width: 24px;
	margin-right: 8px;
	margin-top: 3px;
}
.footdvleft p span{
	display: block;
	width: 90%;
	font-family: "Inter_Light";
	line-height: 30px;
}
.footdvright{
	display: flex;
	justify-content: space-between;
	width: 59.25rem;
}
.footdvright dt a{
	color: #fff;
	font-size: 18px;
	display: block;
	font-family: "Inter";
	transition: all 1s;
	font-weight: bold;
}
.footdvright dd a:hover{
	transform: translateX(10px);
}
.footdvright dt{
	margin-bottom: 1.875rem;
}
.footdvright dd a{
	color: #fff;
	display: block;
	font-size: 14px;
	transition: all 1s;
	font-family: "Inter_Light";
}
.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;
}
.footlg{
	margin: 0 auto;
	margin-top: 1.25rem;
	width: 93.75rem;
}
.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
	background-color: #262626;
}
.wdldv{
	width: 93.75rem;
	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;
}
.wdldv p a{
	color: #cccccc;
	font-size: 14px;
}
.gsjj{
	width: 93.75rem;
	margin: 7.5rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjleft{
	width: 50%;
}
.gsjjright{
	width: 41.875rem;
}
.gsjjleft img{
	display:  block;
	width: 100%;
}
.gsjjleft h1{
	margin-bottom: 3.4375rem;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}
.gsjjleft h1 i{
	color: #51b353;
}
.gsjjleft p{
	line-height: 30px;
	color: #333333;
	font-size: 17px;
	margin-top: 1.875rem;
}
.sz{
	padding: 60px 0;
	background: url(../images/szbg_02.jpg) center no-repeat;
	background-size: cover;
}
.szdv{
	width: 93.75rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.szdv ul li h3 span{
	color: #333333;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.szdv ul li h3 i{
	display: block;
	color: #fff;
	font-size: 20px;
	margin-top: -25px;
	margin-left: 10px;
}
.szdv ul li p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.pzqw{
	padding: 7.5rem 0px;
}
.pzqwdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pzqwdvleft h2{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	width: 37.5rem;
}
.pzqwdvzy{
	display: flex;
	justify-content: flex-start;
}
.pzqwdvzy a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background-color: #e8ebee;
	border-radius: 50px;
	margin-right: 20px;
	transition: all 1s;
}
.pzqwdvzy a iconpark-icon{
	font-size: 18px;
	color: #a9a9a9;
	transition: all 1s;
}
.pzqwdvzy a:hover{
	color: #fff;
	background-color: #51b353;
}
.pzqwdvzy a:hover iconpark-icon{
	color: #fff;
}
.pzqwdvlist{
	width: 93.75rem;
	margin: 0% auto;
	margin-top: 2.8125rem;
}
.pzqwdvlist .swiper-slide div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pzqwdvlist .swiper-slide div img{
	width: 100%;
	margin: 0 auto;
}
.pzqwdvlist .swiper-slide div img{
	width: 100%;
}
.pzqwdvlist .swiper-slide-active div img{
	width: 100%;
}
.pzqwdvlist .swiper-slide h1{
	display: block;
	color: #333333;
	font-size: 16px;
	margin-top: 1.5625rem;
	text-align: center;
}
.netwoek{
	padding: 7.5rem 0px;
	background-color: #f3f5f6;
}
.netwoekdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.netwoekdvleft{
	width: 31.25rem;
}
.netwoekdvleft h1{
	color: #333333;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 3.125rem;
}
.netwoekdvleft p{
	color: #333333;
	font-size: 17px;
	line-height: 35px;
}
.netwoekdvleft ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}
.netwoekdvleft ul li{
	width: 48%;
}
.netwoekdvleft ul li h3{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.netwoekdvleft ul li h3 span{
    font-size: 60px;
    font-weight: bold;
    color: #018637;
}
.netwoekdvleft ul li h3 i{
	display: block;
    color: #018637;
    font-size: 20px;
    margin-top: -25px;
    margin-left: 10px;
}
.netwoekdvleft ul li h4{
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
	line-height: 30px;
}
.netwoekdvright {
	width: 61.875rem;
	position: relative;
}
.netwoekdvright  img{
	display: block;
	width: 100%;
}
.netwoekdvright div{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2.1875rem;
	border-radius: 8px;
	background-color: #51b353;
}
.netwoekdvright div h1{
	padding-bottom: 15px;
	border-bottom: 1px solid #97d198;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}
.netwoekdvright p{
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}
.netwoekdvright p iconpark-icon{
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.netwoekdvright p span{
	display: block;
	width: 90%;
	font-size: 14px;
	color: #fff;
}
.netwoekdvright p span i{
	font-size: 16px;
	font-family: "Inter_Light";
}
.appl{
	background-color: #f5f5f5;
	padding: 4.375rem 0rem;
}
.appl:nth-child(2n){
	background-color: #fff;
}
.appl a{
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.appl:nth-child(2n) a{
	flex-direction: row-reverse;
}
.appleft{
	width: 48.75rem;
	overflow: hidden;
}
.appleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.appl a:hover .appleft img{
	transform: scale(1.05);
}
.appright{
	width: 38.75rem;
}
.appright h1{
	color: #4c4c4c;
	font-size: 30px;
	margin-bottom: 15px;
}
.appright p{
	color: #333333;
	font-size: 17px;
	line-height: 30px;
}


.lxwm{
	padding-top: 5.625rem;
	padding-bottom: 7.5rem;
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.lxwmbt i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #51b353;
	margin: 0 auto;
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
.lxwmlist{
	margin-top: 40px;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 8.75rem);
	background-color: #f7f7f7;
	padding: 0 4.375rem;
	padding-top: 45px;
	padding-bottom: 50px;
	transition: all .5s;
	
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	color: #51b353;
	font-size: 42px;
	transition: all .5s;
	margin-bottom: 30px;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 24px;
	transition: all .5s;
	font-weight: bold;
}
.lxwmlist ul li p{
	margin: 0 auto;
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
	transition: all .5s;
	line-height: 30px;
	width: 100%;
}
.lxwmlist ul li:hover{
	background-color: #51b353;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.liy{
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
}
.liy form{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 35px;
}
.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;
	color: #666666;
	font-size: 14px;
	color: #666666;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
}
.liy form textarea{
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #666666;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: "Inter";
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
.liy form button{
	width: 180px;
	height: 50px;
	background-color: #51b353;
	line-height: 50px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.dowmall{
	padding: 6.25rem 0rem;
	background-color: #f5f5f5;
}


.cp{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
}
.cpleft{
	width: 21.875rem;
}
.cpright{
	width: 70.5rem;
}
.cpright .rmcplist{
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}
.cpright .rmcplist ul{
	justify-content: flex-start;
	margin-top: 0;
}
.cpright .rmcplist ul li{
	margin-bottom: 2%;
	margin-left: 1.275rem;
}

.caselb{
	border-radius: 15px;
	margin-bottom: 1.875rem;
	background-color: #51b353;
	overflow: hidden;
}

.casedvleft h1{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-indent: 1em;
	background-color: #51b353;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	background-size: cover;
}
.casedvleft ul{
	background-color: #fff;
	padding:10px 30px;
	border-bottom: 4px solid #51b353;
	border-radius: 15px;
}
.casedvleft ul li{
	border-bottom: 1px solid #e4e6eb;
	    padding-bottom: 15px;
		padding-top: 15px;
}
.casedvleft ul li h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
.casedvleft ul li h2 a{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.casedvleft ul li h2 iconpark-icon{
	color: #51b353;
	font-size: 20px;
	transition: all 1s;
}

.casedvleft ul li dl dd{
	margin-top:25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-indent: 1em;
}
.casedvleft ul li dl dd a{
	font-size: 14px;
	color: #666666;
	transition: all 1s;
}
.casedvleft ul li dl dd a:hover{
	color: #51b353;
}
.caselb1 h1{
	background-color: #51b353;
}
.caselb1>div{
	background-color: #fff;
	padding: 30px;
	border-bottom: 4px solid #51b353;
	border-radius: 15px;
}
.caselb1>div h2{
	color: #333333;
	font-size: 20px;
	margin-bottom: 1.25rem;
}

.caselb1>div p span{

	display: block;
	color: #4c4c4c;
	margin-left: 7px;
	font-size: 14px;
	line-height: 25px;
}
.caselb1>div div{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0.9375rem;
}
.caselb1>div div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	color: #51b353;
	font-size: 20px;
	margin-right: 10px;
}
.caselb1>div div section{
		width: 85%;
}
.caselb1>div div section h3{
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	    margin-top: 2px;
}
.caselb1>div div section h4{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
}
.rmcplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.rmcplist ul li{
	width: 31.33%;
	margin-top: 0;
}
.rmcplist ul li div{
	overflow: hidden;
	width: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
}
.rmcplist ul li div{
	box-shadow: 0px 0px 0px #efefef;
	transition: all 1s;
}
.rmcplist ul li:hover div{
	box-shadow:0px 0px 15px #e3e3e3;
}
.rmcplist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.rmcplist ul li:hover div img{
	transform: scale(1.05);
}
.rmcplist ul li h1{
	text-align: center;
	margin-top: 1.875rem;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.4375rem;
}
.rmcplist ul li span{
	margin: 0 auto;
	text-align: center;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	width: 75px;
	font-size: 14px;
	color: #4c4c4c;
	font-family: "Inter_Light";
	padding-bottom: 5px;
	transition: all 1s;
}
.rmcplist ul li:hover span{
	border-bottom: 1px solid #51b353;
	color: #51b353;
}

.dowmall2{
	padding-top: 0;
}
.xiagqeg{
	width: 93.75rem;
	padding: 2.5rem 0rem;
	margin: 0 auto;
}
.xiagqegleft{
	color: #808080;
	font-size: 14px;
}

.xiagqegleft a{
	color: #808080;
	font-size: 14px;
}
.xiagqegleft a:last-child{
	color: #51b353;
}
.xiagqeg{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xiagqegright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #51b353;
	font-size: 16px;
}
.xiagqegright iconpark-icon{
	font-size: 18px;
	color: #51b353;
	margin-right: 7px;
}
.chanpinimg{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgleft{
	width: 44.0625rem;
}
.chanpinimgright{
	width: 36.25rem;
}
.chanpinimgright h1{
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.chanpinimgright p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 3.75rem;
}
.chanpinimgright a{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #51b353;
	font-size: 15px;
	font-family: "Inter_Light";
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}
.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.25rem;
	border: 2px solid #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #51b353;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 31.875rem;
	height: 31.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.pd{
	width: 93.75rem;
	margin: 4.375rem auto;
}
.pdec{
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.pdec #thumbs{
	width: 600px;
	margin: 0;
	text-align: center;
}
.pdec #thumbs .swiper-wrapper{
	display: flex;
	justify-content: flex-start;
}
.pdec .swiper-slide span{
	height: 50px;
	display: block;
	color: #898989;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid transparent;
	transition: all 1s;
}
.pdec .swiper-slide-thumb-active span{
	color: #333333;
	border-bottom: 1px solid #333333;
	font-weight: bold;
}
.cpsmbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
	    margin-bottom: 25px;
}
.cpsmbt i{
	display: block;
	height: 30px;
	width: 4px;
	background-color: #51b353;
	margin-right: 10px;
}
.cpsmbt span{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.pddv{
	background-color: #fff;
	padding: 40px;
	margin-top: 30px;
}
.fhui{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.fhui p a{
	color: #333333;
	font-size: 14px;
}
.fhui p a:hover{
	color: #51b353;
}
.fhui div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fhui div a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fhui div iconpark-icon{
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.fhui div span{
	display: block;
	color: #333333;
	font-size: 14px;
}
.rmtk{
	width: 93.75rem;
	margin:0 auto ; 
}
.rmtk .rmcplist{
	padding-top: 0;
	margin-top: 30px;
}
.rmtkbt{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #333333;
}
.rmtk .rmcplist ul{
	justify-content: flex-start;
}
.rmtk .rmcplist ul li{
	margin: 0.75rem;
}
.rmtk .rmcplist ul li{
	    width: 23.33%
}






.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.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%;
}
.sjnav{
	display: none;
}
.nrbanner .btext h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.bannerheight{
	    height: 5.625rem;
}
.mfoot,.mfootdv{
	display: none;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
	margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#fff;
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 43%;
}
.bannersasg  .swiper-slide section h4{
	font-size: 18px;
	color: #fff;
	width: 45%;
	line-height: 30px;
}
.bannersasg  .swiper-slide section a{
	position: absolute;
	bottom: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #fff;
	padding: 10px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: all 1s;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	color: #fff;
	margin-left: 10px;
}
.bannersasg  .swiper-slide section a {
	color: #fff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #51b353;
	border: 1px solid #51b353;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 12px;
	border-radius: 15px;
}
.newsdvlist{
	width: 93.75rem;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}
.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: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	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: #51b353;
}
.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 #1a479c;
	color: #1a479c;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
	
}
.dowmall .innewslist{
	width: 93.75rem;
	margin: 0 auto;
}
.dowmall .innewslist ul li{
	background-color: #fff;
}
.dowmall .innewslist ul li section{
	padding: 5%;
	margin-top: 0;
}
@font-face {font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
#gallery .rmcplist ul li{
	width: 23%;
	margin: 1%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 70.75rem;
	}
	.headdvright ul{
		width: 65.875rem;
	}
	.gydv{
		width: 95%;
	}
	.gydvleft{
		width: 51%;
	}
	.inprodv{
		width: 95%;
	}
	.inprodvbtleft{
		width: 54.75rem;
	}
	.inprodvbtright {
	    width: 56.875rem;
	}
	.inprodvbtright p{
		font-size: 14px;
	}
	.inprodvlist{
		width: 95%;
	}
	.area{
		width: 95%;
	}
	#areagallery .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.codedv{
		width: 95%;
	}
	.codebt h1{
		width: 51.1875rem;
	}
	.codedvlist #gallery2{
		width: 50%;
		margin: 0;
	}
	.codedvlist #thumbs2{
		height: auto;
		width: 50%;
		margin: 0;
	}
	.codedvlist #gallery2{
		height: auto;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 80%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 15px;
	}
	.innews{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 65.25rem;
	}
	.anydv form input{
		width: 15.25rem;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft{
		width: 37.75rem;
	}
	.footdvright{
		width: 67.25rem;
	}
	.footlg{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.gsjj{
		width: 95%;
	}
	.gsjjright{
		width: 50%;
	}
	.gsjjright img{
		display: block;
		width: 100%;
	}
	.gsjjleft{
		width: 48%;
	}
	.szdv{
		width: 95%;
	}
	.pzqwdv{
		width: 95%;
	}
	.pzqwdvleft h2{
		width: 60.5rem;
	}
	.pzqwdvlist{
		width: 95%;
	}
	.netwoekdv{
		width: 95%;
	}
	.netwoekdvleft{
		width: 49.25rem;
	}
	.appl a{
		width: 95%;
	}
	.appleft{
		width: 50%;
	}
	.appright{
		width: 46%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.liy form{
		width: 95%;
	}
	.cp{
		width: 95%;
	}
	.cpleft{
		width: 28%;
	}
	.cpright{
		width: 70%;
	}
	.caselb1>div h2{
		font-size: 18px;
	}
	.xiagqeg{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
		width: 56%;
	}
	.pd{
		width: 95%;
	}
	.rmtk{
		width: 95%;
	}
	.bannersasg .swiper-slide div{
		position: absolute;
	    width: 95%;
	    height: 100%;
	    left: 2.5%;
	    top: 0;
	    margin-left:0rem;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
	.bannersasg .swiper-slide section h4{
		width: 60%;
	}

	.bannersasg .swiper-slide section h3{
		width: 60%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 70.75rem;
	}
	.headdvright ul{
		width: 65.875rem;
	}
	.gydv{
		width: 95%;
	}
	.gydvleft{
		width: 51%;
	}
	.inprodv{
		width: 95%;
	}
	.inprodvbtleft{
		width: 54.75rem;
	}
	.inprodvbtright {
	    width: 56.875rem;
	}
	.inprodvbtright p{
		font-size: 14px;
	}
	.inprodvlist{
		width: 95%;
	}
	.area{
		width: 95%;
	}
	#areagallery .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.codedv{
		width: 95%;
	}
	.codebt h1{
		width: 51.1875rem;
	}
	.codedvlist #gallery2{
		width: 50%;
		margin: 0;
	}
	.codedvlist #thumbs2{
		height: auto;
		width: 50%;
		margin: 0;
	}
	.codedvlist #gallery2{
		height: auto;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 80%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 15px;
	}
	.innews{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 65.25rem;
	}
	.anydv form input{
		width: 15.25rem;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft{
		width: 37.75rem;
	}
	.footdvright{
		width: 67.25rem;
	}
	.footlg{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.gsjj{
		width: 95%;
	}
	.gsjjright{
		width: 50%;
	}
	.gsjjright img{
		display: block;
		width: 100%;
	}
	.gsjjleft{
		width: 48%;
	}
	.szdv{
		width: 95%;
	}
	.pzqwdv{
		width: 95%;
	}
	.pzqwdvleft h2{
		width: 60.5rem;
	}
	.pzqwdvlist{
		width: 95%;
	}
	.netwoekdv{
		width: 95%;
	}
	.netwoekdvleft{
		width: 49.25rem;
	}
	.appl a{
		width: 95%;
	}
	.appleft{
		width: 50%;
	}
	.appright{
		width: 46%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.liy form{
		width: 95%;
	}
	.cp{
		width: 95%;
	}
	.cpleft{
		width: 28%;
	}
	.cpright{
		width: 70%;
	}
	.caselb1>div h2{
		font-size: 18px;
	}
	.xiagqeg{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
		width: 56%;
	}
	.pd{
		width: 95%;
	}
	.rmtk{
		width: 95%;
	}
	#areagallery .swiper-slide div p{
		width: 64.75rem;
	}
	.bannersasg .swiper-slide div{
		position: absolute;
	    width: 95%;
	    height: 100%;
	    left: 2.5%;
	    top: 0;
	    margin-left:0rem;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
	.bannersasg .swiper-slide section h4{
		width: 60%;
	}

	.bannersasg .swiper-slide section h3{
		width: 60%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 36px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.gydv{
		width: 95%;
		margin: 0 auto;
	}
	.gydvleft{
		width: 100%;
	}
	.gydvleft h1{
		font-size: 20px;
		line-height: 30px;
	}
	.gydvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.gydvleft section a{
		width: 35%;
        line-height: 35px;
        font-size: 12px;
        height: 35px;
	}
	.inprodv{
		width: 95%;
	}
	.inprodvbt{
		display: block;
	}
	.inprodvbtleft{
		width: 100%;
	}
	.inprodvbtleft h1{
		font-size: 20px;
		line-height: 30px;
	}
	.inprodvbtright{
		width: 100%;
	}
	.inprodvbtright p{
		font-size: 12px;
		line-height: 25px;
	}
	.inprodvlist{
		width: 100%;
	}
	.inprodvlist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.inprodvlist ul li h1{
		font-size: 15px;
		text-align: center;
	}
	.inprodvlist ul li p{
		justify-content: center;
		font-size: 12px;
	}
	.inprodvlist ul li a>iconpark-icon{
		justify-content: center;
		font-size: 28px;
		margin-top: 10px;
	}
	.area{
		width: 95%;
	}
	.inprodvbtlink a{
		width: 120px;
		margin: 0 auto;
		height: 30px;
		margin-top: 15px;
		font-size: 12px;
		padding-left: 15px;
	}
	.inprodvbtlink a iconpark-icon{
		width: 25px;
		height: 25px;
		font-size: 14px;
	}
	.inprodvbtlink a span{
		font-size: 12px;
	}
	#areathumbs .swiper-slide i{
		width: 5px;
		height: 5px;
		margin-top: -3.5px;
	}
	#areathumbs .swiper-slide h1{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#areagallery .swiper-slide div{
		width: 95%;
		left: 2.5%;
		top: 5%;
		margin-left: 0px;
	}
	#areagallery .swiper-slide div h1{
		font-size: 17px;
		text-align: center;
	}
	#areagallery .swiper-slide div p{
		width: 100%;
		line-height: 25px;
		font-size: 12px;
		margin-bottom: 2.3125rem;
	}
	#areagallery .swiper-slide div a{
		width: 120px;
		height: 30px;
		line-height: 28px;
		margin: 0 auto;
	}
	#areagallery .swiper-slide div a span{
		font-size: 12px;
	}
	.codedv{
		width: 95%;
	}
	.codebt h1{
		font-size: 20px;
		line-height: 30px;
		width: 100%;
	}
	.codedvlist{
		display: block;
	}
	.codedvlist #gallery2{
		width: 100%;
		height: auto;
		border-radius: 10px;
		overflow: hidden;
	}
	.codedvlist #gallery2 img{
		width: 100%;
		display: block;
	}
	.codedvlist #thumbs2{
		width: 100%;
		height: 80.875rem;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 100%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		font-size: 16px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 12px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa iconpark-icon{
		font-size: 35px;
	}
	.inprodvbtleft h1,.codebt h1{
		text-align: center;
	}
	.innews{
		width: 95%;
	}
	.innewslist ul{
		display: block;
	}
	.innewslist ul li{
		width: 100%;
	}
	.innewslist ul li section h1{
		font-size: 12px;
	}
	.innewslist ul li section h2{
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}
	.innewslist ul li section p{
		font-size: 12px;
		line-height: 25px;
	}
	.innewslist ul li .ntime div{
		width: 60px;
		height: 60px;
	}
	.innewslist ul li .ntime div i{
		font-size: 22px;
		margin-top: 7px;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 16px;
		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%;
	}
	.foot,.wdl{
		display: none;
	}
	.gsjj{
		width: 95%;
		display: block;
	}
	.gsjjleft{
		width: 100%;
	}
	.gsjjleft h1{
		font-size: 18px;
		line-height: 30px;
	}
	.gsjjleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.gsjjright{
		width: 100%;
		margin-top: 10px;
	}
	.gsjjright img{
		display: block;
		width: 100%;
	}
	.sz{
		padding: 20px 0px;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 48%;
		margin-bottom: 10px;
	}
	.szdv ul li h3 span{
		font-size: 28px;
	}
	.szdv ul li h3 i {
	    display: block;
	    color: #fff;
	    font-size: 12px;
	    margin-top: -10px;
	    margin-left: 10px;
	}
	.szdv ul li p {
	    color: #fff;
	    font-size: 12px;
	    line-height: 20px;
	    text-align: center;
	}
	.pzqwdv{
		width: 95%;
		display: block;
	}
	.pzqwdvleft h2{
		width: 100%;
		font-size: 18px;
		line-height: 25px;
		text-align: center;
	}
	.pzqwdvzy{
		display: none;
	}
	.pzqwdvlist{
		width: 95%;
		margin-top: 15px;
	}
	.pzqwdvlist .swiper-slide h1{
		font-size: 12px;
	}
	.netwoekdv{
		width: 95%;
		display: block;
	}
	.netwoekdvleft{
		width: 100%;
	}
	.netwoekdvleft h1{
		text-align: center;
		font-size: 18px;
	}
	.netwoekdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.netwoekdvleft ul li h3 span{
		font-size: 28px;
	}
	.netwoekdvleft ul li h3 i{
		font-size: 16px;
		margin-top: -17px;
	}
	.netwoekdvleft ul li h4{
		margin-top: 0;
		font-size: 12px;
	}
	.netwoekdvright{
		width: 100%;
	}
	.netwoekdvright img{
		width: 100%;
	}
	.netwoekdvright div h1{
		font-size: 16px;
		padding-bottom: 7px;
	}
	.netwoekdvright p span{
		font-size: 12px;
	}
	.netwoekdvright p iconpark-icon{
		font-size: 16px;
	}
	.netwoekdvright p span i{
		font-size: 12px;
	}
	.appl a{
		width: 95%;
		display: block;
	}
	.appleft{
		width: 100%;
	}
	.appright{
		width: 100%;
	}
	.appright h1{
		font-size: 17px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.appright p{
		font-size: 12px;
		line-height: 25px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lxwmbt p{
		line-height: 20px;
		font-size: 12px;
		margin-top: 10px;
	}
	.lxwmlist{
		margin-top: 15px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		height: auto;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
	}
	.lxwmlist ul li p{
		margin-top: 10px;
		font-size: 12px;
	}
	.liy{
		padding: 20px 0px;
	}
	.lxwmbt p{
		width: 95%;
		margin: 0 auto;
	}
	.liy form{
		width: 95%;
		margin-top: 15px;
	}
	.liy form div input{
		line-height: 40px;
		height: 40px;
		font-size: 12px;
		width: 43%;
		padding: 0 3%;
	}
	.liy form textarea{
		font-size: 12px;
		width: 94%;
		padding: 0 3%;
	}
	.liy form button{
		width: 150px;
		height: 40px;
		background-color: #51b353;
		line-height: 40px;
		text-align: center;
		border: none;
		color: #fff;
		font-size: 12px;
		border-radius: 5px;
	}
	.cpleft{
		display: none;
	}
	.cp{
		width: 95%;
	}
	.cpright{
		width: 100%;
	}
	.cpright .rmcplist ul li{
		width: 48%;
		margin: 1%;
	}
	.rmcplist ul li span{
		font-size: 12px;
	}
	
	.xiagqeg{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
		flex-direction: column;
	}
	.maoyileft #thumbs2{
		display: block;
		width: 100%;
	}
	.maoyileft #gallery2{
		width: 100%;
	}
	.maoyileft{
		flex-direction: column-reverse;
	}
	.maoyileft #gallery2{
		height: auto;
	}
	.houallsadsa{
		padding-top: 20px;
	}
	.maoyileft #thumbs2{
		margin-top: 15px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright{
		width: 100%;
	}
	.dowmall2{
		padding-top: 2.5%;
	}
	.chanpinimgright h1{
		font-size: 18px;
	}
	.chanpinimgright p{
		font-size: 12px;
		line-height: 25px;
	}
	.chanpinimgright a{
		width: 120px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.pd{
		width: 95%;
	}
	.pdec span{
		line-height: 50px;
	}
	.pddv{
		padding: 5%;
		margin-top: 15px;
	}
	.fhui{
		display: block;
		margin-top: 15px;
	}
	.fhui div{
		display: none;
	}
	.fhui p{
		line-height: 25px;
		font-size: 12px;
	}
	.rmtk{
		width: 95%;
	}
	.rmtkbt{
		font-size: 20px;
	}
	.rmtk .rmcplist{
		margin-top: 15px;
	}
	.rmtk .rmcplist ul li{
		margin: 1%;
	}
	.rmtk .rmcplist ul li{
		width: 48%;
	}
	.bannerheight{
	    display: none;
	}
	.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: #51b353;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #469d48;
	}
	.mfootdv li a{ 
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 22px;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.bannersasg .swiper-slide section h4{
		width: 100%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	.bannersasg .swiper-slide section a{
		bottom: 10%;
	}
	.bannersasg .swiper-slide section a{
		padding: 7px 10px;
		display: none;
	}
	.swiper-pagination-bullet-active{
		background-color: #c21c2a;
	}
	.bannersasg .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
	}
	.bannersasg .swiper-pagination-bullet-active{
		width: 30px;
		height: 5px;
	}
	.dowmall .innewslist{
		width: 100%;
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
		margin: 0 auto;
	}
	.newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext h1{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 20px;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newtj{
		margin-bottom: 20px;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.innewslist{
		width: 100%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa div{
		width: 40px;
	}
	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.pagination li a{
		padding: 5px 10px;
	}
	.bannersasg .swiper-slide img{
		width: 127%;
		margin-left: -20%;
		max-width: none;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.pdec #thumbs{
		width: 100%;
	}
	.pdec .swiper-slide span{
		font-size: 14px;
	}
	#gallery .rmcplist ul li{
		width: 48%;
	}
	.cpsmbt{
	   	margin-top: 15px;
	   	margin-bottom: 10px;
	   }
	   .cpsmbt span{
	   	font-size: 18px;
	   	font-weight: bold;
	   }
	   .cpsmbt i{
	   	height: 24px;
	   }
}