@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(iconfont.eot.txt),
  url(iconfont.woff) format('woff'),
  url(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{ min-width:1300px; margin:0 auto;
    width:1300px;
}
.nbox{
    padding-bottom: 8vh;
}

.prodn{
    width:80%;position: relative;
}


/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1300px;width:1300px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.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;
}

.n_box{
   margin: 0 auto;position: relative;width:1300px;min-width: 1300px;
}
.n_box:after{
    display: block;content: "";clear: both;
}
#nbox{padding-bottom:8vh;}



/*导航*/
.header{ position:fixed; top:0; left:0; right:0; width:100%; margin: 0 auto;z-index:999; font-family: "Microsoft Yahei";
     background:rgba(255,255,255,0);transition: all ease 0.5s; min-width: 1300px;
}



.header .w1400,.headerbg .w1400{margin: 0 auto;
height:100px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }

.hleft{position: relative;height:100px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; margin-right: 2vw;
}



.hleft a{
}
.logoblue{
  height: 66px;width: auto;
}

.nav{ 
    width:760px;
}
.nav .yiji{
        display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height:100px;
    text-align: center;
 
}

.nav>ul>li{ position:relative; transition:all .5s ease;}
.headerbg .nav>ul>li.on>a,.nav>ul>li.on>a {
  background: url(images/nav_bg.png)bottom center no-repeat;color: #0da94b !important; font-weight: bold;
}
.nav>ul>li.on a:before{color: #0da94b !important;}


.top50{
    margin-top: 50px;
}
.hleft dl{
    display: block;float: left;font-size:26px;color: #222;
}
  .hleft dl em{
      display: block;font-size: 12px; font-family:"arial"; color: #888;
  }

.nav>ul>li>a{ font-size:16px; color:#fff; display:block; line-height:100px; position:relative; }

  .nav .menu2 {
        display: none;
        position: absolute;
        top:100px;
        left: -50%;
        width: 200%;
        height: auto; border-radius: 0 0 10px 10px;overflow: hidden; background: rgba(255,255,255,0.96);
       text-align: center;
    }

    .nav .menu2_r li { width: 100%;
        position: relative;
        display: block;
        text-align: center;
        height: 50px;
        line-height: 50px; background-image: none;
        border-top: 1px solid #eee;
    }

    .nav .menu2_r li a { font-size: 15px;
        display: block;
        color: #222;
    }
    .nav .menu2_r li:hover a {
      color: #fff;    background: linear-gradient(to right bottom,#0da94b,#8ec31f);
  
    }

.header .tel{line-height: 40px;}
.header .tel:after{    display: block;content: "";clear: both;}

.header .tel i{
    display: block;;font-size: 20px;width: 40px;text-align: center;color: #fff;background: linear-gradient(to right bottom,#0da94b,#54b818);margin-right: 5px;float: left;
    border-radius: 50%;
}
.header .tel em{
    display: block;float: left;font-size: 30px;font-weight: bold;font-family: "arial";color: #0da94b;
}



.headerbg{position: fixed;top:0; left:0; right:0; width:100%; margin: 0 auto;
    z-index:999;width: 100%;min-width: 1300px; background:rgba(250,250,250,0.96); border-top:5px solid #0da94b;
    
}

.headerbg .nav>ul>li>a,.headerbg .navlayout,.headerbg .searchicon{
    color: #000;
}
.nav>ul>li a:before{
    display: block;float: right; font-size: 12px; padding-left: 5px;
}

.nav>ul>li:nth-of-type(1) a:before,.nav>ul>li:nth-of-type(3) a:before,.nav>ul>li:nth-of-type(4) a:before,
.nav>ul>li:nth-of-type(6) a:before,.nav>ul>li:nth-of-type(8) a:before
{
    display: none;
}


 /*幻灯片*/
 .sybanner .banner {margin-top:105px;width:100%;min-width:1300px; position:relative;z-index: 7;
   }
.sybanner .banner .bannercon{ overflow: hidden;
     width: 100%;min-width: 1300px;height:90vh; background: #000;
 }
.sybanner .banner{ background:#222; width:100%;overflow:hidden; position:relative; min-width:1300px;}
.sybanner .banjt{ position:absolute; z-index:99; width:47px; height:104px; top:0; bottom:0; margin:auto 0; left:45px; 
opacity:0; transition:all .3s ease; background:url(images/prev.png) no-repeat left center; cursor:pointer;}
.sybanner .banjt.next{ left:auto; right:45px; background-position-x:right;}
.sybanner .banner:hover .banjt{ opacity:1;}
.sybanner .banpage{ position:absolute; bottom:40px; width:100%; left:0; z-index:99; font-size:0; height:12px; text-align:center;}
.sybanner .bannercon{ width:100% ;}
.sybanner .banpage li{ display:inline-block; vertical-align:top; text-align:center; width:10px; height:10px; transition:all .3s ease; border-radius:12px; background:rgba(255,255,255,.6); cursor:pointer;}
.sybanner .banpage li+li{ margin-left:10px;}
.sybanner .banpage li.on{ width:50px; background:#0da94b;}
.sybanner .bannercon ul{ width:100%; height:90vh;}
.sybanner .bannercon .w1400{ position:relative; height:100%;}

  .banone{ width: 100%;min-width: 1300px; height:90vh; background: url(images/banner01.jpg) center top no-repeat; background-size:cover;}
    .bantwo{ width: 100%;min-width: 1300px; height:90vh; background: url(images/banner02.jpg) center top no-repeat;background-size:cover;}
    .banthree{width: 100%;min-width: 1300px; height:90vh; background: url(images/banner03.jpg) center top no-repeat;background-size:cover;}
  .banfour{width: 100%;min-width: 1300px; height:90vh; background: url(images/banner04.jpg) center top no-repeat;background-size:cover;}
  
 .sybanner .banner .bantxt{color: #fff;box-sizing: border-box; line-height:2;
      position: absolute;width: 100%;min-width: 1300px;left: 0;right: 0;margin: 0 auto;top:28vh;text-align: center;font-weight: lighter;
     
  } 
  .sybanner .banner .bantxt h2{font-weight: normal;
       
   }
 .sybanner .banner .bantxt h2 span{
       font-weight: bold;display: block;line-height: 1.4;font-weight: lighter; font-size: 56px;
   } 
  .sybanner .banner .bantxt h2 dl{font-size:24px;font-weight: lighter;}
   .sybanner .banner .bantxt .bannermore{
        display:inline-block;line-height: 50px; border-radius: 30px 0 30px 0;overflow: hidden; margin: 0 auto; margin-top:7vh;
       transition: all ease 0.5s;background: linear-gradient(to right bottom,#0da94b,#54b818);color: #fff;font-size: 20px; padding: 0 40px;
       
    }
 .sybanner .banner .bantxt .bannermore:hover{background: linear-gradient(to left,#0da94b,#54b818); color:#fff;padding:0 80px;letter-spacing:1px;} 
  
.sybanner .textleft{
    text-align: left;
}
.sybanner .textleft .bannermore{
    margin: 7vh 0 0;
}
.sybanner .textleft .bannermore dl{line-height:1.4;}
.sybanner .banfour .bantxt{text-align:right; color:#222; top:11vh;}
.sybanner .banfour .bantxt h2 dl{font-weight:normal;}

/*产品特点*/
.feature{
    display: block; width: 100%;min-width: 1300px;padding: 15px 0 80px 0;
}
.feature .prod_t{margin-bottom:45px;}
.featureb{
    background: url(images/feature.jpg)center top no-repeat; height: 570px;
}
.featurebw li{width:320px;background:#e6f6ed; color:#333;font-size:16px;line-height:2; cursor: pointer;
     border-radius:25px 0 25px 0; overflow:hidden;
}
.featurebw li dl{ background: linear-gradient(to right bottom,#0da94b,#8ec31f); color:#fff;line-height:56px;padding:0 30px; font-size:26px;}
.featurebw li p{padding:20px 28px 30px 28px;}
.featurebw li+li{
    margin-top: 30px;
}
.featurebw li:hover{
    background: #0da94b;color: #fff;
}

/*产品展示*/
.prod_all{
    text-align: center;width: 100%;min-width: 1300px; padding: 80px 0; background: #f5f5f5 url(images/probg.png)center top no-repeat;
}
.prod_t{text-align:center; margin-bottom:32px;
    font-size: 16px;line-height: 2.4;
}
.prod_t dl{color:#222;line-height:1; font-size:38px;}
.prod_t p{color:#666;padding-top:10px;line-height:1.6;}

.prod_b #tablit a{float: left; background: #fff;
    display: block;width: 25%;box-sizing: border-box;border: 1px solid #eee;padding: 40px 20px 20px 20px;text-align: center; font-size: 14px;line-height:1.2;
}
.prod_b #tablit a .pic{ margin: 0 auto;
    display: block;width:180px;height: 180px;border-radius: 50%;overflow:hidden; box-sizing: border-box;border: 8px solid #f5f5f5;
}
.prod_b #tablit a .pic img{display:block;width:100%;}
.prod_b #tablit a .txt{padding-top:10px; color:#666;line-height:1.6;}
.prod_b #tablit a+a{border-left:none;}
.prod_b #tablit a .txt dl{font-size:22px;color:#222;
    padding-top: 0.4vw;
}

.prod_qh{
    margin-top: 40px;
}
.prod_qhpic a{
    display: block;float: left;width: 32%;float: left;box-sizing: border-box;float: left; margin-right: 2%;
}
.prod_qhpic a:nth-of-type(3n){margin-right:0;}
.prod_qhpic a:nth-of-type(n+4){margin-top:0;}
.prod_qhpic a .pic{ overflow:hidden;border-bottom:none;}
.prod_qhpic a .pic img{
    display: block;box-sizing: border-box;width: 100%;height: auto;transition: all ease 0.5s;
}
.prod_qhpic a:hover .pic img{
    transform: scale(1.2);
}
.prod_qhpic a .txt{text-align:center;font-size:1rem;line-height:60px;background: linear-gradient(to right,#0da94b,#54b818); color:#fff;}
.prod_qhpic a:hover .txt{color:#fff;background: linear-gradient(to right,#8ec31f,#0da94b);
    
}
.prod_b #tablit a .txt p{height:36px; font-size:15px;}
.prod_qhpic:after{
    display: block;content: "";clear: both;
}

.prod_b #tablit a.on {
 background: linear-gradient(to right bottom,#0da94b,#8ec31f);
}
.prod_b #tablit a.on .txt{color:rgba(255,255,255,0.9);}
.prod_b #tablit a.on .txt dl{color:#fff;}


/*菜品展示*/
.dish{position: relative;
    width: 100%;min-width: 1300px;/*background: linear-gradient(to right bottom,#0da94b,#8ec31f);*/padding: 80px 0;  background: #fff;overflow: hidden;
}
.prod_t dl span{color:#0da94b;}

.dish .usecon{width:82%; margin:0 auto; position:relative; overflow:hidden;min-width:1300px;padding-top:20px; margin-top:-20px;}
.dish .usecon .swiper-slide{ margin-bottom:80px; border:6px solid transparent; box-sizing:border-box;}
.dish .usecon .swiper-slide{ margin-bottom:80px; border:6px solid transparent;box-sizing:border-box;}
.dish .usecon .swiper-slide a{ display:block;overflow: hidden;}
.dish .usecon .swiper-slide a img{width:100%;height:auto; opacity:.9;transition: all .6s ease;
    display: block;
}
.dish .usecon .swiper-slide a:hover img{transform: scale(1.1);}
.dish .usecon .swiper-slide.swiper-slide-active{ border-color:#f5f5f5; opacity:1;}
.dish .usecon .swiper-slide a p{ position:absolute; width:100%; top:110%; text-align:center; opacity:0; transition:all .3s ease;}
.dish .usecon .swiper-slide a p:before{ display:block; content:''; width:1px; height:50px; background:#dadede; margin:0 auto 20px auto;}
.dish .usecon .swiper-slide a p span{font-size:24px; color:#333;}
.dish .usecon .swiper-slide.swiper-slide-active a img{ opacity:1;}
.dish .usecon .swiper-slide.swiper-slide-active p{ top:95%; opacity:1;}
.dish .usejt{ position:relative; text-align:center; z-index:9; height: 56px;
    width: 620px;margin: 0 auto; margin-top: -45px;
}



.dish .swiper-button-next,.dish .swiper-button-prev{ margin-top:0 !important; background:none;}

.dish .usejt:before{width:64px;height: 56px;
    display: block;content: "";background:#dadede url(images/caseprev.png)center no-repeat;position: absolute;left: 0;top: 0;
}
.dish .usejt:after{width:64px;height: 56px; 
    display: block;content: "";background:#dadede  url(images/casenext.png)center no-repeat;position: absolute;right: 0;top: 0;
}

.dish .usejt:hover:before{
  background:#0da94b url(images/caseprev1.png)center no-repeat;
}
.dish .usejt:hover:after{
   background:#0da94b  url(images/casenext1.png)center no-repeat;
}

.dish .swiper-button-next{  right: 0 !important;width:64px;height: 56px; top:0 !important; }
.dish .swiper-button-prev{  left: 0 !important;width:64px;height: 56px; top:0 !important;}

/*基地*/
.jidi{
    width: 100%;min-width: 1300px;padding: 80px 0;overflow: hidden;background: linear-gradient(to top,#f5f5f5,#fff);
}
.jidi_b ul:after{
    display: block;content: "";clear: both;
}
 .jidi_b li{position: relative; overflow: hidden;
      display: block;width: 32%;margin: 0 2% 0 0;float: left;
  }
  .jidi_b li:nth-of-type(n+4){margin-top:2%;}
  .jidi_b li:nth-of-type(3n){
      margin-right: 0;
  }
    .jidi_b li .pic{
        overflow: hidden;
    }
    .jidi_b li .pic img{transition: all ease 0.5s;
        display: block;width: 100%;height: auto;
    }
    .jidi_b li:hover .pic img{
        transform: scale(1.1);
    }
   
.jidi_b li .txt{overflow: hidden;line-height:60px; transition: all ease 0.5s; box-sizing: border-box;padding: 0 10px;
 background: linear-gradient(to right,#0da94b,#54b818);color: #fff;text-align: center;font-size:1rem;
}


/*优势*/
.ys{width:100%;min-width: 1300px;background: #f2f2f2 url(images/ysbg.jpg)center top no-repeat;padding: 80px 0;

}

.ys .ys_t{ margin-bottom: 30px;
    text-align: left;line-height: 44px;
} 
.ys .ys_t dl{font-size: 38px;color: #222;}
.ys .ys_t strong{
    color: #0da94b;
}
.ys .ys_t p{
    font-size: 20px;color:#666; padding-top: 5px;
}

.ys .ys_img{overflow: hidden;
    background: #fff;padding: 50px;
}
.ys li{ padding: 10px; overflow:hidden;cursor: pointer;position: relative;
    width: 32%;border: 1px solid #eee;box-sizing: border-box; margin-right:2%;
}

.ys li i{border-radius: 50px 0 0; box-sizing: border-box;
    display: block;width: 50px;height: 50px;line-height: 60px;color: #fff;background: linear-gradient(to right,#0da94b,#54b818);color: #fff;
    position: absolute;right: 0;bottom: 0;text-align: center; font-size: 22px; padding-left: 10px;z-index: 2;
}
.ys li .img{
    width:48%;height: auto;overflow: hidden;position: relative;z-index: 2;border-radius: 10px;
}

.ys li .img img{
    display: block;width: 100%;
}
.ys li .txt{ padding-right: 2%;text-align: justify;position: relative;z-index: 2;
    width: 44%; float: right;padding-top: 10px;
}
.ys li .txt dl{
font-size: 28px;color: #222;line-height:60px;
}
.ys li .txt p{
    font-size:17px;color: #333;line-height:30px; padding-top: 10px;transition: all ease 0.5s;
}
.ys li:nth-of-type(3n){
    margin-right:0;
}
.ys li:nth-of-type(n+4){
    margin-top:2%;
}

.ys .tel{
    margin-top:50px;line-height: 40px;
}
.ys .tel em{
  display: block;
    font-size: 20px;
    width: 40px;
    text-align: center;
    color: #fff;
   background: linear-gradient(to right bottom,#0da94b,#54b818);
    margin-right: 5px;
    float: left;
    border-radius: 50%;

}
.ys .tel i{
    font-size: 16px;color: #666;display: inline-block; vertical-align: bottom;
}
.ys .tel p{font-size: 40px;color: #222;display: inline-block; vertical-align: bottom; font-weight: bold;
    font-family: "arial";
}

.ys li:after{transition:all ease 0.5s;
    display: block;content: "";width: 0;height:0;background: linear-gradient(to right bottom,#0da94b,#54b818);position: absolute;z-index: 1;right: 0;bottom: 0;
}
.ys li:hover:after{width: 100%;height:100%;}
.ys li:hover .txt p{color:#fff;}


/*考察*/
.kaocha{
    width: 100%;min-width: 1300px;background: #fff url(images/jidibg.png)center bottom no-repeat;padding: 80px 0 180px 0;
}

.kaocha_b .pic img{
    display: block;width: 100%;height: auto;min-width: 1300px;
}

/*流程*/
.process{
    width: 100%;min-width: 1300px;padding: 80px 0 100px 0; background: url(images/liucheng_bg.jpg)center bottom no-repeat;
}
.process_b{position:relative;}

.process_b li{
    display: block;width:15%; box-sizing: border-box;text-align: center;cursor: pointer;
    position: relative;z-index: 2;
}
.process_b li+li{
    margin-left: 6.25%;
}
.process_b li:before{
    display: block;position: absolute;right: 0;font-size: 30px;color: #e5e5e5;bottom: 150px;z-index: 3;transform: rotate(-90deg);
}

.process_b li:nth-of-type(5):before{
    display:none;
}

.process_b li .txt1{ margin-top: 100px;
    text-align: center;position: relative;z-index: 3;
}
.process_b li .txt1:before{margin:0 auto;color: #0da94b;
    display: block;width: 100px;height: 100px; line-height: 100px;font-size: 40px; background: #fff;border-radius: 50%;border: 1px solid #eee;text-align: center;
}
.process_b li .txt1 dl{
    text-align: center; font-size: 22px;color: #333;line-height: 2;padding-top: 10px;
}
.process_b li .txt1 dt{
    display: block;width: 150px;height: 150px;border-radius: 50%;margin: 0 auto;
}
.process_b li .txt1 dt img{display:block;width:100%;height:auto;}


.process_b li .txt2{text-align: center;line-height: 4rem;color: #333;font-size: 20px;position: relative;z-index: 3; background: #fff;
background: #fff;
  box-sizing: border-box;padding: 10px 10px 0 10px; box-shadow: 0 0 10px rgba(0,0,0,15%);border-radius: 10px;
    display: none;
}
.process_b li.on .txt2{ display: block; 
}
.process_b li.on .txt2 img{
    display: block;width: 100%;height: auto; border-radius: 10px;transition: all ease 0.5s;
}
.process_b li.on:hover .txt2 img{transform:scale(1.05);}
.process_b li.on .txt1{
    display: none;
}
.process_b li.on:before{right:-27%;
    z-index: 33;
}
.process_b li.on:hover .txt2{background: linear-gradient(to right top,#0da94b,#54b818);color:#fff;}

/*公司简介*/
.about{
    width: 100%; min-width: 1300px;overflow: hidden; padding-top: 80px;background: linear-gradient(to bottom,#f5f5f5,#fff);
}
.aboutr{
    width: 44%;position: relative;
}
.aboutr .pic{
    display: block;position: relative;
}
.aboutr .pic img{display:block;width:100%;height:auto;}
.aboutr a{
    display: block;width: 160px;height: 160px;background: #f5f5f5; position: absolute;left:30%;top:12%; border-radius:50%;overflow: hidden;
}
.aboutr a:nth-of-type(2){top:35%; left:8%;}
.aboutr a:nth-of-type(3){top:66%; left:-5%;}
.aboutr a img{
    display: block;width: 100%;height: auto;position: absolute;transition: all ease 0.5s;
}
.aboutr a:hover img{transform:rotateY(180deg);}
.aboutr a dl{width: 100%;
    display: block ;text-align: center;line-height: 160px;background: rgba(13,169,75,92%);color: #fff;font-size: 20px;position: relative;transition: all ease 0.5s;opacity: 0;
}
.aboutr a:hover dl{opacity: 1;}

.aboutb{
    width: 100%;margin: 0 auto;
}

.about_l{
    width:52%;font-size: 16px;
}
.about_l dl{ margin-bottom:30px;
    
}
.about_l dl dd{font-size: 38px;color: #333; vertical-align: middle;
    display: inline-block;position: relative;
}
.about_l dl dd:after{ position:absolute;left: 0;bottom: -3px;
    display: block;content:"";width: 240px;height: 10px;z-index: 1;background: #0da94b;
    opacity:0.25;
}
.about_l dl dt{font-size: 18px;text-transform: uppercase;
display: inline-block;vertical-align: middle;color: #aaa; 
}
.about_l .txt{overflow : hidden;text-align: justify;font-size: 14px;color: #888;line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;}
    
.about_l .jjmore{ border-radius:25px 0 25px 0;transition: all ease 0.5s;
    display: block;color: #fff;width: 200px;text-align: center;line-height:46px;margin-top: 30px; font-size: 15px;background: linear-gradient(to right,#0da94b,#54b818);
}   
.about_l .jjmore i{margin-left:5px; font-size:14px;}

.about_l .jjmore:before{}
.about_l .jjmore:hover{width:280px;}


.num{font-size:16px; color:#666;display: -webkit-flex;
   
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;text-align: center;
    align-items: center;
   margin-top:40px;
   
}
.num li{
    display: block;
}
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:58px; color:#0da94b; font-family:arial; position:relative; z-index:3;font-weight:bold}
.num i{ border-radius:50%; width:28px; height:28px; font-size:21px; line-height:26px; color:#fff; background:#54b818; margin-left:-10px;text-align:center;;}
.num p+p{ margin-top:5px; color:#333;}



 .about_b a{ display: block;width:auto;border-right: 1px solid #ddd; margin-top: 45px; padding-right:40px;}
  .about_b a+a{ padding-left: 40px;}
  .about_b a img{ display: block;float: left;margin:10px 13px 0 0; }
  .about_b a .font{width: auto;float: left;}
  .about_b a .font p{ display: block;font-size: 22px;color: #333;line-height: 32px; padding-top:10px;}
  .about_b a .font dl{ font-size: 14px;color: #999;  margin-bottom:0;}
  .about_b a:nth-of-type(4){ border-right: none;padding-right: 0;}
  .about_b a:hover .font p{ color: #0da94b;}
  .about_b a:hover .font p,.about_b a:hover .font dl{ color:#0da94b;}
/*  车间*/
.plant_all{ margin-top:25px; width:100%;min-width:1300px;background:url(images/023.png)center bottom no-repeat;padding-bottom:120px;}
.plant_b{overflow:hidden;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 250px;
    }
   .plant_b li .plant_img {
    
       
        border: 1px solid #ddd;
    }
   .plant_b li .plant_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .plant_b li .plant_t {
        position: relative;
    
        height: 45px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 45px;
        background: #fff;
    }
   .plant_b li .plant_t span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .plant_b li .plant_t:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 45px;
        transition: all 0.3s;
        background: #0da94b;
    }
   .plant_b li:hover .plant_t:after {
        width: 360px;
    }
    .plant_b li:hover .plant_t {color: #fff; }
    
    

/*版权*/
.copy {overflow: hidden;background: linear-gradient(to right bottom,#0da94b,#54b818); min-width: 1300px;width: 100%;
 
}
.copy_box {max-width: 1300px;margin: 0 auto;}
.copy_num {display:  flex;justify-content:  space-between;align-items:  center;padding: 50px 0 50px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_num ul {display:  flex;justify-content:  space-between;width:1100px;}
.copy_num li {color:  #fff; display:  flex;align-items:  center;}
.copy_num li i {font-size: 30px;width: 60px;height: 60px;border: 1px solid #fff;border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;}
.copy_num li>p {font-size: 17px;padding: 0 0 0 15px;display:  flex;flex-direction:  column;font-weight:  lighter;}
.copy_num li>p span {font-size:23px;font-family:Arial;padding: 10px 0 0;}
.copy_num>a {color:  #fff;font-size: calc(0.8rem + 0.2vw);background: #8ec31f;width: 12%;padding: 1% 0;display:  flex;justify-content:  center;align-items:  center;
    border-radius: 30px 0 30px 0;transition: all ease 0.5s;
}
.copy_num>a:before{
    padding-right: 5px;
}
.copy_num>a:hover{border-radius: 0 30px 0 30px;
    color: #fff;text-decoration: underline;
}
.copy_con {display:  flex;justify-content:  space-between;padding: 50px 0 30px 0;}
.copy_nav {width:60%;margin-right: 8%;}
.copy_nav>ul {display: flex;justify-content: space-between;width: 100%;}
.copy_nav li {display: flex;flex-direction:  column;position:  relative;}
.copy_nav li>p {font-size: 1.4rem;color: #fff;margin: 0 0 15px 0;}
.copy_nav li>a {font-size: 1rem;font-weight: 100;color: rgba(255,255,255,0.7);padding: 0 0 15px 0;transition: 0.5s;    position: relative;}

.copy_nav li>a:hover {color:#fff;}
.copy_r { display:  flex;flex-direction:  column;align-items:  center;}
.copy_r i {}
.copy_r i img {width:145px;height:auto;}
.copy_r p {font-size: 18px;color:  #fff; padding: 15px 0 0;}
.copy_end {padding: 32px 0;border-top: 1px solid rgba(255,255,255,0.1);color:  #fff;font-size: 15px;font-weight:  lighter;
    text-align: center;
}
.copy_end a {font-size: 15px;color:  #fff;}
.copy_end a:hover{
    color: #fff;
}    


/*内页幻灯片*/
.mod1019 .banner .ban_bg{
    text-align: center;color: transparent;position: relative;
}
 .banner_w {   width:auto;   color: #fff;   padding-top:8vh;  text-align:center; line-height:1.6; font-size:22px; }
.banner_w b {    display:block; font-size:50px; font-weight:normal;
    
}
.banner_w b span{    display: block;}
.txtleft{text-align:left;}


.miaoshu{ font-size:15px;line-height:2; margin-bottom:40px; padding: 20px 20px 0 20px;
    background:url(images/usnico.png)left top no-repeat,url(images/usnico1.png)right bottom no-repeat;
}