@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;
}

/*抬头导航*/
.mod1527 .top_all{ font-size:14px; color:rgba(255,255,255,0.5); min-width: 1400px; height:50px; line-height:50px; background:#296dde; padding:0 80px 0 80px; position:relative;}

.mod1527 .top_r{z-index:2;position:relative; font-size:16px; color:rgba(255,255,255,0.5); display: flex; align-items: center;background:url(images/tel01.png) center left no-repeat;padding-left:25px;}
.mod1527 .top_r span{ font-size:22px; color:#ffffff; font-weight:bold; vertical-align: sub; font-family:Arial, Helvetica, sans-serif;}
.mod1527 .top_r .dicon{ font-size:24px; padding-right:10px; color:#fff;}
.mod1527 .hidden{ display:none;} 
.mod1527 .head_all{ width: 100%;box-sizing: border-box; padding:25px 80px 25px 80px; position:relative;min-width: 1400px;}
.mod1527 .head_logo{ margin-right:10px;  position: relative;} 
.mod1527 .head_logo img{height:60px;display:block;}  
.mod1527 .head_logo dl{display: inline-block;
    font-size: 36px;
    line-height: 40px;
    vertical-align: super; color: #222;    
  }
.mod1527 .head_w{font-size: 16px;color: #555; line-height:30px;}
.mod1527 .head_w dl{ display: block; font-size: 28px; color: #222;
    padding-top: 0;
}
.mod1527 .head_w span{
    display: block;padding-top: 2px; 
}
.mod1527 .head_l{
    padding-top: 10px;
}
 
 /*导航*/
.mod1527 .navbor{ min-width: 800px; min-height:50px; color: #333;font-size: 16px;margin:15px 0  0 0;position:relative; }
.mod1527 .menu li{ float: left;display:block;line-height:45px;width:auto; box-sizing: border-box;  position:relative; z-index: 99; text-align:center; margin-left: 13px;}
.mod1527 .menu li > a{ display: block;  font-size:1rem;color:#333; padding: 0 25px; }
.mod1527 .menu li:hover{ height:45px;}
.mod1527 .menu li:hover > a{color:#fff;}

.mod1527 .menu .block{ background-color:#296dde; height:45px; color:#fff;display: block; box-sizing: border-box; position: absolute; top: 0;padding: 0 25px;  margin-left:13px;}
.mod1527 .erji_menu { display: none; position: absolute; left: 0; width: 100%; z-index: 1111;top: 45px; }
.mod1527 .erji_menu dd a{ display: block; padding: 0 10px; text-align: center; font-size: 14px; color: #555; line-height:45px; border-top:1px solid #e4e4e4; background: #f5f5f5; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.mod1527 .erji_menu dd a:hover{background:#296dde ;color:#fff;}
  
.mod1527 .menu li.on > a{color:#fff;  background:#296dde;} 
.mod1527 .menu li.on+li.on > a,.mod1527 .menu li.on+li+li.on > a{color:#333; background:none;}


  @media screen and (max-width:1800px){
    .mod1527 .head_all{ padding:25px 40px 25px 40px;}
   .mod1527  .top_all{ padding:0 40px; }
   
    }
    
    
  @media screen and (max-width:1700px){
   .mod1527    .top_all{padding:0 10px;}
  .mod1527  .menu li{ margin-left: 10px;}
  .mod1527  .menu .block{ margin-left:10px; padding: 0 25px;}
  .mod1527  .menu li > a{ padding: 0 25px;}
      .head_all{ padding:25px 10px 25px 10px;}
    
   }   
 
   @media screen and (max-width:1600px){
  .mod1527 .menu li{ margin-left: 10px;}
  .mod1527 .menu .block{ margin-left: 10px; padding: 0 23px;}
  .mod1527 .menu li > a{ padding: 0 23px; }
 .mod1527 .head_all{ padding:25px 10px 25px 10px;}
 .mod1527 .top_all{ padding:0 10px 0 10px; }
  .mod1527  .top_all:after{width: 310px;}
   }   
   
    @media screen and (max-width:1500px){
   .mod1527  .menu li{ margin-left: 5px;}
   .mod1527 .menu .block{ margin-left: 5px; padding: 0 20px;}
  .mod1527  .menu li > a{ padding: 0 20px; }
    .mod1527 .head_all{ padding:25px 0 25px 0;}
  .mod1527   .top_all{ padding:0 ; }
  
  
    }


/*实力展示*/
.main_all{
width: 100%;min-width: 1400px;background: #fff url(images/main_bg1.jpg) bottom no-repeat;padding:80px 0 145px 0;overflow: hidden;
}   
.main_t{ margin-bottom:25px;
text-align: center; line-height: 50px;
}
.main_t dl{
    font-size:44px !important;color: #222;
}
.main_t dl strong{
    font-size:48px !important;vertical-align: bottom;color: #296dde;
}
.main_t p{ padding-top: 3px;
    font-size: 18px;font-weight: lighter;color: #888;
}

.main_b li{ background: #fff; display: block;width: 31%;box-sizing: border-box;border: 1px solid #eee;padding:20px 20px 40px 20px;
    float:left; font-size: 15px;font-weight: lighter;color: #888; line-height: 30px; cursor: pointer;
}
.main_b li .img{
    width: 100%;height: 250px;overflow:hidden;
}
.main_b li .txt{padding: 0 20px;
    text-align: justify;
}
.main_b li dl{
    font-size: 30px;color: #222;font-weight: bold; padding: 40px 0 0 0; line-height: 40px;
}
.main_b dt{ line-height: 34px; padding-bottom: 13px; margin-bottom: 13px;
    font-size: 14px;text-transform: uppercase;color: #ccc;font-family: "arial"; border-bottom: 1px dashed #ddd;
}
.main_b li dl span{
  
}
.main_b li a{ padding-right: 20px;
    display: block;background:url(images/main_bg.png) right top no-repeat;transition: all ease 0.5s;
font-size: 16px;color: #fff;text-align:center;margin-top: 30px;line-height:50px
}

.main_b li:hover a{background:url(images/main_bg.png) right bottom no-repeat;}

.main_b li+li{
    margin-left: 49px;
}
.main_b li:nth-of-type(3) dt{
  letter-spacing: -1.2px;
}

/*产品展示*/
.prod_all{
    width: 100%;min-width: 1400px; margin-top: 15px;
}    
.prod_b{}
.prod_r{width:1070px;
    overflow:hidden;
}


.prod_all .picScroll-left{ overflow:hidden; position:relative;  border:1px solid #eee; background:#f9f9f9;  }
.prod_all .picScroll-left .hd{ overflow:hidden;  height:30px;  padding:0 10px; right: 0;top: 50px;padding-right: 43px;
position: absolute;    
}
.prod_all .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.prod_all .picScroll-left .hd ul li{ float:left;  width:12px; height:12px; overflow:hidden; margin-right:10px; border-radius:50%; cursor:pointer; background:#296dde; color:#296dde; }
.prod_all .picScroll-left .hd ul li.on{background:#ffa60a; color:#ffa60a;}
.prod_all .picScroll-left .bd{ }
.prod_all .picScroll-left .bd ul{ overflow:hidden; zoom:1; height:390px; }
.prod_all .picScroll-left .bd ul li{  float:left; _display:inline; overflow:hidden; text-align:center;  }
.prod_all .picScroll-left .bd ul li .pic{ text-align:center;width:560px;height:390px;overflow:hidden;}

.prod_all .picScroll-left .bd ul li .word{ width:508px;box-sizing: border-box;padding:38px 50px 0 50px; text-align: left;   
}

.prod_all .picScroll-left .bd ul li .word dl{ font-size: 28px;color: #222;line-height: 50px;
}
.prod_all .picScroll-left .bd ul li .word dt{
    text-transform: uppercase;color: #ccc;font-size: 14px; position: relative;display: block;
}
.prod_all .picScroll-left .bd ul li .word dt:after{
    display: block;content: "";width: 50px;height: 2px;background: #ddd;margin: 30px 0 20px 0;
}
.prod_all .picScroll-left .bd ul li .word p{line-height: 34px;color: #888; font-size: 15px;
}
.prod_all .picScroll-left .bd ul li .word a{ float: left;
    display: block;width: 50%;background: #eee;line-height: 50px;text-align: center;color: #333;font-size: 15px;margin-top: 30px;
}
.prod_all .picScroll-left .bd ul li .word a+a{
    background: #e8e8e8;
}
.prod_all .picScroll-left .bd ul li .word a:hover{
    background: #296dde; color: #fff;
}

.colee{overflow: hidden;
    height: 540px;
    }
.prod_b_b{
    margin-top: 40px;
}
.colee table td{width: 336px;display: block ;float: left;  margin: 30px 30px 0 0 ; border: 1px solid #eee; box-sizing:border-box;  }
.colee table td:nth-of-type(3n){
    margin-right: 0;
}
.colee table td span{line-height:60px;position: relative;text-align: left;
    display: block;
}
.prod_b_b table tr td a{display: block;font-size:16px; 
    position: relative;
}
.prod_b_b table tr td span a{padding-right:60px; padding-left: 20px;}
.prod_b_b table tr td span a:after{border-radius:30px 0 0 0;
    display: block;content:"";width: 60px;height: 60px;background: #296dde url(images/prod_more.png) center no-repeat;position: absolute;right:0;top: 0;
}
.prod_b_b table tr td:hover span a:after{
    background-color: #ffa60a;
}

.prod_b_b table tr td>a{width:100%;  overflow:hidden;}
.prod_b_b img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; width:100%; height:auto;
    display: block; height: 252px;
}
.prod_b_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;}   

/*视频中心*/
.video{ margin-top: 80px; height: 900px; padding: 60px 0; box-sizing: border-box; overflow: hidden;
    width: 100%;min-width: 1400px;background: url(images/video_bg.jpg) top center no-repeat;
} 
.video_t{ line-height:48px;
    font-size: 18px;color:rgba(255,255,255,0.6);
}
.video_t dl{
    font-size: 38px;color: #ffff;
}
.video_t dl strong{
    font-size: 48px;vertical-align: bottom;
}

.video_b{
    margin-top: 30px;
}
.video_b li{ width:320px;height: 565px;  background: #296dde;border: 3px solid rgba(255,255,255,0.4);border-radius: 10px;overflow: hidden;
}
.video_b li+li{
    margin-left: 31px;
}
.video_b li video{
    display: block;margin-top: -140px;
}

.video_tel{ padding-left:45px; background:url(images/video_tel.png)center left no-repeat;
  line-height: 76px;font-size: 16px;color: #fff;
}
.video_tel i{
    display: inline-block; font-style: normal;color: rgba(255,255,255,0.6)
}
.video_tel em{
    display: inline-block; font-style: normal;vertical-align: bottom;font-size: 36px;font-family: "impact";
}


/*优势*/
.adv_all{
    width: 100%;min-width: 1400px;background:#f9fbff url(images/023.png) bottom center no-repeat; padding:80px 0 130px;
}     


.adv_nr{margin-top:20px;}
.adv_nr>ul>li{float: left;width:calc((100% - 3px) / 4);height:120px;background:#fff;position: relative;display:-webkit-box;display:-ms-flexbox;display:flex;
-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding-left:2.6vw;
-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing: border-box;box-sizing: border-box;cursor:pointer;}
.adv_nr>ul>li:after{
    display: block;content: "";width: 1px;border-right: 1px dashed #dedede;height: 60px;position:absolute;right: 0;top: 30px;
}
.adv_nr>ul>li+li{margin-left:1px;}
.adv_nr>ul>li.on{background:#296dde;}
.adv_nr>ul>li.on:after{
    display: none;
}
.adv_nr>ul>li:last-of-type:after{display:none;
    
}
.adv_nr>ul>li i{font-style:normal;display: block;font-size:52px;margin-right:1vw;
    background: rgba(41,109,222,0.1);width: 80px;height: 80px;border-radius: 50%;
}
.adv_nr .on i{color:#fff;background: rgba(255,255,255,0.2);
    
}
.adv_nr>ul>li p span{font-style:normal;font-size:30px;display: block;line-height:100%; color:#222;}
.adv_nr .on p span{color:#ffffff;font-weight: bold;}
.adv_nr>ul>li p em{font-size:14px;line-height:100%;margin-top:12px;font-style: normal;display: block;color: #999; 
    text-transform: uppercase;
}
.adv_nr .on p em{color:#fff;}
.adv_nr .bz{width: 100%;height:540px;overflow: hidden;margin-top:20px;display: inline-block;}
.adv_nr .show_list{border: 1px solid #eee;-webkit-box-sizing: border-box;box-sizing: border-box;
    border-right: none;
}
.adv_nr .show_list:after{
    display: block;content: "";clear: both;
}
.adv_nr .show_list+.show_list{}
.adv_nr .advl{width:50%;height:540px;overflow: hidden;}
.adv_nr .advr{width:50%;height:540px;background: #ffffff;padding: 50px 60px;-webkit-box-sizing: border-box;box-sizing: border-box;

}
.adv_nr .advr_t{height:112px;overflow: hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}
.adv_nr .advr_tr{color: #ffffff;text-align: center;width: 90px;height: 100%;background:#ffa60a;}
.advr_box{width:100%;height:100%;background:#296dde;border-bottom-right-radius:44px;padding-top:17px;
    box-sizing:border-box;
}
.adv_nr .advr_tr i{display: block;font-size: 50px;line-height:100%;font-family: Impact;}
.adv_nr .advr_tr p{font-family: Arial;font-size: 15px;line-height:100%;text-transform:uppercase;margin-top:5px;}
.adv_nr .advr_tl{width:calc(100% - 76px);border-bottom:1px dashed #ddd;padding-top:10px;padding-left:1vw;padding-bottom:24px;}
.adv_nr .advr_tl b{font-size:38px;line-height:100%;font-weight: bold;display: block;color: #333;}
.adv_nr .advr_tl p{font-size: 24px;line-height: 100%;color: #555;text-transform: uppercase;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.adv_nr .advr_z{margin-top: 40px;}
.adv_nr .advr_z p{line-height:32px;position: relative;font-size: 15px;
    color: #888;font-weight: lighter;
}
.adv_nr .advr_z p+p{margin-top:20px;}
.adv_nr .advr_z p:before{font-family: "ityfont";font-size:16px;color:#cecece;position:absolute;top:0;left:0.5vw;}
.adv_nr .advr_icon{margin-top:43px;}
.adv_nr .advr_icon ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}
.adv_nr .advr_icon li{padding:0 2.7vw;text-align: center;}
.adv_nr .advr_icon li:first-child{padding-left:0;}
.adv_nr .advr_icon li:last-child{padding-right:0;}
.adv_nr .advr_icon li+li{border-left:1px solid #efefef;}
.adv_nr .advr_icon li i{font-size:50px;line-height:100%;}
.adv_nr .advr_icon li p{font-size:16px;color:#666666;line-height:100%;margin-top:14px;}

.showdiv{
    border: 1px solid #eee;box-sizing: border-box;
}
.showdiv:after{
    display: block;content: "";
    clear: both;
}
.showdiv li i{display: block;background-position:0px 0px;background-repeat: no-repeat;width: 52px;height: 57px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.showdiv li:nth-child(1) i{background-image: url(images/adv_ico1.png);}

.showdiv li:nth-child(2) i{background-image: url(images/adv_ico2.png);}

.showdiv li:nth-child(3) i{background-image: url(images/adv_ico3.png);}

.showdiv li:nth-child(4) i{background-image: url(images/adv_ico4.png);}

.adv_nr li.on i{background-position: 0px -80px;}




/*  案例*/
.case_all{
    width: 100%;min-width: 1400px;margin-top:20px;
}    
  .hidden{
    display: none;
  }
  .case_b{}
 .box_r{width: 400px;}
 .box_r a{ display: block;width: 100%; position: relative;height: 120px;
  box-sizing: border-box;padding: 20px 20px 20px 40px;border-bottom: 2px solid #eee;
  }

 .box_r a .font{ box-sizing: border-box; color: #999;font-size:20px; line-height: 30px;
  float: left;
  }
  .box_r a .font p{ color: #333;
    padding-top: 10px;
  }
  .box_r a .font dl{
    font-size: 14px;font-family:"arial";text-transform: uppercase;color: #ccc;
  }
  .box_r a img{
    display: block;float: right;border: 2px solid #fff;
  }
 .box_l{ width: 1000px; overflow: hidden; font-size: 15px;line-height: 28px;  color: #777; font-weight: lighter;} 
 .box_l img{    height: 478px;
    width: 100%;
     display: block;
 }
 .box_l .title{ padding:25px 50px 0 50px;  height: 122px;
  background: #f9f9f9; font-size: 15px; box-sizing: border-box;
  }

 .box_l a .title_r{ font-size:25px;font-weight: bold;color: #333;line-height: 40px;}
.box_l a p{ color:#888;}
    .nep02,.nep04,.nep03{
background: #f9f9f9;  }
  .nep01{position: relative;
background: #ffa60a;  }
  .nep01:after{
    display: block;content: "";width: 35px;height: 35px;transform: rotate(45deg);position: absolute;left: -15px;top:42px; background: #ffa60a;
  }
  .nep01 a .font p{
    color: #fff;
  }
  .nep01 a .font dl{color: rgba(255,255,255,0.6)
    
  }
    
  .case_tel{ padding: 30px 0 0 35px; height: 120px;box-sizing: border-box;
    background: #eee;
  }
  .case_tel .ico_tel{ margin-top: 5px;
    width: 46px;height: 46px;float: left;background: rgba(41,109,222,0.8) url(images/case_tel.png) center no-repeat;border-radius: 50%;overflow: hidden;margin-right: 10px;
  } 
  .case_tel i{
    display: block;float: left; color: #888;line-height: 28px;font-style: normal; border-right: 1px solid #dedede;padding-right: 15px;margin-right: 15px; font-size: 16px;
  }
  .case_tel em{ letter-spacing: 1px;
    display: block;float: left; color: #333;font-style: normal; font-family: "impact";font-size: 30px;line-height: 32px;
  }
  
  #p01 a dl{ letter-spacing:-1px;}
    
  /*简介*/
  .about_all{width: 100%;min-width: 1400px;background: url(images/about_bg.jpg) fixed top center no-repeat;padding: 85px 0;margin-top: 80px;}
  .about_box{ background: #fff; box-sizing: border-box;padding:60px;}
  .about_l{width: 200px;background: #333;}
  .about_l .top1{background: #ffa60a;box-sizing: border-box;padding: 30px 20px; position: relative;text-align: center; color: #fff; line-height:44px;}
  .about_l .top1 dl{font-size: 32px; font-weight: bold;
      padding-top: 10px;
  }

  .about_l .top1:after{display: block;content: "";width: 40px;height: 40px;background: #ffa60a;transform: rotate(45deg);bottom: -10px;left: 0;right: 0;margin: 0 auto;position: absolute;}
  .about_l .top1 img{  display: block; width: 150px;}
  
  .about_l .links{ margin-top: 45px;}
  .about_l .links a{ background: #fff;
    display: block;width: 160px;margin: 20px auto;box-sizing: border-box;border-left: 3px solid #ffa60a;margin-bottom: 20px; 
   padding-left: 20px;}
  .about_l .links a i{ display: block;float: left;margin-right: 10px;padding-top: 15px; font-size: 16px;}
   .about_l .links a em{ display: block;float: left;line-height: 50px;color: #333; font-size: 16px;}
  .about_l .links a:after{ display: block;content: "";clear: both;}
  .about_l .links a:hover em{ color: #296dde;}
  .about_l .phone{ line-height: 32px; color: #fff; margin: 40px auto auto auto; font-size: 15px; width: 160px;background: url(images/011.png) top center no-repeat;box-sizing: border-box; padding:50px 0 40px ; text-align: center;}
  .about_l .phone p{ font-family: "arial";font-size: 23px;font-weight: bold;text-align:left;}
  
  .about_r{width: 1080px;box-sizing: border-box;padding-left:50px; position:relative;
      height: 752px;
  }
  .about_r .top2{ text-align: justify;font-size: 15px;line-height: 32px; color: #777;}
  .about_r .top2 dl{ font-size:30px;font-weight: bold; color: #222;line-height: 40px;margin-bottom:10px; }
  .about_r .top2 dl span{ color: #296dde;}
  .about_r .top2 p{text-indent: 2em; padding-top: 10px;}
  
   /*实力*/
    #about_b{ box-sizing: border-box; margin-top:40px;}
   #about_b li{display: block; float: left; font-size: 17px; color: #333; line-height: 30px;width: auto; padding: 20px 77px 20px 77px;position: relative;text-align: center; background: url(images/012.png) right center no-repeat;}
 
 #about_b li:nth-of-type(1){ padding-left: 0;}
 #about_b li:nth-of-type(3){  background: none; padding-right: 0;}
 
   #about_b li span{ color: #296dde;  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: #efa900;border-radius: 50%;color: #fff; line-height: 23px; font-weight: bold; margin-left: 5px;}
  
  
 .about_gd{
    position: absolute;width: 1140px;box-sizing: border-box;padding-top: 50px;bottom:0;left: 0;background: linear-gradient(to bottom,#f5f5f5,#fff);
 }
.about_gd .picScroll-left1{ overflow:hidden; position:relative; }
.about_gd .picScroll-left1 .hd{ overflow:hidden;  height:92px; width: 100%;top:60px;
		position: absolute;
		    
		}
	.about_gd .picScroll-left1 .hd .prev{ display:block;  width:52px; height:92px; 
			 cursor:pointer; background:url(images/prev.png) 0 0 no-repeat; position:absolute; left:50px;}
  .about_gd .picScroll-left1 .hd .next{ display:block;  width:52px; height:92px; position:absolute; right:50px;
			 cursor:pointer; background:url(images/next.png) 0 0 no-repeat;}
	.about_gd .picScroll-left1 .hd .prevStop{ background-position:-60px 0; }
	.about_gd .picScroll-left1 .hd .nextStop{ background-position:-60px -50px; }
	.about_gd .picScroll-left1 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
	.about_gd	.picScroll-left1 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
	.about_gd .picScroll-left1 .hd ul li.on{ background-position:0 0; }
	.about_gd .picScroll-left1 .bd{ padding:0 130px;   }
	.about_gd .picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
	.about_gd .picScroll-left1 .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width:280px;
	display:block;}
	.about_gd .picScroll-left1 .bd ul li .pic{ text-align:center; }
	.about_gd .picScroll-left1 .bd ul li .pic img{ width:100%;  height:210px; display:block; }
	.about_gd .picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;  }
	.about_gd .picScroll-left1 .bd ul li .title{ line-height:20px; padding-top:10px;   }

  /*内页代码*/
  .box_n{
      width: 1400px;margin: 70px auto;position: relative;
  }
  .box_n:after{ display:block;content: "";clear: both;
      
  }
  
  