﻿/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

html {
    background: #fff;
    position: relative;
    height: 100%;
    font-size: 125%;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 87.5%;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 540px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 440px) {
    html {
        font-size: 87.5%;
    }
}

@media (max-width: 340px) {
    html {
        font-size: 75%;
    }
}

body {
    font-size: 100%;
    color: #333;
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    height: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

form {
    display: inline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

input, img {
    vertical-align: middle
}

ol, ul {
    list-style: none
}

em, i {
    font-style: normal
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    color: #115db2;
}

textarea {
    resize: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* ---- main-body Style ---- */
.main-body {
    width: 100%;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
    padding-bottom: 13rem;

}

.tab-head {
    zoom: 1;
}

.tab-head li {
    float: left;
    cursor: pointer;
}

.tab-head li a:hover {
    text-decoration: none;
    color: inherit;
}

.tab-body > li {
    display: none;
    position: relative;
}

.tab-body > li.thisclass {
    display: list-item;
}

.container {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-left-container {
    width: 30%;
    float: left;
}

.main-right-container {
    width: 70%;
    float: right;
}

.zwglright, .zwgkleft {
    width: 50%;
}

/* older-model */
.older-model .main-left-container {
    width: 100%;
    float: unset;
}

.older-model .main-right-container {
    width: 100%;
    float: unset;
}

@media (max-width: 1024px) {
    .main-body {
        padding-bottom: 14.8rem;
    }
}

@media (max-width: 768px) {
    .main-body {
        padding-bottom: 40.4vw;
    }

    .main-left-container {
        width: 100%;
        float: unset;
    }

    .main-right-container {
        width: 100%;
        float: unset;
    }
}

@media (max-width: 360px) {
    .main-body {
        padding-bottom: 46.8vw;
    }
}

@media (max-width: 320px) {
    .main-body {
        padding-bottom: 53.2vw;
    }
}

.container {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* ---- bottom-container Style ---- */
.banner-container {
    width: 100%;
    min-height: 25.2rem;
    background-image: url(slj202109_banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
}

.banner {
    width: 35.25%;
    max-width: 21.1rem;
    margin: 0 auto 2rem;
    padding-top: 2.9rem;
}

.banner img {
    width: 100%;
    height: auto;
}

.older-model .banner-container {
    min-height: 100vh;
}

.older-model .banner {
    width: 50%;
    max-width: 57.6rem;
    margin: 0 auto 3vw;
    padding-top: 2vw;
}

@media (max-width: 2000px) {
    .banner-container {
        background-size: auto 100%;
    }
}

@media (max-width: 1200px) {
    .banner-container {
        min-height: 42vw;
    }

    .banner {
        margin: 0 auto 3.25vw;
        padding-top: 4.75vw;
    }
}

@media (max-width: 768px) {
    .banner-container {
        min-height: 67.2vw;
    }

    .banner {
        width: 61.8%;
        max-width: unset;
        margin: 0 auto 5.2vw;
        padding-top: 16vw;
    }
}

/* ---- bottom-container Style ---- */
.welcome-box {
    height: 3.3rem;
    line-height: 3.3rem;
    padding: 0 0 0 3.4rem;
    background: url(slj202109_logo-yt.png) left center / 2.3rem auto no-repeat;
    font-size: 0.7rem;
    color: #333333;
    position: relative;
}

.welcome-box .right-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 3.3rem;
    line-height: 3.3rem;
    font-size: 0.7rem;
    color: #333333;
}

.welcome-box .right-link a:hover {
    text-shadow: 0 0 1px #fff;
}

.older-model .welcome-box {
    height: 8vw;
    line-height: 8vw;
    padding: 0 0 0 8vw;
    background-size: 6vw auto;
    font-size: 2vw;
}

.older-model .welcome-box .right-link {
    height: 8vw;
    line-height: 8vw;
    font-size: 2vw;
}

.older-model .welcome-box p {
    display: none;
}

@media (max-width: 1200px) {
    .welcome-box {
        height: 5.5vw;
        line-height: 5.5vw;
        padding: 0 0 0 5.75vw;
        background-size: 3.75vw auto;
        font-size: 12px;
    }

    .welcome-box .right-link {
        height: 5.5vw;
        line-height: 5.5vw;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .welcome-box {
        display: none;
    }
}

/* ---- search-box Style ---- */
.search-box {
    width: 55%;
    max-width: 33rem;
    margin: 0 auto;
    position: relative;
    padding: 0 6.6rem 0 5rem;
}

.search-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
    color: #cbcbcb;
}

.search-box input:-moz-placeholder,
.search-box textarea:-moz-placeholder {
    color: #cbcbcb;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
    color: #cbcbcb;
}

.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
    color: #cbcbcb;
}

.search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 6.6rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    background: #1764ce;
    border: none;
    outline: none;
    border-radius: 0 0.2rem 0.2rem 0;
    font-size: 0.9rem;
    color: #ffffff;
    cursor: pointer;
}

.search-box .btn img {
    width: 1.1rem;
    height: auto;
    margin-right: 0.5rem;
}

.search-box .select-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 2.8rem;
    width: 5rem;
    border-radius: 0.2rem 0 0 0.2rem;
    background: url("slj202109_arrow-select.png") right center / 1.5rem auto no-repeat #fff;
    overflow: hidden;
    font-size: 0.9rem;
    color: #666666;
}

.search-box .select-box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.6rem;
    height: 1.2rem;
    width: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background: #cbcbcb;
    z-index: 1;
}

.search-box .select-box select {
    height: 2.8rem;
    width: 6rem;
    border: none;
    padding-left: 1rem;
    font-size: 0.9rem;
    color: #666666;
    background: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}

.search-box .text-input {
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    border: none;
    outline: none;
    background: #fff;
    font-size: 0.9rem;
    color: #555;
    padding: 0 0.9rem;
}

/* older-model */
.older-model .search-box {
    width: 75%;
    max-width: 1200px;
    padding: 0 17.6vw 0 14.8vw;
}

.older-model .search-box .btn {
    width: 17.6vw;
    height: 7.6vw;
    line-height: 7.6vw;
    font-size: 3.2vw;
}

.older-model .search-box .btn img {
    width: 2.8vw;
    margin-right: 1.2vw;
}

.older-model .search-box .select-box {
    height: 7.6vw;
    width: 14.8vw;
    background-size: 4vw auto;
    font-size: 3.2vw;
}

.older-model .search-box .select-box::before {
    margin-top: -1.6vw;
    height: 3.2vw;
}

.older-model .search-box .select-box select {
    height: 7.6vw;
    width: 16vw;
    border: none;
    padding-left: 2.8vw;
    font-size: 3.2vw;
}

.older-model .search-box .text-input {
    height: 7.6vw;
    line-height: 7.6vw;
    font-size: 3.2vw;
    padding: 0 3.2vw;
}

@media (max-width: 1200px) {
    .search-box {
        padding: 0 11vw 0 8.25vw;
    }

    .search-box .btn {
        width: 11vw;
        height: 4.75vw;
        line-height: 4.75vw;
        font-size: 1.5vw;
    }

    .search-box .btn img {
        width: 1.75vw;
        margin-right: 0.75vw;
    }

    .search-box .select-box {
        height: 4.75vw;
        width: 8.25vw;
        background-size: 2.5vw auto;
        font-size: 1.5vw;
    }

    .search-box .select-box::before {
        margin-top: -1vw;
        height: 2vw;
    }

    .search-box .select-box select {
        height: 4.75vw;
        width: 10vw;
        padding-left: 1.75vw;
        font-size: 1.5vw;
    }

    .search-box .text-input {
        height: 4.75vw;
        line-height: 4.75vw;
        font-size: 1.5vw;
        padding: 0 1.5vw;
    }
}

@media (max-width: 768px) {
    .search-box {
        width: 75%;
        max-width: unset;
        padding: 0 17.6vw 0 14.8vw;
    }

    .search-box .btn {
        width: 17.6vw;
        height: 7.6vw;
        line-height: 7.6vw;
        font-size: 3.2vw;
    }

    .search-box .btn img {
        width: 2.8vw;
        margin-right: 1.2vw;
    }

    .search-box .select-box {
        height: 7.6vw;
        width: 14.8vw;
        background-size: 4vw auto;
        font-size: 3.2vw;
    }

    .search-box .select-box::before {
        margin-top: -1.6vw;
        height: 3.2vw;
    }

    .search-box .select-box select {
        height: 7.6vw;
        width: 16vw;
        border: none;
        padding-left: 2.8vw;
        font-size: 3.2vw;
    }

    .search-box .text-input {
        height: 7.6vw;
        line-height: 7.6vw;
        font-size: 3.2vw;
        padding: 0 3.2vw;
    }
}

/* ---- menu-pc-container Style ---- */
.menu-pc-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.75rem;
}

