@font-face {
    font-family: Roboto;
    src: url("../font/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto l;
    src: url("../font/Roboto-Light.ttf");
}

@font-face {
    font-family: Akrobat;
    src: url("../font/akrobat-extrabold.woff2.ttf");
}

@font-face {
    font-family: Oswald;
    src: url("../font/Oswald-Medium.ttf");
}

@font-face {
    font-family: Akrobat b;
    src: url("../font/Akrobat-SemiBold.ttf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
}

img {
    object-fit: cover;
    vertical-align: bottom;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.header {
    width: 100%;
    /* height: 100px; */
    background: rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 187px 0 105px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translateY(-100%);
    transition: 0.6s;
}

.header .logo,
.header .logo img {
    height: 55px;
}

.header nav {
    display: flex;
    align-items: center;
}

.header nav .search {
    font-size: 18px;
    color: #fff;
    margin: 0 0 0 50px;
    position: relative;
    z-index: 3;
}

.header nav .search a {
    position: relative;
    z-index: 3;
    font-size: 18px;
    color: #fff;
}

.header nav .search .enter {
    width: 0;
    height: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    z-index: 2;
    transition: 0.6s;
}

.header nav .search.on .enter {
    width: 160px;
}

.header nav .search .enter input {
    width: 80%;
    height: 40px;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    padding: 0 0 0 15px;
    color: #000;
    font-size: 16px;
}

.header nav .search .enter:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    background: #133984;
}

.header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* com_ban */
.com_ban {
    position: relative;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 85px;
}

.com_ban::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .15);
    /* opacity: 0; */
    z-index: 1;
    mix-blend-mode: multiply;
}

.com_ban::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(16, 154, 36, .28);
    opacity: 0;
    z-index: 2;
    mix-blend-mode: multiply;
}

.com_ban .position {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #ffffff;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.com_ban .position h3 {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.com_ban .position a {
    font-size: 16px;
    margin-top: 12px;
    text-transform: uppercase;
}

.header nav li {
    /* padding: 39px 0; */
    position: relative;
    cursor: pointer;
}

.header nav li .hide {
    width: 308px;
    position: absolute;
    top: 95px;
    left: -110px;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
    display: none;
}

.header nav li:hover .hide {
    display: block;
}

.header nav li .hide:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}

.header nav li .hide a {
    color: #777777;
    font-size: 15px;
    font-family: Roboto;
    transition: 0.6s;
    width: 100%;
    height: 45px;
    display: block;
    padding: 0 80px 0 18px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header nav li .hide .wireless {
    position: relative;
}

.header nav li .hide .wireless:hover .headline a,
.header nav li .hide a:hover {
    background: #f4f4f4;
    color: #133984;
}

.header nav li .hide .wireless:hover .level_three {
    display: block;
}

.header nav li .hide .headline {
    display: flex;
    align-items: center;
    position: relative;
}

.header nav li .hide .headline .iconfont {
    font-size: 14px;
    color: #777777;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    pointer-events: none;
}

.header nav li .hide .level_three {
    position: absolute;
    top: 0px;
    left: 307px;
    /* transform: translateX(-50%); */
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
    display: none;
}

.header nav li>a {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #000;
    position: relative;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    display: block;
    /* padding: 39px 0; */
    line-height: 85px;
}

.header nav>ul>li:not(:last-child) {
    margin: 0 68px 0 0;
}

.header nav li>a:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    min-width: 0;
    height: 2px;
    background: #133984;
    transition: 0.4s;
}

.header nav li.on>a:after {
    width: 100%;
    min-width: 69px;
}

.header nav li.on {
    z-index: 5;
}

.header.on {
    background: transparent;
}

.header.on:after {
    transform: translateY(0);
}

.header.on_on {
    background: transparent !important;
}

.header.on_on:after {
    transform: translateY(0) !important;
}

body.no_on .header {
    background: transparent;
}

body.no_on .header:after {
    transform: translateY(0);
}

footer {
    overflow: hidden;
    background: rgba(82, 84, 85, 1);
}

footer .wrap {
    margin: 84px auto 0;
}

