

.video-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000d3;
    display: none;
    z-index: 999;
}
.video-mask .inner {
    height: 70%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.close {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.close img {
    width: 100%;
    height: 100%;
}

@media (max-width: 950px) {
    .video-mask {
        background-color: #000;
    }
    .video-mask .inner {
        width: 100%;
        height: 80%;
        top: 30%;
    }
    .close {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }
}

@media all and (max-width: 1000px) {
    .page-wp-pc {
        display: none;
    }

    .page-wp-mb {
        display: flex;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .page-wp-mb ul {
        display: flex;
    }

    .page-wp-mb a,
    .page-wp-mb span {
        display: block;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        background-color: #fff;
        border-radius: 40px;
        transition: 0.4s;
    }

    .page-wp-mb li:first-child a,
    .page-wp-mb li:first-child span {
        width: 100px;
        border: 0;
    }
    .page-wp-mb li:last-child a,
    .page-wp-mb li:last-child span {
        width: 100px;
        border: 0;
    }

    .page-wp-mb .disabled .page-link:not(.page-wp-pc li:first-child a) {
        background-color: #757575;
        color: #fff;
        border: 1px solid #757575;
    }
}

/* PC */
@media all and (min-width: 1000px) {
    .page-wp-pc {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .page-wp-pc ul {
        display: flex;
    }

    .page-wp-pc a,
    .page-wp-pc span {
        display: block;
        width: 50px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
        transition: 0.4s;
        color: #757575;
    }

    .page-wp-pc a:hover,
    .page-wp-pc span:hover {
        background-color: #757575;
        color: #fff;
    }

    .page-wp-pc li:first-child a,
    .page-wp-pc li:first-child span {
        width: 100px;
        border: 0;
    }
    .page-wp-pc li:last-child a,
    .page-wp-pc li:last-child span {
        width: 100px;
        border: 0;
    }

    .page-wp-pc .disabled .page-link:not(.page-wp-pc li:first-child a) {
        background-color: #757575;
        color: #fff;
        border: 1px solid #757575;
    }

    .page-wp-mb {
        display: none;
    }
}

#mb {
    width: 100%;
    background-color: #fff;
    height: 45px;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
}

#mb .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
}

#mb .logo img {
    max-height: 35px;
}

#mb .meum img {
    width: 20px;
    cursor: pointer;
    /* height: 25px; */
}

#mb .sub-mb {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 45px;
    transition: 0.7s;
    transform: translateX(100%);
}
#mb .sub-mb.open {
    transform: translateX(0);
}

#mb .sub-mb .tab {
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    line-height: 55px;
}

#mb .sub-mb .tab > a {
    font-weight: 500;
}

#mb .sub-mb li .next img {
    width: 9px;
    height: 12px;
}

#mb .sub-mb li .open img {
    width: 12px;
    height: 12px;
    transition: 0.4s;
}
#mb .sub-cont {
    padding: 0 15px;
    display: none;
}

#mb .sub-cont a {
    display: block;
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}

#pc {
    background-color: #fff;
    width: 100%;
    height: 82px;
}
#pc .inner-nav {
    display: flex;
    align-items: center;
    height: 82px;
}
#pc .inner-nav .nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pc .inner-nav .nav li {
    height: 100%;
    padding: 0 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
    cursor: pointer;
}
#pc .inner-nav .nav li a {
    font-size: 16px;
}
#pc .inner-nav .nav li:hover {
    background-image: linear-gradient(#0377ea, #03055f);
}
#pc .inner-nav .nav li:hover .meum {
    color: #fff;
}
#pc .inner-nav .nav li:hover .sub {
    display: block;
}
#pc .inner-nav .nav li.active {
    background-image: linear-gradient(#0377ea, #03055f);
}
#pc .inner-nav .nav li.active a {
    color: #fff;
}
#pc .inner-nav .nav li .sub {
    width: 100%;
    position: absolute;
    top: 20px;
    top: 82px;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 999;
}
#pc .inner-nav .nav li .sub .sub-item {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
#pc .inner-nav .nav li .sub .sub-item a {
    font-size: 16px;
}
#pc .inner-nav .nav li .sub .sub-item:hover {
    background: linear-gradient(#0377ea, #03055f);
}
#pc .inner-nav .nav li.active .sub a{
    color: #333;
}
/*#pc .inner-nav .nav li .sub .sub-item:hover #pc .inner-nav .nav li{*/
/*    background-image：none;*/
/*}*/
#pc .inner-nav .nav li .sub .sub-item:hover a {
    color: #fff;
}
#pc .inner-nav .nav li .sub:hover {
    display: block;
}

