@charset "utf-8";
/* CSS Document */
::selection {
	color:#fff;
    background-color: #5cb50a;
}

::-moz-selection {
	color:#fff;
    background-color: #5cb50a;
}

::-webkit-selection {
	color:#fff;
    background-color: #5cb50a;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.title_nav{
	width: 450px;
	height: 58px;
	margin: 0 auto;
}
.title_nav h3{
	background: url(../images/title_nav.png) no-repeat left center;
	width: 450px;
	height: 35px;
}
.title_nav h3 a{
	display: block;
	color: #5cb50a;
	font-size: 24px;
	text-align: center;
}
.title_nav span{
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}

.clearfix{clear:both;}





/**banner**/
.banner {
  width: 100%;
  height: 570px;
	overflow: hidden;
}
.fullSlide {
  width: 100%;
  position: relative;
  height: 100%;
  background: transparent;
}
.fullSlide .bd {
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  height: 100%;
  width: 100%!important;
}
.fullSlide .bd li {
  height: 100%;
	width: 100%!important;
  overflow: hidden;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.fullSlide .bd li a {
  display: block;
  height: 100%;
  width: 100%;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.fullSlide .hd ul {
  text-align: center;
  margin-bottom: 20px;
}
.fullSlide .hd ul li {
  background: #5cb50a;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  *filter: alpha(opacity=50);
  *opacity: .5;
  line-height: 999px;
}
.fullSlide .hd ul .on {
  background: #fb8200;
}
.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000000 no-repeat;
  cursor: pointer;
  *filter: alpha(opacity=50);
  *opacity: .5;
  display: none;
}
.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}
/*banner结束*/


/* 其他内容开始 */
.other{
	width: 100%;
	height: 100px;
	background: #5cb50a;
}
.other_box ul{
	background: url(../images/other_bg.jpg) no-repeat center;
	width: 1180px;
	height: 85px;
}
.other_box ul li{
	float: left;
	font-size: 16px;
	line-height: 85px;
	color: #fff;
}
.oth1{
	margin-left: 63px;
}
.oth2{
	margin-left: 165px;
}
.oth3{
	margin-left: 105px;
}
.oth4{
	margin-left: 94px;
}
/* 其他内容结束 */



/* search栏开始 */
.search{
	width: 100%;
	height:60px;
	margin-top: -15px;
}
.sear_box{
	width: 1180px;
	margin:0 auto;
	height:60px;
	background: #efefef;
}
.keytext{
	width: 780px;
	height: 60px;
	line-height: 60px;
	font-family:Microsoft YaHei;
	font-size: 14px;
	color: #4c4c4c;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.keytext span{
	line-height: 60px;
	color:#4c4c4c;
	font-size:14px;
}
.keytext a{
	margin: 0px 8px 0px 0px;
	line-height:60px;
	font-size:14px;
	color:#595959;
}
.keytext a:hover{
	color:#5cb50a;
}
.rmgj-n-r{
	width:246px;
	height: 30px;
	margin-top: 15px;
	margin-right: 10px;
	overflow: hidden;
	float: right;
	background: url(../images/search.jpg) no-repeat left center;
}
.text2{
	padding:0px 0px 0px 10px;
	float:left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size:12px;
	color:#999999;
	background: #fff;
}
.submit{
	width:29px;
	height:30px;
	float:right;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	margin-right: 5px;
	background:url(../images/ico1.png) no-repeat;
}
/* search栏结束 */





/* procduct结束 */
.product{
	width: 100%;
	height: 520px;
	margin-top: 50px;
}

