/* 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');
}

body {
	font-family: "微软雅黑";
}

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: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	background-color: #fff;
}
.nhe{
	height: 90px;
}
.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;
}

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


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

.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 24px;
}
.navbtn{
	display: flex;
	justify-content: space-between;
}
.navbtn i{
	font-size: 16px;
	margin-left: 30px;
}
.nav-btn {
    width: 35px;
    height: 22px;
    position: relative;
    cursor: pointer;
	margin-left: 35px;
}
.nav-btn .line {
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.nav-btn .line1 {
    top: 0px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.nav-btn .line2 {
    top: 10px;
    width: 100%;
}
.nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.banners{
	position: relative;
}
.banners img{
	display: block;
	width: 100%;
}
.bantext{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.banertop{
	width: 1300px;
	margin: 0 auto;
	margin-top: 12%;
} 
.banertop h1{
	color: #4c4a4b;
	font-size: 54px;
	font-weight: bold;
	margin-bottom: 15px;
}
.banertop p{
	color: #717171;
	font-size: 24px;
}
.bannlist{
	position: absolute;
	bottom: 4.0625rem;
	width: 100%;
}
.bannlist ul{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bannlist ul li{
	height: 80px;
	width: 23%;
	background: url(../images/bannernav_05.png) center no-repeat;
	border-radius: 10px;
	transition: all 1s;
	background-size: cover;
}
.bannlist ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}
.bannlist ul li a i{
	color: #2c7d7d;
	font-size: 30px;
	margin-right: 20px;
	transition: all 1s;
}
.bannlist ul li a span{
	color: #333333;
	transition: all 1s;
	font-size: 20px;
}
.bannlist ul li:hover{
	background: url(../images/bannernav_03.png) center no-repeat;
	background-size: cover;
}
.bannlist ul li:hover a i,.bannlist ul li:hover a span{
	color: #fff;
}
.foot{
	background-color: #f7f7f7;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	padding-bottom: 80px;
}
.foottop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
}
.foottop img{
	display: block;
}
.foottop form{
	width: 530px;
	display: flex;
	padding-left: 25px;
	border-radius: 50px;
	height: 40px;
	background-color: #fff;
	justify-content: space-between;
	overflow: hidden;
}
.foottop form input{
	outline: none;
	border: none;
	font-size: 14px;
	width: 80%;
}
.foottop form button{
	width: 20%;
	border: none;
	outline: none;
	color: #fefefe;
	font-size: 14px;
	background-image: linear-gradient(to right, #289040 , #8dc822);
}
.footdvlist{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.footdvlistleft h1{
	color: #606060;
	font-size: 18px;
	font-weight: bold;
}
.footdvlistleft i{
	width: 30px;
	display: block;
	height: 2px;
	background-image: linear-gradient(to right, #289040 , #8dc822);
	margin-top: 15px;
	margin-bottom: 25px;
}
.footdvlistleft p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}
.footdvlistleft p img{
	display: block;
	margin-right: 10px;
}
.footdvlistleft p span{
	color: #606060;
	font-size: 16px;
}
.footdvlistright{
	display: flex;
	justify-content: space-between;
	width: 70%;
}
.footdvlistright dl dt a{
	color: #606060;
	font-size: 18px;
}
.footdvlistright dl dt{
	margin-bottom: 25px;
}
.footdvlistright dl dd{
	margin-bottom: 15px;
}
.footdvlistright dl dd a{
	color: #606060;
	font-size: 14px;
}
.footdvlistright dl dd a:hover{
	color: #289040;
}
.shownav {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 15px #eaeaea;
}

.shownav ul {
	display: flex;
	justify-content: center;
}

.shownav ul li {
	width: 240px;
	height: 70px;
	text-align: center;
}

.shownav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #4c4c4c;
	line-height: 70px;
	font-size: 16px;
	transition: all .5s;
}

.shownav ul li a:hover {
	background-image: linear-gradient(to right, #289042 , #2e73a1);
	color: #fff;
}
.shownav ul li.active a {
	background-image: linear-gradient(to right, #289042 , #2e73a1);
	color: #fff;
}
.hzbox{
	background-color: #fefefe;
	padding: 4.375rem 0px;
}
.xwtj{
	width: 95.75rem;
	margin: 0 auto;
}
.xwtj ul{
	display: flex;
	justify-content: flex-start;

}
.xwtj ul li{
	width: 31.33%;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 1%;
	box-shadow: 0px 0px 15px #e1e1e1;
}
.xwtj ul li div{
	overflow: hidden;
	width: 100%;
}
.xwtj ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwtj ul li:hover div img{
	transform: scale(1.05);
}
.xwtj ul li section{
	background-color: #fff;
	padding: 30px;
}
.xwtj ul li section h1{
	display: flex;
	justify-content: space-between;
}
.xwtj ul li section h1 span{
	color: #4d4d4d;
	font-size: 14px;
}
.xwtj ul li section h1 i{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 14px;
}
.xwtj ul li section h1 i iconpark-icon{
	font-size: 18px;
	margin-right: 5px;
}
.xwtj ul li section h2{
	margin-top: 10px;
	height: 35px;
	line-height: 35px;
	white-space:nowrap;
	color: #333333;
	overflow:hidden;
	font-size: 22px;
	text-overflow:ellipsis;
}
.xwtj ul li section p{
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	color: #808080;
	text-overflow:ellipsis;
	font-size: 14px;
	display:-webkit-box;
	margin-top: 10px;
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}

.newsdvlist {
	width: 93.75rem;
	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-image: linear-gradient(to right, #289042 , #2e73a1);
}
.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;
}
.lxwm{
	width: 93.75rem;
	margin: 0 auto;
	padding: 5.625rem 0px;
}
.lxwmbt{
	margin-bottom: 3.125rem;
}
.lxwmbt h1{
	color: #4c4c4c;
	font-size: 36px;
	text-align: center;
}
.lxwmbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 90px);
	box-shadow: 0rem 0rem 15px #f3f3f3;
	padding: 45px ;
	border-radius: 15px;
	overflow: hidden;
}
.lxwmlist ul li iconpark-icon{
	color: #2b826d;
	font-size: 32px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	transition: all 1s;
}
.lxwmlist ul li h1{
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	text-align: center;
	font-size: 16px;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-image: linear-gradient(to right, #289042 , #2e73a1);
}
.lxwmlist ul li:hover iconpark-icon,.lxwmlist ul li:hover h1,.lxwmlist ul li:hover p{
	color: #fff;
}

.xuqiu {
	padding: 5.625rem 0px;
	background: url(../images/zu_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.lybt {
	margin-bottom: 3.75rem;
}

.xuqiu form {
	width: 93.75rem;
	margin: 0 auto;
}

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

.xuqiu form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #777777;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.7);
}
.xuqiu form div input::placeholder,.xuqiu form textarea::placeholder{
	color: #777777;
	font-size: 14px;
}
.xuqiu form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #777777;
	line-height: 30px;
	outline: none;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.7);
}

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-image: linear-gradient(to right, #193d7d , #289042);
	color: #fff;
}

.zhaopin {
	width: 93.75rem;
	margin: 100px auto;
}

.rczplist {
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f7f7f7;
	align-items: center;
}

.rczplist dl dt i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #f0f1f2;
}

.rczplist dl dd i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #162045;
	margin-top: 25px;
}

.rczplist dl dd.active i {
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}

.rczplist dl dt h1 {
	width: 250px;
	color: #092238;
	font-size: 17px;
}

.rczplist dl dt h2 {
	width: 230px;
	color: #092238;
	font-size: 17px;
}

.rczplist dl dt h3 {
	width: 250px;
	color: #092238;
	font-size: 17px;
}

.rczplist dl dt h4 {
	width: 250px;
	color: #092238;
	font-size: 17px;
}

.rczplist dl dt h5 {
	width: 160px;
	color: #092238;
	font-size: 17px;
}

.rczplist dl dd {
	border-bottom: 1px solid #e6e6e6;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
}



.rczplist dl dd .rczpxx h1 {
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h2 {
	width: 230px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h3 {
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h4 {
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h5 {
	width: 160px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd:hover .rczpxx {
	background-image: linear-gradient(to right, #289040 , #2d72a0);
}

.rczplist dl dd.active .rczpxx {
	background-image: linear-gradient(to right, #289040 , #2d72a0);
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}

.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}

.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}

.rctext {
	padding: 0px 55px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;
	overflow: hidden;
	transition: all 1s;
	background-color: #f7f7f7;
}

.rctextleft {
	width: 50%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 560px;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #155bae;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.hexyw{
	padding-top: 6.25rem;
}
.hexywbt{
	width: 93.75rem;
	margin: 0 auto;
	padding-bottom: 60px;
}
.hexywbt h1{
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.hexywbt P{
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.hexywlist ul li{
	display: flex;
	justify-content: space-between;
}
.yejin,.yejinimg{
	width: 50%;
	overflow: hidden;
}
.yejin{
	background-color: #f7f7f7;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.yejindv{
	width: 41.875rem;
	padding-right: 5rem;
}
.yejindv h1 a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.yejindv h1 span{
	color: #333333;
	font-size: 46px;
	font-family: "Impact";
	
}
.yejindv h1 i{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
.yejindv p {
	margin-top: 20px;
}
.yejindv p a{
	color: #666666;
	font-size: 18px;
	line-height: 35px;
	transition: all 1s;
}
.yejindv p:hover a{
	color: #289040;
}
.yejindv>a{
	margin-top: 3.75rem;
	width: 140px;
	padding-left: 30px;
	padding-right: 25px;
	background-image: linear-gradient(to right, #289040 , #2d72a0);
	border-radius: 50px;
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yejindv>a span{
	color: #ffffff;
	font-size: 14px;
}
.yejindv>a iconpark-icon{
	color: #ffffff;
	font-size: 20px;
}
.yejinimg img{
	display: block;
}
.hexywlist ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.hexywlist ul li:nth-child(2n) .yejin{
	justify-content: flex-start;
	background-color: #fff;
}
.hexywlist ul li:nth-child(2n) .yejinimg a{
	display: flex;
	justify-content: flex-end;
}
.hexywlist ul li:nth-child(2n) .yejindv{
	padding-right: 0;
	padding-left: 5rem;
}
.yjin{
	padding-top: 5rem;
	padding-bottom:  50px;
}
.yjindv{
	width: 93.75rem;
	margin: 0 auto;
}
.yjinyw{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yjinywleft{
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
}
.yjinywleft img{
	display: block;
	width: 100%;
}
.yjinywright {
	width: 49%;
}
.yjinywright h1{
	border-bottom: 1px solid #cbcacf;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
}
.yjinywright i{
	display: block;
	height: 2px;
	width: 100px;
	background-color: #2d749d;
	margin-top: -2px;
	margin-bottom: 20px;
}
.yjinywright p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.yjinywright a{
    margin-top: 3.125rem;
    width: 140px;
    padding-left: 30px;
    padding-right: 25px;
    background-image: linear-gradient(to right, #289040, #2d72a0);
    border-radius: 50px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yjinywright a span {
    color: #ffffff;
    font-size: 14px;
}
.yjinywright a iconpark-icon {
    color: #ffffff;
    font-size: 20px;
}
.fwgs{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.fwgsbt{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f5f5f5;
	color: #2c9f4a;
	font-size: 16px;
}
.fwgsbt i{
	display: block;
    height: 2px;
    width: 100px;
    background-color: #009689;
    margin-top: -2px;
    margin-bottom: 20px;
}
.fwgstext{
	margin-top: 20px;
}
.fwgstext img{
	max-width: 100%;
}
.fenye{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
}
.fenye p{
	margin-top: 15px;
}
.fenye p a{
	color: #808080;
	font-size: 14px;
}
.fenye p a:hover{
	color: #2c9f4a;
}
.jianjie{
	padding: 5.9375rem 0px;
	background: url(../images/jj_02.jpg) center no-repeat;
	background-size: cover;
}
.jianjiedvleft{
	width: 48%;
}
.jianjiedvright{
	width: 48%;
}
.jianjiedvright img{
	display: block;
	width: 100%;
}
.jianjiedv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 93.75rem;
	margin: 0 auto;
}
.jianjiedvleft h1{
	border-bottom: 1px solid #cbcacf;
    color: #404040;
    font-size: 36px;
    padding-bottom: 25px;
}
.jianjiedvleft i{
	display: block;
    height: 2px;
    width: 100px;
    background-color: #26866e;
    margin-top: -2px;
    margin-bottom: 40px;
}
.jianjiedvleft p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}
.sz{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 5rem;
}
.sz ul{
	display: flex;
	justify-content: space-between;
}
.sz ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sz ul li h1 span{
	color: #289040;
	font-size: 52px;
	font-family: "Montserrat_Bold";
}
.sz ul li h1 i{
	color: #289040;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
.sz ul li p{
	color: #606060;
	font-size: 16px;
	margin-top: 10px;
}
.qywehu{
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	background-color: #f7f7f7;
}
.qywehubt{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 3.75rem;
}
.qywehubt h1{
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.qywehubt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.qywehulist{
	width: 93.75rem;
	margin: 0 auto;
}
.qywehulist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywehulist ul li{
	width: calc(24% - 5rem);
	padding: 2.5rem;
	padding-top: 50px;
	background: url(../images/qywh_05.jpg) center no-repeat;
	background-size: cover;
	margin-bottom:1%;
	border-radius: 15px;
	overflow: hidden;
	transition: all 1s;
}
.qywehulist ul li:first-child,.qywehulist ul li:nth-child(5){
	width: calc(49% - 5rem);
}
.qywehulist ul li i{
	display: block;
	color: #298955;
	font-size: 40px;
	margin-bottom: 30px;
	transition: all 1s;
}
.qywehulist ul li h1{
	color: #4c4c4c;
	margin-bottom: 10px;
	font-size: 22px;
	transition: all 1s;
}
.qywehulist ul li  p{
	line-height: 30px;
	font-size: 16px;
	color: #606060;
	transition: all 1s;
}
.qywehulist ul li:hover i,.qywehulist ul li:hover h1,.qywehulist ul li:hover p{
	color: #fff;
}
.qywehulist ul li:nth-child(1){
	background: url(../images/qywh_051.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(2){
	background: url(../images/qywh_052.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(3){
	background: url(../images/qywh_073.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(4){
	background: url(../images/qywh_134.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(5){
	background: url(../images/qywh_155.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(6){
	background: url(../images/qywh_176.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(1):hover{
	background: url(../images/qywh_032.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(2):hover{
	background: url(../images/qywh_054.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(3):hover{
	background: url(../images/qywh_053.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(4):hover{
	background: url(../images/qywh_055.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(5):hover{
	background: url(../images/qywh_036.png) center no-repeat;
	background-size: cover;
}
.qywehulist ul li:nth-child(6):hover{
	background: url(../images/qywh_057.png) center no-repeat;
	background-size: cover;
}
.jtry{
	padding:6.25rem 0 ;
	padding-bottom: 9.375rem;
	background: url(../images/jtry_02.jpg) center no-repeat;
	background-size: cover;
}
.jtrydv{
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
}
.jtrydvleft{
	width: 560px;
}
.jtrydvleft h1 {
    border-bottom: 1px solid #cbcacf;
    color: #404040;
    font-size: 36px;
    padding-bottom: 25px;
}
.jtrydvleft i {
    display: block;
    height: 2px;
    width: 100px;
    background-color: #26866e;
    margin-top: -2px;
    margin-bottom: 40px;
}
.jtrydvleft p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 35px;
}
.jtrydvleft p em{
	width: 6px;
	height: 6px;
	border-radius: 10px;
	margin-top: 8px;
	margin-right: 10px;
	background-color: #289040;
}
.jtrydvleft p  span{
	color: #606060;
	font-size: 16px;
}
.jtrydvright{
	width: 55%;
}
.jtrydvright ul{
	display: flex;
	justify-content: space-between;
}
.jtrydvright ul li{
	width: 30%;
}
.jtrydvright ul li img{
	display: block;
	width: 100%;
}
.jtrydv{
	display: flex;justify-content: space-between;
}

.pcnav{
	position: fixed;
	width:100%;
	background-color: #f7f7f7;
	top: 90px;
	left: 0;
	height: calc(100% - 90px);
	z-index: 99;
	display: none;
}
.navall{
	width: 93.75rem;
	margin: 0 auto;
}
.navall{
	display: flex;
	justify-content: space-between;
	margin-top: 6%;
}
.imgbox{
	width: 37.5%;
}
.imgbox div img{
	display: block;
	width: 100%;
}
.imgbox h1{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 5px;
}
.imgbox p{
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
.nav-list{
	width: 44%;
	display: flex;
	justify-content: space-between;
}
.navleft{
	width: 50%;
	position: relative;
}
.navright{
	width: 50%;
	position: relative;
	margin-top: 45px;
}
.navleft .li-index a{
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.navleft .li a{
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    overflow: visible !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1.8;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer;
    color: #000;
    position: relative;
    -webkit-transition: padding-left .35s ease, text-indent .35s ease, color .35s;
    transition: padding-left .35s ease, text-indent .35s ease, color .35s;
}
.navleft .li a:hover, .navleft .li a.cur {
    color: #2e71a1;
    padding-left: 30px;
    text-indent: 10px;
}
.navleft .li a:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 2px;
    background-color: #2e71a1;
    -webkit-transition: width .35s ease;
    transition: width .35s ease;
}
.navleft .li a:hover:before, .navleft .li.cur a:before {
    width: 30px;
	background: #2e71a1;
}
.heads.active .nav-btn .line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heads.active .nav-btn .line2 {
    opacity: 0;
}
.heads.active .nav-btn .line3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navleft:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    margin-top: -210px;
    height: 350px;
    background: #cbcbcb;
}
.navright dl {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
.navright dl dd a{
	display: block;
    text-align: right;
    /* text-indent: 50%; */
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    line-height: 1.8;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
}
.navright dl.active{
	opacity: 1;
	visibility: visible;
}
.navright dl.active dd a{
	opacity: 1;
	visibility: visible;
}
.navright dl dd a:hover {
    color: #2e71a1;
    padding-left: 5px;
}
.navleft ul li.cur a{
	color: #2e71a1;
	padding-left: 30px;
	text-indent: 10px;
}
.m_bannlist{
	display: none;
}

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

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 54px;
	color: #ffffff;
	font-weight: bold;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.wdl{
	background-color: #f2f2f2;
	height: 70px;
}
.wdldv{
	    width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #606060;
	font-size: 14px;
}
.wdldv p a{
	color: #606060;
	font-size: 14px;
}