@media all and (max-width: 1700px) {
    #pc .inner-nav .nav li {
        padding: 0 48px;
    }
}
@media all and (max-width: 1590px) {
    #pc .inner-nav .nav li {
        padding: 0 33px;
    }
}
@media (max-width: 1270px) {
    #pc .inner-nav .nav li {
        padding: 0 20px;
    }
}
#pc .inner-nav .logo {
    width: 150px;
    height: 70px;
}
#pc .inner-nav .logo img {
    max-width: 100%;
    height: 100%;
}
.index-title {
    text-align: center;
    margin-bottom: 60px;
}
.index-title .title {
    text-align: center;
    font-size: 50px;
    font-weight: 100;
}
.index-title .video-img {
    display: inline-block;
    width: 450px;
}

.index-title .sub-title{
    font-size: 30px;
}
.index-title .more-btn {
    height: 50px;
    display: inline-block;
    width: 150px;
    font-size: 22px;
    font-weight: 100;
    border-radius: 100px;
    background-image: url(/static/image/more-btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.index-title .more-btn .more-img {
    height: 0;
    transform: translateX(-200px);
    transition: transform 0.5s;
    line-height: 50px;
}
.index-title .more-btn p {
    transition: transform 0.5s;
    line-height: 50px;
}
.index-title .more-btn:hover p {
    transform: translateX(200px);
    height: 0;
}
.index-title .more-btn:hover .more-img {
    transform: translateX(0);
    height: 50px;
}
@media (max-width: 1590px) {
    .index-title .title {
        text-align: center;
        font-size: 40px;
        font-weight: 100;
    }
    .index-title .more-btn {
        width: 150px;
    }
    .index-title .video-img {
        width: 300px;
    }
}
@media (max-width: 1270px) {
    .index-title .title {
        text-align: center;
        font-size: 38px;
        font-weight: 100;
    }
    .index-title .more-btn {
        width: 150px;
    }
    .index-title .video-img {
        width: 260px;
    }
}
@media (max-width: 950px) {
    .index-title .title {
        text-align: center;
        font-size: 28px;
        font-weight: 100;
    }
    .index-title .more-btn {
        width: 120px;
        font-size: 16px;
    }
    .index-title .video-img {
        width: 250px;
    }
}
.module-p {
    padding: 60px 0 80px 0;
}
@media (max-width: 950px) {
    .module-p {
        padding: 40px 0 30px 0;
    }
}
.hezuo #ad-mb {
    display: none;
}
@media (max-width: 950px) {
    .hezuo #ad-pc {
        display: none;
    }

    .hezuo #ad-mb {
        display: block;
    }
}

