/*.swiper*/
.swiper_wrap ,.swiper-container{
    width: 100%;
    height:500px;
}
.swiper_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*搜索*/ 
.search_wrap{
    width: 100%;
    height: 76px;
    background: #F9F9F9;
}
.search{
    width: 1200px;
    line-height: 76px;
}
.search_l span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.search_l li{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
    margin-right: 30px;
    cursor: pointer;
}
.search_r{

}
.search_r_box{
    overflow: hidden;
    width: 356px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ACACAC;
    border-radius: 18px;
    box-sizing: border-box;
    margin-top: 21px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search_r_box input:focus{
    outline: none;
}
.search_r_box input{
    background: #F9F9F9;
}
.search_btn{
    cursor: pointer;
    width: 67px;
    height: 35px;
    background: #089AE1;
    border-radius: 18px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
/* tabs */
.tabs_wrap{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eee;
}
.tabs{
    width: 1200px;
    line-height: 80px;
}
.tabs_item{
    position: relative;
    width: 25%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.tabs_active{
    color: #089AE1;
}
.tabs_active img{
    display: block !important;
}
.tabs_item img{
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    display: none;
}
/* 资讯列表 */
.information_wrap{
    width: 100%;
}
.information{
    width: 1200px;
    padding-top: 75px;
}
.information_item{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.information_item_l{
    width: 280px;
    height: 195px;
}
.information_item_l img{
    width: 100%;
    height: 100%;
}
.information_item_r{
    width: 900px;
    margin-left: 20px;
    height: 195px;
    position: relative;
}
.information_item_r h2{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    margin-bottom: 24px;
}
.information_item_r p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
    line-height: 24px;
}
.information_item_btn{
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 900px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
}
.information_item_btn img{
    width: 14px;
    height: 16px;
}