body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

html {
    overflow-y: scroll;
    background: #ffffff;
    font-size: 16px;
}

body {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    -webkit-text-size-adjust: none;
    position: relative;
}

a {
    color: #555555;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #C3D2F1;
    font-size: 1rem;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #C1C1C1;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #ededed;
}

/*导航*/
.index_header {
    width: 100%;
    height: 60px;
    float: left;
    background: #343E83;
}

.index_nav {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.logo_pic {
    height: 30px;
    width: auto;
    float: left;
    margin: 15px auto;
}

.home_btn {
    width: 24px;
    height: 24px;
    float: right;
    margin: 18px auto;
    background-image: url("../images/home_icon.svg");
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.index_main {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.special_title {
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 60px;
}

.special_title span {
    width: auto;
    height: auto;
    font-family: "Microsoft Yahei";
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background-image: linear-gradient(to bottom right, #3878D0, #343E83);;
    padding: 5px 20px;
    margin: 3px auto;
    border-radius: 4px;
    float: left;
}

.special_title h1 {
    width: auto;
    height: auto;
    font-family: "Microsoft Yahei";
    font-size: 36px;
    font-weight: bold;
    color: #343E83;
    padding: 5px 20px;
    border-radius: 4px;
    float: left;
}

.special_news_box {
    width: 96%;
    height: auto;
    float: left;
    background-color: #343E83;
    border-radius: 4px;
    margin-top: 30px;
    padding: 4% 2%;
}

.special_news_box a {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: right;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.special_news_title {
    width: auto;
    height: auto;
    float: left;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 2px #d5d5d5;
}

.news_icon {
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #ffffff;
    background-image: linear-gradient(to bottom right, #ff0036, #96001e);;
    padding: 0 5px;
    border-radius: 4px;
}

.special_news_title h1 {
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
}

.special_news_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.special_news_main p {
    width: 100%;
    height: auto;
    float: left;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.special_news_main img {
    width: 100%;
    margin: 5px auto;
    float: left;
}

.special_ad {
    width: 1200px;
    display: table;
    margin: 0 auto;
}

.tab_box {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px;
}

.hcolor {
    color: #000000;
    background: #ffffff;
}

.tab_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 24px;
    color: #343E83;
    font-weight: bold;
}

.tab_tilicon {
    width: 24px;
    height: 24px;
    float: left;
    background-image: url("../images/mian_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 3px;
    margin-right: 10px;
}

.tab_box ul {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: 20px;
    background-color: #343E83;
    border-radius: 4px;
}

.tab_box ul li {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    border-radius: 2px;
    padding: 0 5px;
    cursor: pointer;
}

.box {
    width: 100%;
    height: auto;
    float: left;
    display: none;
}

.box p {
    width: calc(100% - 72px);
    height: auto;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
    float: left;
    margin-top: 5px;
}

.box span {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    border-radius: 2px;
    padding: 0 10px;
    background: #333333;
    color: #ffffff;
    display: block;
}

.box img {
    width: 80%;
    float: left;
    margin: 30px 10%;
}

.box a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    border-radius: 2px;
    background: #f0f0f0;
    color: #343E83;
    text-align: center;
}

.box a:hover {
    color: #CD002B;
}

.special_newslist {
    width: 1200px;
    display: table;
    margin: 0 auto;
}

.list_main {
    width: 96%;
    height: auto;
    float: left;
    background-color: #343E83;
    margin-top: 50px;
    border-radius: 4px;
    padding: 30px 2%;
}

.list_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    float: left;
}

.list_box {
    width: 96%;
    height: auto;
    float: left;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2%;

}

.list_box h2 {
    width: auto;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
}

.list_box p {
    width: 100%;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.index_footer {
    width: 100%;
    height: 100px;
    float: left;
    background-color: #343E83;
    margin-top: 60px;
}

.time_news {
    width: 1200px;
    display: table;
    margin: 0 auto;
}

.list_mains {
    width: 96%;
    height: auto;
    float: left;
    background-color: #ffffff;
    margin-top: 50px;
    border-radius: 4px;
    padding: 30px 2%;
}

.tab_titles {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 24px;
    color: #343E83;
    font-weight: bold;
    float: left;
    margin-bottom: 40px;
}

.boxs_box {
    width: 98%;
    height: auto;
    float: left;
    margin-left: 2%;
    border-left: 1px #e5e5e5 solid;
    padding-bottom: 40px;
}

.time {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -10px;
    margin-left: -8px;
}

.time p {
    float: left;
    width: auto;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    margin-left: 10px;
}

.blue_dian {
    width: 14px;
    height: 14px;
    float: left;
    background-image: url("../images/dian.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 3px;
}

.list_boxs {
    width: 95%;
    height: auto;
    float: left;
    margin-top: 10px;
    background-color: #F5F6F7;
    padding: 10px 2%;
    margin-left: 1%;
    margin-right: 0;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: bold;
    color: #333333;

}

.index_footer {
    width: 100%;
    height: 100px;
    float: left;
    background-color: #343E83;
    margin-top: 60px;
}

/*网站底部*/
.footer {
    width: 100%;
    height: auto;
    background: #343E83;
    padding: 20px 0 30px 0;
    float: left;
    margin-top: 80px !important;
    overflow: hidden;
}

.hots_box {
    width: 1200px !important;
    height: 30px !important;
    margin: 20px auto;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 4px;
    display: block;
}

.hots_title {
    width: 80px;
    height: 20px;
    float: left;
    line-height: 20px;
    margin: 5px auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.hots_list {
    width: 1120px;
    height: 30px;
    float: left;
}

.hots_list i {
    width: 1px;
    height: 10px;
    background: #ffffff;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.hots_boxs {
    width: 1060px;
    height: 30px;
    float: left;
    overflow: hidden;
    position: relative;
}

.hots_pre {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0 5px 20px;
    background-image: url("../images/left.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hots_next {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0;
    background-image: url("../images/right.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hots_list10 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hots_list10 a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}

.hots_list10 a:hover {
    color: #a3092a;
}

.hots_list20 {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hots_list20 a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}

.hots_list20 a:hover {
    color: #a3092a;
}

.foot_link {
    width: 1200px;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px #f0f0f0 solid;
    padding: 0 80px 30px 80px;
}

.foot_link p {
    width: 80px;
    height: 20px;
    float: left;
    line-height: 20px;
    margin: 5px auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.foot_a {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 45px;
}

.foot_a a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    float: left;
}

.foot_a a:hover {
    color: #a3092a;
}

.foot_a i {
    width: 1px;
    height: 14px;
    float: left;
    background: #ffffff;
    margin: 8px 10px;
}

.foot_information {
    width: auto;
    display: table;
    margin: 0 auto;
}

.foot_information img:first-child {
    width: 200px;
    margin-top: 30px;
    float: left;
}

.small_title {
    width: auto;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-left: 20px;
    margin-top: 30px;
}

.small_top {
    width: auto;
    height: 30px;
    float: left;
}

.small_top p {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.small_top i {
    width: 2px;
    height: 18px;
    float: left;
    background: #ffffff;
    margin: 6px 10px;
}

.small_bottom {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;

}

.company_information {
    width: auto;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-top: 30px;
    margin-left: 20px;
}

.company_name {
    width: auto;
    height: 30px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.company_address {
    width: auto;
    height: 20px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.company_contact {
    width: auto;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-top: 30px;
}

.company_phone {
    width: auto;
    height: 25px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.company_e-mail {
    width: auto;
    height: 25px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.company_text {
    width: auto;
    height: 50px;
    display: table;
    margin: 50px auto;
    line-height: 50px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
    background: #1E2864;
    padding: 0 40px;
    border-radius: 2px;
    overflow: hidden;
}

.kong {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {

    .kong {
        width: 92vw;
        height: auto;
        display: table;
        margin: 0 auto;
    }

    .kong img {
        width: 92vw !important;
        height: auto !important;
        float: left;
    }

    .kong span {
        width: 92vw;
        float: left;
    }

    .kong p {
        float: left;
    }

    .kong table {
        width: 92vw !important;
        float: left;
    }


    /*导航*/
    .index_header {
        width: 100%;
        height: 60px;
        float: left;
        background: #343E83;
    }

    .index_nav {
        width: 92%;
        height: auto;
        display: table;
        margin: 0 4%;
    }

    .logo_pic {
        height: 30px;
        width: auto;
        float: left;
        margin: 15px auto;
    }

    .home_btn {
        width: 24px;
        height: 24px;
        float: right;
        margin: 18px auto;
        background-image: url("../images/home_icon.svg");
        background-size: 24px 24px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .index_main {
        width: 92%;
        height: auto;
        display: table;
        margin: 0 4%;
    }

    .special_title {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0 !important;
    }

    .special_title span {
        width: auto;
        height: auto;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        font-weight: normal;
        color: #ffffff;
        background-image: linear-gradient(to bottom right, #3878D0, #343E83);;
        padding: 5px 20px;
        margin: 3px auto;
        border-radius: 4px;
        float: left;
    }

    .special_title h1 {
        width: auto;
        height: auto;
        font-family: "Microsoft Yahei";
        font-size: 1.25rem;
        font-weight: bold;
        color: #343E83;
        padding: 5px 20px;
        border-radius: 4px;
        float: left;
    }

    .special_news_box {
        width: 92%;
        height: auto;
        float: left;
        background-color: #343E83;
        border-radius: 4px;
        margin-top: 20px;
        padding: 20px 4%;
    }

    .special_news_box a {
        width: auto;
        height: 30px;
        line-height: 30px;
        float: right;
        font-family: "Microsoft Yahei";
        font-size: 0.85rem;
        font-weight: normal;
        color: #ffffff;
    }

    .special_news_title {
        width: auto;
        height: auto;
        float: left;
        padding: 5px;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 2px #d5d5d5;
    }

    .news_icon {
        width: auto;
        height: 20px;
        line-height: 20px;
        float: left;
        font-family: "Microsoft Yahei";
        font-size: 0.65rem !important;
        color: #ffffff;
        background-image: linear-gradient(to bottom right, #ff0036, #96001e);;
        padding: 0 5px;
        border-radius: 4px;
    }

    .special_news_title h1 {
        width: auto;
        height: 20px;
        line-height: 20px;
        float: left;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        font-weight: normal;
        color: #000000;
        margin-left: 10px;
    }

    .special_news_main {
        width: 92%;
        height: auto;
        float: left;
        margin-top: 15px;
        margin-left: 4%;
    }

    .special_news_main p {
        width: 100%;
        height: auto;
        float: left;
        line-height: 30px;
        font-family: "Microsoft Yahei";
        font-size: 0.85rem;
        font-weight: normal;
        color: #ffffff;
    }

    .special_news_main img {
        width: 100%;
        margin: 5px auto;
        float: left;
    }

    .special_ad {
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .tab_box {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 30px;
    }

    .hcolor {
        color: #000000;
        background: #ffffff;
    }

    .tab_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-family: "Microsoft Yahei";
        font-size: 1.25rem;
        color: #343E83;
        font-weight: bold;
    }

    .tab_tilicon {
        width: 20px;
        height: 20px;
        float: left;
        background-image: url("../images/mian_icon.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 6px;
        margin-right: 10px;
    }

    .tab_box ul {
        width: 100%;
        height: auto;
        line-height: 50px;
        float: left;
        margin-top: 20px;
        background-color: #343E83;
        border-radius: 4px;
        padding: 10px 0;
    }

    .tab_box ul li {
        width: 46%;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 2%;
        margin-right: 2%;
        font-family: "Microsoft Yahei";
        font-size: 0.85rem;
        border-radius: 2px;
        padding: 0;
        cursor: pointer;
        text-align: center;
    }

    .box {
        width: 100%;
        height: auto;
        float: left;
        display: none;
    }

    .box p {
        width: calc(100% - 82px);
        height: auto;
        line-height: 30px;
        font-family: "Microsoft Yahei";
        font-size: 0.85rem;
        color: #333333;
        float: left;
        margin-top: 10px;
    }

    .box span {
        width: auto;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        border-radius: 2px;
        padding: 0 10px;
        background: #333333;
        color: #ffffff;
        display: block;
    }

    .box img {
        width: 100%;
        float: left;
        margin: 10px auto;
    }

    .box a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        float: left;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        border-radius: 2px;
        background: #f0f0f0;
        color: #343E83;
        text-align: center;
    }

    .box a:hover {
        color: #CD002B;
    }

    .special_newslist {
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .list_main {
        width: 92%;
        height: auto;
        float: left;
        background-color: #343E83;
        margin-top: 40px;
        border-radius: 4px;
        padding: 30px 4%;
    }

    .list_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-family: "Microsoft Yahei";
        font-size: 1.25rem;
        color: #ffffff;
        font-weight: bold;
        float: left;
    }

    .list_box {
        width: 92%;
        height: auto;
        float: left;
        margin-top: 20px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 20px 4%;

    }

    .list_box h2 {
        width: auto;
        line-height: 20px;
        float: left;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        color: #ffffff;
        font-weight: normal;
        margin-left: 10px;
    }

    .list_box p {
        width: 100%;
        float: left;
        font-family: "Microsoft Yahei";
        font-size: 0.85rem;
        color: #ffffff;
        margin-top: 15px;
        line-height: 26px;
    }

    .index_footer {
        width: 100%;
        height: 100px;
        float: left;
        background-color: #343E83;
        margin-top: 60px;
    }

    .time_news {
        width: 92%;
        display: table;
        margin: 0 4%;
    }

    .list_mains {
        width: 96%;
        height: auto;
        float: left;
        background-color: #ffffff;
        margin-top: 20px;
        border-radius: 4px;
        padding: 10px 2%;
    }

    .tab_titles {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-family: "Microsoft Yahei";
        font-size: 1.25rem;
        color: #343E83;
        font-weight: bold;
        float: left;
        margin-bottom: 20px;
    }

    .boxs_box {
        width: 96%;
        height: auto;
        float: left;
        margin-left: 2%;
        border-left: 1px #e5e5e5 solid;
        padding-bottom: 30px;
    }

    .time {
        width: 100%;
        height: auto;
        float: left;
        margin-top: -10px;
        margin-left: -8px;
    }

    .time p {
        float: left;
        width: auto;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        color: #999999;
        line-height: 20px;
        margin-left: 5px;
    }

    .blue_dian {
        width: 14px;
        height: 14px;
        float: left;
        background-image: url("../images/dian.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 3px;
    }

    .list_boxs {
        width: 92%;
        height: auto;
        float: left;
        margin-top: 10px;
        background-color: #F5F6F7;
        padding: 10px 2%;
        margin-left: 2%;
        margin-right: 0;
        font-family: "Microsoft Yahei";
        font-size: 1rem;
        font-weight: bold;
        color: #333333;

    }

    /*网站底部*/
    .footer {
        width: 100%;
        height: auto;
        background: #343E83;
        padding: 20px 0 0 0;
        float: left;
        margin-top: 40px !important;
        overflow: hidden;
    }

    .foot_information {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .foot_information img:first-child {
        width: 50%;
        margin-top: 30px;
        float: left;
        margin-left: 25%;
        display: none;
    }

    .small_title {
        width: auto;
        height: 50px;
        float: none;
        padding: 0 20px;
        border-left: 0px #f0f0f0 solid;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .small_top {
        width: auto;
        height: 30px;
        float: left;
    }

    .small_top p {
        float: left;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1rem;
        color: #ffffff;
        line-height: 30px;
    }

    .small_top i {
        width: 2px;
        height: 18px;
        float: left;
        background: #ffffff;
        margin: 6px 10px;
        display: block;
    }

    .small_bottom {
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 0.65rem;
        color: #ffffff;
        line-height: 20px;

    }

    .company_information {
        width: auto;
        height: 50px;
        float: none;
        padding: 0 20px;
        border-left: 0px #f0f0f0 solid;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .company_name {
        width: auto;
        height: 20px;
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 0.85rem;
        color: #ffffff;
        line-height: 30px;
        display: table;
        margin: 0 auto;
    }

    .company_address {
        width: auto;
        height: 20px;
        float: left;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 0.85rem;
        color: #ffffff;
        line-height: 20px;
        display: table;
        margin: 0 auto;
    }

    .company_contact {
        width: auto;
        height: 50px;
        float: none;
        padding: 0 20px;
        border-left: 0px #f0f0f0 solid;
        margin-top: 30px !important;
        display: table;
        margin: 0 auto;
    }

    .company_phone {
        width: auto;
        height: 25px;
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 0.85rem;
        color: #ffffff;
        line-height: 25px;
        display: table;
        margin: 0 auto;
    }

    .company_e-mail {
        width: auto;
        height: 25px;
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 0.85rem;
        color: #ffffff;
        line-height: 25px;
        display: table;
        margin: 0 auto;
    }

    .company_text {
        width: auto;
        height: 30px;
        display: table;
        margin: 50px auto 0;
        line-height: 30px;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 14px;
        color: #ffffff;
        line-height: 50px;
        background: #1E2864;
        padding: 0 40px;
        border-radius: 2px;
        overflow: hidden;
    }
}