@charset "gb2312";
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {margin:0; padding:0; border:0 none; outline:0; color:inherit;}
html, body {overflow-x:hidden}
body {margin:0 auto; font:14px/1 "Microsoft Yahei", "微软雅黑", sans-serif; vertical-align:baseline; overflow-y:scroll;}
h1 {font-weight:bold; font-size:18px; line-height:normal; color:#474545;}
h3 {font-weight:normal; font-size:12px; color:#746969;}
h2, h4, h5, h6 {font-weight:normal; font-size:100%;}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
a {text-decoration:none;}
p {line-height:24px; text-align:justify;}
img, iframe {border:none;}
a:focus {outline:0;}

a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #616161;
}

/*img{ vertical-align:top;}*/
ol, ul, li{list-style:none;}
input, textarea, select, button {font-weight:inherit; font-size:inherit; *font-size:100%; font-family:inherit;}
/* == clearfix == */
.clearfix:after{content:""; display:block; height:0; clear:both;}
.clearfix{*zoom:1;}/*IE/7/6*/
.clearfix.bg{background: #f0f2f3;}
.fl{ float:left; overflow:hidden; }
.fr{ float:right; overflow:hidden; }
.w1200{ width: 1200px; margin: 0 auto;}
.of{overflow: hidden;}
.clear{
	clear: both;
}

*, :after, :before, input[type=search] {
    box-sizing: border-box;
}
@font-face { 
font-family: shuzi;/*定义font的名字*/ 
src: url('../font/shuzi.ttf');/*把下载的字体文件引入进来*/ 
} 	

/*加载动画*/
.pace{position:fixed; left:0; top:0; width:100%; z-index:5000; height:3px;animation: changebar 2.25s infinite .75s;}
.pace-progress{width:100% !important; background-color: #23b7e5;animation: changebar 2.25s infinite; height:0; position:absolute;}
.pace-progress:before{animation: movingbar .75s infinite; position:absolute; content:'';background-color: inherit; height:3px; left:50%; right:50%;}
.pace.pace-inactive{display:none;}
@keyframes changebar {
0% {background-color: #23b7e5}
33.3% {background-color: #FFD6C2}
33.33% {background-color: #FF8B6A}
66.6% {background-color: #DF0054}
66.66% {background-color: #480032}
99.9% {background-color: #302387}
}
@keyframes movingbar {
0% {right: 50%;left: 50%}
99.9% {right: 0;left: 0}
100% {right: 50%;left: 50%}
}
.prre{
	position: relative;
}
/*浏览器滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
.header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: ease .65s;
	padding: 0 5vw;
	background: #fff;
}
.header.cur{
	border-bottom: 1px solid #ddd;
}

.z_banner .bd li.swiper-slide-active .img,.z_banner .bd li.swiper-slide-duplicate-active .img{transform:scale(1);opacity:1;}
.nav_top{
	width: 100%;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}
body.fixed .lh-header{transform:translateY(-100%);visibility:hidden;}
.navFixed .lh-nav-other{width:100%; position:fixed; left:0; top:0; background:#fff; z-index:200;}
.navFixed .lh-nav-other li a{color:#666; transition:ease .15s;}
.navFixed .lh-nav-other li a:hover,.navFixed .lh-nav-other li.active a{color:#B57F41;}
.navFixed #OtherNav .lh-nav-other{ border-bottom: 1px solid #ddd;}

.header_nav  li:before{ content: ""; display: block; width: 0%; transition: ease .5s;  height: 2px; background: #84d028; position: absolute; left: 50%; bottom: 31px;}
.header_nav  li:hover:before,.header_nav li.active:before{ width: 100%; left: 0; }
.header_nav  li:hover a,.header_nav li.active a{color:#84d028;}
.banner{
	width: 100%!important;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner .img{
	width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: ease 2.5s;
	opacity: .5;
}
.banner .button1{
	border: 0;
    background: url(../images/btnBottom.png) no-repeat;
    width: 23px;
    height: 84px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin: 0 -11px;
    z-index: 10;
    cursor: pointer;
}
.banner .button1{
	-moz-animation: Animate 1s ease infinite;
    -o-animation: Animate 1s ease infinite;
    -ms-animation: Animate 1s ease infinite;
    -webkit-animation: Animate 1s ease infinite;
    animation: Animate 1s ease infinite;
}
@-webkit-keyframes Animate{
	0% { -webkit-transform:translateY(-30px); opacity: 1; }
	50% { -webkit-transform:translateY(0px); opacity: 0.2; }
	100% { -webkit-transform:translateY(-30px); opacity: 1; }
}
.logo{
	padding: 20px 0;
	float: left;
}
.logo  img{
	width: 170px;
	vertical-align: middle;
}
.header_fr{
	float: right;
}
.header_fr  li{
	display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-top: 25px;
    margin-left: 2.5vw;
    position: relative;
}
.header_fr li a{
	font-size: 16px;
    text-decoration: none;
    color: #999999;
	font-weight: bold;
    transition: all .45s;
    z-index: 99999;
}
.z_news.bg{
	background:#fafafb url(../images/pro.png) right 78% no-repeat;
	background-size: 64% auto;
}
.z_news.pos{
	position: relative;
}
/*
.z_news.hg{
	height: 855px;
}
.z_case.hg{
	height: 855px;
}
*/
.z_news, .z_case {
    width: 50%;
    float: left;
    padding: 5vw;
    box-sizing: border-box;
}
.z_case {
    background: #eeeff0;
    position: relative;
}

/*关于我们*/
.in_about{
	width: 100%;
	margin-top: 8vh;
	overflow: hidden;
	position: relative;
}
.gy_left{
	position: absolute;
	width: 650px;
	top: 100px;
	left: 13%;
	height: 425px;
	z-index: 11;
	background: #fff;
	padding: 40px 80px;
}
.gy_left h1{
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 30px;
}
.gy_left h1::after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	margin-top: 20px;
}
.gy_left p{
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.more{
	width: 200px;
	height: 50px;
	border-radius: 24.5px;
	border: #679d25 1px solid;
	line-height: 50px;
	text-align: center;
	display: block;
	margin-top: 50px;
	color: #679d25;
}
.more:hover{
	opacity: .5;
}
.more.wi{
	color: #fff;
	border: #fff 1px solid;
	margin: 0 auto;
}
.gy_right{
	width: 57.3%;
	float: right;
}
.in_shuju{
	width: 100%;
	padding: 1vh 5vw;
	overflow: hidden;
	height: 150px;
	border-top: 1px solid #e5e5e5;
	
}
.sj_list{
	width: 33.3%;
	float: left;
	text-align: center;
	margin-top: 20px;
	border-right: #e5e5e5 1px solid;
}
.sj_list:last-child{
	border: none;
}
.sj_list p{
	display: inline-block;
	color: #878787;
	line-height: 80px;
}
.sj_list p span{
	font-family: "shuzi";
	font-size: 72px;
	color: #679c26;
	padding: 0 5px;
}
.in_title{
	padding: 4vw;
	text-align: center;
}
.in_title.bgs{
	background: #f2f2f2;
}
.in_title h1{
	font-size: 32px;
	color: #333333;
	font-weight: normal;
}
.in_title h1::after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	margin: 30px auto 0 auto;
}
/*提供服务*/
.yh_box{
	width: 100%;
	overflow: hidden;
}
.yh_ld{
	position: relative;
	width: 100%;
	height: 520px;
}
.ld_text{
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -330px;
	width: 660px;
	color: #fff;
	text-align: center;
}
.ld_text.lef{
	text-align: left;
}
.ld_text.lef p{
	text-align: left;
}
.ld_text.lef a{
	color: #679c26;
}
.ld_text.lef a:hover{
	text-decoration: underline;
}
.ld_text h1{
	color: #fff;
	font-size: 26px;
	padding-bottom: 30px;
	font-weight: normal;
}
.ld_text p{
	font-size: 16px;
	text-align: center;
	opacity: .8;
	line-height: 30px;
	padding-bottom: 30px;
}
.ty_box{
	position: relative;
	width: 50%;
	float: left;
	overflow: hidden;
}
.yh_box img{
	transition: all .6s;
}
.yh_ld:hover img{
	transform: scale(1.1,1.1);

}
.ty_box:hover img{
	transform: scale(1.1,1.1);

}
/*首页项目*/
.in_pro_box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in_pro_pho{
	width: 57.4%;
	height: 810px;
	overflow: hidden;
}
.in_pro_pho img{
	transition: all .6s;
}
.in_pro_pho:hover img{
	transform: scale(1.1,1.1);
}
.in_pro{
	width: 468px;
	height: 468px;
	position: absolute;
	left: 50%;
	top: 170px;
	background: #fff;
	padding: 60px;
}
.in_pro h1{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 20px;
}
.in_pro p{
	color: #666666;
}
.in_pro a{
	position: absolute;
	width: 140px;
	padding: 15px;
	bottom: 70px;
	left: 60px;
	color: #333;
	text-align: center;
	border-top: 1px solid #808080;
}
.in_pro a:hover{
	color: #679d25;
	border-top: 1px solid #679d25;
}
.pro_left{
	width: 160px;
	height: 64px;
	background: #282828 url(../images/pro_left.png) 26px center no-repeat;
	color: #fff;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.pro_right{
	width: 160px;
	height: 64px;
	background: #679d25 url(../images/pro_right.png) 130px center no-repeat;
	color: #fff;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.pro_left:hover{
	opacity: 0.8;
}
.pro_right:hover{
	opacity: 0.8;
}
.pro_jt{
	width: 320px;
	position: absolute;
	right: 15%;
	top: 50%;
	margin-top: -32px;
	z-index: 99;
}
.ny_banner{
	transform: scale(1.04);
    transition: ease 2.5s;
    opacity: .5;
	height:auto;
	position: relative;
	background-size: initial !important;
}
.ny_banner.jis{
	transform: scale(1);
    opacity: 1;
}
.ny_banner img{
	width:100%;
	height:auto;
}
.ny_titi{
	position: absolute;
	right: 5vw;
	bottom: 40%;
	width: 260px;
	color: #fff;
}
.ny_titi span{
	color: #fff;
	font-family: "shuzi";
	font-size: 30px;
	display: block;
	text-align: right;
}

.ny_titi p{
	text-align: right;
	padding-bottom: 10px;
	font-size: 30px;
}
.ny_nav{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ny_nav a{
	line-height: 90px;
	display: inline-block;
	color: #333333;
	margin-right: 40px;
	font-size: 16px;
}
.ny_nav a.cur{
	color: #679d25;
}
.ny_nav a:hover{
	color: #679d25;
}
/*关于我们*/
.about{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ab_text.bg{
	top: 145px;
	margin-left: -495px;
	z-index: 1;
}
.ab_text{
	position: absolute;
	width: 1010px;
	left: 50%;
	top: 135px;
	margin-left: -505px;
	background: rgba(255,255,255,0.80);
	height: 365px;
	padding: 50px 120px;
	z-index: 2;
}
.ab_text h1{
	text-align: center;
	font-size: 32px;
	color: #333333;
	font-weight: normal;
}
.ab_text h1::after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #333333;
	margin: 30px auto;
}
.ab_text p{
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 30px;
}
.fw_box{
	width: 100%;
	height: 524px;
	position: relative;
	overflow: hidden;
}
.fw_tit{
	position: absolute;
	left: 15vw;
	top: 110px;
	width: 570px;
}
.fw_tit.rg{
	right: 15vw!important;
	left: inherit;
}

.fw_tit h1{
	font-size: 30px;
	color: #fff;
	padding-bottom: 5px;
	font-weight: normal;
}
.fw_tit span{
	font-family: "shuzi";
	padding-bottom: 10px;
	font-size: 30px;
	display: block;
	color: #fff;
	opacity: .8;
}
.fw_tit p{
	color: #fff;
	font-size: 14px;
	padding-bottom: 40px;
	line-height: 36px;
}
.fw_tit a{
	margin: 0!important;
}

.fw_anl{
	width: 100%;
	position: relative;
}
.an_pho{
	width: 60.5%;
	float: left;
}
.an_pho img{
	background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: ease 2.5s;
    opacity: .8;
}
.an_text{
	width: 39.5%;
	float: left;
	background: #333333;
	height: 820px;
	padding: 10vw 5vw;
	position: relative;
}
.an_text h1{
	font-size: 30px;
	color: #fff;
	padding-bottom: 5px;
	font-weight: normal;
}
.an_text span{
	font-family: "shuzi";
	padding-bottom: 10px;
	font-size: 30px;
	display: block;
	color: #fff;
	opacity: .8;
}
.an_text p{
	color: #fff;
	width: 80%;
	font-size: 14px;
	padding-bottom: 40px;
	line-height: 36px;
}
.an_text strong{
	color: #fff;
	position: absolute;
	bottom: 250px;
	padding-bottom: 30px;
	width: 280px;
	display: block;
	font-weight: normal;
	left: 5vw;
	border-bottom: 1px solid #ddd;
}
.fw_anniu{
	width: 90px;
	position: absolute;
	z-index: 11;
	top: 600px;
	right: 30%;
}
.fw_left{
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	background: url(../images/fwleft.png) center no-repeat;
}
.fw_right{
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
	background: url(../images/fwright.png) center no-repeat;
}
/*案例*/
.z-container {
    width: 78.9%;
    height: auto;
    clear: both;
	background: #f0f2f3;
    margin: 0 auto;
}
.fenbu_list{padding-top: 7vh; }
.fenbu_list ul{ margin-left: -1%; margin-bottom: 5vh; }
.fenbu_list li{ width: 32.3%;position: relative; float: left; margin-left: 1%; margin-bottom: 20px;}
.fenbu_list li:before{ content: ""; display: block; z-index: 1; width: 0; height:2px; background: #679d25; position: absolute; left: 50%; bottom: 0; transition: all .6s;} 
.fenbu_list li:hover:before{ width: 100%; left: 0;}
.fenbu_list .imgbox{ width: 100%; height: 314px; height: 16.5vw; overflow: hidden;}
.fenbu_list .imgbox .img{width: 100%; transition: ease 1s; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;}
.fenbu_list li:hover .img{ transform: scale(1.1,1.1);}
.fenbu_list li .infobox{ background: #fff; padding: 30px; box-sizing: border-box;}
.fenbu_list li h3{font-size: 16px; height: 16px; line-height: 16px; color: #333; margin-bottom: 30px;}
.fenbu_list li:hover h3{ color: #679d25;}
.fenbu_list li h4{ color: #989898; height: 16px; line-height: 16px; /*background: url(../img/dz2.png) no-repeat left center;padding-left: 15px;*/}
/*分页*/
.pagek{
	width: 100%;
	overflow: hidden;
	padding: 0 10vw;
	margin: 40px 0;
}
.pagek li{
	float: left;
}
.pagek li a{
	float: left;
	font-size: 24px;
	font-family: "shuzi";
	margin-right: 5px;
	color: #999999;
}

.Previous a{
	width: 70px;
	height: 70px;
	font-size: 14px;
	color: #999999;
	line-height: 38px;
	text-align: center;
}
.Previous a.left{
	background:  url(../images/zjt.png) center no-repeat;
}
.Previous a.right{
	background:  url(../images/yjt.png) center no-repeat;
}
.Previous a:hover{
	opacity: .6;
}
.one a{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #e8e8e8;
}
.one a:hover{
	color: #679d25;
}
.one.on a{
	color: #679d25;
}
.pagek ul{
		margin: 0 auto;
	width: 600px;
}
/*项目展示*/

.case_fl{
	width: 36.5%;
    float: left;
    padding-left: 10.5%;
    padding-top: 10vh;
    padding-right: 7%;
    box-sizing: border-box;
    background: #f7f7f7;
    height: 100vh;
}
.case_fr{
	width: 63.5%;
    padding-left: 6%;
    padding-top: 10vh;
    padding-right: 10.5%;
    box-sizing: border-box;
    float: right;
    background: #fff;
}
.case_fl.fixed{ position: fixed; left: 0; top: 80px;}
.case_artic p{
	color: #999;
}
.case_info_tit h3{ font-size: 24px;}
.case_info_tit .line{ display: block; width: 17px; height: 5px; background: #679d25; margin: 30px 0;}
.case_info .desc_text{ line-height: 24px; color: #5b5b5b; margin-bottom: 6vh;}
.case_info .desc_text .tel{ font-family: "en"; font-size: 16px; color: #eb9500;}
.case_fl .yo_more{
	display: block;
    width: 30.333%;
    height: 60px;
	float: left;
	margin-right: 5px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    margin-top: 40px;
    background: #e4e4e4;
    transition: all .4s;
    color: #484848;
}
.case_fl .yo_more:hover{
	background: #eb9500;
    color: #fff;
}
.case_box:first-child{
	padding-top: 0;
}
.case_box{
	padding: 8vh 0;
    border-bottom: 1px solid #d9d9d9;
}
/*联系我们*/
.tel_text{
	position: absolute;
	left: 15%;
	top: 100px;
	width: 465px;
	height: 560px;
	padding: 60px 40px 0 40px;
	background: #fff;
}
.tel_text h1{
	font-size: 30px;
	color: #333333;
	padding-bottom: 30px;
	font-weight: normal;
}
.tel_text span{
	font-size: 18px;
	color: #333333;
	display: block;
	padding-bottom: 20px;
}
.tel_text p{
	color: #999999;
	line-height: 30px;
}
.tel_ewm{
	width: 100%;
	border-top: 1px solid #dddddd;
	padding-top: 35px;
	margin-top: 35px;
	display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.tel_ewm img{
	padding: 10px;
	border: #dddddd 1px solid;
}
/*底部*/
.fot_vw{
	padding: 0 5vw;
}
.bot_tel{
	padding-top: 20px;
}
.fot_tel{
	font-family: "shuzi";
	font-size: 22px;
	display: inline-block;
	height: 30px;
	margin-left: 5px;
	padding-left: 35px;
	background: url(../images/bot_tel.png) left center no-repeat;
}
.footer{
	width: 100%;
	overflow: hidden;
	background: #3d3d3d;
	padding: 40px 0;
}
.footer.color{
	background: #878787;
	border-top: #f4ebe5 4px solid;
}
.footer a{
	color: #878787;
}
.footer p{
	color: #878787;
	line-height: 30px;
	font-size: 14px;
}
.fot_lf{
	width: 470px;
	float: left;
}
.fot_lf i{
	display: inline-block;
	padding-left: 5px;
	cursor: pointer;
}
.fot_lf span{
	color: #878787;
	font-family: "shuzi";
	font-size: 30px;
	padding-bottom: 5px;
	display: block;
}
.fot_lf a{
	margin-right: 20px;
	margin-top: 10px;
	display: inline-block;
}
.fot_lr{
	padding-right: 20px;
	padding-top: 6px;
	border-right: 1px solid #5b5b5b;
	font-size: 14px;
	float: right;
	color: #878787;
}
.fot_lr p{
	text-align: right;
}
.fot_lr a{
	display: inline-block;
}
.in_news_pho{
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.in_news_pho img{
	min-height: 100%;
}
.mobile_btn{cursor:pointer; width: 100px; display: none; height: 100px; position: absolute; right: 0; top: 0; z-index: 4; box-sizing: border-box;  padding: 32px 14px;  }
.mobile_btn.on .line1{transform:rotate(45deg);transform-origin:13% 50%;}
.mobile_btn.on .line2{width:0;}
.mobile_btn.on .line3{transform:rotate(-45deg);transform-origin:13% 50%;}
.mobile_btn span{display:block; width:40px; height:2px; background:#679d25; transition:all .45s;}
.mobile_btn .line2{margin:13px 0; width:40px; }
/*平板*/ 
@media screen and (max-width: 1024px){
.w_banner{display:none;}
.m_banner{display:block;}
	
}
/*笔记本*/ 
@media screen and (max-width: 1366px){
	
}

/*手机*/
@media screen and (max-width: 980px){
	
	.mobile_btn{ display: block;}
	.header_fr{ width: 100%; box-sizing: border-box; transition: ease .5s; opacity: 0; transform: translateY(-140%); display: flex; align-items: center; justify-content: center; height: calc(100% - 50px); background: #679d25; position: fixed; left: 0; top: 100px; }
	.header_fr.on{ transform: translateY(0); opacity: 1;}
	.header_nav li{ display: block;margin: 0; height: 100px; line-height: 50px;  width: 100%; text-align: center;}
	.header_nav li a{width: 100%; color: #fff;font-size: 30px;}
	.header_nav{ width: 100%;  }
	.nav_top{height: 100px;line-height: 100px;}
	.logo{padding: 20px 0;align-items: center;justify-content: center;}
	.logo img{width: auto;}
	.header{background: #fff;border-bottom: 1px solid #484848;}
	.z_news, .z_case{width: 100%;height: auto;}
	.fot_lf,.fot_lr{width: 100%;text-align: center;padding-bottom: 15px;}
	.fot_lf p,.footer p{text-align: center;}
	.pro{top:34vw!important;}
	.banner{height: 50vh;}
	.banner .img{height: 50vh;}
	.ewm_bot{width: 100%;text-align: center;}
	.sj_list p span{font-size:45px;}
	.ld_text{transform: translate(-50%,-50%);margin-left: 0;width: 100%; top: 50%;padding: 2rem;}
}






















