.page_home{
    background-color: #fff;
}

.page_home_top{
    padding: 40px 0 25px 0;
}
.page_home_top .top{
    text-align: center;
}
.page_home_top .top .title{
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;    
}
.page_home_top .top .title a{
    color: #004caa;
}
.page_home_top .top .desc{
    padding: 15px 0 0 0;
    font-size: 16px;
}

.page_home_top .main{
    margin-top: 35px;
    position: relative;
}
.page_home_top .main .images{
    position: relative;
    width: 700px;
    height: 400px;
    border-radius: 3px;
    overflow: hidden;
}
.page_home_top .main .images .swiper{
}
.page_home_top .main .images .swiper-slide{
}
.page_home_top .main .images .swiper-slide > div{
    position: relative;
    height: 400px;
}

.page_home_top .main .images .swiper-slide .image{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.page_home_top .main .images .swiper-slide .image a{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_home_top .main .images .swiper-slide .title{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    padding: 0 150px 0 15px;
    background-color: rgba(0,76,170, 0.65);
    backdrop-filter: saturate(180%) blur(3px);
    color: #fff;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.page_home_top .main .images .swiper-slide .title a{
    color: #fff;
}
.page_home_top .main .images .swiper-pagination{
    width: auto;
    right: 10px;
    bottom: 11px;
    left: auto;
}
.page_home_top .main .images .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgba(255,255,255, 0.95);
    opacity: 0.75;
    transition: all 200ms ease;
}
.page_home_top .main .images .swiper-pagination-bullet-active{
    width: 20px;
    opacity: 1;
}



.page_home_top .main .others{
    -ms-flex: 1; /* IE10 */
    flex: 1;

    position: relative;
    overflow: hidden;
    margin-left: 25px;
}

.page_home_top .others > .home_tab:first-child{
    height: 260px;
}


.page_home_middle{
    background-color: #f4f4f4;
}

.page_home_middle_special{
    padding: 30px 0 10px 0;
    width: 100%;
}

.page_home_middle_special .swiper {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.page_home_middle_special .swiper .swiper-button-prev,
.page_home_middle_special .swiper .swiper-button-next{
    width: 24px;
    height: 32px;
    margin-top: -16px;
    border-radius: 3px;
    background-color: rgba(255,255,255, 0.75);
    opacity: 0;
    /*box-shadow: 0 1px 3px rgba(0,0,0, 0.4);*/
    backdrop-filter: saturate(180%) blur(10px);
    transition: all 250ms ease;
}
.page_home_middle_special .swiper .swiper-button-prev::after,
.page_home_middle_special .swiper .swiper-button-next::after{
    font-size: 16px;
    color: #d10917;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.2);
}
.page_home_middle_special .swiper:hover .swiper-button-prev,
.page_home_middle_special .swiper:hover .swiper-button-next{
    opacity: 1;
}

.page_home_middle_special .swiper .swiper-slide {
    position: relative;
}

.page_home_middle_special .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
}


/* 数字行动 & 数字法规 */
.page_home_middle_digital{
    position: relative;
    padding: 30px 0;
}
.page_home_middle_digital > div{
    width: calc((100% - 50px) / 2);
}
.page_home_middle_digital > div:not(:first-child){
    margin-left: 50px;
}
.page_home_middle_digital .item_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: table;
    margin: auto;
}
.page_home_middle_digital .item_title > .icon{
    display: table-cell;
    width: 20px;
    height: 20px;
}
.page_home_middle_digital .item_title > .name{
    display: table-cell;
    padding-left: 5px;
    color: #1c6ab5;
}

.page_home_middle_digital .item:nth-child(2) .item_title > i{
    background: url(index_digital_icon_1.png) no-repeat center center;
}
.page_home_middle_digital .item:nth-child(1) .item_title > i{
    background: url(index_digital_icon_2.png) no-repeat center center;
}

.page_home_middle_digital .item_base{
    position: relative;
    padding: 25px 0;
}
.page_home_middle_digital .item_base > .image{
    position: relative;
    width: 285px;
    height: 155px;
}
.page_home_middle_digital .item_base > .image a{
    display: block;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
}

