/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px; width: 100%;}
.content{ width:1200px; margin:0 auto;}

.sy_pro {overflow: hidden;}
.sy_pro .sy_pro_title { text-align: center; }
.sy_pro .sy_pro_title h2 { font-size: 36px; line-height: 2; color: #333; }
.sy_pro .sy_pro_title span { font-size: 16px; color: #666; position: relative; }
.sy_pro .sy_pro_title span:after { position: absolute; content: ''; width: 50px; height: 1px; background-color: #999999; left: -75px; top: 50%; display: block;  }
.sy_pro .sy_pro_title span:before { position: absolute; content: ''; width: 50px; height: 1px; background-color: #999999; right: -75px; top: 50%; display: block;  }

.pro-con {
    width: 890px;
    float: right;
}
.pro-box { margin-top: 40px; }
.pro-box .pro-nav { float: left; width: 280px; box-shadow: 1px 1px 5px #ddd; overflow: hidden; }
.pro-box .pro-nav .pro-top { background: url(../images/pro_ico1.png)no-repeat; width: 280px;  height: 110px; display: block;  overflow: hidden; }
.pro-box .pro-nav .pro-top p { font-size: 24px; color: #fff; margin-top: 36px; margin-left: 40px; }
.pro-box .pro-nav .pro-top  span { font-size: 14px; color: #fff;text-transform: uppercase;margin-left: 40px; line-height: 1.5; }
.pro-box .pro-nav .pro-navlist { margin-top: 2px; }
.pro-box .pro-nav .pro-navlist dl dt { width: 280px; display: block;  background: #333; margin-bottom: 1px; }
.pro-box .pro-nav .pro-navlist dl dt>a  { display: block; padding: 20px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
.pro-box .pro-nav .pro-navlist dl dt>a>span { font-size: 16px;color: #fff;position: relative; display: block; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; background:url(../images/pro_ico2.png)no-repeat right; padding-right: 20px;}
.pro-box .pro-nav .pro-navlist dl dt.on>a>span { background:url(../images/pro_ico3.png)no-repeat right;  }
.pro-box .pro-nav .pro-navlist dl dt.on{ background: #4cad18;  }
.pro-box .pro-nav .pro-navlist dl dt.on>a>span:after  { position: absolute; content: ''; width: 17px; height: 17px;  display: block; background: url(../images/pro_ico3.png)no-repeat center; right: -50px; top: 5px;}
.pro-box .pro-nav .pro-navlist dl .pro-nav2 { background: #f5f5f5;border-bottom: none; display: none; }
.pro-box .pro-nav .pro-navlist dl .pro-nav2 a { font-size: 16px; color: #333; padding-left: 40px; display: block; line-height: 3;border-bottom:1px dashed #ddd; }
.pro-box .pro-nav .pro-navlist dl .pro-nav2 a:last-child{ border-bottom: none; }
.pro-box .pro-nav .pro-navlist dl .pro-nav2 a:hover { color: #6dba44; }
/*联系*/
.pro-box .sy_pro_nr_l_b { display: block; height: 155px; background: url(../images/pro_ico4.png)no-repeat; padding-top: 25px;}
.pro-box .sy_pro_nr_l_b p { font-size: 16px; color: #333; text-align: center;  }
.pro-box .sy_pro_nr_l_b span { font-size: 24px; color: #6dba44; font-weight: bold; display: block; text-align: center; line-height: 2;}
.pro-box .sy_pro_nr_l_b span em{ font-weight: bold; color: #444; }
.pro-box .sy_pro_nr_l_b:hover span em{ color: #6dba44; }
.pro-box .sy_pro_nr_l_b a { width: 248px; height: 42px; background: url(../images/pro_ico5.png)no-repeat; display: block; font-size: 16px; color: #fff; line-height: 42px; text-align: center; margin: 0 auto; padding-left: 15px; }

.pro-con .sy_pro_nr_r_t { border: 3px solid #0ea827; padding: 10px; overflow: hidden; }
.pro-con .sy_pro_nr_r_t img { width: 365px; height:365px; display: block; float: left;}
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt { float: left; margin-top: 40px; margin-left: 50px; overflow: hidden;  line-height: 2;  }
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt h3 { font-size: 24px; color: #333; position: relative; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt h3:after { position: absolute; content: ''; width: 30px; height: 1px; display: block; background: #6dba44; bottom: -20px; left: 0; }
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt p {border-bottom: 1px dashed #dedede; font-size: 15px; display: block; line-height: 2.5; color: #454545; }
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt div {border-bottom: 1px dashed #dedede;}
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt a { width: 128px; height: 33px; border-radius: 25px; border: 1px solid #666; color: #666; display: block; line-height: 34px; text-align: center; font-size: 14px; float: left; margin-right: 25px; margin-top: 30px; }
.pro-con .sy_pro_nr_r_t .sy_pro_nr_r_t_txt a:hover { background: #6dba44; color: #fff; border: 1px solid #6dba44; }


.pro-con ul {margin-top:20px; }
.pro-con ul li{ float: left; padding-right: 17px; }
.pro-con ul li:last-child {padding-right: 0;}
.pro-con ul li img { width: 285px; display: block; height:285px; }
.pro-con ul li h3 {text-align: center;  width: 275px; font-size: 15px; line-height: 2.5; font-weight: normal; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 5px;}
.pro-con ul li:hover h3 { color: #6dba44; } 

.sy_adv { margin-top: 50px; background: #f5f5f5; padding:50px 0;}
.sy_adv .sy_adv_title { text-align: center; }
.sy_adv .sy_adv_title h2 {  font-size: 36px; line-height: 2;  color: #333; display: block; }
.sy_adv .sy_adv_title span{  font-size: 16px; color: #666; font-weight: normal; position: relative; }
.sy_adv .sy_adv_title span:after {position: absolute; content: '';  width: 50px;height: 1px;  background-color: #999999;  left: -75px; top: 50%; display: block;}
.sy_adv .sy_adv_title span:before { position: absolute;content: ''; width: 50px;  height: 1px; background-color: #999999; right: -75px;top: 50%;display: block; }
.sy_adv_nr {  display: block; margin-top: 45px; }
.sy_adv_nr .bd  {background: url(../images/sy_ysbg.jpg) no-repeat center;  width: 1200px;  height: 492px; overflow: hidden; display: block; margin-bottom: 30px;} 
.sy_adv_nr .bd ul li { overflow: hidden; }
.sy_adv_nr .sy_adv_nr_l { float: left; width: 500px; margin-top: 50px; margin-left: 40px; }
.sy_adv_nr .sy_adv_nr_l .sy_adv_nr_t {  padding-bottom: 20px; border-bottom: 1px solid #efefef;  margin-bottom: 30px;}
.sy_adv_nr .sy_adv_nr_l .sy_adv_nr_t h3 { font-size: 34px; color: #4d9c23;  }
.sy_adv_nr .sy_adv_nr_l .sy_adv_nr_t span { font-size: 18px; color: #cccccc; font-family: 'arial'; line-height: 1.5; }
.sy_adv_nr .sy_adv_nr_l .sy_adv_nr_txt { font-size: 16px; color: #454545; line-height: 28px; margin-bottom: 30px;}
.sy_adv_nr .sy_adv_nr_l  b { color: #4d9c23; font-size: 34px;  font-weight: normal;float: left; margin-right: 49px;  margin-bottom: 25px;}
.sy_adv_nr .sy_adv_nr_l  b i { color: #4d9c23; font-size: 12px; font-style: normal; }
.sy_adv_nr .sy_adv_nr_l  b em { font-size: 14px; color: #666666; display: block; }
.sy_adv_nr .sy_adv_nr_l .adv_more { display: block;  overflow: hidden; float: left;width: 130px; line-height: 35px; color: #fff; text-align: center; font-size: 14px;background: #4d9c23; border-radius: 25px;}
.sy_adv_nr .sy_adv_nr_img { float: right; width: 567px; height: 425px; display: block;  margin-top: 34px;margin-right: 42px;position: relative;}
.sy_adv_nr .sy_adv_nr_img:after { position: absolute; content: ''; border: 1px solid rgba(255,255,255,0.3); display: block; width: 540px; height: 405px; top: 10px; left: 13px; }
.sy_adv_nr .sy_adv_nr_img dt { overflow: hidden; display: block; }
.sy_adv_nr .sy_adv_nr_img img { width: 100%; display: block; transition: all 0.8s; }
.sy_adv_nr .sy_adv_nr_img:hover img { transform: scale(1.1); }
.sy_adv_nr .hd { overflow: hidden; margin-left: 72px; }
.sy_adv_nr .hd ul { overflow: hidden; }
.sy_adv_nr .hd ul li { float: left; padding-right: 62px; border-right: 1px solid rgba(153,153,153,0.15); }
.sy_adv_nr .hd ul li:nth-child(2) { margin-left: 65px; }
.sy_adv_nr .hd ul li:nth-child(3) { margin-left: 65px; }
.sy_adv_nr .hd ul li:nth-child(4) { margin-left: 65px; border: none; }
.sy_adv_nr .hd ul li a { overflow: hidden; float: left; font-size: 22px; color: #454545; line-height: 62px; font-weight: bold;}
.sy_adv_nr .hd ul li a em { display: block; width: 60px; height: 60px; border-radius: 50%; background: #cccccc; position: relative; float: left; margin-right: 13px; }
.sy_adv_nr .hd ul li.on a em { background: #6dba44; }
.sy_adv_nr .hd ul li a em span { display: block; position: absolute; overflow: hidden; height: 34px; width: 34px; display: block; top: 13px; left: 13px; }
.sy_adv_nr .hd ul li a em span img { display: block; transition: all 0.5s; margin-top: -34px; width: 34px; height: 68px;  }
.sy_adv_nr .hd ul li:hover a em span img { margin-top: 0; }
.sy_adv_nr .hd ul li.on a em span img { margin-top: 0; }


.phone1 { width: 100%;  display: block; height: 245px; background: url(../images/lxbg.jpg)no-repeat center; padding-top: 105px;}
.phone1  h2 { font-size: 36px; display: block; color: #fff; font-weight: normal; }
.phone1  h2>span { font-weight: bold;  color: #6dba44;}
.phone1 p { font-size: 18px; color: #fff;  margin-top: 8px;}
.phone1 em { font-size: 12px; color: #fff; text-transform: uppercase; display: block; }
.phone1 i { padding-left: 0px; background: url(../images/lxico1.png)no-repeat left; font-size: 14px; width: 35px; line-height: 1.4; display: block; color: #fff; font-style: normal; float: left; margin-top: 5px; }
.phone1 h3 { float: left; font-size: 38px; color: #fff; margin-left: 5px;}
.phone1 a { display: block; width: 130px; line-height: 35px; background: #6dba44;text-align: center; font-size: 14px; color: #fff; float: left; border-radius: 35px; margin-top: 8px; margin-left: 15px; }


.sheb{background: url(../images/cpys_bg.jpg) no-repeat center 0;  overflow: hidden; padding: 50px 0;}
.sheb h2 { font-size: 42px; text-align: center; color: #333; display: block; }
.sheb h2 span { text-align: center; display: block; font-size: 18px; color: #666; font-weight: normal; }
.sheb_pic{width: 910px; display: block;line-height: 0;padding: 50px 0 0;margin-left: 60px;}
.sheb_pic img{width: 778px;}
.sheb p{position: absolute;right: 0;}
.sheb p b{display: block;float: left;width: 50px;height: 50px;background: #fff;border-radius: 50%;font-size: 26px;color: #6dba44;font-family:"DINOT";border: #6dba44 2px solid;text-align: center;line-height: 48px;font-style: italic;margin: 0 30px 0 0;}
.sheb p span{display: block;float: left;font-size: 22px;color: #333;line-height: 54px;height: 54px;overflow: hidden;font-weight: bold;}
.sheb p:hover b{background: #6dba44;color: #fff;}
.sheb p.sheb_p01{top: 100px;width: 440px;}
.sheb p.sheb_p02{top: 175px;width: 405px;}
.sheb p.sheb_p03{top: 255px;width: 390px;}
.sheb p.sheb_p04{top: 333px;width: 390px;}
.sheb p.sheb_p05{top: 410px;width: 408px;}
.sheb p.sheb_p06{top: 482px;width: 450px;}

.huanan{ background:url(../images/qi.jpg) no-repeat left center; padding-left:30px; font-size:22px; float:left; margin-top:25px; margin-left:30px;}


.sy_honnr{overflow: hidden; padding: 40px 0;}
.sy_honnr .sy_honnrlb .parHd { overflow: hidden; margin: 0 auto; display: block; }
.sy_honnr .sy_honnrlb .parHd ul { overflow: hidden; padding: 0 340px; text-align: center;}
.sy_honnr .sy_honnrlb .parHd ul li  {  float: left; width: 158px; display: block; margin-left: 20px; background: #eee; border: 1px solid #ddd; position: relative;}
.sy_honnr .sy_honnrlb .parHd ul li:after { content: '';position: absolute;  right: 45%; bottom: -12px; width: 15px;height: 15px; background: #fff; z-index: 1;  transform: rotateZ(45deg); display: none;}
.sy_honnr .sy_honnrlb .parHd ul li.on:after { display: block; }
.sy_honnr .sy_honnrlb .parHd ul li:first-child { margin-left: 92px;}
.sy_honnr .sy_honnrlb .parHd ul li h3 { font-size: 18px; color: #444; line-height: 48px; font-weight: normal; }
.sy_honnr .sy_honnrlb .parHd ul li.on { background: #0ea827; border: 1px solid #0ea827; }
.sy_honnr .sy_honnrlb .parHd ul li.on h3 { color: #fff;}
.sy_honnr .sy_honnrlb .parBd .slideBox { margin-top: 30px; position: relative;}
.sy_honnr .sy_honnrlb .parBd .slideBox .tempWrap{margin:0 auto;}
.sy_honnr .sy_honnrlb .parBd .slideBox .sPrev { position: absolute; display: block; width: 54px; height: 59px; border-radius: 50%; background: url(../images/case_ico3.png)no-repeat; top: 35%; left: -70px; z-index: 9; transition: all 0.5s;  }
.sy_honnr .sy_honnrlb .parBd .slideBox .sPrev:hover {  -webkit-transform: translate(0,-2px); -webkit-transform: translate(0,-2px);}
.sy_honnr .sy_honnrlb .parBd .slideBox .sNext {position: absolute;display: block; width: 54px; height: 59px; background: url(../images/case_ico4.png)no-repeat;top: 35%;right: -70px;  z-index: 9; transition: all 0.5s; border-radius: 50%;}
.sy_honnr .sy_honnrlb .parBd .slideBox .sNext:hover { -webkit-transform: translate(0,-2px); -webkit-transform: translate(0,-2px);}
.sy_honnr .sy_honnrlb .parBd .slideBox ul li { float: left; width: 280px; display: block; margin: 0 8px; position: relative; }
.sy_honnr .sy_honnrlb .parBd .slideBox ul li:hover .title { right: 35px; top: 192px; position: absolute;  text-align: center;  width: 210px; height: 42px; display: block; background: #6dba44; }
.sy_honnr .sy_honnrlb .parBd .slideBox ul li:hover .title a { color: #fff; }
.sy_honnr .sy_honnrlb .parBd .slideBox ul li img { width: 280px; border:1px solid #dedede; padding: 2px; display: block; height:216px; }
.sy_honnr .sy_honnrlb .parBd .slideBox ul li .title {  text-align: center;  width: 286px; height: 42px; display: block;}
.sy_honnr .sy_honnrlb .parBd .slideBox ul li .title a { font-size: 15px;  color: #666; line-height: 42px; display: block;}
.sy_honnr .sy_honnrlb .parBd .slideBox ul li:hover img{border:1px solid #6dba44;}

/**/
.yinz{padding: 70px 0 0;height: 450px;}
.yinz_tit{font-size: 42px;color: #333;height: 90px;line-height: 40px;text-align: center;overflow: hidden;}
.yinz_tit i{color: #0ea827;}
.yinz_tit a{color: #333;}
.yinz_tit a:hover,.yinz_tit:hover{color: #87bf27;}
.yinz_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 10px 0 0;}
.yinz dl{width: 286px;float: left;padding: 30px 0 0;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);border-radius: 10px;margin-top: 30px;margin-right: 18px;position: relative;}
.yinz dl:before{content: "";width: 40px;height: 40px;background: url(../images/yinz_ico05.png) no-repeat;position: absolute;top: 85px;right: -30px;}
.yinz dl dt{width: 52px;height: 52px;line-height: 0;overflow: hidden;margin: 0 auto;}
.yinz dl dt img{width: 52px;height: 52px;}
.yinz dl dd{width: 240px;height: 100px;text-align: center;margin: 0 auto;padding: 15px 0 0;transition: all 0.3s;overflow: hidden;position: relative;}
.yinz dl dd h5{font-size: 26px;color: #333;line-height: 30px;height: 100px;transition: all 0.3s;}
.yinz dl dd h5 i{display: block;font-size: 14px;color: #d0d0d0;font-weight: normal;text-transform: uppercase;}
.yinz dl dd em{width: 18px;height: 12px;display: block;transition: all 0.3s;position: absolute;top: 85px;left: 50%;margin-left: -12px;}
.yinz dl dd em img{width: 18px;height: 12px;}
.yinz dl dd p{font-size: 16px;color: #666;line-height: 30px;}
.yinz dl dd span{display: block;}
.yinz dl.cur dd{height: 180px;}
.yinz dl.cur dd h5{height: 80px;}
.yinz dl.cur dd em{top: 200px;}
.yinz dl.nobor{margin-right: 0;}
.yinz dl.nobor:before{background: none;}



/*产品中心*/
.chanp{padding: 70px 0 80px;}
.cp_l{width: 570px;height: 428px;line-height: 0;overflow: hidden;margin-top: 40px;}
.cp_l img{width: 570px;height: 428px;}
.cp_l img,.chanp ul li img,.ys_list dl dt img,.three dl dt img,.news01 dl dt img,.about dl dt img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp_l img:hover,.chanp ul li img:hover,.ys_list dl dt img:hover,.three dl dt img:hover,.news01 dl dt img:hover,.about dl dt img:hover,.photo ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.cp_r{width: 630px;padding: 40px 0 0;}
.cp01_t{padding-left: 29px;height: 142px;}
.cp01_t h3{height: 45px;background: url(../images/cp_line.gif) no-repeat 90px bottom;line-height: 30px;overflow: hidden;}
.cp01_t h3 a,.cp02_t h3 a{font-size: 26px;color: #333;}
.cp01_t h3 a:hover,.cp01_t ul li:hover a,.cp02_t h3 a:hover,.cp02_t ul li:hover a{color: #87bf27;}
.cp01_t h3 em{display: block;float: left;width: 90px;height: 43px;line-height: 0;overflow: hidden;}
.cp01_t h3 em img{width: 73px;height: 43px;}
.cp01_t h3 b,.cp02_t b{float: right;font-size: 30px;color: #333;}
.cp01_t ul{padding:15px 0 0 90px;}
.cp01_t ul li,.cp02_t ul li{float: left;position: relative;height: 35px;line-height: 35px;overflow: hidden;}
.cp01_t ul li:before,.cp02_t ul li:before{content: "";width: 6px;height: 6px;background: #e5e5e5;position: absolute;top: 15px;left: 0;border-radius: 50%;}
.cp01_t ul li a,.cp02_t ul li a{font-size: 18px;color: #333;padding-left: 20px;display: block;width: 105px;float: left;}
.cp01_t ul li:hover:before,.cp02_t ul li:hover:before{background: #87bf27;}
.cp01_list ul li{width: 286px;height: 286px;line-height: 0;overflow: hidden;position: relative;margin-left: 29px;float: left;}
.cp01_list ul li img{width: 286px;height: 286px;}
.cp01_list ul li span{display: block;width: 286px;text-align: center;font-size: 16px;color: #fff;height: 50px;line-height: 50px;overflow: hidden;position: absolute;bottom: 0;left: 0;border-top: rgba(255,255,255,0.2) 1px solid;background: url(../images/cp_ico03.png) no-repeat 240px center;}
.cp01_list ul li:hover span{background: #87bf27;}
.cp02_t{padding: 50px 0 0;height: 50px;background: url(../images/cp_line.gif) no-repeat right bottom;line-height: 36px;overflow: hidden;}
.cp02_t h3{float: left;width: 155px;}
.cp02_t em{display: block;float: left;width: 70px;height: 50px;line-height: 0;overflow: hidden;}
.cp02_t em img{width: 50px;height: 50px;}
.cp02_t ul{float: left;}
.cp02_t ul li a{width: 210px;}
.cp02_list{padding: 40px 0 0;}
.cp_qie{width: 1200px;overflow: hidden;}
.cp02_list ul li{width: 280px;margin-right: 25px;float: left;}
.cp02_list ul li em{display: block;width: 280px;height: 280px;line-height: 0;overflow: hidden;}
.cp02_list ul li img{width: 280px;height: 280px;}
.cp02_list ul li span{display: block;width: 280px;text-align: center;font-size: 16px;color: #333;height: 50px;line-height: 50px;overflow: hidden;border-bottom: #e5e5e5 1px solid;background: url(../images/cp_ico03.png) no-repeat 240px center;}
.cp02_list ul li:hover span{background: #87bf27;color: #fff;}

/*优势*/
.ys_bg{background: url(../images/ys_bg.gif) repeat-x;height: 960px;overflow: hidden;padding: 74px 0 0;}
.ys_list{margin: 40px 0 0;}
.ys_list dl{position: relative;height: 540px;}
.ys_list dl dt{width: 960px;height: 540px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 50%;}
.ys_list dl dt img{width: 960px;height: 540px;}
.ys_list dl dd{width: 540px;float: left;padding: 50px 0 0;}
.ys_list dl dd b{width: 400px;height: 60px;display: block;line-height: 0;}
.ys_list dl dd b img{width: 400px;height: 60px;}
.ys_list dl dd h3{padding: 140px 0 0;height: 110px;font-size: 36px;color: #333;}
.ys_list dl dd em{width: 72px;height: 72px;float: left;line-height: 0;display: block;}
.ys_list dl dd em img{width: 72px;height: 72px;}
.ys_list dl dd span{display: block;float: left;line-height: 38px;padding: 0 0 0 20px;}
.ys_list dl dd i{display: block;font-size: 22px;font-weight: normal;}
.ys_list dl dd p{font-size: 16px;color: #666;line-height: 36px;}
.ys_nav { height: 185px; width: 1200px;margin: 40px 0 0;position: relative;overflow: hidden;}
.ys_nav li { width: 286px; float: left; -o-transition: all .3s ease; transition: all .3s ease; cursor: pointer; position: relative; margin-right: 18px }
.ys_nav li:nth-child(4) { margin-right: 0 }
.ys_nav li img { width: 286px; height: 161px }
.ys_nav li b {z-index: 10; display: block; font-size: 18px; color: #fff;width: 42px;text-align: center;height: 42px; line-height: 42px; -o-transition: all .3s ease; transition: all .3s ease;background: #87bf27;border-radius: 50%;position: absolute;bottom: -70px;left: 50%;margin-left: -20px;}
.ys_nav .back { position: absolute; width: 286px; height: 161px; border: solid 3px #87bf27; left: 0; top: 0; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
.ys_nav li.on b {bottom: -18px;}

/*赋能渠道*/
.three{padding: 75px 0 60px;}
.three dl{width: 400px;float: left;margin-top: 40px;background: #f2f2f2;}
.three dl dt{width: 400px;height: 300px;line-height: 0;overflow: hidden;position: relative;}
.three dl dt:before{content: "";width: 0;height: 0;position: absolute;bottom: 0;left: 50%;margin-left: -10px;z-index: 10;
border-bottom:20px solid #f2f2f2; 
border-left:20px solid transparent;
border-right:20px solid transparent;
}
.three dl dt img{width: 400px;height: 300px;}
.three dl dd{width: 400px;height: 240px;padding: 60px 0 0;text-align: center;}
.three dl dd h5{height: 70px;line-height: 70px;overflow: hidden;font-size: 26px;color: #333;background: url(../images/three_line.gif) no-repeat center bottom;}
.three dl dd h5:hover{color: #87bf27;}
.three dl dd p{font-size: 16px;color: #666;line-height: 30px;padding: 20px 0 0;width: 330px;margin: 0 auto;max-height: 90px;overflow: hidden;}
.three dl.dl02 dt:before{bottom: auto;top: 0;
border-top:20px solid #f2f2f2;
border-left:20px solid transparent;
border-right:20px solid transparent;
border-bottom:none;
}

/*合作客户*/
.hz{padding: 0 0 80px;}
.hz_t{width: 300px;margin-top: 8px;}
.hz_t a{font-size: 30px;color: #333;display: block;}
.hz_t em{display: block;width: 245px;height: 30px;line-height: 0;margin-bottom: 10px;overflow: hidden;}
.hz_t em img{width: 245px;height: 30px;}
.hz_r{width: 800px;}
.hz_r ul{display: block;background: url(../images/hz_line.png) no-repeat 120px 33px;height: 90px;}
.hz_r ul li{width: 82px;height: 82px;line-height: 0;float: left;border-radius: 10px;margin-left: 155px;margin-top: 8px;-webkit-transition:transform .3s;transition:transform .3s;}
.hz_r ul li img{width: 82px;height: 82px;display: block;border-radius: 10px;}
.hz_r ul li:first-child{margin-left: 0;}
.hz_r ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 260px;overflow: hidden;padding: 90px 0 0;}
.ban01 span{display: block;height: 35px;line-height: 35px;overflow: hidden;font-size: 22px;color: #fff;}
.ban01 em{display: block;float: left;padding-right: 10px;}
.ban01 i{font-size: 14px;text-transform: uppercase;color: rgba(255,255,255,0.4);font-family:Arial, Helvetica, sans-serif;}
.ban01 b{display: block;font-size: 36px;color: #fff;height: 50px;line-height: 50px;overflow: hidden;padding: 5px 0 15px;}
.ban01 p{font-size: 26px;color: #fff;height: 55px;line-height: 55px;overflow: hidden;width: 480px;text-align: center;background: #87bf27;border-radius: 20px 0;}

/*新闻资讯*/
.news{padding: 70px 0;}
.news .yinz_tit{height: 70px;}
.news_l{width: 770px;}
.news_tit{height: 70px;line-height: 70px;overflow: hidden;border-bottom: #dcdcdc 1px solid;background:url(../images/news_ico01.gif) no-repeat 0 22px;}
.news_tit a{font-size: 26px;color: #333;padding-left: 20px;}
.news_tit a:hover,.news_l dl dd h5 a:hover,.wd dl dt a:hover{ color: #87bf27;}
.news01{padding: 20px 0 50px;width: 770px;border-bottom: #dcdcdc 1px dashed;height: 170px;overflow: hidden;}
.news01 dl dt{width: 300px;height: 170px;overflow: hidden;line-height: 0;float: left;}
.news01 dl dt img{width: 300px;height: 170px;}
.news01 dl dd{padding-top: 10px;width: 450px;float: right;}
.news01 .news_r{width: 320px;float: left;padding: 0 40px 0 0; overflow:hidden;}
.news01 dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news01 dl dd h5 a{font-size: 18px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 .news_desc,.news02 dl dd{font-size: 14px; color: #888; line-height: 24px; height: 72px; overflow: hidden;padding: 5px 0 0;} 
.news01 dl dd em{display: block;padding: 15px 0 0;}
.news01 dl dd em a{font-size: 14px;color: #333;display: block;width: 130px;text-align: center;height: 30px;line-height: 30px;overflow: hidden;border: #87bf27 1px solid;text-transform: uppercase;border-radius: 10px 0;}
.news01 dl dd em a:hover{background:#87bf27;color: #fff;}
.news01 dl dd span{display: block;float: left;height: 53px;width: 90px; font-size: 14px; background:url(../images/news_line.gif) no-repeat 0 10px;line-height: 32px;padding: 15px 0 0;color: #333; font-family:Arial, Helvetica, sans-serif;text-align: center;margin-top: 30px;}
.news01 dl dd span b{display: block;font-size: 40px;}
.news02{width: 770px;padding: 30px 0 0;overflow: hidden;}
.news02 dl{width: 340px;height: 112px;padding: 0 50px 0 0;}
.news02 dl dt a{font-size: 16px;color: #333;display: block;height: 30px;line-height: 30px;width: 340px;background:url(../images/news_ico02.gif) no-repeat 0 10px;padding-left: 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news02 dl dt a:hover{background:url(../images/news_ico03.gif) no-repeat 0 10px;color: #87bf27;}
.news02 dl dd{padding: 5px 0 0 20px;}

/*包装百科*/
.wd{width: 350px;}
.wd_m{padding: 20px 0 0;overflow: hidden;}
.wd dl{height: 115px;width: 350px;padding-top: 8px;}
.wd dl dt{height: 36px;line-height: 36px;overflow: hidden;}
.wd dl dt a{width: 330px;font-size: 16px;color: #333;padding-left: 20px;display: block;height: 36px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd dl dd{width: 330px;margin-left: 20px;font-size: 14px;color: #aaa;height: 50px;line-height: 25px;overflow: hidden;border-bottom: #dcdcdc 1px dashed;padding:5px 0 15px;}

/*关于我们*/
.ab_bg{background:url(../images/ab_bg.gif) no-repeat center 0; overflow:hidden;height: 597px;padding: 29px 0 0;}
.about dl{position: relative;height: 597px;}
.about dl dt{width: 874px;height: 597px;line-height: 0;overflow: hidden;position: absolute;top: 0;right: 50%;margin-right: -50px;}
.about dl dt img{width: 874px;height: 597px;}
.about dl dd{width: 450px;float: right;padding:70px 30px 0 0;}
.about dl dd .ab_bt{display: block;height: 30px;font-size: 16px;color: #333;font-style: italic;line-height: 30px;overflow: hidden;border-bottom: #87bf27 1px solid;}
.about dl dd h2{font-size: 40px;color: #333;line-height: 50px;height: 50px;overflow: hidden;padding: 20px 0 0;}
.about dl dd h2 a{color: #333;}
.about dl dd h2 a:hover,.iserve li:hover a,.photo_tit a:hover{color: #87bf27;}
.about dl dd h2 b{color: #87bf27;padding: 0 10px;}
.about .ab_desc{font-size: 16px;color: #666;line-height: 36px;height: 180px;overflow: hidden;padding: 30px 0 0;}
.ab_more{display: block;line-height: 36px;margin: -36px 0 0 280px;}
.ab_more a{font-size: 16px;color: #0ea827;}
.iserve{margin-top:80px;height:100px;margin-left: -30px;}
.iserve li{float:left;width:140px;height:80px;position:relative;text-align:center;}
.iserve li:before{content: "";width: 1px;height: 100%;background: #dedede;position: absolute;top: 0;left: 0;}
.iserve li a{color: #333;font-size: 18px;}
.iserve li em{display: block;width: 46px;height: 42px;line-height: 0;overflow: hidden;margin: 0 auto 10px;}
.iserve li em img{width: 46px;height: 42px;}
.iserve li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.iserve li:first-child:before{background: none;}

/*匠艺风采*/
.photo{padding: 40px 0;}
.photo_tit{height: 40px;line-height: 40px;background: url(../images/photo_tbg.gif) no-repeat 0 10px;text-align: center;overflow: hidden;}
.photo_tit a{font-size: 24px;color: #333;}
.photo_qie{padding: 20px 0 0;width: 1200px;overflow: hidden;}
.photo ul li{width: 275px;float: left;padding-left: 24px;}
.photo ul li em{width: 275px;height: 205px;display: block;line-height: 0;overflow: hidden;}
.photo ul li img{width: 275px;height: 205px;}
.photo ul li span{display: block;font-size: 16px;color: #333;width: 275px;text-align: center;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 10px 0 0;}

/*友情链接*/
.f_link{height: 58px;line-height: 58px;overflow: hidden;background: #2ab941;}
.f_link b{display: block;float: left;font-size: 14px;color: #fff;width: 80px;}
.f_link p{font-size: 14px;color: #fff;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #fff; padding:0 10px 0 0;}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/**/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}