@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,600,700,800,900|Bebas Neue:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html,
body {
	/* height: 100%; */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/* overflow-x: hidden; */
}

body {
	font-family: 'Poppins', sans-serif;
	
	/* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
	/* font-family: 'Barlow', sans-serif; */
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	background: #fff;
	
}
p, a, h1, h2, h3, h4, h5, h6, li, label, span, i, b, div, ol, figure {
    margin: 0;
    padding: 0;
   /* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
   /* font-family: 'Barlow', sans-serif; */
   font-family: 'Poppins', sans-serif;
}

.font1{font-family: 'Bebas Neue';}
a {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
	/* transition-duration: .3s; */
}

a:hover,a:focus,a:visited {	
	text-decoration: none;
	outline: none;
	color: #000;

}
p{padding: 0;margin: 0;}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input{
   border: 0px;
   background-color: none;
   outline: none;
}
input:focus{
   outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: 0;
}
button,
select { /* 1 */
  text-transform: none;
  border: 0;
}
input,select{
  outline: none

}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}
.clear{clear: both;width: 100%;}
.container{min-width: 1300px;padding: 0;}
/* .swiper-container{min-width: 1300px;} */

.topbox{height:37px;line-height: 37px;background: #38414a;color: #fff;font-size: 14px;}
.topbox img{margin-right:10px;}
.topbbb{height: 37px;}
.topleft{float: left;font-size: 14px;height: 37px;overflow: hidden;}
.topleft a{color: #fff;}
.topleft i{font-size:14px;}
.topright{float: right;overflow: hidden;font-size: 14px;}
.topright .acti{width: 23px;height: 23px;border-radius: 50px;text-align: center;background: #eee;overflow: hidden;position: relative;top: 4px;
border: 1px #fff solid;}
.topright .acti img{display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.topright .acti:hover{border: 1px #56b533 solid;}

.proico{margin-top: 15px;border-top: 1px #eee solid;padding-top: 12px;}
.proico .acti{width: 30px;height: 30px;color: #333;border: 1px #333 solid;border-radius: 50px;font-size: 12px;text-align: center;margin-right: 10px;position: relative;}
.proico .acti i{font-size: 18px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.proico .acti:hover{color: #56b533;border: 1px #56b533 solid;}
.proico .acti :hover i{font-size: 18px;}




 /* 首页导航 */
 .inlogo{position: absolute;top:7%;left: 7%;}
 .intitle{position: absolute;top:30%;text-align: center;left: 0;width: 100%;font-size:  65px;color: #fff;}
 .incont{position: absolute;top:37%;text-align: center;left: 0;width: 100%;font-size: 30px;color: #fff;}
 .contflbox{position: absolute;top:50%;text-align: center;left:50%;margin-left: -348px;width:696px;height: 100px;color: #fff;}
 .contflbox a{width: 50%;float:left;font-size: 28px;color: #fff;height:54px;line-height: 54px;}
 .contflbox a .leftanbox{width: 300px;display: block;float: left;height: 54px;text-align: center;line-height: 54px;position: relative;}
 .contflbox a .rightanbox{width: 300px;display: block;float: right;height: 54px;text-align: center;line-height: 54px;position: relative;}
 .weizhi{overflow: hidden;height: 50px;line-height: 50px;position: relative;}
 .weizhi .tzzwz{position: absolute;top:0;left: 0;width: 100%;text-align: center;line-height: 50px;transition-duration: .3s;}
  .contflbox a:hover .weizhi .tzzwz{top: -50px;}
 .contflbox a .leftanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .leftanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #56b533;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	border-radius: 5px;
	transition-duration: .3s;
}
.contflbox a .leftanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: -15px;
    top: 10px;
    /* background-color: #fff; */
	border-left: 3px #fff solid;
	border-bottom: 3px #fff solid;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .leftanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 10px;
    /* background-color: #fff; */
	border-left: 0 #56b533 solid;
	border-bottom: 3px #56b533 solid;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	transition-duration: .3s;
}
.contflbox a .rightanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .rightanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #56b533;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	border-radius: 5px;
	transition-duration: .3s;
}
.contflbox a .rightanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: -15px;
    top: 10px;
    /* background-color: #fff; */
	border-left: 3px #fff solid;
	border-bottom: 3px #fff solid;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .rightanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 10px;
    /* background-color: #fff; */
	border-left: 0 #56b533 solid;
	border-bottom: 3px #56b533 solid;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	transition-duration: .3s;
}

 .anbox{position: absolute;top:70%;text-align: center;left:50%;margin-left: -140px;width:280px;height: 30px;}
 .anbox>.enbox a{width: 140px;height: 30px;line-height: 32px;text-align: center;background: #000000;color: #fff;border-radius: 50px;display: block;font-size: 16px;z-index: 10;float: left;position: relative;left: 10px;transition-duration: .3s;}
  .anbox>.enbox a:hover{background: #56b533;}
  .anbox>.cnbox a{width: 140px;height: 30px;line-height: 32px;text-align: center;background: #fff;color: #000;border-radius: 50px;display: block;font-size: 16px;z-index: 8;left: -10px;float: left;position: relative;transition-duration: .3s;}
  .anbox>.cnbox a:hover{background: #56b533;z-index: 11; color: #fff;}

/* 导航 */
.navdbox{height:95px;transition: 0.6s;background: #38414a;position: relative;}
.navbox .logo{float: left;width:222px;}

.navboxdh{float: right;position: relative;}
.navboxdh>ul>li{position: relative;padding: 0 18px;}
/* .navboxdh>ul>li::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: #0c3e7b;
	z-index: 10;
	transition-duration: .6s;
}
.navboxdh>ul>li:hover::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background: #0c3e7b;
	z-index: 10;
	transition-duration: .6s;
} */
.navboxdh>ul>li>a{transition: 0;position: relative;}
.navboxdh>ul>li:hover::after{
	content: "";
	position: absolute;
	left:50%;bottom: 0;
	transform: translateX(-50%);
	width:20px;height: 2px;
	background: #56b533;
}
.navboxdh>ul>li>a.hctive::after{
	content: "";
	position: absolute;
	left:50%;bottom: 0;
	transform: translateX(-50%);
	width:20px;height: 2px;
	background: #56b533;
}
/* .navboxdh>ul>li:hover{background: #56b533;color: #fff;} */
.navboxdh>ul>li:hover>a{color: #56b533;}
.navboxdh>ul>li>a.hctive{color: #56b533;}
.navboxdh>ul>li>a{}
/* .navboxdh>ul>li>a:hover{color: #fff;font-weight: 500;background: #56b533;} */
.navboxdh>ul>li>a{color: #000;text-align: center;font-size: 16px;text-transform: uppercase;font-weight: bold}
.navboxdh>ul>li>ul{width: 100%;border-radius:10px;overflow: hidden}
.navboxdh>ul>li>ul>li{height:45px;line-height:45px;background:#56b533;text-align: center;padding: 0;margin: 0;position: relative;}
.navboxdh>ul>li>ul>li a{color: #fff;padding: 0 14px;text-align: left;font-weight: 500;}
.navboxdh>ul>li>ul>li:hover a{background-color: #017e45;color: #fff;}


.insearch{float: right;text-align: right;position: relative;z-index: 300;color: #000;cursor: pointer;font-size: 16px;width:79px;height: 50px;line-height: 50px}
.insearch::after{
		content: "";
		left: 22px;
		top: -30px;
		width: 2px;height: 84px;
		background: #414144;
		position: absolute;
		z-index: 1;
	}
.insearch i{color: #fff;}
.insearch:hover i{color:#56b533 ;}

.ininput{width: 244px;height: 38px;line-height: 38px; background: #fff;position: absolute;bottom: -50px;left: 0;z-index: 1000;  padding: 8px 6px;}
.ininput i{display: block;float: left;color: #000; margin-top: 2px;margin-right: 6px}
.ininput input{border-radius:2px;border: 1px #eee solid;box-sizing: border-box;display: block;float: left;margin-bottom: 4px;font-size: 14px;width: 180px;
    height: 22px;}
.ininput img{display: block;float: right;width:30px;position: relative;top: -3px;}



 .lj{font-size: 18px;text-align: right;float: right;width:137px;height:50px;line-height: 50px;position: relative;z-index: 300;color: #000;text-transform: uppercase;cursor: pointer;}
  .lj>img{display: block;float: left;}
  .lj>span{display: block;float: right;}
 .lj i{font-size: 20px;}
 .lj a{width: 100%;line-height: 70px;background: #000;position: relative;z-index: 300;color: #fff;}
 .lj>a::after{
	    content: "";
	    position: absolute;
	    top: 57px;
	    right: 0;
	    background: url(../images/jiao.png) no-repeat;
	    width: 5px;
	    height: 6px;
}
 .lj ul{
	position: absolute;
    top:49px;
    right: 0;
    background: #56b533;
    z-index: 320;
	height:0;
	overflow: hidden;
	z-index: 666;
	border-radius: 4px;
	
	
}
 .lj:hover ul{
	position: absolute;
    top:49px;
    right: 0;
	height:100px;
    background: #56b533;
    z-index: 320;	
	border-top: 2px #56b533 solid;
}
 .lj ul li{width:130px;height:50px;line-height:50px;text-align: left;display: block;cursor: pointer;}
 .lj ul li a{background:#56b533 ;color: #fff;height: 50px;line-height: 50px;padding-left: 10px;display: block;float: left;font-size: 16px;}
 .lj ul li a:hover{background:#017e45;color: #fff;}
 .lj ul li img{height: 20px;}

.xiala_erji{
	/* transition:all 0.4s ease-in; */
	height:0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top:102px;
    z-index: 80;
	background: #fff;
}

.headabout{
	    background: #fff;
	    height: 237px;
}
.headpro{background: #fff;
	    height:335px;
}
.newboxhe{
	background: #fff;
	height: 280px;
}
.zjboxhe{
	background: #fff;
	height: 370px;
}
.yzboxhe{
	background: #fff;
	height: 350px;
}
	
		
.proboxhe{width:30%;float: left;margin-top: 40px;position: relative;}		
/* .proboxhe::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 90%;
	width: 1px;
	background: #b3b3b3;
} */
.proboxhe h3{display: block;width: 40%;float: left;font-size: 16px;text-align: center;font-weight:bold;}	
.proboxhe h3 span{padding-top: 10px;display: block;}
.proboxhe h3 img{width: 148px;height: 148px;display: block;}
.proboxhe h3 a:hover{color:#56b533}	
	
.proboxhe .proxfllist{width:50%;float: left;}	
.proboxhe .proxfllist li{line-height: 30px;padding-left:25px;display: block;width: 100%;}
.proboxhe .proxfllist li a:hover{color:#56b533;padding-left: 15px;}	
	
.nebbb1{width: 30%;float: left;margin-top: 40px;}
.nebbb1 li{left: 30px;width:80%;line-height: 50px;font-size: 18px;position: relative;cursor: pointer;}
.nebbb1 li i{position: absolute;top:35%;right: 0;color: #ccc;}
.nebbb1 li::after{
	content:"";
	position: absolute;
	left: 0;bottom: 0;
	width: 100%;height: 1px;background: #ccc;
}
.nebbb1 li:hover a{color: #56b533;padding-left:10px;}
.nebbb1 li:hover::after{
	background: #56b533;
}
.nebbb2{width: 70%;float: left;margin-top: 40px;}
.nebbb2 li{width: 33.2%;float:right;}
.nebbb2 li .newimg{width: 240px;height: 150px;overflow: hidden;}
.nebbb2 li img{width: 240px;height: 150px;transform:scale(1);-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.nebbb2 li:hover img{border: 1px #56b533 solid;transform:scale(1.1);}
.nebbb2 li:hover span{color: #56b533 ;}
.nebbb2 li span{display: block;margin-top: 15px;}
		
.abnav{width:215px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.abnav:nth-child(5){margin-right: 0;}
.abnav img{width: 64px;height: 64px;margin-top:28px;}
.abnav span{width: 100%;display: block;margin-top: 10px;}
.abnav:hover span{color: #56b533;}
.abnav:hover{background: #e3e3e3;}

.lxnav{width:269.5px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.lxnav:nth-child(5){margin-right: 0;}
.lxnav img{width: 64px;height: 64px;margin-top:28px;}
.lxnav span{width: 100%;display: block;}
.lxnav:hover{color: #56b533;}
.lxnav:hover span{color: #56b533;}
.lxnav:hover{background: #e3e3e3;}

/* 首页产品展示 */
.homeprobox{margin-top:50px;}

.topbooox{width: 700px;margin: 0 auto;}
.topbooox h3{width:100%;font-size:40px;display: block;float: left;font-weight: bold;clear: both;text-align: center;position: relative;margin-top: 50px;color: #000;padding-bottom:10px;}
.topbooox p{width: 100%;text-align: center;padding-bottom:50px;}

.classfl1{float: left;width: 751px;height: 407px;border-radius: 4px;background: #f0f0f0;overflow: hidden;position: relative;cursor: pointer;}
.classfl1 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl1 img{position: absolute; bottom: 0;right: 40px;}

.classfl2{float: right;width:529px ;height: 407px;border-radius: 4px;background: #ffdcda;overflow: hidden;position: relative;cursor: pointer;}
.classfl2 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl2 img{position: absolute; bottom: 0;right: 40px;}

.classfl3{float: left;width:529px ;height: 407px;border-radius: 4px;background: #f0fffb;overflow: hidden;position: relative;cursor: pointer;}
.classfl3 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl3 img{position: absolute; bottom: 0;right: 40px;}

.classfl4{float: right;width: 751px;height: 407px;border-radius: 4px;background: #ffeee9;overflow: hidden;position: relative;cursor: pointer;}
.classfl4 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl4 img{position: absolute; bottom: 0;right: 40px;}
.accc a{width: 100%;display: block;height: 100%;}
.accc:hover{-moz-box-shadow:0px 0px 10px #ddd;box-shadow: 0px 0px 10px #ddd;}

.homeimg{overflow: hidden;cursor: pointer;}
.homeimg img{transition: 0.6s;}
.homeimg:hover img{transform: scale(1.06);}

.homnabox{width:100%;position: relative;height: 100%;color: #fff;border-radius: 10px;height:379px;transition: 0.1s;}
.homnabox:hover{-moz-box-shadow:0px 0px 10px #666;box-shadow: 0px 0px 10px #666;}
.homnabox .bjtu{position: absolute;top:70px;left:45px;z-index: 20;}
.homnabox .bjtu h3{color: #fff;font-size:28px;position: relative;}
.homnabox:hover .bjtu h3{color: #56b533;}
.homnabox .bjtu p{color: #fff;}

.homnabox .bjtu p{font-size: 14px;line-height: 28px;margin-top:25px;}
.homnabox .bjtu span{font-size: 14px;color: #fff;border: 1px #fff solid;width: 170px;height: 47px;text-align: center;line-height: 47px;position: absolute;left:0;bottom:-128px;z-index: 10;}
.homnabox .bjtu span i{font-size: 12px;}
.homnabox img{position: absolute;width: 100%;transition: 0.6s;right:-31px;top:-7px;z-index: 10;width: 276px;}
.homnabox:hover img{transform: scale(1.03);}

.aboutbox{width: 100%;background:#282828;position: relative;height:396px;}
.aboutbox .abouttxt{border-radius: 10px;padding: 40px 30px;position: absolute;top: 50%;left:30px;transform: translateY(-50%);}
.aboutbox .abouttxt h3{font-size: 26px;line-height: 35px;text-transform: uppercase;padding-bottom:30px;position: relative;color: #fff;}

.aboutbox .abouttxt p{line-height: 26px;color: #818180;}

.nobtx{width: 100%;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);color: #fff;}
.nobtx i{display: block;font-size: 50px;}
.nobtx span{display: block;font-size: 35px;font-weight: 500;margin-top: 40px;}
.texbox{position: absolute;width: 45%;top: 50%;left: 10%;transform: translateY(-50%);z-index: 20;}
.texbox h3{width: 100%;font-size: 45px;color: #4f4f4f;text-transform: uppercase;padding-bottom: 15px;}
.texbox  p{color: #4f4f4f;margin-top: 15px;}
.telimg{position: absolute;right:30px;bottom: 0}


/* 首页公司简介 */
.abtoubox{padding: 50px;}
.abtoubox h3{width:100%;font-size:40px;display: block;float: left;font-weight: bold;clear: both;text-align: left;position: relative;padding-bottom:50px;margin-top: 20px;}
.abtoubox h3::after{
	content: "";
	position: absolute;
	width: 145px;
	height: 2px;
	background: #56b533;
	bottom: 34px;
	left: 0;
}
.abtoubox h3 span{color: #56b533;padding-right: 10px;}
.abtoubox .inaboobbox{line-height: 30px;color: #414141;font-family: arial;width: 600px;}
.abtoubox a{width: 120px;height: 40px;line-height: 40px;text-align: center;background: #56b533;color: #fff;border-radius: 50px;margin-top: 100px;}
.abtoubox a:hover{background: #000;}

.xieti{position: absolute;right:0px;top:10px;font-family: "arial black";font-weight: bold;font-size:60PX;

height:95%;
width: 93px;
color: #f0f0f0;
background: url(../images/rtitl.png) no-repeat;
background-size:100% 100%;
background-position: center;
}


/* 首页视频 */
.newboobb{overflow: hidden;position: relative;}
.newboobbxx h3{font-size: 18px;padding: 20px 20px;padding-bottom: 10px;}
.newboobb .iboxbbb{position: absolute;top: 50%;left: 50%;width: 70px;height: 70px;background: #9da38e;border-radius:50%;text-align: center;;line-height: 70px;opacity:0.8;margin-left: -35px;margin-top: -35px;transition: all 0.3s;}
.newboobb .iboxbbb i{font-size: 20px;color: #fff;}
.newboobbxx .cerbox{cursor: pointer;margin: 0 auto;display: block;width: 97%;background: #fff; padding-bottom: 20px;position: relative;border: 1px #f0f0f0 solid;border-top-left-radius: 4px;border-top-right-radius:4px;overflow: hidden;}
.newboobbxx .cerbox span{text-align: center;width:100px;height:22px;line-height:22px;font-size: 14px;margin-top: 15px;margin-left: 20px;background: #eee;}
.newboobbxx .cerbox p{display: block;width: 100%;padding:0 20px;line-height: 26px;text-align: left;color: #7e7e7e;}
.newboobbxx .cerbox:hover span{color: #fff;background: #56b533;}
.newboobbxx .cerbox:hover{border: 1px #56b533 solid;}
.newboobbxx  .newboobb {overflow: hidden;}
.newboobbxx  .newboobb img{transition: 0.6s;}
.newboobbxx .cerbox:hover  .newboobb .iboxbbb {background: #56b533;}
.newboobbxx .cerbox:hover  .newboobb img{transform: scale(1.02);}
.hnewssss{position: relative;}
.hnewssss:hover h3{color:#56b533 ;}
/* .newboobbxx .cerbox::after{
	content: "";
	position: absolute;
	left: 0;bottom: -1px;
	z-index: 10;
	width:0;height: 2px;
	background: #56b533;
	transition: 0.6s;
}
.newboobbxx:hover .cerbox::after{
	content: "";
	position: absolute;
	left: 0;bottom: -1px;
	z-index: 10;
	width: 100%;height: 2px;
	background: #56b533;
}
 */
.hwithbox{border: 1px #56b533 solid;padding: 10px;position: relative;margin:15px 0;cursor: pointer;}
.hwithbox .hwiimg{overflow: hidden;}
.hwithbox .hwiimg img{width: 100%;}
.hwithbox::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;height: 4px;background: #56b533;
	border-radius: 3px;
}


.hnewbox{border: 1px #56b533 solid;padding: 10px;position: relative;margin:15px 0;cursor: pointer;}
.hnewbox .hewimg{overflow: hidden;}
.hnewbox .hewimg img{width: 100%;}
.hnewbox::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;height: 4px;background: #56b533;
	border-radius: 3px;
}



.wousrbox{cursor: pointer;width: 100%;-moz-box-shadow:0px 0px 8px #888888;box-shadow: 0px 0px 8px #eaeaea;padding: 50px 20px;border-radius: 2px;position: relative;}
.wousrbox .hwoimg1{width: 88px;height: 88px;background: url(../images/s1.png) no-repeat;margin: 0 auto;}
.wousrbox .hwoimg2{width: 88px;height: 88px;background: url(../images/s2.png) no-repeat;margin: 0 auto;}
.wousrbox .hwoimg3{width: 88px;height: 88px;background: url(../images/s3.png) no-repeat;margin: 0 auto;}
.wousrbox p{margin-top: 20px;color: #333;}
.wousrbox:hover{-moz-box-shadow:0px 0px 8px #56b533;box-shadow: 0px 0px 8px #56b533;padding: 50px 20px;}
.wousrbox::after{
	content: "";
	position: absolute;
	left: 0;bottom: 0;
	z-index: 5;
	width: 100%;height: 2px;
	background: url(../images/x.png) no-repeat;
}



/* 首页留言 */
.messagetitlet{float: right;color: #000;font-size: 27px;text-align: left;padding-top: 0;width: 100%;}
.messagetitlet h1{display: block;width: 100%;height: 80px;text-align: left;}
.messagetitlet h3{display: block;width:100%;line-height:40px;font-size:30px;font-weight: bold;margin-top: 30px;position: relative;}

.messagetitlet p{color: #010101;width: 100%;font-size: 16px;margin-top: 40px;}
.messageright{width: 600PX;float: right;margin-top: 150px;background: #fff;padding: 60px 60px}
.messageright h6{width: 100%;font-size:34px;color: #56b533;font-weight: 600;position: relative;margin-bottom: 10px;}

.messageright input{display: block;width:49.3%;margin-top: 10px;border-radius: 4px;height: 45px;line-height: 45px;padding-left: 10px; color: #aaaaaa;margin-right: 1%;border: 1px #ccc solid;}
.messageright input:nth-child(3){margin-right:0;float: right;}
.messageright input:nth-child(4){margin-right:0;float: right;width: 100%;margin-bottom: 10px;}
.messageright textarea{display: block;width: 100%;margin-top: 10px;border: 1px #ccc solid;border-radius: 4px;height: 80px;line-height: 30px;padding-left: 10px;}
.messageright span{color: #fff;display: block;width:149px;margin-top: 10px;background: #dedede;border-radius: 50px;height: 45px;line-height: 45px;text-align: center;cursor: pointer;background: #56b533;}
.messageright span:hover{background: #cc354c;color: #fff;}

/* 底部 */

.fotbox{background: #282828;color: #fff;}

.botleft{width:24%;float: left;margin-top: 40px;}
.botleft h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
}
.botleft li{line-height: 35px;width: 100%;position: relative;}
.botleft li a{color: #fff;}
.botleft li a:hover{padding-left: 16px;}
.botleft li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft2{width:25%;float: left;margin-top: 40px;}
.botleft2 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;padding-left: 4px;}
.botleft2 h3::after{
	content: "";
	position: absolute;
	width:40px;
	height: 2px;
	background: #6dd441;
	left: 4px;
	bottom:-18px;
	transition: 0.3s;

}
.botleft2 li{line-height: 35px;width: 100%;position: relative;}
.botleft2 li a{color: #fff;transition: 0.3s;}
.botleft2 li a:hover{color: #56b533;}
.botleft2 li i{color: #56b533;}
/* .botleft2 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #56b533;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.botleft2 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #56b533;
} */
.botleft3{width:25%;float: left;margin-top: 40px;}
.botleft3 h3{font-size:20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft3 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #56b533;
	left: 0;
	bottom:-18px;
}
.botleft3 li{line-height: 35px;width: 100%;position: relative;}
.botleft3 li a{color: #fff;}
.botleft3 li a:hover{padding-left: 16px;}
.botleft3 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.botleft3 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft4{width:25%;float: left;margin-top: 40px;}
.botleft4 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft4 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #56b533;
	left: 0;
	bottom:-18px;
}
.botleft4 li{line-height: 35px;width: 100%;position: relative;}
.botleft4 li a{color: #fff;}
.botleft4 li a:hover{padding-left: 16px;}
.botleft4 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
}
.botleft4 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.botright{width: 25%;float: right;margin-top: 40px;}
.botright h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botright h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #56b533;
	left: 0;
	bottom:-18px;
}
.botright img{width:250px;}
.botright span{display: block;width: 100%;text-align: center;;margin-top: 10px;}


.copby{background: #282828;color: #7e7e7e;border-top: 1px #4a4a4a solid;}
.footcopy{height: 60px;line-height:60px;width: 100%;font-size: 14px;}
.footcopy .c1{float: left;width:70%;text-align: left;}
/* .footcopy .c2{float: left;width:33.3%;text-align: center;} */
.footcopy .c1 a{color: #282828;font-size: 14px;}
.footcopy .c3{float: right;width:30%;text-align: right;}
.footcopy .c3 a{color: #282828;font-size: 14px;}

.fobox1111{width: 100%;}
.fobox1111 .fimg{height: 85px;width: 85px;margin-right: 10px;float: left;}
.fobox1111 .rtext{float: left;color: #fff;}
.fobox1111 .rtext span{font-size: 20px;margin-top:20px;}
.fobox1111 .rtext p{padding-top: 6px;font-weight: 300;color: #d9d9d9;}


.topbanner{height: 500px;background: url(../images/nyb.jpg) no-repeat;background-position: center center;}
.topbanner h2{width: 100%;text-align: center;color: #fff;font-weight: bold;padding-top: 137px;font-size:40px;}
.topbanner span{width: 100%;text-align: center;color: #fff;padding-top:10px;font-size:22px;}


.prob{margin-top: 20px;border: 1px #d2d2d2 solid;font-size: 14px;}
.prob .rowlist{border-bottom: 1px #d2d2d2 solid; line-height: 35px; padding: 7px 0;;}
.prob .altit{width:100px;text-align: center;background: #fafafa;}
.prob .altlist a.btnhove{text-align: center;padding: 1px 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a.btnactive{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a:hover{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right:-2px;}

.alshear{margin-top: 20px;}
.alshear input{width: 300px;border: 1px #bfbfbf solid;border-right: 0;float: left;height: 30px;line-height: 30px;padding-left: 15px;}
.alshear span{display: block;width: 80px;height: 30px;background: #0a3f7a;text-align: center;;line-height:30px;float: left;color: #fff;cursor: pointer;}

/* 案例列表 */
.caseobx{margin-top: 20px;padding-left: 0;}
.calist {border: 1px #bfbfbf solid;margin-bottom: 15px;position: relative;transition-duration: .3s;}
.calist img{width: 100%;height: 214px;}
.calist h4{font-size: 18px;padding-left: 10px; margin-top: 10px;}
.calist p{margin-top: 10px;padding-left: 10px;padding-bottom: 10px;}
.calist span{display: block;width: 100px;height: 30px;background: #e5e5e5;border-radius: 3px;line-height: 30px;text-align: center;font-size: 14px;position: absolute;right: 10px;bottom: 20px;}
.calist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.calist:hover span{background:  #0a3f7a;color: #fff;}

/* 案例详情 */
.leiboe{border: 1px #bfbfbf solid;border-bottom: 0;}
.leiboe li{float: left;width: 50%; line-height: 40px;height: 40px;border-bottom: 1px #bfbfbf solid;}
.leiboe li span{display: block;width:80px;background: #e5e5e5;text-align: center;float: left;height:39px;}
.leiboe p{display:block;width: 150px;float: left;padding-left: 10px;}

.clcontent{margin-top: 20px;}

.sjsboxright{border: 1px solid #E5E5E5;padding: 15px;}
.sjsboxright h3{font-size: 16px;height: 35px;line-height: 35px;}
.sjsboxright img{width: 100%;}
.sjsboxright span{margin-top: 10px;line-height:28px;display: block;}
.sjsboxright  a{display: block;padding: 7px 15px;background: #0a3f7a;color: #fff;font-size: 14px;text-align: center;margin-top: 10px;}


.lqbaojia{border: 1px solid #E5E5E5;padding: 15px;margin-top: 20px;}
.lqbaojia h3{font-size:22px;text-align: center;color: #0a3f7a;font-weight: bold;}
.lqbaojia .yonhusan{text-align: center;margin-top: 10px;display: block;margin-bottom: 20px;}
.lqbaojia p input{
	width: 100%;
	    height:30px;
	    line-height:30px;
	    padding: 5px 5px 5px 10px;
	    border: 1px solid #DDD;
	    background-color: #FFF;
	    border-radius: 3px;
	    margin: 6px auto;
}
.lqbaojia p input.rzb_butt1{
	    width: 100%;
	    height: 36px;
	    display: block;
	    border: none 0;
	    margin: 12px 0;
	    cursor: pointer;
	    font-size: 16px;
	    color: #FFF;

	    line-height: 28px;
		background: #0a3f7a;
}




/* 新闻列表 */
 .newtu{width: 100%;float: left;overflow: hidden;padding-bottom: 15px;}
 .newtu img{width: 100%;;-webkit-transition: 0.3s;transition: 0.3s;}
 .pptitleab{width:100%;float: left;}
  .pptitleab:hover .stspan1b{
	  color: #56b533;
  }
  .alink{border:2px  #56b533 solid;color: #56b533;padding: 6px 5px;float: right;font-size: 14px;margin-top: 15px;}
  .pptitleab:hover .alink{background: #56b533;color: #fff;}
 .stspan1b{font-size:18px;display: block;width:100%;padding-bottom: 10px;color: #000000;font-weight: 400;margin-top: 10px;}
 .stspan2b{display: block;width: 100%;line-height:25px;font-size: 16px;color: #000;}
 .tupimg1{display: block;position: absolute;right: 20px;bottom: 70px;background: url(../images/m-a.jpg); width: 48px; height: 27px;}
 .prin2{width: 100%;display: block; border-bottom:2px #eee solid;padding-bottom: 20px;margin-bottom:40px;}
 .prin2:hover{border-bottom: 2px #56b533 solid; color: #56b533;}
 .prin2:hover .newtu img{transform:scale(1.1);}
 .prin2:hover .stspan1a{color: #56b533;}
 .prin2:hover .stspan2a{}
 .prin2:hover .stspan1b{color: #56b533;}








 /* 详情,上一页,下一页 */
 .clear{clear: both;width: 100%;}
 .two{  padding: 10px 0;  border-top: 1px dotted #a5a7aa;  border-bottom: 1px dotted #a5a7aa;width: 100%; margin-top:20px; }
 .page_left{  float: left;  width: 400px;  border-right: 1px solid #d5d8dc;  }
  .page_left p{padding: 0;margin: 0;}
 .page_left a{  display: block;  padding: 20px;  margin-right: 25px;  }
 .page_left a:hover{  background: #56b533;  }
 .page_left a .page1{  width: 40px;  height: 40px; line-height: 40px;text-align: center; float: left;  margin-right: 20px; border: 1px #000 solid;  }
 .page_left a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_left a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_left a:hover .page2{  color: #fff;  }
 .page_left a .page3{  font-size: 14px;  color: #808488;  }
 .page_left a:hover .page3{  color: #fff;  }
 .page_right {  float: left;  width: 400px;  }
   .page_right p{padding: 0;margin: 0;}
 .page_right a {  display: block;  padding: 20px;  margin-left: 25px;  text-align: right;  }
 .page_right a:hover{  background: #56b533;  }
 .page_right a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_right a .page1{  width: 40px;  height: 40px;  line-height: 40px;text-align: center;   float: right;  margin-left: 20px; border: 1px #000 solid;  }
 .page_right a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_right a:hover .page2{  color: #fff;  }
 .page_right a .page3{  font-size: 14px;  color: #808488;  }
 .page_right a:hover .page3{  color: #fff;  }
 
 
 
/*工地 */
.gdobxl{padding: 6px;}
.gdlist{margin-bottom:15px;border: 1px #E5E5E5 solid ;padding: 5px;transition-duration: .3s;}
.gdlist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.gdlist img{width: 100%;}
.gdlist h3{font-size:16px;margin-top: 10px;}
.gdlist .sjjj span{font-size: 14px; color: #808488;display: block;width: 50%;float: left;}


/* 楼盘 */
.loupabox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom:20px;margin-bottom:20px;position: relative; }
.loupabox:hover{border-bottom: 1px #56b533 solid ;}
.loupabox .loupanleft{width: 320px;float: left;}
.loupabox .loupanleft img{width: 100%}
.loupabox .loupanright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.loupabox .loupanright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 18px;}
.loupabox .loupanright p{color:  #a3a3a3;padding-top: 6px;}
.loupabox span{position: absolute;bottom:20px;right: 0;width: 80px;height: 40px;line-height: 40px;text-align: center;border: 1px #E5E5E5 solid;color: #a3a3a3;}
.loupabox:hover span{background: #56b533;color: #fff;border: 1px #56b533 solid;}


/* 设计师*/
.sjslistbox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom: 15px;margin-bottom: 15px;}
.sjslistbox .sjsleft{width:130px;float: left;}
.sjslistbox .sjsleft img{width: 100%;transition-duration: .3s;}
.sjslistbox:hover{border-bottom: 1px #003262 solid ;}
.sjslistbox:hover .sjsleft img{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.sjslistbox .sjsright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.sjslistbox .sjsright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 20px;position: relative;}
.sjslistbox .sjsright h5 span{font-size: 16px;padding: 3px 5px;}
.sjslistbox .sjsright h5 .zwbox{background: #003262; color: #fff;border-radius: 10px;font-size: 14px;padding: 3px 5px;}
.sjslistbox .sjsright p{color: #808488;}

.prolistbbb{width:33.3%;float: left;padding: 10px;padding-top: 0;padding-bottom: 20px;}
 .holist{text-align: center;width: 100%;padding: 20px; cursor: pointer;padding-top: 0;border: 1px #eee solid;}
 .holist span{display: block;width: 100%;padding-top: 14px;}
 .holist img{padding: 5px;}
 .holist:hover span{color: #000;}
 .holist:hover{border: 1px #56b533 solid;-moz-box-shadow:0px 0px 5px #ccc;box-shadow: 0px 0px 5px #ccc;}


.tutitle{background: #fff;height: 80px;line-height:80px;border-bottom: 1px solid #e5e5e5 ; color:#666;font-size: 14px;text-transform: uppercase;}
.tutitle .fldh{float: right;}
.tutitle li{padding: 0 15px;text-align: center; }
.tutitle li a{font-size: 14px;}
.tutitle li.active{background: #56b533;}
.tutitle li.active a{color: #fff;}

.tutitle .abbox{margin: 0 auto;}
.tutitle .abbox li{height: 77px;padding: 0 40px;text-align: center;line-height: 25px;}
.tutitle .abbox li img{width: 30px;}
.tutitle .abbox li  a{font-size: 16px;color: #333;position: relative;}
.tutitle .abbox li span{width: 100%;display: block;}
.tutitle .abbox li a::after{
	content: "";
	position: absolute;
	bottom:-28px;width:0;
	left: 0;
	height: 2px;background: #333;
	transition: 0.3s;
}
.tutitle .abbox li.active{background: #fff;}
.tutitle .abbox li.active a{color: #333; font-weight: bold;}
.tutitle .abbox li:hover a::after{
	content: "";
	position: absolute;
	bottom:-28px;width: 100%;
	left: 0;
	height: 2px;background: #333;
	transition: 0.3s;
}
.tutitle .abbox li.active a::after{
	content: "";
	position: absolute;
	bottom:-28px;width: 100%;
	left: 0;
	height: 2px;background: #333;
	transition: 0.3s;
}

/* 公司简介 */
.aboutcont{margin-top: 30px;}
.atubox .abnr{color: #666;margin-top:25px;line-height:25px;font-size: 14px;}
.atubox  h3{font-size: 26px;font-weight: bold;color: #56b533;margin-top: 30px;}
.atubox  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;}
.atubox  h6{font-size: 26px;color: #56b533;margin-top: 10px;width: 200px;float: left;}
.atubox  h6 span{color: #666;font-size: 14px;width: 100%;}
.atubox .ablink{width: 150px;line-height: 50px;height: 50px;text-align: center;color:#56b533;border: 1px #56b533 solid;border-radius: 50px;display: block ;float: right;margin-top: 20px;}
.atubox .ablink:hover{background: #56b533;color: #fff;}

.dszcc{padding: 30PX 15px;color: #fff;font-size: 14px;line-height: 30px;}
.dszcc  h3{font-size: 26px;font-weight: bold;color: #fff;margin-top: 30px; margin-bottom: 20px;}
.dszcc  h3 span{color: #eee;font-size: 18px;width: 100%;font-weight:600;}
.dszimg {padding-top:70px;text-align: right;}
.dszimg .dszssimg{float: right;}
.dszimg .dszssimg span{display: block;color: #fff;margin-top: 10px;text-align: center;}


.honnerobx  h3{font-size: 26px;font-weight: bold;color: #56b533;margin-top: 30px; margin-bottom: 20px;text-align: center;}
.honnerobx  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;text-align: center;}

.xiaoflei li{padding: 20px;float: right;}
.xiaoflei li.active a{color: #56b533}
.xiaoflei li a:hover{color: #56b533}


/* 产品列表 */
.proleft{width: 280px;float: left;}
.proleft h3{background: #56b533;color: #fff;text-align: center;height: 100px;line-height: 100px;font-size: 20px;font-weight: bold;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.proleft ul{}
.proleft ul li{width: 100%;line-height:40px;display: block;}
.proleft ul li ul{border: 0;padding: 0;}
.proleft a{display: block;width: 100%;padding-left: 15px;border-radius: 4px;background: #eee;margin-top: 6px;border-radius: 4px;}
.proleft a:hover{color: #fff;background: #56b533;}
.proleft .active{color: #fff;background: #56b533;}
.proleft .active:hover{color: #fff;}
.proright{float: right;float: right;width: 1000px;}


.hprolist{position: relative;border-radius:4px;overflow: hidden;margin-bottom:30px;}
.hprolist a{width: 100%;}
.hprolist .himg{overflow: hidden;background: #fff;}
.hprolist .himg img{width: 100%;transition: 0.6s;}
.hprolist .himg:hover img{transform:scale(1.07);}
.hprolist .prttt{background: #040001;position: relative;}
.hprolist:hover .prttt{background: #56b533;}
.hprolist .prttt::after{
	content: "";
	position: absolute;
	top:50%;right: 15px;
	transform: translateY(-50%);
	z-index: 1;
	width: 30px;height: 30px;
	background: url(../images/ll.png) no-repeat;
}
.hprolist span{color: #fff;padding: 0 15px;padding-top:10px;}
.hprolist h3{color: #fff;font-size: 18px;padding: 0 15px;padding-bottom: 20px;padding-top: 10px;}


.bssbox{width: 100%;}
.bssbox h3{color: #5e5d5d;font-size: 26px;font-weight: bold;padding: 15px 0;}
.bssbox p{line-height: 22px;color: #979797;}


.inpuboxiss{width: 100%;text-align: center;position: absolute;top: 40%;left: 0;transform: translateY(-50px);}
.inpuboxiss h3{text-align: center;font-size: 36px;color: #fff;font-weight: bold;}
.inpuboxiss  p{text-align: center;font-size: 16px;text-align: center;padding-top: 10px;color: #fff;}
.inpuboxiss .inpbox{width: 578px;height: 53px;line-height: 53px;background: #fff;margin: 0 auto;position: relative;margin-top: 15px;}
.inpuboxiss .inpbox input{float: left;width: 400px;height: 53px;line-height: 53px;padding-left: 8px;}
.inpuboxiss .inpbox span{width: 156px;height: 53px;line-height: 53px;text-align: center;color: #fff;float: right;background: #56b533;cursor: pointer;}


.fotbo{width: 100%;}
.fotbo .cliii{display: block;float: left;width:45px;height: 45px;}
.fotbo .cliii i{font-size: 40px;margin-top: 10px;}
.fotbo .tess{height: 45px;float: left;width: 203px;}
.fotbo .tess span{width: 100%;font-weight: 500;}
.fotbo .tess span:nth-child(2){
	color: #56b533;font-size: 18px;
}
.fotbo .fljjj{width: 100%;padding:6px 0;margin-top: 3px;}
.fotbo .fljjj i{font-size: 18px;margin-right: 6px;}
.fotbo .fljjj a i{color: #fff;}
.fotbo .fljjj a:hover i{color: #56b533;}



.contact-form input,
	.contact-form textarea {
	  margin-bottom: 20px;
	  outline: none;
	  color:#060606;;
	  font-size: 15px;
	  border: none;
	  padding: 14px;
	  border: 1px solid #eee;;
	  width: 100%;
	  background: #171717;;
	  height: auto;
	  border-radius: 4px;
	  background: #fff;
	}
	
	.contact-form input:focus,
	.contact-form textarea:focus {
	  border: 1px solid #56b533;;
	  
	}
	
	.contact-form textarea {
	  min-height: 120px;
	  resize: none;
	}
	.btn-style {
	    padding: 12px 25px;
	    font-size: 15px;
	    font-weight: 500;
	    line-height: 25px;
	    color: #fff;
	    text-transform: uppercase;
	    background: #56b533;;
	    border-radius: 0;
	    transition: all .25s ease-in-out;
	    border: none;
	    display: inline-block;
		border-radius: 4px;
	}
	.btn-style:hover {
	    color: #fff;
		background: #000;
	}
	
	.csss {width: 100%;background: #5d5d5d;height: 40px;line-height:16px;}
	.csss:hover{background: #56b533; color: #fff;}
	
.nytit{font-size: 42px;color: #fff;font-weight: 500;height: 50px;line-height: 50px;position: relative;}
.nytit::after{content: "";position: absolute;bottom:-15px;left: 0;height:3px ;background: #fff;width:100px;}
.nyrtt{color: #fff;text-align: right;position: absolute;bottom:  -16px;right:0;}
.rightitl{width: 100%;text-align: center;padding-bottom: 20px;}
.rightitl h3{font-size:20px;color: #56b533;font-weight: bold;}
.rightitl p{line-height: 25px;color: #252525;text-align: left;margin-top: 15px;padding: 0 16px;}


.holistpro{width: 100%;border: 1px #eee solid;
    padding: 10px;
    padding-bottom: 20px;overflow: hidden;}
.holistpro img{width: 100%;transition: 0.6s;}
.holistpro:hover img{transform: scale(1.03);}
.holistpro h3{font-size: 18px;font-weight: 500;padding: 10px 0;}
.holistpro:hover h3{color: #56b533;}
.holistpro p{color: #585858;}
.holistpro:hover{-moz-box-shadow:0px 0px 8px #ebecec;box-shadow: 0px 0px 8px #ebecec;}


.lefcplist{width: 100%;background: #f5f5f5;padding: 20px 0;margin-top: 30px;}
.lefcplist h4{text-align: center;padding: 10px;}
.lefcplist a{display: block;width: 100%;padding: 0;}
.lefcplist .lefcpimg{width: 100%;}
.lefcplist li{padding:8px 15px;float: left;}
.lefcplist li img{}

.navprobox{width: 100%;margin-top:30px;float: left;border-bottom: 1px #eee solid;padding-bottom: 20px;}
.navprobox h3{font-size: 26px;font-weight: bold;text-align: left;margin-bottom: 20px;}
.navprobox li{float: left;width: 20%;text-align: center;}
.navprobox li a{display: block;width: 100%;}
.navprobox li img{width: 100%;transition: 0.3s;}
.navprobox li:hover img{transform: scale(1.03);}
.navprobox li .nvbox{overflow: hidden;}
.navprobox li span{color: #000000;font-weight: bold;padding: 6px;text-align: center;}
.navprobox li:hover span{color: #56b533;}


.searright {width: 100%;position: relative;height: 40px;}
.searright input{border: 1px #eee solid;height: 40px;line-height: 40px;width: 85%;}
.searright input:focus{outline:0; box-shadow:0 0 5px #ccc; border-color:#fff; background:#fff;}
.searright span{background: #56b533;height: 40px;width: 60px;position: absolute;right: 0;top: 0;text-align: center;color: #fff;line-height: 40px;cursor: pointer;}
.searright span i{font-size: 26px;font-weight: bold;}

.cpflright{width: 100%;}
.cpflright h3{font-size: 18px;color: #333;padding-top:35px;position: relative;margin-bottom: 25px;}
.cpflright h3::after{
	content: "";
	position: absolute;
	left: 0;bottom: -10px;
	width: 30px;height: 3px;background:  rgba(0,0,0,.1);
}
.cpflright li{float: left;width: 100%;line-height:30px;}



.cpflright1{width: 100%;}
.cpflright1 h3{font-size:22px;color: #333;padding-top:25px;position: relative;margin-bottom: 25px;}
.cpflright1 h3::after{
	content: "";
	position: absolute;
	left: 0;bottom: -10px;
	width:60px;height: 3px;background:  rgba(0,0,0,.5);
}
.cpflright1 li{float: left;width: 100%;line-height:50px;border-bottom: 1px #929292 solid;font-weight: 500;}

.prosslist{width: 100%;}
.prosslist h3{font-size: 18px;color: #333;padding-top:15px;position: relative;margin-bottom: 25px;}
.prosslist h3::after{
	content: "";
	position: absolute;
	left: 0;bottom: -10px;
	width: 30px;height: 3px;background:  rgba(0,0,0,.1);
}
.prosslist li{width: 100%;float: left;margin-bottom: 25px;border-bottom: 1px #eee solid;padding: 10px 0;}
.prosslist li img{width: 80px;}
.prosslist li a:hover{color: #56b533;}

.abourig{width: 100%;border-top: 2px #eee solid;margin-top:65px;padding-top: 30px;}
.abourig h5{font-size: 50px;font-weight: bold;color: #56b533;}
.abourig p{padding: 25px 0;}


.messageboxrr{
	float: left;
	    margin-top:45px;
	    width: 100%;
	    background: #747474;
	    border-radius: 10px;
}
.inpubxr{
	    float: left;
	    width: calc(100% - 30px);
	    margin: 15px;
	    margin-bottom: 15px;
	    color: #fff;
	}
.inp{
	    float: left;
	    width: 100%;
	    margin-top: 25px;
	    border-radius: 10px;
	    background: #F1F1F2;
		padding: 0 10px;
}
.inpubxr span{    float: left;
    width: 100%;
    font-size: 14px;
	color: #000;
	margin-top: 10px;
	}
.inp input{
	    float: left;
	    width: 100%;
	    border: none;
	    background: #fff;
	    height: 25px;
	    line-height: 25px;
	    border-radius: 11px;
	    margin-top: 5px;
	    padding-left: 10px;
}
.inp textarea{
	    float: left;
	    width: 100%;
	    border: none;
	    background: #fff;
	    height: 90px;
	    border-radius: 10px;
	    margin-top: 5px;
	    padding: 10px;
	    box-sizing: border-box;
}

.inp button{
	float: left;
	    width: 100%;
	    height:30px;
	    background: #747474;
	    border-radius: 12px;
	    text-align: center;
	    color: #fff;
	    font-size: 13px;
	    line-height: 8px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    cursor: pointer;
}

.abwork{width: 100%;overflow: hidden;position: relative;cursor: pointer;margin-bottom: 30px;}
.abwork .aimg{overflow:hidden;}
.abwork img{transition: 0.6s;width: 100%;}
.abwork:hover img{transform: scale(1.06);}
.abwork h3{width: 100%;height: 85px;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.3);color: #fff;font-size: 16px;line-height: 20px;padding: 10px;}
.abwork h3 i{padding: 20px;font-size: 40px;border-right: 1px #595959 solid;}
.abwork h3 span{height: 85px;line-height: 20px;display: block;width: 515px;float: right;padding:10px 15px;font-size: 18px;}
  .messagebox{background: #fff; padding:.8rem .3rem;padding-top: 0;}
  .messagebox h3{width: 100%;text-align: center;font-size:.24rem;;}
  .messageboxinpubox{width:7rem;margin: 0 auto;margin-top: .30rem;}
  .messageboxinpubox input{width: 6.93rem;height: .7rem;line-height: .7rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
    .messageboxinpubox textarea{width: 6.93rem;height: 2rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
  	.messageboxinpubox .usbmessag{width: 6.93rem;height: .8rem;line-height: .8rem;border-radius: .1rem;background: #56b533;z-index: 20;color: #fff;text-align: center;}
  
.bottimgab{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bottimgab img{width: 100%;transition: 0.4s;}
.bottimgab:hover img{transform: scale(1.06);}
.bottimgab::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background: #56b533;z-index: 10;
	transition: 0.4s;
}
.bottimgab:hover::after{
	width:100%;
}
.bottimgab a{width: 100%;}
.bottimgab .botext{
	position: absolute;
	top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 10;
	width: 230px;
}
.bottimgab .botext h4{font-size: 30px;color: #fff;text-transform: uppercase;transition: 0.4s;text-align: center;}
.bottimgab:hover .botext h4{color: #56b533;padding-right: 15px;}
.bottimgab .botext span{color: #fff;text-align: right;color: #c0c0c0;display: block;width: 100%;position: relative;margin-top: 10px;}
.bottimgab .botext span i{font-size: 12px;}



  /* 开场动画 */
  #loading-wrapper{
      position: fixed;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      background: transparent;
      z-index:9999;
  }
  #loading-wrapper #loading-top{
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 51%;
      z-index: 10002;
      background-color: #000;
      transform: translateY(0);
      animation: topYheight 0.4s;
      -moz-animation: topYheight 0.4s;   /* Firefox */
      -webkit-animation: topYheight 0.4s;    /* Safari 鍜� Chrome */
      -o-animation: topYheight 0.4s; /* Opera */
      animation-fill-mode:forwards;/* 鍔ㄧ敾鍦ㄦ挱鏀句箣鍓嶆垨涔嬪悗锛屽叾鍔ㄧ敾鏁堟灉鏄惁鍙-褰撳姩鐢诲畬鎴愬悗锛屼繚鎸佹渶鍚庝竴涓睘鎬у€� */
      animation-delay:1.8s;
      -webkit-animation-delay:1.8s; /* Safari 鍜� Chrome */
  }
  #loading-wrapper #loading-btm{
      background-color: #000;
      position: fixed;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 51%;
      z-index: 10002;
      transform: translateY(0);
      animation: bottomYheight 0.4s;
      -moz-animation: bottomYheight 0.4s;   /* Firefox */
      -webkit-animation: bottomYheight 0.4s;    /* Safari 鍜� Chrome */
      -o-animation: bottomYheight 0.4s; /* Opera */
      animation-fill-mode:forwards;/* 鍔ㄧ敾鍦ㄦ挱鏀句箣鍓嶆垨涔嬪悗锛屽叾鍔ㄧ敾鏁堟灉鏄惁鍙-褰撳姩鐢诲畬鎴愬悗锛屼繚鎸佹渶鍚庝竴涓睘鎬у€� */
      animation-delay:1.8s;
      -webkit-animation-delay:1.8s; /* Safari 鍜� Chrome */
  }
  #loading-wrapper #progress{
      position: relative;
      top:50%;
      left:0;
      height:1px;
      display: block;
      background:#ccc;
      animation: widthline 2s;
      -moz-animation: widthline 2s;   /* Firefox */
      -webkit-animation: widthline 2s;    /* Safari 鍜� Chrome */
      -o-animation: widthline 2s; /* Opera */
      animation-fill-mode:forwards;/* 鍔ㄧ敾鍦ㄦ挱鏀句箣鍓嶆垨涔嬪悗锛屽叾鍔ㄧ敾鏁堟灉鏄惁鍙 */
      z-index:10003;
  }
  
  @keyframes widthline
  {
  0%   {
      width:0%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  25%  {
      width:25%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  50%  {
      width:50%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  75% {width:100%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  100% {
      width:0%;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
  }
  }
  @-moz-keyframes widthline /* Firefox */
  {
  0%   {
      width:0%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  25%  {
      width:25%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  50%  {
      width:50%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  75% {width:100%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  100% {
      width:0%;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
  }
  }
  @-webkit-keyframes widthline /* Safari 鍜� Chrome */
  {
  0%   {
      width:0%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  25%  {
      width:25%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  50%  {
      width:50%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  75% {width:100%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  100% {
      width:0%;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
  }
  }
  @-o-keyframes widthline /* Opera */
  {
  0%   {
  }
  0%   {
      width:0%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  25%  {
      width:25%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  50%  {
      width:50%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  75% {width:100%;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
  }
  100% {
      width:0%;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
  }
  }
  
  @keyframes topYheight
  {
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(-15%);
  }
  40%  {
      transform: translateY(-45%);
  }
  60%  {
      transform: translateY(-70%);
  }
  80% {width:100%;
      transform: translateY(-90%);
  }
  100% {
      transform: translateY(-100%);
  }
  }
  @-moz-keyframes topYheight /* Firefox */
  {
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(-15%);
  }
  40%  {
      transform: translateY(-45%);
  }
  60%  {
      transform: translateY(-70%);
  }
  80% {width:100%;
      transform: translateY(-90%);
  }
  100% {
      transform: translateY(-100%);
  }
  }
  @-webkit-keyframes topYheight /* Safari 鍜� Chrome */
  {0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(-15%);
  }
  40%  {
      transform: translateY(-45%);
  }
  60%  {
      transform: translateY(-70%);
  }
  80% {width:100%;
      transform: translateY(-90%);
  }
  100% {
      transform: translateY(-100%);
  }
  }
  @-o-keyframes topYheight /* Opera */
  {
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(-15%);
  }
  40%  {
      transform: translateY(-45%);
  }
  60%  {
      transform: translateY(-70%);
  }
  80% {width:100%;
      transform: translateY(-90%);
  }
  100% {
      transform: translateY(-100%);
  }
  }
  /************************涓嬮珮搴�***************************/
  @keyframes bottomYheight
  {
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(15%);
  }
  40%  {
      transform: translateY(45%);
  }
  60%  {
      transform: translateY(70%);
  }
  80% {width:100%;
      transform: translateY(90%);
  }
  100% {
      transform: translateY(100%);
  }
  }
  @mozkeyframes bottomYheight /* Firefox */
  {
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(15%);
  }
  40%  {
      transform: translateY(45%);
  }
  60%  {
      transform: translateY(70%);
  }
  80% {width:100%;
      transform: translateY(90%);
  }
  100% {
      transform: translateY(100%);
  }
  }
  @webkitkeyframes bottomYheight /* Safari 鍜� Chrome */
  {
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(15%);
  }
  40%  {
      transform: translateY(45%);
  }
  60%  {
      transform: translateY(70%);
  }
  80% {width:100%;
      transform: translateY(90%);
  }
  100% {
      transform: translateY(100%);
  }
  }
  @okeyframes bottomYheight /* Opera */
  {
  0%   {
  }
  0%   {
      transform: translateY(0);
  }
  20%  {
      transform: translateY(15%);
  }
  40%  {
      transform: translateY(45%);
  }
  60%  {
      transform: translateY(70%);
  }
  80% {width:100%;
      transform: translateY(90%);
  }
  100% {
      transform: translateY(100%);
  }
  }
  /* 开场动画 */

.ttbox{margin: 0 auto;width: 70%;text-align: center;}
.ttbox .titbox{font-size: 40px;text-transform: uppercase;font-weight: bold;color: #11aa53;padding-top: 20px;}
.ttbox .titbox span{color: #017e45;}
.ttbox p{color: #808080;line-height: 26px;padding-top: 20px;}

.bottimsg{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.bottimsg img{display: block;float: left;width: 70px;}
.bottimsg h3{float: left;width: 530px;font-size: 30px;text-transform: uppercase;color: #fff;padding-top: 8px;}
.bottimsg h3 span{display: block;font-size: 16px;}
.bottinput{width: 100%;background: #fff;border-radius: 100px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 56px;overflow: hidden;}
.bottinput input{height:56px;margin-left:25px;width: 90%;display: block;}
.bottinput .insub{height: 44px;width: 116px;text-align: center;line-height: 44px;position: absolute;right:7px;top: 50%;transform: translateY(-50%);border-radius: 100px;background: #30393e;color: #fff;cursor: pointer;}