.menu-pc-container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    height: 100%;
    line-height: 0;
    font-size: 0;
    background: #1367d0;
}

.menu-pc-container .menu {
    position: relative;
    width: 100%;
}

.menu-pc-container .menu-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
    height: 2.75rem;
    background-color: #1367d0;
}

.menu-pc-container .menu .menu-bg::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 2.75rem solid #1367d0;
    border-right: 1.6rem solid transparent;
}

.menu-pc-container .menu > ul {
    width: 85%;
    height: 2.75rem;
    z-index: 1;
}

.menu-pc-container .menu > ul > li {
    float: left;
    /*margin-right: 5.68%;*/
    margin-right: 5%;
}

.menu-pc-container .menu > ul > li > a {
    display: inline-block;
    height: 2.75rem;
    padding-top: 0.7rem;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #ffffff;
    position: relative;
}

.menu-pc-container .menu > ul > li > a::before {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.2rem;
    line-height: 0;
    font-size: 0;
    background: #fff;
}

.menu-pc-container .menu > ul > li > a img {
    margin-right: 0.6rem;
    width: 1.1rem;
    height: auto;
}

.menu-pc-container .menu > ul > li > a:hover {
    text-decoration: none;
}

.menu-pc-container .menu > ul > li:hover > a::before,
.menu-pc-container .menu > ul > li.active > a::before {
    display: block;
}

.menu-pc-container .menu > ul > li:last-of-type {
    margin-right: 0;
}

.menu-pc-container .menu > ul > li ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: 0.5rem;
    text-align: center;
    line-height: 0;
}

.menu-pc-container .menu > ul > li:nth-of-type(2) ul {
    padding-left: 3%;
}

.menu-pc-container .menu > ul > li:nth-of-type(3) ul {
    padding-left: 3%;
}

.menu-pc-container .menu > ul > li:nth-of-type(4) ul {
    padding-right: 10.5%;
}

.menu-pc-container .menu > ul > li:nth-of-type(5) ul {
    padding-left: 4%;
}

.menu-pc-container .menu > ul > li ul.m-left {
    text-align: left;
    /* padding-left: 5rem; */
}

.menu-pc-container .menu > ul > li ul.m-right {
    text-align: right;
}

.menu-pc-container .menu > ul > li ul.two-row {
    background: #1367d0;
}

.menu-pc-container .menu > ul > li:hover ul {
    display: block;
}

.menu-pc-container .menu > ul > li.active ul {
    display: block;
}

.menu-pc-container .menu > ul > li ul li {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #9cd3fd;
    margin: 0 1.75%;
}

.menu-pc-container .menu > ul > li ul li a:hover {
    text-decoration: none;
    color: #fff;
}

/* older-model  */
.older-model .menu-pc-container {
    height: 5.5rem;
}

.older-model .menu-pc-container .menu-bg {
    width: 100%;
    height: 5.5rem;
}

.older-model .menu-pc-container .menu .menu-bg::before {
    border-bottom: 5.5rem solid #1367d0;
    border-right: 3.2rem solid transparent;
}

.older-model .menu-pc-container .menu > ul {
    width: 100%;
    height: 5.5rem;
}

.older-model .menu-pc-container .menu > ul > li {
    margin-right: 3%;
}

.older-model .menu-pc-container .menu > ul > li > a {
    height: 5.5rem;
    padding-top: 1.5rem;
    line-height: 4rem;
    font-size: 2rem;
}

.older-model .menu-pc-container .menu > ul > li > a::before {
    height: 0.2rem;
}

.older-model .menu-pc-container .menu > ul > li > a img {
    margin-right: 0.6rem;
    width: 1.1rem;
}

.older-model .menu-pc-container .menu > ul > li ul {
    display: none;
}

.older-model .menu-pc-container .menu > ul > li:hover ul {
    display: none;
}

@media (max-width: 1200px) {
    .older-model .menu-pc-container .menu > ul > li > a {
        font-size: 3vw;
    }
}

@media (max-width: 768px) {
    .menu-pc-container {
        display: none;
    }
}

/* ---- toggle-nav Style ---- */
.toggle-nav {
    display: none;
}

@media (max-width: 768px) {
    .toggle-nav {
        display: block;
        position: absolute;
        top: 3.25vw;
        right: 3.25vw;
        cursor: pointer;
        color: #fff;
        padding: 1.8vw 0 0 1vw;
        border: 0.4vw solid #fff;
        border-radius: 1.2vw;
        width: 8vw;
        height: 8vw;
        z-index: 9999;
        /* background: rgba(255,255,255,0.6); */
    }

    .toggle-nav .open span.m,
    .toggle-nav .open span.n,
    .toggle-nav .open span.u {
        opacity: 1;
    }

    .toggle-nav span.m,
    .toggle-nav span.n,
    .toggle-nav span.u {
        font-size: 2.8vw;
        opacity: 0;
        -webkit-transition: 250ms;
        transition: 250ms;
        letter-spacing: 0.1rem;
    }

    .toggle-nav span.e {
        display: inline-block;
        height: 6vw;
        width: 6vw;
    }

    .toggle-nav span.e.btn-close span.bar:nth-child(1) {
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1.6vw;
    }

    .toggle-nav span.e.btn-close span.bar:nth-child(2) {
        opacity: 0;
        -webkit-transition: 250ms;
        transition: 250ms;
    }

    .toggle-nav span.e.btn-close span.bar:nth-child(3) {
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 1.6vw;
    }

    .toggle-nav span.e span.bar {
        -webkit-transition: 250ms;
        transition: 250ms;
        position: relative;
        display: block;
        background: #fff;
        border-radius: 0.4vw;
        border-bottom: 0.4vw solid #fff;
        width: 5.2vw;
        height: 0.4vw;
    }

    .toggle-nav span.e span.bar:nth-child(2) {
        margin: 1.2vw 0;
    }

    .toggle-nav :hover span.m,
    .toggle-nav :hover span.n,
    .toggle-nav :hover span.u {
        opacity: 1;
        -webkit-transition: 250ms;
        transition: 250ms;
    }
}

