

/* 头部 */

.fr{
    float:right;
}
.fl{
    float: left;
}
.wrap{
    width:100%;
}
.container{
    width:1277px;
    margin:0 auto;
}
.nav_container{
    height:171px;
    width:100%;  
    padding-top:18px;

}
.bg_nav{
    background:#dedede;
}
.bg_nav_color{
    background:#29759c;
}
.logo_pic{
    width:136px;
    height:141px;
    float:left;
}
/* 导航 */
.nav_bread_wrap{
    width:100%;
    color:#fff;
    height:67px;
    line-height:67px;
    padding:0 12px;
    text-align:center;
    float:left;
}
.nav_list{
    width:16%;
    float:left;
    position: relative;
}
.nav_list a{
    text-decoration: none;
    color:#fff;
}
.ulnavlist{
    width:95%;
    margin:0 auto;
    background:#fff;
    line-height:67px;
    color: #353535;
    display:block;
    position:absolute;
    top:67px;
    z-index:100;
    display:none;
}
.ulnavlist li{
    line-height:67px;
    height:67px;
    border-bottom:1px solid #29759c;
}
.ulnavlist li a{ color:#302f33;}
.ulnavlist li:nth-last-child(1){
    border-bottom:none;
}
.ulnavlist li:hover{
    background:#29759c;
    
}
.ulnavlist li:hover a{
    color:#fff !important;
}
/* 脚部 */
.bg_footer{
    background:#29759c;
    height: 590px;
    width:100%;
    margin-top:29px;
    padding-top:50px;
}
.footer_ul{
    float:left;
    margin-right:40px;
}
.footer_title{
    font-size:26px;
    color:#fff;
    font-weight:bold;
}
.footer_ul_list_wrap{
    margin-top:33px;
    color:#fff;
}
.footer_ul_list_wrap li{
    margin-top:15px;
    font-size:22px;
    font-weight:400;
    color:#fff !important;
    text-decoration: none;
}

.footer_ul_list_wrap a{text-decoration: none;}
/* 左侧菜单 */
.about_us_slider_left_2{
    height:80px;
    line-height: 80px;
    margin-bottom:10px;
    padding-left:98px;
    font-size:20px;
    color:#000;
    display: block;
    text-decoration: none;
    border-bottom:1px solid #aab1ab;
}
.about_us_slider_left_3{
    margin-bottom:10px;
    padding-left:98px;
    font-size:20px;
    color:#000;
    display: block;
    text-decoration: none;
    border-bottom:1px solid #aab1ab;
}

/* 分页 */
.pagecover{
    margin:60px auto 0;
    text-align: center;
}
.pagecover a{
    font-size:14px;
    color:#000000;
    padding:11px 18px ;
    border-radius:10px;
    border:1px solid #dadada;
    text-decoration: none;
    margin-right:15px;
}
.pagecover_active{
    background:#29759c;
    color:#fff !important;
}

.articel_text{
    text-indent: 22px;
    margin-top:54px;
    font-size:20px;
    line-height:32px;
}
.fontSize_orange{
    font-size:22px;
    color:#ff8600;
    text-indent: 22px;
    padding-right:22px;
}
.orange_bar{
    width:5px;
    height:21px;
    background:#ff8600;
}
.search_wrap{
    margin-bottom:10px;
}
.search_wrap input{
    border:1px solid #302f33;
    width:480px;
    height:38px;
    border-radius:8px;
    background: transparent;
    text-indent: 10px;
}
.btn_search{
    width:98px;
    height:40px;
    border-radius:10px;
    background:#29759c;
    color:#fff;
}
.top_text{
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.tag_top_text{
    font-size:20px;
    color:#fff;
    background:#29759c;
    width:25px;
    height:102px;
    writing-mode:vertical-rl;
    float:right;
}
.date_update{
    font-size:30px;
    color:#595757;
    float: right;
    line-height: 30px;
    writing-mode:vertical-rl;
}
.date_update_text{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.color_month{
    color: #29759c !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 66px !important;
    height: 66px  !important;
    left: auto;
    right: 100%;
    top:54%;
    color:#363f46;
}
.swiper-button-next {
    left: 100%;
    right: auto;
}