/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
    /*max-width: 1440px;*/
    /*background-color: #fff;*/
    margin: 0 auto;
    text-align: center;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.header{
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	padding: 20px;
}
.header li{
	display: inline-block;
	margin: 0 5px;
}
.header li a{
	/*width: 60px;*/
	display: inline-block;
	text-align: center;
	font-size: 15px;
	padding: 0 10px;
}
.foot{
	height: 290px;
	background-color: #2c9b5c;
}
.foot ul{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 50px 100px 50px 0;
}
.foot h3{
	font-size: 25px;
	color: #035928;
}
.foot li{
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px; 
}
.foot_fr{
	background:no-repeat;
	background-position: center 70px;
	background-size: 124px 124px;
}
.content{
	width: 1040px;
	margin: 0 auto;
}
.content_01{
	display: inline-block;
	background-color: #f6f9f1;
	margin: 100px 0;
}
.content_01 img{
	max-width: 608px;
	margin: 10px 0 10px 10px;
}
.jxjj{
	width: 370px;
	margin-top: 50px;
	margin-right: 45px;
	display: inline-block;
	background-color: #fff;
	text-align: left;
	padding-left: 25px;
	padding-right: 30px;
}
.jxjj h4{
	font-size: 25px;
	color: #04883d;
	margin-top: 28px;
	margin-bottom: 20px;
}
.jxjj p{
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 30px;
}
.jxjj a{
	/*float: right;*/
	color: #fff;
	background-color: #04883d;
	border-radius: 30px;
	font-size: 20px;
	padding: 8px 15px;
	margin-left: 115px;
}
.ckgd{
	height: 500px;
	color: #fff;
}
.ckgd h1{
	font-size: 55px;
	padding-top: 150px;
}
.ckgd p {
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 60px;
}
.ckgd a{
	color: #000;
	font-size: 17px;
	padding: 15px 25px;
	background-color: #fff;
	border-radius: 30px;
}
.content_s{
	margin-bottom: 100px;
}
.content_s h1{
	font-size: 35px;
	color: #000;
	margin-bottom: 15px;
}
.content_s p{
	font-size: 15px;
	color: #797979;
	margin-bottom: 50px;
}
.con_s_img div{
	/*display: inline-block;*/
	margin: 7px;
}
.con_s_img div:first-child{
	margin-left:0;
}
.con_s_img div:last-child{
	margin-right:0;
}
.con_s_img01{
	margin-top: 5px;
	height: 216px;
	text-align: left;
}
.con_s_img01 h1{
	color: #fff;
	font-size: 48px;
	padding-left: 150px;
	padding-top: 70px;
	padding-bottom: 15px;
}
.con_s_img01 a{
	padding: 15px 85px 15px 132px;
	color: #fff;
	margin-left: 73px;
	opacity:0.9;
}
.ckgds{
	height: 340px;
}
.ckgds h1{
	padding: 125px 0 18px 0;
	color: #fff;
	font-size: 45px;
}
.ckgds p{
	color: #fff;
	font-size: 24px;
}
.con_pz{
	width: 1100px;
	margin: 90px; auto;
	display: inline-block;
}
.con_pz ul img{
	max-width: 340px;
	max-height: 228px;
}
.con_pz ul li{
	display: inline-block;
	width: 340px;
	height: 228px;
	position: relative;
	margin:10px 5px;
	overflow:hidden;
	border:1px solid #888;
}
.con_pz ul li:hover a{
	transform: scale(1.1);
    transition: all 1s linear;
	top:0;
}
.con_pz ul li a{
	display: inline-block;
	padding: 35px;
	position:absolute;
	width: 340px;
	height: 228px;
	left: 0;
	bottom: 228px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
}
.con_pz ul li a h1{
	font-size: 18px;
}
.con_pz ul li a>div{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 22px;
	/*width: 340px;*/
}
.contents{
	width: 1040px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 95px;
}
.contents img{
	max-width: 100%;
}
.xingqing h3{
	background: url(../images/jiantou_03.png)no-repeat left center;
	text-align: left;
	padding-left: 20px;
	font-size: 15px;
}
.xingqing02{
	display: inline-block;
	padding: 40px 50px 0 35px;
	font-size: 16px;
	line-height: 30px;
}
.xingqing h1{
 font-size: 20px;
 color: #03883d;
 margin: 45px 0;
}
.jjbt{
	color: #fff;
	background-color:#03883d;
	font-size: 24px;
	text-align: left;
	padding: 12px 0;
	padding-left: 15px;
}
.biaos{
	text-align: center;
	margin: 0 auto;
	display:block;
	background-color: #03883d;
}
.biaos li{
	color: #fff;
}
.neirong{
	border-bottom: 1px solid #c8c7c7;
}
.biaos li,.neirong li{
	display: inline-block;
	width: 180px;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
}
.gz_ckxq{
	background-color: #efeeee;
	display: inline-block;
	text-align: left;
}
.gz_ckxq div{
	padding: 40px;
	width: 50%;
	display: inline-block;
	/*border-bottom: 1px solid #c8c7c7;*/
}
.gz_ckxq h3{
	text-align: left;
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
.gz_ckxq p{
	font-size: 14px;
	margin-bottom: 10px; 
}
.ckxqz{
	border-bottom: 1px solid #c8c7c7;
}
.ckxqz img{
	max-width: 950px;
}
.lianxifs{
	margin: 25px 0 25px 40px;
	/*margin-left: 40px;*/
}
.xqxx{
	padding: 0!important;
	border:none!important;
	width: 100%!important;
}
.xianshis{
	color: red;
}
.yanse:link{
	color: #000;
}
.yanse:hover{
	color: #03883d;
	font-weight: bold;
}
#info {
    margin-top: 10px;
}
#container{
	min-width:600px;
	min-height:767px;
}
.fenye{
	display: inline-block;
	font-size: 18px;
	width: 1040px;
	padding: 10px;
	margin-bottom: 110px;
}
.fenye a{
	padding: 8px 12px;
	border:1px solid #ccc;
}
.fenye span{
	padding: 8px 12px;
	border:1px solid #ccc;
	color: #fff;
	background-color: #04883d;
}
.bjie a{
	color: #fff;
}
.tucenter{
	text-align: center;
}
.pxsd{
	display: inline-block;
	width: 1050px;
}
.pxsd li{
	float: left;
}