/* 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: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@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: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/POPPINS-LIGHT_0.TTF');
}
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;
}
body{
	font-family: "微软雅黑";
}
.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: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
}

.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.headdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 100px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover::after{
	background-color: #fff;
}
.headdvright ul li.active::after{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .ss iconpark-icon,.slideUp .yyan iconpark-icon{
	color: #5a895b;
}
.slideUp .headdvright ul li:hover a span{
	color: #5a895b;
}
.slideUp .headdvright ul li.active a span{
	color: #5a895b;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #5a895b;
}
.slideUp .headdvright ul li.active::after{
	background-color: #5a895b;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.yyan{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}


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

.cpfl{
	padding: 5.625rem 0px;
	background: url(../images/midanbg_02.jpg) center no-repeat;
	background-size: cover;
}

.cpfl #gallery2{
	width: 100rem;
	margin: 0 auto;
}
.cpflbt{
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 3.75rem;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}
.cpfldv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpfldvleft{
	width: 48%;
}
.cpfldvleft h2{
	color: #5a895b;
	font-size: 24px;
	margin-bottom: 2.5rem;
}
.cpfldvleft h3{
	margin-bottom: 1.5625rem;
	color: #333333;
	font-size: 18px;
}
.cpfldvleft p{
	line-height: 35px;
	color: #606060;
	font-size: 14px;
}
.cpfldvleft a{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 1.5625rem;
	padding-right: 1.25rem;
	height: 48px;
	width: 150px;
	background-color: #5a895b;
	border-radius: 50px;
}
.cpfldvleft a span{
	color: #fff;
	font-size: 14px;
}
.cpfldvleft a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.cpfldvright{
	width: 38%;
}
.cpfldvright img{
	display: block;
	width: 100%;
}
.cpflist{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
.cpflist ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cpflist ul li{
	background: url(../images/lbbg_07.png) center no-repeat;
	background-size: cover;
	width: calc(23% - 50px);
	height: 140px;
	
	border-radius: 20px;
	overflow: hidden;
}
.cpflist ul li a{
	display: flex;
	padding: 0 25px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.cpflist ul li a .cpflistleft{
	width: 70%;
}
.cpflist ul li a .cpflistleft h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	transition: all 1s;
}
.cpflist ul li a .cpflistleft iconpark-icon{
	font-size: 20px;
	color: #5a895b;
}
.cpflistright{
	width: 27%;
}
.cpflistright img{
	display: block;
	width: 100%;
}
.cpflist ul li:hover a .cpflistleft h1{
	color: #5a895b;
}
.cpflist ul .swiper-slide-thumb-active a .cpflistleft h1{
	color: #5a895b;
}
.ozgd{
	padding: 5.625rem 0px;
	background: url(../images/sycp_02.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.gdzzbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gdzzbt{
	width: 100rem;
	margin: 0 auto;
}
.gdzzbtleft h1{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.gdzzbtleft p{
	color: #ffffff;
	font-size: 16px;
}
.gdzzbtright a{
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-radius: 50px;
}
.gdzzbtright a span{
	color: #8fca85;
	font-size: 14px;
}
.gdzzbtright a iconpark-icon{
	font-size: 20px;
	color: #5a895b;
}

.popprolist{
	width: 100rem;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 6.375rem;
	margin-top: 3.125rem;
}
.popprolist .swiper-slide{
	border-radius: 25px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 0px 10px #e0e0e0;
	overflow: hidden;
}
.popprolist .swiper-slide a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 25px;
}
.popprolist .swiper-slide div{
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.popprolist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.popprolist .swiper-slide div span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/jiahao_06.png) center no-repeat;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.popprolist .swiper-slide:hover div span{
	opacity: 1;
}
.popprolist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.popprolist .swiper-slide section {
	padding: 25px 0px;
	background-color: #fff;
	transition: all 1s;
}
.popprolist .swiper-slide section h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
	transition: all 1s;
}
.popprolist .swiper-slide section p{
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
	transition: all 1s;
}
.popprolist .swiper-slide:hover section {
	background-color: #5a895b;
}
.popprolist .swiper-slide:hover section h1{
	color: #fff;
}
.popprolist .swiper-slide:hover section p{
	color: #fff;
}
.popprolist .swiper-slide:hover::after{
	top: 10px;
	opacity: 1;
}
.zy{
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
	position: relative;
}
.zy .swiper-pagination{
	position: initial;
	width: 200px;
	height: 90px;
	text-align: left;
	line-height: 90px;
	color: #808080;
	font-size: 18px;
}
.zy .swiper-pagination span:first-child{
	color: #5d8c5f;
	font-size: 30px;
}
.zy .gehrfsd{
	width: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy .gehrfsd .swiper-button-next,.zy .gehrfsd .swiper-button-prev{
	position: initial;
	margin: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #bbbbbb;
	border-radius: 50px;
	transition: all 1s;
	opacity: 1;
}
.zy .gehrfsd .swiper-button-next:after,.zy .gehrfsd .swiper-button-prev:after{
	font-size: 16px;
	color: #246520;
}
.zy .gehrfsd .swiper-button-next:hover,.zy .gehrfsd .swiper-button-prev:hover{
	background-color: #5d8c5f;
	border: 1px solid #5d8c5f;
}
.zy .gehrfsd .swiper-button-next:hover:after,.zy .gehrfsd .swiper-button-prev:hover:after{
	color: #fff;
}
.zy .swiper-scrollbar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}
.inab{
	padding: 5.625rem 0rem;
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
}
.inabdv{
	width: 100rem;
	margin: 0 auto;
}
.inadbt{
	width: 60%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 4.375rem;
	margin-bottom: 3.125rem;
}
.inadbtleft h1{
	color: #5a895b;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.inadbtleft h2{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.inadbtright{
	width: 55%;
}
.inadbtright p{
	color: #606060;
	font-size: 16px;
	line-height: 30px;
}
.inadbtright a{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 1.5625rem;
	padding-right: 1.25rem;
	height: 48px;
	width: 120px;
	background-color: #5a895b;
	border-radius: 50px;
}
.inadbtright a span{
	color: #fff;
	font-size: 14px;
}
.inadbtright a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.inab ul{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab ul li{
	width: 48%;
	margin-top: 2.5rem;
}
.inab ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.inab ul li h3 span{
	color: #5a895b;
	font-size: 48px;
	font-family: 'Montserrat_SemiBold';
}
.inab ul li h3 i{
	color: #5a895b;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 10px;
}
.inab ul li p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
.zxzixun {
	padding: 5.625rem 0px;
	background: url(../images/xinwbeij_02.jpg) center no-repeat;
	background-size: cover;
}
.zxzixundv{
	width: 100rem;
	margin: 0 auto;
}
.xwbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwbtleft h1{
	color: #333333;
	font-size: 38px;
	margin-bottom: 15px;
	font-weight: bold;
}
.xwbtleft h1 i{
	color: #5a895b;
}
.xwbtleft p{
	color: #666666;
	font-size: 16px;
}
.xwbtright  a{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 1.5625rem;
	padding-right: 1.25rem;
	height: 48px;
	width: 120px;
	background-color: #5a895b;
	border-radius: 50px;
}
.xwbtright a span{
	color: #fff;
	font-size: 14px;
}
.xwbtright a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.zxlist{
	margin-top: 3.75rem;
}
.zxlist ul{
	display: flex;
	justify-content: space-between;
}
.zxlist ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0px 0px 15px #efefef;
}
.zxlist ul li div{
	width: 100%;
	overflow: hidden;
}
.zxlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zxlist ul li:hover div img{
	transform: scale(1.05);
}
.zxlist ul li section{
	padding: 40px;
	width: calc(100% - 80px);
	background-color: #fff;
}
.zxlist ul li section h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.zxlist ul li section h1 span{
	color: #5a895b;
	font-size: 14px;
}
.zxlist ul li section h1 i{
	color: #808080;
	font-size: 14px;
}
.zxlist ul li section h2{
	margin-bottom: 15px;
	height: 25px;
	line-height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #4c4c4c;
	font-size: 22px;
}
.zxlist ul li section p{
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	font-size: 14px;
	text-overflow:ellipsis;
	color: #808080;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.cpys{
	padding: 5.625rem 0px;
	background: url(../images/cpbj_02.jpg) center no-repeat;
	background-size: cover;
}
.cpysdv{
	width: 100rem;
	margin: 0 auto;
}
.cpysbt h1{
	color: #333333;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.cpysbt h1 i{
	color: #5a895b;
}
.cpysbt p{
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.cpyslist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.cpyslist ul{
	display: flex;
	justify-content: space-between;
}
.cpyslist ul li{
	width: 18%;
	overflow: hidden;
	position: relative;
	border-radius: 35px;
	overflow: hidden;
	transition: all 1s;
	box-shadow: 0px 0px 10px #f1f1f1;
}
.cpyslist ul li .cpyslisttop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #5a895b;
	transition: all 1s;
}
.cpyslist ul li .cpyslisttop h1{
	width: 90%;
	margin: 0 auto;
	margin-top: 4.6875rem;
	color: rgba(255, 255, 255, 0.2);
	font-size: 56px;
	font-family: "Poppins_SemiBold";
	transition: all 1s;
}
.cpyslist ul li .cpyslisttop section{
	width: 80%;
	margin: 0 auto;
	bottom: 4.6875rem;
	position: absolute;
	left: 10%;
	transition: all 1s;
}
.cpyslist ul li .cpyslisttop section i{
	color: #fff;
	font-size: 50px;
	transition: all 1s;
}
.cpyslist ul li .cpyslisttop section h2{
	color: #ffffff;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	transition: all 1s;
}
.cpyslist ul li .cpyslisttop section p{
	color: #ffffff;
	font-size: 16px;
	transition: all 1s;
}
.cpyslist ul li.active{
	width: 60%;
}
.cpyslist ul li.active .cpyslisttop{
	opacity: 0;
}
.cpyslist ul li .cpyslistdown div{
	position: absolute;
	top: 4.375rem;
	left: 10%;
	width: 80%;
}
.cpyslist ul li .cpyslistdown div h2{
	font-size: 56px;
	font-family: "Poppins_SemiBold";
	color: #5a895b;
	margin-bottom: 1.5625rem;
}
.cpyslist ul li .cpyslistdown div section h1{
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 15px;
}
.cpyslist ul li .cpyslistdown div section p{
	color: #808080;
	font-size: 16px;
}
.cpyslist ul li .cpyslistdown div section i{
	font-size: 60px;
	color: #5a895b;
	margin: 25px 0px;
	display: block;
}
.cpyslist ul li .cpyslistdown dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.cpyslist ul li .cpyslistdown dl dd i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: #5d8c5f;
	margin-right: 7px;
	margin-top: 10px;
}
.cpyslist ul li .cpyslistdown dl dd span{
	width: 80%;
	line-height: 25px;
	color: #333333;
	font-size: 16px;
}
.cpyslist ul li .cpyslistdown a{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 1.5625rem;
	padding-right: 1.25rem;
	height: 48px;
	width: 120px;
	background-color: #5a895b;
	border-radius: 50px;
}
.cpyslist ul li .cpyslistdown a span{
	color: #fff;
	font-size: 14px;
}
.cpyslist ul li .cpyslistdown a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.cpyslist ul li .cpyslistdown img{
	display: block;
}
.gylc{
	padding: 5.625rem 0px;
	background-color: #f7f7f7;
}
.gylcdv{
	width: 100rem;
	margin: 0 auto;
}
.gylcdv #thumbs{
	margin-top: 3.75rem;
}
.gylcdv #thumbs .swiper-slide h1{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gylcdv #thumbs .swiper-slide h1 i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #4c4c4c;
	margin-right: 5px;
	transition: all 1s;
}
.gylcdv #thumbs .swiper-slide h1 span{
	display: block;
	color: #4c4c4c;
	font-size: 22px;
	transition: all 1s;
}
.gylcdv #thumbs .swiper-slide{
	border-bottom: 2px solid #e0e0e0;
	transition: all 1s;
}
.gylcdv #thumbs .swiper-slide-thumb-active{
	border-bottom: 2px solid #5a895b;
}
.gylcdv #thumbs .swiper-slide-thumb-active h1 i{
	color: #5a895b;
}
.gylcdv #thumbs .swiper-slide-thumb-active h1 span{
	color: #5a895b;
}
.gylcdv #gallery{
	margin-top: 40px;
	border-radius: 20px;
	overflow: hidden;
}
.daji{
	display: flex;
	justify-content: space-between;
}
.dajileft{
	width: 50%;
	overflow: hidden;
}
.dajileft img{
	display: block;
}
.dajiright{
	width: calc(50% - 7.5rem);
	padding: 3.75rem;
	background-color: #fff;
}
.dajiright h3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0.5rem;
}
.dajiright h3>i{
	color: #6c6c6c;
	font-size: 52px;
}
.dajiright h3 span{
	color: #e6e6e6;
	font-size: 68px;
	font-family: "Poppins";
	line-height: 60px;
}
.dajiright h1{
	color: #333333;
	font-size: 30px;
}
.dajiright>i{
	display: block;
	width: 50px;
	height: 20px;
	border-bottom: 2px solid #5a895b;
	margin-bottom: 1.1875rem;
}
.dajiright  p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.gylcdv #gallery .gylcsqf{
    width: 140px;
    position: absolute;
    right: 37%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 17%;
	transition: all 1s;
}
.gylcdv #gallery .gylcsqf .swiper-button-prev,.gylcdv #gallery .gylcsqf .swiper-button-next{
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #5a895b;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	opacity: 1;
	background-color: #fff;
	transition: all 1s;
}
.gylcdv #gallery .gylcsqf .swiper-button-prev:after,.gylcdv #gallery .gylcsqf .swiper-button-next:after{
	color: #5a895b;
	font-size: 18px;
	transition: all 1s;
}
.gylcdv #gallery .gylcsqf .swiper-button-prev:hover,.gylcdv #gallery .gylcsqf .swiper-button-next:hover{
	background-color: #5a895b;
}
.gylcdv #gallery .gylcsqf .swiper-button-prev:hover:after,.gylcdv #gallery .gylcsqf .swiper-button-next:hover:after{
	color: #fff;
}
.hzhb{
	padding: 5.625rem 0px;
	background-color: #ffffff;
}
.picScroll {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll ul li img {
	width: 100%;
	display: block;
}

.picScroll1 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin: 15px 0px;
}

.picScroll1 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll1 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll1 ul li img {
	width: 100%;
	display: block;
}

.picScroll2 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll2 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll2 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll2 ul li img {
	width: 100%;
	display: block;
}
.hzhb{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll {
	margin-top: 3.75rem;
}
.xieshouzyleft {
	display: block;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background-image: linear-gradient(to right, #fff, transparent);
	position: absolute;
	z-index: 99;
}

.xieshouzyright {
	display: block;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #fff);
	position: absolute;
	z-index: 99;
}
.xuq {
	padding: 50px 0px;
	background: url(../images/zxzx_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqdv {
	width: 100rem;
	margin: 0 auto;
}

.xuqdv h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 2rem;
}

.xuqdv form {
	display: flex;
	justify-content: space-between;
}

.xuqdv form input {
	width: calc(24% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #fff;
	border-radius: 5px;
}
.xuqdv form input::placeholder{
	color: #b3b3b3;
}
.xuqdv form input:nth-child(3) {
	width: 30%;
}

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #5a895b;
	font-size: 14px;
	border-radius: 5px;
}

.xuqdv p {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}

.foot{
	padding-top: 5rem;
	background-color: #262626;
	background-size: cover;
}
.footdv{
	width: 97.5rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 325px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}
.footdvleft ul li{
	margin-right: 10px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #ffffff;
	font-size: 14px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 65%;
}
.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section section{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #ffffff;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 15%;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	transition: all 1s;
}

.shownav ul li a:hover {
	background-color: #5a895b;
	color: #fff;
}

.shownav ul li.active  a{
	background-color: #5a895b;
	color: #fff;
}
.cpall{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
}
.newstj{
	width: 100rem;
	margin: 0 auto;
}
.newstj .zxlist{
	margin-top: 0;
}
.newsdvlist {
	width: 100rem;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdvlist ul li {
	margin-top: 25px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 1s;
	box-shadow: 0px 0px 15px #efefef;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	align-items: center;
	transition: all 1s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 12rem;
	text-align: center;
	padding: 30px 0px;
	position: relative;
	transition: all 1s;
}
.newsdvlist ul li a .newsdvlistime::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	border-right: 1px solid #e6e6e6;
	top: 24px;
	left: 0;
	opacity: 1;
	transition: all 1s;
}
.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all 1s;
	display: block;
	line-height: 70px;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all 1s;
}

.newsdvlistext {
	width: 83.75rem;
	padding: 0 3rem;
}

.newsdvlistext h1 {
	color: #404040;
	font-size: 22px;
	margin-bottom: 10px;
	transition: all 1s;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all 1s;
}

.newsdvlist ul li {
	transition: all 1s;
	border-radius: 15px;
}

.newsdvlist ul li:hover a {
	background-color: #5a895b;
}
.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: #fff;
}



.xwxqleft{
	width: 70%;
}
.shownewsleftdv{
	background-color: #fff;
	padding: 3.125rem;
	border-radius: 20px;
	overflow: hidden;
}
.shownewsleftbt h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 1rem;
}
.shownewsleftbt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5625rem;
	margin-bottom: 1.5625rem;
}
.shownewsleftbt h2{
	color: #808080;
	font-size: 14px;
}
.xwxq{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.fye{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.fye a{
	color: #808080;
	font-size: 15px;
	transition: all 1s;s
}
.fye a:hover{
	color: #5a895b;
}

.xinwxqingright {
	padding: 30px;
	width: calc(25% - 60px);
}

.xinwxqingright form input {
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	border: none;
	padding-left: 10px;
	outline: none;
	text-transform: uppercase;
}

.xinwxqingright form {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	width: calc(97% - 2px);
	display: flex;
	justify-content: space-between;
	padding-left: 3%;
}

.xinwxqingright form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #5a895b;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqbts {
	margin-top: 1.7rem;
	margin-bottom: 1.25rem;
}

.shownewsright ul li {
	height: 30px;
	line-height: 30px;
	margin:10px 0px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}

.shownewsright ul li a {
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	transition: all 1s;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.shownewsright ul li:hover a {
	color: #246520;
}
.shownewsright ul li:hover section h1 {
	color: #0027dd;
}

.shownewsright ul li section p {
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.shownewsright ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.shownewsright{
	padding: 1.875rem;
	width: calc(27% - 3.75rem);
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.shownewsright form{
	border-radius: 50px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.shownewsright form input{
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	border: none;
	padding-left: 20px;
	outline: none;
	font-size: 14px;
	color: #999999;
}
.shownewsright form {
	position: relative;
}
.shownewsright form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
	padding-right: 20px;
}
.lxwm{
	margin: 0 auto;
	padding-top: 5.625rem;
	padding-bottom: 6.25rem;
	background-color: #f8f8f8;
}
.lxwmbt h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.lxwmbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}
.lxwmlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(18% - 40px);
	background-color: #fff;
	border-radius: 25px;
	padding: 20px;
	padding-top: 3.125rem;
	transition: all 1s;
	overflow: hidden;
}
.lxwmlist ul li iconpark-icon , .lxwmlist ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5a895b;
	font-size: 36px;
	margin-bottom: 25px;
	transition: all 1s;
}
.lxwmlist ul li h1{
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 16px;
	transition: all 1s;
	line-height: 30px;
	text-align: center;
}
.lxwmlist ul li:hover{
	background: url(../images/dhua_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(2):hover{
	background: url(../images/whatsapp.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover{
	background: url(../images/youxiang.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(4):hover{
	background: url(../images/dizhi.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(5):hover{
	background: url(../images/dizhi1.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:hover iconpark-icon	, .lxwmlist ul li:hover i ,.lxwmlist ul li:hover h1 ,.lxwmlist ul li:hover p{
	color: #fff;
}

.lybt h1,.lybt p{
	color: #fff;
}
.ly{
	padding: 5.625rem 0px;
	background: url(../images/lybg_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.ly form{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.ly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ly form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #fff;
	margin: 0.5% 0;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.5);
}
.ly form div input::placeholder,.ly form textarea::placeholder{
	color: #fff;
	font-size: 14px;
}
.ly form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #fff;
	line-height: 30px;
	outline: none;
	font-family: '微软雅黑';
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.5);
}

.ly form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.ly form button:hover {
	border-color: #246520;
	background-color: #246520;
	color: #fff;
}
.gywmbg{
	padding: 5.625rem 0px;
	background: url(../images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
}
.gywmbgbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.gywmbgbt i{
	display: block;
	width: 50px;
	height: 25px;
	border-bottom: 1px solid #5a895b;
	margin: 0 auto;
}
.gywmbgtext{
	width: 100rem;
	margin: 0 auto;
}
.gywmbgtext p{
	color: #4d4d4d;
	font-size: 16px;
	margin-top: 30px;
	line-height: 30px;
	text-indent: 2em;
}
.gywmlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.gywmlist ul{
	display: flex;
	justify-content: space-between;
}
.gywmlist ul li h1{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.gywmlist ul li h1 span{
	color: #5a895b;
	font-size: 60px;
	font-weight: bold;
}
.gywmlist ul li h1 i{
	color: #5a895b;
	font-size: 18px;
	margin-top: 15px;
	margin-left: 10px;
}
.gywmlist ul li p{
	color: #4d4d4d;
	font-size: 16px;
	margin-top: 10px;
}


.rybg{
	padding: 5.625rem 0px;
	padding-bottom: 9.375rem;
	background: url(../images/rybg_02.jpg) center no-repeat;
	background-size: cover;
}
.rydv{
	width: 100rem;
	margin: 0 auto;
}
.rybg .yslistdv .swiper-slide:nth-child(2n) {
    transform: translateY(0);
}
.rybg .yslistdv .swiper-slide img{
	display: block;
	width: 100%;
}
.rybg .yslistdvs{
	width: 91rem;
	padding-bottom: 0;
}
.rybg .grl{
	border-radius: 0;
}
.rybg .yslist{
	width: 100rem;
}
.yslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;
	width: 103.125rem;
}

.yslist #btn1,.yslist #btn2{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.yslist #btn1 iconpark-icon ,.yslist #btn2 iconpark-icon {
	color: #5a895b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}
.yslist #btn1:hover,.yslist #btn2:hover{
	background-color: #5a895b;
}
.yslist #btn1:hover iconpark-icon ,.yslist #btn2:hover iconpark-icon {
	color: #fff;
}
.cpdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cpdvleft{
	width: 22%;
	border-radius: 20px;
	overflow: hidden;
} 
.cpdvleft h2{
	height: 90px;
	line-height: 90px;
	color: #ffffff;
	font-size: 26px;
	padding: 0 35px;
	background-color: #5a895b;
}
.cpdvleft ul{
	background-color: #fff;
	padding: 0 35px;
}
.cpdvleft ul li{
	width: 100%;
	border-bottom: 1px solid #ececec;
	background-color: #fff;
	padding-bottom: 15px;
}
.cpdvleft ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding-top: 15px;
}
.cpdvleft ul li h1 a{
	color: #585858;
	font-size: 18px;
}
.cpdvleft ul li:hover h1 a{
	color: #5a895b;
}
.cpdvleft ul li h1 iconpark-icon{
	font-size: 18px;
	color: #7ba17c;
}
.cpdvleft ul li dl{
	display: none;
}
.cpdvleft ul li.active dl{
	display: block;
}
.cpdvleft ul li dl dd{
	line-height: 35px;
}
.cpdvleft ul li dl dd a{
	color: #585858;
	font-size: 16px;
}
.cpdvleft ul li dl dd a:hover{
	color: #5a895b;
}
.cpdvleft ul li.active h1 a{
	color: #5a895b;
}
.cpdvleft ul li dl dd.active a{
	color: #5a895b;
}
.cpdvright{
	width: 75%;
}
.cplists ul {
	display: flex;
	justify-content: flex-start;
	margin: 1%;
	flex-wrap: wrap;
}
.cplists ul li{
	width: 31.33%;
	margin:  1%;
	border-radius: 25px;
    position: relative;
    z-index: 5;
	margin-top: 0;
	margin-bottom: 2%;
    box-shadow: 0px 0px 10px #e0e0e0;
    overflow: hidden;
}
.cplists ul li a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 25px;
}
.cplists ul li div{
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.cplists ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cplists ul li div span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/jiahao_06.png) center no-repeat;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.cplists ul li:hover div span{
	opacity: 1;
}
.cplists ul li:hover div img{
	transform: scale(1.05);
}
.cplists ul li section {
	padding: 25px 15px;
	background-color: #fff;
	transition: all 1s;
}
.cplists ul li section h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
	transition: all 1s;
}
.cplists ul li section p{
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
	transition: all 1s;
	line-height: 25px;
}
.cplists ul li:hover section {
	background-color: #5a895b;
}
.cplists ul li:hover section h1{
	color: #fff;
}
.cplists ul li:hover section p{
	color: #fff;
}
.cplists ul li:hover::after{
	top: 10px;
	opacity: 1;
}



.mbx{
	margin: 0 auto;
	width: 100rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	margin-right: 10px;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color:#5a895b;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color:#5a895b;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color:#5a895b;
}

.sabe{
	
}



.maoyileft {
	display: flex;
	justify-content: space-between;
	
}

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100% - 4px);
	background-color: #fff;
	border: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #5a895b;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

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

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #fff;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.cpxq .cpxqright{
	width: 72%;
}
.soq221{
	padding-top: 0;
	background-color: #f7f7f7;
	padding-bottom: 3.75rem;
}

.chanpinimg {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 48%;
}

.chanpinimgright h2 {
	color: #585858;
	font-size: 16px;
}

.chanpinimgright h1 {
	color: #5a895b;
	font-size: 30px;
	margin-top:  1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}
.chanpinimgright i{
	display: block;
	width: 140px;
	height: 2px;
	background-color: #7b6353;
	margin-top: -2px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}



.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.25rem;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	color: #5a895b;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 50px;
	background-color: #fff;
}
.cennuodv a span{
	color: #5a895b;
	transition: all 1s;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #5a895b;
}
.cennuodv a:hover span,.cennuodv a:hover iconpark-icon{
	color: #fff;
}
.cpxq {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.625rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.cpxqleft {
	width: 25%;
}
.cpxqxq img{
	max-width: 100%;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #5a895b;
	margin-top: -3px;
}

.cpxqbt span {
	color: #585858;
	font-size: 20px;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 40px;
}

.shonewstext img, .cpxqxq img{
	max-width: 100%;
}

.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}

.cpxqxq img {
	max-width: 100%;
}
.cpxqleft .prolist ul li{
	width: calc(100% - 40px);
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
.cpxqleft .prolist ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cpxqleft .prolist ul li a .pimg{
	width: 30%;
}
.cpxqleft .prolist ul li a .pimg img{
	display: block;
	width: 100%;
}
.cpxqleft .prolist ul li a section{
	width: 65%;
	margin-left: 20px;
}
.cpxqleft .prolist ul li a section h1{
	color: #585858;
	font-size: 18px;
	margin-bottom: 15px;
}
.cpxqleft .prolist ul li a section p{
	color: #5a895b;
	font-size: 15px;
}
.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}

.fy p a:hover {
	color: #5a895b;
}
.gylcheng{
	padding: 6.25rem 0px;
	background-color: #efefef;
}
.gylchengdv{
	width: 100rem;
	margin: 0 auto;
}
.gylchengdv ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gylchengdv ul li{
	width: 31.33%;
	margin: 1%;
	overflow: hidden;
	border-radius: 20px;
}
.gylchengdv ul li div{
	overflow: hidden;
	width: 100%;
}
.gylchengdv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.gylchengdv ul li:hover div img{
	transform: scale(1.05);
}
.gylchengdv ul li section{
	padding: 35px 40px;
	background: url(../images/gongyi_08.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.gylchengdv ul li:hover section{
	background: url(../images/gongyi_06.jpg) center no-repeat;
	background-size: cover;
}
.gylchengdv ul li section h1{
	color: #4c4c4c;
	font-size: 22px;
	font-weight: bold;
		transition: all 1s;
}
.gylchengdv ul li:hover section h1{
	color: #fff;
}
.gylchengdv ul li section i{
	display: block;
	width: 30px;
	height: 2px;
	border-top: 2px solid #5a895b;
	margin-top: 15px;
	margin-bottom: 13px;
		transition: all 1s;
}
.gylchengdv ul li:hover section i{
	border-top: 2px solid #fff;
}
.gylchengdv ul li section p{
	color: #606060;
	font-size: 16px;
	line-height: 30px;
	transition: all 1s;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;
}
.gylchengdv ul li:hover section p{
	color: #fff;
}
.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: 100rem;
	margin: 0 auto;
	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;
}
.mfoot{
	height: 45px;
	display: none;
}
.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: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100rem;
}
.bannersasg  .swiper-slide section h1{
	color: #fefefe;
	font-size: 50px;
	font-weight: bold;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 21px;
	margin-top: 15px;
	line-height: 60px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: #fff;
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5a895b;
	
}
.bannersasg  .swiper-slide section a span{
	color: #5a895b;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #75b277;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.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{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.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{
	margin: 0 auto;
	width: 100rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}


.yyan{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan dl{
	position: absolute;
	top: 75%;
	left: 50%;
	background-color: #fff;
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: -100px;
	box-shadow: 0px 0px 10px #dcdcdc;
	display: none;
}
.yyan:hover dl{
	display: block;
}
.yyan dl dd{
	line-height: 35px;
	transition: all 0.5s;
}
.yyan dl dd a{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 14px;
	cursor:pointer;
	transition: all 0.5s;
}
.yyan dl dd:hover{
	background-color: #5a895b;
}
.yyan dl dd:hover a{
	color: #fff;
	border-bottom: 1px solid #5a895b;
}




@media only screen and (min-width: 1300px) and (max-width: 1600px) {
	.headdv{
		width: 95%;
	}
	.cpflbt,.cpfldv,.cpflist,.cpflist,.gdzzbt,.gylcdv{
		width: 95%;
	}
	.cpflist ul li a .cpflistleft h1{
		font-size: 16px;
	}
	.popprolist,.inabdv{
		width: 95%;
	}
	.inadbt{
		width: 80%;
	}
	.cpysdv,.zxzixundv,.xuqdv,.footdv,.wdldv{
		width: 95%;
	}
	.cpyslist{
		width: 100%;
	}
	.gywmbgtext,.gywmlist,.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.rybg .yslistdv{
		width: 90%;
	}
	.rybg .yslistdvs{
		width: 100%;
	}
	.lxwmlist,.ly form,.newstj,.newsdvlist{
		width: 95%;
	}
	.newsdvlistext{
		width: 80%;
	}
	.newsdvlist ul li a .newsdvlistime{
		width: 13%;
	}
	.cpdv,.xwxq{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg,.cpxq{
		width: 95%;
	}
	.cpfl #gallery2{
		width: 95;
		margin: 0 auto;
	}
	.gylchengdv{
		width: 95%;
	}
	.ssdv form{
		width: 95%;
		margin: 0 auto;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.nrbanner .btext section{
		margin: 0 auto;
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.headdv{
		width: 95%;
	}
	.cpflbt,.cpfldv,.cpflist,.cpflist,.gdzzbt,.gylcdv{
		width: 95%;
	}
	.cpflist ul li a .cpflistleft h1{
		font-size: 16px;
	}
	.popprolist,.inabdv{
		width: 95%;
	}
	.inadbt{
		width: 80%;
	}
	.cpysdv,.zxzixundv,.xuqdv,.footdv,.wdldv{
		width: 95%;
	}
	.cpyslist{
		width: 100%;
	}
	.gywmbgtext,.gywmlist,.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.rybg .yslistdv{
		width: 90%;
	}
	.rybg .yslistdvs{
		width: 100%;
	}
	.lxwmlist,.ly form,.newstj,.newsdvlist{
		width: 95%;
	}
	.newsdvlistext{
		width: 80%;
	}
	.newsdvlist ul li a .newsdvlistime{
		width: 13%;
	}
	.cpdv,.xwxq{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg,.cpxq{
		width: 95%;
	}
	.gylcdv #gallery .gylcsqf{
		right: 33%;
	}
	.cpdvleft{
		width: 25%;
	}
	.cpdvright {
	    width: 73%;
	}
	.chanpinimgright {
	    width: 54%;
	}
	.cpxqleft .prolist ul li a section h1{
		font-size: 16px;
	}
	.cpfl #gallery2{
		width: 95%;
		margin: 0 auto;
	}
	.gylchengdv{
		width: 95%;
	}
	.ssdv form{
		width: 95%;
		margin: 0 auto;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.nrbanner .btext section{
		margin: 0 auto;
		width: 95%;
	}
}
@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.cpflbt{
		width: 95%;
		text-align: center;
		font-size: 20px;
	}
	.cpfl #gallery2{
		width: 95%;
		display: block;
	}
	.cpfldv{
		display: block;
	}
	.cpfldvleft{
		width: 100%;
	}
	.cpfldvleft h2{
		font-size: 17px;
	}
	.cpfldvleft h3{
		font-size: 15px;
	}
	.cpfldvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.cpfldvleft a{
		padding-left: 15px;
		padding-right: 10px;
		height: 40px;
		width: 100px;
	}
	.cpfldvleft a iconpark-icon{
		font-size: 18px;
	}
	.cpfldvright{
		width: 100%;
		margin-top: 15px;
	}
	.cpflist{
		width: 95%;
		margin-top: 15px;
	}
	.cpflist ul li{
		height: auto;
	}
	.cpflist ul li a{
		padding: 15px 5%;
		flex-direction: column-reverse;
		height: auto;
	}
	.cpflistright{
		width: 35%;
	}
	.cpflist ul li a .cpflistleft{
		width: 100%;
	}
	.cpflist ul li a .cpflistleft iconpark-icon{
		display: none;
	}
	.cpflist ul li a .cpflistleft h1{
		font-size: 14px;
		text-align: center;
		height: auto;
	}
	.gdzzbt{
		width: 95%;
	}
	.gdzzbt{
		display: block;
	}
	.gdzzbtleft h1{
		text-align: center;
		font-size: 20px;
	}
	.gdzzbtleft p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.gdzzbtright{
		display: none;
	}
	.popprolist{
		width: 95%;
	}
	.popprolist .swiper-slide section{
		padding: 15px 10px;
	}
	.popprolist .swiper-slide section h1{
		font-size: 16px;
	}
	.popprolist .swiper-slide section p{
		line-height: 25px;
	}
	.zy .gehrfsd .swiper-button-next, .zy .gehrfsd .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.inabdv{
		width: 95%;
	}
	.inadbt{
		width: 100%;
		display: block;
	}
	.inadbtleft h1{
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	.inadbtleft h2{
		font-size: 20px;
		text-align: center;
	}
	.inadbtright {
		width: 100%;
		margin-top: 15px;
	}
	.inadbtright p{
		font-size: 14px;
		line-height: 30px;
	}
	.inadbtright a{
		padding-left: 15px;
        padding-right: 10px;
        height: 40px;
        width: 100px;
	}
	.inab ul{
		width: 100%;
	}
	.inab ul li h3 span{
		font-size: 28px;
	}
	.inab ul li h3 i {
	    color: #5a895b;
	    font-size: 14px;
	    margin-left: 5px;
	    margin-top: 4px;
	}
	.gylcdv{
		width: 95%;
	}
	.xwbt{
		display: block;
	}
	.xwbtleft h1{
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.xwbtleft p{
		font-size: 14px;
		line-height: 25px;
	}
	.foot{
		display: none;
	}
	.gylcdv #thumbs{
		margin-top: 20px;
	}
	.gylcdv #thumbs .swiper-slide h1{
		display: block;
		height: 65px;
	}
	.gylcdv #thumbs .swiper-slide h1 i{
		font-size: 20px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.gylcdv #thumbs .swiper-slide h1 span{
		font-size: 15px;
		text-align: center;
	}
	.daji{
		display: block;
	}
	.dajileft{
		width: 100%;
		border-radius: 15px;
		overflow: hidden;
	}
	.dajileft img{
		display: block;
		width: 100%;
	}
	.gylcdv #gallery{
		margin-top: 20px;
	}
	.dajiright{
		width: 90%;
		padding: 5%;
	}
	.dajiright h3>i{
		font-size: 38px;
	}
	.dajiright h3 span{
		font-size: 36px;
		line-height: 40px;
	}
	.dajiright h1{
		font-size: 18px;
		font-weight: bold;
	}
	.dajiright>i{
		height: 12px;
	}
	.dajiright p{
		line-height: 30px;
		font-size: 14px;
	}
	.gylcdv #gallery .gylcsqf{
		position: absolute;
		bottom: auto;
		top: 30%;
		right: 0;
		width: 100%;
	}
	.gylcdv #gallery .gylcsqf .swiper-button-prev, .gylcdv #gallery .gylcsqf .swiper-button-next{
		width: auto;
		height: auto;
		background-color: transparent;
		border: none;
	}
	.gylcdv #gallery .gylcsqf .swiper-button-prev:after, .gylcdv #gallery .gylcsqf .swiper-button-next:after{
		font-size: 32px;
		color: #fff;
	}
	.gylcdv #gallery .gylcsqf .swiper-button-prev:hover, .gylcdv #gallery .gylcsqf .swiper-button-next:hover{
		background-color: transparent;
	}
	.cpysdv{
		width: 95%;
	}
	.cpysbt h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.cpysbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.cpyslist{
		width: 100%;
	}
	.cpyslist ul{
		display: block;
	}
	.cpyslist ul li.active{
		width: 100%;
		overflow: hidden;
	}
	.cpyslist ul li .cpyslistdown img{
		width: 150%;
		margin-left: -25%;
	}
	.cpyslist ul li .cpyslistdown div{
		padding: 5%;
		top: 0;
		width: 90%;
		left: 0;
	}
	.cpyslist ul li .cpyslistdown div h2{
		font-size: 24px;
	}
	.cpyslist ul li .cpyslistdown div h2{
		font-size: 17px;
		font-weight: bold;
	}
	.cpyslist ul li .cpyslistdown div section p{
		font-size: 14px;
	}
	.cpyslist ul li .cpyslistdown div section i {
	    font-size: 35px;
	    color: #5a895b;
	    margin: 10px 0px;
	}
	.cpyslist ul li .cpyslistdown dl dd span {
	    width: 95%;
	    line-height: 25px;
	    color: #333333;
	    font-size: 14px;
	}
	.cpyslist ul li .cpyslistdown a{
		padding-left: 15px;
		height: 40px;
		padding-right: 10px;
	}
	.cpyslist ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.cpyslist ul li .cpyslisttop{
		display: none;
	}
	.zxzixundv{
		width: 95%;
	}
	.xwbtright {
		display: none	;
	}
	.xwbtleft p{
		text-align: center;
	}
	.zxlist ul{
		display: block;
	}
	.zxlist ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.zxlist ul li section{
		padding: 5%;
		width: 90%;
	}
	.zxlist ul li section h1{
		margin-bottom: 10px;
	}
	.zxlist ul li section h1 i{
		font-size: 12px;
	}
	.zxlist ul li section h2{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.xieshouzyright,.xieshouzyleft{
		display: none;
	}
	.picScroll1 ul li,.picScroll ul li,.picScroll2 ul li{
		width: 25%;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 40px);
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.xuqdv form input:nth-child(3){
		width: calc(100% - 40px);
	}
	.xuqdv form button{
		width: 120px;
		font-size: 14px;
	}
	.gywmbgbt{
		width: 95%;
		margin: 0 auto;
	}
	.gywmbgbt h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.gywmbgbt i{
		height: 15px;
	}
	.gywmbgtext p{
		margin-top: 15px;
	}
	.gywmbgtext{
		width: 95%;
	}
	.gywmbgtext p{
		font-size: 14px;
	}
	.gywmlist{
		width: 95%;
	}
	.gywmlist ul{
		flex-wrap: wrap;
	}
	.gywmlist ul li{
		margin-bottom: 15px;
	}
	.gywmlist ul li h1 span{
		font-size: 24px;
	}
	.gywmlist ul li h1 i {
	    color: #5a895b;
	    font-size: 14px;
	    margin-top: 3px;
	    margin-left: 5px;
	}
	.gywmlist ul li p{
		font-size: 14px;
	}
	.cpyslist ul li .cpyslistdown div section h1 {
	    color: #4c4c4c;
	    font-size: 17px;
	    margin-bottom: 15px;
		font-weight: bold;
	}
	.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
		margin-top: 30px;
	}
	.rybg .yslistdvs{
		width: 100%;
	}
	.yslistdv{
		width: 80%;
	}
	.yslist #btn1, .yslist #btn2{
		width: 35px;
		height: 35px;
	}
	.lxwmbt{
		width: 95%;
		margin: 0 auto;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmlist{
		width: 95%;
		display: block;
	}
	.lxwmlist ul {
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon , .lxwmlist ul li i{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
		font-weight: bold;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.ly form{
		width: 95%;
	}
	.ly form div input{
		width: 94%;
		margin: 1% 0;
		padding: 0 2%;
		height: 40px;
	}
	.ly form textarea{
		width: 94%;
		margin: 1% 0;
		padding: 0 2%;
	}
	.ly form button{
		margin-top: 15px;
	}
	.ly form button{
		height: 40px;
		width: 150px;
	}
	.newstj .zxlist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0px;
	}
	.xiangmu .innewlist{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 10px;
		
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		width: 100%;
	}
	.newsdvlistext{
		padding: 0;
		padding: 3%;
		width: 94%;
	}
	.newsdvlistext h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.shownav{
		height: auto;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		line-height: 45px;
		height: 45px;
	}
	.xwxq{
		width: 95%;
		display: block;
	}
	.xwxqleft{
		width: 100%;
	}
	.shownewsleftdv{
		padding: 5%;
	}
	.shownewsleftbt h1{
		font-size: 18px;
		line-height: 30px;
	}
	.fye{
		margin-top: 20px;
		display: block;
	}
	.fye p{
		font-size: 14px;
		line-height: 25px;
		margin: 10px 0px;
	}
	.shownewsright{
		padding: 5%;
		width: 90%;
	}
	.cpxqbt span {
	    color: #585858;
	    font-size: 16px;
	    margin-left: 10px;
	    text-transform: uppercase;
	    line-height: 35px;
	}
	.cpxqbt i {
	    display: block;
	    width: 4px;
	    height: 17px;
	    background-color: #5a895b;
	    margin-top: 2px;
	}
	.shownewsright ul li {
	    height: 30px;
	    line-height: 30px;
	    margin: 5px 0px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.cpdv{
		width: 95%;
	}
	.cpdvleft{
		display: none;
	}
	.cpdvright{
		width: 100%;
	}
	.cplists ul li{
		width: 48%;
	}
	.cplists ul li section{
		padding: 15px;
	}
	.cplists ul li section h1{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.soq221{
		padding-top: 20px;
	}
	.chanpinimgleft{
		width: 100%;
		display: block;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgright{
		margin-top: 20px;
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
	}
	.chanpinimgright p{
		margin-top: 10px;
	}
	.cennuodv a{
		width: 150px;
		height: 40px;
		margin-top: 20px;
	}
	.cpxq{
		width: 95%;
		flex-direction: column;
	}
	.cpxq .cpxqright{
		width: 100%;
	}
	.cpxqxq{
		width: 90%;
		padding: 5%;
	}
	.fy{
		margin-top: 15px;
		display: block;
	}
	.fy p{
		margin-bottom: 10px;
	}
	.cpxqleft{
		width: 100%;
	}
	.cpxqleft .prolist ul li a section h1{
		font-size: 16px;
	}
	.gylchengdv{
		width: 95%;
	}
	.gylchengdv ul li{
		width: 48%;
	}
	.gylchengdv ul li section{
		padding: 5%;
	}
	.gylchengdv ul li section h1{
		font-size: 17px;
	}
	.gylchengdv ul li section p{
		font-size: 14px;
	}
	.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:#5a895b;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #517a52;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section h1 {
	    color: #fefefe;
	    font-size: 22px;
	     text-align: center;
	    font-weight: bold;
	}
	.bannersasg .swiper-slide section p {
	    color: #ffffff;
	    font-size: 14px;
	    margin-top: 10px;
	    line-height: 25px;
	    text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
				.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: 13px
	}

	.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;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.cpfldvright img{
		width: 60%;
		margin:0 auto;
	}
	.pagination li a {
	    border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	    padding: 6px 10px;
	    border: 1px solid #DCDCDC;
	}
	.yyan {
	    position: absolute;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    right: 17%;
	    top: 0;
	    z-index: 99;
	}
	    .yyan dl {
        z-index: 999;
        width: 120px;
        margin-left: -60px;
    }
	.yyan dl dd a{
		font-size: 12px;text-align: center;
	}
	.yyan iconpark-icon{
		    color: #5a895b;
	}
}

