@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;
}
.copyright{
    background: #222;
}
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;}
.box:after{
    display: block;content: "";clear: both;
}
/* -- 内页布局 -- */
.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;
}
.n_boxr{
    width: 1040px;position: relative;
}
/*顶部*/
.top_all{ margin-bottom:5px;text-transform: uppercase;
    width: 100%;background: #f9f9f9;line-height: 45px;min-width: 1400px;
    font-size: 14px;color: #999;
}  
.top_all a{font-size: 14px;color: #999;}
.top_all a:hover{
    color: #004f8c;
}
.top_all i{
    display:inline-block;font-size: 17px;color: #999;
}
.top_all a:hover i{
    color: #004f8c;
}
.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:35px 0 35px 0;}
.hlogo img{position: relative;z-index: 3;  display: block; width:auto;
}
  .hlogo a{ display: block;}

.hwa{font-size: 0;margin: 40px 0 0 15px;}

  
  .alibb{float:left;margin: 40px 0 40px 110px;
     width: 120px;padding: 15px 20px 5px 20px; background: #f5f5f5;border-radius: 20px;overflow: hidden;
 } 
   .alibb a{
       display: block;font-size: 14px; line-height: 32px;text-align:center;color: #004b9f;
   }
  .alibb a img{ margin: 0 auto;
     display: block;
  } 

   
