
@import './font.css';


*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family:'Source Han San CN Medium';
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}

.home-layout{
    width: 100%;
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.home-banner{
    width: 100%;
    background: url('../assets/images/banner.png') no-repeat top;
    background-size: auto 790px;
}
.layout-container{
    width: 1200px;
    min-height: 900px;
    margin: 0 auto;
}
.home-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.top-nav{
    width: 100%;
    height: 97px;
    line-height: 97px;
    text-align: right;
}
.login-botton{
    margin-right: 122px;
    width: 90px;
	height: 35px;
    line-height: 35px;
	background-color: #ffffff;
	border-radius: 18px;
    border: none;
    color: #2375AB;
    font-size: 16px;
}
.main-title{
    color: #2375ab;
    text-shadow: 0px 4px 3px rgba(100, 115, 126, 0.5);
    font-family:'Source Han Serif CN Bold';
    line-height: 80px;
    font-size: 65px;
	font-weight: normal;
	font-stretch: normal;
    text-align: center;
    position: relative;
}
.main-title::after{
    content: '';
    width: 260px;
    height: 270px;
    background: url('../assets/images/logo.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -130px;
}
.department-container{
    width: 100%;
    min-height: 490px;
    /* background: url('../assets/images/department_bg.png') no-repeat;
    background-size: 100% 100%; */
    margin-top: 200px;
    
    position: relative;

}
.department-container .department-container_top{
    width: 100%;
    height: 45px;
    background: url('../assets/images/department_bg.png') no-repeat;
    background-position:top;
    background-size: 100% auto;
}
.department-container .department-container_middle{
    width: 100%;
    min-height: 375px;
    background: url('../assets/images/departmen_middle.png');
    
    background-size: 100% auto;
}
.department-container .department-container_bottom{
    width: 100%;
    height: 70px;
    background: url('../assets/images/department_bg.png') no-repeat;
    background-position:bottom;
    background-size: 100% auto;
}
.department-container::before{
    position: absolute;
    content: '';
    width:340px;
    height: 160px;
    background: url('../assets/images/yw.png') no-repeat;
    background-size: 100% 100%;
    background-position: -60px -70px;
    left: 12px;
    top: 10px;
    border-radius: 20px;
    z-index: 0;
}
.department-container::after{
    position: absolute;
    content: '';
    width:340px;
    height: 160px;
    background: url('../assets/images/yw.png') no-repeat;
    background-size: 100% 100%;
    background-position:0 10px ;
    right: 20px;
    bottom: 25px;
    border-radius: 10px;
    z-index: 0;
}
.department-container_w{
    padding: 25px 70px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
}

.department-title,.area-title{
    color: #0096ff;
    font-size: 25px;
}
.area-list{
    min-height: 144px;
}
.department-list{
    min-height: 96px;
}
.area-list,.department-list{
    width: 100%;
    overflow: hidden;
}

.area-list_item{
    /*float: left;*/
    /*margin: 4px 0;*/
    /*font-size: 18px;*/
    /*color: #4d697b;*/
    /*line-height: 40px;*/
    /*padding: 0 18px;*/
    /*margin-right: 8px;*/
    /*text-align: center;*/
    /*background-color: #ffffff;*/
    /*cursor: pointer;*/
    /*max-width: 25%;*/
    /*min-width: 10%;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*transition: .3s;*/
    float: left;
    margin: 4px 0;
    font-size: 18px;
    color: #4d697b;
    line-height: 40px;
    padding: 0 18px;
    margin-right: 8px;
    background-color: #ffffff;
    width: calc(25% - 8px);
    text-align: center;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.1s;
}
.department-list_item{
    float: left;
    margin: 4px 0;
    font-size: 18px;
    color: #4d697b;
    line-height: 40px;
    padding: 0 18px;
    margin-right: 8px;
    background-color: #ffffff;
    width:calc( 12.5% - 8px);
    text-align: center;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.1s;
    
}
.area-list_item:hover,.department-list_item:hover{
    background-color: #0096ff !important;
    border-radius: 2px;
    color: #fff;
}

.provincial,.administration{
    margin-top: 35px;
    height: 140px;
    overflow: hidden;
}
.expand{
   height: auto !important;
   min-height: 140px !important;
}
.provincial-expand{
    position: absolute;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #0096ff;
    font-size: 16px;
    bottom: -50px;
    right: 118px;
    cursor: pointer;
    transition: 0.3s;
}
.provincial-expand:hover{
    opacity: 0.6;
}
.department-list>.department-list_item{
    width: calc(25% - 8px);
}
.home-middle_bg{
    width: 100%;
    background: url(../assets/images/middle_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.home-bottom_bg{
    width: 100%;
    background: url(../assets/images/bottom_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.notice-banner{
    width: 1200px;
    margin: 0 auto;
}
.notice{
    display: block;
    height: 220px;
    margin: 35px 0;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}
.notice:hover{
    transform: scale(0.98);
}
.notice-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../assets/images/notice_bg.png') no-repeat;
    background-size: 100% 100%;
}
.notice__title{
    font-size: 35px;
    color: #333333;
    letter-spacing: 2px;
}

/* 快速查询 */

.home-inquiry{
    width: 100%;
    /* background-image: linear-gradient(0deg, 
		#f4fafe 0%, 
		#f4fafe 100%); */
    padding-top: 37px;
    border-radius: 10px;
}
.sub-title{
    color: #936a22;
    font-size: 40px;
    font-weight: normal;
	font-stretch: normal;
   
}
.home-inquiry-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.home-inquiry-list_item{
    --background: linear-gradient(0deg, 
    #f8fcfd 0%, 
    #f2f6f9 100%);
    width: 260px;
    height: 300px;
    margin: 50px 0;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 4px 20px 1px 
    rgba(35, 88, 182, 0.1), 
    inset 0px 0px 9px 1px 
    rgba(22, 91, 190, 0.08);
    border-radius: 6px;
    transition: .3s;
}
.home-inquiry-list_item:hover{
    transform: translateY(-10px);
    border:1px solid #1a6cff;
    --background:#ffffff;
}

.home-inquiry-list_item_container{
    width: 100%;
    height: 100%;
    background-image: var(--background);
    border-radius: 6px;
    transition: .3s;
}
.item_img{
   text-align: center;
   margin-bottom: 22px;
}
.item_text{
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.home-inquiry-list .rule{
    background: url(../assets/images/cx_bg.png) no-repeat;
    background-size: 122px 167px;
    background-position: 163px 136px;
}
.home-inquiry-list .datum{
    background: url(../assets/images/jz_bg.png) no-repeat;
    background-size: 145px 165px;
    background-position: 145px 149px;
}
.home-inquiry-list .main{
    background: url(../assets/images/zt_bg.png) no-repeat;
    background-size: 159px 164px;
    background-position: 130px 138px;
}
.home-inquiry-list .personnel{
    background: url(../assets/images/ry_bg.png) no-repeat;
    background-size: 141px 165px;
    background-position: 134px 160px;
   
}
.home-inquiry-list .home-inquiry-list_item_w{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.aim{
    position: relative;
    font-family: 'Source Han Serif CN Heavy' !important;
}
.aim::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -349px;
    transform: translateY(-50%);
    background: url('../assets/images/subtitle_left.png') no-repeat;
    background-size: 100% 100%;
    width: 299px;
    height: 40px;
}
.aim::after{
    content: '';
    position: absolute;
    top: calc(50% + 10px);
    right: -349px;
    transform: translateY(-50%) rotate(180deg);
    background: url('../assets/images/subtitle_left.png') no-repeat;
    background-size: 100% 100%;
    width: 299px;
    height: 40px;
    
}
.text-center{
    text-align: center;
}

.home-information{
    padding-top: 37px;
    width: 100%;
    height: 920px;
}
.before-disclosure_title,.after-disclosure_title,.notice-disclosure_title{
    color: #333333;
    font-size: 26px;
    line-height: 60px;
    padding-left: 25px;
    border-bottom: 1px solid  #dde6ef;
    margin-bottom: 10px;
    position: relative;
}
.before-disclosure_title::before,.after-disclosure_title::before,.notice-disclosure_title::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 10px;
    background: url(../assets/images/dot.png) no-repeat;
    background-size: 100% 100%;
}
.before-disclosur{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;

}
.after-disclosur{
    width: 100%;
    display: flex;
    padding: 42px 0;
}
.disclosur-content{
    width: 345px;
    height: 187px;
    display: flex;
    transition: .3s;
    position: absolute;
    top: 21px;
    left: calc(50% + 2px);
    transform: translateX(-50%);
    background-color: #fff;
    border: solid 2px;
    border-image: url(../assets/images/home_border.jpg) 30 round stretch;
    cursor: pointer;
    transition: .3s;
     
}
.disclosur-content:hover{
    border: solid 4px;
    border-image: url(../assets/images/home_border.jpg) 30 round stretch;
     
}
.disclosur-content_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.disclosur-content_left img{
    width: 94px;
    height: 85px;
    margin: 0 19px;
    flex: 0 0 auto;
    
}
.disclosur-content_right{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    font-size: 26px;
}
.disclosur-content:hover .disclosur-content_right>div:nth-child(1){
    color: #145ab7;
}
.disclosur-content_right>div{
    flex: 0 0 auto;
}
.disclosur-content_right>div:nth-child(2){
    width: 100%;
    color: #999999 !important;
    font-size: 20px !important;
    margin-top: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.after-disclosur_item{
    width: 100%;
    position: relative;
    margin-right: 16px;
    height: 243px;
    background: url(../assets/images/hom_hj.png);
}
.after-disclosur>.after-disclosur_item:last-child{
    margin-right: 0;
}
.before-disclosur_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 40px);
    height: 150px;
    cursor: pointer;
    transition: .3s;
}
.before-disclosur_item:hover{
    opacity: 0.8;
    transform: scale(0.98);
}

.disclosur-main{
    color: #145ab7;
    font-size: 30px;
    background: url(../assets/images/disclosur-main_bg.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-procedure{
    color: #16796c;
    font-size: 30px;
    background: url(../assets/images/disclosur-procedure_bg.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-conduct{
    color: #4560d2;
    font-size: 30px;
    background: url(../assets/images/disclosur-conduct_bg.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-notice{
    color: #c57515;
    font-size: 30px;
    background: url(../assets/images/disclosur-notice_bg.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-notice *{
    color: #c57515;
}
.disclosur-conduct *{
    color: #4560d2;
}
.disclosur-procedure *{
    color: #16796c;
}
.disclosur-main *{
    color: #145ab7;
}
.disclosur-main>div:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 55px;
    width: 27px;
	height: 28px;
    background: url(../assets/images/disclosur-main_logo.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-procedure>div:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 55px;
    width: 27px;
	height: 28px;
    background: url(../assets/images/disclosur-procedure_logo.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-conduct>div:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 55px;
    width: 27px;
	height: 28px;
    background: url(../assets/images/disclosur-notice_logo.png) no-repeat;
    background-size: 100% 100%;
}
.disclosur-notice>div:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 55px;
    width: 27px;
	height: 28px;
    background: url(../assets/images/disclosur-conduct_logo.png) no-repeat;
    background-size: 100% 100%;
}
.before-disclosur_item>div{
    width: 100%;
    flex: 0 0 auto;
    padding-left: 91px;
    position: relative;
}
.disclosur-main-bottom{
    color: #145ab7;
    font-size: 18px;
    margin-top: 17px;
}
.disclosur-main-bottom span{
    position: relative;
    display: inline-flex;
    margin-right: 15px;
}
.disclosur-main-bottom span a{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}
.disclosur-main-bottom span:nth-of-type(n+2)::before{
    content: '|';
    position: absolute;
    top: calc(50% - 2px);
    left: -11px;
    transform: translateY(-50%);
}
.home-guide{
    padding-top: 37px;
    width: 100%;
    height: 550px;
}
.guide-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
}
.guide-content>div{
    width: 260px;
    height: 300px;
    transition: .3s;
}
.guide-content>div:hover{
    transform: translateY(-10px);
    border: solid 1px #1a6cff;
}
.guide_item>div:nth-child(1){
    color: #333333;
    font-size: 28px;
    padding: 39px 34px;
    font-family: 'Source Han San CN Bold';
}
.guide_item>div:nth-child(2){
    padding-left: 39px ;
}
.guide_item>div:nth-child(2) a{
    display: inline-block;
    width: 110px;
	height: 36px;
    border-radius: 2px;
	border: solid 1px #1a6cff;
    color: #1a6cff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-family: 'Source Han San CN';
    transition: .3s;
}
.guide_item>div:nth-child(2) a:hover{
    background-color: #1a6cff;
    color: #fff;
}
.channel{
    background: url(../assets/images/guide-content_bg_1.jpg) no-repeat;
    background-size: 100% 100%;
}
.reconsider{
    background: url(../assets/images/guide-content_bg_2.jpg) no-repeat;
    background-size: contain;
    background-color: #ffffff;
    background-position-y:bottom ;
}
.lawsuit{
    background: url(../assets/images/guide-content_bg_3.jpg) no-repeat;
    background-size: 100% 100%;
}
.legal-aid{
    background: url(../assets/images/guide-content_bg_4.jpg) no-repeat;
    background-size: 100% 100%;
}
.area-active,.dep-active{
    background-color: #0096ff !important;
	border-radius: 2px !important;
    color: #ffffff !important;
}

.up > .glyphicon{
    transform: rotate(180deg) translateY(2px) !important;
}
.area-title>span{
    cursor: pointer;
}

.area-title>span:nth-child(n+2)::before{
    content: '>';
    margin: 0 8px;
}
.department{
    display: none;
}
.current{
    display: block !important;
}
.area-select{
    color: #fff;
    background-color: #007dd6 !important;
}
@media screen and (max-width: 1500px) {
    .main-title::after{
        right:-100px;
    }
}

.d-box {
    background-color: #fff5f1;
}

.department-link {
    width: 100%;
    height: 1px;
    border: 0 none;
    margin: 0 0 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
