.nav_tit li a:hover,
.nav_sjj .nav_sjj_tit li a:hover{
  background: #ff2600;
  color: #fff;
}
.nav_tit li .active,
.nav_sjj .nav_sjj_tit li .active{
  background: #ff2600;
  color: #fff;
}
/* 产品中心 */
.product{
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: 40px;
}
.product .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .w .product_left{
  width: 25%;
  background: #fff;
}
.product .w .product_left li a{
  display: block;
  line-height: 55px;
  padding: 0 15px;
  border-bottom: 1px dashed #d4d4d4;
  transition: all 0.5s;
  color: #333;
}
.product .w .product_left li a:hover{
  background-color: #ff2600;
  color: #fff;
}
.product .w .product_left li a span:last-of-type{
  float: right;
}
.product .w .product_right{
  width: 74%;
  display: flex;
  flex-wrap: wrap;
}
.product .w .product_right li{
  margin: 0 0.5% 12px;
  width: 32%;
  max-height: 450px;
  float: left;
  background: #fff;
  padding: 10px 10px 15px;
  overflow: hidden;
}
@media(min-width:980px){
  .product .w .product_right li{
    width: 32.6%;
  }
  .product .w .product_right li:nth-child(3n){
    margin-right: 0;
  }
  .product .w .product_right li:nth-child(3n+1){
    margin-left: 0;
  }
}

