a:hover {
  text-decoration: none !important;
  color: #1b79b6;
}
/*右侧电话号码*/
.telBox {
    position: absolute;
    right: 3%;
    font-size: 18px;
    line-height: 64px;
    top: 20px;
    height: 64px;
    color: #515151;
    background: url(../img/tel_ico.png) no-repeat scroll left center;
    padding-left: 34px;   
    display: block;
}
.telBox span{
  color: #0d3aa3;
  font-size: 22px;
}
/*头部导航*/
.cd-top {
  background-color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 0px;
  border: 0px;
}
.navbar-fixed-top .navbar-collapse{
  max-height: 100%;
}
.cd-top .navbar-toggle{
  margin-top: 18px;
}
.cd-top .navbar-brand img {
  max-height: 90%;
}
.cd-top .navbar-nav > li > a:hover,
.cd-top .navbar-nav > .active > a,
.cd-top .navbar-nav > .active > a:focus,
.cd-top .navbar-nav > .active > a:hover {  
  color: #1c2537;
}
.cd-top .navbar-nav > li > a {
  color: #1c2537;
}
.cd-top .navbar-form .form-control {
  border-radius: 13px;
  max-width: 100%;
}
.cd-top .navbar-form {
  position: relative;
}
.cd-top .navbar-form .cd-top-btn {
  position: absolute;
  border: none;
  background: none;
  right: 18px;
  top: 6px;
}
.cd-lb .carousel-indicators li {
  width: 20px;
  height: 20px;
  border: none;
  background-color: #ffffff;
  opacity: 0.4;
}
.cd-lb .carousel-indicators li:not(:last-child) {
  margin-right: 4px;
}
.cd-lb .carousel-indicators .active {
  background-color: #1b79b6;
  margin: 1px;
  opacity: 0.9;
}

/*视频*/
.video{
  background: #000;
  position: relative;
}
.choose{
  background-image: url(../img/choose.jpg);
}
.parner{
  background-image: url(../img/parner.jpg);
}

.video .play-btn{
  width:50px;
  position: absolute;
  top:50%;
  margin-top: -100px;
  left:50%;
  margin-left: -150px; 
  opacity: 0.5;
}
.video a:hover .play-btn{
  opacity: 0.95;
}

/*荣誉资质*/
.honor{
  padding: 60px 0px;
  position: relative;
  background: #f5f5f5;
}
.honor .honor-content{  
  position: relative;
}
.honor .honor-title{
  font-size: 36px;
  font-weight: bold;
  color: #0d3aa3;
  margin-bottom: 20px;
}
.honor .honor-title p{
  font-size: 18px;
  font-weight: normal;
  color: #525252;
}
.honor-content .swiper-button-next, .honor-content .swiper-button-prev{
  background: #0d3aa3;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 140px;
  height: 140px;
  width: 60px;
}
.honor-content .swiper-button-next, .honor-content .swiper-container-rtl .swiper-button-prev{
 right: -80px; 
}
.honor-content .swiper-button-prev, .honor-content .swiper-container-rtl .swiper-button-next{
  left:-80px;
}
#demob {overflow:hidden;width: 100%; margin:auto; padding-top:16px;}
#demob img {padding:0;}
#indemob {float: left;width: 900%; height: 375px;}
#demo1b，#demo2b {float: left;}
.ww{ float:left; text-align:center;}
.ww .nav-pic{float:left; width:275px; margin-right: 20px;}
.ww .nav-pic img{width:275px;}