.page_home_middle_digital .item_base > .content{
    position: relative;
    height: 155px;

    -ms-flex: 1; /* IE10 */
    flex: 1;
    margin-left: 15px;
}
.page_home_middle_digital .item_base > .content > .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.page_home_middle_digital .item_base > .content > .desc{
    margin-top: 15px;

    color: #888888;
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
}
.page_home_middle_digital .item_base > .content > .desc a{
    color: #888888;
}
.page_home_middle_digital .item_base > .content > .more{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}



/* 数字服务 */
.page_home_bottom{
    padding: 30px 0;
    background: url(index_bottom_bg.jpg) repeat-x center bottom;
}
.page_home_bottom .title{
    position: relative;
    padding-bottom: 30px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #1c71ba;
    /*font-family: "宋体";*/
}
.page_home_bottom .title::before{
    position: absolute;
    content: "";
    top: 20px;
    left: 0;
    width: 500px;
    height: 2px;
    background-color: #aac8e8;
}
.page_home_bottom .title::after{
    position: absolute;
    content: "";
    top: 20px;
    right: 0;
    width: 500px;
    height: 2px;
    background-color: #aac8e8;
}
.page_home_bottom .images > div{
    position: relative;
    width: 285px;
    height: 260px;
    background-color: #eee;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0, 0.1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_home_bottom .images > div:not(:first-child){
    margin-left: 20px;
}
.page_home_bottom .images > div > ul{
    list-style: none;
    margin: 0;
}
.page_home_szfw_1{
    background-image: url(index_fw_bg_1.jpg);
}
.page_home_szfw_2{
    background-image: url(index_fw_bg_2.jpg);
}
.page_home_szfw_3{
    background-image: url(index_fw_bg_3.jpg);
}
.page_home_szfw_4{
    background-image: url(index_fw_bg_4.jpg);
}
.page_home_szfw_1 > div{
    position: relative;
    height: 95px;
}
.page_home_szfw_1 > div > a{
    position: absolute;
    left: 50%;
    margin-left: -110px;
    margin-top: 20px;
    width: 220px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255, 0);
    transition: all 250ms ease;
}
.page_home_szfw_1 > div > a:hover{
    border: 1px solid rgba(255,255,255, 0.5);
    background-color: rgba(255,255,255, 0.2);
}
.page_home_szfw_1 > ul{
    padding:0 15px 0 15px;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: wrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: end; /* IE10 */

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.page_home_szfw_1 > ul > li{
    position: relative;
    width: calc((100% - 10px) / 2);
}
.page_home_szfw_1 > ul > li:nth-child(even){
    margin-left: 10px;
}
.page_home_szfw_1 > ul > li:nth-child(n+3){
    padding-top: 22px;
}
.page_home_szfw_1 > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 250ms ease;
}
.page_home_szfw_1 > ul > li > a:hover{
    background-color: rgba(255,255,255, 0.2);
}


.page_home_szfw_2 > div{
    position: relative;
    height: 95px;
}
.page_home_szfw_2 > div > a{
    position: absolute;
    left: 50%;
    margin-left: -110px;
    margin-top: 20px;
    width: 220px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255, 0);
    transition: all 250ms ease;
}
.page_home_szfw_2 > div > a:hover{
    border: 1px solid rgba(255,255,255, 0.5);
    background-color: rgba(255,255,255, 0.2);
}
.page_home_szfw_2 > ul{
    padding: 0 15px 0 15px;
}
.page_home_szfw_2 > ul > li{
    position: relative;
}
.page_home_szfw_2 > ul > li:not(:first-child){
    padding-top: 22px;
}
.page_home_szfw_2 > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 250ms ease;
}
.page_home_szfw_2 > ul > li > a:hover{
    background-color: rgba(255,255,255, 0.2);
}

.page_home_szfw_3 > ul,
.page_home_szfw_4 > ul{
    list-style: none;
    padding: 60px 25px 0 25px;
    margin: 0;
}
.page_home_szfw_3 > ul > li,
.page_home_szfw_4 > ul > li{
    position: relative;
}
.page_home_szfw_3 > ul > li > a,
.page_home_szfw_4 > ul > li > a{
    display: block;
    width: 100%;
    height: 130px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255, 0);
    transition: all 250ms ease;
}
.page_home_szfw_3 > ul > li > a:hover,
.page_home_szfw_4 > ul > li > a:hover{
    border: 1px solid rgba(255,255,255, 0.5);
    background-color: rgba(255,255,255, 0.2);
}