.b-hezuo {
    padding: 40px 0;
}
.b-hezuo .list {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 100px;
}
.b-hezuo .list .item {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.b-hezuo .list .item img {
    margin-right: 10px;
}

@media (max-width: 1700px) {
    .b-hezuo .list {
        grid-template-columns: repeat(6, auto);
        grid-column-gap: 60px;
    }
}
@media (max-width: 1590px) {
    .b-hezuo .list {
        grid-template-columns: repeat(6, auto);
        grid-column-gap: 20px;
    }
}
@media (max-width: 1280px) {
    .b-hezuo .list {
        grid-template-columns: repeat(6, auto);
        grid-column-gap: 10px;
    }
}
@media (max-width: 950px) {
    .b-hezuo .list {
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 15px;
        grid-row-gap: 10px;
    }
}




footer {
    padding: 30px 0 15px 0;
}
footer .aboutus {
    border-right: 1px solid #dee0e1;
    height: 260px;
}
footer .aboutus .icon-list {
    display: flex;
}
footer .aboutus .icon-list .item {
    width: 48px;
    height: 48px;
    margin-right: 25px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.4s;
}
footer .aboutus .icon-list .item .defaul,
footer .aboutus .icon-list .item .hover {
    width: 48px;
    height: 48px;
    transition: 0.4s;
}
footer .aboutus .icon-list .item .hover {
    display: none;
}
footer .aboutus .icon-list .item .code:nth-child(1) {
    display: block;
}
footer .aboutus .icon-list .item .code {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

footer .aboutus .icon-list .item .code img {
    width: 100px;
    height: 100px;
}
footer .aboutus .icon-list .item:hover .code {
    display: block;
}
footer .aboutus .icon-list .item:hover .defaul {
    display: none;
}
footer .aboutus .icon-list .item:hover .hover {
    display: block;
}
footer .link-wrap .item {
    display: flex;
}
footer .link-wrap .item .left {
    width: 90px;
}
footer .link-wrap .item .right {
    width: calc(100% - 90px);
    line-height: 1.5;
}
footer .link-wrap a {
    font-size: 14px;
    color: #666;
}
footer .link-wrap a:hover {
    color: #0377ea;
}
footer .kefu {
    border-left: 1px solid #dee0e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 260px;
}
footer .kefu .phone {
    font-size: 36px;
    margin-top: 15px;
}
footer .kefu > div {
    margin: 20px 0 35px 0;
}
footer .kefu .kefu-btn {
    width: 85%;
    background-image: linear-gradient(to right, #0377ea, #03055f);
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
}
footer .server {
    padding: 20px 0;
    border-top: 1px solid #dee0e1;
    border-bottom: 1px solid #dee0e1;
    display: grid;
    grid-template-columns: repeat(5, auto);
}
footer .server .item {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dee0e1;
}
footer .server .item img {
    width: 26px;
    height: 26px;
}
footer .server .item:last-child {
    border-right: none;
}
@media all and (max-width: 1590px) {
    footer .aboutus {
        height: 300px;
    }
    footer .aboutus .icon-list .item {
        margin-right: 17px;
        width: 33px;
        height: 33px;
    }
    footer .aboutus .icon-list .item .defaul,
    footer .aboutus .icon-list .item .hover {
        width: 33px;
        height: 33px;
    }
    footer .kefu {
        height: 300px;
    }
}
@media (max-width: 1270px) {
    footer .aboutus {
        height: 280px;
    }
    footer .aboutus .icon-list a .item {
        margin-right: 20px;
        width: 25px;
        height: 25px;
    }
    footer .aboutus .icon-list a .item .defaul,
    footer .aboutus .icon-list a .item .hover {
        width: 25px;
        height: 25px;
    }
    footer .link-wrap a {
        font-size: 14px;
    }
    footer .kefu {
        height: 280px;
    }
    footer .kefu .phone {
        font-size: 24px;
    }
}

#mb-footer {
    padding: 20px 0;
}

#mb-footer li .f-meum {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
#mb-footer li .f-meum > a {
    font-weight: 500;
}

#mb-footer li .f-meum .next img {
    width: 9px;
    height: 12px;
}
#mb-footer li .f-meum .open img {
    width: 12px;
    height: 12px;
}

#mb-footer li .sub-cont {
    padding: 5px 0 5px 15px;
    display: none;
}

#mb-footer li .sub-cont > a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}
#mb-footer .bottom {
    padding-top: 20px;
}