.pro_box .pro_left{
	float: left;
	width: 218px;
	height: 520px;
}
.pro_left .pro_nav{
	width: 228px;
	height: 70px;
	background: url(../images/pro_nav.png) no-repeat center;
}
.pro_nav h2 a{
	font-size:24px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	display: block;
}
.pro_nav span{
	font-size: 14px;
	text-align: center;
	display: block;
	margin-top: -14px;
	color: #fff;
	text-transform: uppercase;
}
.sideMenu{
	width: 220px;
	margin-left: 8px;
}
.sideMenu h4{
	width: 182px;
	height: 40px;
	background: #5cb50a;
	padding-left: 38px;
	margin-top: 30px;
}
.sideMenu h4 em{
	background: url(../images/pro_zb.png) no-repeat center;
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 16px;
}
.sideMenu h4 a{
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	float: left;
	display: block;
	width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sideMenu ul{
	width: 220px;
	display: none;
}
.sideMenu ul li{
	width: 180px;
	padding-left: 40px;
	margin-top: 10px;
}
.sideMenu ul li a{
	background: url(../images/pro_tb.png) no-repeat left center;
	font-size: 14px;
	color: #4c4c4c;
	padding-left: 20px;
	width: 170px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.pro_con{
	width: 915px;
	height: 520px;
    overflow: hidden;
	float: right;
}
.pro_con .hd{
	width: 915px;
	height: 50px;
}
.pro_con .hd li{
	float: left;
	margin-left: 50px;
	width: 170px;
	height: 50px;
	background: #5cb50a;
}
.pro_con .hd li:first-child{
	margin-left: 20px;
}
.pro_con .hd li a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 50px;
}
.pro_con .hd .on{
	background:#fb8200;
}
.pro_con .hd > a{
	float: right;
	font-size: 14px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #4c4c4c;
	line-height: 50px;
}
.pro_con .hd > a:hover{
	color: #e92d1e;
}
.pro_con .bd{
	width: 915px;
	height: 460px;
	margin-top: 10px;
}
.pro_con .bd > ul{
	width: 915px;
	height: 460px;
}
.pro_con .bd > ul li{
	float: left;
	width: 283px;
	height: 208px;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
	border: 1px solid #ccc;
}
.pro_con .bd > ul li:hover{
	border-color: #5cb50a;
}

.pro_con .bd > ul li > a{
	width: 283px;
	height: 208px;
	overflow: hidden;
	display: block;
}
.pro_con .bd > ul li > a img{
	width: 283px;
	height: 208px;
	overflow: hidden;
	-webkit-transition:all 1s;
	transition: all 1s;
}
.pro_con .bd > ul li > a img:hover{
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
}
.pro_con .bd > ul li > a:hover{
	border-color: #e92d1e;
}
.pro_con .bd > ul li h4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #d9d9d9;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.pro_con .bd > ul li h4:hover{
	background: #e92d1e;
}
.pro_con .bd > ul li h4 a{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	display: block;
}
.pro_con .bd > ul li h4:hover{
	background: #5cb50a;
}
.pro_con .bd > ul li h4:hover a{
	color: #fff;
}

/** procduct结束**/