/* ---- menu in mobile Style ---- */
.navPaneBtn {
    display: none;
}

.navPane {
    display: none;
    -webkit-transition: 250ms;
    transition: 250ms;
    position: fixed;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    top: 0;
    height: 100%;
    width: 85%;
    background: rgba(19, 103, 208, 0.8);
    box-shadow: 0px 0.3rem 0.6rem rgba(19, 103, 208, 0.98);
    z-index: 9998;
    padding: 5%;
    overflow-y: auto;
}

.navPane.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 250ms;
    transition: 250ms;
}

@media (max-width: 768px) {
    .navPaneBtn {
        display: none;
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        background: rgba(0, 0, 0, 0.1);
        z-index: 998;
    }

    .navPaneBtn.open {
        display: block;
    }

    .navPane {
        display: block;
    }

    .mobileMenu {
        width: 100%;
        padding: 10% 0;
    }

    .mobileMenu > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
        position: relative;
    }

    .otherlinks {
        border-top: 1px solid rgba(255, 255, 255, 0.43);
        margin: 5% auto 0;
        padding-bottom: 0;
    }

    .mobileMenu > li > a.afinve {
        display: inline-block;
        overflow: hidden;
        padding: 0px 5%;
        text-align: left;
        line-height: 10vw;
        color: #fff;
        transition: all .3s;
        position: relative;
        text-decoration: none;
        font-size: 4.4vw;
        position: relative;
        z-index: 1;
        margin-right: 10vw;
    }

    .otherlinks > li > a.afinve {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .mobileMenu > li > a.btn {
        position: absolute;
        height: 10vw;
        width: 10vw;
        top: 0;
        right: 0;
    }

    .mobileMenu li a .arrow::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -1vw auto 0;
        width: 2vw;
        height: 2vw;
        font-size: 0;
        line-height: 0;
        background-image: url(slj202109_menu_right.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 99;
    }

    .mobileMenu li a .arrow.open::before {
        background-image: url(slj202109_menu_down.png);
        background-size: auto 100%;
    }

    .mobileMenu > li > a.active, .mobileMenu > li > a:hover {
        color: #FFF;
    }

    .mobileMenu > li > ul.sub-menu, .mobileMenu > li > ul.sub-menu > li > ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0.4rem 0px 0px 8%;
        padding-bottom: 0.3rem;
    }

    .mobileMenu > li > ul.sub-menu li {
        background: none;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

    .mobileMenu > li > ul.sub-menu li a .arrow::before {
        margin-top: 0;
        top: 0.9rem;
    }

    .mobileMenu > li > ul.sub-menu li > a {
        display: block;
        font-size: 1.1rem;
        line-height: 2.6rem;
        padding-left: 1.1rem;
        color: #fff;
        clear: both;
    }

    .mobileMenu > li > ul.sub-menu li > a.active, .mobileMenu > li > ul.sub-menu li > a:hover, .mobileMenu > li > ul.sub-menu > li.active > a {
        color: #FFF;
    }
}

/* ---- main-news-container Style ---- */
.main-news-container {
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
    background: #1367d0;
    background: url(slj202109_main-news-bg.jpg) center center / auto 100% repeat-x;
    margin-bottom: 2.1rem;
}

.main-news-box {
    width: 48%;
    float: left;
}

/* older-model */
.older-model .main-news-container {
    padding-top: 3vw;
    padding-bottom: 4vw;
    margin-bottom: 3.6vw;
}

.older-model .main-news-box {
    width: 100%;
    float: unset;
}

@media (max-width: 1200px) {
    .main-news-container {
        padding-top: 4.25vw;
        padding-bottom: 4.75vw;
        margin-bottom: 2.5vw;
    }
}

@media (max-width: 768px) {
    .main-news-container {
        padding-top: 3vw;
        padding-bottom: 7.6vw;
        margin-bottom: 5.6vw;
    }

    .main-news-box {
        width: 100%;
        float: unset;
    }
}

/* ---- head-news Style ---- */
.head-news-box {
    display: flex;
    min-height: 5.6rem;
    min-height: calc(5.6rem + 1px);
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 0.8rem;
    border-bottom: 1px dotted #62a3ea;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-bottom: 0.6rem;
}

.head-news-box a:hover {
    color: #fff;
}

/* older-model */
.older-model .head-news-box {
    min-height: unset;
    line-height: 6.4vw;
    font-size: 4.4vw;
    padding: 0 0 2vw;
    margin-bottom: 1.6vw;
}

@media (max-width: 1200px) {
    .head-news-box {
        min-height: 9.25vw;
        min-height: calc(9.25vw + 1px);
        line-height: 4vw;
        font-size: 2.75vw;
        padding: 0 0 1.25vw;
        margin-bottom: 1vw;
    }
}

@media (max-width: 768px) {
    .head-news-box {
        min-height: unset;
        line-height: 6.4vw;
        font-size: 4.4vw;
        padding: 0 0 2vw;
        margin-bottom: 1.6vw;
    }
}

/* ---- news-lists Style ---- */
.news-lists li {
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0rem 4.8rem 0rem 1rem;
    font-size: 0.8rem;
    color: #333333;
    position: relative;
    background-image: url(slj202109_point-b.png);
    background-size: 0.3rem 0.3rem;
    background-repeat: no-repeat;
    background-position: left 0.85rem;
    /* display: flex; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .news-lists li a{
	width: 92%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.news-lists li span {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 2.1rem;
    line-height: 1.5rem;
    padding: 0.3rem 0;
    font-size: 0.7rem;
    color: #999999;
}

.main-news-box .news-lists li {
    color: #fff;
    background-image: url(slj202109_point-w.png);
}

.main-news-box .news-lists li a:hover {
    color: #fff;
}

.main-news-box .news-lists li span {
    color: #fff;
}

/* older-model */
.older-model .news-lists li {
    height: auto;
    min-height: 5.6vw;
    line-height: 3.6vw;
    padding: 1vw 13vw 1vw 3.2vw;
    font-size: 2.4vw;
    background-size: 1.2vw 1.2vw;
    background-position: left 2.6vw;
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
}

.older-model .news-lists li span {
    min-height: 5.6vw;
    line-height: 3.6vw;
    padding: 1vw 0;
    font-size: 2vw;
}

@media (max-width: 1200px) {
    .news-lists li {
        height: 3.5vw;
        line-height: 3.5vw;
        padding: 0 8vw 0 1.75vw;
        font-size: 1.33vw;
        background-size: 0.5vw 0.5vw;
        background-position: left 1.5vw;
    }

    .news-lists li span {
        min-height: 3.5vw;
        line-height: 2.5vw;
        padding: 0.5vw 0;
        font-size: 1.25vw;
    }
}

@media (max-width: 768px) {
    .news-lists li {
        height: auto;
        min-height: 7.2vw;
        line-height: 4.8vw;
        padding: 1.2vw 20vw 1.2vw 3.2vw;
        font-size: 3.6vw;
        background-size: 1.2vw 1.2vw;
        background-position: left 3.2vw;
        overflow: auto;
        text-overflow: unset;
        white-space: unset;
    }

    .news-lists li span {
        min-height: 7.2vw;
        line-height: 4.8vw;
        padding: 1.2vw 0;
        font-size: 3.2vw;
    }
}

/* ---- news-swiper-box Style ---- */
.news-swiper-box {
    width: 49.75%;
    height: 16rem;
    float: right;
    position: relative;
}

.news-swiper-box .swiper-container {
    height: 16rem;
}

.news-swiper-box .swiper-container {
    height: 16rem;
}

.news-swiper-box .swiper-slide {
    height: 16rem;
    overflow: hidden;
    position: relative;
}

.news-swiper-box .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: .3s ease-in-out;
}

