/* 首页的样式 */
/* 主色：#c8161e   rgba(200, 22, 30, 1);*/

.home{
    position: relative;
 }
.home .content{
    position: relative;
width: 100%;
}
.home .header{
    background: rgba(35, 94, 97, .9);
    box-shadow: none;
    position: absolute;
    width: 100%;
    top: 0;
}
.home .header .top_link{
    border: none;
}

.home .nav ,.home .nav li a {
    height: 60px;
    line-height: 60px;
}


.home .nav li:hover{
    background: #235e61;
}
.home .header.fixed_header .nav>li:hover{
    background:none;
}

.home .header_main{
    background: rgba(200, 22, 30, 0);
 transition:  all .5s;
 width: 100%;
}

.home .header.fixed_header .header_main{
    position: fixed;
    z-index: 999;
    top: 0px;
    background: rgba(200, 22, 30, .95);
    /* background: url(../img/page_top.png) no-repeat  center -40px; */
}
.header_main .wrapper{
    height: 60px;
}
body.home .wrapper{
    width: 1200px;
}
.home .header .top_link{
    background:#5ea697 url(../img/top_bg.png) no-repeat top center;
    width: 100%;
    display: block;
}

.home .header .top_link .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.home .header .top_link .language img{
    margin-right: 10px;
}
.banner{
    height: 560px;
    margin-top: 110px;
}

.swiper_banner,.swiper_banner  .swiper-slide{
    height:560px;
    margin:0;
    text-align: center;
}
.swiper_banner img{
    height: 620px;
}

.swiper_banner .swiper-button-prev, .swiper_banner .swiper-button-next{
 top: 300px;
 border-radius: 50%;
 /* display: flex; */
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, .3);
}
.swiper_banner .swiper-button-prev::after, .swiper_banner .swiper-button-next::after{
    font-size: 16px;
    color: #fff;
}

.swiper_banner .swiper-button-prev{
    left: 20px;
}
.swiper_banner .swiper-button-next{
    right: 20px;
}

.swiper_banner .swiper-slide span{
    bottom:  40px;
    background: none;
    text-align: left;
   
   
}
.swiper_banner .swiper-slide span em{
    background: rgba(35, 94, 97, .5);
   height: 42px;
   line-height: 42px;
    font-size: 22px;
    border-left: solid #f98d0d 6px;
    /* font-weight: bold; */
    display: inline-block;
    width: auto;
    padding:0 20px;
}

.swiper_banner .swiper-pagination-bullet{
    font-family: Georgia,STSong,SimSun;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: none;
    opacity: 1;
    line-height: 34px;
    text-align: center;
    background: #fff;
    opacity: .5;
    margin-right: 10px;
}

.swiper_banner .pagination_container{
    text-align: center;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
}

.swiper_banner .swiper-pagination-bullet-active{
    /* background: #f98d0d; */
    opacity: 1;
    width: 40px;
}