@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.appdv{
		width: 95%;
	}
	.navall{
		width: 95%;
	}
	.banertop{
		width: 95%;
	}
	.bannlist ul{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.hexywbt{
		width: 95%;
	}
	.hexywbt P{
		line-height: 30px;
	}
	.yejindv{
		padding: 0;
		width: 90%;
		margin-right: 5%;
	}
	.yejindv p a{
		font-size: 16px;
	}
	.hexywlist ul li:nth-child(2n) .yejindv {
	    padding-right: 0;
	    padding-left: 5%;
	}
	.jianjiedv{
		width: 95%;
	}
	.sz{
		width: 95%;
	}
	.qywehubt{
		width: 95%;
	}
	.qywehulist{
		width: 95%;
	}
	.jtrydv{
		width: 95%;
	}
	.jtrydvleft {
	    width: 50%;
	}
	.jtrydvright {
	    width: 48%;
	}
	.jtry {
	    padding: 6.25rem 0;
	    padding-bottom: 9.375rem;
	    background: url(../images/jtry_02.jpg) center no-repeat;
	    background-size: contain;
	    background-position: bottom;
	}
	.yjindv,.fwgs,.fenye{
		width: 95%;
	}
	.lxwm,.xuqiu form,.zhaopin{
		width: 95%;
	}
	.xwtj{
		width: 95%;
	}
	.xwtj ul li section h2{
		font-size: 18px;
	}
	.newsdvlist{
		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;
	}
	.nhe{
		display: none;
	}
	.m_bannlist{
		display: flex;
	}
	.bantext .bannlist{
		display: none;
	}
	.banertop{
		width: 95%;
	}
	.banertop h1{
		font-size: 22px;
		color: #fff;
		text-align: center;
	}
	.banertop p {
	    color: #717171;
		line-height: 30px;
	    font-size: 14px;
		color: #fff;
		text-align: center;
	}
	.bantext{
		background-color: rgba(0, 0, 0, 0.2);
	}
	.m_bannlist{
		position: inherit;
		width: 95%;
		margin: 20px auto;
		bottom: 0;
	}
	.bannlist ul{
		flex-wrap: wrap;
	}
	.bannlist ul li{
		width: 48%;
		box-shadow: 0px 0px 10px #ececec;
		margin: 1%;
	}
	.bannlist ul li a,.bannlist ul li{
		height: 50px;
	}
	.bannlist ul li a iconpark-icon{
		font-size: 20px;
	}
	
	.bannlist ul li a span {
	    color: #333333;
	    transition: all 1s;
	    font-size: 15px;
	}
	.footdv{
		width: 95%;
		padding-bottom: 20px;
	}
	.foottop{
		display: block;
		padding-bottom: 25px;
	}
	.foottop img{
		height: 90px;
		margin: 0 auto;
	}
	.foottop form{
		width: calc(98% - 20px);
	}
	.foottop form button{
		width: 30%;
	}
	.footdvlistright{
		display: none;
	}
	.footdvlist{
		margin-top: 20px;
	}
	.footdvlistleft p span{
		font-size: 14px;
	}
	.hexyw{
		padding-top: 20px;
	}
	.hexywbt{
		width: 95%;
		padding-bottom: 20px;
	}
	.hexywbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.hexywbt P{
		font-size: 14px;
		line-height: 30px;
	}
	.hexywlist{
		width: 95%;
		margin: 0 auto;
	}
	.hexywlist ul li{
		flex-direction: column-reverse;
	}
	.yejin, .yejinimg{
		width: 100%;
	}
	.yejinimg img{
		width: 100%;
	}
	.yejindv{
		padding: 5%;
	}
	.yejindv h1 span{
		font-size: 20px;
	}
	.yejindv h1 i {
	    color: #333333;
	    font-size: 17px;
	    font-weight: bold;
	    margin-top: 1px;
	    margin-left: 10px;
	}
	.yejindv p {
	    margin-top: 10px;
	}
	.yejindv p a {
	    color: #666666;
	    font-size: 14px;
	    line-height: 28px;
	    transition: all 1s;
	}
	.yejindv>a{
		margin-top: 15px;
		height: 40px;
		width: 100px;
	}
	.hexywlist ul li:nth-child(2n) {
	    flex-direction: column-reverse;
	}
	.hexywlist ul li:nth-child(2n) .yejindv{
		padding: 5%;
	}
	.yjin{
		padding-top: 2.5%;
		padding-bottom: 30px;
	}
	.yjindv{
		width: 95%;
	}
	.yjinyw{
		display: block;
	}
	.yjinywleft{
		width: 100%;
	}
	.yjinywright{
		margin-top: 15px;
		width: 100%;
	}
	.yjinywright h1{
		font-size: 18px;
	}
	.yjinywright p{
		font-size: 14px;
		line-height: 28px;
	}
	.yjinywright a{
		margin-top: 15px;
		height: 40px;
		width: 100px;
	}
	.fwgs{
		width: 95%;
		margin-top: 20px;
	}
	.fenye{
		width: 95%;
		display: block;
	}
	.shownav ul li a{
		line-height: 40px;
	}
	.shownav ul li{
		width: 100%;
		height: 40px;
	}
	.jianjie{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.jianjiedv{
		width: 95%;
		display: block;
	}
	.jianjiedvleft{
		width: 100%;
	}
	.jianjiedvleft h1{
		font-size: 20px;
		padding-bottom: 15px;
		font-weight: bold;
	}
	.jianjiedvleft i{
		margin-bottom: 20px;
	}
	.jianjiedvleft p{
		font-size: 14px;
		line-height: 28px;
	}
	.jianjiedvright{
		width: 100%;
		margin-top: 15px;
	}
	.sz{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 50%;
		margin: 10px 0px;
	}
	.sz ul li h1 span{
		font-size: 27px;
	}
	.sz ul li h1 i {
	    color: #289040;
	    font-size: 14px;
	    font-weight: normal;
	    margin-top: 3px;
	    margin-left: 5px;
	}
	.sz ul li p {
	    color: #606060;
	    font-size: 14px;
	    margin-top: 5px;
	}
	.qywehu{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.qywehubt{
		width: 95%;
		margin-bottom: 20px;
	}
	.qywehubt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.qywehubt p{
		font-size: 14px;
		line-height: 25px;
	}
	.qywehulist{
		width: 95%;
	}
	.qywehulist ul li:first-child, .qywehulist ul li:nth-child(5){
		width: 90%;
		padding: 5%;
	}
	.qywehulist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 15px;
	}
	.qywehulist ul li iconpark-icon {
	    color: #298955;
	    font-size: 28px;
	    margin-bottom: 15px;
	    transition: all 1s;
	}
	.qywehulist ul li h1{
		font-size: 17px;
		font-weight: bold;
	}
	.qywehulist ul li p {
	    line-height: 27px;
	    font-size: 14px;
	    color: #606060;
	    transition: all 1s;
	}
	.jtry{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.jtrydv{
		width: 95%;
		display: block;
	}
	.jtrydvleft h1 {
	    border-bottom: 1px solid #cbcacf;
	    color: #404040;
	    font-size: 20px;
		font-weight: bold;
	    padding-bottom: 20px;
	}
	.jtrydvleft i{
		margin-bottom: 20px;
	}
	.jtrydvleft p span{
		font-size: 14px;
	}
	.jtrydvright{
		width: 100%;
	}
	.jtrydvleft{
		width: 100%;
	}
	.lxwm{
		padding: 20px 0;
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.lxwmbt p{
		margin-top: 10px;
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmbt{
		margin-bottom: 20px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 27px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.xuqiu{
		padding: 30px 0;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 94%;
		padding: 0 3%;
		height: 40px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.xuqiu form textarea{
		padding: 3%;
		width: 94%;
		font-size: 14px;
		font-family: "微软雅黑";
	}
	.xuqiu form button{
		width: 130px;
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
	}
	.zhaopin{
		margin-top: 20px;
		width: 95%;
	}
	.rczplist dl dt{
		width: 90%;
		padding: 0 5%;
	}
	.rczplist dl dt h2,.rczplist dl dd h2,.rczplist dl dt h5,.rczplist dl dd h5{
		display: none;
	}
	.rczplist dl dt h1,.rczplist dl dt h3,.rczplist dl dt h4{
		font-size: 15px;
	}
	.rczplist dl dd .rczpxx{
		padding: 0 5%;
		width: 90%;
	}
	.rczplist dl dd .rczpxx h1,.rczplist dl dd .rczpxx h3,.rczplist dl dd .rczpxx h4{
		font-size: 14px;
	}
	.rczplist dl dt h1,.rczplist dl dt h3{
		width: 25%;
	}
	.rczplist dl dd .rczpxx h1, .rczplist dl dd .rczpxx h3{
		width: 25%;
	}
	.rczplist dl dt h4,.rczplist dl dd h4{
		width: 50%;
	}
	.rctext{
		display: block;
	}
	.rctextleft{
		width: 100%;
	}
	.rczplist dl dd .rczpxx{
		line-height: 45px;
	}
	.rctextright{
		width: 100%;
	}
	.rczplist dl dd i{
		margin-top: 20px;
	}
	.hzbox{
		padding: 30px 0px;
	}
	.xwtj{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 3%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0;
	}
	.newsdvlistext{
		padding: 0 2.5%;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .post h1{
		font-size: 18px;
	}

	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 22px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.img-responsive{
		    max-width: initial;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		margin-left: -25%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bantext {
        background-color: rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banertop{
    	margin-top: 0;
    }
    .wdl{
    	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-image: linear-gradient(to right, #289040, #8dc822);
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #64aa66;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
}