.hline{width: 15px;height: 86px; background: url(images/008.png) left center no-repeat; margin: 0 5px 0 17px ;}
.hmean{font-size: 20px;color: #555;}
.hmean b{display: block;font-size: 32px;color: #333;margin-bottom:2px; letter-spacing: 0;}
.hmean b span{color: #e32e1d; font-weight:bold;}
.head_img{
    margin:35px 0 0 100px; height: 122px;
}
.hmean em{
    letter-spacing: 0.5px;
}
.head_img img{
    display: block;
}

  .hwa a{ font-size: 16px;cursor: pointer;
      display:block;text-align: center;padding: 0 20.5px;line-height: 34px;color: #333;background: #eaeaea; float: left;
  }
  .hwa a:nth-of-type(2n){
      background: #f5f5f5;
  }
.hwa a:hover{
    background: #004f8c;color: #fff;
}

 .head_p{ margin-top: 38px; font-size: 16px; color: #777;text-align: center; line-height:32px; padding:0 0 0 55px; background: url(images/headtel.png) left 13px no-repeat;}
 .head_p p{ font-size:26px; font-family: "airal"; color: #222; line-height: 32px;font-weight: bold;
    
 }
 .head_p li{ display: block; position: relative;}
 /*.head_p li:nth-of-type(1):after,.head_p li:nth-of-type(2):after{ display: block; content: ""; margin: 8px 25px 0 25px;  float: right;height: 60px; border-right: 1px dashed #dedede;}*/

 
 
  
/*苦恼*/
.problem{
    width: 100%;min-width: 1400px;background: #fff;margin-top: 80px;
}

.problem_t{background:url(images/problem.png)no-repeat center left;font-weight: lighter;padding-left:105px;margin-left:370px;}
.problem_t p{font-size: 40px;color: #333;padding-top: 20px;}
.problem_t p>i{font-style: normal;font-size: 20px;color: #bbb;}
.problem_t span{display: block;font-size: 50px;color: #333;}
.problem_t span>b{font-weight: bold;color: #004f8c;}

.problem_b{
    margin-top:50px;box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.problem_b li{cursor: pointer;
    display: block;box-sizing: border-box;width: 20%;
    padding: 50px 40px;text-align: center;
}
.problem_b li+li{
    border-left: 1px solid #eee;
}
.problem_b li .icon{ font-size: 36px;line-height:80px;
    background: #004f8c;border:10px solid #e5edf3;border-radius: 50%;overflow: hidden;width: 80px;height: 80px;margin: 0 auto;color: #fff;
}
.problem_b li dl{
    font-size:32px;color: #222;padding: 20px 0 15px 0; line-height: 50px;
}
.problem_b li p{
   font-size: 16px;font-weight: lighter;line-height: 32px; 
}
.problem_b li a{ margin-top: 30px;
    display: block;line-height: 46px;border-radius: 5px;overflow: hidden;background: #e5edf3;color:#333;font-size:16px;
}
.problem_b li:hover a{
    background: #004f8c;color: #fff;
}

/*解决方案*/
.solution{width:100%;min-width: 1400px;background: #f5f5f5 url(images/solution_bg.jpg)center 80px no-repeat;padding: 80px 0 80px 0;
    margin-top: 80px;
}

.solution .solution_t{ margin-bottom: 30px;
    text-align: left;line-height: 44px;
} 
.solution .solution_t dl{font-size: 46px;color: #222;}
.solution .solution_t strong{
    color: #004f8c;
}
.solution .solution_t p{
    font-size: 20px;color:#666;font-weight: lighter; padding-top: 10px;
}

.solution .solution_img{
    background: #fff;padding: 50px;
}
.solution li{ padding: 10px; overflow:hidden;cursor: pointer;
    width: 32%;border: 1px solid #eee;box-sizing: border-box; margin-right:2%;
}
.solution li .img{
    width:46%;overflow: hidden;
}

.solution li .img img{
    display: block;width: 100%;
}
.solution li .txt{ padding-right: 2%;text-align: justify;
    width: 47%; float: right;padding-top: 10px;
}
.solution li .txt dl{
font-size: 28px;color: #222;line-height:60px;
}
.solution li .txt p{
    font-size: 15px;color: #999;font-weight: lighter;line-height: 32px; padding-top: 5px;
}
.solution li:nth-of-type(3n){
    margin-right:0;
}
.solution li:nth-of-type(n+4){
    margin-top:2%;
}

.solution .tel{
    margin-top:40px;line-height: 40px;
}
.solution .tel em{vertical-align: bottom;padding-right: 10px;
    display: inline-block;font-size: 40px;color: #333;
}
.solution .tel i{
    font-size: 16px;color: #666;display: inline-block; vertical-align: bottom;
}
.solution .tel p{font-size: 40px;color: #004f8c;display: inline-block; vertical-align: bottom; font-weight: bold;
    font-family: "arial";
}


/*产品展示*/
.prod_all{ margin-top: 80px;
    width: 100%;min-width: 1400px;
}
 .prod_t{text-align: center; font-size: 18px;line-height:18px; font-weight: lighter; margin-bottom: 40px;}
  .prod_t p{font-size: 46px;color: #222 ;line-height: 46px; font-weight: normal;
      margin-bottom: 20px;
  }
  .prod_t p strong{ color: #d42717;}
  .prod_t a{ display:inline-block;width: auto;margin: 20px auto;text-align: center;padding: 0 30px;border-radius: 12px;overflow: hidden;
  background: #222;line-height:50px;color: #fff;font-size: 30px; letter-spacing:10px; font-weight: lighter;}
  .prod_t i{display: block;}
  .prod_t a:hover{
      background: #004f8c;color: #fff;
  }
  
   .prod_t .arrow{position: relative; padding-top:15px;  display: block; width: 26px; margin: 0 auto; 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;}
}


.prod_b{
     display: block;
 }
 
.prod_b .picScroll-left{ overflow:hidden; position:relative;  }
.prod_b .picScroll-left .hd{ overflow:hidden;  height:76px; background:#004f8c;position:relative;box-sizing: border-box;
overflow: hidden;
    width: 1400px; 
}
.prod_b .picScroll-left .hd .prev{ display:block;  width:39px; height:27px;  position: absolute;left: 20px;top: 20px;
			 cursor:pointer; background:url(images/016.png) 0 0 no-repeat;z-index: 99;}
.prod_b .picScroll-left .hd .next{ display:block;  width:39px; height:27px; position: absolute;right: 20px;top: 20px;
z-index: 99;
			 cursor:pointer; background:url(images/017.png) 0 0 no-repeat;}


.prod_b .picScroll-left .hd ul{text-align: center; position: relative;
margin: 0 auto;
    
}
.prod_b .picScroll-left .hd ul li{line-height: 75px;cursor: pointer;
    display: inline-block;text-align: center; padding: 0 20px;
}
.prod_b .picScroll-left .hd ul li a{
    color: #fff;font-size: 16px;color: #fff;
}
.prod_b .picScroll-left .hd ul li.on{position: relative;
    }
    .prod_b .picScroll-left .hd ul li.on:after{width:20px; height: 20px;transform: rotate(45deg);position: absolute;left: 0;right: 0;
    top:-10px;background: #fff;content: "";left: 0;right: 0;margin: 0 auto;
        display: block;
    }
    

.prod_b .picScroll-left .bd{ }
.prod_b .picScroll-left .bd ul{ overflow:hidden; zoom:1; 
    height: 550px;
}
.prod_b .picScroll-left .bd ul li{float:left; overflow:hidden;
width: 100%; background: #f9f9f9;
    
}


.prod_b .picScroll-left .bd ul li .pic{  box-sizing: border-box;border: 1px solid #eee;
    width: 700px;overflow: hidden;height: 525px;overflow: hidden;
}
.prod_b .picScroll-left .bd ul li .pic img{
    display: block;width: 100%; height:auto;
}

.prod_b .picScroll-left .bd ul li .title{width: 700px;padding: 50px;box-sizing: border-box; position: relative;
    font-size: 16px;font-weight: lighter;color: #666;line-height: 32px; border: 1px solid #eee;height: 525px;
}
.prod_b .picScroll-left .bd ul li .title a{
    display: block;position: absolute;top: 53px;right: 50px;background: #004f8c;color: #fff;text-align: center;border-radius: 25px;overflow: hidden;
    width: 150px;line-height: 44px;
}
.prod_b .picScroll-left .bd ul li .title dl{
    font-size: 30px;color: #222;line-height:46px; font-weight: bold; 
}
.prod_b .picScroll-left .bd ul li .title dd{
    font-size:14px;text-transform: uppercase;color: #999;background: url(images/proimgbg.jpg)bottom repeat-x;padding-bottom:25px;
}

.prod_b .picScroll-left .bd ul li .title dt{text-align: justify; 
    margin-top: 30px;
}

.prod_b .picList:after{
    display: block;content: "";clear: both;
}

.prod_b .picScroll-left .bd ul li .title i{width: 32%;float: left;  margin-top:40px;cursor: pointer;
    display: block;text-align: center;font-size: 20px;color: #222;line-height:46px;background:rgba(0,79,140,0.1);
    padding: 30px 0 25px 0;
}
 .prod_b .picScroll-left .bd ul li .title i+i{
     margin-left: 2%;
 } 
  .prod_b .picScroll-left .bd ul li .title i:before{display:block;
     font-size: 40px;color: #004f8c;
  }
  
  
  /*广告条1*/
 .ggt1{ margin-top: 80px;
      width: 100%;min-width: 1400px;background: url(images/ggtbg.jpg)center bottom no-repeat; height: 200px;box-sizing: border-box;
  }
 .ggt1_l{ position: relative;text-align: justify;
     font-size: 21px;color: #666;line-height:44px;padding:60px 45px 0 495px;
 } 
 .ggt1_l:after{
     display: block;content: "";width: 1px;border-left: 1px dashed #ddd;position: absolute;right: 0;top: 70px;height: 70px;
 }
 
  .ggt1_l dl{
      font-size:32px;font-weight: bold;color: #004f8c;
  }
  .ggt1_l p{ letter-spacing: 0.4px;
      font-weight: lighter;
  }
  .ggt1_r{ padding-top: 65px;width: 318px;
     
  }
  .ggt1_r .tel:before{
      float:left;font-size:54px;color: #ddd;line-height: 80px;
  }
  .ggt1_r .tel dl{line-height: 34px;
      float: left; margin-left:5px;
  }
 .ggt1_r .tel dl dd{
     font-size: 16px;color: #666;
 }
 .ggt1_r .tel dl dt{
     font-size:36px;font-family: "arial";color: #004f8c; font-weight: bold;
 }
 
 
 /*优势*/
 .ys_all{padding:80px 0;
     width: 100%;min-width: 1400px;background: url(images/ys_bg.jpg)center top no-repeat;
 }
 .ys_all .prod_t p{ 
     color:#fff;
 }
  .ys_all .prod_t a:hover{
      background: #fff;color: #004f8c;
  }
  
 .ys_all .prod_t i{
     color: rgba(255,255,255,0.6);
 }
 .ys_b li{text-align: center;box-sizing: border-box; padding: 50px; cursor: pointer;
     display: block;width: 440px;background:rgba(255,255,255,0.95);border-radius:20px;overflow: hidden;
 }
 .ys_b li+li{
     margin-left: 40px;
 }

  .ys_b li .ystitle{ margin: 0 auto;
   height: auto;overflow: hidden;overflow: hidden;  border:3px solid #eee;
   border-radius: 20px;overflow: hidden;
  }
  
  .ys_b li .ystitle img{ display: block;width: 100%;height: 100%;
  }
  .ys_b li .ystitle{}
  .ys_b li dl{ line-height: 60px; padding: 20px 0 6px 0;
      font-size:30px;color: #222;
  } 
  .ys_b li p{ font-weight: lighter;
      font-size: 16px;color: #666;line-height:28px;
  }
  .ys_b li a{
      display: block;line-height:50px;color: #333;background: #eee;margin-top:25px;border-radius: 10px;font-size: 16px;
  }
  .ys_b li:hover a{background:#004f8c;color: #fff; 
      
  }
  
  /*流程*/
  .process{
      width: 100%;min-width: 1400px;margin-top: 80px;
  }
.process_b2 li,.process_b li{ line-height: 24px; height: 134px;box-sizing: border-box;
    display: block;width: 220px;float: left;background: #f5f5f5;border-radius: 20px;overflow: hidden;text-align: center; padding-top: 30px;
}
.process_b2 li dl,.process_b li dl{
    font-size: 22px;color: #222; font-weight:bold;
}

.process_b2 li p,.process_b li p{
    font-size: 15px; padding-top: 8px;
}
.process_b2 li+li,.process_b li+li{}

.process_b2 .arrow,.process_b .arrow{ margin: 55px 27px 0 28px;
    width: 20px;height: 26px;background: url(images/arrowyou.png) center no-repeat;
}
.process_b2{
    padding-top: 60px; position: relative;
}
.process_b2:after{transform:rotate(90deg);position: absolute;right:100px;top: 20px;
    display: block;content: "";width: 20px;height: 26px;background: url(images/arrowyou.png) center no-repeat;
}
.process_b2 .tel{
    padding-top: 27px;background: #004f8c;
}
.process_b2 .arrow{ transform: rotate(180deg)
}

.process_b2 .tel i{text-align: left;padding-left:36px;
    display: block;font-size: 18px;color:#82a1b9;
}
.process_b2 .tel i:before{
    font-size: 16px;color: #82a1b9;
}
.process_b2 .tel em{
    font-size: 24px;font-weight: bold;color: #fff;line-height: 30px;font-family: "arial";
}


/*客户案例*/
.case_all{
    width: 100%;min-width: 1400px;margin-top: 80px;background: #f5f5f5;padding: 80px 0;
}

.case_b li{display: block;width: 32%;float: left;box-sizing: border-box; margin-right:2%;

}
.case_b li:nth-of-type(3n){
    margin-right: 0;
}

.case_b li:nth-of-type(n+4){
    margin-top: 2%;
}
.case_b li .pic{
    display: block;border: 1px solid #eee;overflow: hidden;
}
.case_b li .pic img{
    display: block;width: 100%;transition: all ease 0.5s;
}
.case_b li:hover .pic img{
    transform: scale(1.1);
}
.case_b li .txt{
    line-height: 60px;padding: 0 20px;font-size: 16px;color: #555; background: #fff;
}
.case_b li .txt i{
    display: block;float: left;
}

.case_b li .txt em{ margin-top: 15px; font-size:12px;text-transform: uppercase;font-family: "arial";
    display: block;float: right;width: 110px;text-align: center;background: #004f8c;color: #fff;line-height: 30px;border-radius: 15px;overflow: hidden;
}
.case_b li:hover .txt em{background: #d42717;}

.case_b li .txt:after{
    display: block;content: "";clear: both;
}



/*简介*/
.about{
    background: #fff;width: 100%;padding: 80px 0; 
}
.about_l{
    width: 650px;font-size: 16px;color: #666;font-weight: lighter;line-height: 32px;text-align: justify;
}
.about_l .about_t{
    line-height: 44px;
}
.about_l .about_t dl{font-size: 44px;color: #004f8c;
    font-weight: bold;
}
.about_l .about_t strong{
    color: #004f8c;
}
.about_l .about_t p{  font-weight: normal;
    font-size: 24px;color:#333; padding-top: 10px;
}
.about_l .about_t p:after{
    display: block;content: "";width:47px;height: 2px;background: #004f8c;margin: 20px 0 20px 0;
}
.about_l .word p{
   padding-top: 10px;
}
.about_l .word a{ font-size: 16px; position: relative;
    display: block;width: 180px;line-height:46px;background: #004f8c;border-radius: 25px;text-align: center; float: left;color: #fff; margin-top:50px;
}
.about_l .word a+a{
    margin-left: 40px;
}
.about_l .word a:hover{
    background: #d42717;
}
.about_r img{
    display: block;
}
.about_l .word a:nth-of-type(2):after{ margin:0 auto;
    display: block;content: "";width: 16px;height: 16px;background:#004f8c;position: absolute;left: 0;right: 0;bottom: -5px;
 transform: rotate(45deg);
}
.about_l .word a:nth-of-type(2):hover:after{ background:#d42717;
}


/*视频滚动*/
.plant_all{ margin-top:50px; width:100%;min-width:1400px;}
.plant_b{overflow:hidden;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 360px;position: relative;overflow: hidden;
    }
   .plant_b li .plant_img {
        width: 360px;
        height: 270px;
     
    }
   .plant_b li .plant_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .plant_b li .plant_t {
        position: relative;
        width: 360px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;
        background: #f5f5f5;
    }
   .plant_b li .plant_t span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .plant_b li .plant_t:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background:#004f8c;
    }
   .plant_b li:hover .plant_t:after {
        width: 360px;
    }
    .plant_b li:hover .plant_t {color: #fff; }
    .mod1061 .pro_content_con{ background: #f9f9f9;padding: 50px;}
  .product_content{
   width: 100% !important;box-sizing: border-box;
}  