*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
    list-style: none;
}
.header{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header .logo{
	width: 500px;
}
.header .menu{
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .menu div{
	flex: 1;
	text-align: center;
	height: 80px;
	line-height: 80px;
	border-left: 1px solid #ccc;
}
.header .menu div:first-child{
	border: none;
}
.header .menu div a{
	color: #38761d;
	font-weight: bold;
}
.header .menu div.on{
	background-color: #38761d;
}
.header .menu div.on a{
	color: #fff;
}

/*Js幻灯片样*/
#banner_main {
    position: relative;
    border: 0px solid blue;
}

#banner {
    border: 0px solid red;
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}

.bannerlist li {
    text-align: center;
    border: 0px dashed red;
    overflow: hidden;
    display: block;
}

.bannerlist li img {
    margin: 0 auto;
    display: block;
}

#banner_main .hd {
    width: 100%;
    position: relative;
    bottom: 35px;
    left: 0;
    height: 0px;
    line-height: 5px;
    text-align: center;
    border: 0px solid red;
}

#banner_main .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 6px;
    background: #fff;
    margin-right: 15px;
    overflow: hidden;
    font-size: 0px;
}

#banner_main .hd ul li.on {
    background: #1454aa;
}
/*banner结束*/
.main{
	width: 100%;
}
.main .product{
	width: 1200px;
	margin: 30px auto;
}
.main .product .title{
	width: 350px;
	border-left: 2px solid #4bb344;
	border-right: 2px solid #4bb344;
	text-align: center;
	color: #336600;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 24px
}
.main .product .description{
	color: #999;
	line-height: 1.5rem;
	padding: 10px 0;
	text-indent: 2rem;
	text-align: justify;
}
.product-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-list .product-item{
	width: 24%;
	height: 244px;
	margin-bottom: 10px;
}
.product-list .product-item .img{
	width: 100%;
	height: 193px;
	overflow: hidden;
	border: 3px solid rgb(75, 179, 68);
}
.product-list .product-item .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-list .product-item .name{
	background-color: rgb(75, 179, 68);
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.main .about{
	background-color: #408305;
	color: #fff;
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.main .about .about-main{
	width: 1200px;
	margin: 10px auto 30px;
}

.main .about .about-main .title-en{
	width: 350px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	border-left: 2px solid #4bb344;
	border-right: 2px solid #4bb344;
	font-size: 24px;
	font-family: Times New Roman,Times,serif;
}
.main .about .about-main .title-cn{
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin: 10px 0 20px;
}
.main .about .about-main .content{
	display: flex;
	justify-content: space-between;
}
.main .about .about-main .content div{
	width: 48%;
	height: 350px;
}
.main .about .about-main .content .text{
	font-size: 20px;
	line-height: 2rem;
	text-indent: 2rem;
	text-align: justify;
	padding: 10px;
	border: 2px solid #fff;
	position: relative;
}
.main .about .about-main .content .text .more{
    width: 150px;
    height: unset;
    background: #fff;
    color: #4bb344;
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    right: 60px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
}
.main .about .about-main .content .text .more:hover{
    background: #4bb344;
    color: #fff;
}
.main .about .about-main .content .img img{
	width: 100%;
	height: 100%;
}
.news{
	width: 1200px;
	margin: 30px auto;
}
.news .title{
	width: 350px;
	margin: 0 auto 20px;
	text-align: center;
	border-left: 2px solid #4bb344;
	border-right: 2px solid #4bb344;
	font-size: 24px;
}
.news .news-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .news-list .news-item{
	margin-bottom: 20px;
}
.news .news-list .news-item:nth-child(1),.news .news-list .news-item:nth-child(4){
	width: 35%;
	position: relative;
}
.news .news-list .news-item:nth-child(2),.news .news-list .news-item:nth-child(3){
	width: 60%;
	border-bottom: 1px dotted #999;
}
.news .news-list .news-item img{
	width: 100%;
	display: block;
}
.news .news-list .news-item span{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #4bb344;
	position: absolute;
	display: block;
	bottom: 0;
	text-align: center;
	color: #fff;
}
.news .news-list .news-item .news-title{
	font-size: 24px;
	font-weight: bold;
}
.news .news-list .news-item .des{
	color: #999;
	padding: 20px 0;
	text-align: justify;
}
.news .time-box{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.fc{
	display: flex;
	flex-direction: column;
}
.news .time-box .time{
	width: 100%;
	color: #999;
	display: flex;
	justify-content: space-between;
}
.news .time-box .time .hit{
	display: flex;
}
.news .time-box .time .hit img{
	width: 20px;
	margin-right: 5px;
}
.contact{
	background-color: #1f8ac3;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.contact .title{
	width: 350px;
	margin: 0 auto 20px;
	text-align: center;
	border-left: 2px solid #4bb344;
	border-right: 2px solid #4bb344;
	font-size: 24px;
	color: #fff;
}
.contact .contact-main{
	width: 1200px;
	margin: 30px auto;
}
.contact .contact-main .contact-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.contact .contact-main .contact-content .content{
	width: 45%;
	color: #fff;
	font-size: 24px;
	line-height: 4rem;
}
.contact .contact-main .contact-content #map{
   width: 50%;
   height: 450px;
   overflow: hidden;
}
/*地图*/
.BMapLabel .map-info {height:90px;display:flex;align-items:center;}
.BMapLabel {left:-200px !important;top:-95px !important;border:0 !important;}
.BMapLabel .map-info .info {width:360px;height:100%;padding:20px;}
.BMapLabel .map-info .info .t1 {font-size:14px;color:#666;}
.BMapLabel .map-info .info .t2 {font-size:18px;margin-top:10px;}
.BMapLabel .map-info .gps-box {display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#0f6ab4;width:90px;height:100%;}
.BMapLabel .map-info .gps-box i {font-size:26px;color:#fff;}
.BMapLabel .map-info .gps-box .tt {font-size:14px;color:#fff;margin-top:10px;}
.bottom{
	width: 100%;
	text-align: center;
	line-height: 80px;
}
.page-main{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 2px solid #408305;
}
.nav{
	display: flex;
	height: 45px;
	border-bottom: 2px solid #408305;
	align-items: center;
}
.nav a{
    padding: 0 5px;
}
.nav .line{
	display: block;
	width: 3px;
	height: 15px;
	background-color: #408305;
	margin: 0 10px;
}
.page-main .title{
	width: 60%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}
.page-main .content{
	line-height: 2rem;
	text-indent: 2rem;
	text-align: justify;
	padding: 10px 0;
}
.page-main .content img{
    display: block;
    margin: 0 auto;
}
.guestbook{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 2px solid #408305;
}
.guestbook .form{
	width: 80%;
	margin: 30px auto;
}
.guestbook .form .item-box{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.guestbook .form .item-init{
	width: 48%;
	display: flex;
	align-items: center;
}
.guestbook .form .item-init input{
	flex: 1;
	height: 30px;
}
.guestbook .content{
	display: flex;
	align-items: center;
	margin: 20px auto;
}
.guestbook .content textarea{
	flex: 1;
	height: 330px;
}
input[type="submit"]{
	display: block;
	width: 180px;
	height: 45px;
	margin: 0 auto;
	border: none;
	background-color: #336600;
	color: #fff;
	font-size: 24px;
}
.list-main{
	width: 1200px;
	margin: 0 auto;
}
.list-main ul{
	width: 100%;
	padding: 20px 0;
}
.list-main ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}
.list-main ul li .img{
	width: 25%;
}
.list-main ul li .img img{
	width: 100%;
}
.list-main ul li .info{
	width: 74%;
	display: flex;
	flex-direction: column;
}
.list-main ul li .info .title{
	font-size: 24px;
	font-weight: bold;
}
.list-main ul li .info .des{
	padding: 10px 0;
	flex: 1;
	color: #999;
	text-align: justify;
}
.list-main ul li .info .time{
	display: flex;
	justify-content: space-between;
}
.list-main ul li .info .time .hit{
	display: flex;
}
.list-main ul li .info .time .hit img{
	width: 20px;
	margin-right: 5px;
}
.list-main .product-list{
    padding: 20px 0;
}