<style>
/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #ff9012;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.box{width:1350px;
    height: auto;
    margin: 0 auto;}
/*隐藏后台自带版权DIVlpm*/

/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.bg{ width: 100%; min-width: 1200px;}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


 @keyframes icon-bounce {
  0%, 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
/*抬头*/
#head_bg{background: #f5f5f5;width: 100%;min-width: 1200px;height: 40px;line-height: 40px;z-index: 3;position: relative;}
.head_r{margin-top: 6px;}
.head_a{margin-top: 8px;margin-right: 20px;}
.head_s{margin-top: 8px;margin-right: 20px;}
/*导航*/
.top{position: relative;height: 120px;}
.logo{position: absolute;top:0px;left: 0px;z-index: 2;}
.name{margin-left: 195px;margin-top: 38px;}
.name p{font-size: 24px;font-weight: bold;color: #333;margin-bottom:4px;}
.name span{color: #ffa918;font-size: 12px;}

.nav{width: 100%; height: 38px;}
.NavCeshi{margin-top:42px;}
.nav ul li{ float: left; display: block; width:105px; position: relative;}
.nav ul li a{ display: block; line-height: 35px; color: #333; font-size: 15px; text-align: center; position: relative; z-index: 3333}
.nav ul li:after,.nav ul li:after{content: ''; display: block; background:#00922d;width: 100%; height: 35px; position: absolute; top:0px; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;border-radius: 50px;z-index: 2222}
.nav ul li.navcurrent:after,.nav ul li:hover:after{ opacity: 1; filter: alpha(opacity=100); top: 0;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #fff;}


.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width: 210px;border-top: #00922d 3px solid;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(10px, 18px, 0px);-webkit-transform: translate3d(10px, 18px, 0px);z-index: 9999;left:-60px;top: 62px;}
.nav ul li>ul li a{background: #00922d;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 14px 0 14px 30px;width: 180px;height: 20px;line-height: 20px;display: block;color: #fff;font-size: 13px;text-align: left;    -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>ul li{width: 180px;}

.nav ul li>ul li a:hover{background: #fff; text-indent: 10px;color: #00922d;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(10px, 13px, 0px);-moz-transform: translate3d(10px, 13px, 0px);-webkit-transform: translate3d(10px, 13px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav ul li>ul li:nth-child(1){margin-left: 0px;}
.nav ul li>ul li:nth-child(2){margin-left: 0px;}
.nav ul li>ul li:nth-child(3){margin-left: 0px;}
.nav ul li>ul li:nth-child(4){margin-left: 0px;}
.nav ul li>ul li:nth-child(5){margin-left: 0px;}
.nav ul li>ul li:nth-child(6){margin-left: 0px;}
.nav ul li>ul li:nth-child(7){margin-left: 0px;}


/*幻灯片*/
.banner{ overflow: hidden;background:#eee}
.banner-box{ min-width:1200px; height:600px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:600px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 170px; left: 0; margin-left: 0; height: 194px; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:90px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/zhanfu/uploadfile/image/20181130/20181130164702_1413620487.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/zhanfu/uploadfile/image/20181130/20181130164702_1413620487.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; top: 380px; width: 100%; display: block; }
.banner-box .hd ul { width: 1200px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background: #00922d; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

.banner-n{min-width:1200px;height:350px;position:relative;overflow:hidden;}
.banner-n .bd{ width:100% !important;}
.banner-n .bd li{width:100% !important;height:350px;background-position: center;background-repeat: no-repeat;}
.banner-n .bd li a{display:block;background-size:auto;}
.banner-n .banner-btn{ width: 100%; position: absolute; top: 75px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-n .banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-n .banner-btn a.prev{left:-50px;background:url(//memberpic.114my.com.cn/dgtaicheng/uploadfile/image/20180719/20180719194048_704966419.png) no-repeat 0 0;} 
.banner-n .banner-btn a.next{right:-50px;background:url(//memberpic.114my.com.cn/dgtaicheng/uploadfile/image/20180719/20180719194048_704966419.png) no-repeat -49px 0;}
.banner-n .hd {position:absolute;top:240px;width: 100%;display: block;}
.banner-n .hd ul{ text-align: center}
.banner-n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-n .hd ul li.on{ background:#00922d; width: 32px; }
.banner-n:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}

/*搜索*/
	
	.search_nbg{width: 100%; min-width:1200px; height:75px; margin:0 auto;position:absolute; top:510px;background: #fff;border-bottom: 1px #e1e1e1 solid;}
	.search_bg{width: 100%; min-width:1200px; height:75px; margin:0 auto;background: #fff;border-bottom: 1px #e1e1e1 solid;}
	#search{ color: #999;
		width:1200px;	
		height:75px;
		margin:0 auto;
		line-height:75px;		
		}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01{ float:left; width:800px; padding-left:2px;position: relative;}
.search_01:after{content:"";position: absolute;top:73px;left: 0px;width: 113px;height: 3px;background:#00922d;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #ed0626;}
	.search_02 form{padding-left:0;}
	.search_02{
		height:34px;
		width:260px;
		overflow:hidden;
		margin-top:22px;
		float:right;
		}

	.search-i{ 
		width:29px; 
		overflow:hidden; 
		height:32px;
		}
	.search-bg{
		float:left;
		width:221px;
		height:32px;
		overflow:hidden;
		padding-left:10px;
    background: #eee;
    border-radius: 20px 0px 0px 20px;
border-right: none;
		}


/*介绍*/
.present{position: relative;}
.present_t{position: absolute;top:0px;right:0px;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222155744_1889548530.jpg)no-repeat;width: 234px;height:291px;display: block;padding-top: 38px;padding-left: 30px;padding-right: 22px;}
.present_w{width: 222px;border-bottom: 1px #fff solid;color: #fff;margin-top: 32px;margin-bottom: 38px;}
.present_w p{font-weight: bold;font-size: 24px;}
.present_w span{font-size: 16px;display: block;margin-top: 6px;padding-bottom: 10px;}
.present_w1{margin-top: 48px;}
.present_w1 p{font-size: 32px;color: #00922d;font-weight: bold;}
.present_w1 span{font-size: 15px;line-height: 24px;display: block;margin-top: 18px;}




.serv_c{height: 72px;overflow: hidden;    margin-top: 36px;}
.serv_c dl{width:180px;float: left;border-right: 1px #e1e1e1 solid;    cursor: pointer;}
.serv_c dl:first-child{border-left: 1px #e1e1e1 solid;}
.serv_c dl.born{margin:0;}
.serv_c dt{height:72px;}
.serv_c dt b{height:44px;display: block;line-height: 44px;font-size: 16px;margin-bottom: 14px;color: #333;background:url(//memberpic.114my.com.cn/shunli/uploadfile/image/20181023/20181023143530_689789328.gif) no-repeat center bottom;}
.serv_c dt span{width:40px;height:43px;display: block;margin:0 auto; position: relative;overflow: hidden;}
.serv_c dt i{position:absolute;width:100%;height:100%;top:0;left:0;}
.serv_c dt i.default{-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.serv_c dt i.hover{opacity:1;visibility:visible;opacity:0;visibility:hidden;
	-webkit-transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin:50% 0%;
    transform-origin:50% 0%;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;}
.serv_c dl.cur dt span .default{opacity:0;visibility:hidden;-webkit-transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);}
.serv_c dl.cur dt span .hover{opacity:1;visibility:visible;-webkit-transform:rotate3d(1,0,0,0deg);transform:rotate3d(1,0,0,0deg);}

.serv_c dt em{font-size: 18px;color: #333;margin-top: 6px;font-style: normal;text-align: center;display: block;}

/*产品中心*/
#prod_bg{background:#eee;width: 100%;min-width: 1200px;height: auto;margin-top: 43px;     padding-bottom: 70px;}
.prod_t{text-align: center;padding-top: 55px;margin-bottom: 43px;}
.prod_t span{font-size: 16px;color: #333;display: block;margin-top: 18px;}
.prod_t a{display: block;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181221/20181221155530_130930894.png)no-repeat center;height: 22px;line-height: 22px;color: #fff;font-size: 14px;margin-top: 16px;}
.list{background:#00922d url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222161926_1454409313.jpg)no-repeat center top;width: 260px;height:824px;}
.list_t{text-align: center;color: #fff;}
.list_t p{font-size:30px;font-weight: bold;padding-top: 20px;}
.list_t span{font-size: 14px;display: block;}
.list_d table{width:100%;}
.list_d table tr td{display: block;width:220px;height:31px;margin: 0 auto;border: 1px rgba(255,255,255,0.3) dashed;    margin-top: 12px;position: relative;}
.list_d table tr td a{display: block;line-height:40px;color: #fff;font-size: 15px;  position: relative; background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181221/20181221162520_1979851240.png)no-repeat 15px center;    padding-left: 45px;}

.list_d table tr td a:after{content:""; width:230px; height:46px;display: block; position: absolute; left:-1px; top:10px; opacity:0;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222175807_568826497.png)no-repeat left top;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.list_d table tr td a:hover::after{top:-1px; opacity:1; }

.list_d{margin-top: 25px;}
.prod_r{width: 1030px;}
.prod_r table tr td{display: block;float: left;padding: 0px !important;width: 300px;margin-left: 27px;margin-bottom:27px;  transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.prod_r table tr td:first-child{margin-left: 0px;}
.prod_r table tr td span{display: block;background:#fff;height: 110px;}
.prod_r table tr td span a{position: relative;display: block;height: 110px;padding-top: 24px;font-size: 18px;color: #333;width: 285px;}
.prod_r table tr td span a:before{content:"查看详细";position: absolute;top:58px;width: 106px;height: 26px;line-height: 26px;background: #00922d;border-radius: 50px;color:#fff;font-size:14px;left: 89px;}
.prod_r table tr td:hover{-webkit-box-shadow: 0 8px 30px rgba(0,0,0,0.3);box-shadow: 0 8px 30px rgba(0,0,0,0.3);}
/*应用场景*/
#application_bg{background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222164634_639490433.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 500px;}
.application{padding-top: 60px;}
.application_t{color: #fff;float: left;width: 600px;margin-bottom: 110px;}
.application_t p{font-size: 40px;font-weight: bold;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181221/20181221190924_251697567.png)no-repeat;height: 74px;line-height:90px;padding-left: 40px;}
.application_t span{font-size: 16px;display: block;margin-top: 8px;}
.application_ww{width: 600px;height: auto;}
.application_d .convert{ width:1200px;margin:0 auto;}
.application_d .convert .tab{float:left;width: 600px;}
.application_d .convert .tab a{display: block; width:164px;height:45px; float: left;margin-right: 17px;margin-bottom: 47px;}
.application_d .convert .tab a:before{content:"";display: block;width:164px; height:24px;  }
.application_d .convert .tab a p{font-size:16px;line-height: 45px;color: #fff; width:164px;height:45px; text-align: center;background:#00922d;border-radius: 50px;}
.sapplication_d .convert .tab a span{font-size:12px;color: #999;}
.application_d .convert .tab a.on{color:#fff;}
.application_d .convert .tab a.on:before{background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222172004_211409205.png)no-repeat center top;}
.application_d .convert .tab a.on p{background:#ffa918;}
.application_d .convert .tab a.on p,.solution_d .convert .tab a.on span{color:#fff;}



.application_d .convert .content{overflow:hidden;width:594px; height:372px;position:relative;border: 3px #fff solid;}
.application_d .convert .content ul{position:absolute;top:0;left:0;height:378px;}
.application_d .convert .content li{ width:600px;height:auto;float:left; position: relative;}
.application_d .convert .content li>p{width:100%;position: absolute;background:rgba(0,0,0,0.5); left:0; bottom:0; height:48px; line-height:48px; text-align:center; color:#fff; font-size:18px;}

/*优势*/
#adv_bg{background:#eee;width: 100%;min-width: 1200px;height: 1828px;}
.adv_t{text-align: center;margin-bottom: 54px;}
.adv_t p{font-size: 28px;color: #666;margin-top:6px;}
.adv_w{background: #fff;width: 552px;height: 322px;padding-top: 48px;padding-left: 48px;}
.adv_w1{margin-left: 16px;}
.adv_w1 p{font-size: 32px;font-weight: bold;color: #00922d;line-height: 32px;}
.adv_w1 span{display: block;width: 290px;height: 24px;line-height: 24px;text-align: center;font-size: 12px;border: 1px #eee solid;margin-top: 9px;margin-bottom:26px;}
.adv_w1 t{display: block;font-size: 16px;margin-top:20px;color: #333;position: relative;padding-left: 17px;}
.adv_w1 t:before{content: "";position: absolute;top:9px;left: 0px;width: 7px;height: 7px;background: #959595;border-radius: 50%;}
.adv_w1 a{width: 118px;height: 34px;line-height: 34px;color: #ffa918;border: 1px #ffa918 solid;border-radius: 50px;text-align: center;font-size: 14px;display: block;margin-top: 34px;}

.adv_w1 a:hover{background:#ffa918;color:#fff;}

/*简介*/
#com_bg{background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222164030_2142403601.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 545px;}
.com .fr{width: 544px;}
.com_t{width: 544px;color: #fff;font-size: 30px;padding-top: 86px;}
.com_t p{margin-top: 8px;}
.com_w{color: #fff;font-weight: lighter;font-size: 14px;line-height: 28px;margin-top: 36px;}
.com_a a{width:136px;height: 36px;line-height: 36px;text-align: center;font-size: 14px;color: #fff;font-weight: lighter;background: #ffa918;display: block;border-radius: 50px;}
.com_a a:hover{background:#222;}


.com_a{margin-top: 42px;}

/*实力*/
#strength_bg{background:url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222164053_1929886616.jpg)no-repeat center;width: 100%;min-width: 1200px;height:488px;}
.strength_t{text-align: center;padding-top: 30px;}
.strength_t p{font-size: 16px;margin-top: 10px;}
.strength_wt{margin-top: 42px;}
.strength_wt li{display: block;float: left;width: 146px;text-align: center;margin-left: 109px;}
.strength_wt li p{display: block;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222093842_964244728.png)no-repeat center;width: 132px;height: 132px;line-height: 132px;font-weight: bold;font-size: 40px;color: #333;margin: 0 auto;margin-bottom: 20px;}
.strength_wt li span{font-size: 18px;}
.strength_wt li em{display: block;margin: 0 auto;width: 34px;height: 3px;background: #00922d;margin-top: 23px;}
.strength_wt li:first-child{margin-left: 20px;}
.strength_a a{display: block;width: 156px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #ffa918;border-radius: 50px;margin: 0 auto;margin-top: 40px;}
.strength_wt ul{width: 1200px;margin: 0 auto;}
.strength_a a:hover{background:#00922d;}
/*厂房设备*/
#equ_bg{background:url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222164125_207937542.jpg)no-repeat center;height: 464px;width: 100%;min-width: 1200px;}
.equ_t{text-align: center;padding-top: 55px;margin-bottom: 18px;}
.equ_t span{font-size: 16px;color: #333;display: block;margin-top:12px;}
.equ_t a{display: block;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181221/20181221155530_130930894.png)no-repeat center;height: 22px;line-height: 22px;color: #fff;font-size: 14px;margin-top: 16px;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td {margin: 0.7%; position: relative;overflow:hidden;padding:10px !important;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td > a { display:block;border:2px solid #fff;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td br{ display: none; }
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td > a + a { display: block; width:266px; position: absolute; bottom:12px;left:12px; -webkit-transition:0.6s all ease; transition:0.6s all ease;background-position:center; height:32px;line-height:32px;background: rgba(0,0,0,.3);color: #fff;border: none;overflow: hidden;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td:hover > a + a{height:0;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td > .pro_sgo{width:266px;background:rgba(0,0,0,0.6);height:198px;position:absolute;bottom:12px;left:-100%;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td > .pro_sgo a {display: block; color: #fff; font-size:14px; font-weight: bold; padding-top: 34%;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td > .pro_sgo p {height: 22px; line-height: 22px;border-radius: 10px;border: 1px solid #fff; -webkit-transition:all 0.3s 0.3s; transition:all 0.3s 0.3s;padding: 1px 15px;margin: 15px auto;display: block;font-size: 13px;color: #fff;font-weight: 100;width:70px;text-align: center;position: relative;bottom: -200px;}
.equ_d > div> table > tbody > tr > td > table > tbody > tr > td:hover > .pro_sgo{left:12px;}

/*新闻*/
.news{ padding: 70px 0; background:#f5f5f5; width: 100%;min-width: 1200px;}
.news_lt{float:left;width: 713px;background: #fff;padding: 20px;}
.news_l{ float:left; }
.news_l a {height: 40px; width:100px;border-bottom:3px #fff solid; margin-top: 1px; position: relative; display: block;float: left;}

.news_r a{display: block;float: right;font-size: 14px;padding-top: 10px;}

.news_l a.dls1 > b{ background-position: 10px 15px; }
.news_l a.dls2 > b{ background-position: 10px -135px; }
.news_l a.active > b{ background-position-x:-60px; }
.news_l a > b img{ display: none}
/*.news_l a:after{ content: ''; display: block; position: absolute; top:0; left: -100%; transition:0.2s all ease-in-out; width: 100%; height: 100%; background:#ba1a1b; }*/
.news_l a:hover,.news_l a.active{border-bottom:3px #00922d solid;}
.news_l a > *{ position: relative; z-index: 3}
/*.news_l a.active:after,.news_l a:hover:after{ left: 0; }*/
.news_l a strong { font-size:20px; color: #333; display: block;line-height: 32px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;float: left;font-weight: normal;text-align: center;margin: 0 auto;width: 100px;}
.news_l a.active strong{color: #333;font-weight: bold;}
.news_l a.active > b{ border-color: #333;}
.news_l a t{float: right;display: block;padding-right: 26px;padding-top: 23px;}


.news_nor { height: 492px; width: 753px; overflow: hidden;}
.new_cont .news_row2 { position: absolute; left: 0; top: 0; display: none; width: 713px; height: 455px; }
.new_cont { position: relative; width: 713px; height: 455px; display: block; }
.news_row2 .divdgweb_new_div, .news_row2 .news_div {height: 495px; font-weight: normal;    margin-top: 20px;}

.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item { position: relative; padding: 6px 0; height: 40px; overflow: hidden; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; border-bottom: 1px solid #f5f5f5; }
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date { position: absolute; right: 20px; top: 17px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div{ display: inline-block; color: #787878; font-size: 12px; font-family: 'arial'; }
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title{ position: relative; }

.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after{ content: '-'; }
.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after,{ content: ''; }
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after{ content: ''; background: #00922d; width: 4px; height: 4px; position: absolute; left: 10px; top: 19px; }
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #444; padding-left: 26px; display: block; line-height: 40px; width: 425px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body{ -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic { padding-top: 15px; padding-left: 15px; }
.news_row2 .news_div_item_pic a, .news_row2 .news_div_item_pic a img { display: block; width: 220px; height: 162px; }
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on{ height: 173px; border-bottom: 1px dotted #ccc; padding: 0 0 20px; background: #fff;}
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body { line-height: 24px; color: #767676; font-size: 13px; width: 438px; text-align: justify; position: absolute; right: 20px; top: 110px; }
.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date { top: 23px; right: 401px; }
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 230px; top: 70px; width: 245px; }
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div { font-weight: bold; color: #00922d; font-size: 24px; line-height: 30px; }
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 1px; }
.news_row2 .on .news_div_item_date > .news_div_item_year:after,.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after{ content: ''; }


.wend{ float: right; margin-right: 0; padding:20px; width:534px; height:536px;
    background: #fff;}
.wend h2{ left:0; margin-bottom: 0; margin-bottom: 25px;height: 45px;float: left;border-bottom:3px #00922d solid;  }
.wend h2>a{ font-size:20px; color:#333;font-weight:bold;line-height: 40px;}
.wend h2 .more a{padding-left: 109px !important;display: block;font-size: 14px;}
.wend .divdgweb_new_div_item_a { font-size: 15px; }
.wend .divdgweb_new_div_item_content{border-bottom: 1px solid #eee; padding: 22px 0 0 0;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item_title{ height:29px; padding-left:30px; line-height:29px; background:url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222113834_1798468730.jpg) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.wend .divdgweb_new_div_item_title a{ color:#333333;}
.wend .divdgweb_new_div_item_title a:hover{color: #333}
.wend .divdgweb_new_div_item_body{ padding-left:30px; background:url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222113849_581429215.jpg) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden;}
.wend .divdgweb_new_div_item_title a{ color:#333333;}
.wend .divdgweb_new_div_item_title a:hover{color: #333}
.wend .divdgweb_new_div_item_body{ padding-left:30px; background:url(//memberpic.114my.com.cn/028790/uploadfile/image/20181117/20181117201355_546823570.jpg) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden;}
/*合作客户*/
#partner_bg{background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222114528_691415538.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 294px;}
.partner_l{font-size: 20px;line-height: 20px;font-weight: bold;color: #333;padding: 30px 0 0 10px;}
.partner_r a{font-size: 14px;display: block;padding-top: 42px;}

.partner #demo {width: 1200px;position: relative; display: block; margin: 0 auto;margin-top: 60px;}
.partner #demo table tr td table tr td br{display: none;}
.partner #demo table tr td table tr td{position: relative; width: 252px; height: 126px;}
.partner #demo img {width: 246px; height: 120px; display: block; margin: 0 auto;float: left;background: url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222134830_830934645.jpg)repeat;}

.partner #demo table tr td table tr td div{display: none;}

/*版权*/
#banq_bg{width:100%; height:344px; background:#333; color:#818181; margin:auto;}
#banq_bg a{ font-size:14px; color:#818181;}
#banq_bg a:hover{ color:#ff9012;}
.banq_c{ width:1350px; padding-top:60px; margin:auto; margin-bottom: 40px;}
.banq_fl{ width:310px; float:left;}
.banq_h1{ line-height:22px; font-size:18px; color:#fff; padding-bottom:20px; font-weight:bold;}
.banq_fl li{ width:100px; font-size:14px; line-height:35px; float:left;}
.banq_p{float:left; margin-left:40px;}
.banq_l{ padding-left:30px; font-size:14px; line-height:35px; background:url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222142658_1386930627.png) left no-repeat;}
.banq_l span{ font-size:18px; color:#ff9012; font-weight:bold;}

.banq_yq{ width:100%; height:60px; border-top:1px solid #474747; font-size:14px; line-height:60px;background: #00922d;color: #fff;}
.banq_yq a{color: #fff !important;}
.friendlink { padding-top:14px;width: 269px;margin-left: auto;}
.friendlink .fri_L {  width: 87px; height: 30px; float: left; color: #fff; font-size: 14px; letter-spacing: 1px;  text-align: center; border: 1px solid #d2d2d2;    border-right: none;    line-height: 30px;}
.friendlink .fri_R { height: 30px; display: block; float: right; width: 180px; border: 1px #d2d2d2 solid; border-left: none; position:relative;}
.friendlink .linkTagcs { width: 180px; max-height: 30px; background:#f1f1f1 url(//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222142814_1900413410.png) no-repeat 156px 14px; overflow: hidden; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; position:absolute; bottom:0;}
.friendlink .linkTagcs:hover { max-height: 200px; overflow-x: hidden; overflow-y: auto; }
.friendlink .fri_R .linkTagcs li { float: none; line-height: 30px; text-align: left; text-indent: 10px; }
.friendlink .fri_R .linkTagcs li a{display: block;color:#333 !important;font-size: 13px !important;}


/*浮动*/
.qqkefu{
    position: fixed;
    top:60%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 10px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("//memberpic.114my.com.cn/0411871/uploadfile/image/20181222/20181222190008_145924292.png") no-repeat;
    background-color:#00922d;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#ffa918;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_czc{
    background-position: right -184px;
}
.qqkefu ul li.qq_czc1{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}


    .erweima1{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima1 p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima1 p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima1 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}

    .erweima2{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima2 p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima2 p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima2 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}


/*内页左边*/
.plist { width: 260px;margin-top: 0;  position: relative; z-index: 1;}    
.plist_row1 { background:#00922d;width: 260px; height:80px;line-height: 80px;text-align: center;color: #fff;font-size:30px;}
.prod_l_list{width:260px; background: #f1f1f1; height:auto; padding-bottom:20px;}
.prod_l_list table td a{font-size: 15px;font-weight:bolder;color: #333;line-height: 36px;display:block;width:210px;height:36px;background:;border-radius: 20px;padding-left: 20px; margin: 16px 16px 0 16px;background:#fff url(//memberpic.114my.com.cn/weigejiaju/uploadfile/image/20190323/20190323150509_756568434.png)no-repeat 200px center;}

.prod_l_list table td .sub_class_lbm a{display:block;width:220px;height:36px;font-size: 14px;font-weight: normal; padding-left: 40px; color: #666;line-height:36px;background:none;   margin:0; }
.prod_l_list table td .sub_class_lbm a:hover{color:#00922d;}


/*友情链接*/
.linksbg{width:1350px; margin:30px auto;}
.linksbg a:hover{color:#00922d !important;}
.links_tit{float:left; height:41px; padding-right:22px; border-right:1px solid #ddd;}
.links_tit em{font-family:Arial; font-size:24px; line-height:18px; color:#333; font-weight:bold; text-transform:uppercase; font-style:normal;}
.links_tit em i{color:#00922d; font-style:normal;}
.links_tit p{margin-top:5px; font-size:14px; line-height:16px; color:#333;}
.links_cont{float:left; margin-left:30px; padding-top:12px;}
.linkTagcs{width:1000px; height:17px !important; overflow:hidden;}
.linkTagcs li+li{padding-left:23px; background:url(//memberpic.114my.com.cn/0411871/uploadfile/image/20230617/20230617142214_1271593845.jpg) left center no-repeat;}
.links_join{float:right; padding-top:12px;}
.links_join a{color:#333;}