footer .wrap .content {
    width: 1386px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

footer .wrap .content .item {
    width: 256px;
    margin: 0 120px 50px 0;
}


footer .wrap .content .item:nth-child(4n) {
    margin: 0 0 50px 0;
}

footer .wrap .content .item .headline {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 0 22px 33px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
}

footer .wrap .content .item .headline:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(19, 57, 132, 1);
    border-left: 5px solid rgba(19, 57, 132, 1);
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}

footer .wrap .content .item .foo_list a {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 28px;
    display: block;
    transition: 0.6s;
    width: fit-content;
}

footer .wrap .content .item .foo_list a:hover {
    color: rgba(19, 57, 132, 1);
}

footer .wrap .link {
    width: 100%;
    height: 104px;
    background: #2B2C2D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d6d6d6;
}

footer .wrap .link img {
    width: 138px;
    margin: 0 auto 11px;
    display: block;
}

footer .wrap .link a {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

footer .wrap .link a:hover {
    opacity: 1;
}

footer .wrap .content .item .information {
    margin: 0 0 48px 0;
}

footer .wrap .content .item .information .pick:not(:last-child) {
    margin: 0 0 18px 0;
}

footer .wrap .content .item .information .pick {
    display: flex;
    align-items: center;
}

footer .wrap .content .item .information .pick:first-child {
    align-items: unset;
}

footer .wrap .content .item .information .iconfont {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    margin: 0 7px 0 0;
}

footer .wrap .content .item .information p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 21px;
    opacity: 0.7;
    white-space: nowrap;
}

.ind_new .new_ul {
    margin-top: .5rem
}

.ind_new .new_ul li {
    border: 1px solid hsla(0, 0%, 89%, .725);
    width: 31.5%;
    transition: all .3s;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 2.75%;
}

.ind_new .new_ul li:last-child {
    margin-right: 0;

}

.ind_new .new_ul li .info {
    padding: 25px
}

.ind_new .new_ul li .info .tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
    height: 2em;
}

.ind_new .new_ul li .info .con {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis
}

.ind_new .new_ul li .info .com_more {
    font-size: 16px;
    margin-top: 45px;
    display: block;
    font-weight: 700;
    color: #000;
}

.ind_new .new_ul li:hover {
    box-shadow: 0 2px 8px #0000001a
}

footer .wrap .content .item .icon {
    display: flex;
}

