﻿/*--------全局样式--------*/
body{font-size: 14px;color: #333;line-height: 26px;font-family: "Microsoft YaHei";font-style: normal;overflow-x: hidden;}
form, div, body, img, p, a, img, dl, dd, dt, table, tr, td, th, h1, h2, h3, h4{margin: 0px;padding: 0px;border: 0;}
/* a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;} */
a{color:#333;text-decoration: none !important;}
a:focus{-moz-outline-style: none;}
a:active{outline: none;text-decoration: none;}
ul, li{list-style: none;margin: 0;padding: 0;}
input, textarea, select{border: none;color: #333;margin: 0;padding: 0;font-size: 12px;font-family: "Microsoft YaHei";vertical-align: middle;box-shadow: none;outline: none;}
input:focus, textarea:focus{outline: 0;}
button{outline: 0;}
i,em,b{font-style: normal;}
/*-------- clear --------*/
.clearfloat:after{display:block;clear:both;content:"";}
.fl{float: left;}
.fr{float: right;}
.donghua{
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
}

/* 头部 */
.headcon{background-color: #fff;width: 100%;}
.headcon .headlogo{width: 400px;}
.headcon .headrow img{width: 100%;}
.headphone .hdph_01{display: inline-block;vertical-align: middle;width: 50px;height: 50px;line-height: 50px;}
.headphone .hdph_01 i{font-size: 50px;margin-right: 10px;color: #2a543e;}
.headphone .hdph_02{display: inline-block;vertical-align: middle;}
.hdphquanguo{font-size: 16px;}
.hdphdianhua{font-size: 26px;line-height: 26px;font-family: Arial;margin: 5px 0;}
.headrow{margin-top: 20px;margin-bottom: 20px;}

.head_nav{height: 65px;line-height: 65px;background-color: #283137;}
.head_nav .head_navul li{float: left;width: calc(100% / 8);text-align: center;position: relative;}
.head_nav .head_navul li a{color: #fff;font-size: 16px;display: block;}
.head_nav .head_navul li.navlicur{background-color: #2a543e;}
.head_nav .head_navul li:hover{background-color: #2a543e;}
.head_nav .head_navul li dl{position: absolute;top: 65px;width: 100%;left: 0;background-color: #fff;z-index: 2;display: none;}
.head_nav .head_navul li dl dd{height: 50px;line-height: 50px;text-align: center;border-bottom: 1px solid #efeeee;}
.head_nav .head_navul li dl dd a{color: #000 !important;}
.head_nav .head_navul li dl dd:hover{background-color: #2a543e;}
.head_nav .head_navul li dl dd:hover a{color: #fff !important;}


/*header*/
.headerwarp{width: 100%;height: auto;box-sizing: border-box;position: fixed;top: 0;left: 0;z-index: 15;z-index: 15; box-shadow: 0px 0px 5px rgba(0,0,0,0.2)}
.headerwarp .top{width: 100%;height: auto;background-color: #f9f9f9;box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.headerwarp .header{margin: auto;padding-top: 10px;padding-bottom: 10px;}
.headerwarp .header .right{width: auto;float: right;box-sizing: border-box;display: -webkit-flex;display: flex;-webkit-flex-flow: row;flex-flow: row;-webkit-align-items: center;align-items: center;}
.headerwarp .header .right .item{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;}

.headerwarp .header .right .item .text{font-size: 12px;color: #333333;margin-left: 5px;}
.headerwarp .header .right .item .text span{display: block;font-size: 22px;color: #003f2d;}

.headerwarp .header font{font-size: 14px;display: block;float: left;}

.headerwarp .header .right .item span{font-size: 14px;}
.headerwarp .header .right .item p{display: block;width: 1px;height: 14px;background-color: #fff;margin: 0 20px;}
.headerwarp .header .right .item span i{font-size: 14px;margin-right: 10px;}

.headerwarp .bot{box-sizing: border-box;background-color: #fff;}
.botdivbg{background-color: #fff;height: 100px;}
/*nav*/
.nav{margin: 0;float: right;}
.nav .item a{font-size: 16px;color: #000000;position: relative;box-sizing: border-box;display: block;line-height: 100px;}     


.nav .item .navitem{width: 170px;position: absolute;box-sizing: border-box;display: none;background-color: #fff;box-shadow: 0px 0px 5px rgba(0,0,0,0.5);left: 0;}

.nav .item .navitem a{display: block;font-size: 14px;color: #000;line-height: 45px;padding-bottom: 0;text-align: center;padding: 0;}
.nav .item .navitem a:hover:after{display: none;}
.nav .item .navitem a:hover{background-color: #14964a;color: #fff;}
.nav .item:hover .navitem{display: block;}
.headerwarp .bot .logo{width: auto;display: block;float: left;font-size: 30px;font-weight: 600;margin-top: 30px;color: #21954f;}
.headerwarp .bot .logo img{display: block;width: auto;height: 74px;margin-top: 13px;}
.nav .item{position: relative;float: left;}
.nav .item a{padding: 0 30px;}
.nav .item:hover{background-color: #14964a;}
.nav .item:hover>a{color: #fff !important;}
.nav .item.active>a{color: #fff;background:#14964a}

/* 首页轮播 */
.index_lunbo{position: relative;overflow: hidden;width: 100%;margin-top: 146px;}
#owl-demo .item{
    display: block;
}
#owl-demo img {
  display: block;
  width: 100%;
}
.index_lunbo .owl-controls .owl-buttons .owl-prev,.index_lunbo .owl-controls .owl-buttons .owl-next{
  position: absolute;
  height: calc(100% - 48px);
  margin: 0;
  top: 0;
  background: inherit;
  border-radius: 0;
  width: 10%;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.index_lunbo .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  font-size: 50px;
  /* background: rgba(0,0,0,0.15); */
}
.index_lunbo .owl-controls .owl-buttons .owl-prev:before{
  content: "\e079";
  position: relative;
  top: calc(50% - 25px);
}
.index_lunbo .owl-controls .owl-buttons .owl-next:after{
  content: "\e080";
  position: relative;
  top: calc(50% - 25px);
}
.index_lunbo .owl-controls .owl-buttons .owl-next{
  right: 0;
  font-size: 50px;
  /* background: rgba(0,0,0,0.15); */
}
.index_lunbo .owl-controls .owl-buttons .owl-prev:hover,.index_lunbo .owl-controls .owl-buttons .owl-next:hover{
  background: rgba(0,0,0,0.15);
}
.index_lunbo .owl-pagination{
  position: relative;
  bottom: 123px;
}



/* 关于我们 */


.tongtitle{box-sizing: border-box;text-align: center;margin:auto;margin-bottom: 40px;}
.tongtitle p{font-size: 32px;color: #999999;text-transform: uppercase;margin-bottom: 20px;font-family: monospace;}
.tongtitle h3{font-weight: bold;font-size: 34px;color: #333333;margin-bottom: 20px;}
.tongtitle h4{width: 60px;height: 2px;background-color: #666;margin: 0 auto;}
.tongtitle h6{font-size: 14px;margin-top: 20px;}

/* 产品展示 */
.index_product{margin: 70px 0;}
.in_product .in_product_left h2{background: #21954f;line-height: 60px;font-size: 20px;text-indent: 20px;color: #fff;font-weight: bold;}
.in_product .in_product_left ul li{color: #666;font-size: 16px;line-height: 50px;border-bottom: 1px solid #ddd;text-indent: 20px;list-style: circle;}
.in_product .in_product_left ul li a{color: #666;display: block;}
.in_product .in_product_left ul li:hover{background-color:  #21954f;}
.in_product .in_product_left ul li:hover a{color: #fff;}
.shouhotline {
    background: #21954f url(../images/wz2.png) no-repeat 10% center;
    height: 56px;
    height: 120px;
    color: #fff;
    font-size: 16px;
    padding-left: 100px;
    display: block;
    padding-top: 20px;
}

    
.in_product .in_product_right .in_prtitem{margin-bottom: 30px;}
.in_prtitem .pro_img{display: block;overflow: hidden;height: 215px;border: 1px solid #efebeb;}
.in_prtitem .pro_img .ycd{
    position: absolute;
    opacity: 0;
    text-align: center;
    top: 0;
    font-size: 14px;
    color: #fff;
    z-index: 9;
    padding: 0 30px;
    line-height: 24px;
    width: calc(100% - 30px);
    height: 215px;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #14964a6b;
    }
    .in_prtitem .pro_img:hover .ycd {
        opacity: 1;
    }

.in_prtitem .pro_img img{width: 100%;height: 100%;}
.in_prtitem:hover .pro_img img{transform: scale(1.1);}
.in_prtitem .pro_title{background-color: #f5f5f5;line-height: 50px;width: 100%;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;font-size: 14px;text-align: center;}
.in_prtitem:hover .pro_title{background-color:  #14964a;color: #fff;}

/* 首页应用领域 */
.index_lingyu{margin-bottom: 70px;margin-top: 260px;}
.in_luleft ul li{background-repeat: no-repeat;background-position: 91% 45px;background-color: #fff;padding: 50px 20px;width:calc(50% - 10px);float: left;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);margin-right: 20px;margin-bottom: 20px;}
.in_luleft ul li a{display: block;}
.in_luleft ul li:nth-child(2n){margin-right: 0;}
.in_luleft ul li:hover{background-color:#21954f ;}
.in_luleft ul li:hover h3,.in_luleft ul li:hover p{color: #fff;}
.in_luleft ul li:hover .yuanbiao{background-color: #fff;color: #8E8D8D;}

.in_luleft ul li.active{background-color: #2ba05c;}
.in_luleft ul li.active h3,.in_luleft ul li.active p{color: #fff;}
.in_luleft ul li.active .yuanbiao{background-color: #fff;color: #8E8D8D;}
.in_luleft ul .inlu_li01.active{background-image: url(../images/ny11.png) !important;}
.inlu_li01:hover{background-image: url(../images/ny11.png) !important;}

.in_luleft ul .inlu_li02.active{background-image: url(../images/zz22.png) !important;}
.inlu_li02:hover{background-image: url(../images/zz22.png) !important;}

.in_luleft ul .inlu_li03.active{background-image: url(../images/yj33.png) !important;}
.inlu_li03:hover{background-image: url(../images/yj33.png) !important;}

.in_luleft ul .inlu_li04.active{background-image: url(../images/hg44.png) !important;}
.inlu_li04:hover{background-image: url(../images/hg44.png) !important;}

.in_luleft ul .inlu_li05.active{background-image: url(../images/fz55.png) !important;}
.inlu_li05:hover{background-image: url(../images/fz55.png) !important;}

.in_luleft ul .inlu_li06.active{background-image: url(../images/jt66.png) !important;}
.inlu_li06:hover{background-image: url(../images/jt66.png) !important;}

.in_luleft ul .inlu_li07.active{background-image: url(../images/luicon7.png) !important;}
.inlu_li07:hover{background-image: url(../images/luicon7.png) !important;}

.in_luleft ul .inlu_li08.active{background-image: url(../images/luicon8.png) !important;}
.inlu_li08:hover{background-image: url(../images/luicon8.png) !important;}

.in_luleft ul li h3 {font-size: 18px;font-weight: 600;}
.in_luleft ul li p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #999;
}
.in_luleft ul li .yuanbiao {
    width: 18px;
    height: 18px;
    background: #8E8D8D;
    display: block;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    font-family: Arial !important;
    border-radius: 15px;
}

.in_lurightitem{position: relative;display: none;}
.in_lurightitem:first-child{display: block;}
.in_lurightitem img{width: 100%;display: block;}
.in_lurightitem .yinmiao3 {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
    bottom: 0px;
}
.in_lurightitem .yinmiao3 h3 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0px 10px 20px;
    width: 70%;
    font-weight: 600;
}
.in_lurightitem .yinmiao3 p {
    color: #fff;
    font-size: 12px;
    padding: 0px 0px 0px 20px;
    width: 70%;
}
.in_lurightitem .yinmiao3 a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #2ba05c;
    display: block;
    float: right;
    position: absolute;
    top: 30px;
    right: 20px;
    color: #fff;
    text-align: center;
}

/* 优势修改 */
/* 同标题 */
.protitletong .title02 font {
	font-size: 100px;
	font-weight: bold;
	color: #f7f7f7;
	text-transform: uppercase;
	letter-spacing: -3px;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: -1;
	line-height: 70px;
}
.protitletong {
	text-align: center;
	margin-bottom: 40px;
}
.protitletong .title02 {
	font-size: 38px;
	position: relative;
	font-weight: 700;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 38px;
	margin-bottom: 6px;
}
.protitletong span {
	font-size: 16px;
	color: #666;
}

.index_ysysys{background: url(../images/ysysys.jpg) no-repeat center top;height: 1020px;padding-top: 70px;overflow: hidden;}
 .protitletong .title02 span{font-size: 54px;color: #ff7e00;margin: 0 5px;}
 .protitletong{color: #fff;}
 .protitletong span{color: #fff;}
.ysysyspremv{position: relative;}
.ysysyspremv .jsgy {
    position: absolute;
    z-index: 11;
    transition: all 0.3s linear 0s;
}
.ysysyspremv .jsgy:hover{transform: translateX(-5px);}

.ysysyspremv .m_jsyf1 {width: 266px;left: 50px;top: 432px;}
.ysysyspremv .yfico1 {left: 309px;top: 478px;}

.ysysyspremv .m_jsyf2 {width: 270px;left: 180px;top: 193px;}
.ysysyspremv .yfico2 {left: 379px;top: 285px;}

.ysysyspremv .m_jsyf3 {width: 290px;left: 502px;top: 78px;}
.ysysyspremv .yfico3 {left: 575px;top: 206px;}

.ysysyspremv .m_jsyf4 {width: 270px;left: 840px;top: 192px;}
.ysysyspremv .yfico4{left: 780px;top: 313px;}

.ysysyspremv .m_jsyf5 {width: 240px;right: 78px;top: 438px;}
.ysysyspremv .yfico5 {right: 316px;top: 478px;}
.inysydivji01{position: absolute;left:0;top:679px;}
.inysydivji01 h3{font-size: 30px;font-weight: bold;color: #fff}
.inysydivji01 h3 em{display: block;font-size: 20px;color: #fff;padding-top: 5px;font-weight: normal;}

.inysydivji02{position: absolute;right:0;top:679px;}
.inysydivji02 h3{font-size: 16px;font-weight: normal;color: #e7e2e2;background: url(../images/inico13.png)no-repeat left center;line-height: 29px;text-indent: 82px;}
.inysydivji02 h3 em{display: block;font-size: 30px;color: #fff;padding-top: 5px;font-weight: bold;}

.ysysyspremv .gyico {
    position: absolute;
    width: 146px;
    height: 146px;
    transition: all 0.6s linear 0s;
}
.ysysyspremv .gyico:hover{transform:rotateY(180deg);}
.ysysyspremv .gyico b {
    width: 114px;
    height: 114px;
    overflow: hidden;
    margin: 16px auto 0;
    display: block;
}
.ysysyspremv .jsgy h4 {
    height: 48px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #21954f;
}
.ysysyspremv .jsgy h4 em {
    font-family: "Times New Roman";
    font-size: 33px;
    margin-right: 10px;
    font-weight: bold;
    color: #d0d0d0;
}
.ysysyspremv .m_jsyf1 p {
    text-align: justify;
}
.ysysyspremv .jsgy p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 22px;
}
.ysysyspremv .jsgy p strong {
    color: #ee0000;
}
/* 实力优势 */
.index_youshi{padding: 70px 0;/* background-color: #efefef; */background: url(../images/fl4.jpg) no-repeat;background-size: cover;}
.sikuaiys {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
}
.sikuaiysli {
	width: 25%;
	float: left;
	padding: 40px 10px;
	text-align: center;
	border-right: 1px solid #e1e1e1;
}
.sikuaiysli .pic {
}
.sikuaiysli .pic i {
	display: block;
	margin: 0 auto;
	font-size: 60px;
	line-height: 60px;
	color: #21954f;
}
.sikuaiysli .wen {
	padding-top: 20px;
}
.sikuaiysli .wen p {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding-bottom: 15px;
}
.sikuaiysli .wen span {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.shilimain {
}
.shilimain-left {
	width: 49%;
	float: left;
}
.shilimain01 {
	position: relative;
	margin-bottom: 18px;
	overflow: hidden;
}
.shilimain01 img {
	width: 100%;
}
.shilimain01 p {
	display: block;
	position: absolute;
	z-index: 22;
	top: 0px;
	left: 0;
	padding-top: 10%;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.fangdaimg {
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.shilimain01 p img {
	width: auto;
	display: block;
	margin: 0 auto;
}
.shilimain01:hover img.fangdaimg {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.shilimain01 p strong {
	font-size: 24px;
	display: block;
	color: #fff;
	padding-top: 15px;
}
.shilimain01 p span {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: rgba(255, 255, 255, .4);
}
.shilimain02 {
	width: 49%;
	float: left;
	position: relative;
	overflow: hidden;
}
.shilimain02 img,  .shilimain03 img {
	display: block;
	width: 100%;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.shilimain02 p,  .shilimain03 p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, .6);
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.shilimain03 {
	width: 49%;
	float: right;
	position: relative;
	overflow: hidden;
}
.shilimain02:hover img,  .shilimain03:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.shilimain-right {
	width: 49%;
	float: right;
	position: relative;
}
.shilimain-right .pic {
	overflow: hidden;
}
.shilimain-right .pic img {
	width: 100%;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.shilimain-right:hover .pic img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.shilimain-right .wen {
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 50px;
	background: rgba(0, 0, 0, .7);
}
.shilimain-right .wen p {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;
}
.shilimain-right .wen span {
	display: block;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	width: 80%;
}
.shilimain-right a {
	display: block;
	width: 140px;
	color: #fff;
	font-size: 18px;
	background: #ff7e00;
	line-height: 60px;
	position: absolute;
	right: -18px;
	bottom: -18px;
	text-align: center;
}
.ryrow{margin-top: 50px;}

/* 合作伙伴 */
.index_hezuo{padding-top: 260px;padding-bottom: 70px;}
.hezuocont_ul ul li{float: left;margin-right: 20px ;width: calc(20% - 16px);margin-bottom: 20px;}
.hezuocont_ul ul li:nth-child(5n){margin-right: 0 ;}
.hezuocont_ul ul li img{border: 1px solid #eee;display: block;width: 100%;}
.hezuocont_ul ul li p{margin: 5px 0;text-align: center;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

/* 关于我们 */
.index_us{background: url(../images/aboutbj.jpg) no-repeat center top;padding-bottom: 120px;position: relative;}
.in_ableft{padding: 105px 90px 60px 12px;}
.in_ableft .in_ablefttitle {
    color: #333;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.aboutcont img{max-width: 100%;}
.in_ableft .in_ablefttitle .hong {
    color: #14964a;
    margin: 0 10px;
}
.in_ableft .in_ableftcon{color: #fff;font-size: 15px;line-height: 30px;margin-top: 50px;}
.in_ableftnum{margin-top: 50px;}
.in_ableftnum li{width: 25%;text-align: center;float: left;color: #fff;}
.in_ableftnum li .nump01{font-size: 35px;margin-bottom: 15px;}
.in_ableftnum li .nump02{font-size: 16px;}
.in_abright img{width: 100%;padding-top: 78px;}
.abbotcon{position: absolute;border: 1px solid #e9e9e9;background-color: #fff;}
.abbotcon .abpic{position: relative;text-align: center;margin: 30px 15px;}
.abbotcon .abpic img{width: 100%;}
.abbotcon .abpic p{position: absolute;bottom: 0;width: 100%;height: 40px;line-height: 40px;color: #fff;text-align: center;font-size: 16px;background: rgb(23 144 84 / 54%);}
.abbotcon .abpic_con{text-align: center;margin-bottom: 15px;}
.abbotcon .abpic_con span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.abbotcon .borderright{border-right:1px solid #e9e9e9;
} 
.abbotcon .b1{transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;}

.gongsshi_xs {
	width: 95px;
	height: 95px;
	border: 1px dashed #fff;
	border-radius: 100%;
	position: relative;
	opacity: 0.7;
	margin: 0 auto;
}

.in_ableftnum ul li:hover .gongsshi_xs {
	opacity: 1;
}
.gs_ico01 {
	width: 82px;
	background: #fff;
	border-radius: 100%;
	height: 82px;
	text-align: center;
	margin: 0 auto;
	top: 5px;
	position: absolute;
	left: 5px;
}
.gs_ico01 img {
	text-align: center;
	display: inline-block;
	padding: 20px 0;
}
.in_ableftnum .title01 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.gongshi_ico {
	padding: 40px 0;
    overflow: hidden;
    width: 100%;
    height: 170px;
}

/* 首页新闻资讯 */
.index_news{padding: 70px 0;background: #f1f1f1;}
.innewscont{background-color: #fff;}
.innewscont_left{width: 65%;border-right: 1px solid #eee;}
.innewscont_right{width: 35%;}
.innews_nav {position: relative;border-bottom: 1px solid #eee;}
.innews_nav span{position: absolute;right: 10px;top: 22px;}
.innews_nav span a{color: #999;}
.innews_nav span a:hover{color:#2a9f5a;}
.innews_nav  ul li {
    float: left;
    cursor: pointer;
    width: 205px;
    height: 65px;
    text-align: center;
}
.innews_nav ul li.on {background: #2a9f5a;}
.innews_nav ul li.on .xinwen_title{color: #fff;}
.innews_nav ul li.on .xinwen_ico .xin_ico01h{display: none;}
.xinwen_ico {
    float: left;
    width: 36px;
    height: 26px;
    overflow: hidden;
    position: relative;
    top: 20px;
    left: 47px;
}
.xinwen_ico .xin_ico01{display: block;}
.xinwen_title {
    font-size: 16px;
    color: #333;
    line-height: 65px;
}
.innewscont_rongitem{padding: 30px;display: none;}
.innewscont_rongitem:first-child{display: block;}
.innewscont_rongitem .inr_left{width: 48%;}
.innewscont_rongitem .inr_left img{width: 100%;display: block;transition:all 0.8s;}
.innewscont_rongitem .inr_left a{display: block;}
.innewscont_rongitem .inr_left p{font-size: 16px;margin: 10px 0;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;}
.innewscont_rongitem .inr_right{width: 48%;}
.innewscont_rongitem .inr_right ul li a{
	padding: 0 15px;
    display: block;
    background: url(../images/xinwen_di.png)no-repeat left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    line-height: 46px;
    border-bottom: 1px dashed #eee;
}
.innewscont_rongitem .inr_right ul li a:hover{
	color:#2a9f5a;
}
.innewscont_rongitem .inr_left img:hover{
	transform:scale(1.05)
}
.weiti_bt {
    height: 65px;
    border-bottom: 1px solid #eee;
    line-height: 65px;
    padding: 0 25px;
}
.gduo a {
    font-size: 14px!important;
    color: #999;
}
.gduo a:hover{color:#2a9f5a;}
.wenticon_ul ul{padding: 0 15px;}
.wenticon_ul ul li .wenti01{padding: 14px 0 0 0;}
.wenticon_ul ul li .title02{padding: 10px 11px;}
.wenticon_ul ul li  .wenti01 img {
    float: left;
    padding-right: 15px;
}
.wenticon_ul ul li  .title02 p {
	line-height: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}
.wenticon_ul ul li  .note {
    margin-left: 43px;
}
.wenticon_ul ul li  .note p {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.youqinglinks{margin-top: 50px;font-size: 16px;}
.youqinglinks a{font-size: 16px;display: inline-block;margin: 0 8px;}
/* 产品导航 */
.prolist_nav  .one {
    width: 100%;
    border: 1px solid #efefef;
    padding: 0 1.5%;
}
.border-box{
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
}
.prolist_nav .one .category {
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.prolist_nav .one .category::before {
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    margin: 0 auto;
    content: '';
}
.prolist_nav .one .category .text-one {
    width: 70px;
    min-height: 1px;
    letter-spacing: 6px;
    color: #666;
    margin-right: 5px;
    margin-top: 8px;
	font-size: 16px;
	display: inline-block;
}
.prolist_nav .one .category .text-two .text.on {
    background: #21954f;
    color: #fff;
}
.prolist{margin-top: 50px;}
.prolist_nav .one .category .text-two .text:hover{background: #21954f;color: #fff;}
.prolist_nav .one .category .text-two .text {
    color: #666;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 5px 15px 5px 0;
	display: inline-block;
}
.prolist_nav{margin: 40px 0;}
.prolist_nav .text-two{width: calc(100% - 100px);}

/* 底部 */
.footcon{padding: 40px 0;background: #282828;}
.footcon .footcon_li1{width: 20%;float: left;}
.footcon .footcon_li2{width: 18%;float: left;border-left: 1px solid #323232;border-right: 1px solid #323232;}
.footcon .footcon_li3{width: 18%;float: left;border-right: 1px solid #323232;}
.footcon .footcon_li4{width: 30%;float: left;text-align: left;padding-left: 70px;}
.footcon .footcon_li5{width: 14%;float: left;}
.footcon .footcon_li5 img{width: 120px;height: 120px;}
.footcon .footcon_li5 p{color: #777;margin-top: 10px;}
.footcon ul li{text-align: center;height: 210px;}
.footcon ul li dl dt{margin-bottom: 16px;}
.footcon ul li dl dt a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.footcon ul li dl dd a,.footcon ul li dl p{
    color: #777;
    font-size: 14px;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footcon ul li dl dd a:hover{
	color:#21954f;
}
.footer-bottom{padding: 20px 0;border-top:1px solid #464343;font-size: 14px;background-color: #282828;color: #777;}
.footer-bottom a{font-size: 14px;color: #777;}
.footer-bottom a:hover{color:#21954f;}
/* 搜索 */
.search {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}
.searchcon p {
    color: #444;
    line-height: 82px;
}
.searchcon a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}
.p1-search-1-inp1 {
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
	border: 0;
}
.searchconform {
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}
.p1-search-1-inp2 {
    width: 30px;
    height: 30px;
    background: url(../images/sousuo.png) no-repeat;
    float: right;
    cursor: pointer;
	border: 0;
	margin-right: 5px;
}

/* 位置 */
.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
	line-height: 50px;
}
.blkcon{margin-bottom: 20px;margin-top: 10px;}
.p12-curmbs-1 b {
    border-left: 10px solid #21954f;
    font-weight: normal;
    padding-left: 8px;
}

/* 内页 */
.sortnav{margin-bottom: 20px;}
.sortnav_tit {
    background: #21954f;
    height: 80px;
}
.sortnav_tit h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.sortnav_item h3 {
    height: 50px;
    line-height: 50px;
    background: #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}
.sortnav_item h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
   width: calc(100% - 100px);
    margin-left: 38px;
    color: #666;
	float: left;
}
.sortnav_item h3  i{font-size: 25px;display: block;float: right;cursor: pointer;color: #fff;width: 60px;text-align: center;}
.sortnav_item dl {
    padding: 2px 0 4px;
	display: none;
}
.sortnav_item dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}
.sortnav_item a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #666;
	    font-weight: normal;
}
.sortnav_item dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cbgg-01-img img {
    width: 100%;
    display: block;
}
.cbgg-01 p {
    padding-top: 15px;
}
.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}
.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}
.cbgg-01 {
    background: #283137;
    text-align: center;
    color: #fff;
}
.sortlist{margin-bottom: 50px;}
.sortnav_item h3:hover{background-color: #21954f;color: #fff;}
.sortnav_item h3:hover a{color: #fff;}
.sorcur{background-color: #21954f !important;color: #fff ;}
.sorcur a{color: #fff !important;}

.sortnav_item dt:hover{background-color: #0b944d;}
.sortnav_item dt:hover a{color: #fff;}
.sortnav_item dt:hover a:after{border: 2px solid #fff;}
.sorttitccon{height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    font-size: 24px;}
.sorttitccon span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #21954f;
}
/* 产品列表 */
.index_cpitem{margin-bottom: 30px;}
.index_cpitem a.img {
    width: 100%;
    overflow: hidden;
    position: relative;display: block;
}
.index_cpitem img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    display: block;
}
.index_cpitem:hover img {
	transform: scale(1.06, 1.06);
}
.index_cpitem a.txt {
	display: block;
	border: 1px solid #ddd;
	background: #fff;
	height: 68px;
	
	position: relative;
	border-top: 0 none;
}
.index_cpitem h3 {
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	line-height: 68px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 16px;
}
.index_cpitem em {
	position: absolute;
	right: 30px;
	top: 28px;
	width: 10px;
	height: 16px;
	background: url(../images/icon.png) no-repeat;
	background-position: -248px 0;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	
	  
	    vertical-align: middle;
}
.index_cpitem:hover h3 {
	padding-left: 25px;
}
.index_cpitem:hover em {
	background-position: -268px 0;
}
.index_cpitem:hover .txt {
	background: #279854;
	color: #fff;
	border: 1px solid #21954f;
	border-top: 0 none;
}
.index_cpitem .item_mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}
.index_cpitem .item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background: url(../images/icon.png) no-repeat;
	background-position: -100px -156px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;

  
    vertical-align: middle;
}
.index_cpitem:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.index_cpitem:hover .item_link_icon {
	/* transform: translateY(-21px); */
	opacity: 1;
	filter: Alpha(opacity=100);
}
.tuijiancon ul li{padding: 15px 0;border-bottom: 1px solid #E8E9EF;}
.tuijiancon ul li:last-child{border-bottom: none;}
.tuijiancon ul li .tj_img{width: 110px;}
.tuijiancon ul li .tj_con{width: calc(100% - 125px);}
.tuijiancon ul li .tj_tit{font-size: 14px;color: #908787;line-height: 22px;height: 40px;overflow: hidden;}
.tuijiancon ul li .tj_time{font-size: 14px;margin-top: 15px;}

/* 产品详情右侧 */
.cont_left img{border:1px solid #ccc;width: 100%;}
.cont_righttit {
  
  font-size: 24px;
  font-weight: normal;
  line-height: 48px;
  color: #4a4a4a;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	padding-bottom: 6px;
}

.cont_jxq p {
    font-size: 14px;
    line-height: 30px;
   color: rgb(102, 102, 102);
    overflow: hidden;
}

.protelcon{
	border-top: 2px solid #e6e6e6;
	    padding-top: 10px;
	margin-top: 60px;
	width: 100%;
}
.prozixun{
	width: 114px;
	height: 44px;
	background: #21954f;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
}
.weizhirow{margin-bottom: 20px;}
.prozixun a{display: block;color: #fff;}
.protelicon i{font-size: 50px;color: #21954f;}
.protel{color: #21954f;}
.proneirong_titnav{ border-bottom: 1px solid #ddd;}
.proneirong_tit{text-align: center;}
.proneirong{margin-top: 40px;}
.proneirong_tit{margin-bottom: 30px;}
.proneirong_tit h4 {
    line-height: 40px;
    font-size: 30px;
    color: #212325;
    font-weight: bold;
}
.proneirong_tit p {
    font-size: 14px;
    width: 270px;
    height: 28px;
    border-radius: 2rem;
    text-align: center;
    background: #ff7e00;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    display: block;
    margin: 5px auto;
}
.nextdiv{margin-top: 30px;}
.nextdiv p{font-size: 15px;line-height: 28px;}
.nextdiv a{color: #000;}
.nextdiv a:hover{color: #21954f;}

.articlecon{margin-top: 15px;}
.article_xort{border-bottom: 1px solid #f2f2f2;text-align: center;}
.article_tit{text-align: center;margin-bottom: 30px;font-size: 26px;line-height: 30px;color: #535353;font-weight: normal;}
.article_xort span{display: block;font-size: 13px;color: #909090;}
.article_xort a{display: block;width: 80px;height: 25px;font-size: 13px;color: #fff;line-height: 25px;text-align: center;background-color: #ff7e00;}
.article_xq{font-size: 15px;line-height: 26px;margin: 15px 0;}
.article_xq img{max-width: 100%;}

.article_tuijian{padding: 8px 20px;background: #f5f5f5;}
.article_tuijiantit{font-size: 24px;font-weight: normal;line-height: 55px;color: #4b4a4a;}
.article_tuijian ul li{line-height: 48px;border-top: 1px dashed #dbdbdb;}
.article_tuijian ul li:first-child{border-top: none;}
.article_tuijian ul li .art_tjleft{width: calc(100% - 80px);overflow: hidden;white-space: normal;text-overflow: ellipsis;}
.article_tuijian ul li .art_tjright{width: 70px;}

/* 新闻列表 */
.sort_newsul li{border: 1px solid #dedede;padding:25px;overflow: hidden;background: #fff;margin-bottom: 25px;}
.sort_newsul li .sort_imgdiv{overflow: hidden;width: 260px;}
.sort_newsul li .sort_imgdiv img{width: 100%;}
.sort_newsul li:hover .sort_imgdiv img{transform: scale(1.1);}
.sort_newsul li .sort_newscont{width: calc(100% - 300px);}
.sort_newsul li .sort_newscont h4{display: block;
   line-height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;font-size: 18px;font-weight: normal;margin-bottom: 5px;}
.sort_newsul li .sort_newscont .sort_newscontent{
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.sort_newsul li .sort_newscont .sort_newsdate i{margin-right: 5px;color: #797979;}
.sort_newsul li .sort_newscont .sort_newsmore {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
  
    background: #b6b6b6;
    color: #fff;
}
.sort_newsul li:hover{border-color: #21954f;}
.sort_newsul li:hover .sort_newscont h4{color: #21954f;}
.sort_newsul li:hover .sort_newscont .sort_newsmore{background-color: #21954f;color: #fff;}

/* 联系我们页面 */
.contactconrow01 .conwen{padding-bottom: 30px;border-bottom: 1px solid #e1e1e1;padding-top: 30px;}
.contactconrow01 .conwen h2 {
    font-size: 24px;
    color: #14964a;
    padding-bottom: 15px;
}
.contactconrow01 .conwen p.xiaowenzi {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: block;
   
}
.contactconrow02{padding: 50px 0;}
.contactconrow02 .ctrow02_left .lxdianh {
    display: block;
    width:160px;
    float: left;
}
.contactconrow02 .ctrow02_left .lxdianh img {
   width: 100%;
}
.contactconrow02 .ctrow02_left .lxlogo p {
    display: block;
    float: left;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
.contactconrow02 .ctrow02_left .lianxixing {
    padding: 30px 0 0 0;
}
.contactconrow02 .ctrow02_left .lianxixing p {
    font-size: 14px;
    color: #666;
    line-height: 33px;
}
.contactconrow02 .ctrow02_left .gzh {
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 3px;
    float: left;
}
.contactconrow02 .ctrow02_left .gzh p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.contactconrow02 .ctrow02_left .gzh img {
    width: 160px;
}
.contactconrow02 .ctrow02_left .lxlogo p font {
    display: block;
    color: #999;
    margin-top: 10px;
}
.contactconrow02 .ctrow02_left .lxlogo p span {
    font-size: 30px;
    font-weight: 700;
    color: #ff7e00;
}

.ctrow02_right .mub01Titls h4 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
}
.ctrow02_right .mub01Titls h4 i.xianR {
    width: 25px;
    height: 2px;
    background: #21954f;
    display: block;
    margin: 25px 0;
    clear: both;
}
.ctrow02_right .box1 .Input {
    width: 49%;
    float: left;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.ctrow02_right .box1 .Input1 {}

.ctrow02_right .box1 .Input2 {
    float: right;
}

.ctrow02_right .box1 .Input input {
    width: 100%;
    line-height: 53px;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

.ctrow02_right .box1 textarea {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin: 15px 0;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    padding: 10px 15px;
}

.ctrow02_right .box1 .submit {
    width: 49%;
    float: right;
    line-height: 53px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #2ba05c;
    overflow: hidden;
    border-radius: 5px;
    border: none;
}
.ctrow02_right .yzmtj .sr {
    width: 49%;
    float: left;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #999;
}

.ctrow02_right .yzmtj .sr input {
    width: 100%;
    line-height: 53px;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

.ctrow02_right .yzmtj img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	height: 100%;
}
.contactconrow03{margin: 60px 0;}
.contactconrow03 h2{font-size: 32px;margin-bottom: 20px;text-align: center;line-height: 36px;font-weight: bold;}

.picpicsort{margin-bottom: 50px;}


.aboutbgimg_con .abtit_title{font-size: 24px;line-height: 24px;margin-bottom: 50px;color: #21954f;text-align: center;}
.aboutbgimg_con .abtit_xqcon{font-size: 16px;line-height: 28px;}
.aboutbgimg_con .abtit_xqcon img{max-width: 100%;}
.aboutbgimg_con{background:url(../images/abouditu.jpg) no-repeat bottom;padding-top: 70px;padding-bottom: 140px;}
.aboutbgimg_con_left p{line-height: 33px;}
/* 相册 */
.qiye_listitem{background: #f0f0f0;margin-bottom: 30px;}
.qiye_listitem:hover a{color: #fff;}
.qiye_listitem:hover .qiye_itemtitle a{background: #21954f !important;}
.qiye_itemimg{border: 1px solid #e5e5e5;background: #fff;border-bottom: none;}
.qiye_itemimg a{display: block;}
.qiye_itemimg img{display: block;width: 100%;}
.qiye_itemtitle a{display: block;color: #4b4a4a;height: 50px;font-size: 14px;line-height: 50px;text-align: center;padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f0f0f0;}

.sortlistcontnav{font-size: 0;text-align: center;}
.sortlistcontnav{margin: 50px 0;}
.sortlistcontnav li:first-child {
    border-radius: 30px 0 0 30px;
    border-left: 1px solid #d9d9d9;
}
.sortlistcontnav li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 160px;
    border: 1px solid #d9d9d9;
    border-left: none;
}
.sortlistcontnav li a {
    display: block;
    font-size: 18px;
    text-decoration: none;
}
.sortlistcontnav li:last-child {
    border-radius: 0 30px 30px 0;
}
.sortlistcontnav li:hover{background-color: #21954f;border-color: #21954f;}
.sortlistcontnav li:hover a{color: #fff;}
.sortlistcontnav li.cur{background-color: #2e9b59;border-color: #239650;}
.sortlistcontnav li.cur  a{color: #fff;}

.aboutxqcon{margin-bottom: 50px;}
.aboutxqcon img{max-width: 100%;}
.aboutxqcon p{font-size: 16px;line-height: 30px;}


/* 加盟 */

.jiamengsortitem{ width:100%;}
.jiamengsortitem .slide{ width:100%; height:393px; margin-top:3%;}
.jiamengsortitem .slide .img{ width:50%; height:100%; overflow:hidden;}
.jiamengsortitem .slide .content{ width:50%; height:100%; overflow:hidden; position:relative; padding:5% 4.3% 0;}
.jiamengsortitem .slide .content .background{ width:100%; height:100%; background:#E6ECEA;position:absolute; top:0; left:0; z-index:2;}
.jiamengsortitem .slide .content .title{ width:100%; color:#333; position:relative; z-index:3;font-size: 28px;}
.jiamengsortitem .slide .content .brief{ width:100%; line-height:35px; color:#666; position:relative; z-index:3; margin-top:4.5%;font-size: 14px;}
.jiamengsortitem .slide.to .content .background{ -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); transform:rotateY(180deg);}
.jiamengsortitem .slide.none{ margin-top:0;}
.jiamengsortitem .slide .img img{width: 100%;height: 100%;display: block;}
.jiamengsortitem .slide .img{position: relative;}

/* 视频中心 */
.video_left{width: 60%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;overflow: hidden;}
.video_left h3{font-size: 24px;color: #003f2d;text-transform: uppercase;width: 20%;position: relative;position: relative;margin-top: 40px;}
.video_left h3:after{content: '';display: block;width: 130px;height: 1px;background-color: #003f2d;position: absolute;right: -65px;top: 50%;z-index: 2;}
.video_left .imgbox{width: 80%;overflow: hidden;position: relative;}
.video_left .imgbox img{display: block;width: 100%;transition: all .6s;}
.video_left .imgbox:hover>img{transform: scale(1.1);}
.video_left .imgbox a{display: block;width: 40px;position: absolute;top: 50%;left: 50%;margin-top: -20px;margin-left: -20px;}
.video_left .imgbox a img{direction: bl;width: 100%;}

.video_right{width: 40%;box-sizing: border-box;padding-left: 70px;} 
.video_right h3{font-size: 24px;color: #333333;margin-bottom: 20px;font-weight: bold;}
.video_right p{position: relative;padding-left: 20px;font-size: 16px;color: #333333;margin-bottom: 20px;}
.video_right p:before{content: '';display: block;width: 4px;height: 4px;background-color: #333333;position: absolute;left: 0;top: 5px;}
.video_right .link{margin-top: 40px;}
.video_right .link a{width: 170PX;height: 40PX;line-height: 40px;margin-bottom: 20px;}
.video_right .link a:last-child{margin-bottom: 0;}


/* 手机导航 */
.cavincon{display: none;}
.cavincon i{font-size:50px;}

.canvi-navigation li a {
    font-size: 18px;
    display: block;
	line-height: 36px;
}
.is-canvi-open .canvizhezhao {
    background: rgba(0, 0, 0, .3) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.canvi-navigation li i {
	float: right;
	display: block;
	padding-left: 20px;
}

.canvi-navigation li .mobnavson {
	display: none;
}

.canvi-navigation li .mobnavson a {
	font-size: 16px;
	color: #a09d9d;
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.myCanvasNav {
    z-index: 101 !important;
}
/* 手机导航 */
.index_fuwu{padding: 80px 0;}
.infuwucon{background: url(../images/parjzbg.jpg) no-repeat;background-size: cover;}





/* 客服 */
.cndns-right *:hover {text-decoration: none;}
.cndns-right * {text-decoration: none;}
.cndns-right li { list-style: none;}
.cndns-right #zixunUl { margin: 0; padding: 0;}
.cndns-right{display:none;position:fixed;right:10px;top:50%;margin-top:-100px;z-index:100; font-family: Arial,"Microsoft YaHei" !important; background: #f1f1f1; border: 1px solid #e0e0e0; filter:alpha(opacity=9); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; z-index: 99999;}
.cndns-right i { font-style: normal !important;}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:75px;height:80px;text-align:center;display:block;position:relative;text-decoration: none; border-top: 1px solid #e0e0e0;}
.cndns-right-btn:hover { background: #fff;}
.cndns-right-btn span{color: #14964a;font-size:28px !important;line-height:52px;}
.cndns-right-btn sup{display:block; min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#21954f;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#333;font-size:12px;line-height:18px;padding-top:0px;margin: 0; text-decoration: none; padding-bottom: 10px;}
.cndns-right-meau:hover .cndns-right-btn p{display:block; text-decoration: none;}
.meau-car .cndns-right-btn {border-color:#21954f;margin-bottom:20px;text-decoration: none;}
.meau-car .cndns-right-meau:hover .cndns-right-btn{background-color:#21954f;text-decoration: none;}
.meau-car .cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block; text-decoration: none;}
.meau-code .sev-t img { width: 134px; height: 134px; margin: 0; padding: 0;}
.meau-car .cndns-right-btn span{color:#21954f;}
.meau-top .cndns-right-btn span{font-size:24px !important;line-height:38px;padding-top:10px;}
.meau-top .cndns-right-btn i{display:block;color:#333; font-size: 12px;}
.meau-top.cndns-right-meau:hover .cndns-right-btn{}
.cndns-right-box{position:absolute;top:-15px;right:62px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border-top: 4px solid #2ba05c;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative;overflow: hidden;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{color: #2ba05c;font-size:22px;line-height:28px;padding: 0;margin: 0;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#888;font-style:normal !important;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:50%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#888;font-size:14px;padding-left:43px;background:url(../images/zxqq.png) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#21954f}
.meau-sev .cndns-right-box .box-border{width:300px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;}
.meau-code .cndns-right-box .box-border i{display:block;color:#666;font-size:14px;line-height:22px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-zs .cndns-right-btn{background-color:#21954f;color:#fff;margin-top:80px;border-color:#21954f}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
.sev-t { overflow: hidden;}
.dibulogo{text-align: center;}
.dibulogo img{height: 140px;max-width: 100%;}
.dubulable{margin-top: 15px;}

.zhengshuimg{overflow: hidden;}
.zhengshuitema p{font-size: 14px;text-align: center;background-color: #f5f5f5;padding: 10px 0;margin: 0;}
.zhengshuitema img{width: 100%;transition: all .4s;}
.zhengshuitema:hover p{background-color: #21954f;color: #fff;}
.zhengshuitema:hover img{transform: scale(1.1);}

.index_jiameng .protitletong span{color: #fff;}
.index_jiameng .protitletong .title02{color: #fff;}

/* 产品详情样式 */
.xqxq02{font-size: 22px;color: #21954f;text-align: center;margin: 20px 0;}
.xqxq03{text-align: center;}
.xqxqxq03{margin: 30px 0;}
.xqxq04{text-align: center;}
.xiangqing{padding-bottom: 30px;}
.xiangqing table{margin: 0 auto;padding: 4px;border: 2px solid #21954f;}
.xiangqing table td{padding: 10px 0 !important;}
.xiangqing table tr:nth-child(odd){background-color: #c3f7e9;}
.xiangqing table .firstRow{background-color: #fff !important;}
.xiangqing img{
	width: 100%;
	max-width: 50%!important;
}


/* 内页展示 */
.lanmuimg{margin-top: 146px;}
.neiye_con{margin: 60px 0;}
.mianbxContent {
    
    text-align: left !important;
    font-size: 14px !important;
    background: url(../images/zhuye.png) left 6px no-repeat;
    padding-left: 25px;
    line-height: 35px !important;
    height: 41px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #ccc;
}
.mianbxContent a:hover{color: #21954f;}
/* advantages */
.index-advantages-wrap { width: 100%; overflow: hidden;}
.index-advantages-wrap i { background: url(../images/advantages_background@2x.png) no-repeat top; display: block; width: 100%; height: 56px;}
.index-advantages { width: auto; overflow: hidden; padding: 10px 0px 50px;}
.index-advantages-title {width: 100%;overflow: hidden;margin: 0 auto;}
.index-advantages-name { width: 50%; overflow: hidden; float: left; text-align: right; padding-right: 2%}
.index-advantages-name h3 {
	font-size: 80px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-image: -webkit-linear-gradient(left,#14964a,#22a75a); /* 为文本元素提供渐变背景 */
	-webkit-background-clip:text;  /* 使用透明颜色填充文本 */
	-webkit-text-fill-color:transparent; /* 使用透明颜色填充文本 */
}
.index-advantages-subtitle { width: 48%; overflow: hidden; float: left; margin-top: 12px;}
.index-advantages-subtitle h5 {font-size: 36px;color: #1a9e51;}
.index-advantages-subtitle span { font-size: 26px; color: #6a6a6a; display: inline-block; padding-top: 5px; letter-spacing: 1.2px;}

.index-advantages-main { width: 84%; overflow: hidden; margin: 40px auto 20px;}
.index-advantages-main ul li { float: left; width: 25%; text-align: center;}
.index-advantages-img { width: auto; overflow: hidden; height: 220px;cursor:pointer}
.index-advantages-img img:hover{
  transform: rotate(360deg);
}
.index-advantages-img img {width: auto;display: block;margin: 0 auto;transition: all 0.5s linear 0s;}
.index-advantages-text { width: 72%; overflow: hidden; font-size: 20px; font-weight: bold; color: #555; margin: 0 auto; font-family: myFirstFont;}
.index-advantages-text strong {font-size: 24px;color: #14964a;display: inline-block;font-family: myFirstFont;}

.indexabout{width: 78%;overflow: hidden;margin: 0 auto; padding: 70px 0}

.indexabout-1{width: 100%;overflow: hidden;font-size: 32px;line-height: 60px;font-weight: bold}
.indexabout-2{font-size: 20px;margin-top: 25px;line-height: 40px}
.indexabout-more{width: 100%;margin-top: 30px}
.indexabout-more a{width: 170px; height: 40px;line-height: 40px; color: #c8a034;border-radius: 7px;border: 1px solid #c8a034;text-align: center;display: block}


.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	margin-left: 30px;
	margin-top: 20px;
	justify-content: center;
	}
  
  .page-link {
	position: relative;
	display: block;
	padding: 10px 10px;
	margin-left: -1px;
	/* line-height: 1.25; */
	color: #21954f;
	background-color: #fff;
	border: 1px solid #dee2e6;
	}
  .page-num{
    border-color: #dee2e6;
  }
  .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #21954f;
	border-color: #dee2e6;
	}
  .pagination .page-num{
    border: 1px solid #dee2e6;
    padding: 10px 10px;
  }
  .pagination .page-num-current{
      background: #21954f;
      color: #fff;
  }
  .page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
  }
  
  .page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
  }
  
  .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
  }
  
  .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
  }
  
  .pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
  }
  
  .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
  }
  
  .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
  }
.index_lunbo .vitxt{
    position: absolute;
    top: 16%;
    left: 10%;
    background: #438a606e;
    padding: 60px;
    border-radius: 20px;
}
.index_lunbo .vitxt h1{
    font-weight: 600;
    color: #fff;
}
.index_lunbo .vitxt p{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}