/*小banner1开始*/
.xb1{
	width: 100%;
	height: 200px;
	margin-top: 50px;
	background: url(../images/xb1_bg.jpg) no-repeat center;
}
.xb1_box .xb1_w{
	float: left;
	margin-left: 285px;
	width: 530px;
	margin-top: 85px;
}
.xb1_w h4{
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.xb1_w h5{
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.xb1 .xb1_box .xb1_dh{
	float: right;
	height: 70px;
	background: url(../images/xb1_jt.png) no-repeat left 3px;
	margin-top: 65px;
}
.xb1_box .xb1_dh h4{
	font-size: 18px;
	color: #fff;
	float: left;
	margin-left: 80px;
}
.xb1_box .xb1_dh h4 span{
	font-size: 24px;
	font-weight: bold;
}
.xb1_box .xb1_dh a{
	width: 120px;
	height: 40px;
	background-color: #5cb50a;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: relative;
	-webkit-transition:all .5s;
	transition:all .5s;
	margin-top: 50px;
	margin-left: 20px;
}
.xb1_box .xb1_dh a > span{
	position: relative;
	z-index: 9;
}
.xb1_box .xb1_dh a i{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #5cb50a;
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
	-webkit-transform: scale(0.6, 1);
	transform: scale(0.6, 1);
	z-index: 8;
}
.xb1_box .xb1_dh a:hover{
	background-color: #fff;
}
.xb1_box .xb1_dh a:hover i{
	transform: scale(1, 1);
	-webkit-transform:scale(1,1,);
}


/*小banner1结束*/


/*案例开始*/
.case{
	width: 100%;
	height: 500px;
	margin-top: 50px;
}
.case_box .case_nav{
	width: 1180px;
	height: 70px;
	background: url(../images/case_nav.png) no-repeat center top;
}
.case_nav h3 a{
	font-size: 24px;
	color: #5cb50a;
	text-align: center;
	line-height: 40px;
	display: block;
}
.case_nav span{
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
	line-height: 30px;
}
#focus_Box{
	position:relative;
	height:390px;
    overflow: hidden;
	margin-top: 40px;
}
#focus_Box ul{
	position:relative;
	width:980px;
	height:390px;
	margin-left: 100px;
}
#focus_Box li{
	z-index:0;
	position:absolute;
	width:0px;
	background:#787878;
	height:0px;
	top:146px;
	cursor:pointer;
	left:200px;
	overflow: hidden;
	border-radius:4px;
	box-shadow:1px 1px 12px rgba(200, 200, 200, 1);
}
#focus_Box li img{
	width:100%;
	height:100%;
	overflow: hidden;
	vertical-align:top;
}
#focus_Box li p{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:30px;
	text-align: center;
	line-height:30px;
	background:url(../images/ico1.png) repeat;
	text-indent:8px;
	color:#fff;
	overflow: hidden;
}
#focus_Box li p a{
	text-align: center;
	line-height:30px;
	color:#fff;
	display: block;
}

#focus_Box .prev,#focus_Box .next{
	display:block;
	z-index:100;
    overflow:hidden;
	cursor:pointer;
	position:absolute;
	width:30px;
	height:53px;
	top:199px;
}
#focus_Box .prev{
	background:url(../images/al_jt.png) left top no-repeat;
	left:0px;
}
#focus_Box .next{
	background:url(../images/al_jt.png) right top no-repeat;
	right:0px;
}
#focus_Box .prev:hover{
	background-position:left bottom;
}
#focus_Box .next:hover{
	background-position:right bottom;
}
/*案例结束*/


/* 细节展示开始 */
.xjzs{
	width: 100%;
	background: url(../images/zh_bg.jpg) no-repeat center;
	padding-top: 57px;
	height: 800px;
	margin-top: 50px;
}
.xj_box{
	position: relative;
	height: 800px;
}
.xj_box .xj_nav{
	background: url(../images/xj_nav.png) no-repeat center top;
	width: 1180px;
	height: 70px;
}
.xj_nav h3 a{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 40px;
	display: block;
}
.xj_nav span{
	font-size: 14px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #595959;
	line-height: 30px;
}
.xj_box ul{
	background: url(../images/xj_pic.png) no-repeat center bottom;
	width: 1180px;
	height: 673px;
	margin-top: 40px;
	position: relative;
}
.xj_box ul li{
	position: absolute;
	width: 205px;
	height: 174px;
	padding-top: 40px;
	animation:piaofu 5s linear infinite;
    -webkit-animation: piaofu 5s linear infinite;
}
@keyframes piaofu {
 	0% {
 		transform: translate(0, 0);
    }
    50% {
    	transform: translate(0, 20px);
    }
    100% {
    	transform: translate(0, 0);
    }
 }
 @-webkit-keyframes piaofu
 Safari 和 Chrome

 {
 	0% {
 		transform: translate(0, 0);
    }
    50% {
    	transform: translate(0, 20px);
    }
    100% {
    	transform: translate(0, 0);
    }
 }
