@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

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

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200,.w1400{ width:1400px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1400px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.box:after{
    display: block;content: "";clear: both;
}

.boxr{
    width: 1060px;position: relative;
}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.n_box{
    width: 1400px;margin: 60px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}

/*抬头*/
.top_all{text-transform: uppercase;
    width: 100%;background: #029255;line-height: 50px;min-width: 1400px;
    font-size: 14px;color:rgba(255,255,255,0.5);
}  
.top_l i:before{font-size: 15px;color:rgba(255,255,255,0.5);}
.top_all a{font-size: 14px;color:rgba(255,255,255,0.5);}
.top_all a:hover{
    color: #fff;
}
.top_all i{
    display:inline-block;font-size: 17px;color: #999;
}
.top_all a:hover i{
    color: #fff;
}
.top_r a{display: inline-block;  padding-right: 20px;
    
}
.top_r a{border-right: 1px solid rgba(255,255,255,0.3);}
.top_r i{
    padding-left: 20px;font-size: 15px;color:rgba(255,255,255,0.5);
}
.top_r a:nth-of-type(1) i{
    border-left: 1px solid rgba(255,255,255,0.3);
}


/*抬头*/
.mintop{
    position: fixed !important;left: 0;top: 0;right: 0;margin: 0 auto;z-index: 9999; 
}

.mod1370 .nav_bg.mintop{
    background: #029255;
}
 .mod1370 .nav_bg.mintop a{
     color: #fff;
 }
.mod1370 .nav_bg.mintop li:hover >a, .mod1370 .nav_bg.mintop li.on >a{
    color: #fff;background: url(images/nav_bg2.png)center bottom no-repeat;
}

.mod1370 .nav_bg.mintop .menu2_r li:hover a {
    background: #029255;
    color: #ffd900;
}

.hlogo{background: #fff; position: relative;  box-sizing: border-box;overflow: hidden; margin: 20px 0 30px 0;}
.hlogo img{position: relative;z-index: 3;  display: block; width:auto;
}
  .hlogo a{ display: block;padding-top: 15px;}
 
 .hsecond{

 } 
.hwa{font-size: 0;margin: 40px 0 0 11px;}
.hwa p{ float: left;}
.hwa i{ display: block;font-style: normal;font-size: 44px;line-height: 50px; color: #222;font-weight: bold;}
.hwa em{ display: block;font-style: normal;font-size:13px;line-height:20px; font-family: "arial"; text-transform: uppercase;color: #999;
letter-spacing: 0.4px;
  
}

.sgs{
    float: left;padding: 45px 0 0 50px;
}
   
.hline{width: 15px;height: 86px; background: url(images/008.png) left center no-repeat; margin: 0 0 0 14px ;}
.hmean{font-size:23px;color: #333;}
.hmean b{display: block;font-size: 28px;color: #333; letter-spacing: 0;}
.hmean b span{color: #029255; font-weight:bold;}
.head_img{
    margin:35px 0 0 100px; height: 122px;
}
.head_img img{
    display: block;
}
 .head_p{ font-size: 16px; color: #777; line-height: 40px; padding:29px 0 0 0;
 text-align: left;
     
 }
 .head_p p{ font-size:38px; font-family: "impact"; color: #222; line-height: 34px;}
 .head_p p span{
     font-size: 32px;letter-spacing: 0.5px;
 }

  .hwa a{ font-size: 16px;cursor: pointer;
      display:block;text-align: center;padding: 0 20.5px;line-height: 34px;color: #333;background: #eaeaea; float: left;
  }
  .hwa a:nth-of-type(2n){
      background: #f5f5f5;
  }
.hwa a:hover{
    background: #029255;color: #fff;
}
 .hwa li{ display: block; position: relative;}
 .head_p b{ font-weight:lighter;
     display: block;float: left;font-size: 57px;color: #dedede;line-height: 85px;
 }
  .head_p .tel{text-align: left; padding-right: 10px; margin-right: 10px; color: #222;
      font-size: 16px;line-height: 27px;padding-top:7px; position: relative;
  }
  .head_p .tel:after{
      display: block;content: "";width: 1px;height: 51px;background: #eee; position: absolute;right: 0;top: 10px;
  }
  
.hidden{
    display: none;
}


/*产品推荐*/
.newprod{ background: #f5f5f5;
  width: 100%;min-width: 1400px;padding: 80px 0;  position: relative;border-top: 1px solid #dedede;
}
.newprodb{
    min-height:200px;
}
.newprod .box{
    position: relative;overflow: hidden;
}


 .newprod  li{
     width:23.5%;display: block;float: left;
 }
 .newprod  li a{
     display: block;padding: 0 10px;
 }
 .newprod  li .pic{ background: #fff;position: relative;
 }
 .newprod  li .pic:after{content:"";
     display: block;position: absolute;top: 0;right: 0;background: url(images/projian.png)no-repeat;width: 60px;height: 60px;
 }
  .newprod  li a{
      display: block;
  }
 .newprod li .pic img{ width:100%;  height:auto; display:block; 
     box-sizing: border-box; padding: 20px;transition:all ease 0.5s;
 }
 .newprod li:hover .pic img{ transform:scale(1.2);
     }
.newprod  li .txt{background: #fff;padding:0 35px 35px 35px;position: relative;text-align: justify; margin-top: -10px;
    
}
.newprod  li .txt dl{text-align:center;
    font-size: 1.4rem;color: #222;line-height: 1.6rem; font-weight: bold;
}

.newprod li:hover .txt dl{color:#029255;}


/*公司简介*/
.about_all{
    padding-top:80px ;overflow: hidden;width: 100%;min-width: 1400px; background: url(images/aboutbg.jpg)center 534px no-repeat;
}
.about_all .picScroll-left3{ overflow:hidden; position:relative;
z-index: 3;
    
}
.about_r{ background: #fff;
    position: relative;border: 10px solid #eee;padding: 10px;
}	
	.about_all .picScroll-left3 .bd{  }
	.about_all .picScroll-left3 .bd ul{ overflow:hidden; zoom:1; }
	.about_all .picScroll-left3 .bd ul li{width:640px; margin:0 ; float:left; _display:inline; overflow:hidden; text-align:center; 
	
	 display:block;}
	 .about_all .picScroll-left3 .bd ul li a{
	     display: block;
	 }
	.about_all .picScroll-left3 .bd ul li .pic{ text-align:center; 
	    height: 447px;
	}
	.about_all .picScroll-left3 .bd ul li .pic img{ width:100%;  height:auto; display:block; }

.about_r .hd{
    display: block;text-align: center;position: absolute;bottom:25px;left: 0;right: 0;width:100%;
}
.about_r .hd li{display: inline-block;border-radius: 50%;overflow: hidden;cursor: pointer;
    width: 10px;height:10px;background: #029255;border: 2px solid #fff; margin: 0 3px;color: #029255;
}
.about_r .hd li.on{
    background: #ffd900;color: #ffd900;
}

.about_l{
    width: 680px;text-align: justify;
}
.about_l dl{display: block;
    font-size: 44px;font-weight: bold;line-height: 50px;color: #029255;
}
.about_l dt{display: block;line-height: 56px;
    color: #222;font-size: 30px;font-weight: lighter;
}
.about_l dt:after{content:"";
    display: block;width: 50px;height: 1px;background: #029255;margin: 20px 0 20px 0;
}
.about_l p{
    font-size: 15px;color: #666;line-height: 32px;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}

.abbtn{
    margin-top: 50px;position: relative;
}
.abbtn a{ display:inline-block; width:32%; height:100px; vertical-align:top; background:#f5f5f5; transition:all .3s ease; position:relative; padding:25px 30px; font-size:22px; color:#555555;
    box-sizing: border-box;
}
.abbtn { font-size:0;}
.abbtn a+a{ margin-left:2%;}
.abbtn a em{ text-transform:uppercase; font-size:12px; color:#999999; display:block; margin-top:3px;}
.abbtn a:hover{ background:#029255; color:#fff;}
.abbtn a:hover em{color:#c6e7d9;}
.abbtn a i{ position:absolute; top:0; bottom:0; margin:auto 0; right:28px; width:40px; height:37px; background:url(images/aboutico.png) no-repeat left top; transition:all .3s ease;}
.abbtn a:nth-child(2) i{ background-position-x:-53px;}
.abbtn a:nth-child(3) i{ background-position-x:-106px;}
.abbtn a:hover i{ background-position-y:-50px;}



.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:230px; font-size:15px; color:#555555; text-align:center; }
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:66px !important; color:#000000 !important; font-family:impact; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:22px; font-family:impact; line-height:30px; color:#fff; background:#029255; margin-left:-10px;}
.num p+p{ margin-top:5px;
    font-size: 18px;
}


/*产品展示*/
.prod_all{
    width: 100%;padding: 80px 0;background: #f5f5f5; margin-top: 13px;
}
.prod_t{ margin-bottom:40px;
    text-align: center;padding-bottom: 37px;background: url(images/pro_ico.png)center bottom no-repeat;
}
.prod_t dl{
    font-size: 44px;color: #222;line-height: 44px;
}
.prod_t dl strong{
    color: #029255;
}
.prod_t p{line-height: 50px;
    font-size: 22px;color: #666;font-weight: lighter;
}


.prod_b{
    background: #fff;
}
/*产品分类*/
.prolist{float: left;box-sizing: border-box;
    width: 300px;position: relative;background: #fff;border: 5px solid #029255;
}
.prolist_t{
    text-align: center;padding: 30px 0;color: #fff; background: #029255;line-height:38px;
}
.prolist_t dl{
    color: #fff;font-size: 30px;font-weight: bold;letter-spacing: 1px;
}
.prolist_t dt{
    font-size: 20px;
}

.prodlistc{
    background: #fff; padding-top: 25px;
}

.prodlistc .yiji{box-sizing:border-box; margin-bottom:12px;
    width: 100%;color: #222;font-size:19px;font-weight: bold; border-bottom: 1px solid #ddd;
    display: block;line-height:30px;position: relative; padding-bottom: 10px; padding-left: 50px;
}
.prodlistc .yiji:before{
    position: absolute;top: 0;left:22px;color: #029255;font-weight: normal;
}

.prodlistc .list_02{ padding: 0 19px;
    border-bottom: 1px solid #ddd;padding-bottom: 12px;
}
.prodlistc .list_02 dl{ line-height:28px;
   display: inline-block;
}

.prodlistc .list_02 dl a{position: relative; padding:0 3px;
   font-size: 13px;color: #666;
}
.prodlistc .list_02 dl a:hover,.prodlistc a:hover{
    color:#029255;
}


.prodlistc .list_02:after{
    display: block;content: "";clear: both;
}
.prodlistc li+li{
    margin-top:12px;
}




.prolist_b{
    background: #029255;padding: 20px;
}
.prolist_b b{    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 30px;}
    
.prolist_b b:before{
    position: absolute;

    font-family: "iconfont";
    color: #fff;
    top: 3px;
    left: 0;
    font-size: 20px;
}    
.prolist_b p{font-size: 16px;
    color: #73cd9f;
    line-height: 24px;
    margin-top: 14px;}
    
    
.prodgd{ padding: 50px 50px 50px 40px;box-sizing: border-box;
    width: 1100px;overflow: hidden;
}    

.colee{overflow: hidden;
    height: 1619px;
    width:100%;}


.prodgd table td{width: 32%;display: block ;float: left;  margin: 2% 2% 0 0; border: 1px solid #ddd;
box-sizing:border-box;
    
}
.prodgd table td:nth-of-type(3n){
    margin-right: 0;
}
.prodgd table td span{line-height:45px;}
.prodgd table tr td a{display: block;overflow: hidden;font-size: 1.3rem;font-weight: bold;color: #222;
}
.prodgd table tr td:hover span a{ background:#029255; color:#fff;}
.prodgd table tr td>a{width:90%;  overflow:hidden; height: 320px;}
.prodgd table tr td br{display: none;}
.prodgd img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; width:100%; height:auto;
    display: block;
}
.prod_b img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);  overflow:hidden;}   


/*问题*/
.problem{
    margin-top: 80px;overflow:hidden;width: 100%;min-width: 1400px;
}
.problem .prod_t{
   background: none; padding-bottom: 0;
}
.problemt{
    background: url(images/faq.jpg)center bottom no-repeat;height: 700px;
}
.problemtb{
    position: relative;
}
.problemtb li{animation: prminfo 4s linear infinite;
    display: block;width: 210px;height: 210px;box-sizing: border-box;background: #effff7;border: 5px solid #029255;color: #666;font-size: 17px;text-align: center;
    border-radius: 50%;overflow: hidden;padding: 40px 25px 0 25px;line-height:28px;position: absolute;
}
.problemtb li span{ padding-bottom: 15px;
    color: #029255;font-size: 30px;font-weight: bold;display: block;
}
.problemtb li:nth-of-type(1){left: 250px;top: 0;animation-delay: 1s;
    width: 220px;height: 220px; padding-top: 45px;
}

.problemtb li:nth-of-type(2){left:0;top: 140px;animation-delay: 2s;} 
.problemtb li:nth-of-type(3){left:200px;top:300px;animation-delay: 3s;}
.problemtb li:nth-of-type(4){right:240px;top: 0;animation-delay: 1s;width: 220px;height: 220px; padding-top: 45px;}
.problemtb li:nth-of-type(5){right:0;top: 140px;animation-delay: 3s;} 
.problemtb li:nth-of-type(6){right:200px;top:300px;animation-delay:2s;}

@keyframes prminfo {
   25% {-webkit-transform: translateY(-20px);}
   50%, 100% {-webkit-transform: translateY(0);}
   75% {-webkit-transform: translateY(20px);}
}

.problemb{padding-top:75px;padding-bottom: 100px; min-height:700px;overflow: hidden;
    background:#029255 url(images/promblebg.jpg)center bottom no-repeat;
}

.problemtb li:nth-of-type(2n){
    background: #f5f5f5;border-color: #f5f5f5;
}
.problemtb li:nth-of-type(3n){
    background: #fff;border-color: #f5f5f5;
}
.problemtb li:hover{cursor:pointer;
    border-color: #029255;background: #029255;color: #fff;
}
.problemtb li:hover span{
    color: #ffd900;
}

.problemb .prod_t{
   background: none; padding-bottom: 0;color: #73cd9f; margin-bottom: 30px;
}
.problemb .prod_t p{color: #73cd9f;}
.problemb .prod_t dl{
    color: #fff;
}
.problemb .prod_t span{
    color: #ffd900;
}
.problembb li{text-align: center;
    width: 25%;float: left;background: rgba(255,255,255,4%);box-sizing: border-box;padding:50px 40px;
}
.problembb li:nth-of-type(2n){background: rgba(255,255,255,8%);}
.problembb li dl{
    color: #fff;font-size:28px;line-height: 60px;
}
.problembb li p{
    color: rgba(255,255,255,0.6);font-size: 15px;line-height: 28px;
}
.problembb li i{
    display: block;font-size: 50px;line-height: 50px;color: #fff;
}

.problembb .txt{
    margin-top: 110px;
}
.problembb .txtl dl{
    font-size: 40px;color: #fff;font-weight: bold;line-height: 50px;
}
.problembb .txtl dd{
    color: rgba(255,255,255,0.4);font-family: "airal";font-size: 13px;text-transform: uppercase;line-height: 30px;
}
.problembb .txtl dt{letter-spacing: 1px;
    font-size: 30px;color: #fff;line-height: 40px; padding-top: 10px;font-weight: lighter;
}

.problembb .tel{
    margin-left: 100px; margin-top: 10px;
}
.problembb .tel:before{width:64px;height:64px;text-align: center; background: rgba(255,255,255,5%);line-height: 64px;
    display: block;float: left;color: rgba(255,255,255,0.6);font-size:38px;margin-right:8px;border-radius: 50%;overflow: hidden;
}
.problembb .tel dl{
    float: left;line-height:20px;
}
.problembb .tel dl dd{
    font-size: 16px;color: rgba(255,255,255,0.6);
}
.problembb .tel dl dt{
    display: block;color: #fff;font-size: 34px;font-weight: bold;font-family: "airal";line-height: 44px;
}
.problembb .tel a{display: block;text-align: center;
   line-height:46px;background: rgba(255,255,255,5%);font-size: 16px;color: #fff;border-radius: 30px;overflow: hidden; margin-top:13px;
}
.problembb .tel a:hover{
    background: #fff;color: #029255;font-weight: bold;
}
/*公司优势*/
.youshi{
    width: 100%;min-width: 1400px; margin-top:18px;
}
.youshib{
     display: block;position: relative;
 }
 
.youshib .picScroll-left4{ overflow:hidden; position:relative;  }
.youshib .picScroll-left4 .hd{ height:80px; background:#029255;position:relative;box-sizing: border-box;
    width: 1400px; 
}
.youshib .picScroll-left4 .hd .prev{ display:block;  width:39px; height:27px;  position: absolute;left: 35px;top: 25px;
			 cursor:pointer; background:url(images/016.png) 0 0 no-repeat;z-index: 99;}
.youshib .picScroll-left4 .hd .next{ display:block;  width:39px; height:27px; position: absolute;right: 35px;top: 25px;
z-index: 99;
			 cursor:pointer; background:url(images/017.png) 0 0 no-repeat;}


.youshib .picScroll-left4 .hd ul{text-align: center; position: relative;
margin: 0 auto;
    
}
.youshib .picScroll-left4 .hd ul li{line-height:80px;cursor: pointer;
    display: inline-block;text-align: center; padding: 0 20px;width: 19%;position: relative;
}
.youshib .picScroll-left4 .hd ul li:before{content:"";
    display: block;width: 1px;height:30px;border-left: 1px dashed rgba(255,255,255,20%);position: absolute;right: 1px;top: 25px;
}
.youshib .picScroll-left4 .hd ul li a{
    color: #fff;font-size: 22px;color: #fff;
}
.youshib .picScroll-left4 .hd ul li.on{position: relative;
    }
    .youshib .picScroll-left4 .hd ul li.on:after{width:20px; height: 20px;transform: rotate(45deg);position: absolute;left: 0;right: 0;
    top:-10px;background: #029255;content: "";left: 0;right: 0;margin: 0 auto;
        display: block;
    }
    .youshib .picScroll-left4 .hd ul li.on a{
        color: #ffd900;
    }
.youshib .picScroll-left4 .hd ul li:nth-of-type(4):before{
    display: none;
}
.youshib .picScroll-left4 .bd{ }
.youshib .picScroll-left4 .bd ul{ overflow:hidden; zoom:1; 
    height:530px;
}
.youshib .picScroll-left4 .bd ul li{float:left; overflow:hidden;
width: 100%; background: #f9f9f9;
    
}


.youshib .picScroll-left4 .bd ul li .pic{  box-sizing: border-box;border: 1px solid #eee;
    width: 700px;overflow: hidden;height: 500px;overflow: hidden;
}
.youshib .picScroll-left4 .bd ul li .pic img{
    display: block;width: 100%; height:100%;
}

.youshib .picScroll-left4 .bd ul li .txt{width: 700px;padding: 50px;box-sizing: border-box; position: relative;
    font-size: 16px;font-weight: lighter;color: #666;line-height: 32px; border: 1px solid #eee;height: 500px;
}
.youshib:before{background: url(images/nuberbg.png)top center no-repeat;position: absolute;top: -15px;
    display: block;width: 120px;height: 140px;content: "";
    left: 45px;z-index: 99;
}
.youshib .number{ text-align: center;color: #ffd900;width: 120px;position: absolute;left: 45px;top: 0;z-index: 100;
}
.youshib .number p{ padding-top: 17px;
    font-size: 26px;line-height: 32px;
}
.youshib .number em{
    font-size: 38px;font-family: bd;line-height:50px;font-weight: bold;
}
.youshib .picScroll-left4 .bd ul li .txt a{
    display: block;position: absolute;top: 53px;right: 50px;background: #029255;color: #fff;text-align: center;border-radius: 25px;overflow: hidden;
    width: 150px;line-height: 44px;
}
.youshib .picScroll-left4 .bd ul li .txt dl{ padding-left: 123px;
    font-size: 36px;color: #222;line-height:46px; font-weight: bold; 
}
.youshib .picScroll-left4 .bd ul li .txt dl span{
    color: #029255;
}
.youshib .picScroll-left4 .bd ul li .txt dd{ padding-left: 123px;
    font-size:16px;text-transform: uppercase;color: #999;background: url(images/youshiimgbg.jpg)bottom repeat-x;padding-bottom:38px;
}

.youshib .picScroll-left4 .bd ul li .txt dt{text-align: justify; 
    margin-top: 30px;
}

.youshib .picList:after{
    display: block;content: "";clear: both;
}

.youshib .picScroll-left4 .bd ul li .txt i{width: 32%;float: left;  margin-top:40px;cursor: pointer;
    display: block;text-align: center;font-size: 20px;color: #222;line-height:40px;background:rgba(231,239,235,1);
    padding: 22px 0 16px 0;
}
 .youshib .picScroll-left4 .bd ul li .txt i+i{
     margin-left: 2%;
 } 
  .youshib .picScroll-left4 .bd ul li .txt i:before{display:block;
     font-size: 40px;color: #029255;
  }
  
  
  /*应用行业*/
.case_all{
    width: 100%;min-width: 1400px;margin-top: 80px;background: #f5f5f5; padding: 80px 0;
}
.case_all .prod_t{
    margin-bottom: 20px;
}
.case_list{text-align: center;
    margin-bottom: 30px;overflow: hidden;
}
.case_list:after{
    display: block;content: "";clear: both;
}
.case_list li{ position: relative; padding-right: 140px;cursor: pointer;
display:inline-block;text-align: center;line-height: 28px;
}
.case_list li:after{
    display: block;content: "";width: 1px;background: #e3e3e3;height: 140px;position: absolute;right:77px; top:0;
}
.case_list li:last-child{  padding-right: 0;
}
.case_list li:last-child:after{
    display: none;
}
.case_list li i{ margin: 0 auto 6px auto;width: 80px; height:80px; font-size: 36px;color: #333; line-height: 80px;
    display: block;border: 1px solid #e3e3e3;border-radius:50%; 
}
.case_list li em{
display: block;font-size: 20px;color: #333;
}
.case_list li dl{
    font-size: 12px;text-transform: uppercase;color: #999;
}

.case_list li:hover i{
    background: #029255;color: #fff;
}
.case_b{ position: relative;
  min-height: 300px;
}

.case_b a{text-align: center;
    display: block;width: 340px;height: 255px;overflow: hidden;float: left; position: relative;
} 
.case_b a dt{width: 100%;height: 255px;
    overflow: hidden;
}


.case_b a dt img{ display: block;
    height: 100%;width: auto;
}

.case_b a dd{ font-size: 16px;transition: all ease 0.5s;
    display: block;width: 100%;line-height: 50px;position: absolute;bottom: 0;left: 0;right: 0;
    background:rgba(0,0,0,40%);color: #fff;
}
.case_b a:hover dd{
    bottom: -50px;
}

.case_b a:nth-of-type(3){
   width: 658px;height: 540px;margin: 0 30px; 
}
.case_b a:nth-of-type(3) dt{ width: 658px;height: 540px;
    
}
.case_b a:nth-of-type(2),.case_b a:nth-of-type(5){
    float: right;
}
.case_b a:nth-of-type(4){
  position: absolute;left: 0;top: 285px;  
}
.case_b a:nth-of-type(5){
    margin-top: 30px;
}
.case_b a img{
    transition: all ease 0.5s;
}
.case_b a:hover img{
    transform: scale(1.2);
}


/*合作伙伴*/
.partner{ margin-top: 80px;
    width: 100%;min-width: 1400px;
}

.partner img { -webkit-user-drag: none;user-select: none;}
.partner_b:after{content: "";display: block;clear: both;}
.partner_b li{width: 20%;box-sizing: border-box;background: #fff;padding: 10px 20px;border: 1px solid #eee; border-right: none; border-bottom: none;
    float: left;position: relative;overflow: hidden; height: 242px;
}		
.partner_b li .pic img{display: block;width: 100%; height: auto;
}	
.partner_b li .txt{
    display: block;background: rgba(2,146,85,0.95);color: #fff;position: absolute;text-align: center;width: 100%;font-size: 22px;
    position: absolute;top: -142px;left: 0;right: 0;line-height: 142px;transition: all ease 0.5s;
}
.partner_b li:hover .txt{top:0;}
.partner_b li:nth-of-type(n+11){
    border-bottom: 1px solid #eee;
}
.partner_b li:nth-of-type(5n){
    border-right: 1px solid #eee;
}


/*合作流程*/
.process{width: 100%;min-width: 1400px; padding: 110px 0 1px 0;
    margin-top:70px;background: url(images/processbg.jpg)center top no-repeat;
}
.processb{
    overflow: hidden;
}
.processb li{float: left; padding: 40px;text-align: center;position: relative;overflow: hidden;cursor: pointer; height: 234px;
    display: block;width: 25%; background: #fff;box-sizing:border-box;border: 1px solid #eee;border-right:none;border-bottom: none;
}
.processb li+li:after{content:"";
    display: block;width: 20px;height: 20px;background: #e1e1e1;transform: rotate(45deg);position:absolute;left: -10px;top: 107px;
}
.processb li:nth-of-type(n+5):after{right: -10px;left:auto;}
.processb li:nth-of-type(8):after{content:"";
   left:0;right: 0;margin: 0 auto;top: -10px;
}

.processb li dl{
    display: block;position: relative;
}
.processb li dl:after{
    display: block;content: "";clear: both;
}
.processb li dl:before{border-radius:50%;overflow:hidden; margin: 0 auto;
    display: block;width: 66px;height: 66px;text-align: center;background: #029255;line-height: 66px;color: #fff;font-size: 35px;
}
.processb li dl dd{
    font-size: 30px;color: #222;line-height:45px; padding-top: 10px;
}
.processb li dt{
    font-size: 18px;line-height: 32px;
}

.proc_pho{display: flex;background: #029255;width: 790px;height: 60px;align-items: center;justify-content:center;border-radius: 30px;margin:60px auto 80px;}
.proc_pho b{font-size: 24px;color: #fff;}
.proc_pho p{width: 260px;height: 100%;background: #333;color: #fff;font-size: 18px;text-align: center;line-height: 60px;border-radius: 30px;margin:0 16px;}
.proc_pho>span{color: #fff;font-size: 36px;font-family: "Arial";font-weight: bold;}
.proc_pho p span{display: inline-block;margin-right:3px;
    font-size: 22px;
}

.processb li.cur{
    background: #029255;color:rgba(255,255,255,0.4);
}
.processb li.cur dl dd{
    color: #fff;
}
.processb li.cur dl:before{
    background: rgba(255,255,255,10%);color: #fff;
}
.processb li.cur:after {
    background: #fff;
}

/*版权*/
  .copy_all{width: 100%;min-width: 1400px;background: #222126; padding: 70px 0 40px 0; color:#ccc;font-size: 15px;
  
   }
  .copy_all a{ color:#ccc;
      font-size: 15px;text-transform: uppercase;
  }
  .copy_all a:hover{ color:#029255;}
  .copy_w{width: auto; font-size:15px;
     
  }
    .copy_w:first-child{ width:29%;
        
    }
  .copy_w p{ font-size: 20px;color: #fff; letter-spacing: 1px;font-family: "times";line-height: 20px;}
  .copy_w .tel1{ background: url(images/layout1.png)left center no-repeat;padding-left: 35px; color: #ccc; line-height: 26px; margin-top: 22px;}
    .copy_w .tel2{ background: url(images/layout2.png)left center no-repeat;padding-left: 35px; color: #ccc; line-height: 26px; margin-top:21px;}
    .copy_w .tel3{ background: url(images/layout3.png)left center no-repeat;padding-left: 35px; color: #ccc; line-height: 26px; margin-top: 21px;}
  .copy_w strong{ font-size: 16px;}
  .copy_w a{display: block; width: 130px; text-overflow: ellipsis;overflow: hidden;line-height: 32px; white-space: nowrap;font-size:15px;}
  .copy_w+.copy_w{ margin-left:20px;}
  .copy_w .word{ margin-top: 27px;}
  .copy_code{ font-size: 15px; line-height: 30px;}
  .copy_code .code{ padding: 0 0 15px 0; }
  .copy_code .code dl{ float: left;width: 215px; text-align: center; font-size: 15px; color: #ccc;line-height: 40px;}
  .copy_code .code dl+dl{ margin-left:30px;}
  .copy_code .code dl img{ display: block; background:#fff; padding: 1px;box-sizing: border-box; width:165px;
      float: left;
  }
  .copy_code .code i{ float: left;display: block;font-style: normal;font-size:15px;line-height:26px;color: #ccc;text-align: center; 
      width: 42px;height: 165px;background: rgba(255,255,255,0.1);box-sizing: border-box;padding: 22px 10px;
  }

.copy_txt{line-height: 26px; margin-top:35px;
    border-top: 1px solid #333;padding-top:35px;
}

/*内页详情*/
.deil_title{display: block;line-height: 50px;
    background: #f5f5f5;padding-left: 30px;font-size: 20px;font-weight: bold;color: #029255; margin: 20px auto;
}