@charset "utf-8";
h1,h2,h3,h4,h5,h6{text-decoration:none;font-weight:normal;font-size:100%;margin: 0px;}
img,input,button { border:none; padding:0;margin:0;outline-style:none; }
body {position: relative;font-size:14px; font-family:"Microsoft YaHei",arial;background:#FFFFFF; max-width: 1920px; min-width: 320px; margin: 0 auto;}
ul, ol { list-style:none; padding: 0px; margin: 0px;}
img {vertical-align:middle; font-size:0; border: 0; outline: none; max-width: 100%;}
a {text-decoration:none;outline:none;}
dl,dd{margin: 0px;}
p {margin: 0px;}
.clear{ clear: both;}
.core{
	width: 1100px;
	margin: 0px auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.footer{
	width: 100%;
	background-color: rgb(126, 185, 35);
	padding: 28px 0px 18px;
	text-align: center;
	margin-top: 70px;
}
.footer_cen{
	width: 1100px;
	margin: 0px auto;
}
.footer_cen>ul{
	display: inline-block;
}
.footer_cen>ul li{
	float: left;
	margin-right: 24px;
}
.footer_cen>ul li:nth-child(6){
	margin-right: 0px;
}
.footer_cen>ul li a{
	color: #4e5c23;
	font-size: 16px;
}
.footer_cen p{
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 8px;
}
.footer_cen p a{
	font-size: 14px;
	color: #5a5a5a;
}
.head_top{
	background-color: rgb(249, 249, 249);
	width: 100%;
	height: 32px;
}
.head_top_cen span{
    color: rgb(161, 161, 161);
    font-size: 12px;
}
.sz{
	line-height: 32px;
}
.sz a{
	color: #81b924;
	font-size: 11px;
	display: inline-block;
}
.sz i{
	float: left;
	width: 7px;
	height: 14px;
	display: inline-block;
	background-image: url(../images/fg.png);
	background-size: 100% 100%;
	margin: 0px 8px;
	margin-top: 10px;
}
header{
	width: 100%;
	background-color: #FFFFFF;
}
.logo{
	width: 229px;
}
.logo img{
	width: 100%;
}
.top_link{
	margin: 28px 0px;
	margin-right: 50px;
}
.top_link img{
	width: 57px;
	float: left;
	margin-top: 26px;
	margin-right: 18px;
}
.link_text span{
	font-size: 16px;
	font-weight: bold;
	color: rgb(112, 112, 112);
	line-height: 28px;
}
.link_text p{
	color: rgb(106, 168, 79);
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.nav{
	width: 100%;
	background-color: rgb(129, 185, 36);
}
.nav_cen ul{
	display: inline-block;
	float: left;
}
.nav_cen ul li{
	width: 110px;
	line-height: 40px;
	text-align: center;
	float: left;
}
.nav_cen ul li a{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.search{
	float: right;
	margin: 9px 0px;
}
.search input{
	float: left;
	height: 22px;
}
.search input[type="text"]{
	width: 187px;
	font-size: 12px;
	text-indent: 0.5em;
}
.search input[type="submit"]{
	width: 55px;
	background: #008e4e;
	font-size: 12px;
	color: #FFFFFF;
}
.banner .swiper-pagination-bullet{
	border: 2px solid #FFFFFF;
	background-color: transparent;
	width: 16px;
	height: 16px;
	margin: 0px 8px;
}
.banner .swiper-pagination-bullet-active{
	background-color: #FFFFFF;
}
.index_about{
	margin-top: 80px;
}
.title h1{
	font-size: 26px;
	font-weight: bold;
	color: rgb(129, 185, 36);
	text-align: center;
	margin-bottom: 50px;
}
.about_banner{
	width: 32%;
	padding: 25px 40px 0px;
	position: relative;
}
.about_banner .swiper-button-prev{
	background-image: url(../images/left.png);
	width: 32px;
	height: 52px;
	left: 0px;
}
.about_banner .swiper-button-prev:hover{
	background-image: url(../images/sprite-l.png);
	opacity: 0.5;
}
.about_banner .swiper-button-next{
	background-image: url(../images/right.png);
	width: 32px;
	height: 52px;
	right: 0px;
}
.about_banner .swiper-button-next:hover{
	background-image: url(../images/sprite-r.png);
	opacity: 0.5;
}
.index_about_text{
	width: 57%;
}
.index_about_text p{
	color: #000000;
	font-size: 14px;
	line-height: 30px;
}
.more{
	width: 172px;
	margin: 0px auto;
	margin-top: 54px;
	position: relative;
}
.more img{
	width: 100%;
}
.more a{
	display: inline-block;
	color: rgba(78,92,35,1);
	font-size: 18px;
	position: absolute;
    top: 8px;
    left: 12%;
}
.index_pro {
    margin-top: 80px;
}
.search_box{
	width: 595px;
    height: 128px;
    background-color: rgb(102, 102, 102);
    margin: 0px auto;
    margin-bottom: 60px;
}
.search_box_cen{
	padding: 22px 42px 30px;
}
.search_inp input{
	height: 46px;
}
.search_inp input[type="text"]{
	width: 80%;
	float: left;
	font-size: 15px;
	line-height: 46px;
	text-indent: 0.5em;
}
.search_inp input[type="submit"]{
	width: 20%;
	float: left;
	background: #679220;
	font-weight: bold;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.hot_search{
	margin-top: 10px;
}
.hot_search span{
	font-size: 16px;
	color: #FFF;
}
.hot_search a{
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	margin: 0px 5px;
}
.pro_banner{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.pro_banner img{
	width: 100%;
}
.pro_banner p{
	font-size: 16px;
	color: #434343;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.pro_banner h1{
	text-align: center;
	font-size: 14px;
	color: #858585;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro_banner .swiper-button-prev{
	background-image: url(../images/left.png);
	width: 32px;
	height: 52px;
	left: -40px;
	top: 42%;
}
.pro_banner .swiper-button-prev:hover{
	background-image: url(../images/sprite-l.png);
	opacity: 0.5;
}
.pro_banner .swiper-button-next{
	background-image: url(../images/right.png);
	width: 32px;
	height: 52px;
	right: -40px;
	top: 42%;
}
.pro_banner .swiper-button-next:hover{
	background-image: url(../images/sprite-r.png);
	opacity: 0.5;
}
.index_news {
    margin-top: 80px;
}
.index_news_cen ul li{
	width: 31%;
	margin-right: 3%;
	float: left;
}
.index_news_cen ul li:nth-child(3){
	margin-right: 0px;
}
.index_news_pic{
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
}
.index_news_cen ul li h1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #434343;
	font-size: 16px;
	line-height: 30px;
}
.index_news_cen ul li p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
    color: #858585;
    line-height: 30px;
    border-bottom: 1px dashed #d9d9d9;
}
.index_news_cen ul li h2{
	font-size: 16px;
	padding: 6px 20px;
	border: 1px solid #7fb824;
	color: #7fb824;
	display: inline-block;
	margin-top: 18px;
}
.about_con{
	margin-top: 70px;
}
.dx_en span{
	font-size: 38px;
	font-weight: bold;
	color: #2c2c2c;
    font-family: Verdana,Geneva,sans-serif;
    float: left;
}
.dx_en span:first-child{
	color: #7eb923;
}
.tit{
	position: relative;
	margin-bottom: 60px;
}
.tit i{
	display: inline-block;
	height: 1px;
	background-color: rgb(229, 229, 229);
	position: absolute;
	top: 30px;
}
.title_zn h1{
	font-size: 17px;
	font-weight: bold;
	color: rgb(44, 44, 44);
	margin-top: 5px;
}
.title_zn p{
	font-size: 10px;
    color: rgb(44, 44, 44);
}
.about_content{
	margin-bottom: 130px;
}
.about_zmd .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function:linear;
}
.news_con {
    margin-top: 70px;
}
.newsList_con{
	margin-bottom: 96px;
}
.cate{
	width: 18%;
}
.cate ul li{
	margin-bottom: 5px;
}
.cate ul li a{
	width: 100%;
	text-align: center;
	background-color: #2c2c2c;
	color: #FFFFFF;
	display: block;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
.cate ul li a:hover{
	background-color: #7eb923;
}
.cate ul .active a{
	background-color: #7eb923;
}
.list{
	margin-left: 2%;
	width: 80%;
}
.list ul li{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c6c6c6;
}
.list ul li p{
	font-size: 14px;
    color: #5a5a5a;
    display: inline-block;
}
.list ul li span{
	float: right;
    margin-right: 3px;
    font-size: 12px;
    color: #acacac;
}
.page{
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	padding: 2px 5px;
	background-color: #fff;
	font-size: 12px;
	color: #ccc;
	margin: 0px 1px;
	font-weight: bold;
	border: 1px solid #F3F3F3;
}
.page .current{
	background-color: #B2E05D;
	border: 1px solid #B2E05D;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
}
.newsXq_con {
    margin-top: 70px;
}
.news_content{
	width: 80%;
	margin-left: 2%;
}
.news_title{
	margin-bottom: 25px;
}
.news_title h1{
	font-size: 22px;
    color: #7eb923;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.wz_info{
	text-align: center;
	margin-bottom: 20px;
}
.wz_info span{
    font-size: 12px;
    color: #5A5A5A;
	margin-right: 30px;
}
.description{
	padding: 5px 0;
	border: #E5E5E5 1px solid;
	text-indent: 24px;
    color: #868686;
    background: #F5F5F5;
    line-height: 17px;
    font-size: 12px;
}
.text{
	margin-bottom: 30px;
}
.fy a{
	font-size: 12px;
    color: #595959;
    display: block;
    line-height: 25px;
}
.contact_con{
	margin-top: 80px;
}
.map_box{
	width: 48%;
	padding-right: 5%;
	margin-right: 5%;
	border-right: 1px solid #dcdcdc;
}
.map{
	height: 191px;
	border: 1px solid #DCDCDC;
}
.map_box p{
	margin: 10px 0px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.link_info{
	width: 41%;
}
.link_info ul li{
	margin-bottom: 30px;
}
.link_info ul li h1{
	font-size: 15px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 10px;
	padding-left: 24px;
	background-repeat: no-repeat;
}
.link_info ul li:nth-child(1) h1{
	background-image: url(../images/lou.png);
}
.link_info ul li:nth-child(2) h1{
	background-image: url(../images/lou.png);
}
.link_info ul li:nth-child(3) h1{
	background-image: url(../images/ren.png);
}
.link_info ul li:nth-child(4) h1{
	background-image: url(../images/ren.png);
}
.link_info ul li:last-child{
	margin-bottom: 0px;
}
.link_info ul li p{
	font-weight: bold;
	font-size: 14px;
	color: #898989;
	line-height: 28px;
}
.link_info ul li p span{
	font-weight: 100;
}
.bottom_contact{
	margin-top: 30px;
	text-align: center;
}
.bottom_contact h1{
	font-size: 18px;
	color: #aaaaaa;
}
.bottom_contact p{
	font-size: 12px;
	color: #AAAAAA;
}
.msg_con{
	margin-top: 80px;
}
.msg_box{
	width: 45%;
	margin: 0px auto;
	padding: 35px 40px 38px 40px; 
	background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.msg_box h1{
	font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.msg_box ul li p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.msg_box form ul li {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}
.msg_box ul li input[type="text"] {
    height: 34px;
    line-height: 34px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-indent: 1em;
}
.msg_box textarea {
    height: 78px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.tj {
    text-align: center;
}
.tj input[type='button'] {
    padding: 10px 50px;
    display: inline-block;
    border: 1px solid #7eb923;
    background-color: #7eb923;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 27px;
    cursor: pointer;
}
.tj input[type='reset'] {
    padding: 10px 50px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    color: #999999;
    font-size: 16px;
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}
.pro_con{
	margin-top: 80px;
}
.pro_cate{
	width: 20%;
}
.pro_cate ul li{
	padding: 12px 0px 12px 18px;
    background-color: #434343;
    border-bottom: 1px solid #FFFFFF;
}
.pro_cate ul li:last-child{
	border: none;
}
.pro_cate ul li:hover{
	background-color: #0ace46;	
}
.pro_cate ul li img{
	width: 28px;
	float: left;
	height: 28px;
	margin-right: 16px;
}
.pro_cate a{
	float: left;
	font-size: 20px;
	color: #FFF;
	display: block;
    width: 75%;
}
.pro_cate i{
	width: 25px;
	height: 25px;
	background-image: url(../images/down.png);
	background-size: 100%;
	display: inline-block;
}
.pro_list{
	width: 78%;
}
.pro_list ul li{
	margin-bottom: 40px;
}
.pro_img{
	width: 20%;
	margin-right: 2%;
}
.pro_text{
	width: 78%;
}
.pro_img img{
	width: 100%;
}
.pro_text h1{
	font-size: 19px;
    color: #5A5A5A;
    font-weight: bold;
    margin-bottom: 10px;
}
.pro_text p{
	text-indent: 2em;
	font-size: 18px;
    color: #5A5A5A;
    line-height: 32px;
}
.proxq_con{
	margin-top: 80px;
}
.proxq_content{
	width: 75%;
}
.proxq_content>h1{
	text-align: center;
	font-size: 23px;
    color: #81b924;
    font-weight: bold;
	margin-bottom: 60px;
}
.proxq_banner_box{
	width: 80%;
	margin: 0px auto;
}
.show_img img{
	width: 100%;
}
.show_img{
	margin-bottom: 50px;
}
.proxq_lunbo{
	width: 300px;
	margin: 0px auto;
	position: relative;
}
.proxq_swiper img{
	width: 60px;
    height: auto;
}
.proxq_swiper{
	width: 60px;
	height: 60px;
	border: 2px solid #b90000;
}
.proxq_lunbo .swiper-button-next{
	background-image: url(../images/an1R.gif);
	width: 23px;
	height: 68px;
	right: -25px;
	top: 20px;
}
.proxq_lunbo .swiper-button-prev{
	background-image: url(../images/an1L.gif);
	width: 23px;
	height: 68px;
	left: -25px;
	top: 20px;
}
.proxq_text{
	margin-bottom: 22px;
}