.news-swiper-box .swiper-slide:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.news-swiper-box .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.4rem;
    padding: 0 0.6rem;
    font-size: 0.9rem;
    color: #fff;
    line-height: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

.news-swiper-box .pagination {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: -1.8rem;
    height: 0.7rem;
    line-height: 0;
    font-size: 0;
    text-align: right;
}

.news-swiper-box .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    background: #9abfee;
}

.news-swiper-box .pagination .swiper-active-switch {
    background: #fff;
}

/* older-model */
.older-model .news-swiper-box {
    width: 100%;
    height: 80vh;
    float: unset;
    margin-bottom: 6.8vw;
}

.older-model .news-swiper-box .swiper-container {
    height: 80vh;
    border-radius: 2vw;
}

.older-model .news-swiper-box .swiper-container {
    height: 80vh;
}

.older-model .news-swiper-box .swiper-slide {
    height: 80vh;
}

.older-model .news-swiper-box .swiper-slide p {

    height: 5.6vw;
    line-height: 5.6vw;
    padding: 0 1vw;
    font-size: 2.6vw;
}

.older-model .news-swiper-box .pagination {
    bottom: -4.8vw;
    height: 2vw;
}

.older-model .news-swiper-box .pagination .swiper-pagination-switch {
    width: 2vw;
    height: 2vw;
    margin: 0 1.2vw;
}

@media (max-width: 1200px) {
    .news-swiper-box {
        height: 26.75vw;
    }

    .news-swiper-box .swiper-container {
        height: 26.75vw;
    }

    .news-swiper-box .swiper-container {
        height: 26.75vw;
    }

    .news-swiper-box .swiper-slide {
        height: 26.75vw;
    }

    .news-swiper-box .swiper-slide p {
        height: 4vw;
        line-height: 4vw;
        padding: 0 1vw;
        font-size: 1.5vw;
    }

    .news-swiper-box .pagination {
        bottom: -3vw;
        height: 1.25vw;
    }

    .news-swiper-box .pagination .swiper-pagination-switch {
        width: 1.25vw;
        height: 1.25vw;
        margin: 0 0.75vw;
    }
}

@media (max-width: 768px) {
    .news-swiper-box {
        width: 100%;
        height: 50.4vw;
        float: unset;
        margin-bottom: 6.8vw;
    }

    .news-swiper-box .swiper-container {
        height: 50.4vw;
    }

    .news-swiper-box .swiper-container {
        height: 50.4vw;
    }

    .news-swiper-box .swiper-slide {
        height: 50.4vw;
    }

    .news-swiper-box .swiper-slide p {
        height: auto;
        line-height: 4.8vw;
        width: 100%;
        padding: 1.6vw 1.6vw;
        font-size: 3.6vw;
        text-align: center;
        overflow: auto;
        text-overflow: unset;
        white-space: unset;
    }

    .news-swiper-box .pagination {
        bottom: -4.8vw;
        height: 2vw;
    }

    .news-swiper-box .pagination .swiper-pagination-switch {
        width: 2vw;
        height: 2vw;
        margin: 0 1.2vw;
    }

}

/* ---- main-head-box Style ---- */
.main-head-box {
    height: 2.1rem;
    position: relative;
    line-height: 2.1rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #085db3;
    margin-bottom: 1.5rem;
}

.main-head-box a {
    text-decoration: none;
    color: #085db3;
}

.main-head-box img {
    width: 1.75rem;
    height: auto;
    margin-right: 0.6rem;
}

.main-head-box::before,
.main-head-box::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 3.3em);
    margin-top: -0.05rem;
    height: 0.1rem;
    line-height: 0;
    font-size: 1.6rem;
    overflow: hidden;
    background: #085db3;
}

.main-head-box::before {
    left: 0;
}

.main-head-box::after {
    right: 0;
}

/* older-model */
.older-model .main-head-box {
    height: 4.6vw;
    line-height: 4.6vw;
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
}

.older-model .main-head-box img {
    width: 3.8vw;
    margin-right: 1vw;
}

.older-model .main-head-box::before,
.older-model .main-head-box::after {
    font-size: 3.6vw;
}

@media (max-width: 1200px) {
    .main-head-box {
        height: 3.5vw;
        line-height: 3.5vw;
        font-size: 2.75vw;
        margin-bottom: 2.5vw;
    }

    .main-head-box img {
        width: 3vw;
        margin-right: 1vw;
    }

    .main-head-box::before,
    .main-head-box::after {
        font-size: 2.75vw;
    }
}

@media (max-width: 768px) {
    .main-head-box {
        height: 5.6vw;
        line-height: 5.6vw;
        font-size: 4.4vw;
        margin-bottom: 4vw;
    }

    .main-head-box img {
        width: 4.8vw;
        margin-right: 1.6vw;
    }

    .main-head-box::before,
    .main-head-box::after {
        font-size: 4.4vw;
    }
}

/* ---- news-left-container Style ---- */
.news-left-container {
    width: 48%;
    float: left;
    margin-bottom: 1.9rem;
}

.news-right-container {
    width: 48%;
    float: right;
    margin-bottom: 1.9rem;
}

.half-left-container {
    width: 48%;
    float: left;
}

.half-right-container {
    width: 48%;
    float: right;
}

.box-head {
    position: relative;
    height: 2.6rem;
    margin-bottom: 1rem;
}

.box-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #eaeaea;
}

.main-news-box .box-head::before {
    background: #fff;
}

.box-head h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.6rem;
    line-height: 2.5rem;
    border-bottom: 3px solid #115db2;
    font-size: 1.2rem;
    color: #115db2;
    font-weight: bold;
}

.main-news-box .box-head h1 {
    border-bottom-color: #fff;
    color: #fff;
}

.box-head a.more {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.6rem;
    line-height: 2.5rem;
    color: #999;
    font-size: 0.8rem;
}

.box-head a.more:hover {
    color: #115db2;
}

.main-news-box .box-head a.more {
    color: #fff;
}

.main-news-box .box-head a.more:hover {
    color: #ddeeff;
}

/* older-model */
.older-model .news-left-container {
    width: 100%;
    float: unset;
    margin-bottom: 3.25vw;
}

.older-model .news-right-container {
    width: 100%;
    float: unset;
    margin-bottom: 3.25vw;
}

.older-model .half-left-container {
    width: 100%;
    float: unset;
}

.older-model .half-right-container {
    width: 100%;
    float: unset;
}

.older-model .box-head {
    height: 6.8vw;
    margin-bottom: 1.75vw;
}

