@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: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;
}

.n_box{
    width: 1400px;margin: 60px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}
.nboxr{
    width: 1080px;position: relative;
}

/*抬头*/
.headerbg{z-index:11; 
    width: 100%;box-sizing: border-box;min-width: 1400px;background: #fff;margin: 0 auto;position: relative;
}
.htop{
   
    line-height: 34px;font-size: 13px;color: #aaa;font-weight: lighter;border-bottom: 1px solid #eee; 
}
.htop h1{
    display: inline-block;font-weight: normal;color: #0c6bb0;font-size: 14px;vertical-align: center; font-weight: bold;
}
.htop a{font-size: 13px;color: #aaa;}
.htopr a{font-size:14px;
    display: inline-block; float: left;
}
.htopr a:after{
    display: block;content: "";clear: both;
}
.htop a span{float:left;display:block;}
.htopr a:before{float:left;
    font-size: 18px;padding-right:5px;vertical-align: revert;display: inline-block;
}
.htopr a.alibb:before{font-size:22px;}

.htopr i{float:left;
   height: 13px;border-left: 1px  dotted #bbb;margin: 11px 20px 0 20px;vertical-align: inherit;}
.htopr em{float:left;
    font-size: 20px;font-family: "arial";color: #0c6bb0;font-weight: bold;display: inline-block;
    vertical-align: bottom;
} 
.header{box-shadow: 0 5px 10px rgba(0,0,0,10%); width:100%;background:#fff;min-width: 1400px;}
.header.navtop{
    position: fixed;top: 0;
}
.header .box{
    height: 100px;    display: flex;
    display: -webkit-flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.headerl .logo{ height:100px;border-right: 1px solid #eee;}
.headerl .logo img{
    display: block;padding:22px 15px 0 0;
}
.headerlw{
    font-size: 16px;color: #666;line-height: 1.4;padding: 34px 0 0 15px;
}
.headerlw h1{font-size:24px;color:#222;}
.headerlw h1 span{color:#0c6bb0;}

/*导航*/
.nav{}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}
.iser_box:after{
    display: block;content: "";clear: both;
}
.nav>ul>li{ position:relative; margin-left:32px;}
.headerbg .nav>ul>li.on>a {
    color: #0c6bb0;font-weight: bold;
}
.top20{
    margin-top: 20px;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:17px; color:#222; display:block; line-height:100px; position:relative; 
} 
.nav>ul>li>a i{display: none;
    margin-left:8px;font-size: 0.8rem;opacity: 0.7;transform: rotate(0);transition: all ease 0.5s;float: right;
}
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  color: #fff;}
.nav>ul>li:nth-of-type(2) i,.nav>ul>li:nth-of-type(6) i,.nav>ul>li:nth-of-type(5) i{ display:block;}

.dropmenu{position:absolute; border-radius:5px; overflow:hidden; transition:all .3s ease; top:100px; left:-20%; width:140%; background:rgba(255,255,255,0.98); 
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:10px 0;
}

.nav>ul>li:nth-of-type(2) .dropmenu{left:-50%; width:200%;}
.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:36px; font-size:15px; color:#666; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{ color:#fff;
    background: #0c6bb0;
}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}


.hidden{
    display: none;
}


/*产品中心 */
.prodall{
    width: 100%;min-width: 1400px;padding:90px 0;background: #f2f4f5;
}
.prodt{
    text-align: center;line-height: 1; margin-bottom: 40px;
}
.prodall .prodt dl{color:#fff;}

.prodt h2{font-size:42px;
    font-weight: bold;color: #222;}
.prodt h2 span{color: #0c6bb0;}
.prodt p{
    padding-top: 15px;font-size: 17px;color:#888;
}

.prodt .arrow{position: relative;
    display: block;font-size: 24px;color: #666;margin-top: 20px;transform: rotate(-90deg);
 animation: arrow  2s infinite;    -moz-animation: arrow 2s infinite;    -ms-animation: arrow 2s infinite;    -o-animation: arrow 2s infinite;    -webkit-animation: arrow 2s infinite;}
@-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;}
}
    

.prodt dl{     -webkit-text-stroke: 1px #d3d3d3;
    font-family: "arial";
    line-height: 73px;
    display: block; margin-bottom: 13px;
   
    font-weight: bold;
    font-size: 100px;
    text-transform: uppercase;
    color: transparent;
}

.prodb{position:relative;}
.prodb li{float: left; position: relative; margin-left: 2%; background: #fff;border-radius: 15px;transition: all ease 0.5s;
    width: 49%;float: left;padding: 20px;box-sizing: border-box;font-size: 14px;line-height: 28px;color: #9d9d9d;
}
.prodb li:hover{
    box-shadow: 0 0 8px rgba(0,0,0,15%)
}
.prodb li .pic{overflow: hidden;
    float: right;width: 340px;height: auto;
}
.prodb li .pic img{
    display: block;width: 100%;height: auto;transition: all ease 0.5s;
}
.prodb li:hover .pic img{ transform: scale(1.04);}
.prodb li:hover .txt dl{color:#0c6bb0;}
.prodb li .txt{line-height: 1.8;
    width: 230px; padding:30px;
}
.prodb li .txt dl{font-size:26px;font-weight:bold;color:#222; padding-bottom:10px;}
.prodb li .txt p{overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.prodb li .txt a{
    display: block;width: 150px;border-radius: 30px;line-height: 40px;text-align: center;margin-top:40px;font-size: 14px;color: #9d9d9d;border: 1px solid #dedede;
}
.prodb li:nth-of-type(1),.prodb li:nth-of-type(3){ margin-left:0;}
.prodb li:nth-of-type(n+3){ margin-top:2%;}
.prodb li:hover .txt a{
    background: #0c6bb0;color: #fff;border-color: #0c6bb0;
}
.prodb li:nth-of-type(n+3) {
    width: 32%;
}
.prodb li:nth-of-type(n+3) .pic{
    float: none;margin: 0 auto;
}
.prodb li:nth-of-type(n+3) .txt{
    text-align: center;width: 100%;box-sizing: border-box;text-align: center;
}
.prodb li:nth-of-type(n+3) .txt p{-webkit-line-clamp:2;}
.prodb li:nth-of-type(n+3) .txt a{margin:35px auto 0 auto;}


/*产品滚动*/
.prodgd{
    width: 100%;min-width: 1400px;padding: 60px 0 80px 0; background: #0c6bb0 url(images/progdbg.jpg)center fixed no-repeat;color: #fff;
}
.prodgdt{
    border-bottom: 1px solid rgba(255,255,255,10%);padding-bottom: 20px;margin-bottom: 30px;
}
.prodgdl {line-height:1.8;}
.prodgdl dl{font-size:32px;font-weight: bold;
}
.prodgdl p{font-size:16px;color:#fff6;}
.prodgdtel{line-height:40px;}
.prodgdtel dl{display: block;    font-size: 16px;color: #fff6;}
.prodgdtel p{display:block;    font-size:36px;color: #fff; font-family:"arial";font-weight:bold;}

 /*产品滚动*/
.prod_bb{ margin-top:30px; width:100%;min-width:1300px;}
.prod_bb{overflow:hidden;}
 .prod_bb li {
        float: left;
        margin-right: 20px;
        width: 320px;position: relative;overflow: hidden;
    }
   .prod_bb li .prod_img {
        width: 320px;
      
     
    }
   .prod_bb li .prod_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .prod_bb li .progd_t {
        position: relative;
        width: 320px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 50px;
        background:rgba(255,255,255,8%);
    }
   .prod_bb li .progd_t span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .prod_bb li .progd_t:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background: #f5f5f5;
    }
   .prod_bb li:hover .progd_t:after {
        width: 320px;
    }
    .prod_bb li:hover .progd_t {color: #222;}


/*应用领域*/
.caseall{
    width: 100%;min-width: 1400px;padding: 80px 0 185px 0; background: url(images/case_bg.jpg)center bottom no-repeat; overflow: hidden;
}
.caseall .prodt{ margin-bottom:30px;}

.case_t{
    text-align: center;margin-bottom:35px;
}
.case_t ul li{padding:0  33px;
    display:inline-block;text-align: center;
}
.case_t ul li+li{border-left:1px rgba(0,0,0,0.2) solid;}
.case_t ul li a{font-size:20px;color:#333;display:block;padding:0 15px;}
.case_t ul li a:hover{
    color: #cc0c09;
}

.casec a{float: left;
    display: block;width: 274px;height:274px;overflow: hidden;box-sizing:border-box;border: 1px solid #eee; position: relative;
}
.casec a:after{
    display: block;content: "";width: 100%;height:60px;background: linear-gradient(to top, rgba(0,0,0,65%), transparent);left: 0;bottom: 0;position: absolute;z-index: 1;
}
.casec a img{transition:all ease 0.5s;    display: block;width: 100%;height: auto;
}
.casec a:hover img{
    transform: scale(1.1);
}
.casec a:nth-of-type(1){
   width: 500px;height: 558px; margin-right:25px;
}
.casec a:nth-of-type(1):after{display:none;}

.casec a:nth-of-type(2),.casec a:nth-of-type(3),.casec a:nth-of-type(5){
    margin-right: 25px;
}
.casec a:nth-of-type(2),.casec a:nth-of-type(3),.casec a:nth-of-type(4){
    margin-bottom: 25px;
}
.casec a:nth-of-type(5),.casec a:nth-of-type(6){
    width: 420px;height: 260px;
}
.casec:after{
    display: block;content: "";clear: both;
}
.casec a .txt{transition: all ease 0.5s;
z-index: 2; 
  font-size: 15px;color: #fff;position: absolute;left: 30px;bottom:0;line-height:60px;
}
.casec a:hover .txt{
    bottom: -70px;
}
.casec a:nth-of-type(1) .txt{
    font-size: 22px;line-height: 100px;color: #222;
}

.case_b{overflow:hidden;
    margin-top: 5px;
}

.case_b .titlecase{
    line-height: 80px;color: #333;font-size: 20px; margin: 10px auto;
}
.case_b .titlecase .titlel{
    font-size: 30px;font-weight: bold;color: #0c6bb0; margin-right: 10px;
}
.case_b .titlecase .titler{
    font-size: 16px;display: block;width: 220px;background: #0c6bb0;color: #fff;border-radius: 25px;line-height: 44px;margin-top: 18px;text-align: center;
}
.case_b .titlecase .titler:hover{
    background: #c12120 ;color: #fff;
}
 .case_b li {
        float: left;
        margin-right: 25px;
        width: 680px;position: relative;overflow: hidden;
    }
   .case_b li .pic {
        width:680px;
        box-sizing: border-box;border: 1px solid #eee;
     
    }
   .case_b li .pic img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .case_b li .txt {
        position: relative;
        width: 680px;
        height: 50px;
        text-align: center;
        font-size: 16px;
        color: #555;
        line-height: 50px;
        background: #f5f5f5;
    }
   .case_b li .txt span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .case_b li .txt:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background:#0c6bb0;
    }
   .case_b li:hover .txt:after {
        width: 680px;
    }
    .case_b li:hover .txt {color: #fff; }

/*公司优势*/
.ysall{
    width: 100%;min-width: 1400px;background: #fff url(images/ysbg.png)center bottom no-repeat;padding-top:85px; padding-bottom: 130px; overflow: hidden;
}
.ysb li{display: block;width: 680px;box-sizing: border-box;font-size: 16px;line-height: 2;position: relative;background: #f5f5f5;float: left;border-radius: 10px;overflow: hidden; box-sizing: border-box;
    
}
.ysb li .pic{
    width: 100%;height: 310px;overflow: hidden;
}
.ysb li .pic img{display:block;width:100%;height:auto;}
.ysb li .txt{
    position: relative;padding:35px 40px 40px 40px;line-height: 32px;
}
.ysb li .txt dl{font-weight: bold; padding-bottom: 5px;
    font-size:30px;color: #222;line-height: 2;
}
.ysb li .txt em{color:#c12120;}
.ysb li:nth-of-type(2n){ margin-left:40px;}
.ysb li:nth-of-type(n+3){ margin-top:40px; background:#fff;border:1px solid #eee;}
/*.ysb li span{color:#0c6bb0;font-size:15px;}*/
.ysb li p+p{ padding-top:10px;}
.ysb li .number{border-radius: 20px 0 20px 0;display: none;
    width: 60px;text-align: center;line-height: 2;padding: 20px 15px 15px 15px;color: #fff;background: #0c6bb0;font-family: "arial";position: absolute;top:233px;right: 30px;
}
.ysb li .number i{display:block; font-size:40px;line-height:1;}
.ysb li .number em{display:block; font-size:16px;text-transform:uppercase;color:#fff6;
    border-top: 1px solid #fff1;padding-top: 7px;margin-top: 7px;
}
.ysb li p b{color:#c12120;font-size:18px;}

/*荣誉证书*/
.honor{
    width: 100%;min-width: 1400px;padding:90px 0; background: url(images/honorbg.jpg)center top no-repeat; margin-top: 90px;
}
.honor .prodt dl{ opacity:0.3;}
.honor .prodt h2{color:#fff;}
.honor .prodt p{ color:rgba(255,255,255,60%);}

.honorb{
    background: #fff;padding: 60px 45px;border-radius: 50px 50px 0 0;
}

.honor .picScroll-leftzs{ overflow:hidden; position:relative; }
.honor .picScroll-leftzs .hd{ overflow:hidden;   margin-top:50px;text-align:center;line-height:40px;}

.honor .picScroll-leftzs .hd a{ display:inline-block; 
    font-size:36px;color: #ccc;cursor: pointer; margin: 0 30px;
}

.honor .picScroll-leftzs .hd ul{ overflow:hidden; zoom:1;
    display: inline-block;
}
.honor .picScroll-leftzs .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer;  border-color:1px solid #ddd;border-radius:50%; }

.honor .picScroll-leftzs .hd ul li.on{ background-position:#0c6bb0; }

.honor .picScroll-leftzs .bd{  }
.honor .picScroll-leftzs .bd ul{ overflow:hidden; zoom:1; }
.honor .picScroll-leftzs .bd ul li{ margin:0; float:left; _display:inline; overflow:hidden; text-align:center; width:25%; }
.honor .picScroll-leftzs .bd ul li a{
    display: block;;margin: 0 15px;
}
.honor .picScroll-leftzs .bd ul li .pic{ text-align:center; }
.honor .picScroll-leftzs .bd ul li .pic img{ width:100%; height:auto; display:block;   }
.honor .picScroll-leftzs .bd ul li .text{ line-height:50px; background:#f5f5f5;color:#333; font-size:18px;}


/*合作流程*/
.process{
    width: 100%;min-width: 1400px; margin-top:30px;
}
.Process_b li{ width: 200px; height: 200px; float: left;border-radius: 200px;  text-align: center; box-sizing: border-box; margin-right: 40px; position: relative; background: #0c6bb0;
    cursor: pointer;color: #fff6;
}

.Process_b li:nth-child(6){ margin-right: 0;}
.Process_b li img{ margin: 45px auto 15px; transition: all 0.5s; position: relative; z-index: 1;}
.Process_b li strong{ font-size: 20px; color: #fff; display: block;position: relative; z-index: 1; padding-top:12px;}
.Process_b li p{ line-height: 26px;  color: rgba(255,255,255,0.6); font-weight: 100; margin-top:7px; font-size: 15px;position: relative; z-index: 1;}

.Process_b li:hover strong{ color:#fff;}
.Process_digital{ position: absolute; background: #999; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 25px;
color: #fff; font-family: Arial; bottom: -17px; left: 50%; margin-left: -20px; border-radius: 20px; z-index: 2; 
border: 1px solid #999;
box-sizing: border-box;}
.Process_b li .Process_box::before{ content: ""; display: block; width: 100%;  height: 0; transition: 0.5s all; background: #0c6bb0; border-radius: 50%; position: absolute; left: 0; top: 0;z-index: 0;}
.Process_b li:hover .Process_box::before{ height: 100%;}
.Process_box{width: 200px; height: 200px;overflow: hidden;    position: absolute; left: 0; top: 0;border-radius: 50%;z-index: 0;}

.Process_b li:hover p{ color:rgba(255,255,255,90%);}
.Process_b li:hover .Process_digital{border: 1px solid #fff; background:#c12120;}
.Process_b li dl{
    color: #fff8;font-size: 44px;line-height: 1; padding-top: 40px;position: relative;z-index: 2;
}
.Process_b li:hover dl{color:#fff;}

/*留言*/
.process .feedback_form{ background: #fff; overflow: hidden;position: relative; margin-top:75px;
    width: 100%;  box-shadow: 0 0 10px inset #c5dff1; box-sizing: border-box;padding: 50px 50px;}
.process .feedback_form:after{
    position: absolute;right:50px;bottom:5px;
    display: block;content:"";width:380px;height: 170px;background: url(images/huahua.png)center no-repeat;
}

/*留言电话*/
.lytel dl{ font-size: 24px;color: #222;line-height: 1; }
.lytelb{
    line-height: 40px;margin: 20px 0;
}
.lytelb:before{float:left;background:#0c6bb0; color: #fff;width: 36px;height:36px;line-height: 36px; border-radius: 50%;overflow: hidden;text-align: center; margin-right: 5px;}
.lytelb dt{float: left;
    font-size: 16px;color: #888;
}
.lytelb dd{ font-size:28px;font-weight:bold;float: left;color:#222;}

.process.liu_r{
    margin-right: 10px;
}
.process .feedback_form input,
.process .feedback_form textarea{
    border: none;
  background: #f5f5f5;
}
 .process.feedback_form input:hover,
.process .feedback_form textarea:hover{
    border-color: #ffd7f6;
}

 .process .feedback_form li { float: left;
       width: 31.3%;
    background: none;
    font-size: 14px;
    color: #888;
   margin: 8px 1%;
}
.process .feedback_form li:nth-of-type(4){width:970px;}
.process .feedback_content{
    width: 990px;
}
.process .feedback_content i{ float: left;
    font-size:18px;
    padding: 0 5px;
}
 .process.feedback_form li.message {
    padding-top: 10px;
}
 .process .wbf-input {
width: 100%;
    height: 50px;
    padding: 10px 20px;
    
    line-height: normal;
    box-sizing: border-box; float:left;
}
 .process .fb_email{ margin-right: 0;}
.process  .feedback_content{ margin-left: 0;}
.process .wbf-code {
    width: 160px;text-align: center;

    line-height: normal;
    box-sizing: border-box;
}
 .process .feedback_form li.yzma { width: 290px;
    padding: 0; background: #f5f5f5; margin-left: 0;
}
 .process .feedback_form li.yzma input{ line-height: 50px;}
 .process .yzma img{ vertical-align: middle;}
 .process .wbf-textarea {
    width: 100%;
    height:50px;
 font-family: "microsoft yahei"; padding-left: 20px;
    line-height: 50px;
    box-sizing: border-box;
}
 input.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-top: 8px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 40px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border: none;
    
}

 .process a.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;

    margin-top: 8px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    
    width: 290px;
    line-height: 50px;
    background:#0c6bb0;
    font-size: 16px;
    color: #fff;
    
}
.process a.button.btn_message span{
    display: block;position: relative;z-index: 3;
}
 .process .feedback_form input::-webkit-input-placeholder,
 .process .feedback_form textarea::-webkit-input-placeholder {
    color: #666;
}

/*简介*/
  .about_all{width: 100%;min-width: 1400px;background: url(images/aboutbg.jpg) fixed center no-repeat;padding: 90px 0;margin-top:90px;}
  .about_box{ background: #fff; box-sizing: border-box;padding: 60px;}
  .about_l{width: 200px;background: #f4f4f4;}
  .about_l .top1{background: #edecec;box-sizing: border-box;padding: 30px 20px; position: relative;text-align: center; color: #fff; line-height:36px;}
  .about_l .top1 dl{font-size: 32px; font-weight: bold;}
  .about_l .top1 p{ font-size: 16px;text-transform: uppercase;color: rgba(255,255,255,0.7);}
  .about_l .top1:after{display: block;content: "";width: 40px;height: 40px;background: #edecec;transform: rotate(45deg);bottom: -10px;left: 0;right: 0;margin: 0 auto;position: absolute;}
  .about_l .top1 img{  display: block;margin: 10px auto; }
  
  .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 #0c6bb0;margin-bottom: 20px; 
   padding-left: 20px;}
  .about_l .links a i{ display: block;float: left;margin-right: 10px;padding-top: 15px; font-size: 19px;}
   .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: #fff;}
  .about_l .links a:hover i{color:#fff;}
  .about_l .links a:hover{
      background: #0c6bb0;
  }
  .about_l .phone{ line-height: 32px; color: #666; margin: 50px auto auto auto; font-size: 15px; width: 160px;box-sizing: border-box; padding:0 0 30px ; text-align: center;}
  .about_l .phone em{
      display: block;font-size: 50px;color: #0c6bb0;line-height: 1;
  }
  .about_l .phone p{ font-family: "arial";font-size: 23px;font-weight: bold;color:#222;}
  
  .about_r{width: 1080px;box-sizing: border-box;padding-left:50px;
      position: relative; height: 680px;
  }
  .about_r .top2{ text-align: justify;font-size: 15px;line-height: 32px; color: #777;}
  .about_r .top2 dl{ font-size:40px;font-weight: bold; color: #222;line-height: 40px;margin-bottom: 10px; }
  .about_r .top2 dl span{ color: #c12120;}
  .about_r .top2 p{padding-top: 10px;}
  
   /*实力*/
    #about_b{ box-sizing: border-box; margin-top:22px;}
   #about_b li{display: block; float: left; font-size: 17px; color: #333; line-height: 30px;width: auto; padding: 20px 75px 20px 75px;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: #111;  font-family: "impact"; font-size:60px;line-height:60px; float: left;}
 #about_b li p{ margin-bottom:5px; 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: #0c6bb0;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,#f9f9f9,#fff);
 }
.about_gd .picScroll-left{ overflow:hidden; position:relative; }
.about_gd .picScroll-left .hd{ overflow:hidden;  height:130px; width: 100%;top:60px;
		position: absolute;
		    
		}
	.about_gd .picScroll-left .hd .prev{ display:block;  width:52px; height:130px; 
			 cursor:pointer; background:url(images/prev1.png) 0 0 no-repeat; position:absolute; left:50px;}
  .about_gd .picScroll-left .hd .next{ display:block;  width:52px; height:920px; position:absolute; right:50px;
			 cursor:pointer; background:url(images/next2.png) 0 0 no-repeat;}
	.about_gd .picScroll-left .hd .prevStop{ background-position:-60px 0; }
	.about_gd .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
	.about_gd .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
	.about_gd .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
	.about_gd .picScroll-left .hd ul li.on{ background-position:0 0; }
	.about_gd .picScroll-left .bd{ padding:0 130px;   }
	.about_gd .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
	.about_gd .picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width:280px;
	display:block;}
	.about_gd .picScroll-left .bd ul li .pic{ text-align:center; }
	.about_gd .picScroll-left .bd ul li .pic img{ width:100%;  height:210px; display:block; }
	.about_gd .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
	.about_gd .picScroll-left .bd ul li .title{ line-height:20px; padding-top:10px;   }

  
/*版权*/
.copy{
    width: 100%;min-width: 1300px;background: #222 ;position: relative;
}
.copy:after{
    display: block;content: "";width: 100%;height: 220px;background: #015cb5;top: 0;position: absolute;left: 0;right: 0;z-index: 1;
}
.copytel{
    background: #015cb5;font-size:16px;color: #fff;line-height:130px; position: relative;z-index: 2;
}
.copytel .box{    display: -webkit-flex;position: relative;z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    
}
.copytel .box li i{ width: 36px;height: 36px;border: 1px solid #fff4;border-radius: 50%;overflow: hidden;text-align: center;line-height: 36px;font-size: 20px;margin-right: 5px;float: left;
    margin-top: 45px;
}
.copytel .box li em{
    display: block;float: left;
}
.copytel .box li span{font-size:19px; }
.copytel .box li:after{
    display: block;content: "";clear: both;
}
.font16{font-size:16px;}

.copynav{ background:#fff; 
    padding:50px 50px 13px 50px ;position: relative;z-index: 2;
}

.cylogo{
    font-size: 19px;line-height:36px;color: #999;
}
.cylogo dl{letter-spacing: 2.5px;
    padding-top: 5px;
}
.cylogo img{
    display: block;
}
.cylogo .code{width:150px; margin-top:14px; border:1px solid #eee;color:#333;
    text-align: center;font-size: 15px;
}
.cylogo .code img{
    width: 100%;
}
.cylogo .code p{
    background: #f5f5f5;
}
.cylogo .code+.code{ margin-left:20px;}

.copynavr{
    width: 800px;display: -webkit-flex; 
    display: flex;text-align: center;
    justify-content: space-between;color: #fff;
    flex-wrap: nowrap;
   
}

.copynavr dl{font-size:20px;font-weight:bold;line-height:2;color:#222; margin-bottom:5px;}
.copynavr a{
    display: block;line-height:2.4;font-size: 15px;color: #888;
}

 
  .copyly .czhi{ margin-left:27px;
   
  }
.copyly .text-center{ 
 width: 10%;
  }
  
 .copyW{
     line-height: 60px;color: #888;font-size: 15px; margin-top: 10px;
 } 
 .copyW a{color: #888;font-size: 15px;}
 
 
 
 
 /*屏幕*/
 @media(max-width:1680px){
 .sysp{margin-top:-2vw !important;}
}
  
  @media(max-width:1440px){
.sysp{margin-top:0 !important;}
}


.video_n{
    display: block;margin: 0 auto;max-width: 100%;height: auto;
}


 