/* 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: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular_1.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/Tungsten-Semibold.otf');
}
body {
	font-family: "Poppins";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	background-color: #fff;
	left: 0;
	background-size: cover;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	transform: translateY(-120px);
	/*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;
}

.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 {
	width: 1400px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}

.headdvleft img {
	display: block;
}

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

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

.headdvright ul li {
	line-height: 96px;
	border-bottom: 2px solid transparent;
	transition: all .3s;
	margin: 0 20px;
}

.headdvright ul li a {
	color: #333333;
	display: block;
	font-size: 16px;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}
.headdvright ul li a span{
	color: #333333;
}
.headdvright ul li a::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	top: 100%;
	left: 0;
	transition: all 1s;
}
.headdvright ul li:hover a::after{
	background-color: #007937;
}
.headdvright ul li.active a::after{
	background-color: #007937;
}
.banners{
	position: relative;
	z-index: 3;
}
.banners img {
	display: block;
	width: 100%;
}
.book{
	width: 200px;
	height: 35px;
	background-color: #007937;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 50px;
}
.book a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
	color: #ffffff;
	font-size: 14px;
}
.voaslist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 80px;
}
.voaslist ul{
	display: flex;
	justify-content: space-between;
}
.voaslist ul li{
	width: 32%;
	position: relative;
}
.voaslist ul li div{
	width: 100%;
	overflow: hidden;
}
.voaslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.voaslist ul li:hover div img{
	transform: scale(1.05);
}
.voaslist ul li section{
	width: calc(100% - 120px);
	position: absolute;
	top: 60px;
	height: calc(100% - 120px);
	left: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s; 
}
.voaslist ul li section h1{
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: center;
	line-height: 45px;
}
.voaslist ul li section  span{
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin: 0 auto;
	line-height: 45px;
	font-family: "Poppins_Medium";
	margin-top: 25px;
}
.voaslist ul li:hover section{
	background-color: rgba(0, 121, 55, 0.8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.voaslist ul li section div{
	width: 328px;
}
.voas{
	margin-bottom: 85px;
}
.wyhs{
	margin: 85px auto;
	width: 1400px;
}
.wyhsbt h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wyhsbt p{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	line-height: 25px;
	color: #4c4c4c;
	font-size: 15px;
	font-family: "Poppins_Light";
}
.wyhslist{
	margin-top: 40px;
}
.wyhslist ul{
	display: flex;
	justify-content: space-between;
}
.wyhslist ul li{
	width: 365px;
}
.wyhslist ul li img{
	transition: all 1s;
	display: block;
	margin: 0 auto;
}
.wyhslist ul li h1{
	text-align: center;
	color: #333333;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin: 15px auto;
}
.wyhslist ul li p{
	height: 50px;
	line-height: 25px;
	color: #4c4c4c;
	font-size: 15px;
	font-family: "Poppins_Light";
	text-align: center;
}
.inabout{
	padding: 95px 0px;
	padding-bottom: 75px;
	background-color: #f7f7f7;
}
.inaboutdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inaboutdvleft{
	width: 50%;
}
.inaboutdvleft h1{
	color: #333333;
	font-size: 40px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 55px;
	margin-bottom: 25px;
}
.inaboutdvleft p{
	line-height: 25px;
	font-size: 15px;
	font-family: "Poppins_Light";
	color: #333333;
}
.inaboutdvleft h2{
	margin-top: 40px;
	color: #333333;
	font-size: 24px;
	font-family: "Poppins";
	font-weight: bold;
}
.inaboutdvleft ul {
	margin-top: 20px;
}
.inaboutdvleft ul li{
	margin-top: 15px;
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
}
.inaboutdvleft ul li img{
	margin-right: 10px;
}
.inaboutdvleft ul li section h3{
	color: #007937;
	font-size: 20px;
	font-family: "Poppins";
	font-weight: bold;
}
.inaboutdvright img{
	display: block;
	max-width: 100%;
}
.inpro{
	width: 1400px;
	margin: 100px auto;
}
.inprolist {
	margin-top: 50px;
}
.inprolist ul{
	display: flex;
	justify-content: space-between;
}
.inprolist ul li{
	position: relative;
	overflow: hidden;
}
.inprolist ul li:first-child{
	width: 66%;
}
.inprolist ul li:last-child{
	width:  32.1%;
}
.inprolist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.inprolist ul li:hover img{
	transform: scale(1.05);
}
.inprolist ul li section{
	position: absolute;
	bottom: 0;
	padding: 0 5%;
	height: 110px;
	width: 90%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.inprolist ul li section h1{
	color: #ffffff;
	font-size: 26px;
	font-family: "Montserrat";
	font-weight: bold;
}
.inprolist ul li section  iconpark-icon{
	color: #fff;
	font-size: 24px;
	margin-left: 20px;
}
.inprolist ul li:last-child section{
	padding: 0  10%;
	width: 80%;
}

.inprolist ol{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.inprolist ol li{
	width: 32.1%;
	position: relative;
	overflow: hidden;
}
.inprolist ol li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.inprolist ol li section{
	position: absolute;
	bottom: 0;
	padding: 0  10%;
	width: 80%;
	height: 110px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.inprolist ol li section h1{
	color: #ffffff;
	font-size: 26px;
	font-family: "Montserrat";
	font-weight: bold;
}
.inprolist ol li section  iconpark-icon{
	color: #fff;
	font-size: 24px;
	margin-left: 20px;
}
.inprolist ol li:last-child section{
	padding: 0  10%;
	width: 80%;
}
.inprolist ol li:last-child {
	background-color: #007937;
}
.inprolist ol li:last-child a{
	position: absolute;
	width: 80%;
	padding: 0 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.inprolist ol li:last-child div section{
	position: initial;
	background-color: transparent;
	padding: 0;
	background-image: none;
	justify-content: space-between;
	width: 100%;
}
.inprolist ol li:last-child div section h1{
	text-transform: uppercase;
	width: 160px;
}
.inprolist ol li:last-child div h2{
	color: #ffffff;
	font-size: 15px;
	font-family: "Poppins_Light";
	width: 90%;
	line-height: 25px;
}
.inprolist ol li:last-child div span{
	display: block;
	width: 160px;
	height: 40px;
	background-color: #fff;
	color: #3c9866;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-top: 30px;
	transition: all 1s;
}
.inprolist ol li:last-child:hover div span{
	background-color: #3c9866;
	color: #fff;
}
.inprolist ol li:hover img{
	transform: scale(1.05);
}
.upimg{
	padding-top: 50px;
	padding-bottom: 35px;
	background: url(../images/ll_02.jpg) center  no-repeat;
	background-size: cover;
}
.upimg h1{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: "Montserrat_Bold";
	margin-bottom: 10px;
}
.upimg p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 20px;
}
.upimg a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	background-color: #ffffff;
	margin: 0 auto;
	transition: all 1s;
}
.upimg a span{
	color: #007937;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.upimg a iconpark-icon{
	font-size: 20px;
	margin-left: 15px;
	color: #007937;
	transition: all 1s;
}
.upimg a:hover{
	background-color: #007937;
}
.upimg a:hover span{
	color: #fff;
}
.upimg a:hover iconpark-icon{
	color: #fff;
}
.upimg  h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
}
.upimg h2 i{
	color: #ffffff;
	font-size: 24px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-left: 10px;
}
.satisf{
	padding-top: 90px;
	padding-bottom: 70px;
	background-color: #f7f7f7;
}
.satisfdv{
	width: 1400px;
	margin: 0 auto;
}
.satisflist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 40px;
}
.satisflist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.satisflist ul li{
	width: 18%;
	margin: 1%;
	overflow: hidden;
	border-radius: 7px;
}
.satisflist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.satisflist ul li:hover img{
	transform: scale(1.05);
}
.ltnews{
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 55px;
}
.fials {
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
}
.fials ul{
	display: flex;
	justify-content: space-between;
}
.fials ul li{
	width: 32%;
}
.fials ul li div{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.fials ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.fials ul li:hover div img{
	transform: scale(1.05);
}
.fials ul li section{
	margin: 30px auto;
}
.fials ul li section h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins";
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	height: 60px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	margin-bottom: 10px;
}
.fials ul li section p{
	color: #4c4c4c;
	font-size: 15px;
	line-height: 25px;
	font-family: "Poppins_Light";
	margin-bottom: 10px;
}
.fials ul li section h2{
	color: #666666;
	font-size: 16px;
	font-family: "Poppins";
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
}
.fials ul li section h2 iconpark-icon{
	font-size: 20px;
	color: #666666;
	transition: all 1s;
}
.fials ul li:hover section h2 span{
	color: #007937;
}
.fials ul li:hover section h2 iconpark-icon{
	color: #007937;
}

.any{
	padding: 50px 0;
	background: url(../images/lou_02.jpg) center no-repeat;
}
.anydv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 45px;
	outline: none;
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Arial";
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 130px;
	height: 45px;
	line-height: 45px;
	background-color: #007937;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-family: "Arial";
}
.foot{
	padding-top: 80px;
	background-color: #f5f5f5;
	
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.footdvleft{
	width: 285px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 25px;
	font-size: 14px;
	color: #4c4c4c;
	font-family: "Poppins_Light";
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
.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: #4c4c4c;
}
.footdvright dl dt a{
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	font-family: "Poppins_Light";
}
.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: 500px;
}
.footdvright dl:nth-child(2) section{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section h1{
	width: 50%;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #4c4c4c;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdvright dl:nth-child(2) section h1:last-child{
	width: 100%;
	margin-top: 20px;
}
.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;
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
	background-color: #007937;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #fff;
	font-size: 14px;
}
.wdldv p a{
	color: #fff;
	font-size: 14px;
}
.inaboutny{
	background-color: #fff;
}
.fpj{
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 75px;
}
.fpjbt{
	margin-bottom: 60px;
}
.fpjbt h1{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat";
	font-weight: bold;
}
.fpjbt p{
	color: #4c4c4c;
	line-height: 25px;
	font-size: 15px;
	font-family: "Poppins_Light";
	margin-top: 10px;
}
.fpjlist ul{
	display: flex;
	justify-content: space-between;
}
.fpjlist ul li{
	width: 23.5%;
	position: relative;
}
.fpjlist ul li div{
	overflow: hidden;
	width: 100%;
}
.fpjlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.fpjlist ul li:hover div img{
	transform: scale(1.05);
} 
.fpjlist ul li section{
	width: 80%;
	padding: 0 10%;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.fpjlist ul li section h1{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	font-family: "Montserrat";
}


.lxwm{
	width: 1400px;
	margin: 115px auto;
	display: flex;
	justify-content: space-between;
}
.lxwmleft{
	width: 45%;
}
.lxwmleft h1{
	width: 94%;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.lxwmleft p{
	color: #333333;
	font-size: 15px;
	font-family: 'Poppins_Light';
}
.lxwmleft ul{
	margin-top: 50px;
}
.lxwmleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.lxwmleft ul li iconpark-icon {
	font-size: 20px;
	color: #007937;
	margin-right: 10px;
}
.lxwmleft ul li span{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.lxwmright{
	width: 48%;
}
.lxwmright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmright ul li{
	width: 48%;
	margin-bottom: 20px;
}
.lxwmright ul li h1{
	width: 48%;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 10px;
}
.lxwmright ul li input{
	width: calc(100% - 40px);
	border: none;
	height: 45px;
	border: 1px solid #007937;
	border-radius: 7px;
	padding: 0 20px;
	background-color: transparent;
	outline: none;
	color: #999999;
	font-size: 15px;
	font-family: "Poppins_Light";
}
.lxwmright div h1{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 10px;
}
.lxwmright div textarea{
	width: calc(100% - 40px);
	border: none;
	line-height: 35px;
	border: 1px solid #007937;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: transparent;
	outline: none;
	color: #999999;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.lxwmright  button{
	width: 140px;
	height: 55px;
	border-radius: 5px;
	line-height: 55px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	border: none;
	background-color: #007937;
	text-transform: uppercase;
	margin-top: 20px;
}
.newslist{
	margin: 70px auto;
	width: 1400px;
}
.newslistdv ul li{
	margin-bottom: 40px;
}
.newslistdv ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslistdv ul li .newslistdvleft{
	width: 300px;
	overflow: hidden;
	border-radius: 10px;
}
.newslistdvleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newslistdv ul li:hover .newslistdvleft img{
	transform: scale(1.05);
}
.newslistdv ul li .newslistdvright{
	width: 1060px;
}
.newslistdvright h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: "Poppins";
}
.newslistdvright p{
	font-size: 15px;
	line-height: 25px;
	color: #4c4c4c;
	font-family: "Poppins_Light";
	overflow:hidden;
	height: 75px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.newslistdvright h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.newslistdvright h2 span{
	color: #007937;
	font-family: "Poppins_Medium";
}
.newslistdvright h2 iconpark-icon{
	font-size: 18px;
	color: #007937;
}
.nrfpj{
	margin-top: 95px;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li {
	width: 31.333%;
	margin: 1%;
}
.prolist ul li div{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.prolist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s; 
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li section{
	margin-top: 15px;
}
.prolist ul li section h1{
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.prolist ul li section h2{
	white-space:nowrap;
	height: 25px;
	overflow:hidden;
	line-height: 25px;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.prolist ul li section  h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #007937;
	margin-top: 10px;
	font-family: "Poppins";
}
.prolist ul li section h3 iconpark-icon{
	font-size: 16px;
	margin-left: 5px;
}
.cpxq{
	width: 1400px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpxqleft{
	width: 47%;
}
.cpxqleft img{
	display: block;
	width: 100%;
}
.cpxqright{
	width: 48%;
}
.cpxqright h1{
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.cpxqright h2{
	color: #333333;
	font-size: 28px;
	font-family: "Poppins";
	margin-bottom: 30px;
}
.cpxqright h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cpxqright h3 img{
	display: block;
	width: 44px;
	margin-right: 7px;
}
.cpxqright h3 p{
	color: #007937;
	font-size: 50px;
		font-family: "Tungsten";
}
.cpxqright  section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.cpxqright  section a{
	width: 160px;
	height: 45px;
	display: block;
	line-height: 45px;
	border: 1px solid #007937;
	color: #007937;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
	margin-right: 10px;
}
.cpxqright  section a:hover{
	background-color: #007937;
	line-height: 45px;
	color: #fff;
}
.recom{
	width: 100%;
	padding: 70px 0px;
	padding-bottom: 90px;
	background-color: #f7f7f7;
}
.recomdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.recomdvleft{
	width: 280px;
	background-color: #fff;
}
.recomdvleftbt{
	width: 100%;
	height: 60px;
	background-color: #007937;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
} 
.reclist ul{
	padding: 20px 0px;
}
.reclist ul li{
	width: 90%;
	padding: 0 5%;
}
.reclist ul li div{
	overflow: hidden;
}
.reclist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.reclist ul li:hover div img{
	transform: scale(1.05);
}
.reclist ul li h1{
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 10px 0px;
}
.recomdvright{
	padding: 25px 60px;
	background-color: #fff;
	width: 960px;
}
.recomdvrightbt{
	display: flex;
	justify-content: flex-start;
	height: 65px;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat_Light";
}
.recomdvrightbt i{
	width: 4px;
	display: block;
	height: 20px;
	background-color: #007937;
	margin-right: 10px;
	margin-top: -2px;
}
.nrong{
	margin: 30px auto;
	width: 100%;
}
.fye{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px solid #e6e6e6;
	padding-top: 15px;
}
.fye a{
	color: #4c4c4c;
	font-size: 14px;
}
.fye a:hover{
	color: #007937;
}
.conswz{
	margin: 0 auto;
	width: 1400px;
	margin-top: 105px;
	margin-bottom: 65px;
}
.conswz h1{
	color: #333333;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
}
.conswz p{
	color: #4c4c4c;
	font-size: 15px;
	font-family: "Poppins_Light";
	line-height: 25px;
	margin-bottom: 15px;
}
.conswz2{
	margin: 0 auto;
	width: 1400px;
	margin-bottom: 75px;
}
.conswz2 h1{
	color: #333333;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
}
.conswz2 p{
	color: #4c4c4c;
	font-size: 15px;
	font-family: "Poppins_Light";
	line-height: 25px;
	margin-bottom: 15px;
}
.conswz2 p i{
	color: #007937;
	font-size: 15px;
	font-family: "Poppins_Medium";
}
.conswz2 p a{
	color: #007937;
	font-family: "Poppins_Medium";
}
.conswz p a{
	color: #007937;
	font-family: "Poppins_Medium";
	font-size: 15px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 70px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Poppins";
	font-weight: bold;
}
.headheight{
	height: 100px;
}

.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 70px;
	font-weight: bold;
	font-family: "Poppins";
	line-height: 75px;
	margin-bottom: 35px;
	color: #fff;
	text-transform: uppercase;
	width: 60%;
}
.bannersasg  .swiper-slide section h4{
	font-size: 30px;
	color: #ffffff;
}

.bannersasg  .swiper-slide section a{
	width: 235px;
    height: 55px;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    transition: all .5s;
}
.bannersasg  .swiper-slide section a span {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    display: block;
    margin-right: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 55px;
     display: flex;
    justify-content: center;
    align-items: center;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #007937;
	border-color: #007937;
}
.bannersasg  .swiper-slide section a:hover span,.bannersasg  .swiper-slide section a:hover iconpark-icon {
	color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.newslistdvright{
		width: 71% !important;
	}
	.recomdvright {
        width: 62%;
        padding: 5%;
    }
}
.mfoot,.mfootdv{
	display: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	.headdv{
		width: 95%;
	}
	.book{
		margin-left: 20px;
		width: 170px;
	}
	.headdvright ul li a{
		padding: 0;
	}
	.headdvleft img{
		height: 60px;
	}
	.headdvleft {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.book a{
		font-size: 12px;
	}
	.voaslist{
		width: 95%;
	}
	.voaslist ul li section{
		width: 80%;
		height: 80%;
		top: 10%;
		left: 10%;
	}
	.voaslist ul li section h1{
		font-size: 27px;
	}
	.wyhs {
		width: 95%;
	}
	.wyhslist ul li p{
		height: auto;
	}
	.wyhslist ul li{
		width: 32%;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft{
		width: 48%;
	}
	.inaboutdvright{
		width: 50%;
	}
	.inaboutdvleft h1{
		font-size: 35px;
	}
	.inpro{
		width: 95%;
	}
	.inprolist ol li:last-child div span{
		margin-top: 15px;
	}
	.satisfdv{
		width: 95%;
		margin: 0 auto;
	}
	.wyhsbt h1{
		font-size: 38px;
	}
	.wyhsbt p{
		width: 75%;
	}
	.satisflist{
		width: 95%;
	}
	.fials{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input{
		width: 15%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright dl:nth-child(2){
		width: 55%;
	}
	.footdvright{
		width: 68%;
	}
	.wdldv{
		width: 95%;
	}
	.footdvright dl dd a{
		font-size: 15px;
	}
	.conswz{
		width: 95%;
	}
	.conswz h1{
		font-size: 24px;
	}
	.fpj{
		width: 95%;
	}
	.fpjlist ul li section h1{
		font-size: 22px;
	}
	.fpjbt{
		margin-bottom: 40px;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqright h2{
		font-size: 24px;
	}
	.recomdv{
		width: 95%;
	}
	.recomdvright{
		width: 57%;
		padding: 5%;
	}
	.newslist{
		width: 95%;
	}
	.newslistdv ul li .newslistdvright{
		width: 64%;
	}
	.lxwm{
		width: 95%;
	}
	.conswz2{
		width: 95%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
}

@media screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.voaslist{
		width: 95%;
		margin-top: 30px;
	}
	.voaslist ul li section{
		width: 90%;
		left: 5%;
		height: 90%;
		top: 5%;
	}
	.voaslist ul li section h1{
		font-size: 14px;
		line-height: 25px;
	}
	.voaslist ul li section span{
		width: 90%;
		font-size: 12px;
		height: 30px;
		margin-top: 10px;
		line-height: 32px;
	}
	.voas{
		margin-bottom: 15px;
	}
	.wyhs{
		width: 95%;
		margin: 30px auto;
	}
	.wyhsbt h1{
		font-size: 22px;
	}
	.wyhsbt p{
		width: 95%;
		font-size: 14px;
	}
	.wyhslist{
		margin-top: 20px;
	}
	.wyhslist ul{
		display: block;
	}
	.wyhslist ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.wyhslist ul li img{
		width: 40px;
	}
	.wyhslist ul li h1{
		font-size: 16px;
		margin: 8px auto;
	}
	.wyhslist ul li p{
		height: auto;
		font-size: 14px;
	}
	.inabout{
		padding: 30px 0px;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inaboutdvleft h1{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.inaboutdvleft p{
		font-size: 14px;
	}
	.inaboutdvleft h2{
		margin-top: 15px;
		font-size: 19px;
	}
	.inaboutdvleft ul li section h3{
		font-size: 16px;
	}
	.inaboutdvright{
		margin-top: 25px;
	}
	.inpro{
		width: 95%;
		margin: 30px auto;
	}
	.inprolist{
		margin-top: 20px;
	}
	.inprolist ul{
		display: block;
	}
	.inprolist ul li:first-child{
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.inprolist ul li section h1{
		font-size: 16px;
	}
	.inprolist ul li section{
		height: 50px;
	}
	.inprolist ul li:last-child{
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
	.inprolist ol li{
		margin-top: 10px;
	}
	.inprolist ol{
		display: block;
	}
	.inprolist ol li{
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
	.inprolist ul li:last-child section{
		padding: 0 5%;
		width: 90%;
		height: 50px;
	}
	.inprolist ol li section{
		width: 90%;
		padding: 0 5%;
		height: 50px;
	}
	.inprolist ol li section h1{
		font-size: 16px;
	}
	.inprolist ol li:last-child div section h1{
		width: 80%;
	}
	.inprolist ol li:last-child div span{
		margin-top: 10px;
	}
	.inprolist ol li:last-child a{
		width: 90%;
		padding: 0 5%;
	}
	.inprolist ol li:last-child div h2{
		width: 100%;
	}
	.inprolist ol li:last-child div span{
		line-height: 35px;
		font-size: 14px;
		height: 35px;
		width: 140px;
	}
	.inprolist ol li:last-child div section{
		height: 35px;
	}
	.upimg{
		padding-top: 20px;
	}
	.upimg h1{
		font-size: 22px;
	}
	.upimg p{
		font-size: 14px;
	}
	.upimg a{
		width: 150px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.upimg a span{
		font-size: 14px;
	}
	.upimg h2 i{
		font-size: 18px;
	}
	.satisf{
		padding: 30px 0px;
	}
	.satisfdv{
		width: 95%;
	}
	.satisflist{
		width: 95%;
		margin-top: 20px;
	}
	.satisflist ul li{
		width: 48%;
	}
	.fials{
		width: 95%;
		margin-top: 20px;
	}
	.fials ul{
		flex-wrap: wrap;
	}
	.fials ul li{
		width: 100%;
	}
	.fials ul li section{
		margin: 10px auto;
		margin-bottom: 20px;
	}
	.fials ul li section h1{
		font-size: 18px;
	}
	.fials ul li section p{
		font-size: 14px;
	}
	.fials ul li section h2{
		font-size: 13px;
	}
	.fials ul li section h2 iconpark-icon{
		font-size: 19px;
	}
	.foot{
		display: none;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 22px;
		text-align: center;
	}
	.any{
		background-size: cover;
	}
	.ltnews{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.anydv h1{
		margin-bottom: 15px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 94%;
		margin-bottom: 10px;
		padding: 0 3%;
		height: 40px;
		font-size: 14px;
	}
	.anydv form input:nth-child(3){
		width: 94%;
		margin-bottom: 10px;
		padding: 0 3%;
		height: 40px;
		font-size: 14px;
	}
	.conswz{
		width: 95%;
		margin: 30px auto;
	}
	.conswz h1{
		font-size: 20px;
	}
	.conswz p{
		font-size: 14px;
	}
	.fpj{
		width: 95%;
	}
	.fpjbt h1{
		font-size: 22px;
	}
	.fpjbt{
		margin-bottom: 20px;
	}
	.fpjlist ul li{
		width: 49%;
		margin: 1% 0%;
	}
	.fpjlist ul{
		flex-wrap: wrap;
	}
	.fpjlist ul li section h1{
		font-size: 14px;
	}
	.fpjlist ul li section{
		height: 60px;
	}
	.fpj{
		margin-bottom: 30px;
	}
	.cpxq{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.cpxqleft{
		width: 100%;
	}
	.cpxqright{
		width: 100%;
		margin-top: 15px;
	}
	.cpxqright h2{
		margin-top: 5px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cpxqright h3 img{
		width: 25px;
	}
	.cpxqright h3 p{
		font-size: 28px;
	}
	.cpxqright section{
		justify-content: space-between;
		margin-top: 15px;
	}
	.cpxqright section a{
		display: block;
		width: 48%;
		height: 35px;
		border: 1px solid #007937;
		margin-right: 0;
		line-height: 38px;
	}
	.recom{
		padding: 30px 0px;
	}
	.recomdv{
		width: 95%;
		flex-direction: column-reverse;
	}
	.recomdvright{
		width: 95%;
		padding: 2.5%;
		padding-top: 0;
	}
	.recomdvrightbt{
		font-size: 18px;
	}
	.nrong{
		margin: 15px auto;
	}
	.fye{
		display: block;
	}
	.fye a{
		display: block;
		line-height: 25px;
		margin: 10px 0px;
		font-size: 14px;
	}
	.recomdvleft{
		width: 100%;
		margin-top: 15px;
	}
	.recomdvleftbt{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.reclist ul li{
		padding: 0 2.5%;
		width: 95%;
	}
	.reclist ul li h1{
		height: auto;
	}
	.reclist ul{
		padding-bottom: 0px;
	}
	.anydv h1{
		font-size: 20px;
	}
	.anydv form button{
		height: 40px;
		line-height: 40px;
	}
	.nrfpj{
		margin-top: 30px;
	}
	.newslist{
		width: 95%;
		margin: 25px auto;
	}
	.prolist ul li{
		width: 49%;
		margin: 10px 0px;
	}
	.prolist ul{
		justify-content: space-between;
	}
	.prolist ul li section h3{
		margin-top: 5px;
	}
	.newslistdv ul li{
		margin-bottom: 15px;
	}
	.newslistdv ul li a{
		display: block;
	}
	.newslistdv ul li .newslistdvleft{
		width: 100%;
	}
	.newslistdv ul li .newslistdvleft img{
		display: block;
	}
	.newslistdv ul li .newslistdvright{
		margin: 15px 0;
	}
	.newslistdvright h1{
		font-size: 18px;
		margin-bottom:5px ;
	}
	.newslistdv ul li .newslistdvright{
		width: 100%;
	}
	.newslistdvright h2{
		margin-top: 5px;
	}
	.newslistdvright h2 span{
		font-size: 14px;
	}
	.lxwm{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.lxwmleft{
		width: 100%;
	}
	.lxwmleft h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.lxwmleft p{
		font-size: 14px;
	}
	.lxwmleft ul{
		margin-top: 20px;
	}
	.lxwmleft ul li{
		margin-top: 10px;
	}
	.lxwmleft ul li span{
		font-size: 14px;
	}
	.lxwmright{
		width: 100%;
		margin-top: 20px;
	}
	.lxwmright ul{
		flex-wrap: wrap;
	}
	.lxwmright ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxwmright ul li h1{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.lxwmright ul li input{
		height: 35px;
		line-height: 35px;
	}
	.lxwmright ul li input{
		font-size: 14px;
	}
	.lxwmright div textarea{
		font-size: 14px;
		line-height: 35px;
		height: 105px;
	}
	.lxwmright button{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
	}
	.conswz2{
		width: 95%;
		margin-bottom: 25px;
	}
	.conswz2 h1{
		font-size: 20px;
	}
	.conswz2 p{
		font-size: 14px;
	}
	.headheight{
		display: none;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext h2{
		text-align: center;
		font-size: 24px;
	}
	.mobile-inner-nav{
		z-index: 999;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin: 0;
	}
	.bannersasg .swiper-slide div h3{
		text-align: center;
		width: 100%;
		height: auto;
		line-height: 35px;
		margin-bottom: 0;
		font-size: 24px;
	}
	.bannersasg .swiper-slide section a{
		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: #007937;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0d6535;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		    max-width: initial;
		margin-left: -25%;
	}
	.nrbanner .btext h2{
		margin: 0 auto;
	}
	.nrbanner img{
		width: 130%;
		margin-left: -15%;
	}
	.nrbanner{
		overflow: hidden;
	}
}