.older-model .box-head h1 {
    height: 6.8vw;
    line-height: 6.4vw;
    font-size: 2.8vw;
}

.older-model .box-head a.more {
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 2.4vw;
}

@media (max-width: 1200px) {
    .news-left-container {
        margin-bottom: 3.25vw;
    }

    .news-right-container {
        margin-bottom: 3.25vw;
    }

    .box-head {
        height: 4.25vw;
        margin-bottom: 1.75vw;
    }

    .box-head h1 {
        height: 4.25vw;
        line-height: 4.25vw;
        font-size: 2vw;
    }

    .box-head a.more {
        height: 4.25vw;
        line-height: 4.25vw;
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .news-left-container {
        width: 100%;
        float: unset;
        margin-bottom: 5.2vw;
    }

    .news-right-container {
        width: 100%;
        float: unset;
        margin-bottom: 5.2vw;
    }

    .half-left-container {
        width: 100%;
        float: unset;
    }

    .half-right-container {
        width: 100%;
        float: unset;
    }

    .box-head {
        height: 6.8vw;
        margin-bottom: 2.8vw;
    }

    .box-head h1 {
        height: 6.8vw;
        line-height: 6.4vw;
        font-size: 4vw;
    }

    .box-head a.more {
        height: 6.4vw;
        line-height: 6.4vw;
        font-size: 3.2vw;
    }
}

/* ---- main-head-box Style ---- */
.news-tab-container .tab-head {
    position: relative;
    height: 2.6rem;
    margin-bottom: 0.8rem;
}

.news-tab-container .tab-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #eaeaea;
}

.news-tab-container .tab-head li {
    height: 2.6rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #818181;
    font-weight: normal;
    margin-right: 2.25rem;
}

.news-tab-container .tab-head li:last-of-type {
    margin-right: 0;
}

.news-tab-container .tab-head li.active {
    border-bottom: 3px solid #115db2;
    font-weight: bold;
    color: #115db2;
}

.news-tab-container a.more {
    position: absolute;
    right: 0;
    top: -3.4rem;
    height: 2.6rem;
    line-height: 2.5rem;
    color: #999;
    font-size: 0.8rem;
}

/* older-model */
.older-model .news-tab-container .tab-head {
    height: 6.8vw;
    margin-bottom: 1.25vw;
}

.older-model .news-tab-container .tab-head li {
    height: 6.8vw;
    line-height: 6.4vw;
    font-size: 2.5vw;
    margin-right: 3vw;
}

.older-model .news-tab-container a.more {
    top: -8.8vw;
    height: 6.8vw;
    line-height: 6.4vw;
    font-size: 3.2vw;
}

@media (max-width: 1200px) {
    .news-tab-container .tab-head {
        height: 4.25vw;
        margin-bottom: 1.25vw;
    }

    .news-tab-container .tab-head li {
        height: 4.25vw;
        line-height: 4.25vw;
        font-size: 2vw;
        margin-right: 3vw;
    }

    .news-tab-container a.more {
        top: -5.5vw;
        height: 4.25vw;
        line-height: 4.25vw;
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .news-tab-container .tab-head {
        height: 6.8vw;
        margin-bottom: 2vw;
    }

    .news-tab-container .tab-head li {
        height: 6.8vw;
        line-height: 6.4vw;
        font-size: 4vw;
        margin-right: 6vw;
    }

    .news-tab-container a.more {
        top: -8.8vw;
        height: 6.8vw;
        line-height: 6.4vw;
        font-size: 3.2vw;
    }
}


/* ---- government-open-listsStyle ---- */
.government-service-container {
    /* margin-bottom: 2rem; */
    background: #f5f5f5;
    padding: 1.7rem 0 2.2rem;
}

.government-open-btn {
    width: 100%;
    margin-top: 1.2rem;
    border: 1px solid #e2e1e1;
    display: table;
}

.government-open-btn a {
    display: table-cell;
    width: 100%;
    height: 2.85rem;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    color: #115db2;
    font-weight: bold;
    background: #f5f5f5;
}

.government-open-btn a:hover {
    text-decoration: none;
    color: #115db2;
    background: #ddeeff;
}

.government-open-btn a img {
    width: 1.3rem;
    height: auto;
    margin-right: 2.4rem;
}

/* .older-model */
.older-model .government-service-container {
    /* margin-bottom: 3.25vw; */
    padding: 3vw 0 3.75vw;
}

.older-model .government-open-btn {
    margin-top: 2vw;
}

.older-model .government-open-btn a {
    height: 7.6vw;
    font-size: 2.6vw;
}

.older-model .government-open-btn a img {
    width: 3vw;
    margin-right: 4vw;
}

@media (max-width: 1200px) {
    .government-service-container {
        /* margin-bottom: 3.25vw; */
        padding: 3vw 0 3.75vw;
    }

    .government-open-btn {
        margin-top: 2vw;
    }

    .government-open-btn a {
        height: 4.75vw;
        font-size: 1.75vw;
    }

    .government-open-btn a img {
        width: 2.25vw;
        margin-right: 4vw;
    }
}

@media (max-width: 768px) {
    .government-service-container {
        /* margin-bottom: 5.2vw; */
        padding: 4.4vw 0 6vw;
    }

    .government-open-btn {
        margin-top: 3.2vw;
    }

    .government-open-btn a {
        height: 7.6vw;
        font-size: 3.6vw;
    }

    .government-open-btn a img {
        width: 3.6vw;
        margin-right: 6.4vw;
    }
}

/* ---- bottom-container Style ---- */
.inquiry-container {
    background: #efefed;
    padding: 0.5rem 1rem 1rem;
    padding-right: 20.7rem;
    position: relative;
}

.inquiry-head {
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.inquiry-code {
    width: 100%;
}

.inquiry-container .text-input {
    width: 100%;
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.6rem;
    background: #fff;
    border: none;
    outline: none;
    font-size: 0.9rem;
    color: #3333;
}

.inquiry-right {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    width: 19rem;

}

.inquiry-verify {
    position: relative;
    width: 100%;
    padding-right: 12.8rem;
}

.inquiry-verify .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.2rem;
    height: 2.1rem;
    padding-left: 1.4rem;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    line-height: 2.1rem;
    border: none;
    outline: none;
    background: url(slj202109_icon-search.png) 0.6rem center / 1rem auto no-repeat #115db2;
}

.inquiry-verify .verify-code {
    position: absolute;
    top: 0;
    right: 6rem;
    width: 6.3rem;
    height: 2.1rem;
    border: none;
    outline: none;
    background: none;
}

/* older-mode */
.older-model .inquiry-container {
    padding: 0.75vw 1.75vw 1.75vw;
}

.older-model .inquiry-head {
    height: 3.2vw;
    line-height: 3.2vw;
    font-size: 2.4vw;
    margin-bottom: 1.6vw;
}

.older-model .inquiry-container .text-input {
    height: 4vw;
    line-height: 4vw;
    padding: 0 0.75vw;
    font-size: 2.4vw;
}

.older-model .inquiry-right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 1.6vw;
}

.older-model .inquiry-verify {
    padding-right: 34vw;
}

.older-model .inquiry-verify .btn {
    width: 14vw;
    height: 4vw;
    padding-left: 2.25vw;
    font-size: 2.4vw;
    line-height: 4vw;
    background-position: 1vw center;
    background-size: 2vw auto;
}

