/*共用*/
body{width:100%;font-size:12px;background:#fff; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-family:"Microsoft Yahei"; color:#333;min-width:1200px;}
div{margin: 0px; padding: 0px;}
span,p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li{margin: 0px; padding: 0px; list-style: none;}
img{border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;}
from,input,select{margin: 0px; padding: 0px;}
.clear{clear:both; font-size:0px; overflow:hidden; height :0px;}
.cl{clear:both; font-size:0px; overflow:hidden; height :0px;}
a{color: #484848; text-decoration: none;}
a:hover{color:#f6c212;text-decoration: none;}
.border_bg{width:auto; height:auto; margin:0 auto;}
.cp1 img{border:1px solid #bbb; padding:5px; background:#fff;}
.cp1 img:hover{border:1px solid #ffa200; padding:5px; background:#f7f1eb;}
.cp img{border:1px solid #ccc; padding:1px;}
.cp img:hover{border:1px solid #f6c212; padding:1px;}
input,button,select,textarea{outline:none} 
.font_1{font-size:16px; color:#333;}
.totalwidth{width:1200px; margin:0 auto; height:auto;}
.totalwidthpercent {width:100%; margin:0 auto;}	
.fl{ float:left;}
.fr{ float:right;}	
#top_cp,#top_jj,#jz_qaun,#xinwen{width:1200px; margin:0 auto; padding-bottom:20px;}

.float_l{float:left;}
.float_r{float:right;}
dl,dt,dd{margin: 0px; padding: 0px; list-style: none;}

.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top100{ margin-top:100px;}
.top110{ margin-top:110px;}
.top120{ margin-top:120px;}
.top130{ margin-top:130px;}

.box {width: 1200px;height: auto;
    margin: 0 auto;
    min-width: 1200px;}
.page{ margin:0 auto; width:1200px;}
.rightarrowpointer{display:none;}
.w1200{ margin:0 auto; width:1200px;}
.content{ margin:0 auto; width:1200px;}

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
.db,.lb,.dd{font-size:0;}
.db>div,.lb>li,.dd>dl{display:inline-block;vertical-align:top;}

/*共同结束*/


/*欢迎进入*/
.hyjr_dkkd{width:100%; height:42px; background:#2e9435;}
.hyjr_kz{ width:1200px; margin:0 auto;height:42px;}
.hyjr_zt1{ font-size:14px; color:#cbfdcf; line-height:42px; float:left;}
.hyjr_zt{ width:264px;float:left;}
.dhdtbp{ height:18px; float:left; padding-top:15px;}
.zxfwrx{ font-size:14px; float:left; color:#cbfdcf; line-height:42px; padding-left:10px;}
.sjhgmt{ font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#ff0; line-height:42px;}
.ygbtttd{ font-size:14px; color:#cbfdcf; height:42px; line-height:42px; float:right;}
.ygbtttd a{ font-size:14px; color:#cbfdcf; line-height:42px;}
.ygbtttd a:hover{ font-size:14px; color:#ff0; line-height:42px;}	

/*抬头*/
#tuankbk{ width:1200px; height:130px; margin:0 auto;}
.ttlogo{ width:73px; height:73px; float:left; padding-top:30px;}
.oduthg{ width:149px; height:66px; float:left;padding-top:32px; padding-left:18px;}

/*导航*/
.nav_bg{width:880px; height:130px; margin:0 auto; float:right;}
.nav li{width:110px; height:130px; line-height:130px; float:left; text-align:center; font-family:"Microsoft YaHei"; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190807/20190807165725_1334569418.jpg) no-repeat center right;}
.nav li a{color:#333; font-size:16px; display:block; margin-right:2px;}
.nav .a_nav a{margin-right: 1px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190807/20190807165652_1115370350.jpg) bottom no-repeat; color:#2e9435;}
.nav li a:hover, .nav li a.navCur{background:url() center no-repeat; color:#2e9435;width:110px;font-size:16px;}
.nav li:last-child { background: none;}
/*实现方法二*/
.button_more {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	width:110px;
}
.button_more:before {
  
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  border-bottom: 3px solid #2e9435;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  }

.button_more:hover:before, .button_more:focus:before, .button_more:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*幻灯片*/
.banner{overflow:hidden;}
.banner-box{min-width:1200px;height:650px;position:relative;}
.banner-box .bd{ width:100% !important; background:#999;}
.banner-box .bd li{width:100% !important;height:650px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-btn{ width: 100%; position: absolute;top:300px; left: 0; margin-left: 0; height:360px; overflow: hidden; }
.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;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(//memberpic.114my.cn/dg0068904/uploadfile/image/20181012/20181012101719_1602489396.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(//memberpic.114my.cn/dg0068904/uploadfile/image/20181012/20181012101719_1602489396.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:290px;width: 100%;display: block;}
.banner-box .hd ul{ 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; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#2e9435; 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;}

/*搜索*/
#shgbxkb{ width:100%; height:140px; border-bottom:1px solid #ddd; position:relative;}
#shgyetl{ width:1200px; margin:0 auto;}

.zhabgssk{ width:295px;float:left;}
.kdlgzbg{ width:295px; height:240px;background:rgba(46,148,53,0.8); position:absolute; bottom:0px; z-index:999; }
.dmzzgdw{ font-size:18px; color:#fff; text-align:center; padding-top:40px;}
.jgnshgq{ font-size:24px; font-weight:bold; color:#ff0; text-align:center; padding-top:5px; height:55px;}
.bsghdxk{ width:40px; height:3px; background:#fff; margin-left:30px; margin-bottom:23px;}
.tehgtbp{ width:24px; height:15px; margin-left:30px; float:left; padding-top:3px;}
.zxfhgwx{ font-size:16px; color:#fff; float:left; padding-left:5px;}
.ybgjdhg{ font-size:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#fff;margin-left:30px; letter-spacing:1px; padding-top:8px;}

#search_c_l{width:490px; float:left; padding-top:42px; padding-left:325px;}
#search_c_l li{float:left;}
#search_c_l p{line-height:30px;}
#search_c_ll{width:55px; text-align:center; float:left; padding-top:28px;}

#search_c_cc{width:55px; text-align:center; float:left; padding-top:28px;}
#search_c_r{width:330px; float:right; padding-top:32px;}
#search_c_r li{float:left;}
#search_c_r li .ss1{width:80px;}
#search_c_r li .ss2{width:30px; text-align:center; color:#666666; line-height:18px; padding-top:15px; font-weight:bold;}

/*产品*/
#chnagpbk{ width:100%; height:1030px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190814/20190814180534_1787146188.jpg) center no-repeat;}
.cpzhgwzn{ font-size:40px; font-weight:bold; color:#333; text-align:center; padding-top:50px; height:55px;}
.cpngwbjs{ font-size:18px; color:#666; text-align:center; height:42px;}
.rhydtbgj{ width:189px; height:22px;  margin:0 auto;animation: myfirst 2s infinite;}
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -8px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       }  

.pronav{ width:1200px; margin: 0 auto; padding-top:25px; position: relative; z-index: 999; }
.pronav > li{ width:161px; float: left; margin: 0 5px; height:60px; }
.pronav > li a { height: 60px; display: block; z-index: 111111; width: 161px; background:#2e9435 url(//memberpic.114my.cn/gdyifei/uploadfile/image/20190327/20190327135451_1723873003.png) 130px no-repeat; color: #fff; font-size: 17px; line-height: 60px; transition: 0.3s all;  text-align:left;}
.pronav > li.on a { background: #f6c212 url(//memberpic.114my.cn/gdyifei/uploadfile/image/20190327/20190327135451_1723873003.png)125px no-repeat; transition: 0.3s all; }
.pronav > li a em { display: block; float: left; margin: 19px 0 0 25px; }
ul.pronav li.on table td a { background: #2e9435; line-height:45px !important; text-align: center; height:45px; font-size: 14px; transition: 0.3s all; margin-bottom:1px}
ul.pronav li.on table td a:hover { background: #f6c212; transition: 0.3s all; }
ul.pronav li table td a { font-size: 14px; background: #02b03d; text-align: center; line-height:45px !important; height:45px; margin-bottom:1px;}
ul.pronav li table { display: none; }
ul.pronav li.on table { display: block; }

.prod_dr{width: 1200px; margin:0 auto; overflow: hidden;}
.prod_dr td{display:block; float:left; margin:8px; padding:0px !important; width:284px; height:334px; background:#f9f9f9; position:relative; overflow:hidden; box-shadow:0px 0px 3px #ccc;}
.prod_dr td a{display:block; font-size:14px; overflow:hidden;}
.prod_dr td br{display:none;}
.prod_dr td span{display:block; background:#f6f6f6;height:50px; line-height:50px !important; position:relative; z-index:2; width:284px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.prod_dr td img{width:284px !important; height:284px !important;}
.prod_dr td:hover img{transform: scale(1.04);}
.prod_dr td span a{white-space: nowrap; text-overflow: ellipsis; overflow:hidden; padding:0px 10px;}
.prod_dr td:hover span a{line-height:150px !important;}
.prod_dr .ceshigo{position:absolute; width:284px; transition: all 0.8s linear; margin-top:0px; z-index:4; background:#eee;}
.prod_dr td:hover .ceshigo{transition: all 0.8s linear; margin-top:-50px}
.prod_dr .ceshigo a{width:144px; margin-right:204px; margin-left:10px; text-align:left; font-size:15px; color:#333; line-height:50px; text-decoration:blink; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.prod_dr .ceshigo p{width:94px; text-align:center; line-height:24px; color:#fff; background:#2e9435; font-size:12px; border-radius:5px; position:absolute; margin-top:-35px; margin-left:162px;}

/*特点*/
#teubdjtk{ width:100%; height:770px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190814/20190814172640_749717215.jpg) center no-repeat;}
.rnxhgnbt{ font-size:42px; font-weight:bold; text-align:center; padding-top:55px; color:#fff; height:70px;}
.title_ab{width:100px; height:1px;cursor: pointer; margin:0 auto;}
.title_ab span{ display:block; width:100%; height:1px; background-color:#f0b417;}
.title_ab span:nth-child(1) { animation:span_i1 2s infinite}
.title_ab span:nth-child(2) { animation:span_i2 2s infinite}
.title_ab span:nth-child(3) { animation:span_i3 2s infinite}
@keyframes span_i1{
	0%{ width:100%; background-color:#f0b417}
	25%{ width:0%; background-color:#f0b417}
	100%{ width:100%; background-color:#f0b417}
	}

@keyframes span_i2{
	0%{ width:100%; background-color:#f0b417}
	50%{ width:0%; background-color:#f0b417}
	100%{ width:100%; background-color:#f0b417}
	}

@keyframes span_i3{
	0%{ width:100%; background-color:#f0b417}
	75%{ width:0%; background-color:#f0b417}
	100%{ width:100%; background-color:#f0b417}
	}
.caoujkl{ font-size:16px; color:#dafedd; text-align:center; padding-top:15px;}
.byangtk{ width:1200px;height:542px;background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20191106/20191106165351_866449767.png) center no-repeat;margin:0 auto;margin-top:45px;}
.yerhkdr{ width:500px; margin:0 auto; padding-top:63px;}
.dyggjek{ width:196px; float:left; font-size:14px; line-height:35px; color:#333; padding-left:36px; }
.dhgnekd{ width:240px; float:right;font-size:14px; line-height:35px; color:#333; text-align:center;}
.ssdkgdk{ width:885px; margin:0 auto; padding-top:3px; height:160px;}
.chagyjw{ width:196px; float:left; font-size:14px; line-height:35px; color:#333; padding-left:10px;text-align:center; }
.shgyjhy{ width:205px; float:right;font-size:14px; line-height:35px; color:#333; text-align:center;}
.wldhgkd{ width:1105px; margin:0 auto; padding-top:3px; height:156px;}
.lhagxhw{ width:196px; float:left; font-size:14px; line-height:35px; color:#333; padding-left:2px;text-align:center; }
.adhgxyf{ width:200px; float:right;font-size:14px; line-height:35px; color:#333; text-align:center;}
.obghdzj{ font-size:26px; font-weight:bold; color:#000; text-align:center; letter-spacing:2px;}

/*箭头*/
#jthdbjg{ width:100%; height:126px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190814/20190814172640_762691875.png) center no-repeat;position: relative;top:0px;}
.hgyjdtk{ width:74px; height:80px; margin:0 auto; padding-top:8px;animation: myfirst 2s infinite;}


/*优势*/
#yhgbsbj{ width:100%; height:1096px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190816/20190816095507_1434480231.jpg) center no-repeat; overflow:hidden;}

.adv_c{ width:1200px; margin:0 auto;position:relative; top:-73px; }
.adv_l{ width:850px; float:left; }
.adv_r{width: 350px;float: right;background-color: rgba(219,219,219,0.4);}
.adv_lt{ width:850px; height:110px; padding-top:45px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815154517_1818789628.png) no-repeat left; margin:0 auto; margin-top:75px;}
.adv_lt span{ font-size:40px; font-weight:bold; color:#2e9435;}
.adv_lc{width:850px; height:auto; background:#fff; padding:60px;}

.adv_1 { font-size:25px; font-weight:bold; color:#fd720f; padding-top:78px;}

.adv_2 { width:120px; float:left; padding-top:40px;}
.adv_2a {
	width: 80px;
	height:60px;
	background: #ffffff;
	border-radius: 50%;
	text-align:center;
	padding-top:20px;
	margin: 0 auto;}

.adv_3 { width:230px; float:right;}
.adv_3a {
	font-size: 25px;
	line-height: 32px;
	padding-top: 48px;}
.adv_3a span {
	font-size: 14px;
	color: #cdcdcd;}

#ys_bg{width:1200px; margin:0 auto;position:relative; top:-73px;}
#tabss {overflow:hidden; width:350px; float:right;}

#tabss li {
	float: left;
	background-color:rgba(219,219,219,0.4);
	height: 161px;
	width: 350px;
	border-bottom:1px #fff solid;}
#tabss li.currents{
	background: #2e9435;
	width: 350px;
	color:#fff;
	height:160px;
}
#tabss li:hover{cursor:pointer; color:#fff;}

#contents{ width:850px;height:647px; overflow:hidden; float:left}
#contents ul{display:none;}

#ys_1_bg{
	width: 850px;
	height: 577px;
	padding:60px 60px 60px 60px;
	background:#fff;}

#ys_1_cc{ width:730px;float:left; padding-top:45px;}
#ys_1_sz{ width:130px; float:left; border-top:1px #efefef solid; text-align:center; padding-top:35px;}
#ys_1_bg1v {
	width:600px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-top:30px;
	border-top:1px #efefef solid;
	float: right;}
	
.adv1 { width:350px; height:75px; padding-top:35px; background:#ebebeb; float:right;}
.adv2 { width:280px; height:40px; line-height:40px;font-size:15px; text-align:center; background:#2e9435; color:#fff; margin:0 auto;}
.adv2 span{ font-size:20px;font-family:"Arial";}

.strength_c{ width:500px; margin:0 auto;}
.strength_c li{
	width: 150px;
	height: 112px;
	float: left;
	padding-top:20px;
	padding-left:25px;
	border-bottom:1px #fff solid;
	border-left:1px #fff solid;
	position: relative;
	z-index: 1;
}

.jydbwz{
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #2e9435;
}
.jydbwz span{
	font-size: 35px;
	font-weight: bold;
	color: #2e9435;
}
.ngrhjg{ font-size:14px; color:#333; }

/*案例*/
.angjyst{ width:514px; height:60px; background:url(//memberpic.114my.cn/ksjhzs/uploadfile/image/20190529/20190529113123_286149172.png) center no-repeat; margin:0 auto;}
.anglbtw{ font-size:40px; font-weight:bold; text-align:center; padding-top:10px; color:#2e9435;}
.alxhxbt{ font-size:18px; color:#666; text-align:center; padding-top:10px; letter-spacing:2px; height:45px;}
.hcxngjt{ width:26px; height:24px; margin:0 auto;animation: myfirst 2s infinite;}
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       } 
.yehshgl{ width:1200px; height:95px; background:#f6f6f6; margin:0 auto;}
.xhgyalk{ width:170px; height:65px;border-right:1px dashed #d5d5d5; float:left; margin-top:16px;}
.xhgyalk:hover{ width:170px; height:65px;border-right:1px dashed #d5d5d5; float:left; margin-top:16px;-webkit-animation: test 0.2s ease-in 2; cursor:pointer;}
.hgbtylm{ width:32px; height:33px; margin:0 auto;}
.lanmwzn{ font-size:16px; color:#333; text-align:center; padding-top:6px;}
.lanmwzn a{ font-size:16px; color:#333; text-align:center; padding-top:6px;}
.lanmwzn a:hover{ font-size:16px; color:#2e9435; text-align:center;}
.xhgyalk1{ width:170px; height:60px;float:left; margin-top:16px;}
.xhgyalk1:hover{ width:170px; height:65px;border-right:1px dashed #d5d5d5; float:left; margin-top:16px;-webkit-animation: test 0.2s ease-in 2; cursor:pointer;}
@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,5px)}
100%{transform:translate(0,0)}
}
.case_c tr > td.one { margin-left: 0;}
.case_c td { display: block; float: left; padding: 0 !important; width:314px; margin: 10px 0 20px 20px; position: relative; border:1px #ddd solid}
.case_c td > a:after,.case_c td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(//memberpic.114my.cn/dgqlzl/uploadfile/image/20190418/20190418202511_410353912.png) no-repeat center; left:0; top: -100%; transition:0.3s all ease-in-out; }

.case_c td > span { height: 50px; width: 100%; padding-top: 0 !important; display: block; position: relative; overflow: hidden;}
.case_c td > span > a{ display:block; height: 50px; line-height: 50px; color: #454545; font-size: 15px; transition:0.3s all ease-in-out; position: relative; z-index: 1111}
.case_c td > span:after,.case_c td > span::after{ position: absolute; content: ''; width: 100%; height: 100%; background:#2e9435; bottom: -100%; left: 0; transition:0.3s all ease-in-out; }
.case_c td:hover > a:after,.case_c td:hover > a::after{ top: 0; }
.case_c td:hover > span > a{ color: #fff; }
.case_c td:hover > span:after,.case_c td:hover > span::after{ bottom: 0; }
.case_c td br { display: none;}
.case_c tr:after, .case_c tr::after { content: ''; display: block; clear: both; }
.case_c td a{ position: relative; display: block; overflow: hidden; }
.case_c td a img{ display: block; width: 100%; height: auto; transition:0.5s all ease-in-out; }
.case_c td:hover a img{ transform:scale(1.2);}

.case_c{overflow:hidden; width:1200px; margin:0 auto; margin-top:15px; height:500px;}
.ceshi{width:1200px; margin:0 auto; overflow:hidden;}
.ceshi td{display:block; float:left; padding:5px; margin:6px; border:solid 1px #ccc; overflow:hidden; transition: all 0.8s linear; position:relative;}
.ceshi td:hover{transition: all 0.8s linear}
.ceshi td.one{width:536px; border:solid 1px #d2d2d2; }
.ceshi td.one img{width:646px !important; height:auto !important;}
.ceshi td.one div, .tabcon .honor_l td:nth-child(1) div a{font-size:16px; width:538px;}
.ceshi td.one:hover div{ margin-top:-50px; transition: all 0.8s linear; }
.ceshi td:hover img{transform: scale(1.05);transition: all 0.8s linear;}

.ceshi td a{text-decoration:blink; display:block; overflow:hidden;}
.ceshi td div{position:absolute; margin-top:20px;line-height:40px; height:40px; overflow:hidden; width:315px; background:rgba(46, 148, 53, 0.8); white-space: nowrap; text-overflow: ellipsis; padding:5px 0px; transition: all 0.8s linear;}
.ceshi td div a{font-size:14px; color:#fff;}
.ceshi td:hover div{ margin-top:-50px; transition: all 0.8s linear;}
.ceshi td:hover div a{}
.ceshi td br{display:none;}

/*客户见证*/
.hghbdhg{ font-size:40px; font-weight:bold; text-align:center; color:#333; height:65px;}
.hghbdhg span{ font-size:40px; font-weight:bold; text-align:center; color:#2e9435;}
.xhgnjdwz{ font-size:18px; color:#333; text-align:center; padding-top:15px;}

.produce {  height: 420px; margin: 0 auto; width:1200px;}
.producebox{ position: relative; width:1200px; margin:0 auto;}
#Left_prodv{width:24px; height:47px; cursor: pointer; position: absolute; top: 150px; z-index: 99; left: -60px;}
#Right_prodv{width:24px; height:47px; cursor: pointer; position: absolute; top: 150px; z-index: 99; right:-60px;}
#Roll_prodv { display: block; height: 420px; margin: 0 auto;}
#Roll_prodv li { display: block; float: left; width: 388px; height: 386px;  color: #666; font-size: 14px; text-align: center; line-height: 40px; margin-right:18px; overflow: hidden; position: relative; cursor: pointer;}

.prodv_w{ background:#f6f6f6; height:98px; position: absolute; bottom:0; width: 100%; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.prodv_w p{font-size: 24px; font-weight: bold; color: #333; padding-top:26px;}
.prodv_w p:after{content:"";  display: block; width:34px; height: 1px; background:#2e9435; margin: 8px auto;}
.prodv_w span{ display: none;position: absolute; top:90px; font-size: 0; width: 100%; font-weight: 100; line-height: 24px; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
#Roll_prodv li:hover .prodv_w{ height:166px;}
#Roll_prodv li:hover .prodv_w span{display:block;font-size:15px; line-height:30px; width:320px; padding-left:30px;transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}

/*简介*/
#jjhgbjtk{ width:100%; height:1040px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815112637_879603943.jpg) center no-repeat; position:relative;}
.hbgyhgk{ width:112px; height:112px; position:absolute;margin:0 auto; top:-60px; margin-left:540px;}
.hbgjtyq{width:112px; height:60px; margin:0 auto; background:#fff; border-radius:50%; padding-top:52px;}
.stjngjj{ width:26px; height:25px; margin:0 auto; padding-top:18px;animation: myfirst 2s infinite;}
.zjethjb{ font-size:42px; font-weight:bold; text-align:center; color:#2e9435; padding-top:85px;}
.shgjzhw{ font-size:16px; text-align:center; color:#333; padding-top:8px;}
.zbgjbsk{ width:500px; height:320px; background:#fff; padding:50px 50px 50px 50px;}
.qunggsm{ font-size:20px; color:#333; height:45px;}
.lsjgxht{ width:50px; height:3px; background:#2e9435;}
.shgydqx{ font-size:14px; line-height:35px; color:#666; padding-top:20px; height:210px;}
.gslxhbj{ width:140px; height:50px; background:#dcdcdc; font-size:16px; line-height:50px; color:#333; text-align:center; margin-right:10px;}
.gslxhbj a{ width:140px; height:50px; background:#dcdcdc; font-size:16px; line-height:50px; color:#333; text-align:center; display:block;}
.gslxhbj a:hover{ width:140px; height:50px; background:#2e9435; font-size:16px; line-height:50px; color:#fff; text-align:center;}
.ybgjdjjb{ width:600px; height:420px;}

/*企业形象*/
#qyxx_b_c{width:1200px; margin-top:20px; margin:0 auto;}
#qyxx_b_c td a {width:285px; height:217px; overflow: hidden !important; display: block; text-decoration: blink;}
#qyxx_b_c td img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; border:1px solid #ccc; padding:3px; background:#fff;}
#qyxx_b_c td img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12); border:1px solid #2e9435; background:#f2f2f2; padding:3px;}
#qyxx_b_c td br{display:none;}
#qyxx_b_c td div a{ width:283px; height:40px; font-size:14px; border:1px solid #ccc; line-height:40px; display:block; color:#666;}
#qyxx_b_c td div a:hover{ width:283px; height:40px; font-size:14px; color:#fff;  border:1px solid #2e9435; background:#2e9435;}

/*新闻中心*/
.news{width:748px;}
.news_t{width:748px; overflow:hidden;}
.news_tl{float:left; overflow:hidden; padding-left:55px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815144508_1976094580.png) no-repeat left center;}
.news_tl_m{font-size:20px; line-height:28px;}
.news_tl_en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; color:#999; font-size:14px; line-height:20px;}
.lanrenzhijia{height: auto; overflow:hidden; padding-top:72px;}
.lanrenzhijia .tab{ overflow:hidden;width:360px; float:left; position:relative; z-index:99;}
.lanrenzhijia .tab a{width:150px; display:block; float:left;text-align:center; font-size:24px; color:#333;    padding-left: 5px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815144238_202993800.jpg) no-repeat left center;}
.lanrenzhijia .tab a.on{transition: all 0.8s;color:#2e9435; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815144323_2019818291.jpg) no-repeat left center;}
.lanrenzhijia .content{overflow:hidden; width:748px;height:575px; position:relative; margin-top:10px;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1100px;}
.lanrenzhijia .content .li{ width:748px; float:left;}

.news .tab a:hover{color: #2e9435;}
.news_t .news_a,.wend span a{display: block; float:right; width:82px; height:26px; text-align:center; line-height:26px; font-size:14px; color:#333; border: 1px #eee solid;border-radius: 100px; text-transform:uppercase;}
.news_t .news_a:hover,.wend span a:hover{ color:#fff; border: 1px #2e9435 solid; background:#2e9435;}
.wend_d{ background:#fafafa; padding:20px;}

.wend b a:hover{color: #2e9435;}
.news .news_div_item,.news .divdgweb_new_div_item{overflow:hidden; float:left; width:726px; height:130px; padding:10px 10px; margin-right:10px; border:solid 1px #eee; margin:10px 0; transition: all 0.5s linear; position: relative;}
.news .news_div_item:hover,.news .divdgweb_new_div_item:hover{background:#f5f5f5; transition: all 0.5s linear;}
.news_div_item_date,.news .divdgweb_new_div_item_date{ position:absolute; z-index:999; width:auto; top: 110px; left: 188px; color:#999;}
.news .news_div_item_year,.news_div_item_month,.news .divdgweb_new_div_item_year,.divdgweb_new_div_item_month,.news_div_item_day,.divdgweb_new_div_item_day{float:left;font-size:12px;}
.news .news_div_item_content,.news .divdgweb_new_div_item_content{overflow:hidden; padding-top:10px; width:540px; padding-right:8px; float:right;}
.news .news_div_item_content a,.news .divdgweb_new_div_item_title a{font-size:15px; color:#333; font-weight:bold; line-height:34px;}
.news .news_div_item:hover .news_div_item_content a,.news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{color:#f49104;}
.news .news_div_item_body,.news .divdgweb_new_div_item_body{line-height:24px; font-size:14px; color:#888;}
.news .news_div_item_pic{width:160px; height:128px; overflow:hidden; float:left;}
.news .news_div_item_pic img{width:160px; height:128px;transition: all 0.5s linear;}
.news .news_div_item:hover .news_div_item_pic img,.news .divdgweb_new_div_item:hover .news_div_item_pic img{transform: scale(1.08);}

.wend b a{font-size: 22px;color: #222;font-weight: normal;display: block;margin-bottom: 20px; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815144238_202993800.jpg) no-repeat left center; padding-left:30px;}

.wend{float:right;margin-right: 0; width:427px;height:auto;}
.wend h2{left:0;margin-bottom:22px;}
.wend .divdgweb_new_div_item_content{border-bottom: 1px dashed #ccc; padding: 15px 0 0 0;    text-align: left;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item{background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190815/20190815144212_1320009934.png) no-repeat left center;}
.wend .divdgweb_new_div_item_title{ padding-left:94px; line-height:44px;  font-size:15px; color:#333333; overflow: hidden;}
.wend  .divdgweb_new_div_item_title a{ color:#333;font-size:15px;margin-left:0px;    font-weight: bold;}
.wend  .divdgweb_new_div_item_title a:hover{color: #f49104;}
.wend .divdgweb_new_div_item_body{ padding-left:94px; line-height:24px; color:#666; height:80px; font-size: 13px; overflow: hidden;}

/*友情链接*/
.links{width: 100%;height:84px;margin: 0 auto; border-bottom:1px #fff solid; background:#f6f6f6; }
.links_1{ width:1200px; height:84px; margin:0 auto;}
.links_a{
	width: 1043px;
	float: left;
	height: 83px;}
.links1{ width:197px; font-size:20px; color:#333; height:83px; line-height:83px;float:left;}
.links1 span{
	font-size: 30px;
	color: #2e9435;
	font-weight: bold;
}
.links1 a{  font-size:20px; color:#333; height:76px; line-height:76px;float:left;}

.links2{
	width: 820px;
	height:83px;
	float: right;}
.links3{ width:128px; height:83px;float:right; color:#333;}
.links3 span{ font-size:14px; color:#333; line-height:83px; padding-left:15px;}
.links3 span a{ font-size:14px; color:#333;}
.links3 span a:hover{ font-size:14px; color:#2e9435;}

.linkTagcs li { line-height:83px !important;}

.linkTagcs li a{ color:#333333 !important;    font-size: 14px !important;}
.linkTagcs li a:hover{ color:#2e9435 !important; }

/*版权*/
.banq{
	width: 100%;
	color: #1d1d1d;
	height: auto;
	font-size: 14px;
	background: #f6f6f6;
	margin: 0 auto; border-top:1px solid #e7e7e7;}


.banq_nr{
	width: 430px;
	line-height: 30px;
	margin: 0 auto;
	color:#151515;
}
.banq_rwm{
	width:300px;
	height:214px;
	padding:40px 0 0 13px;
	margin: 0 auto;
	color:#151515;
	}
.banq_rwml{ width:120px; font-size:12px; color:#999999; line-height:40px; height:auto; text-align:center; }

.page{ width: 1200px; margin: 0 auto;}

.zsdxbj_d{ width:100%; height:8px; background:#8600f8;}
.copy {width:100%;background: #333;text-align: justify; padding:41px 0 30px 0;}
.copy_row1{ width:1200px;}
.c4cont{ width:100px;color:#1d1d1d;}
.copy_row1 .col4 {height:245px;float: left;padding-right:50px; color:#1d1d1d;}
.copy_row1 .col4 a { font-size:14px;color:#1d1d1d;}
.copy_row1 .col4:nth-last-child(1){ margin-right: 0; background: none;  }
.copy_row1 .col4 .c4title { position: relative; padding: 0 0 25px 0; margin-bottom:19px;  }
.copy_row1 .col4 .c4title::after { content: ''; position: absolute; width: 30px; height: 2px; display: block; background: #e1e1e1; left: 0; bottom: 10px; transition:0.6s all ease-in-out; }
.copy_row1 .col4 .c4title a{ font-size: 17px; color: #1d1d1d; display: block; line-height: 35px;}
.copy_row1 .col4:hover .c4title::after{ width: 100%; background: #2e9435;}
.copy_row1 .col4 ul li a { color: #151515; font-size: 14px; display: block; line-height:42px;}
.copy_row1 .col4 ul li a:hover{ text-decoration: underline; color: #1d1d1d; }

.dibudwz{
	width: 100%;
	color: #fff;
	height: 65px;
	font-size: 14px;
	line-height: 65px;
	margin: 0 auto; background:#2e9435;}
.dibudwz a{ font-size:14px; color:#fff;}


/*mianbxContent*/
.mianbxContent { margin-bottom: 20px !important; height: 40px !important; line-height: 40px !important; font-size: 16px !important; text-align: left !important; background-color: #eee; width: 100% !important; text-indent: 2.5em; transition:0.1s all; background:url(//memberpic.114my.cn/obhlube/uploadfile/image/20190816/20190816102725_1195243751.png) no-repeat 7px 12px; border-bottom: 1px solid #eee; letter-spacing: 1px; position: relative; border-top:1px solid #eee;}
.mianbxContent a{ font-size:15px !important; }
.mianbxContent:hover{ background-position:7px -29px; }
.strong_title { display: none; }
.centerHeadImage { border: 0; display: none; }
.mianbxContent a:hover{ color:#2e9435; font-size:15px !important;}
.mianbxContent::after,.mianbxContent:after { content: ''; position: absolute; display: block;height 40px; width:200px; top:0; right:0;}