
html, body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  background-color:transparent;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p {
  margin:0;
  border:0;
  padding:0;
  font-style:normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
 
a {
  text-decoration:none;
  color:#333
}
a:hover {
  text-decoration:none;
}
ul, ol, li {
  list-style-type:none;
  vertical-align:0
}
/* 设置滚动条的样式*/
  ::-webkit-scrollbar {
  width:6px;
}
/* 滚动槽*/
  ::-webkit-scrollbar-track {
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  border-radius:10px;
}
/* 滚动条滑块*/
  ::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:rgba(0,0,0,0.1);
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,0.6);
}
/*---------------移动端顶部*/
  .m-top {
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  background:#fff;
  box-shadow: 5px 0px 10px #ddd;
  padding-top:20%;
  width: 100%;
  height: 0
}
.m-top-left {
  height:100%;
  position:absolute;
  left: 0;
  top: 0;
  width: 80%;
  padding: 2%
}
.m-top-left .m-top-left-logo {
  height: 100%;
  width:100%;
  position: relative;
}
.m-top-left   img {
  display:inline-block;

  max-height: 100%;
  max-width: 100%;
}
.m-top-right {
  font-size: 24px;
  position: absolute;
  right:0;
  top:0;
  height: 100%;
  width: 20%;
  padding: 2%
}
.m-top-right .m-top-right-nav {
  width:98%;
  height:98%;
  position: relative;
}
.m-top-right .m-top-right-nav .h {
  display:table-cell;
  vertical-align:middle;
  text-align: center;
}
.m-top-bottom {
  padding-top:20%;
  width: 100%;
  height: 0
}
/*----------------- 手机站导航开始----------*/
  .sp_nav {
  width:50%;
  position:absolute;
  cursor:pointer;
  height:50%;
  top:25%;
  left:25%;
}
.sp_nav span {
  display:block;
  background:#333;
  width:100%;
  height:10%;
  position:absolute;
  left:0px;
  transition:all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
  top:0px
}
.sp_nav span:nth-of-type(2) {
  top:45%
}
.sp_nav span:nth-of-type(3) {
  top:90%
}
.sp_nav_se span:nth-of-type(1) {
  top:45%;
  transform:rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
  width:0
}
.sp_nav_se span:nth-of-type(3) {
  top:45%;
  transform:rotate(-45deg)
}
/*手机隐藏导航样式*/
  .sjj_nav {
  position:fixed;
  border-top:1px solid #0977d9;
  padding-bottom:20px;
  padding-top:20px;
  z-index:9999;
  background:#333;
  width:70%;
  height:100%;
  font-size:14px;
  line-height:40px;
  left:-120%;
  overflow:auto;
  overflow-x:hidden;
  top:0px;
  transition: left 1s;
  -moz-transition: left 1s;
  /* Firefox 4*/
  -webkit-transition: left 1s;
  /* Safari 和 Chrome*/
  -o-transition: left 1s;
  /* Opera*/
}
.sjj_nav>ul>li {
  border-bottom:1px #ddd solid;
  padding-left:5% ;
  margin-left:5%;
  position:relative;
  line-height:40px;
  font-size:14px;
  width:90%;
}
.sjj_nav ul li a {
  color:#fff;
  display: inline-block;
  width:100%;
  height:100%;
  text-align: left;
  font-size: 16px;
}
.sjj_nav ul li a span {
  margin-right: 10px
}
.sjj_nav ul li>ul {
  }
.sjj_nav ul li>ul li {
  border-top: 1px dashed #666;
  padding-left: 10%;
}
/*----------------移动端顶部结束*/

/*pc顶端*/
.pc-top-a{
  height: 40px;
  border-bottom:1px solid #eee;

}
.pc-top-left{
  line-height: 40px;
  font-size: 14px;
  color:#01365b;
}
.pc-top-right{
  line-height: 40px;
  font-size: 14px;
  color:#01365b;
  text-align: right;
}

.pc-logo{
  padding-top:10px;
  margin-bottom:20px;
}
.logo{
  display: inline-block;
  border-right: 1px solid #eee;
  padding-right:10px;
  margin-top:10px;
}
.logo-right{
  display: inline-block;
  font-size: 18px;
  padding-left:10px;
  color:#aaa;
  padding-top:16px;
   
  vertical-align:top;
}

