@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;
}

/* 让非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{ 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;}

.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;
}

/*抬头*/
.hd_bg{position:relative;z-index: 999;height: 262px;}
.hd_box{padding: 37px 0 0 0 !important;}
.logo{width:12.6vw;height: 79px;position:relative;display: flex;align-items: center;}
.logo::after{content: "";width: 600px;height: 262px;top:-37px;right:20px;background: #008081;position: absolute;border-top-right-radius:80px;z-index: -1;}
.logo img{
    height: 125px;padding-top:27px;
}
.ggy{padding-top:10px;margin-left:30px;position: relative;border-right: 1px solid #efefef;padding-right:40px;margin-right: 40px;position:relative;
}
.ggy:after{position:absolute;content:'';width: 1px;height: 20px;background: #008081;top: 50%;right: -1px;margin-top: -10px;}
.ggy b{font-size:1.8vw;color: #008081;line-height: 30px;display: block;font-weight: bold; letter-spacing:0.2px;
   
}
.ggy dl{ position: relative;text-align: center; padding-left:13px;
    font-size: 18px;letter-spacing:13px;color: #333;line-height: 20px; padding-top: 12px;
}
.ggy dl:after{
    display: block;content: "";width: 40px;height: 1px; background: #999;position: absolute;left: 0;top: 24px;
}

.ggy dl:before{
    display: block;content: "";width: 40px;height: 1px; background: #999;position: absolute;right: 0;top: 24px;
}
.ggy b span{display: inline-block;font-size: 1.6vw;color: #333;}
.ggy p{font-size: 16px;color: #7f7f7f;display: block;margin-top: 10px;line-height: 16px;}
.ggy p span{width:calc((100% / 4) + 27px);height: 38px;font-size: 0.9vw;float: left;
box-sizing: border-box;
line-height: 38px;background:linear-gradient(to right, #008081, #00aeaf);border-radius: 19px;padding-left:1.2vw;color: #fff;margin-left: -37px;}
.ggy p span:first-child{margin-left:0;}


.hd_tel{box-sizing: border-box;
    background: #008081 url(images/20200922154648_644562689.png) no-repeat 18px center;
    width:15.5vw;height: 85px;border-radius: 10px;border-top-left-radius: 43px;border-bottom-left-radius: 43px;padding-left:3.5vw;margin-top: 7px;padding-top:18px;position: relative;margin-right: 10px;transition:all 0.5s;}
.hd_tel:hover{transform:translate(10px, 10px);}
.hd_tel:before,.hd_tel:after{position:absolute;content:'';width: 15.5vw;height:85px;top: 0;right: 0;background: rgba(0,174,175, 0.19);z-index: -1;border-radius: 10px;border-top-left-radius:43px;border-bottom-left-radius: 43px;transition:all 0.5s;}
.hd_tel:before{right: -5px;top: 5px;}
.hd_tel:after{right: -10px;top: 10px;}
.hd_tel:hover:before{right:0;top: 0;}
.hd_tel:hover:after{right:0;top: 0;}
.hd_tel em{font-size:1.5vw;font-weight: bold;color: #fff;font-family: 'arial';line-height: 20px;
    display: block;
}
.hd_tel em+em{margin-top:10px;font-size:1.6vw;
    letter-spacing:0.5px;
}

/*阿里*/
.albb{width:52px;height:60px;margin-top:30px;border-radius: 2px;padding:0!important;}


/*主营业务*/
.main_all{
  width: 100%;min-width: 1400px;padding-bottom:60px;background: url(images/main_bg.jpg) center bottom no-repeat; padding-top: 90px;
}    
 .main_t{font-size: 18px;text-align: center; line-height:40px;}
  .main_t p{ display: inline-block;font-size:  40px; color: #222; padding-bottom:8px;}
  .main_t p span{ color: #008081; font-weight: bold; }
  .main_t p:before{ display: block;content: ""; float: left; margin-right: 20px; width: 66px; height: 45px; background: url(images/main_left.png)left center no-repeat; }
    .main_t p:after{ display: block;content: ""; float: right; margin-left:20px; width: 66px; height: 45px; background: url(images/main_right.png)left center no-repeat; }
.main_t dl{
     font-weight:lighter;
}
 .main_b{ margin-top:40px;}
  .main_b li{ display: block;width:426px; box-sizing: border-box; background: #fff; border: 1px solid #eee; padding:50px; text-align: center;font-size: 17px;line-height:36px; font-weight: lighter;}
  .main_b li:nth-of-type(1){
      margin-left: 0;
  }
  .main_b li .img{ display: block;width: 100%;height: 200px;overflow: hidden;margin: 0 auto; background: #eee;}
  .main_b li .txt{ padding-top: 30px;}
  .main_b li .txt dl{ font-size: 28px;color: #008081;line-height:55px;}
  .main_b li .txt dl:after{ display: block; content: ""; width: 50px;background: #eee;height: 3px;margin:15px auto 18px auto;}
  .main_b li .txt p{ padding-top: 5px; color: #888;font-weight: lighter;}
  .main_b li+li{ margin-left: 60px;}
  .main_b li a{ display: block;margin: 40px auto auto auto;background: #eee;text-align: center;font-size: 16px; color: #333; line-height: 50px;}
  .main_b li:hover a{
      background: #008081;color: #fff;
  }
  
   /*实力*/
    #about_b{ box-sizing: border-box; margin-top:140px;}
   #about_b li{display: block; float: left; font-size: 17px; color: #555; line-height: 30px;width: auto; padding: 20px 40px 20px 30px;position: relative;text-align: center; }
 
 #about_b li:nth-of-type(1){ padding-left: 0;}
 #about_b li:nth-of-type(4){  background: none; padding-right: 0;}
 
   #about_b li span{ color: #008081;  font-family: "impact"; font-size:60px;line-height:60px; float: left;}
 #about_b li p{ margin-bottom:18px; display:inline-block; position:relative;}
.number_ljs{font-size:18px; color:#ddd; text-align:center;}
 #about_b em{font-style:normal;display:block; font-size:20px;float: left; width: 25px; height: 25px; background: #f90;border-radius: 50%;color: #fff; line-height: 23px; font-weight: bold; margin-left: 5px;}
 
  /*产品中心*/
   .prod_all{
    width: 100%;min-width: 1400px;background: #fff;margin-top:90px;
}     

 /*新品推荐*/
 .new_prod{ background:rgba(0,127,128,5%); position: relative;}
 .new_prod:after{ display: block;content: ""; width: 110px;height: 110px; position: absolute;right: -7px;top: -7px; z-index: 99999;}
.benfit_wwt {
    width:1400px;
    height: 480px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.benfit_wwt ul {
    height: 100%;
    position: absolute;
}

.benfit_wwt ul li {
    float: left;
    width: 1400px;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.benfit_wwt .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #2d9fff;
    display: none;
}

.benfit_wwt .btn {
    display: none;
    position: absolute;
    width: 90px;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.benfit_wwt .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.benfit_wwt .btn span.on {
    background: #fff;
}

.benfit_wwt .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 170px;
	opacity:0.8;
    background: url(images/033.png) no-repeat 0 0;
    cursor: pointer;
}
.benfit_wwt .pre {
    left: 0;
}

.benfit_wwt .next {   right: 0;
 background-position: right top;}
 .new_prod{
     
 }
 .new_prod .word{width:500px; padding: 48px 0 0 120px; font-size: 16px; color: #555;line-height: 32px; font-weight: lighter;}
 .new_prod .word p{ font-size: 30px;line-height: 76px;color: #333;}
 .new_prod .word dl{ color:#555;  font-size:15px; line-height:35px;}
 .new_prod .word i{ display: block; font-style: normal; font-weight: normal;font-size: 16px; color: #333; margin-top: 30px; text-align: center; border-radius: 50%;overflow: hidden;width: 100px;height: 100px;background: #fff; padding-top: 25px; box-sizing: border-box;}
 .new_prod .word i img{ display: block; margin: 0 auto 0 auto;}
 .new_prod .word i+i{ margin-left: 33px;}
 .new_prod .word a{font-size: 15px;text-align: center; background: #00aeaf;width: 200px; line-height: 50px; color: #fff;font-weight: normal; display: block; margin-top: 40px;}
 .new_prod .word a+a{ background: #008081;}
 .new_prod .word a:hover{ background: #f90;}
 .new_prod .img{width: auto;overflow: hidden;}
 .new_prod .img{
     margin-right: 100px;
 }
   /*产品滚动*/
.prod_b{ margin-top:60px; width:100%;min-width:1400px;}
.prod_b{overflow:hidden;}
 .prod_b li {
        float: left;
        margin-right: 20px;
        width: 360px;position: relative;overflow: hidden;
    }
   .prod_b li .prod_img {box-sizing: border-box;border: 1px solid #eee;
        width: 360px;
        height: 270px;
     
    }
   .prod_b li .prod_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .prod_b li .prod_t {
        position: relative;
        width: 360px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;
        background: #f5f5f5;
    }
   .prod_b li .prod_t span { padding: 0 5px;
        position: relative;
        display: block;
        z-index: 9;
    }
   .prod_b li .prod_t:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background: #008081;
    }
   .prod_b li:hover .prod_t:after {
        width: 360px;
    }
    .prod_b li:hover .prod_t {color: #fff; }
    
    
    
  
/*
.prod_b{
    margin-top: 40px;
}
.prod_r{
    width: 1080px;
}

.colee{overflow: hidden;
    height:755px;
   }

.prod{ color: #ff7200; font-size: 46px; font-weight: bold; text-align: center; line-height: 66px;}

.colee table td{width:32%; height: auto;display: block ;float: left;  margin: 0 2% 2% 0;
box-sizing: border-box;
    
}
.colee table td:nth-of-type(3n){
    margin-right: 0;
}
.colee table td span{line-height:50px;box-sizing: border-box;display: block;
    background: #f5f5f5;font-size: 15px;
}
.prod_b table tr td a{display: block;overflow: hidden}
.prod_b table tr td:hover span a{ background:#008081; color:#fff;}
.prod_b table tr td>a{width:100%; height:260px; overflow:hidden;}

.prod_b img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; width:100%; height:auto;}
.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;}   




   #wemi{width:260px; min-height:450px; line-height:25px; overflow:hidden; border: 5px solid #008081; border-radius: 40px 0 0 0;overflow: hidden;
    float: left;
}

#wemi1{width:1170px; min-height:450px; line-height:25px; overflow:hidden;

}

#pagetab li{float: left; margin: 0 11px 0 0; }

#pagetab li a{ display: block; height: 49px; line-height:49px; border: 1px #ccc solid; border-bottom:0 none;font-size:14px; 

	color:#0053BC;padding: 0 40px 0 50px;background:#fff;

	float:left;}

#pagetab li a:hover,#pagetab li a.cur{color: #fff;border: 1px #0053BC solid; border-bottom:0 none;background:url(../../Admin/images/pagetab_li_c.png) no-repeat 24px 50% #0053BC; text-decoration: none;}



.gyLeft{ float:left; width:260px; overflow:hidden; }
.gyLeft ul{}
.gyLeft li{ line-height:40px; border-left:4px solid #d5d5d5; background: #ececec url(../images/gylbg.png) no-repeat 185px center; margin-bottom:1px; vertical-align:top; width:220px;}
.gyLeft li a{ font-size:14px; color:#333; padding-left:7px; display:block;}
.gyLeft li:hover{  background:url(../images/gylbg02.png) no-repeat 185px center #1f50a3; border-color:#0d439e;}
.gyLeft li.cur{  background:url(../images/gylbg02.png) no-repeat 185px center #1f50a3; border-color:#0d439e;color:#fff; width:220px;}
.gyLeft li:hover a{ color:#fff;}
.gyLeft li.cur a{ color:#fff;}
.gyLeft li .cp_l ul{  width:170px;}
.gyLeft li.cp_l ul li{  padding-left:25px; height:35px; overflow:hidden;}
.gyLeft li.cp_l ul li a{font-family: "Microsoft YaHei"; padding-left:18px;font-size:15px; color:#333333;}
.gyLeft li.cp_l ul li.lasts{border-bottom:none;}
.gyLeft ul.ul01{color:#333;}
.gyLeft ul.ul01 li { line-height:36px; margin:0 ; padding-left:16px;  border-bottom:none; margin-bottom:1px; }
.gyLeft ul.ul01 li a{ color:#1f50a3; font-weight:normal; border-bottom:none;}
.gyLeft ul.ul01 li:hover a{ color:#fff;}

#cp-l { }
#cp-l-t { width:260px; background:#008081; height:114px; 
    margin-bottom: 10px;
}
#cp-l-t h6 { color:#FFF; font-size:30px; font-weight:normal; text-align:center; padding-top:30px;
    line-height: 30px;
}
#cp-l-t p { text-align:center; color:rgba(255,255,255,0.6); font-size:14px;text-transform: uppercase; line-height: 34px;
    font-family: "arial";
}
#cp-l-c {width:220px;margin:0 auto; background:#FFF; padding-bottom:20px;
    overflow: hidden;
}
#cp-l-c h6 { display: block;
    color:#ffffff; font-size:14px;  margin:0 auto;}
    #cp-l-c h6:hover .cp_dd{display:block;
        
    }
#cp-l-c h6>a { color:#333; padding-left:25px; background:#eee url(images/pronico1.png) 180px center no-repeat; display:block; margin-top:10px; margin-bottom:10px;line-height: 50px;
    font-weight: normal;font-size: 16px;
}
#cp-l-c h6>a:hover { background:#008081 url(images/pronico2.png) 180px center no-repeat;
    color:#fff;
}
.cp_dd p:first-of-type{
    margin-top: -10px;
}
#cp-l-c p {display:block; border-bottom:1px #CCC dotted; line-height:50px; 
 padding-left:40px;
background:url(images/pronico3.jpg) 25px center no-repeat;  }*/
#cp-l-c p a {/* padding-left:30px;*/ color:#666; font-size:13px;    font-weight: lighter;}
#cp-l-c p a:hover { color:#008081}
#cp-l-b {padding-bottom:20px;}
#cp-l-b h6 { padding-top:120px; width:90%; margin:0 auto; font-size:14px;}
#cp-l-b p { width:90%; margin:0 auto;  font-size:12px; line-height:30px;}
#cp-l-c .cur>a{  background:#008081 url(images/pronico2.png) 180px center no-repeat;
    color:#fff;}
#cp-l-c .cur .cp_dd{
    display: block;
}


/*特点*/
.feature{ height: 617px;box-sizing: border-box; color: rgba(255,255,255,0.6); margin-top: 80px;
width: 100%;min-width: 1400px;background: url(images/feature.jpg) top center no-repeat;
}    
.feature_r{
    width: 800px; padding-top: 85px;
}
.feature_t p{ font-size: 17px;text-transform: uppercase;font-family: "arial"; line-height:40px;
}
.feature_t dl{
    font-size: 42px;color: #fff;font-weight: lighter;
}
.feature_t strong{
color: #fff600;font-weight: bold;font-size:46px;
}
.feature_b:after{
    display: block;content: "";clear: both;
}
.feature_b li{ font-size: 15px;line-height: 28px; margin-top:40px;
    display: block;width: 240px;border-radius: 20px;overflow: hidden;box-sizing: border-box;padding: 40px;text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}
.feature_b li img{
    display: block;margin: 0  auto 2px auto;
}
.feature_b li dl{
    font-size: 20px;color: #fff;line-height:50px;
}
.feature_b li p{
    font-size: 15px;
}
.feature_b li+li{
    margin-left:40px;
}
.feature_tel{ margin-left: 65px; background: url(images/feature_tel.png) center left no-repeat; height: 36px; padding-left: 45px;line-height: 36px; margin-top: 50px;
}
.feature_tel i{
    display: block;float: left;font-style: normal;font-family: 'arial'; font-weight: bold;color: #fff; font-size:32px;
}
.feature_tel em{  display: block;float: left;font-style: normal;
    font-size: 16px;
}

/*优势*/
.adv_all{
    width: 100%;min-width: 1400px;margin-top:90px;
}    
.m_ys {box-shadow: 0 0 10px #ccc;margin-top: 40px;position: relative;height: 680px;}
.youshi_bt {height: 100px;text-align: center;display: block;padding: 49px 0 75px;}
.youshi_bt span{ font-size:48px; font-weight:bold; color:#fff; }
.youshi_bt i{ font-weight:bold; color:#ffc600;}
.youshi_bt p{ font-size:18px; color:#fff; line-height:42px; padding-bottom:3px;}
.yshd {position: absolute;left: 0;bottom: 4px;}
.yshd li{ float:left; width:347px; height:130px; background:#fff; box-sizing:border-box; position:relative; transition:all .3s ease; cursor:pointer;}
.yshd li+li {background: url(http://www.dgjixing.cn/uploadfile/image/20210315/20210315165131_1630173238.jpg) no-repeat left center;}
.yshd li p{ margin:28px 0 0 125px; font-size:33px; color:#333;}
.yshd li p em,.advtab li p { transition:all .3s ease;}
.yshd li p em{ font-family:fontCandara; font-size:15px; text-transform:uppercase; margin-top:3px; display:block;}
.yshd span{ position:absolute; width:60px; height:60px; left:49px; top:32px; background:url(images/adv_ico.png) no-repeat 0 -67px; transition:all .5s ease;}
.yshd li:nth-child(2) span{ background-position-x:-72px; left:44px;}
.yshd li:nth-child(3) span{ background-position-x:-164px; left:51px;}
.yshd li:nth-child(4) span{ background-position-x:-236px; left:40px;}
.yshd li.on span{ background-position-y:4px;}
.yshd li.on{height:126px;}
.yshd li.on i{ font-weight:bold; color:#008081;}
.yshd li.on em{ color:#008081;}
.ysbd.f_cb dd em {color: #fff;width: 175px;height: 174px;position: relative;display: block;float: left;}
.ysbd.f_cb dd em span {font-size: 60px;font-family: Arial;position: absolute;top:35px;left: 25px;}
.ysbd.f_cb dd em p {font-size: 18px;font-family: Arial;position: absolute;left: 95px;top: 112px;text-transform: uppercase;}
.ysbd.f_cb dd {position: absolute;bottom: 3px;left: 0;transform: translateY(0px);transition: 0.6s;width: 100%;height: 174px;background: url(images/adv_font_bg.png) no-repeat;color: #fff;}
.ys_wz {float: right;width: 1160px;padding:0 0 0 30px;}
.ys_wz span {font-size: 37px;display: block;line-height: 50px;}
.ys_wz b {font-family: Arial;font-size: 13px;text-transform: uppercase;display: block;width: 225px;float: left; padding-top:63px;}
.ys_wz i {font-family: Arial;font-size: 12px;width: 100%;display: block;line-height: 25px;text-align: center;}
.ys_wz p {font-size: 16px;line-height: 35px;width: 850px;float: left;padding: 0 42px; padding-top:67px;}


/*应用案例*/
.case_all{ margin-top: 90px;padding-top:85px;
    width: 100%;min-width: 1400px;background: url(images/case_bg.jpg) top center no-repeat;
}

.case_all .main_t p:after {
    background: url(images/case_right.png)left center no-repeat;
}
.case_all .main_t p:before {
    background: url(images/case_left.png)left center no-repeat;
}

.case_all .main_t dl{ color:rgba(255,255,255,0.6);  
}  
.case_all .main_t p,.case_all .main_t span{
    color: #fff;
}
.case_b{ padding:50px;border-radius: 50px;  margin-top: 40px; background: #f5f5f5;overflow: hidden;
}
.case_b a{ margin:0 30px 30px 0;
    display: block;width: 303px; overflow: hidden;float: left;
}
.case_b a:nth-of-type(3),.case_b a:nth-of-type(5),.case_b a:nth-of-type(9){
margin-right: 0;
}
.case_b a:nth-of-type(6){
    margin-right: 28px;
}
.case_b a dt img{display: block;width: 100%;height: auto;
    
}
.case_b a:nth-of-type(1){
    width: 634px; 
}
.case_b a:nth-of-type(1) img{height:439px;
    
}

.case_b a dd{ display: block;padding:15px 20px; box-sizing: border-box;text-align: center;
    background: #fff; line-height: 30px;
}
.case_b a dd i{ font-size: 16px;
    display: block;font-style: normal;
}
.case_b a dd em{ display: none; color: #666;font-weight: lighter;
font-style: normal; font-size: 15px; line-height: 20px; margin-top: 5px;
}
.case_b a:nth-of-type(1) dd{padding:30px; text-align:left;}
.case_b a:nth-of-type(1) dd em{ 
    display: block;
}
.case_b a:nth-of-type(1) dd i{
    font-size: 20px;color: #333;
}

.case_b a:hover dd{
   background: #008081;
}
.case_b a:hover dd i{ color:#fff;}
.case_b a:hover dd em{ color:rgba(255,255,255,0.6)}

/*合作客户*/
.partner{
     width: 100%;min-width: 1400px;margin-top:80px;
 }   
 
 .partner_b{ margin-top: 40px;     
 }
 .partner_b a{ float: left;overflow: hidden; position: relative;
     display: block;width: 25%; height: 175px;box-sizing: border-box;border: 1px solid #eee;border-right: none;
 }
  .partner_b a:nth-of-type(4n){border-right:1px solid #eee;    
  }
  .partner_b a:nth-of-type(n+5){
      border-top:none;
  }
  .partner_b a img{
      display: block;width: 100%;height: auto;
  }
    .partner_b a dd{position: absolute;bottom: -175px;color: #fff;font-size: 20px;text-align: center;
        display: block;width: 100%;transition: all ease 0.5s; background:rgba(0,128,129,0.8);color: #fff;
    }
    .partner_b a:hover dd{bottom:0;height: 175px;line-height: 175px;
        
    }
   .partner_more{margin-top:50px; background:#f5f5f5; line-height:60px; text-align:center;
       position: relative;
   }
   .partner_more a{ letter-spacing: 5px;
       position: relative;color: #333;font-size: 16px; z-index: 2;transition: all ease 0.5s;
   }
   .partner_more:after{ position:absolute;left: 0;top: 0;
       display: block;content: "";width: 0;height: 60px;background: #008081;transition: all ease 0.5s;
   }
   .partner_more:hover:after{width:100%;}
   .partner_more:hover a{
       color: #fff;
   }
    
    
/*简介*/
.about{ padding-top: 80px;
    margin-top: 80px;width: 100%;min-width: 1400px;background: url(images/about_bg.jpg) top center no-repeat;
} 
.about_b{
    background: #fff;margin-top: 40px;padding: 50px;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:80px 0 0 0;overflow: hidden;
}
.about_l{
    width:590px;font-size: 15px;line-height: 30px;font-weight: lighter; 
}
.about_l dl{ margin-bottom: 20px;
    font-size: 30px;color: #222; font-weight: normal;
}
.about_l dt{text-transform: uppercase;
    font-family: "arial";font-size: 50px;line-height: 70px;color: #008081;font-weight: bold;
}

.about_l p{
    padding-top: 10px; text-indent: 2em;text-align: justify;
}
.about_l a{
    display:inline-block;width: 200px;line-height: 50px;background: #008081;color: #fff;text-align: center; margin-top:30px;
}
.about_l a+a{
    background: #00a661; margin-left: 20px;
}
.about_l a:hover{
background: #f90; color: #fff;
}
.about .main_t p:after {
    background: url(images/case_right.png)left center no-repeat;
}
.about .main_t p:before {
    background: url(images/case_left.png)left center no-repeat;
}

.about .main_t dl{ color:rgba(255,255,255,0.6);  
}  
.about .main_t p,.about .main_t span{
    color: #fff;
}

/*内页样式*/
.n_box{
    width: 1400px;margin: 70px auto;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*内页通用详情*/
 .n_xx{
        width: 1400px;
        margin: 0 auto;
    }
    
.nn_prodd{ margin-top: 40px;
    background: #f9f9f9;
}    
.nn_prodd .font{
    font-size: 15px;line-height: 34px;padding: 50px 50px 0 50px;
}
.nn_prodd .font p{
    text-indent: 2em;padding-top: 10px;
}
.nn_prodd .zi{padding:50px; 
}  
.nn_prodd table{ font-size:15px;color:#555;background: #fff;
    line-height:50px; border-collapse: collapse;width: 100%;
    
}
.nn_prodd table tr{ transition: all ease 0.5s;}
.nn_prodd table tr:nth-of-type(2n){ background:#f9f9f9; 
}
.nn_prodd table tr:hover{box-shadow:0 0 10px rgba(0,0,0,0.1); background:#008081; color:#fff; }
.nn_prodd table td{ padding: 15px 10px;
    border: 1px solid #eee;
}
.nn_prodd .pic{
    padding:50px;
}
    .n_dah{
        width: 100%;
        height: 190px;
        background: #008081;
        color: #fff;
        font-size: 42px;
        text-align: center;
        line-height: 46px;
        padding-top: 50px;
    }
    .n_dah b{
        color:#fff600;
    }
    .n_dah span{
        font-size: 20px;
        color: rgba(255,255,255,0.6);
        display: block;
    }
    .n_dah i{
        width: 28px;
        height: 17px;
        margin:1%  auto;
        display: block;
    }
    .n_bj{
        width: 100%;
        background: #f8f8f8;
        padding-top:4%;
        padding-bottom:5%;
        padding-left: 2%;
        padding-right: 2%;
        overflow: hidden;
    }
    .n_bj li{
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        background: #fff;
        padding: 4% 2.5% 5% 2.5%;
        margin-bottom: 2%;
    }
    .n_ny_t{
        text-align:center;
        
    }
    .n_ny_w{
        width: 100%;
        font-size: 16px;
        color: #666;
        text-align: center;
        padding-top: 2%;
    }
    .n_ny_w b{
        font-size: 24px;
        color: #008081;
        display:  block;
        line-height:70px;
        font-weight: 100;
    }
    
    .n_bj_hz{
                width: 100%;
        background: #f8f8f8;
        padding-top:4%;
        padding-bottom:5%;
        overflow: hidden;
    }
    .n_ny_hz_w{
        font-size: 44px;
        text-align: center;
        line-height: 60px;
        padding-top:4.5%;
    }
    .n_ny_hz_w b{
        color: #008081;
        display: block;
    }


.n_ys_b{
                width: 100%;
       padding: 50px;box-sizing: border-box;
      
        overflow: hidden;
    }
    .n_ys_b li{
        width:100%;
        background:#fff;
    }
    .nys_tp{
        width:50%;
    }
    .nys_tp img{ display: block;
        width:100%;
    }
    .nys_wx{
        width: 50%;
        padding: 5%;box-sizing: border-box;
    }
    .nys_dh{
        font-size: 28px;
        color: #23262b;
    }
    .nys_dh span{
        font-family: Arial;
        font-size: 14px;
        color: #999;
        text-transform:uppercase;  
    }
    .nys_wz{ line-height: 36px;
        font-size: 16px;
        margin-top:2%;
    }
    .nys_wz span{
        color: #008081;
        font-size: 14px;
    }