/* 清除内外边距 */
@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 "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",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;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

.news_c dl dt img,.pro01 dl dt img,.pro_list ul li img,.pro_adv dl dd img,.case_m dl dt img,.super dl dt img,.sup_m ul li img,.news_con dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.news_c dl dt img:hover,.pro01 dl dt img:hover,.pro_list ul li img:hover,.pro_adv dl dd:hover img,.case_m dl:hover dt img,.super dl dt img:hover,.sup_m ul li img:hover,.news_con dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}


/**/
.guide{height: 460px;padding: 76px 0 0;background: url(../images/yinz_bg.jpg) no-repeat center 0;overflow: hidden;}
.gui_tit{font-size: 44px;color: #333;text-align: center;line-height: 46px;height: 110px;overflow: hidden;position: relative;font-weight: normal;}
.gui_tit:before{content: "";width: 30px;height: 2px;background: #009035;position: absolute;bottom: 6px;left: calc(50% - 15px);-webkit-transition:all .5s;transition:all .5s;}
.gui_tit:after{content: "";width: 20px;height: 2px;background: #dce281;position: absolute;bottom: 0;left: calc(50% - 10px);-webkit-transition:all .5s;transition:all .5s;}
.gui_tit:hover:before{width: 40px;left: calc(50% - 20px);}
.gui_tit:hover:after{width: 30px;left: calc(50% - 15px);}
.gui_tit a{color: #333;}
.gui_tit a:hover,.news_tit a:hover{color: #009035;}
.gui_tit i,.news_tit i{color: #009035;padding:0 10px;}
.gui_tit span{display: block;font-size: 22px;color: #666;padding: 5px 0 0;}
.gui_desc{font-size: 16px;color: #666;line-height: 38px;padding: 32px 0 0;height: 114px;text-align: center;overflow: hidden;}
.guide ul{padding: 45px 0 0;}
.guide ul li{font-size: 16px;color: #000;float: left;position: relative;line-height: 30px;-webkit-transition:transform .3s;transition:transform .3s;}
.guide ul li:before{content: "";width: 2px;height: 60px;background: #e5e5e5;position: absolute;top: 5px;left: 0;}
.guide ul li em{width: 82px;height: 44px;display: block;line-height: 0;margin: 0 0 5px;}
.guide ul li em img{width: 82px;height: 44px;}
.guide ul li:nth-child(2) em,.guide ul li:nth-child(2) em img,
.guide ul li:nth-child(3) em,.guide ul li:nth-child(3) em img{width: 210px;}
.guide ul li:first-child:before{background: none;}
.guide ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.guide ul li:nth-child(1){width: 150px;}
.guide ul li:nth-child(2),.guide ul li:nth-child(3){width: 270px;padding-left: 66px;}
.guide ul li:nth-child(4){width: 150px;padding-left: 70px;}
.guide ul li:nth-child(5){width: 90px;padding-left: 65px;}

/**/
.pro01{width: 100%;padding: 4rem 0 6rem;background:#f5f5f5 url(../images/cp_bg.jpg) no-repeat center top;background-size: 100% 32rem;overflow: hidden;}
.pro01 dl{width: 100%;position: relative;z-index: 5;height: 35.6rem;overflow: hidden;margin-top: 2rem;}
.pro01 dl dt{width: 49.22%;float: left;line-height: 0;overflow: hidden;height: 35.6rem;}
.pro01 dl dt span{display: block;position: absolute;top: 4.8rem;left: 11.3rem;z-index: 5;}
.pro01 dl dt b{display: block;float: left;font-size: 0.8rem;color: #fff;width: 7.2rem;text-align: center;height: 2rem;line-height: 1.9rem;background: #009035;overflow: hidden;border-radius: 2rem;margin-right: 1.5rem;}
.pro01 dl dt b:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;}
.pro01 dl dt img,.pro_list ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.pro01 dl dd{width: 49.22%;float: right;padding: 2.2rem 0 0;position: relative;height: 33.4rem;overflow: hidden;}
.pro01 dl dd h5,.product02 dl dd h5{height: 4rem;line-height: 1.8rem;overflow: hidden;}
.pro01 dl dd h5 a,.product02 dl dd h5 a{font-size: 1.5rem;color: #333;}
.pro01 dl dd h5 i,.product02 dl dd h5 i{display: block;font-size: 0.9rem;color: rgba(51,51,51,0.15);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;font-weight: normal;}
.pro01 dl dd h5 a:hover,.pro_nav ul li a:hover,.pro_list ul li:hover span,.product02 dl dd h5 a:hover,.product02 ul li a:hover{color: #009035;}
.pro_nav{width: 100%;padding-top: 2rem;height: 4.8rem;}
.pro_nav ul li{height: 2.4rem;line-height: 2.4rem;overflow: hidden;width: 12%;float: left;position: relative;}
.pro_nav ul li:before,.product02 ul li:before{content: "";width: 0.3rem;height: 0.3rem;background: #009035;position: absolute;top: calc(50% - 0.15rem);left: 0;border-radius: 50%;}
.pro_nav ul li a,.product02 ul li a{font-size: 0.9rem;color: #333;padding-left: 0.7rem; box-sizing: border-box; display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro_nav ul li:nth-child(7){clear: both;}
.pro_nav ul li:nth-child(6n){width: 16%;}
.pro_nav ul li.nobor{width: 20%;}
.pro_list{width: 100%;height: 19rem;position: absolute;bottom: 0;left: 0;}
.pro_list ul li{width: 20.7rem;height: 19rem;background: #fff;float: left;position: relative;line-height: 0;margin-right: 1rem;}
.pro_list ul li:before{content: "";width: 100%;height: 1px;background: #eaeaea;position: absolute;bottom: 3.5rem;left: 0;}
.pro_list ul li:after{content: "";width: 0;height: 1px;background: #009035;position: absolute;bottom: 3.5rem;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: 1;}
.pro_list ul li em{display: block;line-height: 0;width: 100%;overflow: hidden;}
.pro_list ul li span{display: block;width: 90%;margin: 0 auto; font-size: 0.9rem;color: #333;height: 3.5rem;line-height: 3.5rem;background: url(../images/cp_ico01.png) no-repeat right center;background-size: 1.4rem 1.4rem;}
.pro_list ul li i{display: block;width: 85%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro_list ul li:hover:after{width: 100%;}
.pro_list ul li:hover span,.product02 dl dd span a:hover{background: url(../images/cp_ico02.png) no-repeat right center;background-size: 1.4rem 1.4rem;}

/**/
.product02{padding: 2.5rem 0;width: 90%;margin: 0 auto;}
.product02 dl{width: 48.84%;float: left;background: #f5f5f5;height: 19.6rem;overflow: hidden;margin-left: 2.3%;}
.product02 dl dt{width: 46.45%;float: right;line-height: 0;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;}
.product02 dl dt img{display: block;width: 100%;}
.product02 dl dt:hover{-webkit-transform:translate(5px,0);transform:translate(5px,0);}
.product02 dl dd{padding: 3rem 0 0 2.5rem;width: 49%;float: left;box-sizing: border-box;}
.product02 ul{width: 100%;height: 7rem;padding-top: 1rem;}
.product02 ul li{height: 2rem;line-height: 2rem;overflow: hidden;float: left;position: relative;padding-right: 1rem;}
.product02 dl dd span{display: block;}
.product02 dl dd span a{display: block;width: 1.4rem;height: 1.4rem;background: url(../images/cp_ico01.png) no-repeat right center;background-size: 1.4rem 1.4rem;}
.product02 dl:first-child{margin-left: 0;}

/*产品优势*/
.pro_adv{width: 100%;background: #f5f5f5;padding: 4rem 0 7.5rem;}
.pro_adv dl{width: 20%;float: left;position: relative;margin: 5rem 0 0;}
.pro_adv dl dt{width: 100%;line-height: 0;position: relative;}
.pro_adv dl dt:before{content: "";width: 1px;height: 100%;background: #f5f5f5;position: absolute;top: 0;left: 0;}
.pro_adv dl dt img{display: block;width: 100%;}
.pro_adv dl dt h5{width: 5.7rem;height: 6rem;position: absolute;top: calc(50% - 3rem);left: calc(50% - 2.9rem);background: rgba(3,145,55,0.8);border-radius: 1.5rem 0 1.5rem 0;font-size: 0.9rem;color: #fff;line-height: 1.2rem;text-align: center;font-weight: normal;}
.pro_adv dl dt em{width: 2.2rem;height: 2.2rem;display: block;line-height: 0;margin: 1rem auto 0.5rem;}
.pro_adv dl dt em img{width: 2.2rem;height: 2.2rem;}
.pro_adv dl dd{position: absolute;top: 0;left: 0;transform:scale(0);transition: 0.5s;overflow: hidden;}
.pro_adv dl dd img{display: block;width: 100%;line-height: 0;}
.pro_adv dl dd:before,.case_m dl dt a:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/case_k.png) no-repeat center bottom;background-size: 100% 100%;z-index: 2;}
.pro_adv dl dd h5{font-size: 0.85rem;color: #fff;position: absolute;bottom: 0;left: 6%;z-index: 5;padding: 0 0 1.3rem;width: 88%;}
.pro_adv dl dd h5:before{content: "";width: 1.5rem;height: 0.05rem;background: #fff;position: absolute;top: 0.5rem;right: 0;}
.pro_adv dl dd p{font-size: 0.65rem;font-weight: normal;line-height: 0.9rem;padding: 0.5rem 0 0;}
.pro_adv dl.cur dt{display: none;}
.pro_adv dl.cur dd{transform:scale(1.33);z-index: 10;box-shadow: 0 3px 0.5rem 3px rgba(0,0,0,0.1);}
.pro_adv dl.dl01.cur dd h5{width: 80%;left: 15%;}
.pro_adv dl.dl05.cur dd h5{width: 80%;}

/*案例*/
.case{padding: 60px 0;}
.case_nav{padding: 30px 0 0;height: 70px;}
.case_nav ul li{float: left;}
.case_nav ul li a{font-size: 16px;color: #333;display: block;height: 38px;line-height: 38px;padding: 0 32px;}
.case_nav li a{
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;}
.case_nav li a:before{
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: #039137;
	  border-radius: 3rem;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transform-origin: 50%;
	  transform-origin: 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
.case_nav li a:hover:before,.case_nav li.cur a:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}
.case_nav li a:hover,.case_nav li.cur a{color: #fff;font-weight: bold;}
.case_m{width: 1200px;overflow: hidden;}
.case_m dl{width: 590px;height: 443px;margin: 0 20px 0 0;float: left;position: relative;} 
.case_m dl dt{width: 590px;height: 443px;overflow: hidden;line-height: 0;position: relative;}
.case_m dl dt img{width: 590px;height: 443px;}
.case_m dl dd{width: 530px;position: absolute;bottom: 20px;left: 30px;z-index: 5;}
.case_m dl dd a{display: block;width: 100%;height: 40px;}
.case_m dl dd h5{float: left;height: 40px;line-height: 40px;font-size: 22px;color: #fff;font-weight: normal;width: 460px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_m dl dd span{display: block;float: right;width: 28px;height: 28px;background: url(../images/case_ico01.png) no-repeat;margin-top: 6px;}
.case_m dl:hover dd span{background: url(../images/cp_ico02.png) no-repeat;}
.case em{width: 60px;height: 60px;position: absolute;top: 450px;display: block;-webkit-transition:transform .3s;transition:transform .3s;line-height: 0;border-radius: 50%;cursor: pointer;}
.case em a{width: 60px;height: 60px;display: block;}
.case_l a{background: url(../images/case_lico01.png) no-repeat;}
.case_l a:hover{background: url(../images/case_lico02.png) no-repeat;}
.case_r a{background: url(../images/case_rico01.png) no-repeat;}
.case_r a:hover{background: url(../images/case_rico02.png) no-repeat;}
.case em:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.case_l{left: -100px;}
.case_r{right: -100px;}

/*合作客户*/
.partner{padding:0 0 70px;overflow: hidden;}
.partner .gui_tit{height: 64px;}
.partner .gui_tit a{font-size: 32px;}
.part_m{padding: 25px 0 0;}
.part_m ul li{width: 162px;height: 92px;float: left;margin-left: 10px;}
.part_m ul li a{width: 160px;height: 90px;display: block;line-height: 0;border: #dededd 1px solid;}
.part_m ul li a:hover{border: #009035 1px solid;}
.part_m ul li:first-child{margin-left: 0;}
.part_m ul li img{width: 160px;height: 90px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; }
.part_m ul li:hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);}
.part_num{padding: 30px 0 0;width: 70px;margin: 0 auto;}
.part_num ul li{float: left;width: 10px;height: 10px;background: #fff;text-indent: -9999px;border-radius: 50%;margin-right: 10px;cursor: pointer;border: #999 1px solid;}
.part_num ul li.on{background: #009035;border: #009035 1px solid;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 294px;overflow: hidden;}
.ban01_t{color: #fff;width: 953px;background: url(../images/ban01_k.png) no-repeat center 25px;margin: 60px auto 0;height: 120px;}
.ban01_t ul{display: inline-block;width: 100%;}
.ban01_t ul li{font-size: 34px;font-weight: bold;float: left;background: url(../images/ban01_ico01.png) no-repeat 0 center;height: 50px;line-height: 50px;padding: 0 35px 0 50px;}
.ban01_t ul li:first-child{margin-left: 52px;}
.ban01_t p{font-size: 22px;padding: 10px 0 0;line-height: 35px;text-align: center;}
.ban01_tel{padding: 0 0 0 355px;}
.ban01_tel p{font-size: 16px;color: #fff;float: left; background:url(../images/ban01_tel.png) no-repeat 0 center;padding-left: 45px;line-height: 28px;width: 240px;}
.ban01_tel b{display: block;font-size: 26px;}
.ban01_tel a{font-size: 16px;color: #039137; background: url(../images/ban01_btn.png) no-repeat;display: block;width: 120px;height: 43px;line-height: 43px;padding-left: 30px;float: left;margin-top: 5px;}
.ban01_tel a:hover,.about dl dd span a:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;}

/*优势*/
.super_bg{padding: 90px 0 120px;background:#f5f5f5 url(../images/ys_bg.jpg) no-repeat left 370px;overflow: hidden;}
.sup_t{margin-top: 40px;height: 130px;}
.sup_t ul li{font-size: 20px;color: #222;width: 387px;height: 98px;float: left;cursor: pointer;padding: 23px 0 0 30px;box-sizing: border-box;position: relative;z-index: 1;background:#fff url(../images/cp_ico01.png) no-repeat 330px center;margin-left: 18px;}
.sup_t ul li p{width:50px; height:50px; position:relative;float: left;}
.sup_t ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;margin: 0 auto;}
.sup_t ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;margin: 0 auto;}
.sup_t ul li b img,.sup_t ul li em img{ display: block;width:50px; height:50px;}
.sup_t ul li span{display: block;float: left;line-height: 26px;padding: 0 0 0 15px;}
.sup_t ul li i{display: block;font-size: 14px;color: rgba(34,34,34,0.3);text-transform: uppercase;font-weight: normal;}
.sup_t ul li.on{background:#039137 url(../images/case_ico01.png) no-repeat 330px center;}
.sup_t ul li.on:after{content: "";width: 0;height: 0;position: absolute;top: 98px;left: calc(50% - 5px);
border-top:10px solid #039137; 
border-left:10px solid transparent;
border-right:10px solid transparent;}
.sup_t ul li.on span{color: #fff;font-weight: bold;}
.sup_t ul li.on span i{color: rgba(255,255,255,0.3);}
.sup_t ul li.on b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.sup_t ul li.on em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.sup_t ul li:first-child,.sup_m ul li:first-child{margin-left: 0;}
.super dl{height: 732px;position: relative;}
.super dl dt{width: 924px;height: 732px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 50%;margin-left: 36px;}
.super dl dt img{width: 924px;height: 732px;}
.super dl dd{width: 693px;height: 732px;background: url(../images/ys_k.jpg) no-repeat;float: left;padding: 60px 65px 0 60px;margin-left: -56px;box-sizing: border-box;}
.super dl dd h5{font-size: 36px;color: #039137;line-height: 40px;height: 170px;position: relative;}
.super dl dd h5:before{content: "";width: 88px;height: 5px;background: #dce281;position: absolute;bottom: 0;left: 0;}
.super dl dd h5 em{width: 66px;height: 66px;display: block;line-height: 0;overflow: hidden;margin-bottom: 20px;}
.super dl dd h5 em img{width: 66px;height: 66px;}
.super dl dd p{font-size: 16px;color: #666;line-height: 30px;height: 150px;padding: 30px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.sup_qie{padding: 30px 0 0;}
.sup_m ul li{width: 181px;float: left;margin-right: 10px;}
.sup_m ul li em{width: 179px;height: 114px;display: block;line-height: 0;overflow: hidden;border: #039137 1px solid;}
.sup_m ul li img{width: 179px;height: 114px;}
.sup_m ul li span{width:180px; display:block; text-align:center; height:25px; line-height:25px; padding:5px 0 0; overflow:hidden;font-size: 16px;color: #333;}
.c_prev,.c_next{width: 30px;height: 30px;line-height: 0;position: absolute;top: 915px;z-index: 2;cursor: pointer;}
.c_prev a,.c_next a{width: 30px;height: 30px;display: block;}
.c_prev a{background: url(../images/ys_lico01.png) no-repeat;}
.c_prev a:hover{background: url(../images/ys_lico02.png) no-repeat;}
.c_next a{background: url(../images/ys_rico01.png) no-repeat;}
.c_next a:hover{background: url(../images/ys_rico02.png) no-repeat;}
.c_prev{left: 5px;}
.c_next{left: 50px;}

/*新闻资讯*/
.news{padding: 70px 0 0;}
.news_tit{height: 60px;line-height: 60px;text-align: center;overflow: hidden;}
.news_tit a{font-size: 44px;color: #2a2a2a;}
.news_t{height: 50px;padding: 25px 0 0 470px;}
.news_t ul li{height: 25px;line-height: 25px;float: left;width: 160px;overflow: hidden;}
.news_t li a{ font-size:18px; color:#333;}
.news_t ul li em{display: block;float: left;line-height: 0;width: 30px;height: 25px;overflow: hidden;margin-right: 10px;}
.news_t ul li em img{width: 30px;height: 50px;-webkit-transition:all .5s;transition:all .5s;}
.news_t li a:hover,.news_t li.on a{color: #009035;}
.news_t li.on em img{margin-top: -25px;}
.news_con dl{width: 387px;float: left;height: 470px;margin-left: 18px;position: relative;}
.news_con dl:before,.faqs ul li:before{content: "";width: 100%;height: 1px;background: #f0f0f0;position: absolute;bottom: 0;left: 0;}
.news_con dl:after,.faqs ul li:after{content: "";width: 0;height: 1px;background: #039137;position: absolute;bottom: 0;left: 0;z-index: 2;-webkit-transition:all .5s;transition:all .5s;}
.news_con dl dt{width: 387px;height: 290px;line-height: 0;overflow: hidden;}
.news_con dl dt img{width: 387px;height: 290px;}
.news_con dl dd{width: 387px;padding: 20px 0 0;}
.news_con dl dd a{display: block;color: #333;}
.news_con dl dd h5{font-size: 18px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;height: 30px;line-height: 30px;font-weight: normal;}
.news_con dl dd p{padding: 10px 0 0;font-size: 14px;color: #666;line-height: 22px;height: 44px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.news_con dl dd span{display: block;font-size: 14px;line-height: 24px;padding: 15px 0 0;}
.news_con dl:hover dd a{color: #039137;}
.news_con dl:hover:after,.faqs ul li:hover:after{width: 100%;}
.news_con dl:first-child{margin-left: 0;}

/**/
.faqs{padding: 0 0 80px;}
.faqs ul{width: 400px;float: left;}
.faqs ul li{height: 78px;line-height: 78px;position: relative;width: 362px;}
.faqs ul li a{font-size: 16px;color: #666;display: block;padding-left: 22px;position: relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 340px;}
.faqs ul li a:after{content: "";width: 5px;height: 5px;background: #fff;position: absolute;top: calc(50% - 5px);left: 0;border: #039137 2px solid;border-radius: 50%;}
.faqs ul li a:hover{color: #039137;}

/*关于我们*/
.about{background: url(../images/ab_bg.jpg) no-repeat center 0;height: 735px;overflow: hidden;}
.about dl{width: 590px;float: left;padding: 110px 0 0;}
.about dl dt{height: 130px;position: relative;}
.about dl dt:before{content: "";width: 85px;height: 3px;background: #039137;position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.about dl dt a{display: block;font-size: 44px;color: #039137;font-weight: bold;line-height: 54px;}
.about dl dt span{display: block;font-size: 20px;color: #333;font-weight: normal;}
.about dl dt:hover:before{width: 120px;}
.about dl dd{padding: 30px 0 0;}
.about dl dd p{font-size: 16px;color: #333;line-height: 38px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.about dl dd span{display: block;padding: 55px 0 0;}
.about dl dd span a{display: block;width: 145px;text-align: center;height: 40px;line-height: 40px;background: #039137;font-size: 14px;color: #fff;border-radius: 30px;overflow: hidden;}
.about ul{float: right;padding: 120px 0 0;width: 510px;}
.about ul li{width: 120px;text-align: center;transition: all 0.5s;}
.about ul li a{display: block;}
.about ul li em{width: 82px;height: 80px;display: block;line-height: 0;margin: 0 auto;overflow: hidden;}
.about ul li em img{width: 82px;height: 80px;}
.about ul li b{display: block;font-size: 22px;color: #fff;line-height: 28px;padding: 10px 0 0;}
.about ul li i{display: block;font-size: 16px;font-weight: normal;text-transform: uppercase;}
.about ul li:nth-child(1){padding-left: 390px;padding-bottom: 60px;}
.about ul li:nth-child(2){padding-left: 250px;padding-bottom: 40px;}
.about ul li:nth-child(3){width: 160px;}
.about ul li:hover{transform: translateY(-5px);}
.about ul li:hover img{animation: flipInY 1s;}

/*友情链接*/
.f_link{height: 78px;line-height: 78px;overflow: hidden;margin: -78px 0 0 520px;width: 680px;position: relative;z-index: 2;}
.f_link b{display: block;float: left;font-size: 14px;color: rgba(255,255,255,0.9);width: 80px;text-align: right;font-weight: normal;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.9);float: left;width: 600px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.9); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}

/**/
@-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);
  }
}