.older-model .inquiry-verify .verify-code {
    right: 16vw;
    width: 16.4vw;
    height: 4vw;
}

@media (max-width: 1200px) {
    .inquiry-container {
        padding: 0.75vw 1.75vw 1.75vw;
        padding-right: 34.5vw;
    }

    .inquiry-head {
        height: 1.75vw;
        line-height: 1.75vw;
        font-size: 1.25vw;
        margin-bottom: 0.75vw;
    }

    .inquiry-container .text-input {
        height: 3.5vw;
        line-height: 3.5vw;
        padding: 0 1vw;
        font-size: 1.5vw;
    }

    .inquiry-right {
        top: 0.75vw;
        right: 1.75vw;
        width: 31.75vw;
    }

    .inquiry-verify {
        padding-right: 21.25vw;
    }

    .inquiry-verify .btn {
        width: 8.75vw;
        height: 3.5vw;
        padding-left: 2.25vw;
        font-size: 1.25;
        line-height: 3.5vw;
        background-position: 1vw center;
        background-size: 1.75vw auto;
    }

    .inquiry-verify .verify-code {
        right: 10vw;
        width: 10.5vw;
        height: 3.5vw;
    }
}

@media (max-width: 768px) {
    .inquiry-container {
        padding: 1.6vw 2.8vw 2.8vw;
    }

    .inquiry-head {
        height: 4vw;
        line-height: 4vw;
        font-size: 3.2vw;
        margin-bottom: 1.6vw;
    }

    .inquiry-container .text-input {
        height: 6.4vw;
        line-height: 6.4vw;
        padding: 0 1.6vw;
        font-size: 3.2vw;
    }

    .inquiry-right {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 3.2vw;
    }

    .inquiry-verify {
        padding-right: 34vw;
    }

    .inquiry-verify .btn {
        width: 14vw;
        height: 6.4vw;
        padding-left: 3.6vw;
        font-size: 3.2vw;
        line-height: 6.4vw;
        background-position: 1.6vw center;
        background-size: 2.8vw auto;
    }

    .inquiry-verify .verify-code {
        right: 16vw;
        width: 16.4vw;
        height: 6.4vw;
    }
}

/* ---- bottom-container Style ---- */
.ads-bar {
    margin-bottom: 1rem;
    overflow: hidden;
}

.ads-bar li {
    margin-bottom: 0.8rem;
    width: 100%;
}

.ads-bar li img {
    width: 100%;
    height: auto;
}

.ads-bar li img.ph {
    display: none;
}

.ads-bar li img.web {
    display: inline;
}

/* older-model */
.older-model .ads-bar {
    margin-bottom: 2.8vw;
}

.older-model .ads-bar li {
    margin-bottom: 2vw;
}

.older-model .ads-bar li img.ph {
    display: inline;
}

.older-model .ads-bar li img.web {
    display: none;
}

@media (max-width: 1200px) {
    .ads-bar {
        margin-bottom: 1.75vw;
    }

    .ads-bar li {
        margin-bottom: 1.25vw;
    }
}

@media (max-width: 768px) {
    .ads-bar {
        margin-bottom: 2.8vw;
    }

    .ads-bar li {
        margin-bottom: 2vw;
    }

    .ads-bar li img.ph {
        display: inline;
    }

    .ads-bar li img.web {
        display: none;
    }
}

/* ---- government-open-container Style ---- */
.government-open-container {
    width: 100%;
    background: #f5f5f5;
    padding: 1.8rem 0;
}

.institutions-lists li {
    width: 280px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 1.2rem;
    background-color: #ffffff;
    border-radius: 5px;
}

.institutions-lists li:last-of-type {
    margin-bottom: 0;
}

.institutions-lists li a {
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-left: 1.9rem;
    line-height: 2.8rem;
    font-size: 0.6rem;
    color: black;
    background-color: #ffffff;
    border-radius: 5px;
}

.institutions-lists li img {
    width: 2rem;
    height: auto;
    margin-right: 0.5rem;
}

.institutions-lists li a:hover {
    text-decoration: none;
}

.sjwszwfw {
    display: block;
    float: left;
    width: 100%;
    height: 100px;
    background: url("changtu.png") no-repeat;
    background-size: 100% 100%;
}

/* older-model */
.older-model .government-open-container {
    padding: 3vw 0;
}

.older-model .institutions-lists {
    margin-bottom: 2vw;
}

.older-model .institutions-lists li {
    margin-bottom: 0.75vw;
}

.older-model .institutions-lists li a {
    height: 7vw;
    text-align: center;
    padding-left: 0;
    line-height: 3vw;
    font-size: 2.4vw;
}

.older-model .institutions-lists li img {
    width: 3.25vw;
    margin-right: 5vw;
}

@media (max-width: 1200px) {
    .government-open-container {
        padding: 3vw 0;
    }

    .institutions-lists li {
        width: 100%;
        margin-bottom: 0.75vw;
    }

    .institutions-lists li a {
        display: block;
        text-align: center;
        height: 100%;
        width: 100%;
        padding-left: 6.5vw;
        line-height: 2.25vw;
        font-size: 1.75vw;
    }

    .institutions-lists li img {
        width: 3.25vw;
        margin-right: 5vw;
    }
}

@media (max-width: 768px) {
    .government-open-container {
        padding: 4.8vw 0;
    }

    .institutions-lists {
        margin-bottom: 4.8vw;
    }

    .institutions-lists li {
        margin-bottom: 1.6vw;
    }

    .institutions-lists li a {
        height: 8.4vw;
        text-align: center;
        padding-left: 0;
        line-height: 5vw;
        font-size: 4vw;
    }

    .institutions-lists li img {
        width: 12vw;
        margin-right: 8vw;
    }
}

/* ---- bottom-container Style ---- */
.online-opinions-head {
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-size: 0.8rem;
    color: #333333;
    background: #ddedff;
}

.online-opinions-lists li {
    display: table;
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
    margin-top: 0.5rem;
}

.online-opinions-lists li:nth-of-type(2n),
.online-opinions-lists li:last-of-type {
    margin-right: 0;
}

.online-opinions-lists li a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0.8rem;
    height: 2.2rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #333;
    background: #f5f5f5;
}

/* older-model */
.older-model .online-opinions-head {
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 2.4vw;
}

.older-model .online-opinions-lists {
    margin-bottom: 3vw;
}

.older-model .online-opinions-lists li {
    margin-top: 1.6vw;
}

.older-model .online-opinions-lists li a {
    text-align: center;
    padding: 0 1vw;
    height: 6vw;
    font-size: 2.6vw;
    line-height: 3.2vw;
}

@media (max-width: 1200px) {
    .online-opinions-head {
        height: 3vw;
        line-height: 3vw;
        font-size: 1.25vw;
    }

    .online-opinions-lists {
        margin-bottom: 5.6vw;
    }

    .online-opinions-lists li {
        margin-top: 0.75vw;
    }

    .online-opinions-lists li a {
        padding: 0 1.25vw;
        height: 3.75vw;
        font-size: 1.25vw;
        line-height: 1.75vw;
    }
}