.product .w .product_right li a>div{
  overflow: hidden;
}
.product .w .product_right li a>div img{
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product .w .product_right li:hover a>div img{
  transform: scale(1.3);
}
.product .w .product_right li h3{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 20px 0 8px;
  text-align: center;
  transition: all 0.8s;
}
/* 产品中心结束 */
/* 电子应用开始 */
.dzyy{
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.dzyy .w ul{
  display: flex;
  flex-wrap: wrap;
}
.dzyy .w ul li{
  width: 32%;
  margin: 10px 0.5%;
  background-color: #f3f3f3;
  text-align: center;
}
.dzyy .w ul li a>div{
  width: 100%;
  overflow: hidden;
}
.dzyy .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.dzyy .w ul li:hover img{
  transform: scale(1.3);
}
.dzyy .w ul li h3{
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}
.dzyy .w ul li:hover h3{
  color: #ff2600;
}
/* 电子应用结束 */
/* 企业新闻开始 */
.qylb_pic_box ul li{
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 40px 0;
}
.qylb_pic_box ul li:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.qylb_pic_box ul li .pic_box{
  width: 30%;
  float: left;
  overflow: hidden;
}
.qylb_pic_box ul li .pic_box img{
  width: 100%;
  height: 230px;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.qylb_pic_box ul li:hover .pic_box img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.qylb_pic_box ul li .qylb_tit{
  width: 70%;
  float: right;
  padding: 0 3%;
}
.qylb_pic_box ul li .qylb_tit h3{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 35px 0 15px;
}
.qylb_pic_box ul li .qylb_tit h3 a{
  color: #333;
  transition:all 0.5s;
}
.qylb_pic_box ul li:hover .qylb_tit h3 a{
  color:#ff2600 
}
.qylb_pic_box ul li .qylb_tit p{
  font-size: 14px;
  color: #666;
  display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 line-height: 30px;
}
.hy_more{
  color: #333;
  display: inline-block;
  background-color: #e5e5e5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  border-radius: 5px;
  float: right;
  width: 110px;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: 10px;
}
.qylb_pic_box ul li:hover .hy_more{
  background-color: #ff2600;
  color: #fff;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
}
.hy_time{
  color: #999;
}
/* 企业新闻结束 */
/* 应用中心开始 */
.router .w .breadcrumb{
  margin: 0;
}
.testimonial{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 40px 0;
  background: #fbfbfb;
  margin-bottom: 30px;
}
.testimonial .w ul{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 30px;
  background: #fff;
}
.testimonial .w ul li{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.testimonial .w ul li:nth-child(odd) .appli_left,
.testimonial .w ul li:nth-child(even) .appli_right{
  width: 50%;
  float: left;
  overflow: hidden;
}
.testimonial .w ul li:nth-child(even) .appli_left,
.testimonial .w ul li:nth-child(odd) .appli_right{
  width: 50%;
  float: right;
  overflow: hidden;
}
.testimonial .w ul li:nth-child(odd) .appli_left::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #ff2600;
  transition: all 0.5s;
  z-index: 1;
}
.testimonial .w ul li:nth-child(even) .appli_left::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #ff2600;
  transition: all 0.5s;
  z-index: 1;
}
.testimonial .w ul li:hover .appli_left::before{
  width: 50%;
}
.testimonial .w ul li .appli_left img{
  width: 100%;
  transition: all 0.36s ease 0s;
}
.testimonial .w ul li:first-child .appli_right{
  padding-top:0!important;
}
.testimonial .w ul li:nth-child(odd) .appli_right{
  padding: 30px 0 30px 30px;
}
.testimonial .w ul li:nth-child(even) .appli_right{
  padding:30px 30px 30px 0;
}
.testimonial .w ul li .appli_right h3{
  margin: 0 0 12px;
}
.testimonial .w ul li .appli_right h3 a{
  font-size: 26px;
  color: #000;
  font-weight: 300;
}
.testimonial .w ul li .appli_right p{
  font-size: 16px;
  color: #888;
  line-height: 34px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;/*控制行数*/
  overflow: hidden;
}
.testimonial .w ul li .appli_right small a{
  width: 35%;
  line-height: 40px;
  display: block;
  border: 1px solid #ff2600;
  color: #ff2600;
  text-align: center;
  margin-top: 25px;
  transition: all 0.5s;
}
.testimonial .w ul li:hover .appli_left img{
  transform: scale(1.3)
}
.testimonial .w ul li:hover .appli_right small a{
  background: #ff2600;
  color: #fff;
}
/* 应用中心结束 */
/* 分页 */
.fy_box{
  width: 100%;
  overflow: hidden;
  padding: 30px 0 60px;
}
.qylb_pic_box .fy {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.qylb_pic_box .fy li {
  margin: 0!important;
}
.qylb_pic_box .fy a {
  color: #333;
}
.qylb_pic_box .fy .pagination > .active > a,
.qylb_pic_box .fy .pagination > .active > a:focus,
.qylb_pic_box .fy .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff2600;
  border-color: #ff2600;
}
.qylb_pic_box .fy .active {
  background-color: #ff2600!important;
  color: #fff;
}
.fy  .center{
  display: flex;
  align-items: center;
  justify-content: right;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
.fy .fy_inp{
  display: inline-block;
}
.fy .fy_inp input{
  width: 50px;
  height: 31px;
  position: relative;
  top: 0;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.fy .fy_inp button{
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #ff2600;
  color: #fff;
  outline: none;
}
@media(max-width:768px){
  
  /* 新闻 */
  .qylb_pic_box ul li {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 30px auto;
  }
  .qylb_pic_box ul li .pic_box {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .qylb_pic_box ul li .qylb_tit {
    width: 100%;
    float: none;
    padding: 0 10px 58px;
  }
  .qylb_pic_box ul li .qylb_tit h3 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 10px;
  }
  .qylb_pic_box ul li .qylb_tit p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }
  /* 军工产品 */
  .product .w .product_left {
    width: 100%;
    background: #fff;
  }
  .product .w .product_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product .w .product_right li {
    margin: 10px 0;
    width: 100%;
    max-height: initial;
    text-align: center;
    padding-bottom: 30px;
  }
  /* 应用 */
  .testimonial {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 30px;
    background: #fbfbfb;
    margin-bottom: 30px;
  }
  .testimonial .w ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .testimonial .w ul li:nth-child(odd) .appli_left, 
  .testimonial .w ul li:nth-child(even) .appli_right {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .testimonial .w ul li:nth-child(even) .appli_left, 
  .testimonial .w ul li:nth-child(odd) .appli_right {
    width: 100%;
    float: right;
    overflow: hidden;
  }
  .testimonial .w ul li:nth-child(odd) .appli_right {
    padding: 20px 0 40px 0;
  }
  .testimonial .w ul li:first-child .appli_right {
    padding-top: 20px!important;  
  }
  .testimonial .w ul li:first-child .appli_right,
  .testimonial .w ul li:nth-child(even) .appli_right {
    padding-top: 20px!important;
  }
  .testimonial .w ul li .appli_right h3 a {
    font-size: 22px;
    color: #000;
    font-weight: inherit;
  }
  .testimonial .w ul li .appli_right p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .testimonial .w ul li .appli_right small a {
    width: 50%;
    line-height: 40px;
    display: block;
    border: 1px solid #ff2600;
    color: #ff2600;
    text-align: center;
    margin-top: 19px;
    transition: all 0.5s;
  }
  .testimonial .w ul li:hover .appli_left::before {
    width: 100%;
  }

}