.swiper_banner .swiper-pagination{
    bottom: 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper_pic_news img {
    width: 100%;
    min-height: 620px;
    object-fit: cover;
}

.news_notice_container{
    padding: 30px 0;
}
.news{
    width: 790px;
    margin-right: 30px;
    float: left;
}
.notice{
    width:380px;
    float: left;
}

.img_container{
    height: 278px;
    width: 308px;
    overflow: hidden;
    background-size: cover;
}
.img_container img{
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}

.img_text{
    color: #235e61;
    line-height: 54px;
    height: 54px;
    background: #e0f0f0;
    width: 308px;
    padding: 0 20px;
}
.news_list{
    width:452px;
}
.news_list a {
    color: #333;
    border-bottom: solid #ddd 1px;
    padding: 15px 0;
    display: block;
    line-height: 16px;
}
.news_list a em{
    color: #999;
    font-size: 12px;
    padding-top: 6px;
    display: block;
}
.news_list a:first-child{
    padding-top: 0;
}
.news_content_container{
    align-items: flex-start;
}

.notice_list a{
    display: flex;
    height: 78px;
    margin-top: 10px;
}
.notice_list a:last-child .notice_title{
    border: none;
}

.notice_list .date{
    background: #235e61;
    width: 72px;
    height: 68px;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
}

.notice_list .date span{
    font-family: STSong,SimSun;
    font-size: 26px;
    padding-top: 10px;
    display: block;
    padding-bottom: 4px;
}
.notice_list .date em{
    color: #a7bfc0;
}
.notice_list a.odd_list .date{
    background: #e0f0f0;
    color: #333;
}
.notice_list a.odd_list .date em{
    color: #666;
}

.notice_list .notice_title{
    overflow: hidden;
    color: #333;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: solid #ddd 1px;
    padding-bottom: 10px;
    flex-grow: 1;
}

.fast_links{
    background: #fff;
    padding: 30px 0;
   
        box-shadow: 0px 3px 5px 0px rgba(1, 132, 127, 0.05);
             

}
.fast_link_list{
    padding: 10px 0;
}

.fast_link_item{
    background: #f7f8f8;
    width: 278px;
}

.fast_link_item .img_container{
    width: 278px;
    height: 260px;
}
.fast_link_content{
    padding: 20px;
}
.fast_link_item span,.fast_link_item em{
    display: block;
}
.fl_title{
    padding-bottom: 15px;
    border-bottom: solid #ddd 1px;
}
.fl_title span{
    font-size: 18px;
}
.fl_title em{
    font-size: 12px;
    color: #666;
    padding-top: 6px;
}

.fl_link{
    color: #333;
    padding: 15px 0;
    display: block;
    font-size: 15px;
    padding-bottom: 0;
}

.fl_link em{
    color: #999;
    font-size: 13px;
    padding-top: 6px;
}
.fast_link_item .more{
    text-align: right;
    width: 100%;
    display: block;
    padding-top: 0;
}

.focus{
    padding: 40px 0;
    position: relative;
}
.focus_list_container .img_container{
    width: 278px;
    height: 260px;
}
.focus_list_container{
    width: 100%;
    overflow: hidden;
    position: relative;
}


.focus .swiper-button-prev, .focus .swiper-button-next{
    top:200px;
    border-radius: 50%;
    /* display: flex; */
    height: 40px;
    width: 40px;
    background: #eee;
   }
   .focus .swiper-button-prev::after, .focus .swiper-button-next::after{
       font-size: 16px;
       color: #999;
   }
   
   .focus .swiper-button-prev{
       left: -50px;
   }
   .focus .swiper-button-next{
       right: -50px;
   }

   .links{
       background: #ecf2f1;
       padding: 30px 0;
   }
.links_container{
    width: 760px;
    background: #d8e3e2;
    height: 182px;
}
.links_title{
    width: 160px;
    background: #235e62 url(../img/link_bg.png) no-repeat;
    background-size: cover;
    padding: 20px;
    height: 182px;
    flex-shrink: 0;
}

.links_title h3{
    color: #fff;
    border-color: #f98d0d;
}
.links_title em{
    font-size: 20px;
    color: #fff;
    opacity: .6;
    padding-left: 20px;
    font-weight: normal;
}
.links_list{
    flex-grow: 1;
}

.links_list_box{
    margin: 30px;
    border-left: solid #a1bbbb 3px;
    padding-left: 20px;
    flex-grow: 1;
}

.links_list_box a{
    display: block;
    margin-bottom: 18px;
}
.links_list_box a:last-child{
    margin: 0;
}
.qr_intro {
    color: #666;
    width: 136px;
}
.qr_intro span{
    color: #2abf45;
}
.qr_intro span img{
    margin-right: 10px;
}

.qr_intro em{
    display: block;
    padding-bottom: 10px;
    border-bottom: solid #afc5c6 1px;
    padding-top: 10px;
}
.qr_intro p{
    padding-top: 10px;
}
.qr_code_container{
    height: 182px;
    width: 182px;
    margin-left: 20px;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width : 750px){
.home .detail_content .content{padding-left:10px!important;padding-right:10px!important;}
.home .detail_content .content p img,.home .detail_content .content p video{margin-left: -28px;max-width: 100%;    height: auto!important;}
    .home .header .top_link{
        display: none;
    }
    body.home{
        max-width:100%;
        width: 100%;
    }

    
    body.home .wrapper{
        width: 100%;
        padding: 0 15px;
    }
    .friend_link{
        display: none;
    } 
    .home .header{
        background: #235e61;
        position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-image: none;
    }
    .home .header_main .wrapper{
        height: 55px;
    }
    .home .nav, .home .nav li a{
        height: auto;
line-height: 46px;
    }
    .banner{
        margin-top: 0;
        height: 200px;
    }
    .swiper_banner, .swiper_banner .swiper-slide{
        height:200px;
    }
    .swiper_banner img{
        height: 200px;
    }
 
    .swiper_banner .pagination_container{
        bottom: 10px;
    }
    .swiper_banner .swiper-pagination-bullet{
        font-size: 0;
        line-height: 0;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .7);
    }
    .swiper_banner .swiper-pagination-bullet-active{
        background: #e9aa45;
    }
    .swiper_banner .swiper-pagination{
        justify-content: center;
    }
    .swiper_banner .swiper-slide span{
        bottom: 20px;
        font-size: 16px;
    }
    .swiper_banner .swiper-slide span em{
        text-align: left;
    }
    .swiper_pic_news img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .news_content_container{
        flex-direction: column;
        overflow:hidden;
       
    }
    .news{
        margin-top: 20px;
        width: 100%;
    }
    .img_container,.img_text,.news_list,.notice{
        /* width: 100%; */
        width: 384px;
    }
    .news_list{
        margin-top: 20px;
       width: 100%;
    }
    .notice{
        margin-top: 30px;
       width: 100%;
    }
    .fast_link_list{
        flex-wrap: wrap;
    }
    .fast_link_item{
        width: calc(50% - 7px);
        margin-bottom: 20px;
    }
   
    .fast_link_item .img_container{
        width: 100%;
        height: 120px;
    }
    .focus .swiper-button-next,.focus .swiper-button-prev{
        display: none;
    }
    body.home .focus.wrapper{
        padding: 20px 15px;
    }
 .links .flex_between{
     flex-direction: column;
 }
 .links_container,.links_title{
     height: auto;
     width: 100%;
 }

 .qr_intro{
     width: auto;
     flex-grow: 1;
 }
 .links_container{
     flex-direction: column;
 }
 .fl_title span{
     font-size: 16px;
 }
 .fl_title{
     height: 68px;
 }
 .fl_link{
     font-size: 14px;
 }
 .focus_list_container .img_container{
     height: 160px;
 }
 .fast_links{
     padding-bottom: 0;
 }
 .links_title em{
     font-size: 13px;
 }
 .links_title{
     background-position: center bottom;
 }
 .links_list{
     flex-direction: column;
     width: 100%;
     padding: 15px;
 }
 .links_list_box{
     width: 100%;
     margin: 0;
 }
 .links_list_box a:last-child{
     margin-bottom: 20px;
 }
 .qr_container{
     margin-top: 20px;
 }
 
}