.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  display: inline-block;
  width: 62%;
  margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.mbxnav .bar_qy_hy {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
.mbxnav .bar_qy_hy span {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  color: #999;
}
.mbxnav .bar_qy_hy .active a {
  color: #6d0fc5;
  font-size: 20px;
  font-weight: bold;
}
.xw_banner{
  height: 180px;
  border-bottom: 1px solid #ccc;
}
.xw_banner .slide-area{
  height: 100px;
}
.xw_banner .ma5slider .slides{
  height: 100%;
}
.xw_banner .ma5slider .slide{
  width: 33%;
  left: 33%;
  font-size: 14px;
}
.xw_banner  .evenban{
  height: 100%;
}
.xw_banner  .evenban .even_a{
  display: flex!important;
  height: 100%;
}
.xw_banner  .evenban .left_pic{ 
  width: 40%;
  height: 100%;
}
.xw_banner  .evenban .left_pic img{ 
  width: 100%;
  height: 100%;

}
.xw_banner  .evenban .rig_tit{
  width: 60%;
  vertical-align: top;
  text-align: left;
  padding: 0 20px;
}
.xw_banner  .evenban .rig_tit .a_tit{
color: #333;
}
.xw_banner  .evenban .rig_tit .p_tit{
  color: #333;
}

.xw_banner  .outside-dots .dots>.dot{
  width: 30px;
  margin: 4px 13px;
  height: 5px;
}
.xw_banner  .outside-dots .dots>.dot.active{
  background-color: #819ab1!important;
  width: 35px;

}
.qylb_pic_box{
  margin: 50px 0;
}
.qylb_pic_box ul .click {
  cursor: pointer;
}
.qylb_pic_box ul li {
  padding: 0px;
  margin: 5px 15px;
}
.qylb_pic_box ul li .pic_box {
  height: 80%;
}
.qylb_pic_box ul li .pic_box img {
  width: 100%;
  height: 100%;
}
.qylb_pic_box ul li .qylb_tit {
  display: flex;
  align-items: center;
}
.qylb_pic_box ul li .qylb_tit .date{
  /* width: 20%; */
  font-size: 20px;
}
.qylb_pic_box ul li .qylb_tit .date .rig_ico{
  font-size: 22px;
  vertical-align: middle;
}

.qylb_pic_box ul li .qylb_tit .tit {
  display: inline-block;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 15px;
  border-bottom: 1px dashed #f2f2f2;
}
.qylb_pic_box ul li .qylb_tit .tit:hover{
  box-shadow: 0 0 20px #a2a2a2;
  background: #00479b;
  color: #fff;
}
.qylb_pic_box ul li .qylb_tit .tit .bt_tit{
  font-size: 15px;
  font-weight: bold;
}
.qylb_pic_box ul li .qylb_tit .tit .con{
  font-size: 14px;
  line-height: 26px;
}
.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: #1d81ff;
  border-color: #1d81ff;
}
.qylb_pic_box .fy .active {
  background-color: #1d81ff !important;
  color: #fff;
}
.fy  .center{
  display: flex;
  align-items: center;
}
.fy .fy_inp{
  display: inline-block;
}
.fy .fy_inp .inp_span{
  margin: 0 10px;
}

.fy .fy_inp input{
  width: 50px;
  height: 31px;
  position: relative;
  top: -3px;
  text-align: center;
  border: 1px solid #ccc;
}
.fy .fy_inp button{
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #1d81ff;
  color: #fff;
}
.spjszx {
  padding: 45px 8px;
}
.spjszx h4 {
  font-size: 16px;
  color: #1d81ff;
}
.spjszx .p1 {
  color: #999;
}
.spjszx p {
  font-size: 14px;
}
.spjszx p .sl_date {
  margin-left: 30px;
}
@media (min-width: 1520px) {
  .qylb_pic_box ul li {
    width: 100%;
    margin: 5px 15px;
  }
}
/* 行业方案开始 */
.testimonial{
  border-left: 4px solid #00449a;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px 157px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s linear;
  cursor: pointer;
}
.testimonial:hover{
  transform: translateY(-10px);
}
.pic{
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 20px;
}
.pic img{
  width: 100%;
  height: auto;
}
.description{
  font-size: 14px;
  color: #555;
  line-height: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.title{
  margin-top: 0;
}
.title a{
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #00449a;
  margin: 0;
}
.post a{
  display: inline-block;
  font-size: 14px;
  color: #0072ff
}

/* 行业方案结束 */
/* 新闻资讯开始 */
.service_box_item{
  margin-bottom: 30px;
  transition: all 400ms linear 0s;
}
.service_box_item img{
  height: 210px;
  float: left;
  padding-right: 25px;
}
.service_box_item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.service_text{
  padding-left: 15px;
  margin-top: 0px;
  background-color: #F8F8F8;
  padding: 25px 25px 30px;
  min-height: 210px;
}
.service_text a h4{
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  text-transform: capitalize;
  padding-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.service_text p{
  font-size: 14px;
  color: #414141;
  line-height: 24px;
  margin-bottom: 11px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
.theme-btn{
  color: #FFF;
  background-color: #00449a;
  border-radius: 40px;
  font-size: 14px;
  border: none;
  margin: auto;
  float: none;
  display: table;
  padding: 12px 25px;
  transition: all 400ms linear 0s;
}
.service_box_item:hover .theme-btn{
  background-color: #1d81ff;
  color: #fff;
}
.new_icon{
  color: #00449a;
  font-size: 30px;
  border: none;
  float: none;
  display: table;
  transition: all 400ms linear 0s;
}
.new_time{
  color: #a3a3a3!important;
}
/* 新闻资讯结束*/
@media (max-width: 980px) {
  .testimonial{
    margin: 0 0 30px 0;
  }
  .qylb_pic_box{
    margin: 0;
  }
  .qylb_pic_box ul li{
    margin: 0;
  }
  .service_box_item img{
    height: 210px;
    float: left;
    padding-right: 0px;
  }
}
@media(max-width:768px){
  .service_text {
    padding-left: 15px;
    margin-top: 0px;
    background-color: #F8F8F8;
    padding: 25px 25px 30px;
    display: block;
  }
  .service_box_item img {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
}