/* 数字服务(v2) */
.page_home_bottom .menus{

}
.page_home_bottom .menus > div{
    position: relative;
    width: 285px;
    height: 162px;
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 2px;
}
.page_home_bottom .menus > div:not(:first-child) {
    margin-left: 20px;
}
.page_home_bottom .menus > div > .icon{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 162px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
}
.page_home_bottom .menus > div:nth-child(1) > .icon{
    background-image: url(index_szfw_1.jpg);
}
.page_home_bottom .menus > div:nth-child(2) > .icon{
    background-image: url(index_szfw_2.jpg);
}
.page_home_bottom .menus > div:nth-child(3) > .icon{
    background-image: url(index_szfw_3.jpg);
}
.page_home_bottom .menus > div:nth-child(4) > .icon{
    background-image: url(index_szfw_4.jpg);
}
.page_home_bottom .menus > div > .list{
    position: absolute;
    z-index: 10;

    left: 0;
    right: 0;
    top: 162px;
    padding-top: 17px;

    display: none;
}
.page_home_bottom .menus > div > .list > ul{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 3px 3px rgba(0,0,0, 0.3);
    border-radius: 3px;
    overflow: hidden;
}
.page_home_bottom .menus > div.active > .list{
    display: block;
}
.page_home_bottom .menus > div:nth-child(1) > .list > ul{
    background-image: url(index_szfw_1_list.jpg);
}
.page_home_bottom .menus > div:nth-child(2) > .list > ul{
    background-image: url(index_szfw_2_list.jpg);
}
.page_home_bottom .menus > div > .list::after{
    content: "";
    background-image: url(index_szfw_arr.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width: 36px;
    height: 17px;
    left: 50%;
    margin-left: -18px;
    top: 0;
}
/* menus 1 */
.page_home_bottom .menus > div:nth-child(1) > .list > ul{
    list-style: none;
    margin: 0;
    width: 100%;
    height: 162px;

    padding:10px 15px 20px 15px;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: wrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: end; /* IE10 */

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.page_home_bottom .menus > div:nth-child(1) > .list > ul > li{
    position: relative;
    width: calc((100% - 10px) / 2);

}
.page_home_bottom .menus > div:nth-child(1) > .list > ul > li:nth-child(even){
    margin-left: 10px;
}
.page_home_bottom .menus > div:nth-child(1) > .list > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 250ms ease;
}
.page_home_bottom .menus > div:nth-child(1) > .list > ul > li > a:hover{
    background-color: rgba(255,255,255, 0.2);
}
/* menus 2 */
.page_home_bottom .menus > div:nth-child(2) > .list > ul{
    list-style: none;
    margin: 0;
    width: 100%;
    height: 162px;

    padding:10px 15px 20px 15px;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: wrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: end; /* IE10 */

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.page_home_bottom .menus > div:nth-child(2) > .list > ul > li{
    position: relative;
    width: 100%;
}
.page_home_bottom .menus > div:nth-child(2) > .list > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 250ms ease;
}
.page_home_bottom .menus > div:nth-child(2) > .list > ul > li > a:hover{
    background-color: rgba(255,255,255, 0.2);
}

 /* home tab */
.home_tab{}
.home_tab .tab_head{
    display: -ms-flexbox; /* IE10 */
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: nowrap; /* IE10 */
    -ms-flex-pack: start; /* IE10 */
    -ms-flex-align: start; /* IE10 */

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    border-bottom: 1px solid #004caa;
}
.home_tab .tab_head > .item{
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #004caa;
    cursor: pointer;
    height: 29px;
    border-bottom: 2px solid transparent;
}
.home_tab .tab_head > .item:not(:first-child){
    margin-left: 20px;
}
.home_tab .tab_head > .item.active{
    border-color: #004caa;
}
.home_tab .tab_body{}
.home_tab .tab_body > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.home_tab .tab_body > ul{
    display: none;
}
.home_tab .tab_body > ul.active{
    display: block;
}
.home_tab .tab_body > ul > li{
    width: 100%;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
    font-size: 16px;
    line-height: 32px;
    margin-top: 4px;
}