footer .wrap .content .item .icon .border {
    width: 37px;
    height: 37px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

footer .wrap .content .item .icon .border:not(:last-child) {
    margin: 0 8px 0 0;
}

footer .wrap .content .item .icon .border .iconfont {
    color: rgba(150, 151, 149, 1);
    font-size: 16px;
    transition: 0.6s;
}

footer .wrap .content .item .icon .border:hover {
    background: #133984;
    border: 1px solid transparent;
}

footer .wrap .content .item .icon .border:hover .iconfont {
    color: #fff;
}

.common_follow {
    width: 100%;
    height: 70px;
    background: #F8F8F8;
    position: relative;
    /* margin: 100px 0 0 0; */
    z-index: 999;
    padding: 0 187px 0 105px;
    display: flex;
    align-items: center;
}

.common_follow a {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #292929;
    transition: 0.6s;
}

.common_follow a:hover {
    color: rgba(19, 57, 132, 1);
}

.common_follow .iconfont {
    color: rgba(54, 54, 54, 1);
    margin: 0 22px;
    font-size: 12px;
}

.scroll-content {
    overflow: hidden;
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_paging a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #837F7F;
    transition: 0.6s;
}

.common_paging a:not(:last-child) {
    margin: 0 5px 0 0;
}

.common_paging a.on {
    background: #133984;
    color: #FFFFFF;
}

.common_paging a:hover {
    background: #133984;
    color: #FFFFFF;
}

.fixed_alert {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.fixed_alert.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed_alert .alert_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    cursor: pointer;
}

.fixed_alert .wrap {
    position: relative;
    width: 600px;
    z-index: 1;
    border-radius: 8px;
}

.fixed_alert .wrap .headline {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #dfdfdf;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fixed_alert .wrap .headline span {
    color: #909090;
    font-size: 28px;
    font-weight: bold;
    font-family: Akrobat;
}

.fixed_alert .wrap .headline .iconfont {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.fixed_alert .wrap form {
    background: #fff;
    padding: 50px 30px 80px 30px;
}

.fixed_alert .wrap form .text {
    text-align: center;
    margin: 0 0 50px 0;
}

.fixed_alert .wrap form .text p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    font-family: Roboto;
}

.fixed_alert .wrap form input {
    width: 450px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 15px;
    font-size: 16px;
    margin: auto;
    display: block;
    font-family: Roboto;
}

.fixed_alert .wrap form input::placeholder {
    font-size: 16px;
    color: #9c9c9c;
}

.fixed_alert .wrap form button {
    margin: 25px auto 0;
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background: #070707;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: Roboto;
    cursor: pointer;
}

@media screen and (max-width: 1856px) {}

@media screen and (max-width: 1792px) {}

@media screen and (max-width: 1735px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
    footer .wrap .content {
        width: 85%;
    }

    footer .wrap .content .item {
        margin: 0 8% 50px 0;
    }
}

@media screen and (max-width: 1588px) {
    footer .wrap .content .item {
        margin: 0 7% 50px 0;
    }
}

@media screen and (max-width: 1527px) {
    footer .wrap .content .item {
        margin: 0 6% 50px 0;
    }
}

@media screen and (max-width: 1471px) {
    footer .wrap .content .item {
        margin: 0 5% 50px 0;
    }
}

@media screen and (max-width: 1440px) {
    .header nav>ul>li:not(:last-child) {
        margin: 0 59px 0 0;
    }
}

@media screen and (max-width: 1420px) {
    footer .wrap .content .item {
        margin: 0 4% 50px 0;
    }
}

@media screen and (max-width: 1408px) {}

@media screen and (max-width: 1400px) {
    .header nav>ul>li:not(:last-child) {
        margin: 0 55px 0 0;
    }
}

@media screen and (max-width: 1370px) {
    footer .wrap .content .item {
        margin: 0 3% 50px 0;
    }
}

@media screen and (max-width: 1366px) {
    .header nav>ul>li:not(:last-child) {
        margin: 0 45px 0 0;
    }
}

@media screen and (max-width: 1325px) {
    footer .wrap .content .item {
        width: 22%;
    }
}

@media screen and (max-width: 1280px) {
    .header {
        padding: 0 5%;
    }

    footer .wrap .content {
        width: 90%;
    }
}

@media screen and (max-width: 1270px) {
    .fixed_alert .wrap {
        width: 90%;
    }

    .fixed_alert .wrap form {
        padding: 5%;
    }

    .fixed_alert .wrap form .text p {
        font-size: 16px;
        line-height: 25px;
    }

    .fixed_alert .wrap form input {
        width: 100%;
    }

    .fixed_alert .wrap form .text {
        margin: 0 0 29px 0;
    }

    .fixed_alert .wrap form button {
        width: 197px;
        height: 44px;
        font-size: 17px;
    }

    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }

    .header {
        padding: 0 5%;
    }

    .header nav ul {
        display: none;
    }

    .header .logo,
    .header .logo img {
        /* width: 125px; */
        height: 45px;
    }

    .ind_new .new_ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .header {
        height: 70px;
    }

    .common_follow {
        margin: 70px 0 0 0;
    }

    footer .wrap .content {
        display: none;
    }

    footer .wrap {
        margin: 0;
    }

    footer .wrap .link {
        height: auto;
        padding: 20px 5%;
    }

    footer .wrap .link a {
        font-size: 13px;
    }

    .header nav .search {
        font-size: 21px;
    }

    .header:after {
        transform: translateY(0) !important;
    }

    .common_follow {
        height: 58px;
        padding: 0 5%;
    }

    .common_follow a {
        font-size: 13px;
    }

    .common_follow .iconfont {
        margin: 0 12px;
    }

    body .alert_video .joke .video {
        width: 90%;
        height: auto;
        margin: auto;
    }

    body .alert_video .joke .close {
        position: fixed;
        top: 20px;
        right: 20px;
    }

}

.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}

.video_active {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2;
}

.alert_video .joke .video {
    width: 1024px;
    height: 576px;
    display: block;
}

.alert_video .joke .video video {
    width: 100%;
    object-fit: fill;
}

.alert_video .joke .close {
    margin: 0 0 0 25px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: auto;
}

.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}