.xj_box ul li span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5cb50a;
}
.xj_box ul li p{
	text-align: center;
	font-size: 14px;
	color: #595959;
	width: 185px;
	line-height: 24px;
	margin: 0 auto;
}
.xj_box ul .xj1{
	left: 60px;
	top: 0;
	background: url(../images/xj_t1.png) no-repeat center;
}
.xj_box ul .xj2{
	right: 70px;
	top: 0;
	background: url(../images/xj_t2.png) no-repeat center;
}
.xj_box ul .xj3{
	right: 150px;
	bottom: 60px;
	background: url(../images/xj_t3.png) no-repeat center;
}
.xj_box .xb2{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/xb2_ren.png) no-repeat left center;
	width: 270px;
	height: 270px;
	padding-left: 160px;
	padding-top: 64px;
}
.xb2 .xb2_w h4{
	font-size: 18px;
	color: #404040;
}
.xb2 .xb2_w p{
	width: 260px;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 24px;
	margin-top: 13px;
}
.xb2 .xb2_dh{
	width: 260px;
	height: 100px;
	margin-top: 75px;
}
.xb2_dh h4{
	font-size: 16px;
	color: #4c4c4c;
}
.xb2_dh h4 span{
	font-size: 24px;
	font-weight: bold;
	color: #5cb50a;
}
.xb2_dh a{
	width: 218px;
	height: 46px;
	border: 1px solid #fb8200;
	background: #fff;
	display: block;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 18px;
	color: #5cb50a;
	text-align: center;
	line-height: 46px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.xb2_dh a:hover{
	background: #5cb50a;
	color: #fff;
	border-color: #5cb50a;
}
/* 细节展示结束 */





/*4大优势开始*/
.advantage{
	width: 100%;
	height: 1179px;
	margin-top: 50px;
	background: url(../images/adv_bg.jpg) no-repeat center;
}
.advantage .advant_box{
	width: 1180px;
	margin: 0 auto;
	height: 1179px;
}
.advant_box .adv_nav{
	width: 500px;
	height: 70px;
	margin:0 auto;
	background: url(../images/adv_nav.png) no-repeat right top;
}
.adv_nav h3{
	line-height: 60px;
	margin-left: 35px;
}
.adv_nav h3 a{
	font-size: 28px;
	color:#5cb50a;
}
.adv_nav span{
	font-size: 28px;
	color: #4c4c4c;
	display: block;
}
.adv_nav span i{
	font-size: 36px;
	color: #5cb50a;
	font-weight: normal;
}
.advant_box ul{
	width: 1180px;
	height: 1030px;
	margin-top: 40px;
	background: url(../images/adv_l.png) no-repeat 6px 42px;
	position: relative;
}
.advant_box ul li{
	position: absolute;
}
.advant_box ul li .adv_ti{
	width: 470px;
	border-bottom: 1px solid #5cb50a;
	height: 55px;
	margin-bottom: 10px;
}
.adv_ti h4{
	font-size: 20px;
	color: #4c4c4c;
}
.adv_ti span{
	font-size: 14px;
	color: #bfbfbf;
	display: block;
	text-transform: uppercase;
}
.advant_box ul li p{
	background: url(../images/adv_tb.png) no-repeat left center;
	width: 510px;
	padding-left: 30px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
	margin-top: 10px;
}
.advant_box ul .adv_w1{
	left: 90px;
	top: 55px;
}
.advant_box ul .adv_w2{
	left: 90px;
	top: 245px;
}
.advant_box ul .adv_w3{
	right: 0px;
	top: 493px;
}
.advant_box ul .adv_w4{
	right: 0px;
	top: 665px;
}
.advant_box ul .adv_w5{
	right: 0px;
	top: 903px;
}
.advant_box ul .adv_t1{
	width: 480px;
	height: 414px;
	position: absolute;
	right: 24px;
	top: 0;
}
.advant_box ul .adv_t2{
	width: 486px;
	height: 464px;
	position: absolute;
	left: 35px;
	bottom: 50px;
}

/*4大优势结束*/



/* 客户见证开始 */
.customer{
	width: 100%;
	background: url(../images/cus_bg.jpg) no-repeat center;
	height: 730px;
	padding-top: 53px;
	margin-top: 50px;
}
.customer .cus_box{
	width: 980px;
	height: 632px;
	margin:0 auto;
	background: url(../images/cus_con.png) no-repeat center;
	padding-top: 36px;
}
.cus_box .cus_nav{
	float: left;
	width: 233px;
	height: 118px;
	margin-left: 94px;
}
.cus_nav h3 a{
	font-size:22px;
	color: #5cb50a;
	text-align: center;
	line-height: 65px;
	display: block;
}
.cus_nav span{
	display: block;
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	line-height: 30px;
}
.cus_box ul{
	width: 460px;
	height: 600px;
	float: right;
	margin-right: 87px;
}
.cus_box ul li{
	width: 458px;
	height: 138px;
	border: 1px dashed #ccc;
	margin-top: 10px;
}
.cus_box ul li:hover{
	border-color: #5cb50a;
}
.cus_box ul li > a{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 34px;
	margin-top: 19px;
}
.cus_box ul li > a img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition:-webkit-transform 2s ease-out;
	transition:transform 2s ease-out;
}
.cus_box ul li > a:hover{
	border-color: #5cb50a;
}
.cus_box ul li > a:hover img{
	-webkit-transform:rotateZ(360deg);
	transform: rotateZ(360deg);
}
.cus_box ul li .cus_w{
	float: right;
	width: 270px;
	margin-right: 30px;
	margin-top: 22px;
}
.cus_w h4 a{
	font-size: 14px;
	color: #4c4c4c;
	width: 260px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.cus_w h4 a:hover{
	color: #5cb50a;
}
.cus_w p{
	font-size: 14px;
	color: #595959;
	width: 270px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 5px;
}
.cus_w > a{
	font-size: 14px;
	color: #595959;
	margin-top: 5px;
	display: block;
}
.cus_w > a:hover{
	color: #5cb50a;
}
/* 客户见证结束 */









/*小banner3开始*/
.xb3{
	width: 100%;
	margin-top: 50px;
	background: url(../images/xb3_bg.png) no-repeat center;
	height: 263px;
}
.xb3 .xb3_box{
	width: 1180px;
	margin: 0 auto;
}
.xb3_box h5{
	width: 1180px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 95px;
}
.xb3_box > span{
	background: url(../images/xb3_t.png) no-repeat center;
	width: 653px;
	height: 84px;
	float: left;
	margin-left: 59px;
	margin-top: 50px;
}
.xb3_box .xb3_dh{
	width: 310px;
	float: right;
	margin-right: 90px;
	margin-top: 40px;
}
.xb3_box .xb3_dh h4{
	font-size: 18px;
	color: #fff;
	float: left;
}
.xb3_box .xb3_dh h4 span{
	font-size: 24px;
	font-weight: bold;
}
.xb3_dh a{
	background: url(../images/xb3_dh.png) no-repeat center;
	width:123px;
	height: 39px;
	display: block;
	-webkit-transition:all .5s;
	transition:all .5s;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
	margin-left: 90px;
	animation:yidong 4s linear infinite;
    -webkit-animation: yidong 4s linear infinite;
}

@keyframes yidong {
 	0% {
 		transform: translate(0, 0);
    }
    50% {
    	transform: translate(0, 10px);
    }
    100% {
    	transform: translate(0, 0);
    }
 }
 @-webkit-keyframes yidong
 Safari 和 Chrome

 {
 	0% {
 		transform: translate(0, 0);
    }
    50% {
    	transform: translate(0, 10px);
    }
    100% {
    	transform: translate(0, 0);
    }
 }


/*小banner3结束*/



/*公司简介开始*/

.gsjj{
	width: 100%;
	height: 655px;
	margin-top: 50px;
	background: url(../images/com_bg.jpg) no-repeat center top;
}
.gsjj .gs_box{
	width: 1180px;
	margin:0 auto;
}
.comp{
	width: 1180px;
	height: 354px;
}
.comp .com_tu{
	float: left;
	width: 560px;
	height: 354px;
	position: relative;
}
.com_tu > a{
	width: 560px;
	height: 354px;
	display: block;
	overflow: hidden;
}
.com_tu > a img{
	width: 560px;
	height: 354px;
	overflow: hidden;
}
.com_tu h4{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
.com_tu h4 a{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 354px;
	display: block;
}
.com_tu:hover h4{
	display: block;
}
.com_w{
	background: url(../images/com_l.png) no-repeat left top;
	width: 460px;
	height: 190px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	padding-top: 75px;
	padding-left: 75px;
}
.com_w h3 a{
	font-size: 18px;
	color: #4c4c4c;
	width: 460px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	display: block;
}
.com_w h3 a:hover{
	color: #5cb50a;
}
.com_w p{
	font-size: 14px;
	color: #595959;
	line-height: 24px;
	width: 460px;
	height: 92px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.com_w > a{
	display: block;
	font-size: 14px;
	color: #595959;
}
.com_w > a:hover{
	color: #5cb50a;
}
.gczs{
	clear:both;
	width: 1180px;
	height:280px;
    overflow: hidden;
	background: #f7f7f7;
}
.gczs > ul{
	width: 540px;
	height: 70px;
	margin:0 auto;
}
.gczs > ul li{
	width: 160px;
	height: 50px;
	background: #5cb50a;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.gczs > ul li:first-child{
	margin-left: 0;
}
.gczs > ul li a{
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	display: block;
}
.gczs > ul .on{
	background: #fb8200;
}
.gczs  .gc_con{
	width: 1180px;
	height: 180px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.gc_con .lefts1{
	width: 36px;
	height: 70px;
	background: url(../images/hon_jt.jpg) no-repeat left top;
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
}
.gc_con .rights1{
	width: 36px;
	height: 70px;
	background: url(../images/hon_jt.jpg) no-repeat right top;
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
}
.gc_con .gc_cont{
	width: 1024px;
	height: 180px;
	overflow: hidden;
	margin:0 auto;
}
.gc_con .gc_cont ul{
	width: 1020px;
	height: 180px;
	overflow: hidden;
}
.gc_cont ul li{
	width: 238px;
	height: 178px;
	float: left;
	border: 1px solid #cccccc;
	margin-right: 20px;
	position: relative;
}
.gc_cont ul li:hover{
	border-color: #5cb50a;
}
.gc_cont ul li > a{
	width: 238px;
	height: 178px;
	overflow: hidden;
	display: block;
}
.gc_cont ul li > a img{
	width: 238px;
	height: 178px;
	overflow: hidden;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.gc_cont ul li > a img:hover{
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.gc_cont ul li h4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: rgba(92,181,10,0.5);
}
.gc_cont ul li h4 a{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: block;
}
.gc_cont ul li h4:hover{
	background: #5cb50a;
}
.gc_cont ul li h4:hover a{
	color: #fff;
}
/*公司简介结束*/


/*新闻版块开始*/

.new{
	width: 100%;
	height: 462px;
	margin-top: 30px;
}
.new .new_box{
	width: 1180px;
	margin: 0 auto;
}
.new_box .ques{
	width: 530px;
	height: 462px;
	float: left;
}
.ques .que_nav{
	width: 530px;
	height: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.que_nav h3{
	float: left;
}
.que_nav h3 a{
	font-size: 18px;
	color: #5cb50a;
	border-bottom: 2px solid #5cb50a;
	height: 28px;
	display: block;
}
.que_nav > a{
	float: right;
	font-size: 14px;
	color: #b1b1b1;
	display: block;
	text-transform: uppercase;
	margin-right: 10px;
}
.que_nav > a:hover{
	color: #5cb50a;
}
.ques .que_nr{
	width: 530px;
	height: 411px;
	overflow: hidden;
	margin-top: 20px;
}
.que_nr > a{
	width: 514px;
	height: 162px;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.que_nr > a img{
	width: 514px;
	height: 162px;
	overflow: hidden;
	-webkit-transition:all 1s;
	transition: all 1s
}
.que_nr >a:hover img{
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}
.que_nr ul{
	width: 530px;
	height: 411px;
}
.que_nr ul li{
	width: 530px;
	height: 106px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 45px;
}
.que_nr ul li .que_w{
	width: 530px;
	height: 23px;
	margin-bottom: 24px;
}
.que_w span{
	background: url(../images/qa_q.png) no-repeat center;
	width: 30px;
	height: 30px;
	float: left;
}
.que_w a{
	width: 460px;
	float: right;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.que_w a:hover{
	color: #5cb50a;
}
.que_nr ul li .que_d{
	width: 530px;
	height: 48px;
	overflow: hidden;
}
.que_d p{
	width: 460px;
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 48px;
	overflow: hidden;
}
.que_d span{
	background: url(../images/qa_a.png) no-repeat center;
	width: 30px;
	height: 30px;
	float: left;
}
.new_con{
	width: 550px;
	height: 460px;
    overflow: hidden;
	float: right;
}
.new_con > ul{
	width: 550px;
	height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	float: right;
}
.new_con > ul li{
	float: left;
	margin-right: 30px;
}
.new_con > ul li a{
	font-size: 18px;
	color: #333;
	height: 28px;
	display: block;
}
.new_con > ul .on a{
	color: #5cb50a;
	border-bottom: 2px solid #5cb50a;
}
.new_con > ul > a{
	font-size: 14px;
	color: #b1b1b1;
	float: right;
	margin-right: 20px;
	display: block;
	text-transform: uppercase;
}
.new_con > ul > a:hover{
	color: #5cb50a;
}
.new_con .bd{
	width: 675px;
	height: 411px;
	overflow: hidden;
}
.new_con .bd ul{
	width: 550px;
	height: 411px;
}
.new_con .bd ul .new_s{
	width: 550px;
	height: 155px;
	margin-bottom: 5px;
}
.new_con .bd ul .new_s > a{
	width: 218px;
	height: 153px;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
	display: block;
}
.new_con .bd ul .new_s > a:hover{
	border-color: #5cb50a;
}
.new_con .bd ul .new_s > a img{
	width: 218px;
	height: 163px;
	overflow: hidden;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.new_con .bd ul .new_s > a img:hover{
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
}
.new_con .bd ul .new_s .new_w{
	float: right;
	width: 300px;
	margin-top: 15px;
	height: 140px;
}
.new_w h4 a{
	font-size: 14px;
	color: #404040;
	width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.new_w h4 a:hover{
	color: #5cb50a;
}
.new_w p{
	font-size: 14px;
	color: #404040;
	line-height: 24px;
	width: 300px;
	margin-top: 10px;
	height: 72px;
	overflow: hidden;
}
.new_w > a{
	font-size: 14px;
	color: #404040;
	margin-top: 10px;
	display: block;
}
.new_w > a:hover{
	color: #5cb50a;
}
.new_con .bd ul li{
	width: 550px;
	border-bottom: 1px dashed #cccccc;
	height: 40px;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.new_con .bd ul li:hover{
	border-color: #5cb50a;
}
.new_con .bd ul li a{
	font-size: 14px;
	color: #333;
	width: 455px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 40px;
	float: left;
}
.new_con .bd ul li a:hover{
	color: #5cb50a;
	background: url(../images/new_zbx.png) no-repeat left center;
}
.new_con .bd ul li span{
	float: right;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 40px;
}


/*新闻版块结束*/




/*友情链接开始*/

.link{
	width: 100%;
	height: 56px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.link .link_box{
	width: 1180px;
	margin:0 auto;
	background: url(../images/link_l.png) no-repeat 90px center;
}
.link_box h4{
	font-size: 18px;
	color: #5cb50a;

}
.link_box a{
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 56px;
	margin-right: 20px;
}
.link_box a:first-child{
	margin-left: 50px;
}
.link_box a:hover{
	color: #5cb50a;
}
/*友情链接结束*/
