/* 头图 */
.header-banner {
    position: relative;
    background: url(../images/banner.png) no-repeat center top;
    background-size: cover;
    height: 4.5rem;
    overflow: hidden;
}

.header-banner h4 {
    font-family: 'YouSheBiaoTiHei';
    font-size: .6125rem;
    color: #FFFFFF;
    margin-top: .625rem;
    transform:skewX(-7deg);
}

.header-banner-info {
    text-indent: 2em;
    font-family: 'SourceHanSansCN-Regular';
    font-size: .2rem;
    color: #FFFFFF;
    width: 75%;
    /* 设置为字体大小的1.5倍 */
    line-height: 1.5;
    /* 字间距为3像素 */
    word-spacing: .0375rem;
    /* 字符间距为1像素 */
    letter-spacing: .0125rem;
    margin-top: .25rem;
}

.depart-box {
    position: absolute;
    width: 75%;
    height: .875rem;
    bottom: .375rem;
}

.depart-box .lead-depart-div {
    position: relative;
    display: inline-block;
    width: 26%;
    height: 100%;
    overflow: hidden;
}

.depart-box .job-depart-div {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.lead-depart-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .75rem;
    height: .75rem;
}

.lead-depart-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.lead-depart-div span,
.lead-depart-div p,
.job-depart-div span,
.job-depart-div p {
    position: absolute;
    left: 1rem;
    color: #FFFFFF;
}

.lead-depart-div span,
.job-depart-div span {
    top: 0;
    font-family: 'SourceHanSansCN-Regular';
    font-size: .25rem;
}

.lead-depart-div p,
.job-depart-div p {
    bottom: 0;
    font-family: 'SourceHanSansCN-Normal';
    font-size: .2rem;
}
/* 头部样式 end */

/* 标题样式 start */
.line-title {
    background: url(../images/line-icon.png) no-repeat center center;
    background-size: 100%;
    height: .875rem;
    text-align: center;
    margin-top: .375rem;
    line-height: .875rem;
}

.line-title span {
    font-family: 'SourceHanSansCN-Bold';
    font-size: .5rem;
    color: #1677FF;
    font-weight: 700;
}

/* 标题样式 end */

/* 办理时限内容 start */
.handle-time-box {
    height: 5.625rem;
    margin-top: .25rem;
}

.handle-time-box img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 办理时限内容 end */

/* 事项清单内容 start */
.case-list-left {
    float: left;
    width: 50%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-list-left img {
    display: inline-block;
    width: 66%;
}

.case-list-right {
    float: left;
    width: 50%;
    margin-top: .5rem;
}

.case-list-right ul li {
    font-family: 'SourceHanSansCNVF-Normal';
    font-size: .2rem;
    color: #000000;
    margin-left: .25rem;
    white-space: pre-line;
    line-height: .55rem
}

.case-list-right ul li i {
    display: inline-block;
    background: url(../images/handle-list-icon.png) no-repeat center;
    background-size: 100%;
    width: .25rem;
    height: .25rem;
    margin-right: .25rem;
}

/* 在线办理、我要问等等 */
.operat-box {
    margin-top: .25rem;
}

.operat-box a {
    display: inline-block;
    float: left;
    width: 22%;
    height: 1.375rem;
    margin-right: .375rem;
    font-family: 'SourceHanSansCNVF-Bold';
    font-size: .325rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.375rem;
}

.operat-box a span {
    margin-left: .375rem;
}

.operat-box a:last-of-type {
    margin-right: 0;
}
/* 事项清单内容 end */

/* 受理条件内容 start */
.accept-coniton-box {
    background: url(../images/accept-conition-bg.png) no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
}

.accept-conition-context {
    margin-top: .625rem;
}

.accept-conition-context ul li {
    margin-bottom: .25rem;
    border: 2px solid rgba(231, 239, 253, .3);
    /* 边框宽度为2px，颜色为黑色 */
    box-shadow: 0 0 10px 5px rgba(216, 229, 252, 0.72);
    /* 阴影向右下方偏移5px，模糊半径为10px，颜色为半透明的黑色 */
    width: 100%;
}

.accept-icon-left {
    display: inline-block;
    margin: 0 18px;
}

.accept-icon-left i {
    display: block;
    background: url(../images/handle-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .625rem;
    height: .625rem;
}

.accept-context-right {
    width: 86%;
    display: inline-block;
}

.ycxcybt-box {
    display: inline-block;
}

.accept-context-right button {
    font-size: .35rem;
    font-weight: 400;
    margin-left: .25rem;
}

.accept-context-right span {
    display: block;
    font-family: 'SourceHanSansCNVF-Bold';
    color: #000000;
    font-size: .275rem;
    font-weight: 500;
    margin: .25rem 0 .125rem 0;
}

.accept-context-right p {
    font-family: 'SourceHanSansCNVF-Normal';
    color: #999999;
    font-size: .2rem;
    margin-bottom: .25rem;
}
/* 受理条件内容 end */

/* 办理材料内容 start */
.material-box {
    margin-top: .25rem;
}

/* 针对WebKit浏览器 */
.material-box ::-webkit-scrollbar-track {
    background-color: #F1F7FF;
}

.material-box table {
    border: .0125rem solid #98A1BB;
    border-collapse: collapse;
    width: 100%;
}

.material-box table tr th {
    background-color: #69A7FF;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold';
    font-weight: 700;
    font-size: .25rem;
    height: .75rem;
    line-height: 1.2rem;
}

.material-box table tr:nth-child(even) {
    background-color: #F1F7FF;
}

.material-box table tr td {
    font-family: 'SourceHanSansCN-Regular';
    font-size: .2rem;
    color: rgba(45, 45, 45, 1);
    border: .0125rem solid #98A1BB;
    padding: .22rem;
}

.material-box table tr th:nth-child(1) {
    width: 4%;
}

.material-box table tr th:nth-child(2) {
    width: 10%;
}

.material-box table tr th:nth-child(3) {
    width: 9%;
}

.material-box table tr th:nth-child(4) {
    width: 7%;
    line-height: .37rem;
}

.material-box table tr th:nth-child(5) {
    width: 6%;
    line-height: .37rem;
}

.material-box table tr th:nth-child(6) {
    width: 9%;
}

.material-box table tr th:nth-child(7) {
    width: 8%;
    line-height: .37rem;
}

.material-box table tr th:nth-child(8) {
    width: 11%;
}

.material-box table tr th:nth-child(9) {
    width: 26%;
}

.material-box table tr th:nth-child(10) {
    width: 10%;
}

.material-box table tr td:nth-child(1) {
    text-align:center;
}
.material-box table tr td:nth-child(2) {
    text-align:center;
}
.material-box table tr td:nth-child(3) {
    text-align:center;
}
.material-box table tr td:nth-child(4) {
    text-align:center;
}
.material-box table tr td:nth-child(5) {
    text-align:center;
}
.material-box table tr td:nth-child(6) {
    text-align:center;
}
.material-box table tr td:nth-child(7) {
    text-align:center;
}
.material-box table tr td:nth-child(8) {
    text-align:center;
}
.material-box table tr td:nth-child(9) {
    text-align:center;
}
.material-box table tr td:nth-child(10) {
    text-align:center;
}
/* 办理材料内容 end */

/* 办理途径内容 start */
.bltj-box {
    margin-top: .25rem;
}

.bltj-box table {
    position: relative;
    border-collapse: collapse;
    font-size: .225rem;
    font-family: 'SourceHanSansCN-Regular';
}

.bltj-box table tr td {
    border: .0125rem solid #102358;
}

.bltj-box table tr td:nth-child(1) {
    background-color: #E0EDFF;
    width: 15%;
    text-align: center;
    border-right: none;
}

.bltj-box table tr td:nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center;
}

.bltj-box table tr:nth-child(1)>td:nth-child(2)>p {
    width: 97%;
    padding: .25rem;
}

.bltj-box table tr:nth-child(2)>td:nth-child(2)>p {
    width: 85%;
    padding: .25rem;
}

.details {
    cursor: pointer;
    color: rgba(22, 119, 255, 1);
    font-size: .22rem;
    border: none;
    background: none;
    outline: none;
    font-weight: 500;
}

.details:hover {
    color: red;
}
/* 办理途径内容 end */

/* 办理流程内容 start */
.flow-chat-box {
    background-color: rgba(247, 250, 255, 1);
    height: 11.25rem;
    margin-bottom: .375rem;
    padding-bottom: .625rem;
}

.flow-chat-box img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: .25rem;
}
/* 办理流程内容 end */

