* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
	font-family:"微软雅黑";
	width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	vertical-align: middle;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
input,button,select,textarea {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
/*首页*/
/*导航*/
.header_top{
	height: 30px;
	line-height: 30px;
	background-color: #052601;
}
.header_top .main{
	text-align: right;
}
.header_top a{
	display: inline-block;
	color: #fff;
	border-right: 1px solid #fff;
	margin: 4px 0;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-family:"SimSun";
}
.header_center{
	height: 100px;
	/*background-image: url(../images/top_bg.jpg);*/
	background-color: #fff;
}
.header_center .main{
	padding: 20px 0;
}
.header_center .logo{
	line-height: 60px;
}
.header_center .logo img{
	height: 100%;
}
.header_center .phone{
	display: none;
}
.header_center .menu{
	display: none;
}
.header_center .tel{
	width: 290px;
}
.header_center .tel_img{
	height: 60px;
}
.header_center .tel_text{
	margin-left: 10px;
}
.header_center .titles{
	font-size: 20px;
}
.header_center .tel_num{
	font-size: 30px;
}
.header_center .tel_num a{
	color: #f00;
}
.header_bottom{
	height: 70px;
	background-color: #3e9477;
}
.header_bottom ul{
	text-align: center;
}
.header_bottom li{
	display: inline-block;
	width: 10.8%;
	line-height: 70px;
	box-sizing: border-box;
	position: relative;
}
.header_bottom li a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	height: 68px;
}
.ym1 .nav_on1 a, .ym2 .nav_on2 a, .ym3 .nav_on3 a, .ym4 .nav_on4 a, .ym5 .nav_on5 a, .ym6 .nav_on6 a, .ym7 .nav_on7 a, .ym8 .nav_on8 a, .ym9 .nav_on9 a{
	color: #4fff83;
	border-bottom: 2px solid #fff;
}
.xiala{
	display: none;
	position: absolute;
	z-index: 10;
	margin: 0 auto;
	top: 70px;
    width: 130px;
}
.header_bottom .main li:hover .xiala{
	display: block;
}
.xiala p{
	width: 130px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #44bb93;
	border-top: 1px solid #fff;
}
.xiala p:hover{
	background-color: #2b6753;
	border-top: 2px solid #fff;
}
.header_bottom .xiala p a{
	color: #fff;
	font-size: 14px;
	border-bottom:none;
}
/*banner*/
.mbanner{
	display: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 100px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.swiper-pagination1 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-bullet1{
	width: 20%;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #3e9477;
}
.swiper-button-next1{
    background-image: url("../images/right.png");
    right: 10px;
    left: auto;
	position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev1{
    background-image: url("../images/left.png");
    left: 10px;
    right: auto;
	position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.sy_yh{
	background-image: url(../images/yh_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sy_yh .sy_title{
	text-align: center;
}
.yh_nav{
	margin-top: 40px;
	border: 1px solid #3e9477;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.yh_nav a{
	display: inline-block;
	width: 13.98%;
	font-size: 16px;
}
.yh_nav .on{
	background-color: #3e9477;
	color: #fff;
}
.sy_yh .yh_main{
	margin-top: 40px;
	background-color: #fff;
	box-shadow: 0 0 20px 5px #cbd4ce;
}
.yh_list{
	margin: 15px 20px;
	width: 360px;
	position: relative;
}
.yh_list .yh_img img{
	width: 100%;
}
.yh_list .zz{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}
.title_url{
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 170px;
	height: 36px;
	background-color: #3e9477;
	border: 1px solid #3e9477;
}
.title_url a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
}
.yh_list:hover .zz{
	opacity: 0.6;
}
.yh_list:hover .title_url{
	background: none;
}
.sy_js{
	background-image: url(../images/js_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 18px 0;
}
.js_img{
	border: 1px solid #fff;
}
.js_img img{
	margin: 16px;
}
.js_text{
	color: #fff;
	margin-left: 65px;
}
.js_title{
	margin-top: 125px;
	border: 1px solid #47b77c;
	background-color: #3e9477;
	width: 90px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	text-align: center;
}
.text_texts{
	margin-top: 20px;
	font-size: 30px;
}
.text_jj{
	margin-top: 20px;
	font-size: 20px;
}
.js_bottom{
	margin-top: 25px;
	width: 186px;
	height: 6px;
	background-color: #47b77c;
}
.sy_gc{
	background-image: url(../images/gc_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	background-size:auto 100%;
}
.sy_title{
	text-align: center;
}
.class_title{
	background-image: url(../images/gc_class_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 80px;
	padding: 20px 0;
	margin-top: 50px;
	background-size: 100% auto;
}
.sy_gc .class_name{
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #3e9477;
	color: #fff;
}
.sy_gc .yh_nav a{
	width: 196.2px;
}
.sy_gc .gc_main{
	margin-top: 40px;
}
.sy_gc .gc_list{
	width: 590px;
	margin-right: 20px;
	background-color: #fff;
	margin-bottom: 40px;
}
.sy_gc .gc_list:nth-child(2n){
	margin-right: 0;
}
.sy_gc .img{
	margin: 30px 20px;
	position: relative;
}
.sy_gc .img img{
	width: 100%;
	height: 345px;
}
.sy_gc .zz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000066;
	display: none;
}
.sy_gc .more{
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/more_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100px;
	height: 40px;
	text-align: center;
	display: none;
}
.sy_gc .more a{
	line-height: 40px;
	color: #fff;
	font-size: 20px;
}
.sy_gc .img:hover .more{
	display: block;
}
.sy_gc .img:hover .zz{
	display: block;
}
.sy_gc .title{
	height: 56px;
	width: 396px;
	border: 2px solid #3e9477;
	box-shadow: 10px 10px 0 0 #3e9477;
	margin-bottom: 35px;
    margin-left: 70px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
}
.sj{
	background-image: url(../images/case_bg.jpg);
	background-position: top center;
}
.sj .yh_nav a{
	width: 296.3px;
}
.sj .sj_main{
	margin-top:40px;
	position: relative;
	height: 900px;
}
.sj .sj_main_m{
	display: none;
}
.js_list{
	height: 410px;
	width: 780px;
	position: absolute;
}
.js_list:nth-child(2){
	right:0;
}
.js_list:nth-child(3){
	top:440px;
}
.js_list:nth-child(4){
	top:440px;
	right:0;
}
.js_list img{
	width:100%;
}
.case{
	background-image: url(../images/case_bg.jpg);
	background-position: top center;
}
.case .case_title{
	text-align: center;
}
.case .case_main{
	margin-top: 40px;
}
.case .case_list{
	width: 280px;
	margin-right: 26px;
	margin-bottom: 40px;
}
.case .case_list:nth-child(4n){
	margin-right: 0;
}
.case .case_list .img{
	width: 100%;
	height: 220px;
}
.case .case_list .caes_img img{
	width: 100%;
}
.case .img img{
	width: 100%;
	height: 100%;
}
.case .case_list .title{
	border: 2px solid #3e9477;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.case .case_list:hover .title{
	background-color: #3e9477;
}
.case .case_list:hover .title a{
	color: #fff;
}
.about{
	background-image: url(../images/about_bg.jpg);
	padding: 30px 0 0;
}
.about .main{
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(../images/about_bg_border.png);
}
.about .about_title{
	text-align: center;
}
.about .about_main{
	padding-bottom: 45px;
    margin-top: 50px;
}
.about .img{
	padding: 30px;
}
.about .text{
	width: 615px;
	margin-top: 30px;
	padding-right: 28px;
	color: #fff;
}
.about .text p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
	color:#fff;
}
.about .about_bottom{
	width: 130px;
	height: 1px;
	background-color: #22b24c;
	margin: 50px auto 60px;
}
.about .about_honner iframe{
	border: none;
}
.about .more{
	text-align: center;
	margin-top: 20px;
}
.about .more a{
	color: #fff;
}
.about .more span{
	color: #22b24c;
}
.news{
	background-image: url(../images/news_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
}
.news .news_title{
	text-align: center;
}
.news .news_main{
	margin-top: 40px;
	padding-bottom: 50px;
}
.news .news_list{
	width: 580px;
}
.news .img_text{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px 12px;
}
.news .news_text_list{
	margin-top: 15px;
}
.news .list_img{
	width: 275px;
}
.news .list_img img{
	width: 100%;
}
.news .list_text{
	width: 265px;
	text-indent: 2em;
	font-size: 16px;
	color: #666666;
}
.news .list_text .more{
	text-indent: 0em;
	text-align: center;
	margin-top: 20px;
}
.news .list_text .more a{
	display: inline-block;
	width: 150px;
	background-color: #47b77c;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
}
.news .news_lists{
	line-height: 60px;
	height: 60px;
	padding: 0 5px 0 10px;
	border-bottom: 1px solid #090909;
}
.news .news_lists a{
	width: 465px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .news_lists:hover a{
	color: #3e9477;
}
.news .news_lists:hover span{
	color: #3e9477;
}
.gg{
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 150px;
}
.gg img{
	left: -50%;
	right: -50%;
	position: absolute;
	margin: 0 auto;
}
.ly{
	background-image: url(../images/ly_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 40px;
}
.ly .ly_title{
	text-align: center;
}
.ly .ly_main{
	margin-top: 40px;
	background-color: #fff;
	padding: 16px 5px;
}
.ly .input_list{
	border: 1px solid #3e9477;
	margin-right: 22px;
	height: 60px;
	width: 380px;
	line-height: 60px;
	font-size: 16px;
}
.ly .input_list:nth-child(3){
	margin-right: 0;
}
.ly .input_list input{
	padding: 0 2%;
	height: 57px;
	width: 96%;
	line-height: 60px;
	font-size: 16px;
	border: none;
}
.ly .textarea{
	margin-top: 20px;
	border: 1px solid #3e9477;
}
.ly .textarea textarea{
	width: 98%;
	font-size: 16px;
	padding: 1%;
	line-height: 30px;
    color: #666;
    border: none;
    height: 250px;
}
.ly .textarea .anniu{
	text-align: right;
	margin-bottom: 10px;
}
.ly .textarea .anniu input{
	margin: 0 15px;
	width: 145px;
	color: #000;
	height: 40px;
	text-align: center;
	background-color: #fff;
	font-size: 20px;
	line-height: 40px;
	border: 1px solid #3e9477;
}
.ly .textarea .anniu input:hover{
	color: #fff;
	background-color: #3e9477;
}
.ly .link{
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	color: #090909;
}
.ly .link a{
	color: #666666;
	padding: 0 15px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	border-right: 1px solid #666666;
}
.ly .link a:hover{
	color: #3e9477;
}
.footer{
	background-color: #052601;
	color: #fff;
}
.footer a{
	color: #bbbbbb;
}
.footer .main{
	padding: 18px 0;
}
.footer .main ul{
	margin: 0 30px;
}
.footer .main .footer_title{
	font-size: 16px;
	height: auto;
    line-height: normal;
}
.footer .main ul .footer_border{
	width: 40px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}
.footer .main li a{
	height: 30px;
	line-height: 30px;
}
.footer .contact li{
	height: 30px;
	line-height: 30px;
}
.footer_bottom{
	text-align: center;
	color: #666666;
	font-size: 14px;
	width: 100%;
	margin-top: 30px;
}
.footer .erweima .footer_title{
	text-align: center;
}
.footer .ewm_img{
	margin-top: 30px;
}
.footer .ewm_img img{
	width: 190px;
	height: 190px;
}
.banner img{
	width: 100%;
}

/*绿化养护*/
.conservation_boxs{
	background-image: url(../images/conservations_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.newsnav{
	height: 56px;
	line-height: 56px;
	color: #666666;
	font-size: 16px;
}
.newsnav a{
	color: #666666;
	font-size: 16px;
}
.conservation_nav{
	margin-top: 40px;
	border: 1px solid #3e9477;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.conservation_nav a{
	display: inline-block;
	width: 13.98%;
	font-size: 16px;
}
.conservation_nav .on{
	background-color: #3e9477;
	color: #fff;
}
.conservation_boxs .zs{
	height: 36px;
	margin-top: 40px;
	background-image: url(../images/conservation_zs.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.conservation_main .title_h1{
	margin-top: 40px;
	text-align: center;
}
.conservation_mains{
	margin-top: 40px;
	padding-bottom: 60px;
}
.conservation_mains .conservation_list{
	border: 2px solid #3e9477;
	width: 235px;
	margin-right: 80px;
	text-align: center;
}
.conservation_mains .conservation_list:nth-child(4){
	margin-right: 0;
}
.conservation_mains .conservation_list .conservation_img{
	height: 200px;
	line-height: 200px;
	border-bottom: 1px solid #3e9477;
}
.conservation_mains .conservation_l{
	display: none;
}
.conservation_mains .conservation_list:hover .conservation_l{
	display: inline-block;
}
.conservation_mains .conservation_list:hover .conservation_h{
	display: none;
}
.conservation_mains .conservation_list .title{
	padding-top: 22px;
	font-size: 16px;
}
.conservation_mains .conservation_list .text_text{
	color: #666666;
	font-size: 14px;
	padding: 0 10px;
	transition: all 0.5s;
	height: 160px;
}
.conservation_mains .conservation_list .conservation_text{
	transition: all 0.5s;
}
.conservation_mains .conservation_list:hover .conservation_text{
	background-color: #3e9477;
	color: #fff;
}
.conservation_mains .conservation_list:hover .text_text{
	color: #fff;
}
.conservation_bottom{
	background-color: #7eca9f;
	width: 22px;
	height: 1px;
	margin: 20px auto;
}
.process_main{
	margin-top: 60px;
}
.process_main .list1{
	width: 475px;
}
.process_main .list2{
	width: 590px;
}
.process_main .list3{
	width: 435px;
}
.process_main .text{
	height: 60px;
	line-height: 100px;
	font-size: 16px;
}
.process_main .text{
	background-position: left top;
	background-repeat: no-repeat;
}
.process_main .list1 .text{
	background-image: url(../images/conservation_title_bg_1.png);
}
.process_main .list2 .text{
	background-image: url(../images/conservation_title_bg_2.png);
	padding-left: 20px;
}
.process_main .list3 .text:nth-child(1){
	background-image: url(../images/conservation_title_bg_3.png);
}
.process_main .list3 .text.last{
	background-image: url(../images/conservation_title_bg_4.png);
	margin-top: 35px;
}
.process_border{
	height: 14px;
	position: absolute;
	left: 0;
	width: 56%;
	background-color: #7eca9f;
	margin-top: 42px;
}
.process_main .list2 .img{
	margin-top: 50px;
}
.process_main .texts{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.zs_img{
	text-align: right;
	margin-top: 50px;
	margin-bottom: 40px;
}
.list1 .texts{
	line-height: 24px;
}
.list2 .text{
	margin-top: 80px;
	margin-left: 120px;
}
.list2 .texts{
	margin-left: 100px;
	line-height: 24px;
}
.list4 .img{
	box-shadow: 30px 30px 0 0 #3e9477;
    padding-right: 10px;
    padding-bottom: 10px;
}
.process_main_bottom{
	margin-top: 70px;
}
.process_main .list3 .texts{
	margin-left: 25px;
	line-height: 26px;
}
.process_main .img{
	overflow: hidden;
}
.process_main .img img{
	transition: all 0.5s;
}
.process_main .img:hover img{
	transform: scale(1.1);
}
.conservations_gg{
	margin-top: 100px;
	padding-bottom: 90px;
	text-align: center;
    position: relative;
    overflow: hidden;
    height: 520px;
}
.conservations_gg img{
	left: -50%;
    right: -50%;
    position: absolute;
    margin: 0 auto;
}
.conservation_box{
	background-image: url(../images/conservation_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.conservation_box .sy_title{
	margin-top: 30px;
}
.conservation_box .yh_main {
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 5px #cbd4ce;
}
.conservation_gg{
	margin-top: 100px;
	padding-bottom: 90px;
	text-align: center;
    position: relative;
    overflow: hidden;
    height: 520px;
}
.conservation_gg img{
	left: -50%;
    right: -50%;
    position: absolute;
    margin: 0 auto;
}
/*关于我们*/
.about_box{
	background-image: url(../images/abouts_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.about_nav{
	margin-top: 40px;
}
.about_nav .class_name{
	font-size: 30px;
	color: #fff;
	background-color: #3e9477;
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.about_nav ul.fr{
	background-image: url(../images/about_nav_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.about_nav li{
	width: 190px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
}
.about_nav li a{
	font-size: 16px;
	color: #090909;
}
.about_nav li.on{
	background: none;
}
.about_nav li.on a{
	border-top: 2px solid #28b451;
	height: 60px;
	display: inline-block;
	padding: 0 10px;
}
.abouts_main{
	margin-top: 40px;
	padding-bottom: 40px;
}
.abouts_main img{
	margin-right:20px;
}

/*景观工程*/
.engineering_box{
	background-image: url(../images/case_bg.jpg);
	background-position: top center;
}
.engineering_main{
	margin-top: 40px;
}
.engineering_main p{
	line-height: 30px;
}
.engineering_title {
	text-align: center;
}
.engineering_bg{
	height: 20px;
	background-image: url(../images/engineering_bottom_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 40px;
    margin-top: 40px;
}
.engineering_box .img{
	text-align: center;
	margin: 40px 0;
}
/*绿化工程*/
.green_box{
	background-image: url(../images/green_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.green_box .green_title{
	text-align: center;
	margin-top: 40px;
}
.green_box .green_list{
	background-color: #fff;
	margin-bottom: 40px;
}
.green_box .green_list:nth-child(3){
	height: 950px;
}
.green_box .green_list:nth-child(4){
	height: 950px;
}
.green_box .green_list .img_text{
	margin: 30px 20px;
}
.green_box .green_main{
	margin-top: 40px;
}
.green_main .title{
	height: 56px;
    width: 396px;
    border: 2px solid #3e9477;
    box-shadow: 10px 10px 0 0 #3e9477;
    margin-left: 70px;
    margin-top: 30px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
}
.green_main .text{
	width: 462px;
	background-repeat: no-repeat;
}
.green_main .text_1{
	background-image: url(../images/green_list_bg_1.png);
	background-position: left top;
	padding: 75px 20px 20px 55px;
	margin-top: 30px;
	height: 335px;
	margin-right: 30px;
	margin-left: 30px;
}
.green_main .text_2{
	background-image: url(../images/green_list_bg_2.png);
	background-position: top center;
	padding: 70px 55px 20px 55px;
	margin-top: 30px;
	height: 370px;
	width: 398px;
	margin-right: 30px;
	margin-left: 30px;
}
.green_main .text p{
	line-height: 26px;
	color: #666666;
	font-size: 14px;
}
/*案例列表*/
.case_box{
	background-image: url(../images/case_list_bg.jpg);
	background-position: top center;
	padding-bottom: 100px;
}
.case_title{
	padding-top: 40px;
	text-align: center;
}

/*案例详情*/
.cases_box{
	background-image: url(../images/case_bg.jpg);
	background-position: top center;
	padding-bottom: 100px;
}
.cases_box .title{
	text-align: center;
	font-size: 30px;
	color: #090909;
	font-weight: normal;
	margin-top: 50px;
}
.article_data{
	text-align: center;
	margin-top: 20px;
}
.article_data .watch{
	padding: 0 20px;
	background-image: url(../images/watch.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.article_data .time{
	padding: 0 20px;
	background-image: url(../images/time.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.case_main .case_main_text{
	margin-top: 40px;
}
.case_main .case_main_text img{
	max-width: 100%!important;
	height: auto!important;
}
.page_nav{
	margin-top: 70px;
	text-align: center;
}
.page_nav span{
	display: inline-block;
	padding: 0 20px;
	line-height: 50px;
	font-size: 16px;
	border: 1px solid #3e9477;
}
.page_nav span.left{
	color: #fff;
	background-color: #3e9477;
}
.page_nav span.left a{
	color: #fff;
}
.page_nav span.right{
	color: #666666;
	background-color: #fff;
}
.page_nav span.right a{
	color: #666666;
}
.page{
	text-align:center;
}
.page a{
	display:inline-block;
	padding:5px 10px;
	border:1px solid #3e9477;
	background:#fff;
}
.page a b{
	border:none;
	padding:0;
	color:#000;
	background:none;
}
.page b{
	border:1px solid #3e9477;
	display:inline-block;
	padding:5px 10px;
	background:#3e9477;
	color:#fff;
}
/*新闻列表*/
.news_box{
	background-image: url(../images/news_list_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.news_class{
	text-align: center;
	margin-top: 40px;
}
.news_class a{
	display: inline-block;
	height: 60px;
	width: 210px;
	border: 1px solid #3e9477;
	line-height: 60px;
	color: #090909;
	background-color: #fff;
	font-size: 20px;
}
.news_class a.on{
	background-color: #3e9477;
	color: #fff;
}
.news_box .news_main{
	margin-top: 40px;
}
.news_box .news_list{
	background-color: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.news_box .img_title{
	margin-top: 35px;
	width: 315px;
	margin-left: 15px;
}
.news_box .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_box .title a{
	font-size: 20px;
	color: #090909;
}
.news_box .img img{
	width: 100%;
}
.news_box .text{
	width: 760px;
	margin-top: 36px;
	margin-right: 45px;
}
.text_text{
	color: #666666;
	line-height: 26px;
	font-size: 14px;
}
.news_main .article_data{
	text-align: right;
}
/*人才招聘*/
.join_box{
	background-image: url(../images/case_bg.jpg);
	background-position: top center;
	padding-bottom: 100px;
}
.join_box .join_title{
	margin-top: 40px;
	text-align: center;
}
.join_main{
	margin-top: 30px;
}
.join_box .join_list{
	width: 300px;
	margin-right: 150px;
	margin-bottom: 40px;
}
.join_box .join_list:nth-child(3){
	margin-right: 0;
}
.join_box .join_list:nth-child(4){
	margin-left: 225px;
}
.join_box .join_list .title{
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background-color: #3e9477;
	color: #fff;
}
.join_box .join_list .text{
	margin-top: 20px;
	background-color: #fff;
	padding: 10px;
	height: 150px;
	line-height: 22px;
}
.join_box .join_text{
	margin-top: 100px;
	background-image: url(../images/join_gg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	height: 500px;
}
.join_text_main{
	padding: 120px 0 100px;
}
.join_text .join_text_list .title{
	font-size: 20px;
}
.join_text .join_text_list .bottom{
	width: 50px;
	margin: 20px auto 25px;
	height: 1px;
	background-color: #fff;
}
.join_text_main .join_text_list{
	width: 470px;
}
.join_text_main .join_text_list:nth-child(1){
	margin-left: 65px;
}
.join_text_main .join_text_list:nth-child(2){
	margin-right: 65px;
}
.join_text_mains table{
	width: 90%;
	margin: 0 auto;
}
.join_text_mains table tr{
	height: 30px;
	line-height: 30px;
}
.join_text_main .submits{
	text-align: right;
}
.join_text_main .submits a{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: 1px solid #3e9477;
}
.join_text_main .submits a:hover{
	background-color: #3e9477;
}
.ym8 .contact_box{
	padding-bottom: 40px;
}
.contact_box .contact_title {
    margin-top: 40px;
    text-align: center;
}
.business{
	margin-top: 40px;
}
.business .rz_list{
	margin-right: 90px;
}
.business .rz_list:nth-child(3){
	margin-right: 0;
}
.business .rz{
	width: 20px;
	height: 165px;
	background-color: #3e9477;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 20px;
}
.contact_main{
	margin-top: 40px;
}
.contact_main .fl p{
	line-height: 30px;
	font-size: 16px;
}
.contact_main.map{
	padding-bottom: 40px;
	min-height:400px;
}
.footer_phone{
	display:none;
}
.engineering_main .title{
	text-align: center;
	margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
}
.engineering_main img{
	max-width: 100%!important;
	height: auto!important;
}
@media only screen and (max-width: 1200px) {
	.fl, .fr{
		float: none;
	}
	.news_box .text img{
		width:100%;
	}
	.clear{
		display: none;
	}
	.main{
		width: 95%
	}
	.abouts_main{
		padding-bottom:4%;
	}
	.abouts_main img{
		max-width:100%;
		margin-right:4%;
	}
	.header_center .main{
		display: flex;
		justify-content: space-between;
	}
	.header_center .tel{
		display: flex;
		justify-content: space-between;
	}
	.header_center .logo{
		width: 55%;
	}
	.header_center .logo img{
		height: auto;
		width: 100%;
	}
	.header_bottom ul{
		display: flex;
		justify-content: space-between;
	}
	.sy_yh .yh_main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.yh_nav{
		display: flex;
		justify-content: space-between;
	}
	.yh_list{
		width: 30%;
		margin: 2% 1.6%;
	}
	.title_url{
		top: 45%;
	}
	.sy_js .main{
		display: flex;
	}
	.js_img{
		width: 40%;
	}
	.js_img img{
		width: 90%;
		margin: 5%;
	}
	.js_text{
		width: 50%;
		margin-left: 5%;
	}
	.js_title{
		margin-top: 10%;
	}
	.sj .sj_main{
		display: none;
	}
	.sj .sj_main_m{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 4%;
	}
	.sj .sj_main_m .js_list_m{
		margin-bottom: 2%;
		width: 48%;
	}
	.sj .sj_main_m .js_list_m img{
		width: 100%;
	}
	.js_list{
		width:65%;
		height: auto;
	}
	.js_list:nth-child(3) {
		top: 42%;
	}
	.js_list:nth-child(4) {
		top: 42%;
	}
	.class_title{
		background: none;
		height: auto;
	}
	.sy_gc .gc_main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sy_gc .gc_list{
		width: 48%;
		margin-right: 4%;
	}
	.sy_gc .title{
		width: 80%;
		margin: 0 auto 5%;
	}
	.sy_gc .yh_nav{
		display: flex;
		justify-content: center;
	}
	.sy_gc .yh_nav a{
		width: 100%;
	}
	.case .case_main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.case .case_list{
		width: 24%;
		margin-right: 1%;
		float: none;
	}
	.caes_img img{
		width: 100%;
	}
	.about .main{
		background-size: 100%;
	}
	.about .about_main{
		margin-top: 2%;
		display: flex;
		justify-content: space-between;
	}
	.about .img{
		width: 40%;
		padding: 2%;
	}
	.about .img img{
		width: 100%;
	}
	.about .text{
		margin-top: 0%;
		width: 50%;
	}
	.about .text p{
		line-height: 1.5em;
	}
	.about .about_bottom{
		margin: 2% auto 2%;
	}
	.about .more{
		margin-top: 0;
	}
	.news{
		background-repeat: repeat;
	}
	.news .news_list{
		width: 48%;
	}
	.news .news_main{
		display: flex;
		justify-content: space-between;
	}
	.news .list_img{
		width: 100%;
	}
	.news .list_img img{
		width: 100%;
	}
	.news .list_text{
		width: 100%;
	}
	.ly .inputs{
		display: flex;
		justify-content: space-between;		flex-wrap:wrap;
	}
	.footer .main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.about_nav{
		display: flex;
		justify-content: space-between;
	}
	.about_nav .class_name{
		width: 16%;
		font-size: 24px;
	}
	.about_nav ul.fr{
		padding-left: 2%;
		display: flex;
	    justify-content: flex-end;
	    width: 80%;
	}
	.page_nav span{
		width: 96%;
		padding: 0 2%;
	}
	.conservation_box .yh_main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.conservation_nav{
		display: flex;
	}
	.conservation_mains{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.conservation_mains .conservation_list{
		width: 23%;
		margin-right: 1%;
	}
	.conservation_mains .conservation_list .conservation_img{
		height: auto;
		line-height: 150px;
	}
	.conservation_mains .conservation_list .title{
		padding-top: 2%;
	}
	.conservation_bottom{
		margin: 2% auto;
	}
	.conservation_mains .conservation_list .text_text{
		height: 230px;
	}
	.process_main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.process_main .list1{
		width: 48%;
	}
	.process_main .list2{
		width: 48%;
	}
	.process_main .img img{
		width: 100%;
	}
	.process_main_bottom{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.process_main .list3{
		width: 48%;
	}
	.process_main .list4{
		width: 48%;
	}
	.engineering_box .img img{
		width: 100%;
	}
	.green_box .green_list{
		display: flex;
		justify-content: space-between;
	}
	.green_box .green_list .img_text{
		width: 50%;
    	margin: 2%;
	}
	.green_box .green_list .img_text img{
		width: 100%;
	}
	.green_main .title{
		width: 80%;
		margin: 20% auto 5%;
	}
	.green_main .text p{
		line-height: 1.5em;
	}
	.green_main .text_1{
		background-size: 100%;
		padding: 15px 20px 20px 55px;
	}
	.green_main .text_2{
		background-size: 100%;
		padding: 25px 30px 20px 30px;
		height: auto;
	}
	.green_box .green_list:nth-child(3){
		height: auto;
		padding-bottom: 2%;
	}
	.green_box .green_list:nth-child(4){
		height: auto;
		padding-bottom: 2%;
	}
	.join_main{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.join_box .join_list{
		width: 32%;
		margin-right: 0;
	}
	.join_box .join_list:nth-child(4){
		margin: 0;
	}
	.join_box .join_list .text{
		height: 200px;
	}
	.join_text_main{
		display: flex;
		justify-content: space-between;
	}
	.join_text_main .join_text_list{
		width: 48%;
	}
	.join_text_main .join_text_list:nth-child(1){
		margin: 0;
	}
	.join_text_main .join_text_list:nth-child(2){
		margin: 0;
	}
	.news_box .news_list{
		display: flex;
		justify-content: space-between;
	}
	.news_box .img_title{
		width: 40%;
	}
	.news_box .text{
		margin-right: 2%;
		width: 55%;
	}
	.contact_box .contact_title {
		margin-top: 2%;
		text-align: center;
	}
	.business{
		margin-top: 2%;
		display:flex;
		justify-content:space-between;
	}
	.business .fr{
		display: flex;
		justify-content: space-between;
		line-height:150px;
		margin-left: 2%;
	}
	.business .rz_list{
		width:30%;
		margin-right:0;
	}
	.business .rz_list img{
		width:100%;
	}
	.business .rz_list:nth-child(3){
		margin-right: 0;
	}
	.business .rz{
		width: 20px;
		height: 130px;
		background-color: #3e9477;
		color: #fff;
		font-size: 14px;
		text-align: center;
		padding: 10px;
	}
	.contact_main{
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
	}
	.contact_main.map{
		padding-bottom: 40px;
		text-align:center;
	}
	.contact_main.map img{
		border: 1px solid #3e9477;
		width:98%;
		height: 100%;
	}
	.page_nav{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media only screen and (max-width: 1000px){
	.js_list:nth-child(3) {
		top: 35%;
	}
	.js_list:nth-child(4) {
		top: 35%;
	}
}
@media only screen and (max-width: 767px) {
	.header_center .main{
		padding: 0;
	}
	.header_center .logo img{
		height:70%;
		width: auto;
	}
	.web{
		display: none;
	}
	.header_center .tel{
		margin-left: 2%;
		justify-content: center;
	}
	.header_center .tel img{
		height: 35%;
	}
	.header_center .titles{
		display: none;
	}
	.header_center .tel_text{
		margin-left: 2%;
	}
	.header_center .tel_num{
		font-size: 16px;
	}
	.header_center .phone{
		display: inline-block;
	}
	.header_center .menu{
		display: inline-block;
		width: 15%;
		height: 60px;
		text-align: right;
	}
	.header_center .menu img{
		height: 35%;
		width: auto;
	}
	.header_center .menu .menu_x{
		display: none;
	}
	.header_top{
		display: none;
	}
	.header_bottom{
		display: none;
		position: fixed;
		top: 60px;
		z-index: 9;
		width: 100%;
		background-color: #fff;
		height: 100%;
	}
	.header_bottom ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.header_bottom li{
		width: 100%;
		line-height: 50px;
		background-color:#00671e;
	}
	.header_center{
		height: 60px;
		line-height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
	}
	.header_bottom li a{
		height: 50px;
		line-height: 50px;
		color: #22b24c;
	}
	.ym1 .nav_on1, .ym2 .nav_on2, .ym3 .nav_on3, .ym4 .nav_on4, .ym5 .nav_on5, .ym6 .nav_on6, .ym7 .nav_on7, .ym8 .nav_on8, .ym9 .nav_on9{
		background-color: #22b24c;
	}
	.ym1 .nav_on1 a, .ym2 .nav_on2 a, .ym3 .nav_on3 a, .ym4 .nav_on4 a, .ym5 .nav_on5 a, .ym6 .nav_on6 a, .ym7 .nav_on7 a, .ym8 .nav_on8 a, .ym9 .nav_on9 a{
		color: #fff;
	}
	.xiala{
		position: relative;
		width: 100%;
		top: 0;
	}
	.xiala p{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.header_center .logo{
		width: 46%;
		height: 60px;
	}
	.swiper-pagination-bullet{
		width: 15%;
	}
	.mbanner{
		margin-top: 60px;
		display: block;
	}
	.swiper-container{
		display: none;
	}
	.banner{
		margin-top: 60px;
	}
	.sy_yh{
		padding-top: 2%;
	}
	.sy_yh .sy_title img{
		width: 50%;
	}
	.yh_nav{
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 2%;
	}
	.yh_nav a{
		width: 50%;
	}
	.yh_nav a:last-child{
		width:100%;
	}
	.yh_list{
		width: 48%;
		margin: 1%;
		overflow:hidden;
	}
	.title_url{
		width: 100%;
		bottom: 0%;
		top: 78%;
	}
	.sy_js{
		background-size: auto 100%;
	}
	.sy_js .main{
		flex-direction: column;
	}
	.sj .sj_main_m .js_list_m{
		width: 100%;
	}
	.js_img{
		width: 100%;
	}
	.js_text{
		width: 100%;
		margin-left: 0;
	}
	.sy_gc{
		padding-top: 2%;
	}
	.sy_gc .yh_nav a{
		width: 50%;
	}
	.sy_title img{
		width: 50%;
	}
	.class_title{
		margin-top: 2%;
	}
	.sy_gc .img img{
		height: auto;
	}
	.sy_gc .gc_list{
		width: 100%;
		margin-right: 0;
	}
	.case .case_title{
		padding-top: 2%;
	}
	.case .case_title img{
		width: 50%;
	}
	.case .case_list{
		width: 48%;
		margin-right: 0;
	}
	.about .about_title img{
		width: 50%;
	}
	.about .about_main{
		flex-direction: column;
	}
	.about .img{
		width: 96%;
	}
	.about .text{
		padding-right: 0;
		width: 100%;
	}
	.news{
		padding-top: 2%;
	}
	.news .news_title img{
		width: 50%;
	}
	.news .news_main{
		flex-wrap: wrap;
	}
	.news .news_list{
		width: 100%;
	}
	.news .news_list{
		width: 100%;
	}
	.news .news_lists a{
		width: 70%;
	}
	.news .news_lists{
		display: flex;
		justify-content: space-between;
	}
	.gg{
		height: auto;
	}
	.gg img{
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
	}
	.ly{
		padding-top: 2%;
	}
	.ly .ly_title img{
		width: 50%;
	}
	.ly .ly_main{
		margin-top: 2%;
	}
	.about_nav{
		margin-top: 2%;
		flex-direction: column;
	}
	.about_nav .class_name {
		width: 40%;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
	.about_nav ul.fr{
		margin-top: 2%;
		padding-left: 0;
		background: none;
	}
	.about_nav ul.fr{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.about_nav li{
		width: 33%;
	}
	.footer .main ul{
		margin: 0 5%;
		display:none;
	}
	.footer .main ul.erweima{
		display:block;
		margin: 0 auto;
		margin-bottom: 5%;
	}
	.footer .ewm_img{
		margin-top: 5%;
		text-align: center;
	}
	.footer .ewm_img img{
		width: 80%;
		height: auto;
	}
	.footer_bottom{
		margin-top:0;
	}
	.footer{
		margin-bottom:40px;
	}
	.conservation_gg{
		display: none;
	}
	.conservation_nav{
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
		margin-top: 2%;
	}
	.conservation_nav a{
		width: 50%;
	}
	.conservation_nav a:last-child{
		width: 100%;
	}
	.conservation_mains .conservation_list{
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.conservation_mains .conservation_list .text_text{
		height: auto;
	}
	.process_main .list1{
		width: 100%;
	}
	.process_main .list2{
		width: 100%;
	}
	.list2 .text{
		margin-left: 10%;
	}
	.list2 .texts{
		margin-left: 9%;
	}
	.process_main .list2 .text{
		margin-top: 2%;
	}
	.process_main .list3{
		width: 100%;
	}
	.process_main .list4{
		width: 100%;
	}
	.conservations_gg{
		display: none;
	}
	.conservation_main{
		padding-bottom: 5%;
	}
	.list4 .img{
		box-shadow: 10px 10px 0 0 #3e9477;
	}
	.conservation_boxs{
		background-size: auto 100%;
	}
	.engineering_title img{
		width: 50%;
	}
	.engineering_main{
		margin-top: 2%;
	}
	.green_box .green_list{
		flex-wrap: wrap;
		margin-bottom: 2%;
	}
	.green_box .green_list .img_text{
		width: 96%;
	}
	.green_main .title{
		margin: 4% auto 5%;
	}
	.green_main .text_1{
		background: none;
		width: 90%;
		margin: 0 auto;
		padding: 2%;
	}
	.green_main .text_2{
		background: none;
		width: 90%;
		margin: 0 auto;
		padding: 2%;
	}
	.green_box .green_main{
		padding-bottom: 2%;
	}
	.join_box .join_list{
		width: 98%;
	}
	.join_box .join_list .text{
		height: auto;
	}
	.join_text_main{
		padding: 2% 0;
		flex-wrap: wrap;
	}
	.join_text_main .join_text_list{
		width: 100%;
	}
	.join_box .join_text{
		height: auto;
		background-size: auto 100%;
		margin-top: 2%;
	}
	.join_box{
		padding-bottom: 2%
	}
	.join_box .join_list{
		margin-bottom: 4%;
	}
	.join_box .join_list:nth-child(4){
		margin-bottom: 4%;
	}
	.news_class{
		margin-top: 2%;
	}
	.news_class a{
		width: 45%;
		height: 40px;
		line-height: 40px;
	}
	.news_box .news_main{
		margin-top: 4%;
	}
	.news_box .news_list{
		flex-wrap: wrap;
	}
	.news_box .img_title{
		width: 95%;
		margin: 2% auto;
	}
	.news_box .text{
		width: 95%;
		margin: 2% auto;
	}
	.news_box{
		background-size: auto 100%;
		padding-bottom: 2%;
	}
	.contact_main .fr{
		display:none;
	}
	.contact_main.map img {
		border: 1px solid #3e9477;
		width: 100%;
		height: 100%;
	}
	.business{
		flex-direction: column;
	}
	.business .rz{
		width:60%;
		height:20px;
		margin:0 auto;
		line-height:20px;
	}
	.footer_phone{		display:block;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		height:50px;
		line-height:50px;
		text-align:center;
		display:flex;
		justify-content:space-between;
		background-color:#484848;
	}
	.footer_phone a{
		color:#fff;
		vertical-align:middle;
		width: 100%;
		font-size: 16px;
	}
	.footer_phone a:nth-child(2){
		border-right:1px solid #fff;
		border-left:1px solid #fff;
	}
	.footer_phone a img{
		height:30px;
		margin-right: 4%;
	}
	.ly .textarea textarea{
		height:100px;
	}
	.ly .textarea .anniu input{
		width:40%;
		margin:0 3%;
	}
	.ly .input_list{
		height:40px;
		line-height:40px;		width:100%;		margin-right:0;		margin-bottom:2%;
	}	.ly .textarea{		margin-top:0;	}
	.ly .input_list input{
		line-height:40px;
		height:38px;
	}
	.text_texts{
		font-size:20px
	}
	.text_jj{
		font-size:18px;
	}
	.sy_gc .class_name{
		margin: 0 auto;
	}
	.sy_gc .title{
		font-size:16px;
	}
	.sy_gc .title{
		width:60%;
		line-height:40px;
		height:40px;
	}
	.sy_gc .img{
		margin:2%;
	}
	.sj .yh_nav a{
		width:50%;
	}
	.sj .sj_main{
		height: auto;
		padding-bottom: 4%;
	}
	.js_list{
		width:90%;
		margin:2% auto;
		position:relative;
	}
	.js_list:nth-child(3){
		top:0;
	}
	.js_list:nth-child(4){
		top:0;
	}
	.about_box{
		background-size: auto 100%;
	}
}
