header{
	width: 100%;
	height: 130px;
}
.head_tel{
	width: 360px;
	height: 130px;
	font-size: 14px;
	color: #7f7f7f;
	padding-top: 50px;
}
.head_tel strong{
	font-size: 24px;
}

.search_box{
	height: 130px;
}
.search{
	height: 36px;
	width: 266px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.search input{
	margin-top: 47px;
	height: 36px;
	width: 266px;
	color: #7f7f7f;
	font-size: 14px;
	background: #eee;
	float: left;
	border-radius: 18px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

::-webkit-input-placeholder{
	color: #7f7f7f;
}
:-ms-input-placeholder{
	color: #7f7f7f;
}
:-moz-placeholder{
	color: #7f7f7f;
}
::-webkit-placeholder{
	color: #7f7f7f;
}
.search span{
	margin-top: 47px;
	margin-left: -36px;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/search.png) no-repeat center;
	float: left;
	cursor: pointer;
}

nav{
	position: absolute;
	top: 130px;
	width: 100%;
	height: 75px;
	background: rgba(0,0,0,0.53);
	z-index: 10;
}
.logo{
	width: 198px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -102px;
	z-index: 11;
}
nav{
	width: 100%;
	height: 80px;
	background: url(../img/navbg.png) no-repeat center/cover;
}
nav ul{
	text-align: center;
}
nav li{
	display: inline-block;
	vertical-align:top;
}
nav li:last-child{
	background: none;
}
nav li a{
	font-size: 15px;
	color: #020202;
	line-height: 52px;
	padding:0 50px;
}
.home{
	width: 32px;
	height: 80px;
	background: url(../img/home.png) no-repeat center;
	margin: 0 40px;
}

.banner{
	width: 100%;
	height: 747px;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}
.banner_zz{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background: url(../img/banner_zz.png) no-repeat center;
	z-index: 12;
}
.banner .bd li{
	width: 100%;
	height: 747px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner .hd{
	position: absolute;
	bottom: 118px;
	width: 100%;
	text-align: center;
}
.banner .hd li{
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%; 
	font-size: 0;
	display: inline-block;
	margin: 0 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banner .hd li.on{
	background: #00924a;
}
.banner .prev,.banner .next{
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.65);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 55%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banner .prev{
	left: 20%;
	background-image: url(../img/prev.png);
}
.banner .next{
	right: 20%;
	background-image: url(../img/next.png);
}
.banner .prev:hover,.banner .next:hover{
	background-color: #15714a;
}



.base{
	width: 100%;
	height: 580px;
	padding-top: 40px;
}
.base h2{
	width: 100%;
	height: 67px;
	background: url(../img/base_title.png) no-repeat center;
	margin-bottom: 20px;
}
.base_title{
	margin-bottom: 72px;
	text-align: center;
}
.base_list{
	width: 100%;

}
.base_list li{
	width: 295px;
	height: 400px;
	float: left;
	margin-right: 7px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.baseimg{
	width: 295px;
	height: 295px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.base_list li span{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #929090;
}
.base_list li p{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #030000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.base_list li strong{
	width: 102px;
	height: 32px;
	background: #029b41;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.base_list li:hover{
	margin-top: -10px;
}
.base_list li:hover p{
	color: #029b41;
}
.base_con{
	position: relative;
}
/*.base_con .prev,.base_con .next{
	position: absolute;
	top: 320px;
	width: 48px;
	height: 21px;
	background-color: #cbbeb0;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.base_con .prev:hover,.base_con .next:hover{
	background-color: #4f7e5c;
}
.base_con .prev{
	background-image: url(../img/b_prev.png);
	left: 45%;
}
.base_con .next{
	background-image: url(../img/b_next.png);	
	left: 52%;
}*/



.about{
	width: 100%;
	height: 456px;
	background: url(../img/aboutbg.jpg) no-repeat center/cover;
	padding-top: 40px;
}
.about_con{
	width: 1000px;
	height: 380px;
	margin: 0 auto;
}
.about_text{
	width: 590px;
	height: 376px;
	background: rgba(0,0,0,0.5);
	padding-left: 98px;
	padding-top: 50px;
	position: relative;
}
.aboutimg{
	position: absolute;
	left: -390px;
	top: 36px;
	width: 458px;
	height: 304px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_text h2{
	width: 450px;
	font-size: 20px;
	color: #1dbd02;
	margin-bottom: 20px;
}
.about_text p{
	width: 450px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
.about_text a{
	display: block;
	width: 130px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: #4f7e5c;
	color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about_text a:hover{
	background: #029b41;
	color: #fff;
}



.product{
	width: 100%;
	height: 780px;
	padding-top: 80px;
}
.product h2{
	width: 100%;
	height: 45px;
	background: url(../img/pro_title.png) no-repeat center;
	margin-bottom: 60px;
}
.pro_con{
	width: 900px;
	height: 510px;
}
.pro_gg{
	width: 300px;
	height: 510px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.pro_con li{
	width: 450px;
	height: 230px;
	float: left;
	background: #f9f9f9;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 50px;
}
.proimg{
	width: 230px;
	height: 230px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.pro_text{
	width: 220px;
	height: 230px;
	padding: 10px;
}
.pro_text p{
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
	color: #029b41;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-top: 30px;
}
.pro_text strong{
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #767776;
	line-height: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pro_text span{
	font-size: 12px;
	width: 86px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 8px;
	display: block;
	color: #fff;
	background: #6fb725;
	-webkit-transition: 0.58s;
	-o-transition: 0.58s;
	transition: 0.58s;
}
.pro_con li:hover{
	background: #e0e0e0;
}
.pro_con li:hover p{
	color: #000;
}
.pro_con li:hover strong{
	color: #22ac38;
}
.pro_con li:hover span{
	background: #4d8117;
}


.gg_box{
	width: 100%;
	height: 250px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 76px;
	font-size: 20px;
	color: #2f2f2f;
}
.gg_box strong{
	color: #4d9108;
	font-weight: bold;
}


.show{
	width: 100%;
	height: 1160px;
	padding-top: 100px;
}
.show h2{
	width: 100%;
	height: 44px;
	background: url(../img/case_title.png) no-repeat center;
	margin-bottom: 70px;
}
.show li{
	width: 100%;
	height: 410px;
	margin-bottom: 30px;
}
.show_text{
	width: 530px;
	height: 410px;
}
.show_text strong{
	display: block;
	margin-top: 60px;
	width: 530px;
	height: 100px;
	background:#029b41;
	padding: 15px 30px;
	color: #fff;
	line-height: 70px; 
	font-size: 18px;
	font-weight: normal;
}
.show_text p{
	width: 100%;
	padding: 15px 30px;
	margin-top: 30px;
	font-size: 14px;
	color: #847f7f;
	line-height: 24px;
	text-align: justify;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.showimg{
	width: 670px;
	height: 410px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.show li:nth-child(2) .showimg{
	float: left;
}
.show li:nth-child(2) .show_text{
	float: right;
}
.show li:hover .show_text p{
	margin-top: 10px;
	color: #029b41;
}


#map{
	width: 100%;
	height: 300px;
}


footer{
	width: 100%;
	height: 380px;
	padding-top: 70px;
	position: relative;
	background: #34383b;
}

.copyrgiht{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #d4d5d6;
}

/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/



/*footer*/
.footers{
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    background: #2e2e2e;
    padding-top: 70px;
    position: relative;
}
.foo_logo{
    width: 350px;

}
.foo_logo h2{
    font-size: 24px;
    color: #03af4a;
    font-weight: bold;
}
.erweima_box{
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
}
.ewm{
    width: 100px;
    margin-right: 20px;
}
.ewm img{
    width: 100%;
    /* height: 100px; */
    display: block;
    margin-bottom: 5px;
}
.ewm p{
    width: 100%;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.contact_box{
    width: 350px;
    margin-left: 40px;
}
.contact_box h2{
    font-size: 24px;
    color: #03af4a;
    margin-bottom: 0;
}
.contact_box span{
    font-size: 12px;
    color: #979797;
}
.contact_box i{
    display: block;
    margin-top: 18px;
    border-bottom: 1px solid #979797;
    width: 84px;
    margin-bottom: 30px;
}
.contact_box p{
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 10px;
}
.contact_box p strong{
    font-family: "微软雅黑 Regular";
    font-size: 24px;
    font-weight: 500;
}

.form_box{
    width: 400px;
}
.form_box h2{
    font-size: 24px;
    color: #03af4a;
    font-weight: 500;
    margin-bottom: 0;
}
.form_box span{
    font-size: 12px;
    color: #979797;
}

.form_list{
    width: 100%;
}
.form_list input{
    background: none;
    box-sizing: border-box;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #777777;
    color: #fafafa;
}


.form_list input::-webkit-input-placeholder{
    color: #c3c3c3;
}
.form_list input:-moz-placeholder {
    color: #c3c3c3;
}
.form_list input::-moz-placeholder {
    color: #c3c3c3;
}
.form_list input:-ms-input-placeholder {
    color: #c3c3c3;
}
.form_list textarea{
    width: 100%;
    height: 72px;
    background:none;
    box-sizing: border-box;
    color: #fafafa;
    font-weight: 200;
    font-size: 14px;
    padding: 5px 10px;
    outline: none;
    resize: none;
    border: 1px solid #777777;
    margin-bottom: 8px;
    margin-top: 12px;
}
textarea::-webkit-input-placeholder{
    color: #c3c3c3;
}

.submit{
    width: 112px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #03af4a;
    color: #fff!important;
    display: block;
}
.copy{
    background: #222222;
    color: #656464!important;
    height: 30px;
    z-index: 10;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
}
.copy a{
    color: #656464!important;
}