/* 办理事项 start */
.handle-box {
    margin: .5rem 0;
    width: 100%;
    text-align: center;
}

.handle-box a {
    display: inline-block;
    width: 18%;
    background: linear-gradient(to bottom, #D7E8FF, #F9FBFF);
    border: .0125rem solid #85B8FF;
    border-radius: .375rem;
    height: .75rem;
    margin: 0 .4375rem;
    font-family: 'SourceHanSansCN-Bold';
    font-size: .275rem;
    font-weight: 700;
    color: #333333;
    line-height: .75rem;
}

.handle-box a i {
    margin-right: .125rem;
}

.handle-box a:nth-child(1)>i {
    display: inline-block;
    background: url(../images/ask-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .25rem;
    height: .25rem;
}

.handle-box a:nth-child(2)>i {
    display: inline-block;
    background: url(../images/case-query-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .25rem;
    height: .25rem;
}

.handle-box a:nth-child(3)>i {
    display: inline-block;
    background: url(../images/online-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .25rem;
    height: .25rem;
}

.handle-box a:hover {
    background: linear-gradient(to bottom, #1160CD, #3587F9);
    color: #FFFFFF;
}

.handle-box a:nth-child(1):hover>i {
    background: url(../images/ask-hover-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .25rem;
    height: .25rem;
}

.handle-box a:nth-child(2):hover>i {
    background: url(../images/case-query-hover-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .25rem;
    height: .25rem;
}

.handle-box a:nth-child(3):hover>i {
    background: url(../images/online-hover-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .25rem;
    height: .25rem;
}

/* 办理事项 end */

/* 实施依据内容 start */
.implement-according {
    margin-top: .25rem;
}

.implement-according ul li {
    position: relative;
    float: left;
    width: 49%;
    margin-right: .25rem;
    background: #F4F9FF;
    background-size: 100% 100%;
    margin-bottom: .25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0.02rem solid #EBF3FF;
}

.implement-according ul li:before {
    content: "";
    width: .5rem;
    height: .2875rem;
    background: url(../images/ssyj-header-logo.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: .1875rem;
    top: 50%;
    transform: translateY(-50%)
}

.implement-according ul li:nth-child(even) {
    margin-right: 0;
}

.implement-according ul li span {
    font-family: 'SourceHanSansCNVF-Normal';
    font-size: .2rem;
    margin: .25rem .5rem .25rem .8rem;
}

.li-height {
    height: 1rem;
}
/* 实施依据内容 end */