* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

img {
	transition: all 1s;
}

.index a:hover img {
	transform: scale(1.1);
}

p {
	margin: auto;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
	/* padding-top: 20px; */
}

img,
input {
	border: 0;
	outline: none;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.wap {
	display: none;
}

/* head */
.head {
	background-color: #87bc46;
	left: 0;
	right: 0;
	padding-top: 20px;
	/* padding-bottom: 25px; */
	height: 170px;
}

.search {
	float: right;

}

.search a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.logo {
	position: relative;
	float: left;
}

.logo img {
	display: block;
        height: 80px;
}

.nav {
	/* float: right; */
	height: 60px;
	line-height: 60px;
	padding-top: 5px;
} 

.nav>ul {
	font-size: 0;
	text-align: center;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
 width:12.5%;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 20px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 60px;
	 
font-weight: bold;
}
.nav>ul>li:hover{
	font-weight: bold; background: #6fa131;
}
.nav>ul>li>.first {
	font-weight: bold; background: #6fa131;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
}

.nav>ul>li ul li:hover a {
	color: #87bc46;
}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	top: 60px;
	width: 100%;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;
}

.nav>ul>li ul li {
	background: #6fa131;
	padding: 5px 10px;
	text-align: center;
    line-height: 20px;
}

.nav>ul>li ul li a {
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	line-height: 20px;
}

.nav>ul>li ul li:hover {
	background: #87bc46;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}

/* banner */

.banner img {
	width: 100%;
}

.banner .slick-prev {
	background: url(../images/banner-prev.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;
}

.banner .slick-next {
	background: url(../images/banner-next.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;
}

.banner .slick-dots {
	bottom: 30px;
	text-align: center;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;

}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* footer */
.footer {
	background:#87bc46;
	padding-top: 30px;
	background-size: cover;
}

.footer .px1400 {
	margin-bottom: 0;
}

.fot-l {
	float: left;
	width: 22.42%;
}

.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.png) no-repeat left;
	padding-left: 20px;
}

.fot-l span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.fot-r {
	float: right;
	/* width: 20%; */
}
.fot-r img {
height: 110px;
}
.fot-r .gz {
	margin-right: 30px;
}

.fot-r .test {
	float: left;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
	background-color: #87bc46;
    border-top: 1px solid #62a90a;
}

.bq p {
	font-size: 16px;
	line-height: 70px;
	color: #ffffff;
	text-align: center;
}
.bq p a{
	color:#fff;
	display: inline-block;
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.h-right {
    position: relative;
float: right;
    margin-top: 10px;
}


.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all .6s;
    float: left;
}

.h-link a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
    border: solid 1px transparent;
    border-radius: 5px;
    transition: all .6s;
}

.h-link span {
    background: rgba(255, 255, 255, .5);
    margin: 10px;
    height: 15px;
    width: 1px;
}

.h-link a.search-switch {
    border: none;
}

.h-link a.search-switch img {
    height: 18px;
    max-height: 18px;
}

.h-link a img {
    max-height: 17px;
    margin-right: 7px;
}

.h-link a.search-switch:hover {
    border: none;
    background: none;
}


.h-link a:hover {
    border: solid 1px rgba(255, 255, 255, 0.59);
    background: rgba(255, 255, 255, 0.1);
}


.t-search {
    display: block;
 
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
    margin: 0 15px 0 30px;
    float: right;
}

.t-search>div {
    width: 220px;
    position: relative;
    padding-right: 50px;
    background: rgba(255, 255, 255, .33);
    border-radius: 20px;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    height:38px;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: 38px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.search-btn:before {}

.search-btn input {
    display: block;
    width: 100%;
    background: url(../images/search2.png) no-repeat;
    background-position: center center;
    background-size: 18px auto;
    height: 100%;
    cursor: pointer;
}



.select{
        position:relative;
       float: right;
        width:50%;
}
.select dt{
        height:33px;
        display:inline-block;
        border:1px solid #fff;
        background: url(../images/link_icon1.png) no-repeat right center;
        line-height:33px;
        font-size: 14px;
        cursor:pointer;
        text-indent: 5px;
        width:100%;
        color: #fff;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        position:relative;
        z-index:99;
}
.select dd{
        position:absolute;
        left:0;
        bottom:38px;
        border:1px solid #d2ccc4;
        background:#fff;
        display:none;
        font-size: 14px;
        z-index: 99;
        width: 100%;
}
.select dd ul{
        width:226px;
                /*overflow:auto;*/
}
.select dd ul li a{
        line-height:28px;
        display:block;
        padding:0 8px;
    color: #656565;
}
.select dd ul li a:hover{
        background:#f3f3f3;
}

.footer_two {
    margin-top: 20px;
    border-top: #a6d370 1px solid;
    padding-top: 20px;
}

.fot-r2 {
    width: 50%;
    float: right;
}

.lk1 {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.lk2 {
    width: 100%;
    float: right;
}

.f_link1 {
    background: url(../images/linkico_001.png) left center no-repeat;
}
.fot-l2 {overflow: hidden;    padding-bottom: 20px;}
.fot-l2 a{display:block;float:left;color: #ffffff;font-size: 16px;/* padding-left: 40px; */height: 50px;line-height: 50px;margin-right: 50px;}
.fot-l2 a:hover{color: #ecffd5;}