/* 首页页面样式 */

/* banner轮播 start */
.index_banner{
    position: relative;
}

.swiperBanner img{
    width: 100%;
    height: 980px;
    object-fit: cover;
    vertical-align: middle;
    cursor: pointer;
}

.banner-pagination{
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

    position: absolute;
    left: 50% !important;
    bottom: 100px !important;
    z-index: 9;
    transform: translateX(-50%);
}

.banner-pagination .swiper-pagination-bullet{
    width: 130px;
    height: 4px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 20px !important;
}

.banner-swiper-prev{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    outline: none;
}

.banner-swiper-next{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    outline: none;
}

.banner-swiper-btn img{
    width: 60px;
    height: 60px;
}

.banner-swiper-btn img:nth-child(2){
    display: none;
}
/* banner轮播 end */

/* same_title start */
.same_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sat_l{
    display: flex;
    align-items: flex-end;
}

.st_title{
    position: relative;
    margin-left: 40px;
}

.st_title:first-child{
    margin-left: 0;
}

.st_title.on::after{
    content: "";
    width: 92px;
    height: 52px;
    background: url(../images/pc/index/index_tu3.png) no-repeat;
    background-size: 100% 100%;

    position: absolute;
    right: -25px;
    top: -15px;
}

.st_title h3{
    font-size: 32px;
    color: #8F9095;
    font-family: SourceHanSerifCN-Heavy;
}

.st_title.on h3{
    font-size: 36px;
    color: #333333;
}

.st_title.on h3 span{
    color: #24419D;
}

.st_title p{
    font-size: 12px;
    color: #8F9095;
    margin-top: 5px;
}

.st_title.on p{
    color: #24419D;
}

.line_img{
    flex: 1;
    padding: 0 0 10px 15px;
}

.line_img img{
    width: 100%;
    height: auto;
}

.st_more{
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #C9C8C8;
    border-bottom: 1px solid #C9C8C8;

    font-size: 16px;
    color: #B7B7B7;
}

.st_more img{
    width: 11px;
    height: 11px;
    margin-left: 5px;
}

.st_more img:nth-child(3){
    display: none;
}

.st_more:hover{
    color: #344fa4;
    border-top-color: #344fa4;
    border-bottom-color: #344fa4;
}

.st_more:hover img:nth-child(2){
    display: none;
}
.st_more:hover img:nth-child(3){
    display: block;
}
/* same_title end */

/* 工作动态 start */
.container01{
    padding: 50px 0 30px;
}

.gzdt{
    display: flex;
    align-items: flex-start;
}

.swiperWork{
    flex-shrink: 0;
    width: 680px;
    position: relative;
}

.w_swiper_item{
    display: block;
    position: relative;
}

.w_swiper_item img{
    width: 100%;
    height: 510px;
    object-fit: cover;
    vertical-align: middle;
    transition: all .5s;
}

.w_swiper_item img:hover{
    transform: scale(1.1);
}

.w_swiper_title{
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0;

    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px 150px 20px 20px;
}

.w_swiper_title.noImg{
    background: none;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
}

.work-pagination{
    position: absolute;
    bottom: 22px !important;
    z-index: 9;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

.work-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    opacity: 1;
    margin: 0 15px 0 0 !important;
}

.work-pagination .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    background: none;
    position: relative;
}

.work-pagination .swiper-pagination-bullet-active::after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.work_list{
    width: calc(100% - 680px);
    box-sizing: border-box;
    padding-left: 22px;
}

.work_item{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 28px 0;
    border-bottom: 1px solid #E0E1E5;
    transition: all .5s;
}

.work_l{
    width: 60px;
    flex-shrink: 0;
    text-align: center;
}

.work_l h3{
    font-size: 35px;
    color: #333333;
    font-family: SourceHanSerifCN-Heavy;
}

.work_l p{
    font-size: 14px;
    color: #B7B7B7;
    margin-top: 10px;
}

.work_r{
    width: calc(100% - 60px - 15px);
    box-sizing: border-box;
    border-left: 1px solid #E5E8EB;
    padding-left: 20px;
    margin-left: 15px;
}

.work_r h3{
    font-size: 20px;
    color: #2D2C2C;
    font-weight: 400;
    line-height: 36px;
}

.work_r p{
    font-size: 16px;
    color: #898989;
    line-height: 35px;
}

.work_item:hover{
    background: #24419D;
    padding-left: 20px;
}

.work_item:hover .work_l h3{
    color: #ffffff;
}

.work_item:hover .work_r h3{
    color: #ffffff;
}

.work_item:hover .work_l p{
    color: #8194D0;
}

.work_item:hover .work_r p{
    color: #8194D0;
}
/* 工作动态 end */

/* 办事指南 start */
.container02{
    padding: 15px 0 30px;
}

.container02 .same_title{
    margin-bottom: 10px;
}

