﻿@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1200px) {
	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	
	.quanju {
		width: 1200px;
		position: relative;
	}
}
@media screen and (min-width: 1200px) {
	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	
	.quanju {
		width: 100%;
		position: relative;
	}
}

IMG{ border:0;}

body {
    margin:0 auto;
}

.top{
	height:80px;
    width:auto;
    margin:0 auto;
	background-image: url(images/bj_0.png);
	background-repeat: repeat;
}
.con_1{
	background-color:#365b28;
	width:auto;
    margin:auto;
	height: auto;
	
    
}
.service{
	width:1000px;
	margin:auto;
	font-family: "华文细黑", "微软雅黑";
	font-size: 14px;
	line-height: 80px;
	color: #d6e36f;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
.title{
	height: 418px;
	width: 634px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.button{
	height: 96px;
	display: block;
	width: 712px;
	padding-bottom: 70px;
	margin: auto;
}
.button a{
	background-color: #142515;
	display: block;
	height: 96px;
	width: 296px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	border-radius:10px 10px 10px 10px;
	font-family: "华文细黑", "微软雅黑";
	font-size: 30px;
	line-height: 96px;
	color: #b2e2c2;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.button a:hover{
	background-color: #0d7938;
}
.con_2{
	background-color: #86b375;
     width:auto;
    margin:auto;
}
.text{
	margin: auto;
	height: 84px;
	width: 1000px;
	padding-top: 50px;
	padding-bottom: 30px;
	font-family: "华文细黑", "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	color: #142515;
}
.pic{
	margin: auto;
	height: 660px;
	text-align: center;
	padding-bottom: 40px;
}
.con_3{
	text-align: center;
	height: 630px;
	padding-top: 50px;
	padding-bottom: 50px;
     width:auto;
    margin:auto;
}
.con_4{
	background-color: #f6f7f8;
	background-image: url(images/bj_2.png);
	background-repeat: repeat-x;
	background-position: top;
     width:auto;
    margin:auto;
}
.pic_1{
	margin: auto;
	height: 800px;
	width: 980px;
}
.pic_2{
	margin: auto;
	height: 316px;
	width: 860px;
	padding-bottom: 50px;
}
.footer{
	font-family: "华文细黑", "微软雅黑";
	font-size: 14px;
	color: #FFF;
	text-align: center;
	 width:auto;
    margin:auto;
	height: 105px;
	background-image: url(images/bj_3.png);
	background-repeat: repeat;
	
	line-height: 90px;
}
.back{
    
   
	height: 48px;
	width: 48px;
	position: absolute;
    
	top:500px;
	
	right:50px;
}
.back a{
	background-image: url(images/backtop.png);
	height: 48px;
	width: 48px;
	text-decoration: none;
	display: block;
}
.back a:hover{
	background-image: url(images/backtop_d.png);
}

.dandan{width:100px; height:143px; position: fixed;
    bottom: 40%;
    right: 30px;
    z-index: 9999 !important;}
.dandan img{width: 100%;}