@media (max-width: 768px) {
    .online-opinions-head {
        height: 4.8vw;
        line-height: 4.8vw;
        font-size: 3.2vw;
    }

    .online-opinions-lists li {
        margin-top: 1.6vw;
    }

    .online-opinions-lists li a {
        text-align: center;
        padding: 0 2vw;
        height: 6vw;
        font-size: 3.6vw;
        line-height: 4vw;
    }
}

/* ---- question-lists Style ---- */
.interaction-container {
    width: 100%;
    padding: 2.1rem 0 3.1rem;
}

.question-head {
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-size: 0.8rem;
    color: #333333;
    background: #ddedff;
    padding: 0 8.5rem 0 10.3rem;
    margin-bottom: 0.6rem;
    position: relative;
}

.question-head h1 {
    width: 100%;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.8rem;
    color: #333333;
}

.question-head .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 10.3rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.question-head .time {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.5rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.question-lists li {
    position: relative;
    padding: 0 8.5rem 0 10.3rem;
}

.question-lists li h1 {
    width: 100%;
    min-height: 2.1rem;
    text-align: left;
    padding: 0.4rem 1.5rem;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.3rem;
    font-weight: normal;
}

.question-lists li h1 a:hvoer {
    color: #115db2;
}

.question-lists li .number {
    position: absolute;
    line-height: 1.3rem;
    padding: 0.4rem 0;
    top: 0;
    left: 0;
    width: 10.3rem;
    text-align: center;
    font-size: 0.8rem;
    color: #333;
}

.question-lists li .time {
    position: absolute;
    line-height: 1.3rem;
    padding: 0.4rem 0;
    top: 0;
    right: 0;
    width: 8.5rem;
    text-align: center;
    font-size: 0.7rem;
    color: #999999;
}

/* older-model */
.older-model .interaction-container {
    padding: 3.5vw 0 5vw;
}

.older-model .question-head {
    display: none;
}

.older-model .question-lists li {
    padding: 0 0 4vw;
    margin-top: 2vw;
}

.older-model .question-lists li h1 {
    min-height: 6vw;
    padding: 1vw 0;
    font-size: 3vw;
    line-height: 4vw;
}

.older-model .question-lists li .number {
    height: 3.2vw;
    line-height: 3.2vw;
    padding: 0;
    top: auto;
    bottom: 0;
    width: auto;
    text-align: left;
    font-size: 2.4vw;
    color: #666;
}

.older-model .question-lists li .time {
    height: 3.2vw;
    line-height: 3.2vw;
    padding: 0;
    top: auto;
    bottom: 0;
    width: auto;
    text-align: left;
    font-size: 2.4vw;
}

@media (max-width: 1200px) {
    .interaction-container {
        padding: 3.5vw 0 5vw;
    }

    .question-head {
        height: 3vw;
        line-height: 3vw;
        font-size: 1.25vw;
        padding: 0 14.25vw 0 17.25vw;
        margin-bottom: 1vw;
    }

    .question-head h1 {
        height: 3vw;
        line-height: 3vw;
        font-size: 1.25vw;
    }

    .question-head .number {
        width: 17.25vw;
        height: 3vw;
        line-height: 3vw;
    }

    .question-head .time {
        width: 14.25vw;
        height: 3vw;
        line-height: 3vw;
    }

    .question-lists li {
        padding: 0 14.25vw 0 17.25vw;
    }

    .question-lists li h1 {
        min-height: 3.75vw;
        padding: 0.75vw 2.5vw;
        font-size: 1.25vw;
        line-height: 2.25vw;
    }

    .question-lists li .number {
        line-height: 2.25vw;
        padding: 0.75vw 0;
        width: 17.25vw;
        font-size: 1.25vw;
    }

    .question-lists li .time {
        line-height: 2.25vw;
        padding: 0.75vw 0;
        width: 14.25vw;
        font-size: 1.25vw;
    }
}

@media (max-width: 768px) {
    .interaction-container {
        padding: 5.6vw 0 8vw;
    }

    .question-head {
        display: none;
    }

    .question-lists li {
        padding: 0 0 5.6vw;
        margin-top: 3.2vw;
    }

    .question-lists li h1 {
        min-height: 7.6vw;
        padding: 1.2vw 0;
        font-size: 4vw;
        line-height: 5.2vw;
    }

    .question-lists li .number {
        height: 4.8vw;
        line-height: 4.8vw;
        padding: 0;
        top: auto;
        bottom: 0;
        width: auto;
        text-align: left;
        font-size: 3.2vw;
        color: #666;
    }

    .question-lists li .time {
        height: 4.8vw;
        line-height: 4.8vw;
        padding: 0;
        top: auto;
        bottom: 0;
        width: auto;
        text-align: left;
        font-size: 3.2vw;
    }
}

/* ---- column-container Style ---- */
.column-container {
    background: #fff;
    width: 100%;
    padding: 2.1rem 0 5.1rem;
}

.column-swiper-box {
    width: 100%;
    max-width: 1240px;
    position: relative;
    height: 3.5rem;
    margin: 0 auto;
}

.column-swiper-box .swiper-container {
    width: 100%;
    height: 3.5rem;
}

.column-swiper-box .swiper-slide {
    /* padding: 0 1rem; */
    height: 3.5rem;
}

.column-swiper-box .swiper-slide .item {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    position: relative;
    padding: 0 1rem;
}

.column-swiper-box .swiper-slide .item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.column-swiper-box .swiper-slide .item a img {
    width: 100%;
    height: 100%;
}

.column-swiper-box .pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2.6rem;
    height: 0.7rem;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.column-swiper-box .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #999999;
    margin: 0 0.5rem;
}

.column-swiper-box .pagination .swiper-active-switch {
    background: #db4e5c;
}

/* older-model */
.older-model .column-container {
    padding: 4vw 0 8vw;
}

.older-model .column-swiper-box {
    height: 6vw;
}

.older-model .column-swiper-box .swiper-container {
    height: 6vw;
}

.older-model .column-swiper-box .swiper-slide {
    height: 6vw;
}

.older-model .column-swiper-box .swiper-slide .item {
    height: 6vw;
    padding: 0 1vw;
}

.older-model .column-swiper-box .pagination {
    bottom: -4vw;
    height: 2vw;
}

.older-model .column-swiper-box .pagination .swiper-pagination-switch {
    width: 2vw;
    height: 2vw;
    margin: 0 1.2vw;
}

@media (max-width: 1200px) {
    .column-container {
        padding: 3.5vw 0 8.5vw;
    }

    .column-swiper-box {
        height: 5.75vw;
    }

    .column-swiper-box .swiper-container {
        height: 5.75vw;
    }

    .column-swiper-box .swiper-slide {
        height: 5.75vw;
    }

    .column-swiper-box .swiper-slide .item {
        height: 5.75vw;
        padding: 0 1.75vw;
    }

    .column-swiper-box .pagination {
        bottom: -4.25vw;
        height: 1.25vw;
    }

    .column-swiper-box .pagination .swiper-pagination-switch {
        width: 1.25vw;
        height: 1.25vw;
        margin: 0 0.75vw;
    }
}