.top-right-search .top-right-top{
  padding-top:20px;text-align: right;
}
.top-right-top form{
  display: inline-block; text-align: right;height:30px
}
.top-right-top form input{
  padding:0px 10px;width:240px;height:30px
}
.top-right-top form button{
  background: #11468A;width:60px;height:30px;line-height: 30px;font-size: 14px;
}
.top-right-bottom{
  text-align: right; font-size: 14px;color:#aaa;padding-top:10px;
}
.top-right-bottom a{
  color:#aaa;
}
.top-right-bottom a:hover{
  color:#1B4688;
}


/*电脑导航*/

.pc-top{
  background: #0A365A;

}
.pc-nav-ul{
  width:100%;display: flex;justify-content:space-between  ;height:60px;align-content
}
.pc-nav-ul li{
  width:100%;
  position: relative;
}
.pc-nav-ul li:hover{
  background: #fff;
}
.pc-nav-ul li a{
  display: inline-block;width:100%;height:100%;color:#aaa;text-align: center;line-height: 60px;
}
.pc-nav-ul li a:hover{
  color:#0A365A;
}


.pc-nav-ul li .second{
  
   
  position: absolute;
  top:60px;
  left:50%;
  width:200px;
  margin-left:-100px;
  z-index: 99999;
  padding-top:10px;
  


  position: absolute;
   
    
   
   
  
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.pc-nav-ul li:hover .second{
  top: 60px;
  opacity: 10;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
 
.pc-nav-ul li .second ul{
  padding:10px 0;
  background: #fff;
  position: relative;
  border-radius: 5px;

}
.pc-nav-ul li .second ul:after{
  content: ' ';
  background: url(../images/jiantou.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top:-10px;
  height:10px;
  width:100%;

}
.pc-nav-ul li .second li{
  min-height:36px;
  padding-top:5px;
  padding-bottom:5px;
   

}
.pc-nav-ul li .second li:hover{
  background: #ccc;
}
.pc-nav-ul li .second li a{
  line-height: 18px;
  color:#333;
  font-size: 14px;
}


/*banner*/




/*中间数字*/
.home-about-num-bg{
   
  position: relative;
  height:200px;

}
.home-about-num-bg .row{
  position: absolute;
  top:-50px;
  left:15px;
  background: #fff;
  width:100%;
  height: 200px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  padding-top:50px;
}
.text-num{
  text-align: center;
  border-right:1px solid #ccc;
  height:100px;
}
.text-num:last-child{
  border:none;
}
.text-num .num{
  font-size: 55px;
  line-height: 55px;
  color:#01365b;
}
.text-num .num .text-a{
  font-size: 28px;
  margin-left:15px;
}
.text-num .text-b{
  color:#aaa;
}

@media (max-width: 1200px) {
   .text-num .num{
    font-size: 40px;
    line-height: 55px;
    color:#01365b;
  }
  .text-num .num .text-a{
    font-size: 14px;
    margin-left:15px;
  }
  .text-num .text-b{
    color:#aaa;
  }
}
@media (max-width: 768px) {
  .home-about-num-bg .row{
  
  top:0px;
  
  padding-top:30px;
}
  .text-num{
 
  height:70px;
}
   .text-num .num{
    font-size: 30px;
    line-height: 24px;
    color:#01365b;
  }
  .text-num .num .text-a{
    font-size: 14px;
    margin-left:15px;
  }
  .text-num .text-b{
    color:#aaa;
  }
}
.home-m-product{
  margin-bottom:20px;
}
.home-m-product a img{

 width:100%;
}
.home-m-product a p{
  line-height: 2em;
}

.home-title{
      color: #000000;
    text-align: center;
    font-size: 36px;
    margin-top: 59px;
    font-weight: bold;
    margin-bottom:50px;
    vertical-align:center;
}


/*产品展示*/

    .slider-img-box{
       position: relative;
       height:100%;

    }
    .slider-img-box a{
      display: block;
      width:100%;height:100%;

      position: relative;
       
    }
    .slider-img-box a img{
      display: block;
      width:100%;height:100%;
    }
    .slider-img-box a p{
      position: absolute;
      bottom:20px;
      font-size: 16px;
      background:#0A365A ;
      color:#fff;
      min-width:60%;
      height: 40px;
      padding:0 10px;
      line-height: 40px;
      transition:all ease 0.35s;

    }
    .slider-img-box a:hover p{
      bottom:-40px;
    }
    .slider-img-box a .more{
      position: absolute;
      top:50%;
      left:30%;
      font-size: 16px;
      background:#0A365A ;
      color:#fff;
      width:40%;
      height: 40px;
      line-height: 40px;
      transition:all ease 0.35s;
      opacity: 0;
      z-index: 3;
    }
    .slider-img-box a:hover .more{
      opacity: 1;
    }
    .slider-img-box a:hover:after {
      content: ' ';
      position: absolute;
      top:0;left:0;width:100%;height:100%;
      background: rgba(10, 54, 90,0.6);
      z-index: 2;
       
    }

/*首页关于我们*/
.home-about-bg{
  background: #eee;
  padding:120px 0;
}
 
.home-about-left img{
  max-width: 100%;
}
.home-about-content{
   
  line-height: 2em;
  text-indent: 2em;
  margin-bottom:40px;
}
.home-more{
  
}
.home-more a{
  display: inline-block;  
  background:#0A365A ;
   
  padding:10px 20px;
  color:#fff;
}
.home-title-m{
  font-size: 30px;
}
.home-title-m p{
  display: inline-block;
  font-size: 18px;
  color:#888;
  margin-left:20px;
  margin-bottom:50px;
}

/*案例*/
.home-case-list{
     white-space: nowrap;
     overflow-x: hidden;
  }
  .home-case-box{
    display: inline-block;
    padding:10px; 
    width:400px;
    height:380px;
     
  }
  .home-case-box a{display: block;border:1px solid #ccc; width:100%;height:100%;position: relative;overflow: hidden;}
  .home-case-box a .img{
    position: relative;
    width:100%;
    height:250px; 
    overflow: hidden;
    transition:all ease 0.35s;
  }
  .home-case-box a .img img{
    position: absolute;
    width:100%;
    height:100%;
    transition:all ease 0.35s;
    left:0%;
    top:0%;
  }
  .home-case-box a:hover{
    background: #113659;
  }
  .home-case-box a:hover .img{
    width:100%;
    height:270px;
   

  }

  .home-case-box a:hover .img img{
    width:110%;
    height:100%;
    left:-5%;
    top:0%;

  }
  .home-case-text{
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding:20px 0;
  }
  .home-case-text .p2{
    font-size: 16px;
    color:#999;
  }
  .home-case-box a:hover p{
    color:#fff;
  }

  /*产品优势*/
.home-youshi-bg{
  background: #F1F1F1;
}
.home-youshi-list{
  display: flex;
  justify-content:space-between;
   
  height:100%;
}
.home-youshi-list>div{
  position: relative;
   
  display: flex;
  align-items:center;
  border-bottom:1px solid #ccc;
  padding-top:10px;
  padding-bottom:10px;
  
}
.home-youshi-list>div:hover{
  background: #fff;
}
.home-youshi-list p{
   flex-grow:0;
   flex-shrink:0;
  font-size: 50px;
  font-weight: 800;
  
  font-style: italic;
   
  height:50px;
  line-height: 50px;
  color:#ccc;
  width:80px;
   

}


/*首页新闻*/
.home-new-box{
  margin-bottom:20px;
  border:1px solid #ccc;
  padding:20px;
}
.home-new-box:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.home-new-box a{
  display: block;
  eidth:100%;
  height:100%;
}
.home-new-box img{width:100%}
.home-new-title{
  font-size: 20px;
  margin-bottom:20px;
}
.home-new-desc{
  color:#aaa;
  margin-bottom:20px;
}
.home-new-time{
  color:#aaa;
}
.home-new-more{
  text-align: right;
}
.home-new-more p{
  display: inline-block;
  padding:10px 20px;
  border:1px solid #333;
}



/*合作客户*/
.home-hezuo-list{
  white-space: nowrap;
     overflow-x: hidden;
}
.home-hezuo-box{
  display: inline-block;
  padding:10px; 
  width:300px;
  height:220px;
   
}
.home-hezuo-box a{display: block;border:1px solid #ccc; width:100%;height:100%;position: relative;overflow: hidden;}
.home-hezuo-box a .img{
  position: relative;
  width:100%;
  height:200px; 
  overflow: hidden;
  transition:all ease 0.35s;
}
.home-hezuo-box a .img img{
  position: absolute;
  width:100%;
  height:100%;
  transition:all ease 0.35s;
  left:0%;
  top:0%;
}
 
 
.home-hezuo-box a:hover .img img{
  width:110%;
  height:110%;
  left:-5%;
  top:-5%;

}
.home-hezuo-text{
  position: absolute;
  top:80px;

  font-size: 20px;
  text-align: center;
  line-height: 30px;
  
  height:40px;
   
  width:100%;
}
.home-hezuo-text{
  text-align: center;
}
 
.home-hezuo-box a  p{
  display: inline-block;
  color:#fff;
  background: #0A365A;
  padding:5px 10px;
  opacity: 0;
  transition:all ease 0.35s;
}
.home-hezuo-box a:hover p{
  opacity: 1;
}

/*footer*/
.footer-all{
  background: url(../images/foot.jpg);
  
  padding-top:60px;
  padding-bottom:20px;margin-top:60px;
}
.footer-nav-top{
  color:#fff;
  font-size: 16px;
}
.footer-nav-top a{
  color:#fff;
}
.footer-nav-list{
  color:rgba(255,255,255,0.7);
  margin-top:20px;
  line-height: 40px;
  font-size: 14px;
}
.footer-nav-list a{
  color:rgba(255,255,255,0.7);
}
.footer-nav-box{
  display: flex;
  
  justify-content: space-between;
}
@media (max-width: 1200px) {
    .footer-nav-box{
      display: none;
      
      justify-content: space-between;
    }
}



/*------------内页----------------*/
/*内页位置*/
.weizhi{
  font-size: 14px;
  line-height: 50px;
}


/*内页左侧*/

.in-left-message{
  background: url(../images/message.jpg);
  background-size: cover;
}


/*内页产品*/
 .inpage-product-list-box{
  width:100%;
  padding:10px;
  border:1px solid #eee;
  margin-bottom:25px;
  transition:all ease 0.35s;
 }
 .inpage-product-list-box .img{
  position: relative;
  width:100%;
  padding-top:100%;
  overflow: hidden;
 }
 .inpage-product-list-box .img img{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transition:all ease 0.35s;
  } 
  .inpage-product-list-box:hover {
    border:1px solid #113659;
  }
   
  .inpage-product-list-box:hover img{
    left:-5%;
  top:-5%;
  width:110%;
  height:110%;
  }
  .inpage-product-list-box .title{
    width:100%;
    padding:10px 10px 0 10px;
    text-align: center;
  }
/*内页案例*/
 .inpage-case-list-box{
  width:100%;
  padding:10px;
  border:1px solid #eee;
  margin-bottom:25px;
  transition:all ease 0.35s;
 }
 .inpage-case-list-box .img{
  position: relative;
  width:100%;
  padding-top:60%;
  overflow: hidden;
 }
 .inpage-case-list-box .img img{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transition:all ease 0.35s;
  } 
  .inpage-case-list-box:hover {
    border:1px solid #113659;
  }
   
  .inpage-case-list-box:hover img{
    left:-5%;
  top:-5%;
  width:110%;
  height:110%;
  }
  .inpage-case-list-box .title{
    width:100%;
    padding:10px 10px 0 10px;
    text-align: center;
  }
/*产品和案例公用详情*/
.inpage-show-title{
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 800;
    color:#113659;
    border-bottom:1px dashed #eee;
    margin-bottom:40px;
  }
  .inpage-show-content{
    width:100%;
    margin-top:40px;
    
    padding-top:20px;


  }
  .inpage-show-content p,.inpage-show-content div{
    line-height: 2em;
  }

  .inpage-product-article{
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    margin-bottom:20px;
  }
  .inpage-product-article .img{
    text-align: center;
    border-bottom:1px solid #eee;

  }
  .inpage-product-article .img img{
    width:500px;
    max-width: 100%
  }

/*新闻资讯*/
.inpage-new-box{
    padding:20px 40px;
    margin-bottom:40px;
    border:1px solid #eee;
    transition:all ease 0.35s;
  }
  .inpage-new-box:hover{
    box-shadow:0px 5px 10px rgba(0,0,0,0.1) ;
  }
  .inpage-new-box .top{
    display: flex;
    line-height: 40px;
    justify-content:space-between;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:20px;
  }
  .inpage-new-box .top .title{
    font-size: 18px;
    line-height: 40px;
  }
  .inpage-new-box .top .time{
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    width:120px;
  }
  .inpage-new-box .desc{
    font-size: 14px;
    line-height: 30px;
    color:#999;
  }
  .inpage-new-box .more{
    margin-top:20px;
  }

  
 
.bottom-nav>li {
  float:left;
  margin-right:20px
}
.bottom-search {
  width:600px;
  max-width: 100%;
}
.form-group {
  position: relative;
}
.form-group input {
  width: 100%;
  height:40px;
  border-radius: 5px;
  border:1px solid #ccc
}
.form-group button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0px;
  background: #fff;
  line-height: 40px;
  background:#2C96D9 ;
  width: 80px;
  border-radius: 0 5px 5px 0;
  color: #fff
}
.remen {
  color: #fff;
  font-size: 16px;
  font-family: '阿里妈妈数黑体';
}
.remen a {
  color: #2C96D9;
  font-size: 16px;
}
.remen a:hover {
  color: #ed7500
}
.home-area {
  color:#fff
}
.bottom-nav {
  padding-bottom:20px;
  margin-bottom: 20px;
  border-bottom:1px solid #fff
}
.bottom-nav li {
  display: inline-block;
  vertical-align:top;
  margin-right:10px
}
.bottom-nav li a {
  color:#fff
}
.bottom-nav .second li {
  display: block;
}
.bottom {
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  border-top:1px solid rgba(255,255,255,0.2);
  margin-top:20px;
  padding-top:20px;
}
.bottom a {
  color: #fff;
  margin-right:5px;
  
}
.bottom a:hover {
  color: #2C96D9;
   
}
/*右侧按钮*/
  .right-button {
  width: 50px;
  position: fixed;
  right: -50px;
  bottom:450px;
  z-index: 9999;
  transition: all 0.3s ease 0s;
}
.right-button .buttonA {
  width: 50px;
  height: 50px;
  background: #ddd;
  margin-bottom: 4px;
   
  padding: 0;
  text-align: center;
  cursor: hand;
  position: relative;
}
.right-button .aa {
  padding: 5px
}
.right-button .buttonA a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px
}
.right-button .buttonA:hover {
  background: #163658;
}
.right-button .buttonA span {
  font-size: 20px;
  
  line-height: 20px;
  display: inline-block;
  height: 20px
}
.right-button .buttonA p {
  font-size: 12px;
   
  height: 10px;
  font-family: '宋体'
}
.right-button .buttonA:hover span {
  color: #fff
}
.right-button .buttonA:hover p {
  color: #fff
}
.right-button .buttonB {
  width: 50px;
  height: 50px;
  background: #ddd;
  margin-bottom: 4px;
   
  text-align: center;
}
.right-button .buttonB:hover {
  background: #163658;
}
.right-button .buttonB span {
  font-size: 20px;
   
  line-height: 50px;
  display: inline-block;
  height: 50px
}
.right-button .buttonB:hover span {
  color: #fff;
}
.right-button .buttonA .b-left {
  width: 200px;
  position: absolute;
  right: -200px;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: -1;
  opacity: 0;
  padding-right:10px
}
.right-button .buttonA .b-left img {
  width: 100%
}
.right-button .buttonA:hover .b-left {
  right: 50px;
  opacity: 1
}
.right-button .buttonA .b-left .b-tel {
  font-weight: 800;
}
/*移动端底部按钮*/
  .m-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #333;
  border-top: 1px solid #666;
  padding:5px 0;
  height: 50px
}
.m-bottom .col-4,.m-bottom .row {
  padding: 0;
  margin: 0
}
.m-bottom .row .col-4 {
  border-right: 1px solid #000;
  border-left: 1px solid #666
}
.m-bottom .row .col-4:last-child {
  border-right: 0px solid #ccc;
}
.m-bottom .row .col-4:first-child {
  border-left: 0px solid #ccc;
}
.m-bottom a {
  display: block;
  width: 100%;
}
.m-bottom-ico {
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.m-bottom-text {
  text-align: center;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
} 
 

 


#qd-pages{width:100%; text-align: center; display: flex;justify-content: center;margin-top:3%}
#qd-pages p{display: inline-block; height:30px;line-height: 10px; }
#qd-pages li{display: inline-block; height:30px; border:1px solid #ddd;margin:3px;border-radius: 3px; background: #eee}
#qd-pages li:hover{background: #333}
#qd-pages li:hover a{color:#fff;}
#qd-pages li a{display:block; width:auto;height:30px;padding:5px 10px;font-size: 14px; line-height: 20px;color:#777 }
#qd-pages li a:hover{color:#fff;}
#qd-pages span{display:inline-block;  height:30px;  font-size: 14px; }
#qd-pages .now{background: #333}
#qd-pages .now a{color:#fff;}
#qd-pages .dian{border:none; background: none; padding: 0;line-height: 20px; height: 30px; vertical-align:top;}
#qd-pages .dian a{color: #aaa; line-height: 20px;padding: 0}
#qd-pages .dian:hover{border:none; background: none}
#qd-pages .pages-first{text-transform:Uppercase;padding:5px 10px }
#qd-pages .pages-last{text-transform:Uppercase; padding:5px 10px }
