@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{ width:1300px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; 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{
    width: 1300px;margin: 60px auto;position: relative;
}
.n_box:after,.box:after{
    display: block;content: "";clear: both;
}
.n_boxr{
    width: 1000px; position: relative;
}

/*顶部*/
.top_all{ margin-bottom:5px;text-transform: uppercase;
    width: 100%;background: #f9f9f9;line-height: 45px;min-width: 1300px;
    font-size: 14px;color: #999;
}  
.top_all a{font-size: 14px;color: #999;}
.top_all a:hover{
    color: #0154de;
}
.top_all i{
    display:inline-block;font-size: 17px;color: #999;
}
.top_all a:hover i{
    color: #0154de;
}
.top_r a{display: inline-block;  padding-right: 20px;
    
}
.top_r a{border-right: 1px solid #eee;}
.top_r i{
    padding-left: 20px;
}
.top_r a:nth-of-type(1) i{
    border-left: 1px solid #eee;
}


/*抬头*/
.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: 37px 0 0 10px;}
.hwa p{ float: left;}
.hwa i{ display: block;font-style: normal;font-size: 32px;line-height: 40px; color: #222;font-weight: bold;}
.hwa em{ display: block;font-style: normal;font-size:29px;line-height:30px;  text-transform: uppercase;color: #333;font-weight: bold;letter-spacing: 0.4px;
   
}
.hwa span{
    color: #e81818;
}
  
  .aicg{float:left;margin: 47px 0 0 100px;
    
 } 
   .aicg a{
       display: block;font-size: 14px; line-height: 32px;text-align:center;color: #0154de;
   }
  .aicg a img{ margin: 0 auto;
     display: block; height:50px;
  } 

   
.hline{width: 15px;height: 86px; background: url(images/008.png) left center no-repeat; margin: 0 5px 0 13px ;}
.hmean{font-size: 18px;color: #555;}
.hmean b{display: block;font-size:30px;color: #333;}
.hmean b span{color: #0154de; 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:30px 0 0 0;
 text-align: left;
     
 }
 .head_p p{ font-size:36px; font-family: "impact"; color: #222; line-height: 36px;}
 .head_p p span{
     font-size: 32px;letter-spacing: 0.5px;
 }

  .hwa a{ font-size:20px;
      display:block;line-height: 34px;color: #333;
  }
.hwa a:hover{
    color: #333;
}
 .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;
  }
  
  /*产品展示*/
   .mod1422 .products_bg {background:#f5f5f5 url(images/featurebg.jpg)center bottom no-repeat;padding: 80px 0 80px 0;overflow: hidden;
        width: 100%;
        height: auto;
       
    }
    .mod1422 .products_d {
        position: relative;
        width: 1300px;
        margin-top: 30px;
    }
    .mod1422 .products_d .pro_tab {
        margin-bottom: 40px;
        width: 100%;
        min-height: 60px;
        text-align: center;
    }
    .mod1422 .products_d .pro_tab a {
        display: block;
        float: left;
        width: 208px;
   border-radius: 30px 0 30px 0;
        text-align: center;
        font-size: 20px;
        color: #333;
        line-height: 60px;
        background:#fff;box-sizing: border-box;border: 1px solid #eee;
    }
    .mod1422 .products_d .pro_tab a:before{
        padding: 0 7px;font-size: 19px;
    }
    .mod1422 .products_d .pro_tab a+a{margin-left:10px;
    }
    .mod1422 .products_d .pro_tab:after{
        
    }
    .mod1422 .products_d .pro_tab a.on,.mod1422 .products_d .pro_tab a:hover {
        color: #fff;
      background: linear-gradient(to bottom,#0154de,#0060ff);
    }
    

    .mod1422 .pro_d li {
        position: relative;cursor: pointer;
        float: left;
        margin-right: 30px;
        width: 300px;
        color: #333;height: 300px;
        background: #fff;
        transition: 0.3s;
      box-sizing: border-box;border: 1px solid #eee;
         transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }
    .mod1422 .pro_d li .pro_img {
       position: relative;
        overflow: hidden;
    }
    .mod1422 .pro_d li:nth-of-type(1) .pro_img:before{
        z-index: 2;
        display:block;width: 130px;height: 130px;background: url(images/tuijian.png)center no-repeat;position: absolute;
        content: "";top: 0;right: 0;
    }
    .mod1422 .pro_d li .pro_img img {
        display: block;
        width: 80%; height: auto; margin: 1% auto;
         transition: all .4s ease;
        -webkit-transition: all .4s ease; 
    }
    
    .mod1422 .pro_d li:hover .pro_img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    
    .mod1422 .pro_d li .pro_t {position: relative;
        width: 100%;
       position: absolute;left: 0;right: 0;bottom:6px;
       
      box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
    }
    .mod1422 .pro_d li .pro_t i{
        display: block; font-size: 16px;line-height:60px;
    }
    .mod1422 .pro_d li .pro_t em{
        display: none;
    }
    .mod1422 .pro_d li:nth-of-type(1) .pro_t{text-align:left; padding:0 50px;
        bottom: 40px;
    }
    .mod1422 .pro_d li:nth-of-type(1) .pro_t i{line-height:52px;color: #222;
        font-size: 20px;
    }
    .mod1422 .pro_d li:nth-of-type(1) .pro_t i:after{
        display: block;position: absolute;top: 10px;right: 50px;content: "see more";width:120px;border-radius: 20px;line-height: 34px;border: 1px solid #eee; background: #f9f9f9;
        text-align: center;font-family: "arial";font-size: 12px;text-transform: uppercase;
    }
    .mod1422 .pro_d li:nth-of-type(1) .pro_t em{color:#999;
       display: -webkit-box;font-size:14px;line-height:26px;text-align: justify;
    }
    .mod1422 .pro_d li:nth-of-type(1):hover .pro_t i:after{
        background: #0154de;color: #fff;
    }
    
    .mod1422 .pro_d li .pro_w {
        width: 250px;
        height: 52px;
        font-size: 14px;
        line-height: 26px;
    }
  .mod1422 .pro_d li:hover .pro_t{
      color: #0154de;
  }
    
    .mod1422 .pro_d ul li:nth-of-type(1){
        width: 640px;height: 630px;
    }
    .mod1422 .pro_d ul li:nth-of-type(3),.mod1422 .pro_d ul li:nth-of-type(5){
        margin-right: 0;
    }
     .mod1422 .pro_d ul li:nth-of-type(n+4){
         margin-top: 30px;
     }
  
/*简易优势特点*/
.feature{
    width: 100%;min-width: 1300px; margin-top: 80px;
}
.feature_t{ margin-bottom:35px;
    text-align: center;font-size: 19px;color: #666;
}
.feature_t dl{
    font-size: 40px;color: #222;line-height:40px;font-weight: bold;
}
.feature_t span{
    color: #0154de;
}
.feature_t p{
    line-height:55px;text-transform: uppercase;
}

.feature_t .arrow img{
    display: block;margin: 0 auto;
}
.feature_t .arrow{ animation: arrow  2s infinite; -webkit-animation: arrow 2s infinite; -moz-animation: arrow 2s infinite;    -ms-animation: arrow 2s infinite;    -o-animation: arrow 2s infinite; 
position: relative;
    
}

@-webkit-keyframes arrow
{
0% {top:2px;}
50% {top:13px;}
100%{top:2px;}
}
@-moz-keyframes arrow
{
0% {top:2px;}
50% {top:13px;}
100%{top:2px;}
}

@-o-keyframes arrow
{
0% {top:2px;}
50% {top:13px;}
100%{top:2px;}
}

.feature_b{
    position: relative;
}
.feature_b li{float: left;position: relative;box-sizing: border-box;cursor: pointer;
    display: block;background: #fff;padding: 15px;width:300px;height: 300px;overflow: hidden;border-radius: 50%;text-align: center;
}
.feature_b li:after{
    display: block;content: "";width: 100%;height: 100%;box-sizing: border-box;border: 5px solid #eee;border-radius: 50%;position: absolute;left: 0;right: 0;z-index: 1;top: 0;margin: 0 auto;
    transition: all ease 0.5s;
}
.feature_b li:hover:after{
transform: rotateY(180deg);border-color: #0154de;opacity: 0.2;
}
.feature_b li+li{
    margin-left: 33px;
}
.feature_b li .libg{line-height: 2;position: relative;z-index: 2;overflow: hidden;
    display: block;width: 100%;height: 100%;border-radius: 50%;overflow: hidden;box-sizing: border-box;padding:30px; background: #f9f9f9;
}
.feature_b li .libg:after{content:"";border-radius: 50%;overflow: hidden;transition: all ease 0.5s;
    display: block;width:100%;height: 100%;box-sizing: border-box;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: -255px;background:linear-gradient(to bottom,#0154de,#0145b5);
}
.feature_b li:hover .libg:after{
    bottom: 0;transition: all ease 0.5s;
}
.feature_b li .txt{
    position: relative;z-index: 4;
}
.feature_b li .txt .pic{
    font-size:66px;color: #0154de;line-height: 66px;transition: all ease 0.5s;
}
.feature_b li .txt dl{
    font-size: 28px;color: #222;font-weight: bold;line-height: 60px;transition: all ease 0.5s;
}
.feature_b li .txt p{
    font-size: 16px; transition: all ease 0.5s;
}
.feature_b li:hover .txt .pic,.feature_b li:hover .txt dl{
    color: #fff;
}
.feature_b li:hover .txt p{
    color: rgba(255,255,255,0.6);
}


.sy_tel{display: flex;background: #0154de;width: 750px;height: 60px;align-items: center;justify-content:center;border-radius: 30px;margin:80px auto 0;}
.sy_tel b{font-size: 24px;color: #fff;}
.sy_tel p{width: 220px;height: 100%;background: #333;color: #fff;font-size: 18px;text-align: center;line-height: 60px;border-radius: 30px;margin:0 16px;}
.sy_tel>span{color: #fff;font-size: 36px;font-family: "Arial";font-weight: bold;}
.sy_tel p span{display: inline-block;margin-right:3px;
    font-size: 22px;
}


/*.流程*/
.proocess{overflow: hidden;
    height:670px;
    width: 100%;min-width: 1300px;background: url(images/process.jpg)center top no-repeat;box-sizing: border-box; margin-top: 80px;
}
.proocessr{ padding-top:75px;
    width: 800px;color: rgba(255,255,255,0.6);font-size: 15px;line-height: 2;position: relative;
}
.proocessr a{font-size: 16px;
    display: block;width: 150px;text-align: center;line-height: 44px;border-radius: 30px;overflow: hidden;background: #e81818;border: 2px solid rgba(255,255,255,0.8);color: #fff;
    position: absolute;right: 0;top:105px;
}
.proocessr a span{
    font-size: 18px;
}

.proocessr a:hover{
    background: #0145b5;color: #fff;
}
.proocessr dl{display: block;
    font-size:40px;color: #fff;font-weight: bold;line-height: 50px;
}
.proocessr dd{display: block;
    font-family: "arial";font-size:12px;color: rgba(255,255,255,15%);line-height: 14px;margin: 15px 0 20px 0;
}
.proocessr dt{line-height: 28px;
    display: block;font-size:17px; margin-bottom: 50px;
}
.proocessr .border{
    line-height: 116px;width:91px;text-align: center;color: rgba(255,255,255,0.3);font-size:24px;transform: rotate(180deg)
}
.proocessr .border:nth-of-type(n+5){transform: rotate(0)}
.proocessr li{ background: rgba(255,255,255,5%);cursor: pointer;
    display: block;width:206px;border: 1px solid rgba(255,255,255,0.1);color: #fff;padding:25px 20px;box-sizing: border-box;text-align: center;border-radius:20px;
    font-size: 20px;line-height:32px;
}
.proocessr li:hover{
    background: linear-gradient(to right,#0154de,#0060ff);
}
.proocessr .xia{
   width: 200px;height:60px;line-height: 60px; transform: rotate(-90deg);
}

/*公司优势*/
.youshi{
    width: 100%;min-width: 1300px; margin-top:80px;
}
.youshib{
     display: block;position: relative;
 }
 
.youshib .picScroll-left4{ overflow:hidden; position:relative;  }
.youshib .picScroll-left4 .hd{ height:80px; background:#0154de;position:relative;box-sizing: border-box;
    width: 1300px; 
}
.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{
   font-size: 22px;color: rgba(255,255,255,0.7);
}
.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: #0154de;content: "";left: 0;right: 0;margin: 0 auto;
        display: block;
    }
    .youshib .picScroll-left4 .hd ul li.on a{
        color: #fff;
    }
.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: 650px;overflow: hidden;height: 490px;overflow: hidden;
}
.youshib .picScroll-left4 .bd ul li .pic img{
    display: block;width: 100%; height:100%;
}

.youshib .picScroll-left4 .bd ul li .txt{width:650px;padding: 50px;box-sizing: border-box; position: relative;
    font-size: 16px;font-weight: lighter;color: #666;line-height: 32px; border: 1px solid #eee;height: 490px;
}
.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: #fff;width: 100px;position: absolute;left: 55px;top: 0;z-index: 100;height: 125px;background: #0154de;
}
.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: #0154de;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: 38px;color: #222;line-height:46px; font-weight: bold; 
}
.youshib .picScroll-left4 .bd ul li .txt dl span{
    color: #0154de;
}
.youshib .picScroll-left4 .bd ul li .txt dd{ padding-left: 123px;
    font-size:14px;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 .picScroll-left4 .bd ul li .txt dt p span{
    color: #0154de;
}
.youshib .picList:after{
    display: block;content: "";clear: both;
}

.youshib .picScroll-left4 .bd ul li .txt i{width: 32%;float: left;  margin-top:32px;cursor: pointer;
    display: block;text-align: center;font-size: 20px;color: #222;line-height:40px;background:rgba(1,84,222,6%);
    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: #0154de;
  }
  
/*展会*/
.exhibition{ margin-right: 2%;overflow: hidden;
    width: 100%;min-width: 1300px;background: #f5f5f5;padding: 80px 0;margin-top: 80px; 
}

.exhibitionb a{ border: 1px solid #eee;
    display: block;width: 32%;box-sizing: border-box;float: left; margin-right: 2%;
}
.exhibitionb a:nth-of-type(3n){
    margin-right: 0;
}
.exhibitionb a:nth-of-type(n+4){
    margin-top:2%;
}
.exhibitionb a .pic{overflow: hidden;
    box-sizing: border-box;
   
    overflow: hidden;
}
.exhibitionb a .pic img{
    display: block;width: 100%;height: auto; transition: all ease 0.5s;
}
.exhibitionb a:hover .pic img{
    transform: scale(1.1);
}
.exhibitionb a .txt{transition: all ease 0.5s;
    text-align: center;line-height: 50px;background: #fff;color: #666;font-size: 15px;
}
.exhibitionb a:hover .txt{
    background: #0154de;color: #fff;
}

/*合作伙伴*/
.partner{ margin-right: 2%;overflow: hidden;
    width: 100%;min-width: 1300px;background: #f5f5f5;padding: 80px 0;margin-top: 80px; 
}
.partnerb{border-right:1px solid #eee;border-bottom:1px solid #eee;}
.partnerb a{
    display: block;float: left;width: 16.6666666%;box-sizing: border-box;border: 1px solid #eee;border-right: none;border-bottom: none;
}
.partnerb a .pic{
    overflow: hidden;background: #fff;padding:6px 8px;
}
.partnerb a .pic img{
    display: block;width: 100%;height: auto; transition: all ease 0.5s;
}
.partnerb a:hover .pic img{
    transform: scale(1.1);
}

/*公司简介*/
.about{
    width: 100%;min-width: 1300px;padding: 80px 0;
}
.about .aboutb{overflow: hidden;
  border: 1px solid #eee; box-sizing: border-box;width: 1300px;margin: 0 auto; box-shadow: 0 0 10px inset rgba(0,0,0,0.1);
}
.aboutl .video_img{overflow: hidden;position: relative;border-radius: 0 20px 0 0;overflow: hidden;
    display: block;height:750px;
}
.aboutr{
padding: 60px;width: 957px;box-sizing: border-box; height: 750px;overflow: hidden;
}
.aboutrt{
   color: #333;line-height: 50px;position: relative;
}
.aboutrt dl{
    font-size: 40px;color: #0154de;font-weight: bold;
}
.aboutrt dd{
    display: block; font-size: 25px;position: relative;
}
.aboutrt dd:after{
    display: block;content: "";width: 50px;height: 2px;background: #0154de; margin: 20px 0 27px 0;
}

.aboutrt dt{
    display: block;position: absolute;right: 10px;top: 10px;font-family: "arial";font-size:75px;font-weight: bold;color: #e6edf9;text-transform: uppercase;
}

.aboutr .txt{text-align: justify;
    font-size: 15px;line-height: 32px;color: #888;overflow : hidden;
    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}
.aboutrb{
    margin-top: 33px;position: relative;
}

.aboutrb .aboutrbl a{ margin-right:25px;float: left;
    width: 225px;height: 115px;background: #f5f5f5; padding:30px 25px;display: block;box-sizing: border-box;
}
.aboutrb .aboutrbl a:before{
    display: block;float: left;font-size: 50px;
}
.aboutrb .aboutrbl a .fl{
    margin-left: 5px;
}
.aboutrb .aboutrbl a .fl i{
    display: block;font-size:22px;line-height:36px;
}
.aboutrb .aboutrbl a .fl em{
    display: block;font-family: "arial";font-size: 14px;text-transform: uppercase;line-height: 16px;
}
.aboutrb .aboutrbl a:after{
    display: block;content: "";clear: both;
}

.aboutrb .aboutrbl a:hover{
    background:#0154de;color: #fff;
    
}
.aboutrb .aboutrbl a:hover em,.aboutrb a:hover i{
    color:#fff;
}
.aboutrb .aboutrbl a:nth-of-type(n+3){
    margin-top: 25px;
}
.aboutrb a.cur{
    background: #0154de;color: #fff;
}

/*车间滚动*/
.workshop{width: 336px;
    position: absolute;right: 0;bottom:-16px;
}
.workshop .hd{
    position: absolute;left: 0;right: 0;bottom:25px;text-align: center;z-index: 6;
}
.workshop .hd li{cursor: pointer;
    display:inline-block;text-align: center;line-height:8px;width: 8px;background: #0154de;border-radius: 50%;overflow: hidden; margin: 0 2px;color: #0154de;border: 2px solid #fff;
}
.workshop .hd li.on{
    background: #e81818;color: #e81818;width: 20px;border-radius:10px;
}

.workshop .picScroll-left{ overflow:hidden; position:relative; }
.workshop .picScroll-left .bd{ position:relative;}
.workshop .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.workshop .picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width:100%; display:block;}
.workshop .picScroll-left .bd ul li a{ text-align:center; border:1px solid #eee;}
.workshop .picScroll-left .bd ul li a img{ width:100%;  height:auto; display:block; }




/*版权*/
  .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:#0154de;}
  .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;
}

.video_n{
    width: auto;height: 600px;display: block;margin: 0 auto;
}