@media (max-width: 768px) {
    .column-container {
        padding: 9.6vw 0 13.6vw;
    }

    .column-swiper-box {
        height: 11.2vw;
    }

    .column-swiper-box .swiper-container {
        height: 11.2vw;
    }

    .column-swiper-box .swiper-slide {
        height: 11.2vw;
    }

    .column-swiper-box .swiper-slide .item {
        height: 11.2vw;
        padding: 0 2.8vw;
    }

    .column-swiper-box .pagination {
        bottom: -6.8vw;
        height: 2vw;
    }

    .column-swiper-box .pagination .swiper-pagination-switch {
        width: 2vw;
        height: 2vw;
        margin: 0 1.2vw;
    }
}

/* ---- bottom-container Style ---- */
.bottom-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

/* ---- friendship-container Style ---- */
.friendship-container {
    width: 100%;
    background: #daecfb;
}

.friendship-box {
    height: 3rem;
    width: 100%;
    max-width: 1040px;
    position: relative;
    z-index: 9;
}

.friendship-box > li {
    float: left;
    width: 15%;
    margin-right: 2%;
    padding-right: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.8rem;
    color: #115db2;
    position: relative;
}

.friendship-box > li::before {
    content: "";
    position: absolute;
    right: 0.7rem;
    top: 50%;
    margin-top: -0.15rem;
    width: 0.55rem;
    height: 0.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(slj202109_arrow_down.png);
}

.friendship-box > li:hover::before {
    background-image: url(slj202109_arrow_up.png);
}

.friendship-box > li.no-sub {
    padding-right: 0;
}

.friendship-box > li.no-sub::before {
    display: none;
}

.friendship-box > li a:hover {
    text-decoration: none;
}

.friendship-box > li:last-of-type {
    margin-right: 0;
}

.friendship-box > li ul.links {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 14.4rem;
    overflow-y: auto;
    background: #fff;
    z-index: 100%;
    border: 1px solid #ccc;
}

.friendship-box > li:hover ul.links {
    display: block;
}

.friendship-box > li ul.links li {
    font-size: 0.7rem;
    color: #333;
    line-height: 0.9rem;
    text-align: left;
}

.friendship-box > li ul.links li a {
    display: block;
    width: 100%;
    padding: 0.15rem 0.5rem;
}

.friendship-box > li ul.links li a:hover {
    color: #333;
}

.friendship-box > li ul.links li:hover {
    background: #cccccc;
}

/* older-model */
.older-model .friendship-container .container {
    max-width: unset;
    width: 98%;
}

.older-model .friendship-box {
    height: 5rem;
    max-width: unset;
}

.older-model .friendship-box > li {
    padding-right: 1.5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.4rem;
}

.older-model .friendship-box > li ul.links {
    height: 18rem;
}

.older-model .friendship-box > li ul.links li {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

@media (max-width: 768px) {
    .friendship-container {
        display: none;
    }
}

/* ---- footer-container Style ---- */
.footer-container {
    width: 100%;
    background: #115db2;
    padding: 2.2rem 0 2.1rem;
}

.footer-box {
    padding: 0 11.5rem 0 12rem;
    position: relative;
}

.footer-box a {
    color: #fff;
}

.footer-info {
    width: 100%;
    min-height: 5.7rem;
    border-left: 1px solid #417dc1;
    border-right: 1px solid #417dc1;
    padding: 0 6.2%;
}

.footer-info p {
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.2rem;
    min-height: 1.8rem;
    padding: 0.3rem 0;
}

.footer-info p span {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.footer-jiguan {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.8rem;
    width: 3rem;
    height: 3.6rem;
}

.footer-jiguan img {
    width: 100%;
    height: 100%;
}

.footer-zhaocuo {
    position: absolute;
    left: 4rem;
    top: 50%;
    margin-top: -1.4rem;
    width: 5.5rem;
    height: 2.75rem;
}

.footer-zhaocuo img {
    width: 100%;
    height: 100%;
}

.footer-qrcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 17rem;
}

.footer-qrcode li {
    float: left;
    width: 4.6rem;
    margin-left: 0.9rem;
}

.footer-qrcode li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
}

.footer-qrcode li p {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.7rem;
    text-align: center;
    color: #ffffff;
}

/* older-model */
.older-model .footer-container {
    padding: 4vw 0 3.6vw;
}

.older-model .footer-box {
    padding: 0;
}

.older-model .footer-info {
    min-height: unset;
    border-left: none;
    border-right: none;
    padding: 0 4%;
    text-align: center;
}

.older-model .footer-info p {
    font-size: 2vw;
    line-height: 3vw;
    min-height: unset;
    padding: 0.8vw 0;
}

.older-model .footer-info p span {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.older-model .footer-jiguan {
    display: none;
}

.older-model .footer-zhaocuo {
    display: none;
}

.older-model .footer-qrcode {
    display: none;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 6vw 0 5.6vw;
    }

    .footer-box {
        padding: 0;
    }

    .footer-info {
        min-height: unset;
        border-left: none;
        border-right: none;
        padding: 0 4%;
        text-align: center;
    }

    .footer-info p {
        font-size: 3.2vw;
        line-height: 4.8vw;
        min-height: unset;
        padding: 0.8vw 0;
    }

    .footer-info p span {
        display: inline-block;
        margin: 0 1rem 0 0;
    }

    .footer-jiguan {
        display: none;
    }

    .footer-zhaocuo {
        display: none;
    }

    .footer-qrcode {
        display: none;
    }
}

/* ---- side-bar-container Style ---- */
.side-bar-container {
    position: fixed;
    left: 50%;
    bottom: 1.5rem;
    margin-left: 630px;
    width: 3.4rem;
    background: #fff;
    padding: 0.2rem;
    z-index: 999;
    opacity: 0.5;
}

.side-bar-container:hover {
    opacity: 1;
}

.side-bar-container .qrcode-box {
    width: 3rem;
    height: auto;
    position: relative;
    margin-bottom: 0.4rem;
}

.side-bar-container .qrcode-box img {
    width: 100%;
    height: auto;
}

.side-bar-container .qrcode-box img.qrcode {
    display: none;
    position: absolute;
    width: 6.8rem;
    top: -0.2rem;
    left: -7rem;
}

.side-bar-container .qrcode-box:hover img.qrcode {
    display: block;
}

.side-bar-container .to-top-box {
    width: 3rem;
    height: auto;
    position: relative;
}

.side-bar-container .to-top-box img {
    width: 100%;
    height: auto;
}

.side-bar-container .qrcode-box:hover .qrcode-list {
    display: block;
}

.qrcode-list {
    display: none;
    position: absolute;
    background: #fff;
    right: 3.2rem;
    bottom: -3.6rem;
    width: 5.4rem;
}

.qrcode-list ul {
    padding: 0.2rem;
    background: #fff;
}

.qrcode-list ul li img {
    width: 100%;
    height: auto;
}

.qrcode-list ul li p {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 0;
    text-align: center;
}

.qrcode-list .xiaochengxu {
    background: #115db2;
    padding: 0.2rem;
    text-align: center;
}

.qrcode-list .xiaochengxu img {
    width: 100%;
    height: auto;
}

.qrcode-list .xiaochengxu h1 {
    font-size: 0.9rem;
    line-height: 1.7rem;
    color: #fff;
    font-weight: bold;
}

.qrcode-list .xiaochengxu h2 {
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    background: #cf1c33;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
}

@media (max-width: 1400px) {
    .side-bar-container {
        left: unset;
        right: 0.5rem;
        bottom: 0.5rem;
        margin: 0;
    }
}
