/*样式初始化及公共样式部分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: #009f40;
    text-decoration: none;
}


/*定义全局链接鼠标滑过颜色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;
}

.content{ margin:0 auto; width:1200px}
.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: 1100px; overflow: hidden;}
.bz{ width:1200px; margin:0 auto; overflow: hidden;}

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


.bg {
    width: 100%;
    min-width: 1200px;
}

@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

/*抬头*/
#top_bg{background: #333;width: 100%;min-width: 1200px;height: 40px;line-height: 40px;color: #ccc;}
#top_bg a{display: block;  float: right; margin-left:8px; font-size:14px;color: #ccc;}
#top_bg a:before{content:'';isplay: block;  float: left; width:44px; height:38px; background-repeat:no-repeat; background-image: url(images/20190114155936_124063748.png); transition:all linear 0.2s; -moz-transition:all linear 0.2s; -ms-transition:all linear 0.2s; -webkit-transition:all linear 0.2s; }
#top_bg a:hover{color:#009f40;}
#top_bg .fr a:nth-child(1):before{background-position:-150px -38px;}
#top_bg .fr a:nth-child(2):before{background-position:-100px -38px;}
#top_bg .fr a:nth-child(3):before{background-position:-50px -38px;}
#top_bg .fr a:nth-child(4):before{background-position:0 -38px;}
#top_bg .fr a:nth-child(1):hover::before{background-position:-150px 0;}
#top_bg .fr a:nth-child(2):hover::before{background-position:-100px 0;}
#top_bg .fr a:nth-child(3):hover::before{background-position:-50px 0;}
#top_bg .fr a:nth-child(4):hover::before{background-position:0 0;}

.wxt{position: relative;}
.wxt p{position:absolute; top:40px; height:0; transition:all linear 0.2s; -moz-transition:all linear 0.2s; -ms-transition:all linear 0.2s; -webkit-transition:all linear 0.2s; overflow: hidden;z-index: 1;}
.wxt:hover p{height:120px;}
.wxt p img{width:120px; }