.container02 .st_title::after{
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

.guide_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guide_item{
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    height: 123px;
    background: url(../images/pc/index/index_tu7.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 12px;
    margin-bottom: 10px;
    transition: all .5s;

    font-size: 24px;
    color: #333333;
}

.guide_item img{
    width: 82px;
    height: 82px;
    margin-right: 8px;
}

.guide_item img:nth-child(2){
    display: none;
}

.guide_item:hover{
    background: url(../images/pc/index/index_tu7_hover.png) no-repeat;
    background-size: 100% 100%;

    color: #ffffff;
}
.guide_item:hover img:nth-child(1){
    display: none;
}
.guide_item:hover img:nth-child(2){
    display: block;
}
/* 办事指南 end */

/* 领导讲话 start */
.container03{
    background: url(../images/pc/index/index_bg1.jpg) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #f4f7fc;
    padding: 100px 0 100px;
}

.ldjh{
    display: flex;
    align-items: flex-start;
}

.ls_l{
    width: calc(100% - 266px);
    box-sizing: border-box;
    padding-right: 36px;
}

.ls_box{
    display: flex;
    align-items: flex-start;
}

.ls_first a{
    width: 360px;
    display: block;
}

.ls_cover{
    width: 360px;
    height: 270px;
    overflow: hidden;

    position: relative;
}

.ls_cover img{
    width: 100%;
    height: inherit;
    object-fit: cover;
    transition: all .5s;
}

.ls_cover p{
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ls_title{
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    margin-top: 10px;
}

.ls_list{
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-left: 30px;
}

.ls_item{
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E1E5;
    padding: 30px 0;
    transition: all .5s;
}

.ls_item:first-child{
    padding-top: 0;
}

.ls_item h3{
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    line-height: 35px;
}

.ls_item p{
    font-size: 16px;
    color: #898989;
    line-height: 28px;
}

.ls_time{
    font-size: 14px;
    color: #B7B7B7;
    line-height: 35px;
}

.ls_r{
    width: 266px;
}

.ls_link{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 119px;
    background: url(../images/pc/index/index_tu17.png) no-repeat;
    background-size: 100% 100%;
    margin: 18px 0 28px;

    font-size: 24px;
    color: #78797C;
}

.ls_link:last-child{
    margin-bottom: 0;
}

.ls_link img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.ls_first:hover .ls_cover img{
    transform: scale(1.1);
}

.ls_first:hover .ls_title{
    color: #24419D;
}

.ls_item:hover h3{
    color: #24419D;
}

.ls_item:hover p{
    color: #333333;
}

.ls_item:hover .ls_time{
    color: #898989;
}

.ls_item:hover{
    padding-left: 15px;
    border-bottom: none;
    box-shadow: 3px 5px 5px #e6f4ff;
}

.ls_link:hover{
    box-shadow: 0 0 3px 5px #eaf6ff;
    transform: scale(1.02);
}

/* 领导讲话 end */

/* 通知公告 start */
.container04{
    background: url(../images/pc/index/index_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.com_box{
    display: flex;
}

.tzgg{
    width: 57%;
    box-sizing: border-box;
    padding-right: 30px;
}

.tzgg .same_title{
    margin-bottom: 10px;
}

.not_i{
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 17px 0;
    border-bottom: 1px solid #DFE3EA;
    transition: all .5s;
}

.not_l{
    width: calc(100% - 99px);
    display: flex;
    align-items: center;

    font-size: 20px;
    color: #333333;
}

.not_l p{
    width: calc(100% - 30px - 10px);
}

.not_l img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.not_l img:nth-child(2){
    display: none;
}

.not_date{
    flex-shrink: 0;
    width: 99px;
    height: 36px;

    font-size: 25px;
    color: #333333;
    line-height: 36px;
    text-align: right;
    font-family: SourceHanSerifCN-Heavy;
}

.not_i:hover{
    background: #ffffff;
    padding: 17px 10px 17px 20px;
}

.not_i:hover .not_l img:nth-child(1){
    display: none;
}

.not_i:hover .not_l img:nth-child(2){
    display: block;
}

.not_i:hover .not_date{
    background: url(../images/pc/index/index_tu19.png) no-repeat;
    background-size: 100% 100%;

    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 8px;

}
.not_i:hover .not_l{
    font-weight: bold;
    color: #24419D;
}

.xzwj{
    width: 43%;
    box-sizing: border-box;
    padding-left: 35px;
}

.xzwj .same_title{
    margin-bottom: 20px;
}

.file_i{
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 18px 0 18px 30px;
    border-left: 1px solid #CBCCD0;
    position: relative;
}

.file_i::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/pc/index/index_tu20.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.file_i h3{
    font-size: 20px;
    color: #484848;
    font-weight: 400;
}

.file_i p{
    flex-shrink: 0;
    font-size: 16px;
    color: #9EA2A6;
    margin-left: 10px;
}

.file_i:hover h3{
    color: #24419D;
}

.file_i:hover::before{
    background: url(../images/pc/index/index_tu20_hover.png) no-repeat;
    background-size: 100% 100%;
}

.file_i:hover p{
    color: #333333;
}
/* 通知公告 end */

/* 视频中心 start */
.container05{
    background: url(../images/pc/index/index_bg3.jpg) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    padding: 80px 0;
}

.video_wrap{
    display: flex;
}

.swiperVideo{
    width: calc(100% - 338px);
    height: 596px;

    position: relative;
}

.swiper_video_item{
    position: relative;
}

.video_cover img{
    width: 100%;
    height: 596px;
    object-fit: cover;
}

.v_title{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;

    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;

    font-size: 20px;
    color: #ffffff;
}

.v_title img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.pause_icon{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pause_icon img{
    width: 70px;
    height: 70px;
}

.video-swiper-btn{
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.1);

    display: flex;
    align-items: center;
    justify-content: center;
}

.video-swiper-btn img{
    width: 30px;
    height: 30px;
}

.video-swiper-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.video-swiper-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.swiper_r{
    width: 338px;
    height: 596px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(232,233,240,0.8);

    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
}

.swiperVideoBullet{
    height: 100%;
}

.swiperVideoBullet .swiper-slide{
    width: 100%;
    height: 158px;
}

.bullet_img{
    width: 100%;
    height: 158px;
    overflow: hidden;
    position: relative;
}

.bullet_img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);

    position: absolute;
    left: 0;
    top: 0;
}

.bullet_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-thumb-active .bullet_img{
    box-sizing: border-box;
    border: 6px solid #143089;
}

.swiper-slide-thumb-active .bullet_img::after{
    display: none;
}














/* 视频中心 end */