.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
}
.mbxnav .nav_bar_box .breadcrumb a {
    line-height: 36px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #333;
    content: "/\00a0";
}
.bar_qy_hy {
    width: 100%;
    display: inline-block;
    padding: 40px 0 0px 0;
}
.bar_qy_hy h1 {
    font-size: 36px;
    color: #d01623;
    line-height: 43px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }


.bar_qy_hy_list{
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.bar_qy_hy_list ul li{
    height: 56px;
    float: left;
    text-align: center;
    margin-right: 2%;
    line-height: 56px;
    width: 100px;
}
.bar_qy_hy_list ul li a{
    line-height: 41px;
    font-size: 16px;
}


.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: #5d7eb1;
  border-color: #5d7eb1;
}
.qylb_pic_box .fy .active {
  background-color: #5d7eb1 !important;
  color: #fff;
}


.fy{
    float: right;
    border-bottom: 1px solid #ccc;
    text-align: right;
    width: 100%;
}
.fy  .center{
  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: #5d7eb1;
  color: #fff;
}

/*图片展示样式*/

#wrap{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
}
#wrap ul li .a1 img{
	width: 100%;
    height: 280px;
}
#wrap ul li{
    width: 31%;
    height: 280px;
    list-style: none;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 10px 45px 10px;
} 
#wrap ul li .a1 .divA{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49px;
    padding: 0px;
    background: #f1f1f1;
}
#wrap ul li .a1 .divA>.p1{
    width: 100%;
    height: 25px;
    font-size: 18px;
    line-height: 45px;
    color: #000;
    text-align: center;
}
#wrap ul li .a1 .divA>.p2{
  width: 312px;
  height: 21px;
    font-size: 16px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 108px;
  height: 28px;
  color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
  font-size: 24px;
  font-weight:800;
}

/*遮罩*/
#wrap ul li .a2{
    position: absolute;
    top: 0;
    left: -474PX;
    width: 100%;
    height: 325px;
    text-align: center;
    color: white;
    background: rgba(0,0,0,.5);
    transition: all 0.2s;
} 
#wrap ul li .a2 .p4{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 120px;
  left: -474px;
  color: #fff;
  font-size: 30px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}

#wrap ul li .a2 .p7{
    position: absolute;
    bottom: -50px;
    left: 119px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 10px auto;
    background: #fff;
    color: #d01623;
}
   

   /*新闻展示样式*/

#app {
  width: 100%;
    justify-content: space-between;
    position: relative;
}

.box {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 5px 13px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.boxa {
    width: 23%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px 12px;
    float: left;
    height: 230px;
}

.boxb {
    width: 31%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px 13px;
    float: left;
    height: 306px;
}

.box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #535353;
    text-decoration: none;
}

.box a:hover {
    color: #d01623;
}

.imgBox {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

.imgBoxa {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.imgBoxa img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

.imgBoxb {
    width: 100%;
    height: 306px;
    overflow: hidden;
    border: 1px solid #d01623;
}

.imgBoxb img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

.source {
    border: 1px solid #d01623;
    padding: 6px 20px;
    border-radius: 25px;
    margin: 20px;
}

.title {
margin-bottom: 12px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 34px;
    font-weight: bold;
    width: 100%;
    color: #d01623;
}
.date{    
    line-height: 28px;
    text-align: left;
    width: 100%;
    color: #999;
    margin-top: 15px;
    margin-bottom: 0px;
  }

.detail {
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    width: 100%;
}

/*鼠标hover效果*/
.box:hover img {
    transform: scale(1.15);
}

.box:hover .source {
    background: #d01623;
    border-color: #d01623;
    color: #ffffff;
}

.boxa:hover img {
    transform: scale(1.15);
}

.boxa:hover .source {
    background: #d01623;
    border-color: #d01623;
    color: #ffffff;
}

.boxb:hover img {
    transform: scale(1.15);
}

.boxb:hover .source {
    background: #d01623;
    border-color: #d01623;
    color: #ffffff;
}

@media (max-width:768px) {
	.bar_qy_hy_list ul li {
	    height: 48px;
	    float: left;
	    text-align: center;
	    margin-right: 0%;
	    line-height: 56px;
	    width: 50%;
	    border-bottom: 1px solid #e6e6e6;
	}
	.bar_qy_hy_list {
	    width: 100%;
	    float: left;
	    margin-top: 30px;
	    margin-bottom: 30px;
	    border-bottom: 0px solid #e6e6e6;
	}
	#wrap ul li {
	    width: 100%;
	    height: 280px;
	    list-style: none;
	    position: relative;
	    float: left;
	    overflow: hidden;
	    margin: 0;
		padding: 8px;
	}	
	#wrap ul li .a1 img {
	    width: 100%;
	    height: 280px;
	}
	#wrap ul li .a2 {
	    position: absolute;
	    top: 0;
	    left: -474PX;
	    width: 100%;
	    height: 280px;
	    text-align: center;
	    color: white;
	    background: rgba(0,0,0,.5);
	    transition: all 0.2s;
		padding: 8px;
	}
	.boxa {
	    width: 100%;
	    overflow: hidden;
	    box-sizing: border-box;
	    margin: 0px;
	    float: left;
	    height: 263px;
	    padding: 11px;
	}
	.imgBoxa {
	    width: 100%;
	    height: 262px;
	    overflow: hidden;
	    border: 1px solid #ececec;
	}
	.boxb {
	    width: 100%;
	    overflow: hidden;
	    box-sizing: border-box;
	    margin: 0;
	    float: left;
	    height: 265px;
	    padding: 8px;
	}
	.imgBoxb {
	    width: 100%;
	    height: 257px;
	    overflow: hidden;
	    border: 1px solid #ececec;
	}
	.box {
	    width: 93.3%;
	    overflow: hidden;
	    box-sizing: border-box;
	    margin: 15px 13px;
	    float: left;
	    height: 445px;
	    border-bottom: 2px solid #ccc;
	}
	.imgBox {
	    width: 100%;
	    height: 240px;
	    overflow: hidden;
	}
	.title {
	    margin-bottom: 12px;
	    font-size: 16px;
	    margin-top: 10px;
	    line-height: 24px;
	    font-weight: bold;
	    width: 100%;
	    color: #d01623;
	}
	
	
}