/*导航*/
#head_bg{background:url(images/20190114161438_14574005.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 171px;}
.logo{margin-top: 33px;}
.name{margin-top: 45px;margin-left: 25px;}
.name span{font-size: 27px;color: #333;}
.name p{font-size:32px;font-weight: bold;color: #009f40;}
.name p>t{font-size: 38px;color: #fa880d;}
.tel{padding: 61px 0 0 64px;background: url(images/20190117092535_132900585.png) no-repeat 0 62px;white-space: nowrap;color: #666;line-height: 23px;font-size: 15px;}
.tel b {color: #009f40;line-height: 30px;font-size: 30px;font-family: Times New Roman;display: block;}
.tel b t{font-size:20px;}
/*栏目*/
.nav{ background: #009f40; width: 100%; height:73px;min-width:1200px; }
.nav ul li{ float: left; display: block; width:133px; position: relative;background: url(images/20190114171438_1834443161.jpg)no-repeat center right;height: 73px;}
.nav ul li a{ display: block;height: 53px;color: #fff; font-size: 16px;padding-top: 20px; text-align: center; position: relative; z-index: 3333}
.nav>ul>li:after,.nav>ul>li:after{content: ''; display: block;background:#fa880d;width:100%; height: 73px; 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;z-index: 2222 }
.nav ul li.navcurrent:after,.nav ul li:hover:after{ opacity: 1; filter: alpha(opacity=100); top: 0; }
.nav ul li a>span{display: block;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}


.nav li a:hover,.nav .a_nav>a{background:#fa880d;}


.drop {
    position: absolute;
    z-index: 10;
    top: 74px;
}
.drop li{height: 40px !important;}
.drop li {
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.drop ul li:after{display: none;}
.drop li>a {
    font-size: 14px !important;
    background: #019c3e;
    width: 133px;
    height: 40px !important;
    text-align: center;
    line-height: 40px !important;
    border-top: none;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.nav li:nth-of-type(1) {
    width: 133px;
}
.NavCeshi li:hover .menu1 li:first-of-type {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.NavCeshi li:hover .menu1 li:nth-of-type(2) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.NavCeshi li:hover .menu1 li:nth-of-type(3) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}
.NavCeshi li:hover .menu1 li:nth-of-type(4) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}		
.NavCeshi li:hover .menu1 li:nth-of-type(5) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.NavCeshi li:hover .menu1 li:nth-of-type(6) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.NavCeshi li:hover .menu1 li:nth-of-type(7) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 2.1s;animation-delay: 2.1s;}
.NavCeshi li:hover .menu1 li:nth-of-type(8) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 2.4s;animation-delay: 2.4s;}
.NavCeshi li:hover .menu1 li:nth-of-type(9) {-webkit-animation: menu1 0.3s ease-in-out forwards;animation: menu1 0.3s ease-in-out forwards;-webkit-animation-delay: 2.8s;animation-delay: 2.8s;}

@-webkit-keyframes menu1 { 
				0% {    
					opacity: 0;  
					-webkit-transform: translateX(50px) rotate(-90deg);  
					transform: translateX(50px) rotate(-90deg);  
				} 
				100% {   
					opacity: 1;   
					-webkit-transform: translateX(0) rotate(0);   
					transform: translateX(0) rotate(0);  
				}
			}

@keyframes menu1 { 
				0% {    
					opacity: 0;  
					-webkit-transform: translateX(50px) rotate(-90deg);  
					transform: translateX(50px) rotate(-90deg);  
				} 
				100% {   
					opacity: 1;   
					-webkit-transform: translateX(0) rotate(0);   
					transform: translateX(0) rotate(0);  
				}
			}



/*幻灯片*/
.banner_box,.banner_box .bd li{height:600px;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:260px;background-image:url(images/20181218174753_800498988.png);}
.banner_box .hd ul li.on{background:#FAA404;}
.banner_box{min-width:1200px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;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:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; 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_box .hd {position:absolute;bottom:20px;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; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_box .hd ul li.on{ width: 32px; }



.banner_n,.banner_n .bd li{height:350px;}
.banner_n .banner-btn a.prev,.banner_n .banner-btn a.next{top:110px;background-image:url(images/20181218174753_800498988.png);}
.banner_n .hd ul li.on{background:#FAA404;}
.banner_n{min-width:1200px;position:relative;overflow:hidden;}
.banner_n .bd{ width:100% !important;}
.banner_n .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_n .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;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:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner_n .banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_n:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n:hover .banner-btn a.next{ right:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n .banner-btn a.prev:hover,.banner_n:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_n .hd {position:absolute;bottom:20px;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{ width: 32px; }

/*搜索*/
	
	.search_nbg{width: 100%; min-width:1200px; height:80px; margin:0 auto;position:absolute; top:634px;border-bottom:1px #eee solid;}
	.search_bg{width: 100%; min-width:1200px; height:80px; margin:0 auto;border-bottom:1px #eee solid;}
	#search{ color: #999;
		width:1200px;	
		height:80px;
		margin:0 auto;
		line-height:80px;
		
		
		}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
	.search_01{ float:left; width:850px; padding-left:2px;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #ed0626;}
	.search_02 form{padding-left:0;}
	.search_02{
		height:40px;
		width:254px;
		overflow:hidden;
		margin-top:22px;
		float:right;
		}

	.search-i{ 
		width:34px; 
		overflow:hidden; 
		height:40px;
		}
	.search-bg{
		float:left;
		width:208px;
		height:38px;
		overflow:hidden;
		padding-left:10px;
        background: #fff;
        border: 1px #ccc solid;
        border-radius: 50px 0px 0px 50px;
        border-right: none;
		}

/*小优势*/
.advantage_t{text-align: center;}
.advantage_t p{font-size: 44px;color: #333;}
.advantage_t p>t{color: #009f40;}
.advantage_t span{font-size: 20px;}
.advantage_wt{margin-top: 46px;}
.advantage_wt li{display: block;float: left;border-right: 1px #eee solid;height: 327px;width:299px;text-align: center;position: relative;}
.advantage_wt li:nth-child(4){border-right: none;}
.advantage_img{margin-top: 37px;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.advantage_w{margin-top: 28px;font-size: 22px;}
.advantage_w p{font-size: 27px;font-weight: bold;color: #009f40;}
.advantage_w span{font-size: 15px;display: block;margin-top: 8px;}
.advantage_w a{display: block;margin: 0 auto;text-align: center;width: 125px;height: 37px;line-height: 37px;background: #009f40;color: #fff;border-radius: 50px;margin-top: 28px;position: relative;z-index: 2;}

.advantage_wt li:hover .advantage_img{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.advantage_wt li:hover .advantage_w a{background: #ed6c00;}
.advantage_wt li:hover:before{top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: all 0.7s linear;transition: all 0.7s linear;-webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.3);box-shadow: 0 4px 20px rgba(0,0,0,0.3);}
.advantage_wt li:before{content:"";position: absolute;top:50%;left:50%;display: block;width:0;height:0;}
/*产品中心*/
#prod_bg{position: relative;width: 100%;min-width: 1200px;height: 1400px;background: #f5f5f5;}
.prod_bg1 {height: 12px;background: url(images/20190115095246_1691271269.png)no-repeat center right;position: absolute;top: 0px;}
.prod_t{text-align: center;padding-top: 67px;margin-bottom: 46px;}
.prod_t p{color: #009b4c;font-size: 40px;width: 327px;margin: 0 auto;overflow: hidden;}
.prod_t i{display: block;float: left;}
.prod_t span{font-size: 20px;display: block;}

.prod_fl{float:left;}
.prod_fl_title{background:#009b40;width:234px; height:83px; color:#fff;padding-left: 36px;padding-top: 36px;}
.prod_fl_title p{font-size:24px; font-weight:bold;}
.prod_fl_title span{font-size: 14px;color: #fff;margin-top: 6px;display: block;}
.prod_fl_nr{background:#fff;width:268px; border-left:1px #ddd solid; border-right:1px #ddd solid; border-bottom:1px #ddd solid; position:relative;  }

.prod_fl_nr .classimgshow1{position: relative; width:270px; height:42px; -webkit-transition:0.3s; transition:0.3s; padding-left:0px !important;}
.prod_fl_nr .classimgshow1 a{background:url(images/20181128153150_1088322341.png) left no-repeat; font-size:15px; position: relative; z-index:2; display:block;padding-left:20px;  margin-left: 36px; color:#666;}
.prod_fl_nr .classimgshow1:hover{ height: 42px; line-height: 42px; -webkit-transition:0.3s; transition:0.3s;}
.prod_fl_nr .classimgshow1:hover a{color:#fff; background:url(images/20181128160047_957370409.png) left no-repeat; -webkit-transition:0.3s; transition:0.3s;}
.prod_fl_nr .classimgshow1:after{content:"";background:#fa880d; width:0px; height: 42px;  display: block;  -webkit-transition:0.3s;  transition:0.3s;position: absolute; top: 0; left: 0; z-index:1;}
.prod_fl_nr .classimgshow1:hover:after{content:"";background:#fa880d; width:268px; height: 42px;   -webkit-transition:0.3s;   transition:0.3s; display: block;}


.prod_fr_js{ overflow: hidden;width:900px; float:right;position: relative;}
.prod_fr_js_box{ min-width:900px; height:400px; position:relative; margin:0 auto; }
.prod_fr_js_box .bd{ width:100% !important; }
.prod_fr_js_box li{height:400px; background-position: center; background-repeat: no-repeat; background: #fff;display: block;float: left;}
.prod_fr_js_box li a{ display:block; background-size:auto; }
.prod_cp{float:left;}
.prod_ms{float:left;width:444px;margin-left: 20px;margin-top: 70px;height: 330px;}
.prod_ms p{font-size:24px; font-weight:bold;color: #333;margin-bottom: 28px;}
.prod_ms span{line-height:35px; padding-left:16px; display:block;font-size: 14px;line-height: 28px;position: relative;width: 378px;}

.prod_ms span:before{content: "";position: absolute;top:12px;left: 0px;background: #009b4c;border-radius: 50%;width: 5px;height: 5px;}

.prod_more{margin-top:40px;}

.prod_more dl{display:block; margin-top:20px;}
.prod_more dl dd{float:left; width:96px; height:38px; display:block; line-height:38px; text-align:center; overflow: hidden;}

.prod_more dl .prod_more_01{border:1px #ccc solid; margin-left:-1px; border-bottom-left-radius:50px; border-top-left-radius:50px; position:relative; -webkit-transition:0.3s; transition:0.3s;}
.prod_more dl .prod_more_01:after{content:"";background:#fa880d; color:#fff; border:1px #fa880d solid; height: 38px; width:100px; display:block; -webkit-transition:0.3s; transition:0.3s; right:-100px; z-index:1;}
.prod_more dl .prod_more_01.select-li:after{ position:absolute; top:0; right:0; -webkit-transition:0.3s; transition:0.3s;}

.prod_more dl .prod_more_02{border:1px #ccc solid; border-left:1px #fa880d solid; margin-left:-1px; border-bottom-right-radius:50px; border-top-right-radius:50px; position:relative; -webkit-transition:0.3s; transition:0.3s;}
.prod_more dl .prod_more_02:after{content:"";background:#fa880d; color:#fff; border:1px #fa880d solid; height: 38px; width:100px; display:block; -webkit-transition:0.3s; transition:0.3s; left:-100px; top:0; z-index:1;}
.prod_more dl .prod_more_02.select-li:after{ position:absolute; top:0; left:0; -webkit-transition:0.3s; transition:0.3s;}
.prod_more dl .select-li{border:1px #fa880d solid;}

.prod_more dl .select-li a{ -webkit-transition:none; transition:none; position:relative; z-index:2; color:#fff; display:block; -webkit-transition:0.3s; transition:0.3s;}

.prod_fr_js_btn{ width: 18%; position: absolute; bottom:21px; right:0; margin-left: 0; height:64px; overflow: hidden; }
.prod_fr_js_btn a{ display:block; width:64px; height:64px; position:absolute; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out}
.prod_fr_js_btn a.prev{ background:url(images/20181126161759_2019857301.png) no-repeat; right:84px;} 
.prod_fr_js_btn a.next{ background:url(images/20181126161759_261271881.png) no-repeat; right:21px;}
.prod_fr_js_box .hd { position:absolute; bottom:25px; width: 100%; display: block; }
.prod_fr_js_box .hd ul { width: 1100px; margin: 0 auto; text-align: center; }
.prod_fr_js_box .hd ul li{ width:15px; height:15px; 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; }
.prod_fr_js_box .hd ul li.on{ background:#fa880d; width:40px; }
.prod_fr_js_btn a.prev:hover {background:url(images/20190115103017_1195601419.png) no-repeat;}
.prod_fr_js_btn a.next:hover {background:url(images/20190115103035_249579182.png) no-repeat;}
.prod_fr_js_btn a.prev:hover,.prod_fr_js_box:hover .prod_fr_js_btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

.prod_tj{float:right; width:900px; margin-top:40px;}
.prod_tj_title{ line-height:40px; height: 40px; margin-bottom:12px;}
.prod_tj_title p{font-size:20px; font-weight:bold; color:#009b4c; float:left;background: url(images/20190115103857_1080863853.png)no-repeat center left;padding-left:24px;margin-right: 6px;}
.prod_tj_title em{float:left; display:block; margin-top:5px;font-style: normal;font-size: 14px;color: #ccc;}
.prod_tj_title a{float:right; display:block;font-size: 14px;}
.prod_tj_nr table tbody tr td{display:block; width:282px; padding-left:0px !important; float:left; margin-right:27px; margin-bottom:27px;}
.prod_tj_nr table tbody tr td:nth-child(3n){margin-right:0px !important;}
.prod_tj_nr table tbody tr td br{display:none;} 
.prod_tj_nr table tbody tr td img{border:1px #ddd solid;}
.prod_tj_nr table tbody tr td span{display:block; width:280px; height:55px; line-height:55px !important; background:#fff; border-left:1px #ddd solid; border-right:1px #ddd solid;border-bottom:1px #ddd solid; text-align:left; position: relative;}
.prod_tj_nr table tbody tr td span a{padding-left:20px;font-size: 14px;}
.prod_tj_nr table tbody tr td span:after{content:"";background:url(images/20190117101048_49473284.png) right no-repeat; display:block; width:18px; height:18px; position: absolute; top:19px; right:20px; -webkit-transition: 0.3s; transition: 0.3s;}
.prod_tj_nr table tbody tr td:hover span:after{background:url(images/20190117101048_49473284.png) left no-repeat;}
.prod_tj_nr table tbody tr td:hover span{background:#fa880d; -webkit-transition: 0.3s; transition: 0.3s;}
.prod_tj_nr table tbody tr td:hover span a{color:#fff; -webkit-transition: 0.3s; transition: 0.3s;}




/*好处*/
#benefit_bg{background: url(images/20190115105135_116260960.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 794px;}
.benefit{position: relative;}
.benefit_t{color: #fff;font-size: 40px;font-weight: bold;padding-top: 68px;margin-left: 306px;}
.benefit_t p{line-height: 40px;}
.benefit_bg1{background: url(images/20190115110459_892362803.png)no-repeat;position: absolute;top:58px;right:356px;width: 279px;height: 97px;}
.benefit_wt{background: #fff;height: 526px;margin-top: 52px;position: relative;overflow: hidden;}
.benefit_wt:after{content: "";position: absolute;background: url(images/20190115111749_385054416.png)no-repeat center;width: 453px;height: 453px;top:39px;left:374px;}

.prod_ads_bg1 {position: absolute;background: url(images/20190115113131_1913408915.png) no-repeat center;width: 601px;height: 601px;display: block;bottom: -45px;left: 300px;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}

.prod_ads_bg2 {position: absolute;background: url(images/20190115113411_433173003.png) no-repeat center;width: 478px;height: 478px;display: block;bottom: 24px;left: 362px;-webkit-animation: spin 15s linear infinite;animation: spin 15s linear infinite;}
.benefit_w1{background: #009f40;position: absolute;top:151px;left:448px;width: 300px;height: 40px;display: block;}
.benefit_w2{background: #f7f7f7;position: absolute;bottom:-61px;left:448px;width: 300px;height:60px;display: block;}
.benefit_w3{position: relative;z-index: 2;margin-bottom: 47px;height:100px;}
.benefit_w4{text-align: right;margin-right: 20px;margin-top:28px;width: 243px;}
.benefit_w4 p{color: #009f40;font-weight: bold;font-size: 26px;}
.benefit_w4 span{font-size: 15px;line-height: 20px;}
.benefit_w5{width: 213px;}
.benefit_w6{margin-top:9px;}

.fr .benefit_w4{text-align: left;margin-left: 20px;margin-right: 0px;}

/*优势*/
#adv_bg{background: url(images/20190118190355_666238393.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 200px;}

.adv_t{text-align: center;color: #fff;font-size: 28px;padding-top: 124px;}
.adv_wt{background: url(images/20190118190929_525008886.png)no-repeat center left;height: 115px;padding-top: 46px;padding-left: 29px;margin-top: 102px;}
.adv_wt p{font-size: 36px;font-weight: bold;color: #009f40;}
.adv_wt span{font-size: 20px;color: #333;}
#adv_bg1{background: #f5f5f5;width: 100%;min-width: 1200px;height: 524px;}
.adv_ww{width: 374px;height: 385px;background: #009f40;color: #fff;padding-left: 37px;padding-right: 30px;}
.adv_t1{padding-top: 40PX;}
.adv_t1 p{font-size: 34px;font-weight: bold;margin-bottom:4px;}
.adv_t1 span{font-size: 20px;display: block;}
.adv_t1 em{display: block;width: 80px;height: 4px;background: #fa880d;margin-top: 32px;}
.adv_w1{font-size: 15px;line-height:30px;margin-top: 40px;}
.adv_w1 p{position: relative;margin-bottom: 16px;padding-left:13px;}
.adv_w1 p:before{content: "";position: absolute;width: 5px;height: 5px;border-radius: 50%;top:14px;left: 0px;background:#fa880d;;}
.adv_bg2{background: url(images/20190118193859_1717500822.jpg)no-repeat center;height: 476px;}

.adv .fl{width:520px;}
.adv_w{font-size: 15px;line-height: 30px;margin-top: 26px;}
.adv_w p{position: relative;padding-left: 31px;margin-bottom: 10px;}
.adv_w p:before{content: "";position: absolute;width: 5px;height: 5px;border-radius: 50%;top:14px;left: 13px;background: #009f40;}

.adv_w2 p{margin-bottom: 16px;}
.adv_w2 p>t{color: #fa880d;font-weight: bold;font-size: 22px;}

/*应用*/
#app_bg{background: url(images/20190115141811_752343248.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 732px;}
.app_t{text-align: center;color: #fff;}
.app_t p{font-size: 20px;margin-top: 10px;}

.app_d{position: relative;margin-top: 42px;}

.app_d .convert{width:1200px;margin:0 auto;}
.app_d .convert .tab{position: relative;}
.app_d .convert .tab .tab_t{width: 314px;}
.app_d .convert .tab a{display: block;float: left;position: relative;width: 154px;height: 154px;background-color: #fff;margin-right: 3px;margin-bottom: 3px;position: relative;overflow: hidden;}

.app_d .convert .tab a:before{content:"";position: absolute;bottom:10px;left:-50px;background: url(images/20190115161846_610553807.png)no-repeat;width: 44px;height: 9px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}

.app_d .convert .tab a.on:before{left: 50px;}


.app_d .convert .tab a p{font-size:15px;line-height: 24px;color: #333;text-align: center;margin-top: 74px;}
.app_d .convert .tab a span{font-size:12px;color: #999;}
.app_d .convert .tab a.on{color:#fff;background-color: #fa880d;}
.app_d .convert .tab a.on p{color: #fff;}

.tab_w1{position:absolute !important;top: 0px;right: 0px;}
.tab_w2{position:absolute !important;top: 0px;right: 155px;}
.tab_w3{position:absolute !important;top: 157px;right: 0px;}
.tab_w4{position:absolute !important;top: 157px;right: 155px;}


.app_d .convert .content1{overflow:hidden;width:570px; height:468px;position:relative;}
.app_d .convert .content1 ul{position:absolute;top:0;left:0;height:468px;}
.app_d .convert .content1 li{ width:570px;height:468px;float:left; position: relative;}

.app_wt{position: absolute;bottom: 0px;background:rgba(62,58,57,0.8);width: 494px;height: 103px;color: #fff;padding-top: 22px;padding-left: 32px;padding-right: 44px;}
.app_wt p{font-size: 20px;margin-bottom: 8px;}
.app_wt span{font-size:14px;line-height: 24px;}

.app_wwt{position: absolute;background: #fff;width: 273px;height: 127px;bottom:0px;right: 0px;padding-top: 27px;padding-left: 38px;}
.app_wwt p{font-size: 15px;color: #333;}
.app_wwt span{color: #009f40;font-size: 28px;font-weight: bold;display: block;margin-top:4px;margin-bottom: 8px;}
.app_wwt a{display: block;width: 120px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 16px;background: #009f40;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.app_wwt a:hover{width: 160px;}

.app_ww {
    height: auto;
}
.app_d a.bg1{background-image: url(images/20190115154340_765656936.png);}
.app_d a.bg2{background-image: url(images/20190115154541_153980587.png);}
.app_d a.bg3{background-image: url(images/20190115154609_588257954.png);}
.app_d a.bg4{background-image: url(images/20190115154630_252648034.png);}
.app_d a.bg5{background-image: url(images/20190115154650_1901421415.png);}
.app_d a.bg6{background-image: url(images/20190115154717_475496999.png);}
.app_d a.bg7{background-image: url(images/20190115154748_674739333.png);}
.app_d a.bg8{background-image: url(images/20190115154733_938914033.png);}
.app_d a.bg9{background-image: url(images/20190115154819_1279754076.png);}
.app_d a.bg10{background-image: url(images/20190115154805_1441395444.png);}

.app_d .convert .tab a.on.bg1{background-image: url(images/20190115160014_817500196.png);}
.app_d .convert .tab a.on.bg2{background-image: url(images/20190115160717_812407098.png);}
.app_d .convert .tab a.on.bg3{background-image: url(images/20190115160738_996218925.png);}
.app_d .convert .tab a.on.bg4{background-image: url(images/20190115160755_1592366570.png);}
.app_d .convert .tab a.on.bg5{background-image: url(images/20190115160845_2064614442.png);}
.app_d .convert .tab a.on.bg6{background-image: url(images/20190115160819_657209948.png);}
.app_d .convert .tab a.on.bg7{background-image: url(images/20190115160920_677338648.png);}
.app_d .convert .tab a.on.bg8{background-image: url(images/20190115161118_1974204864.png);}
.app_d .convert .tab a.on.bg9{background-image: url(images/20190115161145_2014116771.png);}
.app_d .convert .tab a.on.bg10{background-image: url(images/20190115161159_1974276992.png);}


/*留言*/
#message_bg{background: #fff;width: 100%;min-width: 1200px;height: 495px;-webkit-box-shadow: 0 5px 5px 0 #eee;    box-shadow: 0 5px 5px 0 #eee;}
.message_t{line-height: 50px;margin-top: 30px;}
.message_t p{font-size: 34px;color: #333;}
.message_t span{font-size: 48px;color: #009f40;font-weight: bold;margin-top: 8px;}
.message_tel{font-size: 20px;color: #333;width: 425px;margin-top:28px;}
.message_tel t{display: block;float: left;margin-top:8px;}
.message_tel span{font-size: 40px;font-weight: bold;color: #fa880d;display:block;float: right;}
.message{position: relative;}
.message_w1{position: absolute;top:280px;left: 0px;background: url(images/20190115170532_962059967.png)no-repeat;display: block;width: 100px;height: 144px;}
.message_w{text-align: center;width: 100px;padding-top: 72px;font-size: 18px;color: #333;-webkit-transition: all 1.6s linear;transition: all 1.6s linear;}
.message_w2{position: absolute;top:280px;left: 136px;background: url(images/20190115171040_1781468457.png)no-repeat;display: block;width: 100px;height: 144px;}
.message_w3{position: absolute;top:280px;left: 282px;background: url(images/20190115171056_1419417515.png)no-repeat;display: block;width: 100px;height: 144px;}
.message_w4{position: absolute;top:280px;left: 428px;background: url(images/20190115171109_1081546055.png)no-repeat;display: block;width: 100px;height: 144px;}
.message_w:hover{-webkit-transition: all 1.6s linear;transition: all 1.6s linear;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}

.message>.fr{background: url(images/20190118115858_850416595.jpg)no-repeat center;width: 508px; height:376px;padding-top: 46px;padding-left: 48px;padding-right: 48px;}
.index-active-yy input{display: block;width: 225px;height: 48px;line-height: 48px;border-radius:5px;-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2) inset;box-shadow: 0px 0px 10px rgba(0,0,0,0.2) inset;border:1px #e1e1e1 solid;margin-right: 12px;margin-bottom: 11px;font-size: 16px;color:#999;padding-left: 20px;}

.fb_bw button:nth-child(1){background: url(images/20190115173454_1862644603.png)no-repeat center;margin-right: 13px;}
.fb_bw button:nth-child(2){background: url(images/20190115173527_1801782050.png)no-repeat center;}
.fb_bw button{width: 94px;height: 35px;display: block;float: left;border: none;color: #fff;font-size: 16px;font-weight: bold;margin-top: 21px;}

/*客户见证*/
.client_t{text-align: center;}
.client_t p{color: #009b4c;font-size: 40px;width: 327px;margin: 0 auto;overflow: hidden;}
.client_t i{display: block;float: left;}
.client_t span{font-size: 20px;display: block;}

.company_img{margin-top: 45px;}
.company_img_r2 { width: 1200px; height:392px; position: relative; display: block; margin: 0 auto; }
#company_img_btn_l{ background:url(images/20190112150705_1243645770.png) center no-repeat; width:48px; height:48px; left: -87px; top: 170px; cursor: pointer; position:absolute;}
#company_img_btn_r{ background:url(images/20190112150734_520382341.png) center no-repeat; width:48px; height:48px; right: -88px; top: 170px; cursor: pointer;position:absolute;}
#company_img_cont a img { width: 380px; height:240px; display: block; margin: 0 auto;}


#company_img_cont .divdgweb_new_div_item{width: 380px; height: 392px;display: block;float: left;margin-right: 29px;position: relative;}
#company_img_cont .news_div_item_pic{position: absolute;display: block;top: 0px;left: 0px;}
#company_img_cont .divdgweb_new_div_item_content{position: absolute;display: block;bottom:-3px;left: 0px;    height: 155px;padding-left: 33px;z-index: 2;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;background: #fff;}
#company_img_cont .divdgweb_new_div_item_a{font-size: 20px;font-weight: bold;color: #009b4c;padding-top: 22px;display: block;}
#company_img_cont .divdgweb_new_div_item_body{font-size: 14px;line-height: 24px;display: block;margin-top: 8px;}

#company_img_cont .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{background: #fa880d;height: 175px;}
#company_img_cont .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color:#fff;}
#company_img_cont .divdgweb_new_div_item:hover .divdgweb_new_div_item_body{color:#fff;}

#company_img_cont .divdgweb_new_div_item:before{content:"";position: absolute;bottom:30px;left:0px; opacity: 0;background: url(images/20190115161846_610553807.png)no-repeat;width: 44px;height: 9px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s; z-index: 3;}

#company_img_cont .divdgweb_new_div_item:hover:before{left:300px;opacity: 1;}



/*简介*/
#com_bg{background: url(images/20190115175252_911049855.jpg)no-repeat center;width: 100%;min-width: 1200px;height:691px;}
.com_t{text-align: center;color: #fff;}
.com_t p{font-size: 40px;width: 327px;margin: 0 auto;}
.com_t i{display: block;float: left;}
.com_t span{font-size: 20px;display: block;margin-top:8px;}
.com_wt{background: #fff;height: 422px;margin-top:40px;position: relative;}
.com_wt:before{content: "";display: block;position: absolute;top:40px;left:40px;width: 12px;height: 109px;background: #fa880d;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.com_wt:after{content: "";display: block;position: absolute;top:149px;left:40px;width: 12px;height: 238px;background:#009f40;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.com_wt:hover:before{height: 238px;}
.com_wt:hover:after{height: 109px;top: 278px;}
.com_w1{font-size: 22px;font-weight: bold;color: #ccc;margin-top: 48px;margin-left: 100px;}
.com_ww{font-size: 22px;font-weight: bold;color: #009f40;line-height:30px;margin-left: 100px;margin-top: 10px;}
.com_w{width: 466px;margin-left: 100px;font-size: 14px;line-height: 24px;font-weight: lighter;margin-top:26px;}
.com_w2{width: 20px;height: 1px;background: #009f40;margin-left: 100px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;margin-top: 32px;}
.com_w3{margin-left: 100px;margin-top: 27px;}
.com_w3 li a{display: block;float: left;font-size: 16px;color: #333;line-height: 30px;margin-right: 35px;}
.com_w3 li i{display: block;float: left;margin-right: 10px;}

.com_w3 li a:hover{color: #009f40;}


.com_img{width:557px;height: 349px;overflow: hidden;margin-right: 35px;margin-top: 36px;}
.com_img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.com_img img{transition: All 1s ease-in-out;-webkit-transition: All 1s ease-in-out;-moz-transition: All 1s ease-in-out;-o-transition: All 1s ease-in-out;}


/*厂房设备*/
#equ_bg{background: #fff;width: 100%;min-width: 1200px;-webkit-box-shadow: 0 5px 5px 0 #eee;box-shadow: 0 5px 5px 0 #eee;height: 340px;margin-top: 46px;}
.equ_t{ line-height:40px; height: 40px; margin-bottom:12px;}
.equ_t p{font-size:20px; font-weight:bold; color:#009b4c; float:left;background: url(images/20190115103857_1080863853.png)no-repeat center left;padding-left:24px;margin-right: 6px;}
.equ_t em{float:left; display:block; margin-top:5px;font-style: normal;font-size: 14px;color: #ccc;}
.equ_t a{float:right; display:block; margin-top:8px;font-size: 14px;}
.equ_d{margin-top: 20px;}
.equ_d table tr td a:nth-child(2){display:block;background: #eeeeee;line-height:16px; height: 46px;font-size: 16px; width:225px;}
/*新闻中心*/
.news_t{text-align: center;}
.news_t p{color: #009b4c;font-size: 40px;width: 327px;margin: 0 auto;    display: block;
    overflow: hidden;}
.news_t i{display: block;float: left;}
.news_t span{font-size: 20px;display: block;margin-top:8px;}

.news_row1 .news_row1_t{ font-size: 26px; font-weight: bold; line-height: 40px; color: #fff; padding: 54px 40px 30px; background:#009f40; display: block; width: 130px; text-align: center; float: left; }

.news_row1 .news_row1_t i{display: block;margin-bottom: 15px;}

.news_row1 .news_row1_t .font_en{ font-size: 14px; line-height: 30px; display: block; font-weight: 100; }
.news_row1 .news_div {float: right; width: 990px; height: 210px; }
.news_row1 .news_div_item { position: relative; height: 210px; width: 100%; }
.news_row1 .news_div_item .news_div_item_date { display: block; width: 160px; position: absolute; bottom: 30px; padding: 25px; text-align: center; line-height: 30px; height: 30px; left: -210px;display: none;}
.news_row1 { width: 100%; height: 210px; position: relative; margin-top: 48px;}
.news_row1 .news_div_item .news_div_item_date > div { display: inline-block; color: #fff; font-size: 24px; font-family: arial; font-weight: bold; line-height: 30px; }
.news_row1 .news_div_item .news_div_item_date > div.news_div_item_year { display: block; font-size: 16px; position: absolute; bottom: 0; width: 100%; text-align: center; left: 0; font-weight: 100; line-height: 20px; }
.news_row1 .news_div_item_content { float: right; width: 485px; padding: 40px; background: #333; height: 130px; position: relative; }
.news_row1 .news_div_item_a:after { content: '查看详情'; font-family: arial; font-size: 14px; font-weight: 100; position: absolute; bottom: 40px; color: #fff;padding: 0 22px; line-height: 29px; left: 40px; background: #009f40 url(../../login.114my.cn/memberpic/meiyudg/uploadfile/image/20181128/20181128092657_658263951.png) no-repeat 120px center; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.news_row1 .news_div_item:hover .news_div_item_a:after{ background-position: 110px center; padding: 0 55px 0 25px; }
.news_row1 .news_div_item_body { color: #fff; font-size: 14px; line-height: 25px; display: block; height: 50px; color:#999;}
.news_row1 .news_div_item_a { display: block; line-height: 25px; color: #fff; font-size: 16px; padding-bottom: 15px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_row1 .news_div_item_pic { float: left; width: 426px; height: 210px; overflow: hidden; position: relative; }
.news_row1 .news_div_item_pic a, .news_row1 .news_div_item_pic a img { display: block; width: 100%; height: auto; }
.news_row1 .news_div_item_pic a img { position: absolute; bottom: 0; left: 0; }
.news_row2 .divdgweb_new_div, .news_row2 .news_div { padding: 25px 20px; height: 250px; font-weight: normal; width: 560px; float: left; background: #fff; }

/* news_box */
.news_box,.news_box .bd li{height:210px;}
.news_box .news-btn a.prev,.news_box .news-btn a.next{top:220px;
    background-image:url(images/20180926113326_313970701.png);}
.news_box .hd ul li.on{background:#FAA404;}
.news_box{min-width:990px;position:relative;overflow:hidden;}
.news_box .bd{ width:100% !important;}
.news_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.news_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.news-btn a{display:block;width:49px;height:104px;position:absolute;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}
.news-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.news-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.news_box:hover .news-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.news_box:hover .news-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.news_box .news-btn a.prev:hover,.news_box:hover .news-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.news_box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.news_box .hd ul{ text-align: center}
.news_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}
.news_box .hd ul li.on{ width: 32px; }

.news_ww1 .news_div_item:nth-child(1){display: none;}
.news_ww2 .news_div_item:nth-child(1){display: none;}
.news_ww2 .news_div_item:nth-child(2){display: none;}
.news_ww3 .news_div_item:nth-child(1){display: none;}
.news_ww3 .news_div_item:nth-child(2){display: none;}
.news_ww3 .news_div_item:nth-child(3){display: none;}

.news_wt{border: 1px #eee solid;height: 416px;border-top: none;}
.news_wt li{width: 335px;display: block;float: left;border-right: 1px #eee solid;height: 337px;padding: 0 31px;margin-top: 37px;}
.news_ww{background: url(images/20190116164456_1743152601.jpg)no-repeat center;font-size: 18px;color: #333;height: 65px;}
.news_ww a{display: block;float: right;width: 55px;height: 22px;line-height: 22px;text-align: center;font-size: 14px;color: #666;border: 1px #ccc solid;border-radius: 50px;}

.news_ww a:hover{border: 1px #009f40 solid;background:#009f40;color:#fff;}



.news_wwt .divdgweb_new_div_item_a{display: block;background: url(images/20190116165835_161932332.jpg)no-repeat center;height: 34px;line-height: 34px;margin-bottom: 14px;padding-left:19px;font-size: 15px;position: relative;z-index:2;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}

.news_wwt .divdgweb_new_div_item_a:after{content:"";position: absolute;top: 0px;left: 0px;height: 100%;width:0px;background: #009f40;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;z-index: -1;}

.news_wwt .divdgweb_new_div_item_a:hover{color:#fff;}
.news_wwt .divdgweb_new_div_item_a:hover:after{width: 100%;}


/*快速通道*/
#aisle_bg{height: 323px;width: 100%;min-width: 1200px;background: #f5f5f5;}
.aisle{background:url(images/20190116171436_454242090.png)no-repeat center;height: 217px;}
.aisle_t{text-align: center;color: #009f40;font-weight: bold;font-size: 40px;line-height: 40px;}
.aisle_wt{margin-top: 32px;}
.aisle_wt li{display: block;float: left;margin-right:46px;}
.aisle_wt li a{display: block;font-size: 15px;line-height: 38px;position: relative;}
.aisle_wt li:nth-child(1){margin-left:33px;}
.aisle_wt li:nth-child(8){margin-right: 0px;}

.aisle_wt li a:before{content:"";position: absolute;background: #009f40;width: 6px;height: 6px;border-radius: 50%;top: 16px;left: -13px;display: none;}
.aisle_wt li a:hover:before{display: block;}
/*版权*/
.copy_row1{background: #333333;height: 120px;width: 100%;min-width: 1200px;overflow: hidden;}
.copy_row1 > .content{position: relative;height: 100%;}
.copy_row1 > .content > .fr{display: block;width: 325px;height: 60px;background: url(images/20190116194222_140882349.png) no-repeat center;position: absolute;right:-351px;top: 0;padding: 30px 380px 30px 40px;font-weight: normal;font-size: 23px;color: #fff;line-height: 30px;text-align: right;}
.copy_row1 .copy1_item{float: left;color:#999;display:block;line-height: 25px;font-size: 16px;font-family: arial,microsoft yahei;margin-right:60px;border-right:1px solid #454545;height: 63px;padding: 24px 60px 33px 0;}
.copy_row1 .copy1_item3{border-right: 0 none;}
.copy_row1 .copy1_item > strong{color: #fff;font-size: 18px;font-weight: 100;display: block;line-height: 30px;}
.copy_row1 .copy1_item > strong i{display: inline-block;vertical-align: middle;padding-right: 10px;padding-bottom: 5px;}
.copy_row1 .copy1_item > strong i img{display: block;width: 35px;height: 25px;}

.im-footer{position:relative}
.weixing-show{display: none;}
.weixing_136{padding-top:136px!important;}
.weixing_32{padding-top:32px!important;}
.weixing_270{
    padding-top:270px!important;
}
.display{
    display:none!important;
}
.copy_row2{background:url(images/20190116200644_1905644210.jpg)no-repeat center; width:100%; height: 390px; min-width:1200px;}
.copy_row2 > .content{position: relative;padding-top: 60px;}
.copy_logo{display: block;float: left;padding-top:8px;}
.copy_logo img{display: block;width: 264px; height: 92px;padding: 10px 0;}
.copy_logo p{font-size: 18px;color: #fff;line-height: 42px;text-align: center;letter-spacing: 0.3px;}
.copy_list{float: left;padding-left: 65px;margin-left: 55px;background: url(../images/copy_line1.html) no-repeat left center;}
.copy_list2 ul{float: left;}
.copy_list2 ul:nth-last-child(1){padding-left: 50px;}
.copy_list li a{display: block;color: #b7b7b7;font-size: 13px;line-height: 26px;}
.copy_list li a:hover{text-decoration: underline;color: #fff;}
.copy_list strong{display: block;}
.copy_list strong a{color: #fff;line-height: 50px;font-size: 16px;font-weight: normal;display:inline-block;position:relative;padding-bottom:10px;margin-bottom:15px;}
.copy_list strong a:after{content: '';display: block;width: 25px;height: 2px;background: #fff;position: absolute;bottom: 0;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;}
.copy_list:hover strong a:after{width: 100%;background: #009b4c;}
.copy_row3{display: block;position: relative;height: 40px;}

.copy_row3 .fl,.copy_row3 .fl a{font-size: 13px;color: #b7b7b7;line-height:40px;}
.copy_row3 .fl a:hover{text-decoration: underline;color: #fff;}

.copy_phone{background: url(images/20190116194953_1439120006.png) no-repeat;width: 182px;height: 253px;position:absolute;bottom:-151px;right:-10px;z-index:5;padding: 70px 30px 20px;}
.copy_phone > ul{position: absolute;bottom:30px;left: 30px;width: 182px;text-align:center;height: 40px;}
.copy_phone > ul > li{display:inline-block;border: 1px solid #fff;border-radius: 50%;padding: 9px;width:20px;height:20px;margin: 0 5px;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;background: transparent;cursor:pointer;}
.copy_phone > ul > li.cur{background: #009b4c;border-color: #009b4c;}
.copy_phone > ul > li > img{display: block;width: 100%;height: 100%;}
.copy_ewm_cont{display: block;width: 136px;position: absolute;height: 136px;top:97px;left: 47px;}
.copy_ewm_cont > img{display: block;width: 100%;height: 100%;}

.copy_ewm_cont p{position: absolute;top:-35px;left:23px;color: #fff;font-size: 14px;}

.link{margin-top:78px;}
.link_t i{display: block;float: left;margin-right: 10px;}
.link_t{color: #fff;font-size: 18px;line-height: 28px;}

.linkTagcs li { line-height: 30px !important;padding-right: 0px !important;padding-left: 20px;}
.linkTagcs li a:hover { color: #009b4c !important;}

.copy1_item2{    padding-top: 37px !important;}
.copy1_item3{    padding-top: 37px !important;}



/*内页小导航*/
.mianbxContent{background:url(images/20190118140248_1179516020.png)no-repeat 12px center,url(images/20190118140359_722168503.png) no-repeat right center;}
/*小导航图片*/
.mianbxContent{ background-color:#009f40; line-height:42px !important; margin-bottom:20px !important; height:42px !important; width:100% !important; text-align: left!important; text-indent: 32px;color:#fff;}
.strong_title { display: none; }

.mianbxContent a{color:#fff;}

#bodycon{padding-top:100px !important; padding-bottom:40px;}
.detail_title{width: 1184px !important;    margin-left: 0px !important;    margin-bottom: 20px !important;border-bottom: none !important;background: #eee;height: 30px;line-height: 30px;padding-left: 16px;color: #333;font-size: 14px;display: none;}
.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;   display: table-cell;}
.pcontent_title_h4 h4{    text-align: center; font-size:16px; color:#333 !important;}
.pcontent_title_h4{width:100% !important; padding-bottom:20px;}

.xw {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;  max-width: 205px; max-height: 175px !important;   display: table-cell;}

/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(images/20190118195021_909731067.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(images/20190226102950_349588777.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(images/20190118171250_125931295.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(images/20190118161124_625992696.jpg) center; overflow:hidden;}
.banner_equ{ width:100%; height:350px; background:url(images/20190118163138_1193383444.jpg) center; overflow:hidden;}
.banner_case{ width:100%; height:350px; background:url(images/20190118165225_1400017956.jpg) center; overflow:hidden;}
.banner_app{ width:100%; height:350px; background:url(images/20190118173452_441253823.jpg) center; overflow:hidden;}
/*内页新闻*/
.pro_list_box_item_zdy{display:block;height:162px; border-bottom: 1px solid #eee;overflow:hidden;     padding-top: 10px;}
.pro_list_box_item_zdy:hover{background:#f8f8f8;}
.pro_list_box_item_l_zdy{width:200px; height:150px; float:left;}
.pro_list_box_item_l_zdy a img {width:200px; height:150px; border:1px solid #CCC;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #ffaa31; }
.pro_list_box_item_r_zdy{width:980px; float:right; text-align:left}
.pro_list_box_item_r_zdy p{height: 26px; font-size: 16px; color: #000; border: none;line-height: 26px;padding-bottom: 5px;}
.pro_list_box_item_r_zdy p a{height: 26px; font-size: 16px; color: #009f40; border: none;}
.pro_list_box_item_r_zdy div{ font-size:13px; font-weight:normal; color:#888; height:68px; overflow:hidden; line-height:23px; }
.pro_list_box_item_r_zdy div > span{font-size:13px !important; font-weight:normal; color:#888;  overflow:hidden; line-height:24px !important;}
.pro_list_box_item_r_zdy div p{ font-size:13px; font-weight:normal;}
.pro_list_box_item_r_zdy a{text-decoration:none}
.pro_list_box_item_r_zdy a:hover{text-decoration:none}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy a{background:#009f40;}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy p{color:#009f40;}
.shopmrsc a:hover{color:#009f40 !important;}
.content_more_a_zdy{ width:90px; height:30px; background: #c1c1c1; display:block; margin-top:10px;  text-align: center; line-height: 29px; height: 30px; color: #fff !important;font-size: 13px !important; letter-spacing: 0.5px;}
.dgcontent_title_h5 { display: block;text-align: center;border-bottom:1px solid #ddd;height:55px !important;line-height:55px !important;margin: 10px auto 25px !important;}
.dgcontent_title_h5 h5,.dgcontent_title_h5 h5 strong{ font-size:18px}
.news_content_title { display: block;text-align: center;height:55px !important;line-height:55px !important;margin: 10px auto;}
.news_content_title h3,.news_content_title h3 strong{ font-size:18px}
.news_content_title hr{display:none;}
.content_more_a_zdy::after,.content_more_a_zdy:after{content: '查看更多>>';color: #fff;}


/*分页*/
.pages_info{overflow:hidden;text-align:center;margin-top: 20px !important;}
.pages_info span{display:inline-block;padding:5px 12px;border: 1px dashed #ccc;}
.pages_info span+span{margin-left:5px;}




/*联系我们*/
.img-block:first-child{padding-top:0px;}
    .img-block {
    text-indent: 0px;
    padding-top: 14px;
    margin: 0px;
    text-align: center;
    height: 140px;
    position: relative;
    z-index: -1;
}   
       
    .g_fk {
        height: 300px;
        margin-top: 20px;
    }
    
    .g_fk dt {
        float: left;
        width: 440px
    }
    
    .g_fk dt img {
        width: 440px;
        height: 300px;
        display: block;
    }
    
    .g_fk dd {
        background:#f5f5f5;
        float: left;
        width: 720px;
        height: 220px;
        padding: 80px 0 0 40px;
    }
    
    .g_fk h3 {
        height: 32px;
        font-weight: normal;
        font-size: 18px;
        color: #009f40;
    }
    
    .g_fk p {
        font-size: 16px;
        color: #666666;
        line-height: 34px;
        width: 666px;
    }
    
    .f_pr {
        position: relative;
    }
    
    .g_lxwm {
        height: 365px;
    }
    
    .g_lxwm .lxwm {
        border: 1px solid #e1e1e1;
        padding: 16px 0;
    }
    
    .g_lxwm .lxwm {
        border: 1px solid #e1e1e1;
        padding: 16px 0;
    }
    
    .g_lxwm .lxwm li {
        position: relative;
        padding-left: 100px;
        float: left;
        width: 446px;
        height: 78px;
        line-height: 78px;
        border-bottom: 1px solid #e9e9e9;
        margin: 0 24px 0 24px;
        font-size: 18px;
        color: #333333;
    }
    
    .g_lxwm .lxwm li em {
        position: absolute;
        left: 29px;
        top: 16px;
    }
    
    .g_lxwm .line {
        width: 1px;
        height: 207px;
        background: #e9e9e9;
        left: 595px;
        top: 50px;
        position: absolute;
    }


/*公司简介*/
.equ_d td{
    padding-right: 5px;
}
        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .tl-fdh-02 li {
            width: 20%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            margin-right: -1px;
            background: #f4f4f4;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            display: block;
            height: 55px;
            color: #a8a8a8;
            font-size: 18px;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(images/20190117114025_657557005.png) no-repeat bottom center #009946;
            border-color: #009f40;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
.endit-content {line-height: 28px;}

    .tit {
        background:url(images/20190118100127_1382489645.png)no-repeat 10px 57px;
        height: 92px;
        width: 218px;
        margin: 30px auto;
        text-align: center;
        letter-spacing: 5px;
        clear: both;
    }
    
    .tit span {
        display: block;
        font-size: 24px;
        color: #191919;
        font-weight: bold;
        text-align: center;
    }
    
    .tit em {
        font-style: normal;
        text-transform: uppercase;
    }
    
    .cl {
        clear: both;
    }    
    .about {
        background:url(images/20190223165908_2081420140.jpg) no-repeat 0 0;
        height: 492px;
        padding-left: 564px;
        padding-top: 106px;
    }
  
    .about p {
        text-align: left;
        line-height: 26px;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .about h3 {
        font-size: 30px;
        color: #000;
    }
    
    .about h3 span {
        font-weight: bold;
        font-size: 34px;
        color: #009946;
        font-family: Times New Roman;
        text-transform: uppercase;
    }

.about_en h3{font-size: 20px;color: #333;}
.about_en p{font-size: 14px;line-height: 28px;margin-top: 16px;}
    .f_pr {
        position: relative;
    }
    
    .wh {
        padding-top: 20px;
        height: 480px;
        position: relative;
    }
    
    .wh h3 em {
        display: block;
        font-size: 36px;
        color: #dddddd;
        text-transform: uppercase;
        font-family: Times New Roman;
        font-style: normal;
        padding-bottom: 8px;
    }
    
    .wh h3 em:before {
        content: "";
        width: 35px;
        height: 3px;
        background: #009946;
        display: block;
        margin-bottom: 45px;
    }
    
    .wh h3 {
        font-size: 28px;
        font-weight: normal;
        color: #282828;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    
    .wh p {
        width: 538px;
        height: 263px;
        background: #009946;
        padding: 33px 26px 0 23px;
        color: #fff;
        line-height: 30px;
        position: absolute;
        top: 180px;
        left: 0;
        z-index: 9;
        margin: -32px 0 0 0;
        font-size: 14px;
    }
    
    .wh dt {
        position: absolute;
        right: 0;
        top: 0;
        width: 798px;
        height: 380px;
        overflow: hidden;
        z-index: 1;
    }
    
    .wh dt img {
        width: 798px;
        height: 380px;
        display: block;
    }
    
    .wh dd {
        width: 600px;
    }
    .zcjg {
        width: 100%;
    }
    
    .zcjg li {
        float: left;
        margin-right: 20px;
        width: 285px;
        text-align: center;
        margin-top: 30px;
    }
    
    .zcjg li p {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        border-bottom: 1px solid #009946;
        margin-top: 6px;
    margin-bottom: 60px;
    line-height: 56px;
    }
.about_en{margin-bottom: 60px;}
/*发展历程*/
.tory {
    width: 1200px;
    height: 499px;
    margin: auto;
}
.tory h4 {
    color: #009f40;
    padding: 40px 0 0 0;
    font-size: 33px;
}
.tory .left {
    float: left;
    width: 570px;
    margin-top: 5px;
    margin-left: 0;
}
.tory .left li {
    padding: 10px 0 0 10px;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px dashed #666;
}
.tory p img {
    height: 400px;
    margin: -33px 0 0 40px;
}
/**/
.miaoshu_head{width: 100% !important;border-bottom: none !important;}
#roller_left{
    OVERFLOW: hidden; WIDTH: 1200px; HEIGHT: 250px;
}
/* 右侧按钮 */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidebox1{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);-webkit-transition:all 0.3s;transition:all 0.3s;}
.side ul li .sidetop:hover{background:#009b4c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.side ul li .sidebox_ewm{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul .sidebox_ewmbox:hover{width:54px;height:210px !important;}
.side ul .sidebox_ewmbox p{-webkit-transition:all 0.5s;transition:all 0.5s; left:5px; top:0px;}
.side ul .sidebox_ewmbox:hover p{display: block; position: relative; left:5px; top: 0px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul .sidebox_ewmbox img{margin-left:0px;-webkit-transition:all 0.5s;transition:all 0.5s;}


.w890{width: 890px;margin: 0 auto;}    
    
.p_show_b2{margin-top: 30px;}


.p_show_b2 ul{margin-right: -10px; margin-top: 30px;}
.p_show_b2 li{width: 290px; float: left; background: #009b40; margin-right: 10px; color: #fff; text-align: center; -webkit-transition: all .6s; transition: all .6s;} 

.ps2_icon{height: 78px; padding-top: 26px; background-repeat: no-repeat; background-position: center bottom;}
.ps2_icon1{background-image: url(images/20190124155450_636883522.png);}
.ps2_icon2{background-image: url(images/20190124155524_150028965.png);}
.ps2_icon3{background-image: url(images/20190124155546_1918606912.png);}

.ps2_name{padding: 14px 30px 10px 30px; font-size: 21px;}

.ps2_desc{line-height: 28px; font-size: 16px; padding: 4px 30px 26px 30px;}
.p_show_b2 li:hover{background: #ffa200;}
    
.p_show_b3{padding: 30px 0 10px;}
.p_show_b3 li{background: #f0f0f0; border-radius: 14px; overflow: hidden; margin-bottom: 10px;}
.ps3_pic{width: 447px;}
.ps3_text{width: 300px; min-height: 88px; padding-left: 74px; padding-top: 68px; position: relative;}
.ps3_num{width: 63px; height: 88px; background: url(images/20190124160903_717127561.png) no-repeat; position: absolute; left: 0; top: 68px;}
.ps3_num span{display: block; height: 40px; line-height: 40px; font-size: 30px; font-weight: 800; position: absolute; right: 15px; top: 8px;}
.ps3_num em{display: block; height: 22px; line-height: 22px; font-size: 12px; text-transform: uppercase; letter-spacing: 11px; position: absolute; right: -10px; top: 39px;}
.ps3_num i{display: block; width: 14px; height: 2px; background: #404040; position: absolute; left: 14px; top: 62px;}
.ps3_txt h3{font-size: 24px; line-height: 32px; font-weight: normal; color: #009b40; padding-top: 4px;ttext-align: left;}
.ps3_txt_desc{font-size: 15px; line-height: 28px; color: #000; padding-top: 4px;}
.ps3_l .ps3_pic{float: right;}
.ps3_l .ps3_text{float: left; margin-left: 24px;}
.ps3_r .ps3_pic{float: left;}
.ps3_r .ps3_text{width: 320px; float: right; margin-right: 18px;}    
 
/*4---产品应用领域*/
.p_show_b4{margin-top: 30px;}
.ps4_tit{text-align: center;}
.ps4_tit_box{display: inline-block; *display: inline; *zoom: 1; padding: 0 30px; text-align: center; border: 3px solid #009b40; position: relative;}
.ps4_tit_box i{display: block; width: 196px; height: 2px; background: #009b40; position: absolute; top: 50%; margin-top: -1px;}
.ps4_tit_box i.i_l{left: -196px;}
.ps4_tit_box i.i_r{right: -196px;}
.ps4_tit_box h4{font-size: 30px; font-weight: normal; color: #3f3f40; padding-top: 12px;}
.ps4_tit_box p{font-size: 14px; color: #737373; padding-bottom: 6px;}

.p_show_b4 ul{margin-right: -10px; margin-top: 24px;}
.p_show_b4 li{width: 290px; float: left; margin-right: 10px; margin-bottom: 16px; border-radius: 14px; overflow: hidden; position: relative;}
.p_show_b4 li img{width: 290px; height: 220px;}
.p_show_b4 li p{width: 100%; height: 40px; line-height: 40px; background: #009b40; color: #fff; text-align: center; font-size: 16px; position: absolute; left: 0; bottom: 0; overflow: hidden;}

/*5---材料简介*/
.p_show_b5{margin-top: 30px;}
.p_show_b5 .ps_text{padding: 20px 0;}
.ps5_item{background: #f2f2f2; padding: 10px 24px; border-radius: 10px; margin-bottom: 14px;}
.ps5_item h4{font-size: 24px; padding: 10px 0; color:#009f40; line-height: 32px;}
.ps5_item div.p1_tit{font-size: 20px; color: #404040; margin-top: 4px; font-weight: 800;}
.ps5_item div.p1_desc{padding: 4px 0 12px 0;}

.ps_title{height: 50px; line-height: 50px; position: relative; background: #535353;}
.ps_title span{display: block; height: 60px; line-height: 60px; padding: 0 14px; background: #ffa200; font-size: 22px; font-weight: 600; color: #fff; position: absolute; left: 0; bottom: 0;}
.ps_title span:before{display: block; content: ""; border-top: 60px solid transparent; border-left: 30px solid #ffa200; border-bottom: 0 solid transparent; position: absolute; right: -30px; top: 0;}

.ps_title{height: 50px; line-height: 50px; position: relative; background: #535353;}
.ps_title span{display: block; height: 60px; line-height: 60px; padding: 0 14px; background: #ffa200; font-size: 22px; font-weight: 600; color: #fff; position: absolute; left: 0; bottom: 0;}
.ps_title span:before{display: block; content: ""; border-top: 60px solid transparent; border-left: 30px solid #ffa200; border-bottom: 0 solid transparent; position: absolute; right: -30px; top: 0;}

.ps_text{font-size: 16px; line-height: 28px; color: #737373;}


/*6---质量控制*/
.ps6_box_tit{width: 74%; margin: 30px auto 0; background: #009f40; padding: 20px 4%; border-radius: 60px; line-height: 30px; font-size: 22px; color: #fff; text-align: center;}
.ps6_box_ftit{text-align: center; margin-top: 40px;}
.ps6_box_ftit span{display: inline-block; *display: inline; *zoom: 1; font-size: 36px; color: #000; position: relative; padding: 0 30px;}
.ps6_box_ftit span i{display: block; width: 146px; height: 4px; background: #009f40; position: absolute; top: 50%; margin-top: -2px;}
.ps6_box_ftit span i.i_l{left: -150px;}
.ps6_box_ftit span i.i_r{right: -150px;}
.ps6_box_img{text-align: center; padding: 30px 0;}

/*8---工厂展示*/
.p_show_b8{background: url(images/20190214103554_1419151013.png) repeat; padding: 40px 50px;height: 1120px;}
.ps8_tit{background: #009f40; padding: 30px 46px;}
.ps8_tit_box{border: 1px solid #fff; height: 86px; text-align: center; margin-top: 30px;}
.ps8_tit_box span{display: inline-block; *display: inline; *zoom: 1; height: 56px; line-height: 56px; font-size: 48px; padding: 0 20px; color: #fff; background: #009f40; position: relative; top: -28px;}
.ps8_tit_box ul{position: relative; top: -28px; margin-top: 14px;}
.ps8_tit_box li{display: inline-block; *display: inline; *zoom: 1; height: 34px; line-height: 34px; text-align: center; padding: 0 26px; background: #fff; font-size: 18px; color: #ffa200;}
.ps8_tit_box li.active{background: #ffa200; font-size: 18px; color: #fff;}
.ps8_b1{padding: 40px 0;}
.ps8_b1 ul{margin: 0 -11px;}
.ps8_b1 li{width: 180px; height: 225px; float: left; background: url(images/20190214103644_5808427.png) no-repeat; margin: 0 11px; text-align: center;}
.ps8_b1_num{line-height: 70px; height: 70px; padding: 34px 20px 0 20px; font-size: 60px;}
.ps8_b1_tit{line-height: 32px; height: 32px; font-size: 25px; color: #ffa200;}
.ps8_b2{background: #f1f1f1; padding: 40px 60px;height: 554px;margin-top: 40px;}
.ps8_b2_tit{font-size: 50px; color: #262626; text-align: center;    line-height: 50px;}
.ps8_b2_ftit{font-size: 16px; color: #737373; text-align: center; text-transform: uppercase;padding-top: 10px;}
.ps8_b2 ul{margin-right: -5px; margin-top: 20px;}
.ps8_b2 li{width: 220px; float: left; margin-right: 5px; margin-bottom: 5px; overflow: hidden;}
.ps8_b2 li img{width: 220px; height: 220px; -webkit-transition: all .6s; transition: all .6s;}
.ps8_b2 li img:hover{-webkit-transform: scale(1.2);transform: scale(1.2);}
/*9---实力展示*/
.ps9_tit{padding-top: 30px; text-align: center;}
.ps9_tit h2 span{display: inline-block; *display: inline; *zoom: 1; height: 42px; line-height: 42px; background: #009f40; padding: 0 20px; font-size: 26px; color: #fff;}
.ps9_tit p.p1{font-size: 48px; color: #ffa200; padding-top: 8px;    line-height: 48px;}
.ps9_tit p.p2{font-size: 16px; padding: 12px 0;}
.ps9_line{height: 1px; background: #dedede; position: relative; margin-top: 14px;}
.ps9_line span{display: block; width: 30px; height: 30px; background: url(images/20190214120000_1633153533.png) no-repeat; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: -15px;}
.ps9_box{padding: 20px 0;}



.ps9_item{margin-bottom: 20px;}


.ps9_text{margin-top: 40px;}
.ps9_text h3{height: 84px; line-height: 40px; border-bottom: 2px solid #009f40; position: relative; font-size: 30px; font-weight: normal; padding-top: 2px; padding-left: 156px;}
.ps9_text h3 span{display: block; width: 140px; height: 80px; line-height: 80px; background: #009f40; font-size: 48px; text-align: center; color: #fff; position: absolute; left: 0; bottom: 0;}
.ps9_text h3 em{color: #ffa200;font-style: normal;}

.ps9_text ul{padding: 14px 0;}
.ps9_text li{line-height: 32px; background: url(images/20190214110835_708136382.png) no-repeat left 8px; font-size: 16px; padding-left: 40px; padding-top: 4px; padding-bottom: 4px;}

.ps9_item.i_l .ps9_pic{width: 422px; float: right;}
.ps9_item.i_l .ps9_text{width: 432px; float: left;}
.ps9_item.i_r .ps9_text {width: 422px;float: right;}
.ps9_item.i_r .ps9_pic {width: 432px;float: left;}


/**/
.product_content{    width: 100% !important;}

/**/
.video_d{}
.video_d li{display: block;float:left;width: 380px;margin-right: 29px;}
.video_d li:nth-child(3){margin-right: 0px;}
.video_d li iframe{width: 380px;display: block;height: 300px;}

.border_n{
    border-right:none!important;
}
/*浮动*/

.main-im{ position:fixed; right: 10px; top:300px; z-index: 100; width: 150px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 30px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 38px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 149px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(images/20170930114556_656158355.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;display:block;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 149px; height: 200px; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 14px;margin-top:7px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #333;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width:84px; height: 47px; border-right: 1px solid #dddddd; border-bottom-left-radius: 10px; background:#f5f5f5 url(images/20190227105551_836039698.png) no-repeat center center;float:left;}

.main-im .im_main .weixing-show {width: 112px; height:420px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -226px;display:none; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 230px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 228px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px;  border-bottom-right-radius: 10px; background: #f5f5f5 url(images/20190227105614_1217467864.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(images/20190227105634_735399193.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { display:none; cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(images/20190227105700_1460901665.png) no-repeat left top; }



.BMap_pop{border: 1px #ccc solid; width: 250px; height: 100px;}


.weixing-ma1{ width: 140px; height: 140px; }

.pro_content_con video{ display:block; margin:0 auto;}