@charset "utf-8";

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background-color: #0868c2
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #0758a3
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: #0f4e8b
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box
}

a,
a:link {
    color: #313131;
    text-decoration: none;
    transition: all cubic-bezier(1, 0, 0, 1) 0.5s
}

a:visited,
a.visited,
a.visited:visited {
    color: #313131;
    text-decoration: none
}

a:hover,
a.visited:hover,
a:active {
    color: #0a56ae;
    text-decoration: none;
    opacity: 1 !important
}

input[type="button"],
input[type="submit"] {
    border: 0
}

i {
    font-style: normal
}

input:focus {
    outline: none
}

.w1200 {
    width: 1200px;
    margin: 0px auto
}

.w1260 {
    width: 1260px;
    margin: 0px auto
}

.w1300 {
    width: 1300px;
    margin: 0px auto
}

.w1400 {
    width: 1400px;
    margin: 0px auto
}

.w1440 {
    width: 1440px;
    margin: 0px auto
}

.w1600 {
    width: 1600px;
    margin: 0px auto;
    position: relative
}

.w1700 {
    width: 1700px;
    margin: 0px auto
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    color: rgb(48, 50, 51);
    position: fixed;
    z-index: 9999
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(17, 17, 17);
    opacity: 0.9;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0px auto 10px;
    font-size: 80px;
    line-height: 80px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url("../images/bro.png") 0px 0px no-repeat
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url("../images/bro.png") 0px -100px no-repeat
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url("../images/bro.png") 0px -200px no-repeat
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url("../images/bro.png") 0px -300px no-repeat
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0px auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

footer .links {
    padding: 25px 0;
    background-color: rgb(236, 245, 254)
}

footer .links .w1260 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer .links .w1260 p {
    font-size: 17px;
    color: rgb(50, 50, 50)
}

footer .links .w1260 ul {
    display: flex;
    align-items: center
}

footer .links .w1260 ul li {
    margin-left: 17px;
    height: 51px
}

footer .links .w1260 ul li:first-child {
    margin-left: 0px
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 50px
}

.footer_left ul {
    display: flex
}

.footer_left ul li {
    margin-right: 15px;
    position: relative
}

.footer_left ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: rgb(255, 255, 255);
    top: 12px;
    right: -7px
}

.footer_left ul li:last-child {
    margin-right: 0px
}

.footer_left ul li:last-child::after {
    display: none
}

.footer_left ul li a {
    line-height: 38px;
    font-size: 15px;
    color: rgb(255, 255, 255)
}

.footer_left .dz p {
    line-height: 38px;
    font-size: 15px;
    color: rgb(255, 255, 255)
}

.footer_right {
    display: flex;
    align-items: center
}

.footer_right li {
    margin-left: 18px
}

.footer_right li a {
    display: block
}

.footer_right li a img {
    display: block
}

.footer_right li:first-child {
    margin-left: 0px
}

.footer_main {
    background-color: #135cba;
    padding: 18px 0px;
    text-align: center;
    line-height: 2
}

.footer_main p,
.footer_main p a,
.footer_main p span {
    font-size: 14px;
    color: rgb(207, 229, 249)
}

.footer_main .bq p a,
.footer_main .bq p span {
    display: block
}

.footer_main .bq p {
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_main .bq p span {
    margin: 0px 10px 0px 15px
}

.custom-select,
.custom-select2,
.custom-select3,
.custom-select4,
.custom-select5 {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    height: 44px
}

.select-selected,
.select-selected2,
.select-selected3,
.select-selected4,
.select-selected5 {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 13px;
    cursor: pointer;
    font-size: 15px;
    line-height: 51px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    white-space: nowrap
}

.select-selected::after,
.select-selected2::after,
.select-selected3::after,
.select-selected4::after,
.select-selected5::after {
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: solid #949494;
    border-width: 0 2px 2px 0;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s
}

#foot_layout .linksite_wrap .linksite.on::after {
    top: 35px;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease-in-out
}

.custom-select:hover .select-selected::after,
.custom-select2:hover .select-selected2::after,
.custom-select3:hover .select-selected3::after,
.custom-select4:hover .select-selected4::after,
.custom-select5:hover .select-selected5::after {
    transform: rotate(-135deg);
    top: 50%
}

.select-items,
.select-items2,
.select-items3,
.select-items4,
.select-items5 {
    position: absolute;
    width: 100%;
    top: -1px;
    transform: translateY(-100%);
    left: 0px;
    right: 0px;
    z-index: 99;
    display: none;
    overflow: auto;
    background-color: rgb(55, 132, 205);
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 250px;
    transition: all 0.3s ease
}

.select-items>a,
.select-items2>a,
.select-items3>a,
.select-items4>a,
.select-items5>a {
    width: 100%;
    display: flex;
    color: rgb(255, 255, 255) !important;
    align-items: center;
    padding: 12px 16px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 16px
}

.select-items>a:hover,
.select-items2>a:hover,
.select-items3>a:hover,
.select-items4>a:hover,
.select-items5>a:hover {
    background: rgb(236, 245, 254);
    color: rgb(51, 51, 51) !important
}

@media screen and (max-width: 1350px) {

    footer .links .w1260,
    .bq .w1260 {
        width: 100%;
        padding: 0 3%
    }

    footer .links .w1260 {
        display: block
    }

    footer .links .w1260>p {
        font-size: 17px;
        line-height: 34px;
        margin-bottom: 15px
    }

    footer .links .w1260 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    footer .links .w1260 ul li {
        margin-left: 0px;
        margin-bottom: 20px
    }

    .footer_top {
        width: 100%;
        padding: 40px 3% 50px !important
    }

    .footer_right {
        width: calc(100% - 300px);
        flex-wrap: wrap;
        justify-content: space-between
    }

    .footer_right li {
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .footer_top {
        display: block
    }

    .footer_left ul {
        justify-content: center
    }

    .footer_left {
        text-align: center
    }

    .footer_right {
        margin-top: 30px;
        width: 100%;
        justify-content: center
    }

    .footer_right li {
        margin: 0 10px 20px
    }

    .footer_main .bq p {
        white-space: nowrap;
        flex-wrap: wrap
    }

    footer .links .w1260 ul li {
        width: 48%;
        margin-bottom: 15px
    }

    .select-selected,
    .select-selected2,
    .select-selected3,
    .select-selected4,
    .select-selected5 {
        width: 100%
    }

    .custom-select,
    .custom-select2,
    .custom-select3,
    .custom-select4,
    .custom-select5 {
        width: 100%
    }
}

@media screen and (max-width: 576px) {
    footer .links .w1260 ul li {
        width: 100%;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 480px) {
    footer .links .w1260 ul {
        justify-content: center
    }

    .footer_top {
        width: 100%;
        padding: 20px 3% 10px !important
    }
}

.news_list {
    margin-top: 12px
}

.news_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px
}

.news_list li a p {
    font-size: 17px;
    padding-left: 38px;
    position: relative;
    width: calc(100% - 100px)
}

.news_list li a p::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 15px;
    background-image: url("");
    left: 0px;
    top: calc(50% - 7.5px)
}

.news_list li a span {
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 50px;
    white-space: nowrap
}