/*产品展示*/
.products{
  background:url(../img/product.jpg) no-repeat #414040;
  padding: 125px 0px 0px; 
}
.bnspic { 
    margin: 0px auto;
    height: 635px;
    position: relative;   
}
.big_pic {    
    position: relative;
}
.big_pic, .big_pic img {
    width: 100%;
}
.big_pic, .small_pic {
    float: left;
}
.big_pic li {
    position: absolute;
    top: 0;
    left: -10%;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.4);
    z-index: -1;
    transition: all linear 0.2s;
}
.big_pic .on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.small_pic {
    width: 480px;
    height: 550px;
    position: absolute;
    right: 0%;
    top: 0px;
    z-index: 2;
}
.small_pic li {
    width: 130px;
    height: 130px; 
    padding-top: 20px;  
    margin: 0 0 40px 25px;
    background: #60605f;
    float: left;
    position: relative;
    transition: all ease .2s;
}
.small_pic a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.small_pic a span {
    font-size: 16px;
    color: #fff; 
    display: block;  
}
.small_pic .on, .small_pic li:hover {
    position: relative;
    z-index: 1;
    background: #0d3aa3;
    box-shadow: 0 0 30px #0d3aa3;
}
/*产品应用*/
.app-detail{
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.app-detail .product-img{
  width: 100%;
}
.app-detail .product-img img{
  width: 100%;  
  transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; 
  -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.app-detail .product-img:hover img{
  transform: scale(1.04); -webkit-transform: scale(1.04);
}
.app-detail .app-name {
    width: 100%;
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background:#242424;
}
.app-detail .app-name:hover {
    background: rgba(15,58,163,0.95)
}
.honorlist .img img{ max-width: 100%; }
.honorlist .img { overflow: hidden; margin-bottom: 15px; }
/*新闻列表页*/
.news{ overflow:hidden;}
.newslist ul li{ 
  padding: 20px 30px;
}
.newslist ul li .news-con{
  padding-left: 0px; 
  margin-bottom: 0px;
  transition: all 0.5s;
  overflow: hidden;
}
.newslist ul li .news-con:hover{
  box-shadow: 15px 0px 50px #bbbbbb;
}
.news-con .news_pic{
  padding-left: 0px;
}
.news-con .news-date span{
  display: block;
  font-size: 24px; 
}
.newslist ul li .news-con::after{  
  content: "";
  width: 75%;
  float: right;
  border-bottom: 2px  solid #dfdfdf;
  display: block;
  margin-top: -2px;
}
.news-con .desc-content{
  padding-top: 40px;
  font-size: 16px;  
}
.news-con .news-title{
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
}
.news-con .boderL{
  border-left: 2px solid #dedede;
}
.news-con .nnews_lb_cnt {
    width: 90%;
    margin-right: 2%;
    float: left;
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
}
.news-con .nnews_lb_xq {    
    float: left;
    width: 8%;
    height: 30px;
    border-left: 1px solid #e5e5e5;
    transition: all 0.25s ease 0s;
    background: url(../img/arrow-img004.png) no-repeat -8px;
}
.news-con:hover .nnews_lb_xq{background: url(../img/arrow-img004.png) no-repeat -1px;}
.newslist ul li:hover .news-con::after{
  border-bottom: 0px  solid #dfdfdf;
}


/*应用领域详情页*/
.newslist .entry-item {
    margin-bottom: 7%;
    position: relative;    
}
.newslist .entry {
    box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
    -webkit-box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
    border-bottom: 2px solid #d22e2e;
    background-color: #fff;
    padding: 30px 3.5% 40px;
    position: relative;
}
.newslist .entry-title {
    font-size: 20px;
}
.newslist .entry-title a {
    color: #121212;
}
.newslist .entry-title a:hover {
    color: #d22e2e;
}
.entry-meta {
    margin: 20px 0;
}
.entry-meta li, .entry-meta li a {
    color: #bbb;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    padding:0px !important; 
}
.entry-meta li i {
    color: #bbbbbb;
    margin-right: 8px;
    font-size: 13px;
}
.entry-meta li:before {
    content: "/";
    opacity: 0.5;
    margin: 0 7px;
}

.newslist .entry-content{
    font-size: 15px;
    line-height: 2;    
}
.newslist .entry-content img{
  max-width: 100%;
}
.newslist .entry-content a.btn {
    margin-top: 10px;
    margin-left: 15px;
}
.newslist .entry-content.showApp{
    font-size: 20px;
    line-height: 1.8;    
}
.newslist .entry-content.showApp strong{
  font-size: 24px;
}
.newslist .entry-content.showApp img{
  width: 100%;
}
.newslist .entry-content.showApp table tr td{
  font-size: 18px;
  padding-left: 10px;
}
.newslist .entry-content.showApp table tr td img{
  width: auto;
  max-width: 100%;
}
.btn.btn-stroke {
    color: #121212;
    border: 2px solid #edf0f0;
    background-color: transparent;
}
.btn-md {
    font-size: 12px;
    padding: 0 27px;
    line-height: 40px;
}
.btn.btn-stroke:hover{
  background-color: #d22e2e;
  color: #fff;
}
.page-nav-box{  
  background: #f6f6f6;
}
@media (min-width: 767.78px) {
  .cd-top {
    /* margin-top: 2px; */
  }
  .cd-top .navbar-form {
    margin-top: 14px;
  }
  .cd-top .navbar-form {
    max-width: 210px;
  }
  .cd-top .navbar-form .cd-top-btn {
    top: 16px;
  }
  .cd-lb .carousel-indicators {
    bottom: 145px;
  }
}
  .cd-top .navbar-brand {
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
  } 
  .cd-top{ text-align: center; }
  .cd-top .navbar-nav{
    float: left;
    display: inline-block;
    height: 100px;     
  }
  .cd-top .navbar-nav > li{
   position: relative; 
  }
  .cd-top .navbar-nav > li > a {
    font-size: 18px;
    line-height: 75px;
    padding-right: 20px; 
    text-align: center;
    /* margin-top: 15px; */
    margin-left: 1px;
    padding-left: 20px; 
    position: relative;
    display: block;
    z-index: 2;
  }
@media screen and (max-width: 1260px){
  .cd-top .navbar-nav {
    display: block;
    height: auto;   
  }
}
.cd-top .navbar-nav>li:before{content: ""; width: 100%; height: 0; background: #0d3aa3; position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.3s;}
.cd-top .navbar-nav>li:hover:before{height: 100%;}
.cd-top .navbar-nav>li:hover>a {color: #fff;}
.cd-top .navbar-nav>li>ul{position: absolute; left: 0; top: 80%; width: 100%; text-align: center; display: none; opacity: 0;}
.cd-top .navbar-nav>li>ul li{height: 50px; line-height: 50px; background: #ffffff;}
.cd-top .navbar-nav>li>ul li a{width: 100%; height: 100%; display: block; color: #333333; text-decoration: none; position: relative; z-index: 2; transition: all 0.2s;}
.cd-top .navbar-nav>li>ul li a:before{content: ""; width: 0; height: 100%; background: #0d3aa3; position: absolute; left: 0; top: 0; z-index: -1; transition: all 0.2s;}
.cd-top .navbar-nav>li>ul li a:hover{color: #ffffff;}
.cd-top .navbar-nav>li>ul li a:hover:before{width: 100%;}
.cd-top .navbar-nav>li.logo:before{ background: transparent; }

.nav-scroll .cd-top{background: #0d3aa3;}
.nav-scroll .cd-top .telBox,.nav-scroll .cd-top .navbar-nav > li > a{color: #fff;}
.nav-scroll .cd-top .telBox{background: url(../img/tel_icow.png) no-repeat scroll left center;}
.nav-scroll .cd-top .navbar-nav>li:before{content: ""; width: 100%; height: 0; background: #fff; position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.3s;}
.nav-scroll .cd-top .navbar-nav>li:hover:before{height: 100%;}
.nav-scroll .cd-top .navbar-nav>li:hover>a { color: #0d3aa3;}
.nav-scroll .cd-top .telBox span {color: #fff; }
.nav-scroll .cd-top .navbar-nav>li.logo:before{ background: transparent; }

.logo img:first-child {
    display: block;
}
.logo img:last-child {
    display: none;
}
.nav-scroll .logo img:first-child {
     display: none;
}
.nav-scroll .logo img:last-child {
    display: block;
}

@media (min-width: 767.78px) and (max-width: 1199.98px) {
  .cd-top .navbar-nav > li > a {
    padding: 15px 7px;
  }
}
@media (max-width: 1440px){
  .cd-top .navbar-nav > li > a {   
    padding-right: 10px;     
    padding-left: 10px; 
    font-size: 16px;
    line-height: 40px;   
  }
  .telBox {    
    right: 1%;
    font-size: 14px;    
  }
  .telBox span{ 
    font-size: 16px;
  }
}
.evaluate {
    background: url(../img/case_02.jpg) center 0 no-repeat;
    padding: 100px 0;
    background-attachment: fixed;
    background-size: cover;
}
.table-bordered>tbody>tr>th{
  background: #d22e2e;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 767.78px) {
  .i-more-div {
    text-align: right;
    padding-top: 24px;
  }
}
.more-btn {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}
.more-btn span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #9d9c9c;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.more-btn:hover span {
  color: #fff;
  background-color: #1b79b6;
}

.square-more {
  display: inline-block;
  width: 87px;
  height: 78px;
  color: white;
  font-size: 16px;
  background-color: #e12125;
  text-align: center;
}
.square-more span {
  display: block;
  font-size: 20px;
  padding-top: 16px;
  margin-bottom: 6px;
}
.square-more:hover {
  background-color: #1b79b6;
  color: white !important;
}
/*底部*/
footer {
  padding: 60px 0px;
  background: url(../img/foot.jpg) no-repeat top center #efefef;
  color: white;
}

footer .foot1-box{
  width:13.6%;
  float:left;
}
footer .foot1-box .foot-er {
  width:140px;
  text-align: center;
  padding:10px 0;
}
footer .foot1-box .foot-er img{
  width:140px;
}
footer .foot1-box .foot-er p{
  color:#2b2b2b;
  padding:10px 0;
}
footer .info a{
  display: inline !important;
}

footer .title {
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  margin-bottom:20px;
}
footer a {
  color: #313131;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
footer .tel {
  color: #0d3aa3;
  font-size: 30px;
  padding-bottom: 10px;
}
footer .info {
  font-size: 14px;
  color: #313131;
  margin: 0px 0px;
}
.copyright {
  text-align: center;
  padding: 25px 0px;
  font-size: 16px;
  color: #352626;
  background: #fff;
}
.copyright a{
  color: #352626;
}
.float{
  display: block;
  position: fixed;
  right: 1px;
  top: 40%;
  z-index: 10000;
}
@media(max-width:767.78px){
  .float{
    top: auto;
    bottom: 1px;
  }
}
.sub {
  width: 100%;  
  position: fixed;
  top: 104px;
  left: 0px;
  display: none;
  overflow: hidden;
  text-align: left;
  z-index: 200;  
  background-color: #f5f5f5;  
  animation: big 300ms;
  transform-origin: top;  
}
#navbar>.navbar-nav>li:hover>.sub{
  display: block;
}
.sub .nav_xiao {  
  overflow: hidden;  
  margin: 50px auto;
}
@keyframes big{
  from{
    transform: scaleY(0.5);
  }
  to{
    transform: scaleY(1);
  }
}
.sub .nav_xiao .menuLeft {  
  padding: 0; 
}
.sub .nav_xiao .menuLeft img {
  max-width: 100%;
  max-height: 100%;
}
.sub .nav_xiao .menuRight{
  padding-top: 80px;
}
.sub .nav_xiao .menuRight a {
  text-align: left;
  display: inline-block;
  width: 45%;
  padding-left: 10px;
  line-height: 3;  
  font-size: 14px;
  color: #6d6d6d;
  background: url(../img/nav_dian2.png) no-repeat left center;
}

.sub .nav_xiao .promenuLeft a,.sub .nav_xiao .promenuRight a {
  text-align: left;
  display: inline-block;
  width: 45%;
  padding-left: 10px;
  line-height: 3;  
  font-size: 14px;
  color: #6d6d6d;
  background: url(../img/nav_dian2.png) no-repeat left center;
}
.sub .nav_xiao .promenuLeft h2,.sub .nav_xiao .promenuRight h2{
  font-size: 18px;
  font-weight: normal;
  color: #333333;  
  line-height: 50px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
}
@media(max-width:767.78px){
  .sub {
    display: none!important;
  }
}
@media screen and (max-width:1024px){
  .newslist ul li {
    padding: 10px 0px;
  }
  .news-con .news-title {
    font-size: 16px;
    line-height: 1.6;   
  }
  .news-con .desc-content {
    padding-top: 20px;
    font-size: 14px;
  }
  .news-con .news-date span {    
    font-size: 20px;
  }
  .news-con .nnews_lb_xq {
    float: left;
    width: 100%;
    height: 30px;
     border-left: 0px solid #e5e5e5; 
    transition: all 0.25s ease 0s;
    background: url(../img/arrow-img004.png) no-repeat -8px;
}
  .products {   
    padding: 40px 0px 0px;
  }
  .big_pic, .small_pic {
    float: none;
  }
  .big_pic{
    height: 240px;
  }
  .big_pic li {    
    left: 0%;
  }
  .small_pic {
    width: 100%;
    height: auto;
    position: relative;
    right: 0%;
    top: 0px;
    z-index: 2;
  }
  footer {
    padding: 30px 0px;   
    background-size: cover;
  }
  footer .title {   
    margin-bottom: 0px;
  }
  footer .tel {    
    padding-bottom: 0px;
  }

}