:root {
    --color: #033894
}

img {
    max-width: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: all 0.5s;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.lz-hade {
    width: 100%;
    padding: 0 0px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border-bottom: solid 1px #ffffff30;
    transition: all 0.5s;
}

.lz-hade .lz-logo img {
    height: 60px;
}

.lz-hade .lz-logo .logo-a {
    display: block;
}

.lz-hade .lz-logo .logo-b {
    display: none;
}

.lz-hade .lz-nav {
    flex: 1;
}

.lz-hade .lz-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 25px;
    padding: 0 5%;
    width: 100%;

}

.lz-hade .lz-nav ul li {
    position: relative;
    padding: 0 10px;
    font-size: 16px;
    /* line-height: 100px; */

}

.lz-hade .lz-nav ul li:hover .cp-fd {
    display: flex;
}

.lz-hade .lz-nav ul li .cp-fd {
    position: absolute;
    background-color: #fff;
    top: 100px;
    left: 0;
    display: flex;
    width: 1000px;
    border-top: solid 1px #eee;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
    line-height: 25px;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    display: none;
    transition: all 0.5s;
}

.lz-hade .lz-nav ul li .cp-fd2 {
    width: 250px;
}

.lz-hade .lz-nav ul li .cp-fd .list {
    width: 33.3%;
}

.lz-hade .lz-nav ul li .cp-fd2 .list {
    width: 100%
}

.lz-hade .lz-nav ul li .cp-fd .list h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
}

.lz-hade .lz-nav ul li .cp-fd .list a {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.lz-hade .lz-nav ul li .cp-fd .list a:hover {
    color: var(--color);
}

.lz-hade .lz-nav ul li>a {
    position: relative;
    color: #333;
    display: block;
}



.lz-hade .lz-nav ul li>a:hover,
.lz-hade .lz-nav ul li.cur>a {
   color: #000;
}

.lz-hade .lz-nav ul li>a:hover:before,
.lz-hade .lz-nav ul li.cur>a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}



.lz-hade .lz-settings {
    display: flex;
    align-items: center;
}

.lz-hade .lz-settings .lz-Language {
    position: relative;
    font-size: 16px;
    color: #333;

    line-height: 100px;
}


.lz-hade .lz-settings .lz-Language:hover .fd-Language {
    display: block;
}

.lz-hade .lz-settings .lz-Language .fd-Language {
    transition: all 0.5s;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 2;
    padding: 10px 0;
    display: none;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.lz-hade .lz-settings .lz-Language .fd-Language a {
    display: block;
    color: #666;
    line-height: 40px;
    text-align: center;
}

.lz-hade .lz-settings .lz-Language .fd-Language a:hover {
    color: var(--color);
}

.lz-hade .lz-settings .lz-Language::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
    top: 40px;
    background-color: #fff;
}


.lz-hade .lz-settings .lz-Language p {
    cursor: pointer;
    padding: 0 20px 0 20px;
    margin-left: 30px;
    background: url(../images/icon-yy.png) no-repeat left center;
    background-size: 14px;
}


.lz-hade .lz-settings .but {
    padding: 0 50px;
}

.lz-hade .lz-settings .but a {
    font-size: 16px;
    background-color: var(--color);
    color: #fff;
    padding: 8px 20px;
}

.lz-hade .lz-settings .but a:hover {
    opacity: 0.8;
}

.lz-hade .lz-settings .lz-pice {
    background: url(../images/icon-hd.png) no-repeat left center;
    background-size: 24px;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
}

.lz-login {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.lz-login a {
    color: #333;
    padding: 0 10px;
}

.lz-login a:hover {
    color: var(--color);
}

.lz-sousuo {
    width: 100px;
    height: 100px;
    background-color: var(--color);
}

.lz-sousuo a {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
}

.lz-sousuo a i {
    line-height: 100px;
}


.sidh {
    width: 40px;
    display: none;
}



@media (max-width: 1800px) {
    .lz-hade .lz-nav ul {
        padding-right: 15px;

    }

    .lz-hade .lz-nav ul li {
        padding: 0 5px;
        font-size: 18px;
    }

    .lz-hade .lz-settings .lz-Language p {
        padding: 0 30px 0 30px;
    }

    .lz-hade .lz-settings .but {
        padding: 0 30px;
    }
}

@media (max-width: 1500px) {
    .lz-hade {
        padding: 0 0 0 30px;
        height: 80px;
    }

    .lz-hade .lz-logo img {
        height: 40px;
    }

    .lz-hade .lz-nav ul {
        padding-right: 10px;

    }

    .lz-hade .lz-settings .lz-Language {
        font-size: 16px;
        line-height: 80px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 10px;
        font-size: 16px;
        /* line-height: 80px; */
    }

    .lz-hade .lz-settings .lz-Language p {
        padding: 0 20px 0 20px;
    }

    .lz-hade .lz-settings .but {
        padding: 0 20px;
    }

    .lz-hade .lz-settings .but a,
    .lz-hade .lz-settings .lz-pice {
        font-size: 16px;
    }

    .lz-hade .lz-settings .lz-Language::after {
        content: '';
        top: 30px;
    }

    .lz-hade .lz-settings .lz-Language .fd-Language {
        top: 80px;
    }

    .lz-hade .lz-nav ul li .cp-fd {
        top: 80px;
        width: 800px;
    }

    .lz-hade .lz-nav ul li .cp-fd2 {
        width: 250px;
    }

    .lz-login {
        font-size: 16px;
    }

    .lz-sousuo {
        width: 80px;
        height: 80px;
        background-color: var(--color);
    }

    .lz-sousuo a {
        font-size: 20px;
    }

    .lz-sousuo a i {
        line-height: 80px;
    }
}

@media (max-width: 1200px) {
    .sidh {
        width: 40px;
        display: block;
        margin-left: 20px;
        cursor: pointer;
    }

    .sidh img {

        /* filter: grayscale(200%) brightness(700%); */
    }

    .lz-login {
        display: none;
    }

    .lz-hade .lz-nav {
        display: none;
    }

    .lz-hade .lz-settings {
        margin-left: auto;
    }

    .lz-hade .lz-settings .lz-Language::after {
        content: '';
        top: 30px;
        display: none;
    }

}

@media (max-width: 1000px) {
    .lz-hade .lz-logo .logo-a {
        display: none;
    }

    .lz-hade .lz-logo .logo-b {
        display: block;
    }

    .lz-hade {
        padding: 0 10px;
        height: 50px;
    }

    .lz-hade .lz-logo img {
        height: 30px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 50px;
    }

    .lz-hade .lz-settings .lz-Language .fd-Language a {
        line-height: 25px;
    }

    .lz-hade .lz-settings .lz-Language {
        font-size: 14px;
        line-height: 50px;
    }

    .lz-hade .lz-settings .but a,
    .lz-hade .lz-settings .lz-pice {
        font-size: 14px;
    }

    .lz-hade .lz-settings .lz-Language::after {
        content: '';
        top: 20px;
    }

    .lz-hade .lz-settings .lz-Language .fd-Language {
        top: 50px;
    }

    .lz-hade .lz-settings .but {
        display: none;
    }

    .lz-hade .lz-settings .lz-pice {
        display: none;
    }

    .lz-login {
        font-size: 14px;
    }

    .lz-sousuo {
        width: 50px;
        height: 50px;
        background-color: var(--color)
    }

    .lz-sousuo a {
        font-size: 16px;
    }

    .lz-sousuo a i {
        line-height: 50px;
    }

    .lz-hade .lz-settings .lz-Language p {
        padding: 0 10px 0 20px;
        font-size: 14px;
        margin-left: 0;
    }
}

.bx-side-nav2 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none
}

.bx-side-nav2>i {
    position: absolute;
    top: 10px;
    right: 280px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav-list2>.div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.bx-side-nav-list2>ul>li {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list2>ul>li>a {
    display: block;
    color: #666
}

.bx-side-nav-list2>.div-title img {
    height: 35px;
}

.bx-side-nav-list2>ul>li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-side-nav-list2>ul>li:last-child a {
    padding: 0 10px;
}

.bx-side-nav-list2>ul>li .div-fd a {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #ececec;

}

.bx-side-nav-list2>ul>li .div-fd {
    display: none;
}

.index-one {
    position: relative;
    width: 100%;
}

.index-one .swiper-pagination {
    width: 100%;
    bottom: 10px;
}

.index-banner {
    overflow: hidden;
    width: 100%;
}

.index-banner img {
    height: calc(100vh - 100px);
    min-height: 600px;
    width: 100%;
    display: none;
}
.index-banner video {
    height: calc(100vh - 100px);
    min-height: 600px;
    width: 100%;
    object-fit: cover;
}
.banner-fttet {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10% 10% 0px 10%;
    height: 90%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.banner-fttet .banner-tet h3 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);

}

.banner-fttet .banner-tet p {
    font-size: 36px;
    color: #fff;
    padding-top: 15px;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
}

.banner-fttet .banner-tet span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    line-height: 45px;
    border-radius: 25px;
    background-color: var(--color);
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 45px;
}

.banner-fttet .banner-tet span:hover {
    opacity: 0.8;
}

.banner-fttet .banner-tet span i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.banner-fttet .banner-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 60px; */
}

.banner-fttet .banner-list .list {
    width: 32%;
}

.banner-fttet .banner-list .list a {
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-fttet .banner-list .list a .tet-fl {
    width: 80%;
}

.banner-fttet .banner-list .list a h3 {
    font-size: 18px;
    max-width: 100%;
    color: #333;
}

.banner-fttet .banner-list .list a p {
    font-size: 14px;
    max-width: 100%;
    color: #666;
    padding-top: 5px;
}

.banner-fttet .banner-list .list a .tet-fr {
    width: 40px;
    height: 40px;
    border: solid 1px #333;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 40px;
}

.banner-fttet .banner-list .list a .tet-fr i {
    font-size: 20px;
    line-height: 40px;
}

.banner-fttet .banner-list .list a:hover {
    background-color: var(--color);
}

.banner-fttet .banner-list .list a:hover h3,
.banner-fttet .banner-list .list a:hover p {
    color: #fff;
}

.banner-fttet .banner-list .list a:hover .tet-fr {
    border: solid 1px #fff
}

.banner-fttet .banner-list .list a:hover .tet-fr i {
    color: #fff;
}
.index-banner video.video_sj{
    display: none;
} 

@media (max-width: 1000px) {
    .index-banner img {
        height: calc(100vh - 50px);
        min-height: 500px;
        width: 100%;
        display: none;
    }
    .index-banner video {
        height: auto;
        min-height: 200px;
        width: 100%;
        /* display: none; */
    }
    .index-banner video.video_sj{
        display: block;
    } 
    .index-banner video.video_pc{
        display: none;
    } 
    .banner-fttet {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        padding: 20px 10px 20px 10px;
        height: 100%;
        z-index: 2;
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }

    .banner-fttet .banner-tet {
        width: 100%;
    }

    .banner-fttet .banner-tet h3 {
        font-size: 24px;
        color: #333;
        text-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
 
    }

    .banner-fttet .banner-tet p {
        font-size: 14px;
        color: #333;
        text-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    }

    .banner-fttet .banner-tet span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
        background-color: var(--color);
        padding: 0 0 0 20px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        margin-top: 20px;
    }

    .banner-fttet .banner-tet span:hover {
        opacity: 0.8;
    }

    .banner-fttet .banner-tet span i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: solid 1px #fff;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    .banner-fttet .banner-list {
        display: flex;
        flex-wrap: wrap;

    }

    .banner-fttet .banner-list .list {
        width: 100%;
        padding-top: 10px;
    }

    .banner-fttet .banner-list .list a {
        height: 100%;
        background-color: #fff;
        border-radius: 5px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: solid 1px #eee;
    }

    .banner-fttet .banner-list .list a .tet-fl {
        width: 80%;
    }

    .banner-fttet .banner-list .list a h3 {
        font-size: 16px;
    }

    .banner-fttet .banner-list .list a p {
        font-size: 14px;
    }

    .banner-fttet .banner-list .list a .tet-fr {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .banner-fttet .banner-list .list a .tet-fr i {
        font-size: 20px;
        line-height: 40px;
    }

    .banner-fttet .banner-list .list a:hover {
        background-color: var(--color);
    }
}


.index-two {
    padding: 80px 0 80px 10%;
    background: url(../images/sy-bj.png) no-repeat;
    background-size: cover;
}

.index-two .index-two-tet {
    width: 100%;
    max-width: 60%;
}

.index-two .index-two-tet .title-logo {
    display: flex;
    align-items: center;
}

.index-two .index-two-tet .title-logo img {
    height: 35px;
}

.index-two .index-two-tet .title-logo h4 {
    font-size: 22px;
    color: var(--color);
    padding-left: 10px;
}

.index-two .index-two-tet h3 {
    font-size: 36px;
    color: #333;
    padding: 15px 0 10px 0;
}

.index-two .index-two-tet .tet-p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    padding-top: 20px;
}

.index-two .index-two-tet .tet-list {
    padding: 40px 0;
}

.index-two .index-two-tet .tet-list ul {
    display: flex;
}

.index-two .index-two-tet .tet-list ul li {
    width: 30%;
}

.index-two .index-two-tet .tet-list ul li h5 {
    font-size: 36px;
    color: #333;
}

.index-two .index-two-tet .tet-list ul li h5 sub {
    font-size: 24px;
    color: #333;
    padding-left: 10px;
}

.index-two .index-two-tet .tet-list ul li p {
    font-size: 16px;
    color: #666
}

.index-two .index-two-tet .tet-but a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    line-height: 45px;
    border-radius: 25px;
    background-color: #F72A04;
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 45px;
}

.index-two .index-two-tet .tet-but a:hover {
    opacity: 0.8;
}

.index-two .index-two-tet .tet-but a i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1000px) {

    .index-two {
        padding: 40px 10px 40px 10px;
        background: url(../images/sy-bj.png) no-repeat;
        background-size: cover;
    }

    .index-two .index-two-tet {
        width: 100%;
        max-width: 100%;
    }

    .index-two .index-two-tet .title-logo img {
        height: 25px;
    }

    .index-two .index-two-tet .title-logo h4 {
        font-size: 16px;
    }

    .index-two .index-two-tet h3 {
        font-size: 24px;
    }

    .index-two .index-two-tet .tet-p {
        font-size: 14px;
    }

    .index-two .index-two-tet .tet-list {
        padding: 20px 0;
    }

    .index-two .index-two-tet .tet-list ul li {
        width: 33%;
    }

    .index-two .index-two-tet .tet-list ul li h5 {
        font-size: 24px;
    }

    .index-two .index-two-tet .tet-list ul li h5 sub {
        font-size: 16px;
    }

    .index-two .index-two-tet .tet-list ul li p {
        font-size: 14px;
        color: #666
    }

    .index-two .index-two-tet .tet-but a {
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 0 0 20px;
        font-size: 14px;
        margin-top: 40px;
    }

    .index-two .index-two-tet .tet-but a:hover {
        opacity: 0.8;
    }

    .index-two .index-two-tet .tet-but a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}


.index-three {
    padding: 0 0 0 10%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--color);
}

.index-three .index-three-tet {
    width: 35%;
    padding: 20px 20px 20px 0;
}

.index-three .index-three-tet .title-logo {
    display: flex;
    align-items: center;
}

.index-three .index-three-tet .title-logo img {
    height: 35px;
}

.index-three .index-three-tet .title-logo h4 {
    font-size: 22px;
    color: #fff;
    padding-left: 10px;
}

.index-three .index-three-tet h3 {
    font-size: 36px;
    color: #fff;
    padding: 15px 0 10px 0;
}

.index-three .index-three-tet .tet-p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding-top: 20px;
}

.index-three .index-three-tet .tet-but a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    line-height: 45px;
    border-radius: 25px;
    background-color: #fff;
    padding: 0 0 0 30px;
    font-size: 16px;
    color: var(--color);
    cursor: pointer;
    margin-top: 45px;
}

.index-three .index-three-tet .tet-but a:hover {
    opacity: 0.8;
}

.index-three .index-three-tet .tet-but a i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color: var(--color);
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.index-three .index-three-tet .tet-list ul {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.index-three .index-three-tet .tet-list ul li {
    position: relative;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    margin-right: 20px;
    padding: 10px 0;
    cursor: pointer;
}

.index-three .index-three-tet .tet-list ul li:hover,
.index-three .index-three-tet .tet-list ul li.cur {
    opacity: 1;
}

.index-three .index-three-tet .tet-list ul li.cur::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F72A04;
    bottom: 5px;
    color: #fff;
    left: 0;
}

.index-three .index-three-pic {
    width: 65%;

}

.index-three .index-three-pic img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 1000px) {

    .index-three {
        padding: 0;
    }

    .index-three .index-three-tet {
        width: 100%;
        padding: 40px 10px;
    }

    .index-three .index-three-tet .title-logo img {
        height: 25px;
    }

    .index-three .index-three-tet .title-logo h4 {
        font-size: 16px;
    }

    .index-three .index-three-tet h3 {
        font-size: 24px;
    }

    .index-three .index-three-tet .tet-p {
        font-size: 14px;
    }

    .index-three .index-three-tet .tet-but a {
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 0 0 20px;
        font-size: 14px;
        margin-top: 40px;
    }

    .index-three .index-three-tet .tet-but a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .index-three .index-three-pic {
        width: 100%;
    }

    .index-three .index-three-tet .tet-list ul li {
        font-size: 14px;
    }

    .el-message-box {
        width: 90% !important;
    }
}


.index-four {
    padding: 80px 0 80px 10%;
    background: url(../images/sy-bj2.png) no-repeat right bottom;
    background-size: 40%;
}

.index-four .title-logo {
    display: flex;
    align-items: center;
}

.index-four .title-logo img {
    height: 35px;
}

.index-four .title-logo h4 {
    font-size: 22px;
    color: #333;
    padding-left: 10px;
}

.index-four h3 {
    font-size: 36px;
    color: #333;
    padding: 15px 0 10px 0;
}

.index-four-list {
    position: relative;
    overflow: hidden;

}

.index-four-list .swiper {
    width: 120%;
}

.index-four-list .swiper-slide a {
    display: block;
    padding: 50px;
    border-radius: 40px;
}

.index-four-list .swiper-slide a h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.index-four-list .swiper-slide a span {
    display: block;
    width: 50px;
    margin: 30px 0;
    height: 2px;
    background-color: var(--color);
}

.index-four-list .swiper-slide a p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

.index-four-list .swiper-slide a:hover {
    border-radius: 40px;
    background: linear-gradient(180.00deg, rgb(3, 56, 148), rgba(3, 56, 148, 0.05) 100%);
}

.index-four-list .swiper-slide a:hover h3,
.index-four-list .swiper-slide a:hover p {
    color: #fff;
}

.index-four-list .swiper-slide a:hover span {
    background-color: #fff;
}

.index-four-but {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.index-four-but .swiper-button-next,
.index-four-but .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    border: solid 1px var(--color);
    line-height: 40px;
    margin-top: 0;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color);
}

.index-four-but .swiper-button-next {
    right: 0;
}

.index-four-but .swiper-button-prev {
    left: 0;
    margin-left: 20px;
}

.index-four-but .swiper-button-next:hover,
.index-four-but .swiper-button-prev:hover {
    background-color: var(--color);
    color: #fff;
}

@media (max-width: 1000px) {
    .index-four {
        padding: 40px 10px 40px 10px;
        background: url(../images/sy-bj2.png) no-repeat right bottom;
        background-size: 40%;
    }

    .index-four .title-logo img {
        height: 25px;
    }

    .index-four .title-logo h4 {
        font-size: 16px;
    }

    .index-four h3 {
        font-size: 24px;
    }

    .index-four-list .swiper {
        width: 120%;
    }

    .index-four-list .swiper-slide a {
        display: block;
        padding: 20px;
        border-radius: 40px;
    }

    .index-four-list .swiper-slide a h3 {
        font-size: 20px;
    }

    .index-four-list .swiper-slide a span {
        margin: 20px 0;
    }

    .index-four-list .swiper-slide a p {
        font-size: 14px;
    }

    .index-four-but {
        position: relative;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }
}

.index-five {
    background: url(../images/sy-bj3.png) no-repeat center fixed;
    background-size: cover;
    padding: 80px 0;
}

.index-five .title-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-five .title-logo img {
    height: 35px;
}

.index-five .title-logo h4 {
    font-size: 22px;
    color: #fff;
    padding-left: 10px;
}

.index-five .title-h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.index-five .index-five-list {
    padding-top: 60px;
}

.index-five .index-five-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-five .index-five-list ul li {
    padding: 0 5%;
    color: #fff;
    text-align: center;
}
.index-five .index-five-list ul li .fitt-a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px 0;
}
.index-five .index-five-list ul li:nth-child(1) .fitt-a span,
.index-five .index-five-list ul li:nth-child(2) .fitt-a span {
    display: none
}

.index-five .index-five-list ul li img {
    height: 60px;
}

.index-five .index-five-list ul li h3,
.index-five .index-five-list ul li span {
    font-size: 40px;

}

.index-five .index-five-list ul li p {
    font-size: 16px;
}

@media (max-width: 1000px) {
    .index-five {
        padding: 40px 0;
    }

    .index-five .title-logo img {
        height: 25px;
    }

    .index-five .title-logo h4 {
        font-size: 16px;
    }

    .index-five .title-h3 {
        font-size: 24px;
        padding-top: 20px;
    }

    .index-five .index-five-list {
        padding-top: 40px;
    }

    .index-five .index-five-list ul li {
        padding: 0;
        width: 25%;
        color: #fff;
        text-align: center;
    }

    .index-five .index-five-list ul li img {
        height: 40px;
    }

    .index-five .index-five-list ul li h3,
    .index-five .index-five-list ul li span {
        font-size: 24spx;
    
    }

    .index-five .index-five-list ul li p {
        font-size: 14px;
    }
}

.index-six {
    padding: 80px 10%;

}

.index-six .title-h3 {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.index-six-list {
    position: relative;
    padding-top: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.index-six-list .swiper {
    overflow: hidden;

}

.index-six-list a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-six-list a .pic {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
}

.index-six-list a .pic img {
    width: 100%;
    height: 100%;
}

.index-six-list a .tet {
    width: calc(100% - 280px);
    padding-left: 60px;
}

.index-six-list a .tet h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

.index-six-list a .tet p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    margin: 20px 0;
}

.index-six-list a .tet span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    line-height: 45px;
    border-radius: 25px;
    background-color: var(--color);
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 45px;
}

.index-six-list a .tet span:hover {
    opacity: 0.8;
}

.index-six-list a .tet span i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.index-six-list .swiper-button-next,
.index-six-list .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px var(--color);
    line-height: 40px;
    margin-top: 0px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color);
}

.index-six-list .swiper-button-next {
    right: -50px;
}

.index-six-list .swiper-button-prev {
    left: -50px;
}

.index-six-list .swiper-button-next:hover,
.index-six-list .swiper-button-prev:hover {
    background-color: var(--color);
    color: #fff;
}

.index-six-list .swiper-pagination {
    display: none;
}

@media (max-width: 1000px) {
    .index-six {
        padding: 40px 10px;

    }

    .index-six .title-h3 {
        font-size: 24px;
    }

    .index-six-list {
        padding-top: 40px;
    }

    .index-six-list a .pic {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .index-six-list a .tet {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

    .index-six-list a .tet img {
        height: 25px;
    }

    .index-six-list a .tet h3 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
    }

    .index-six-list a .tet p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .index-six-list a .tet span {
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 0 0 10px;
        font-size: 14px;
        margin-top: 20px;
    }

    .index-six-list a .tet span i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .index-six-list .swiper-pagination {
        display: block;
        width: 100%;
        text-align: center;
    }

    .index-six-list .swiper-pagination-bullet {
        margin: 5px;
    }

    .index-six-list .swiper-button-next,
    .index-six-list .swiper-button-prev {
        display: none;
    }


}


.index-seven {
    padding: 80px 0 80px 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.index-seven .index-seven-fl {
    width: 30%;
    padding-right: 40px;
}

.index-seven .title-logo {
    display: flex;
    align-items: center;
}

.index-seven .title-logo img {
    height: 35px;
}

.index-seven .title-logo h4 {
    font-size: 22px;
    color: #333;
    padding-left: 10px;
}

.index-seven h3 {
    font-size: 36px;
    color: #333;
    padding: 15px 0 10px 0;
}

.index-seven p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin: 20px 0;
}

.index-seven-but {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 0 0 0;
}

.index-seven-but .swiper-button-next,
.index-seven-but .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    border: solid 1px var(--color);
    line-height: 40px;
    margin-top: 0;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color);
}

.index-seven-but .swiper-button-next {
    right: 0;
}

.index-seven-but .swiper-button-prev {
    left: 0;
    margin-left: 20px;
}

.index-seven-but .swiper-button-next:hover,
.index-seven-but .swiper-button-prev:hover {
    background-color: var(--color);
    color: #fff;
}


.index-seven .index-seven-fr {
    width: 70%;
    position: relative;
    overflow: hidden;
}

.index-seven .index-seven-fr .swiper {
    width: 120%;
}

.index-seven .index-seven-fr a {
    display: block;
    position: relative;
}

.index-seven .index-seven-fr a img {
    vertical-align: middle;
}

.index-seven .index-seven-fr a .more-img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
    height: 40%;
}

.index-seven .index-seven-fr a .more-img img {
    height: 100%;
    vertical-align: middle;
}

.index-seven .index-seven-fr a:hover .more-img {
    opacity: 1;
}

@media (max-width: 1000px) {

    .index-seven {
        padding: 40px 10px 40px 10px;
    }

    .index-seven .index-seven-fl {
        width: 100%;
        padding-right: 0px;
    }

    .index-seven .title-logo img {
        height: 25px;
    }

    .index-seven .title-logo h4 {
        font-size: 16px;
    }

    .index-seven h3 {
        font-size: 24px;
        color: #333;
        padding: 15px 0 10px 0;
    }

    .index-seven p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        margin: 10px 0;
    }

    .index-seven .index-seven-fr {
        width: 100%;
        padding-top: 30px;
    }
}



.footer002.footer {
    width: 100%;
    background-color: #333333;
}

.footer002 .footer-item {
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer002 .footer-logo {
    width: 10%;
}

.footer002 .footer-nav {
    width: 88%;
}

.footer002 .footer-nav ul {
    display: flex;
    justify-content: space-between;
}
.footer002 .footer-nav ul li{
    padding: 0 10px;
}

.footer002 .footer-nav ul li:nth-child(5) {
    max-width: 30%;
}

.footer002 .footer-nav ul li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 32px;
}

.footer002 .footer-nav ul li a:hover {
    color: #fff;
}

.footer002 .footer-nav ul li h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer002 .footer-nav ul li p {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 32px;
    padding-left: 20px;
    position: relative;
}

.footer002 .footer-nav ul li p i {
    position: absolute;
    left: 0;
    top: 10px;
}

.li-ftoe {
    display: flex;
    align-items: center;
}

.li-ftoe a {
    position: relative;
    display: block;
    width: 40px;
    margin-right: 15px;
}
.li-ftoe a .fd-img{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -60px;
    z-index: 2;
    background-color: #fff;
    width: 120px;
    height: 120px;
    padding: 10px;
    display: none;
}
.li-ftoe a:hover .fd-img{
    display: block;
}

.footer002 .footer-nav ul li p .bx-tongzhi1 {
    font-size: 12px;
}

.footer002 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    background-color: #333333;
}

.footer002 .footer-bottom a {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
}

.footer002 .footer-bottom a:hover {
    color: #fff;
}

@media(max-width:1000px) {

    .footer002 .footer-item {
        display: none;
    }

}

.ny-banner {
    position: relative;
    text-align: center;
}

.ny-banner h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
    display: none;
}

.ny-banner-nav {
    position: absolute;
    bottom: 0;
    padding: 0 10%;
    width: 100%;
    left: 0;

}

.ny-banner-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ny-banner-nav ul li a {
    width: auto;
    padding: 0 10px;
    line-height: 45px;
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    color: #333;
    display: block;
}

.ny-banner-nav ul li a.cur,
.ny-banner-nav ul li a:hover {
    background-color: var(--color);
    color: #fff;
}


.title-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.title-top img {
    height: 35px;
}

.title-top h4 {
    font-size: 22px;
    color: var(--color);
    padding-left: 10px;
}

.title-bt {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.aboutus-one {
    padding: 80px 10%;
}

.aboutus-one .tet-p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    padding-top: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutus-one .tet-list {
    padding: 40px 0;
}

.aboutus-one .tet-list ul {
    display: flex;
    justify-content: center;
}

.aboutus-one .tet-list ul li {
    width: 25%;
    text-align: center;
}

.aboutus-one .tet-list ul li h5 {
    font-size: 36px;
    color: #333;
}

.aboutus-one .tet-list ul li h5 sub {
    font-size: 24px;
    color: #333;
    padding-left: 10px;
}

.aboutus-one .tet-list ul li p {
    font-size: 16px;
    color: #666
}

.aboutus-one .tet-video {
    margin: 40px auto;
    max-width: 1200px;
}

.aboutus-two .tet-team {
    padding-top: 40px;
}

.aboutus-two .tet-team a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aboutus-two .tet-team a .pic {
    width: 50%;
}

.aboutus-two .tet-team a .pic img {
    width: 100%;
}

.aboutus-two  .tet-team a .text {
    padding-left: 60px;
    width: 50%;
    box-sizing: border-box;
}

.aboutus-two .tet-team a .text h3 {
    font-size: 28px;
    color: #333;
}

.aboutus-two  .tet-team a .text span {
    display: block;
    padding: 10px 0 20px 0;
    font-size: 16px;
    color: #666;
}

.aboutus-two .tet-team a .text p{
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.aboutus-two .team-list{
    max-width: 1200px;
    margin: -8% auto 0 auto;
    overflow: hidden;
}
.aboutus-two .team-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.aboutus-two .team-list ul li{
    width: 33.3%;
    padding: 20px;
}
.aboutus-two .team-list ul li a{
    display: block;
    height: 100%;
}
.aboutus-two .team-list ul li a img{
    width: 100%;
}
.aboutus-two .team-list ul li a .text{
    text-align: center;
    padding-top: 20px;
}
.aboutus-two .team-list ul li a .text h3{
    font-size: 24px;
    color: #333;
}
.aboutus-two .team-list ul li a .text span{
    display: block;
    padding: 10px 0 20px 0;
    font-size: 16px;
    color: #666;
}
.aboutus-two .team-list ul li a .text p{
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
@media(max-width:1000px) {
    
    .ny-banner h3 {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0%);
        margin-top: 0;
        font-size: 24px;
        color: #fff;
    }

    .ny-banner-nav {
        position: relative;
        bottom: 0;
        padding: 0;
        width: 100%;
        left: 0;
    }
    
    .ny-banner-nav ul {
        display: flex;
        align-items: center;
    }
    .ny-banner-nav ul li {
        width: 100%;
    }
    .ny-banner-nav ul li a {
        width: 100%;
        line-height: 25px;
        padding: 10px;
        font-size: 14px;
    }
     
    .title-top {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .title-top img {
        height: 25px;
    }
    .title-top h4 {
        font-size: 16px;
    }
    
    .title-bt {
        font-size: 24px;
        color: #333;
        text-align: center;
    }
    
    .aboutus-one {
        padding: 40px 10px;
    }
    
    .aboutus-one .tet-p {
        font-size: 14px;
        line-height: 25px;
        padding-top: 20px;
    }
    
    .aboutus-one .tet-list {
        padding: 40px 0;
    }
    
    .aboutus-one .tet-list ul {
        display: flex;
        justify-content: center;
    }
    
    .aboutus-one .tet-list ul li {
        width: 33.3%;
        text-align: center;
    }
    
    .aboutus-one .tet-list ul li h5 {
        font-size: 24px;
        color: #333;
    }
    
    .aboutus-one .tet-list ul li h5 sub {
        font-size: 14px;
    }
    
    .aboutus-one .tet-list ul li p {
        font-size: 14px;
    }
    
    .aboutus-one .tet-video {
        margin: 0px auto;
        max-width: 1200px;
    }
    
    .aboutus-two .tet-team {
        padding-top: 40px;
    }
    
    .aboutus-two .tet-team a .pic {
        width: 100%;
    }
    
    .aboutus-two .tet-team a .pic img {
        width: 100%;
    }
    
    .aboutus-two  .tet-team a .text {
        padding-left: 0px;
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }
    
    .aboutus-two .tet-team a .text h3 {
        font-size: 20px;
    }
    
    .aboutus-two  .tet-team a .text span {
        display: block;
        padding: 10px 0 20px 0;
        font-size: 14px;
    }
    
    .aboutus-two .tet-team a .text p{
        font-size: 14px;
    }
    .aboutus-two .team-list{
        max-width: 1200px;
        margin: 20px auto 0 auto;
    }
    .aboutus-two .team-list ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0px;
    }
    .aboutus-two .team-list ul li{
        width: 100%;
        padding: 20px;
    }
    .aboutus-two .team-list ul li a{
        display: block;
        height: 100%;
    }
    .aboutus-two .team-list ul li a img{
        width: 100%;
    }
    .aboutus-two .team-list ul li a .text{
        text-align: center;
        padding-top: 20px;
    }
    .aboutus-two .team-list ul li a .text h3{
        font-size: 20px;
    }
    .aboutus-two .team-list ul li a .text span{
        font-size: 14px;
    }
    .aboutus-two .team-list ul li a .text p{
        font-size: 14px;
    }
}

.aboutus-three{
    padding: 80px 10%;
}
.aboutus-three ul{
    display: flex;
    flex-wrap: wrap;
}
.aboutus-three ul li{
    width: 33.3%;
    padding: 10px;
}
.aboutus-three ul li a{
    display: block;
    height: 100%;
}
.aboutus-three .title-bt {
    text-align: center;
    padding-bottom: 40px;
}
.aboutus-three ul li .text{
    padding: 20px 0 0 0;
}
.aboutus-three ul li .text h3{
    font-size: 16px;
    color: #333;
}
.aboutus-three ul li .text span{
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    display: block;
}


.aboutus-but span {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    line-height: 45px;
    border-radius: 25px;
    background-color: var(--color);
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 40px auto 0 auto;
}

.aboutus-but  .banner-tet span:hover {
    opacity: 0.8;
}

.aboutus-but  span i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
@media(max-width:1000px) {
    .aboutus-three{
        padding: 40px 10px;
    }
    .aboutus-three ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .aboutus-three ul li:first-child{
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus-three ul li{
        width: 50%;
        padding: 5px;
    }
    .aboutus-three ul li a{
        display: block;
        height: 100%;
    }

    .aboutus-three ul li .text{
        padding: 20px 0 0 0;
    }
    .aboutus-three ul li .text h3{
        font-size: 14px;
        color: #333;
    }

    
    
    .aboutus-but span {
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 14px;

    }
    
    .aboutus-but  span i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    } 
}


.Contact-one{
    position: relative;
    padding: 80px 15% 80px 10%;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
}
.Contact-one::after{
    content: '';
    position: absolute;
    width: 30%;
    background-color:var(--color);
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.Contact-one .Contact-one-fl{
    position: relative;
    z-index: 5;
    width: 60%;
}
.Contact-one .Contact-one-fr{
    position: relative;
    z-index: 5;
    width: 40%;
    padding: 70px;
    box-shadow: 3px 3px 30px 0px rgba(46, 49, 64, 0.08);
    background-color: #fff;
}
.Contact-one  .title-top{
    justify-content: flex-start;
}
.Contact-one  .title-bt {
    text-align: left;
}
.Contact-one .tet-p{
    font-size: 16px;
    padding: 20px 0;
    color: #202020;
}
.Contact-one .Contact-lx{
    padding-top: 20px;
}
.Contact-one .Contact-lx p{
    display: flex;
    color: #333;
    padding: 5px 0;
    font-size: 16px;
}
.Contact-one .Contact-lx p i{
    font-size: 20px;
    width: 30px;
}
.Contact-one .Contact-lx p i.icon-envelope-alt{
    font-size: 16px;
}
.Contact-one .Contact-lx p span{
    display: inline-block;
    font-size: 16px;
    color: #333;
    width: clac(100% - 40px);
}
.Contact-one .Contact-one-fr h3{
    font-size: 20px;
    text-align: center;
    color: #333;
}
.Contact-one .Contact-one-fr .con-form{
    padding-top: 40px;

}
.el-form--label-top .el-form-item__label{
    padding: 0;
    margin: 0;
}
.Contact-one-map{
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.Contact-one .Contact-one-fr  .tet-but a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 195px;
    line-height: 45px;
    border-radius: 25px;
    background-color: #F72A04;
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.Contact-one .Contact-one-fr  .tet-but a:hover {
    opacity: 0.8;
}

.Contact-one .Contact-one-fr  .tet-but a i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
@media(max-width:1520px) {
    .Contact-one-map{
        width: 100%;
        overflow: hidden;
        height: 400px;
    }   
    .Contact-one .Contact-one-fr{
        position: relative;
        z-index: 5;
        width: 40%;
        padding: 40px;
        box-shadow: 3px 3px 30px 0px rgba(46, 49, 64, 0.08);
        background-color: #fff;
    }
}
@media(max-width:1000px) {
   
.Contact-one{
    position: relative;
    padding: 40px 10px 40px 10px;
    flex-wrap: wrap;
}
.Contact-one::after{
   display: none;
}
.Contact-one .Contact-one-fl{
    width: 100%;
}
.Contact-one .Contact-one-fr{
    width: 100%;
    padding: 40px 20px;
    margin-top: 40px;
}

.Contact-one .tet-p{
    font-size: 14px;
}
.Contact-one .Contact-lx{
    padding-top: 20px;
}
.Contact-one .Contact-lx p{
    display: flex;
    color: #333;
    padding: 5px 0;
    font-size: 14px;
}
.Contact-one .Contact-lx p i{
    font-size: 20px;
    width: 30px;
}
.Contact-one .Contact-lx p i.icon-envelope-alt{
    font-size: 16px;
}
.Contact-one .Contact-lx p span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: clac(100% - 40px);
}
.Contact-one .Contact-one-fr  .tet-but a {
    width: 160px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.Contact-one .Contact-one-fr  .tet-but a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}
.Cooperate-one{
    padding: 80px 10%;
}
.Cooperate-one-box{
    position: relative;
    padding: 40px 60px 0 60px;
}
.Cooperate-one-box .swiper{
  overflow: hidden;
}

.Cooperate-one-box .swiper-button-next,
.Cooperate-one-box .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px var(--color);
    line-height: 40px;
    margin-top: 0px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color);
}

.Cooperate-one-box .swiper-button-next {
    right: 0px;
}

.Cooperate-one-box .swiper-button-prev {
    left: 0px;
}

.Cooperate-one-box .swiper-button-next:hover,
.Cooperate-one-box .swiper-button-prev:hover {
    background-color: var(--color);
    color: #fff;
}

.Cooperate-one-box .swiper-pagination {
    display: none;
}

@media(max-width:1000px) {
    .Cooperate-one{
        padding: 40px 10px;
    }
    .Cooperate-one-box{
        position: relative;
        padding: 20px 0px 0 0px;
    }
    .Cooperate-one-box .swiper{
      overflow: hidden;
    }
    
    .Cooperate-one-box .swiper-button-next,
    .Cooperate-one-box .swiper-button-prev {
      display: none;
    }
  
    
    .Cooperate-one-box .swiper-pagination {
        display: block;
        width: 100%;
        text-align: center;
    } 

    .Cooperate-one-box .swiper-pagination-bullet {
        margin: 5px;
    }
}

.Cooperate-two{
    padding: 80px 10%;
    background: url(../images/dx-bj.png) no-repeat center;
    background-size: cover;
}
.Cooperate-two .Cooperate-two-box{
    padding-top: 40px;
}
.Cooperate-two .Cooperate-two-box ul{
    display: flex;
    flex-wrap: wrap;
}
.Cooperate-two .Cooperate-two-box ul li{
    width: 25%;
    padding: 20px;
}
.Cooperate-two .Cooperate-two-box ul li a{
    display: block;
    height: 100%;
}
.Cooperate-two .Cooperate-two-box ul li a .pic{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Cooperate-two .Cooperate-two-box ul li a .pic img{
    max-width: 100%;
    max-height: 100%;
}
.Cooperate-two .Cooperate-two-box ul li a h3{
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 15px;
}
@media(max-width:1000px) {
    .Cooperate-two{
        padding: 40px 10px;
    }
    .Cooperate-two .Cooperate-two-box{
        padding-top: 20px;
    }
    .Cooperate-two .Cooperate-two-box ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .Cooperate-two .Cooperate-two-box ul li{
        width: 50%;
        padding: 5px;
    }

    .Cooperate-two .Cooperate-two-box ul li a .pic{
        height: 120px;
    }

    .Cooperate-two .Cooperate-two-box ul li a h3{
        font-size: 14px;
    }  
}

.School-nav{
    padding: 20px 10%;
}
.School-nav .tet-list{
    display: flex;
    margin-top: 20px;
}
.School-nav .tet-list p{
    font-size: 16px;
    width: 80px;
    color: #333;
    padding: 5px 0;
}
.School-nav .tet-list .tet-list-a{
    font-size: 16px;
    width: calc(100% - 80px);
}
.School-nav .tet-list .tet-list-a a{
   color: #666;
   padding: 5px 15px;
   display: inline-block;
} 
.School-nav .tet-list .tet-list-a a.cur,
.School-nav .tet-list .tet-list-a a:hover{
    color: #3BBDEA;
}
.School-list{
    padding: 40px 10%;
}
.School-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.School-list ul li{
    width: 33.3%;
    padding: 20px;
}
.School-list ul li a{
    display: block;
    height: 100%;
}
.School-list ul li .pic{
    overflow: hidden;
}
.School-list ul li .text{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.School-list ul li .text .img{
    width: 60px;
}
.School-list ul li .text .tet-fl{
    width: calc(100% - 60px);
    padding-left: 15px;
}
.School-list ul li .text .tet-fl h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}
.School-list ul li .text .tet-fl  p{
    font-size: 14px;
    line-height: 25px;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.School-list ul li:hover .text .tet-fl h3{
    color: var(--color);
}

.School-list ul li:hover .pic img{
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

.navfenye{
    padding: 40px 0;
    text-align: center;
}

@media(max-width:1000px) {
    .School-nav{
        padding: 0 10px 20px 10px;
    }
    .School-nav .tet-list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .School-nav .tet-list p{
        font-size: 16px;
        font-weight: bold;
    }
    .School-nav .tet-list .tet-list-a{
        font-size: 14px;
        width: 100%;
    }
    .School-nav .tet-list .tet-list-a a{
       padding: 5px 15px;
    } 
    .School-list{
        padding: 0 10px 20px 10px;
    }
    .School-list ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .School-list ul li{
        width: 100%;
        padding: 10px 0px;
    }
    .School-list ul li a{
        display: block;
        height: 100%;
    }
    .School-list ul li .pic{
        overflow: hidden;
    }
    .School-list ul li .text{
        display: flex;
        align-items: center;
        padding-top: 20px;
    }
    .School-list ul li .text .img{
        width: 60px;
    }
    .School-list ul li .text .tet-fl{
        width: calc(100% - 60px);
        padding-left: 15px;
    }
    .School-list ul li .text .tet-fl h3{
        font-size: 16px;
    }
    
}


.SchoolDetail-top{
    padding: 80px 10px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.SchoolDetail-top .SchoolDetail-pic{
    width: 50%;
}
.SchoolDetail-top .SchoolDetail-text{
    width: 50%;
    padding-left: 60px;
}
.SchoolDetail-top .SchoolDetail-text .tatle-fr{
    display: flex;
    align-items: center;
}
.SchoolDetail-top .SchoolDetail-text .tatle-fr img{
   width: 60px;
}
.SchoolDetail-top .SchoolDetail-text .tatle-fr h3{
    font-size: 36px;
    color: #333;
    padding-left: 20px;
 }
 .SchoolDetail-top .SchoolDetail-text  .tet-p{
    font-size: 14px;
    color: #666;
    padding: 20px 0;
 }
 .SchoolDetail-top .SchoolDetail-text  .tet-p p,
 .SchoolDetail-top .SchoolDetail-text  .tet-p span{
    text-wrap-mode:inherit !important
 }
 .SchoolDetail-top .SchoolDetail-text .tet-dz{
    font-size: 14px;
    color: var(--color)
 }
 .SchoolDetail-top .SchoolDetail-text .tet-but{
    padding-top: 20px;
    display: flex;
    align-items: center;
 }
 .SchoolDetail-top .SchoolDetail-text .tet-but a{
    padding: 10px 40px;
    border-radius: 25px;
    font-size: 16px;
    background-color: #F72A04;
    color: #fff;
    margin-right: 20px;
 }
 .SchoolDetail-top .SchoolDetail-text .tet-but a.cur{
    background-color: var(--color);
 }
 .SchoolDetail-top .SchoolDetail-text .tet-but a:hover{
    opacity: 0.8;
 }
 .SchoolDetail-tab{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 40px 10px;
 }
 .SchoolDetail-tab .el-tabs__item{
    font-size: 16px;
 }
 .SchoolDetail-tab .el-tabs__item.is-active,
 .SchoolDetail-tab .el-tabs__item:hover{
    color: var(--color);
 }
 .SchoolDetail-tab .el-tabs__active-bar{
    background-color: var(--color);
 }

 .SchoolDetail-jiej{
    padding: 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
 }
 .Detail-tet p,
 .Detail-tet span{
    text-wrap-mode:inherit !important
 }

 .SchoolDetail-tab{
   min-height: 500px;
 }
 .SchoolDetail-table {
    padding: 20px 0;
 }
 .SchoolDetail-table table{
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
 }
 .SchoolDetail-table table tr th{
    font-size: 16px;
    color: #fff;
    background-color: var(--color);
    padding: 10px 20px;
 }
 .SchoolDetail-table table tr td{
    font-size: 16px;
    color: #333;
    padding: 10px;
 }
 .SchoolDetail-rmzy{
    padding: 20px 0;
 }
 .SchoolDetail-rmzy ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }
 .SchoolDetail-rmzy ul li{
    padding: 10px;
 }
 .SchoolDetail-rmzy ul li a{
    display: block;
    border: solid 1px #ccc;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 25px;
    color: #333;
 }
 .SchoolDetail-dxzp ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin: 0 -10px;
 }
 .SchoolDetail-dxzp ul li{
    width: 50%;
    padding: 10px;
 }
 .SchoolDetail-dxzp ul li .el-image{
    display: block;
    width: 100%;
    height: 100%;
 }
 .SchoolDetail-dxzp ul li .el-image img{
    width: 100%;
 }

 .SchoolDetail-pic{
    position: relative;
    overflow: hidden;
 }
 .SchoolDetail-pic .mySwiper2 {
    margin-bottom: 10px;
 }
 .SchoolDetail-pic .mySwiper2 img{
    width: 100%;
 }
 .SchoolDetail-pic .swiper-button-next,
 .SchoolDetail-pic .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    line-height: 40px;
    margin-top: -40px;
    border-radius: 50%;
    background: none;;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.SchoolDetail-pic .swiper-button-next {
    right: 10px;
}

.SchoolDetail-pic .swiper-button-prev {
    left:  10px;
}

.SchoolDetail-pic .swiper-button-next:hover,
.SchoolDetail-pic .swiper-button-prev:hover {
    background-color: var(--color);
    border: solid 1px var(--color);
    color: #fff;
}

 @media(max-width:1000px) {
    .SchoolDetail-top{
        padding: 40px 10px;
        max-width: 1200px;
    }
    .SchoolDetail-top .SchoolDetail-pic{
        width: 100%;
    }
    .SchoolDetail-top .SchoolDetail-text{
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .SchoolDetail-top .SchoolDetail-text .tatle-fr img{
       width: 40px;
    }
    .SchoolDetail-top .SchoolDetail-text .tatle-fr h3{
        font-size: 24px;
        padding-left: 20px;
     }
     .SchoolDetail-top .SchoolDetail-text  .tet-p{
        font-size: 14px;
        color: #666;
        padding: 20px 0;
     }

     .SchoolDetail-top .SchoolDetail-text .tet-but{
        padding-top: 20px;
     }
     .SchoolDetail-top .SchoolDetail-text .tet-but a{
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 14px;
        margin-right: 20px;
     }
     .SchoolDetail-tab{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px 40px 10px;
     }
     .SchoolDetail-tab .el-tabs__item{
        font-size: 14px;
     }

     .SchoolDetail-jiej{
        padding: 20px 0;
        font-size: 14px;
        color: #666;
        line-height: 25px;
     }
     .SchoolDetail-tab{
       min-height: 300px;
     }
     .SchoolDetail-table {
        padding: 20px 0;
        overflow: auto;
     }
     .SchoolDetail-table table{
        min-width: 600px;
     }
     .SchoolDetail-table table tr th{
        font-size: 14px;
        padding: 10px 10px;
     }
     .SchoolDetail-table table tr td{
        font-size: 14px;
     }
     .SchoolDetail-rmzy{
        padding: 20px 0;
     }
     .SchoolDetail-rmzy ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -5px;
     }
     .SchoolDetail-rmzy ul li{
        padding: 5px;
        width: 50%;
     }
     .SchoolDetail-rmzy ul li a{
        display: block;
        border: solid 1px #ccc;
        padding: 5px 20px;
        font-size: 14px;
        border-radius: 25px;
        color: #333;
        text-align: center;
     }
     .SchoolDetail-dxzp ul{
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        margin: 0 -5px;
     }
     .SchoolDetail-dxzp ul li{
        width: 50%;
        padding: 5px;
     }
 
 }

 .video-pic{
    width: 100%;
 }

 .SignUp-mian{
    padding: 80px 10px;
    max-width: 1200px;
    margin: 0 auto;
 }
 .SignUp-fom{
    padding-top: 20px;
 }
 .SignUp-fom .title-h3{
    font-size: 20px;
    color: #333;
    padding-top: 20px;
 }
 .SignUp-fom .SignUp-ul{
   display: flex;
   flex-wrap: wrap;
 }
 .SignUp-fom .SignUp-ul .SignUp-li{
    width: 33.3%;
    padding: 10px;
 }
 .SignUp-fom .SignUp-ul .SignUp-div{
    width: 100%;
    padding: 10px;
 }  
 .el-select{
    display: block;
 }
 .SignUp-fom .SignUp-ul  .el-upload__tip{
   margin-top: 0;
   line-height: 25px;
 }
 .SignUp-but {
    padding-top: 40px;
 }
 .videoduv{
    width: 60%;
 }

 @media(max-width:1000px) {
    .video-pic{
        width: 100%;
     }
     .el-message-box{
        width: 100%;
     }
     .videoduv{
        width: 100%;
     }
    
     .SignUp-mian{
        padding: 40px 10px;
        max-width: 1200px;
        margin: 0 auto;
     }
     .SignUp-fom{
        padding-top: 20px;
     }
     .SignUp-fom .title-h3{
        font-size: 16px;
        color: #333;
        padding-top: 20px;
     }
     .SignUp-fom .SignUp-ul{
       display: flex;
       flex-wrap: wrap;
     }
     .SignUp-fom .SignUp-ul .SignUp-li{
        width: 100%;
        padding: 10px;
     }
     .SignUp-fom .SignUp-ul .SignUp-div{
        width: 100%;
        padding: 10px;
     }  
     .el-select{
        display: block;
     }
     .SignUp-fom .SignUp-ul  .el-upload__tip{
       margin-top: 0;
       line-height: 25px;
     }
     .SignUp-but {
        padding-top: 40px;
     }
     .SignUp-fom .SignUp-ul  .el-upload-dragger{
        width: 100%;
     }
     .SignUp-fom .SignUp-ul  .el-upload{
          display: block;
     }
 }




 
.login-bj{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 1000;
    top: 0;
    left: 0;
    /* background: url(../images/login-bj.png) no-repeat center;
    background-size: cover;
    height: 800px; */
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .login-bj .container-w{
    display: flex;
    justify-content: flex-end;
  }
  .login-bj .login-mian{
    position: relative;
    background-color: #fff;
    padding: 40px;
    width: 450px;
  }
  .login-hide{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    font-size: 20px;
    color: #333;
    cursor: pointer;
  }
  /* .login-bj .login-mian2{
    width: 560px;
  } */
  .login-bj .login-mian .title h3{
    font-size: 24px;
    text-align: center;
    color: #333;
    padding: 0 20px;
  }
  .login-bj .login-mian .ul ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
  }
  .login-bj .login-mian .ul li{
    padding: 0 20px;
  }
  .login-bj .login-mian .ul li a{
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin: 0 10px;
    align-items: center;
  }
  .login-bj .login-mian .ul li a i{
    margin-right: 5px;
  }
  .login-bj .login-mian .ul li.cur a{
    color: var(--color);
    border-bottom: solid 1px var(--color);
  }
  .login-bj .login-mian .login-input{
    padding-top: 20px;
  }
  .login-bj .login-mian .login-input p{
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
  }
  .login-bj .login-mian .login-input input{
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
  }
  .login-bj .login-mian .login-input .input-feix{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .login-bj .login-mian .login-input .input-feix a{
    display: block;
    width: 110px;
    height: 40px;
  }
  .login-bj .login-mian .login-input .input-feix a.yzm{
    display: block;
    width: 110px;
    height: 40px;
    background-color: var(--color);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
  }
  
  .login-bj .login-mian .login-input .input-feix a.send0{
    background-color: #999;
  }
  
  .login-bj .login-mian .login-input .input-feix a img{
    height: 40px;
  }
  .login-bj .login-mian .login-input .input-feix  input{
    width: calc(100% - 120px);
  }
  .login-bj .login-mian .button{
    width: 100%;
    margin-top: 20px;
    background-color: var(--color);
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .login-bj .login-mian .button:hover{
    opacity: 0.8;
  }
  .login-bj .login-mian2 .button{
    width: 100%;
    margin-top: 10px;
  }
  .login-bj .login-mian .login-tet{
    text-align: right;
    padding-top: 10px;
  }
  .login-bj .login-mian .login-tet a{
    font-size: 14px;
    color: #999;
    
  }
  .login-bj .login-mian .login-tet a:hover{
    color: #ff6600;
  }
  
  .login-bj .login-mian .el-tabs__nav-scroll{
    display: flex;
   justify-content: center;
   padding-top: 10px;
  }
  .login-bj .login-mian .el-tabs__item{
    font-size: 16px;
  }
  .login-bj .login-mian .el-tabs__item:hover{
    color: #ff6600;
  }
  .login-bj .login-mian .el-tabs__item.is-active{
    color: #FF6600;
  }
  .login-bj .login-mian  .el-tabs__active-bar{
    background-color: #ff6600;
  }
  .login-bj .login-mian .from-item{
    margin-top: 20px;
    max-height: 600px;
    overflow: auto;
  }
  .login-bj .login-mian  .but-arr label{
   display: flex;
   align-items: center;
   padding-top: 10px;
   font-size: 14px;
   color: #666;
  }
  .login-bj .login-mian  .but-arr label p{
    max-width: 90%;
    padding-left: 5px;
  }
  .login-bj .login-mian  .but-arr label a:hover{
    color: #ff6600;
  }
  .login-bj .login-mian  .login-input.bt p::before{
    content: '*';
    color: #F56C6C;
    margin-right: 4px; 
  }
  .login-bj .login-mian  .el-form-item__content{
  margin-left: 0 !important;
  }
  .login-bj .login-mian .el-form-item__label{
    text-align: left;
    float: none;
  }
  .login-bj .login-mian .el-form-item{
    margin-bottom: 10px !important;
  }
  .login-bj .login-mian .el-checkbox__label,
  .login-bj .login-mian .el-radio__label{
    padding-left: 0;
  }
  .login-bj .login-mian  .fom-yz{
    font-size: 12px;
    color: #E20000;
  }
  .login-bj .login-mian  .fom-yz2{
    font-size: 12px;
    color: #ff6600;
  }
  .login-bj .login-mian .el-form-item__label::before{
    content: '*';
    color: #F56C6C;
    margin-right: 4px; 
  }
  
  .login-tet-f{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
  }
  .login-tet-f label{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
  }
  .login-tet-f label input{
    margin:0 5px 0 0;
  }
  @media (max-width:1000px) {
    .login-bj .login-mian{
      background-color: #fff;
      padding: 40px 20px;
      width: 100%;
    } 
    .login-bj{
      padding: 40px 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  
  /* 个人中心 */
  .My{
    padding: 40px 10px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .my-box{
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .my-box-nav{
    width: 260px;
    background-color: #fff;
  
    overflow: hidden;
    position: sticky;
    top: 10px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }
  .my-box-item{
    width: calc(100% - 280px);
    background-color: #fff;
    padding: 15px 30px 30px 30px;
    min-height: 500px;
  }
  
  .my-box-nav ul li .title-one{
    padding: 15px 40px 15px 50px;
    font-size: 18px;
    color: #000000;
    position: relative;
  }
  .my-box-nav ul li .title-one.cur{
    background-color: var(--color);
    color: #fff;
  }
  .my-box-nav ul li .title-one.cur a{
    color: #fff;
  }
  .my-box-nav ul li .title-one h3{
    font-size: 18px;
  }
  .my-box-nav ul li .title-one h3 a{
    position: relative;
    color: #000;
  }
  .my-box-nav ul li .title-one h3 a span{
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #E20000;
    border-radius: 50%;
    top: 0;
    right: -10px;
    z-index: 2;
  }
  .my-box-nav ul li .title-one i{
    position: absolute;
    right: 40px;
    top: 17px;
    font-size: 20px;
    color: #000;
  }
  .my-box-nav ul li .title-one.cur i{
    color: #fff;
  }
  .my-box-nav ul li .title-two a{
    display: block;
    padding: 10px 40px 10px 70px;
    font-size: 16px;
    color: #666666;
  }   
  .my-box-nav ul li .title-two a.active{
    color: var(--color);
  }
  
  .my-box-title{
    border-radius: 10px;
    background-color: #fff;
    padding: 13px 30px;
    display: flex;
    align-items: center;
  }
  .my-box-title h3{
    font-size: 20px;
    color: #000000;
  }
  .my-box-title h3 a{
    color: #000;
  }
  .my-box-title span{
    display: block;
    margin: 0 20px;
    font-size: 16px;
    color: #666666;
  }
  .my-box-title  p{
    font-size: 16px;
    color: #666666;
  }
  .my-mian-title {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
  }
  .my-mian-title h3{
    font-size: 20px;
    color: #000;
  }
  .my-form{
    padding-top: 20px;
  }
  .my-form .fom-tx{
    display: flex;
    align-items: center;
  }
  .my-form .tx-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-form .tx-img{
    margin-right: 10px;
  }
  .my-form .tx-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .input-leb{
    display: flex;
    margin-top: 20px;
  }
  .input-leb p{
    width: 180px;
    font-size: 16px;
    line-height: 45px;
    text-align: right;
  }
  .input-leb p.bt::before{
    content: '*';
    color: #E20000;
  }
  .input-leb  .input{
    width: 500px;
    height: 45px;
    border: solid 1px #eee;
    padding-left: 10px;
    font-size: 14px;
    outline: none
  }
  .input-leb  select{
    width: 500px;
    height: 45px;
    border: solid 1px #eee;
    padding-left: 10px;
    font-size: 14px;
    outline: none
  }
  .input-leb  textarea{
    width: 500px;
    border: solid 1px #eee;
    padding: 10px;
    font-size: 14px;
    height: 200px;
    outline: none
  }
  
  .form-but{
    padding: 40px 120px;
  }
  .form-but input{
    background-color: var(--color); 
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 50px;
    cursor: pointer;
  }
  .form-but input:hover{
    opacity: 0.8;
  }
  @media (max-width:1000px) {
    /* 个人中心 */
  .my-box{
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .my-box-nav{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: 10px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }
  .my-box-item{
    width: 100%;
    background-color: #fff;
    padding: 40px 0px 10px 0px;
  }
  .my-box-nav{
    overflow: auto;
  }
  .my-box-nav ul{
    display: flex;
    width: 500px;
  }
  .my-box-nav ul li{
     width: 33.3%;
  }
  .my-box-nav ul li .title-one{
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #000000;
    position: relative;
    text-align: center;
  }
  .my-box-nav ul li .title-one.cur{
    background-color: #ff6600;
    color: #fff;
  }
  .my-box-nav ul li .title-one.cur a{
    color: #fff;
  }
  .my-box-nav ul li .title-one h3{
    font-size: 16px;
  }
  .my-box-nav ul li .title-one h3 a{
    color: #000;
  }
  .my-box-nav ul li .title-one i{
    position: absolute;
    right: 40px;
    top: 17px;
    font-size: 20px;
    color: #000;
  }
  .my-box-nav ul li .title-one.cur i{
    color: #fff;
  }
  .my-box-nav ul li .title-two a{
    display: block;
    padding: 10px 40px 10px 70px;
    font-size: 16px;
    color: #666666;
  }   
  .my-box-nav ul li .title-two a.active{
    color: #FF6600;
  }
  
  .my-box-title{
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 0px;
    display: flex;
    align-items: center;
  }
  .my-box-title h3{
    font-size: 18px;
    color: #000000;
  }
  .my-box-title h3 a{
    color: #000;
  }
  .my-box-title span{
    display: block;
    margin: 0 20px;
    font-size: 14px;
    color: #666666;
  }
  .my-box-title  p{
    font-size: 16px;
    color: #666666;
  }
  .my-mian-title {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
  }
  .my-mian-title h3{
    font-size: 18px;
    color: #000;
  }
  .my-form{
    padding-top: 20px;
  }
  
  .input-leb{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .input-leb p{
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
  .input-leb p.bt::before{
    content: '*';
    color: #E20000;
  }
  .input-leb  .input{
    width: 100%;
    margin-top: 10px;
    height: 45px;
    border: solid 1px #eee;
    padding-left: 0px;
    font-size: 14px;
    outline: none
  }
  .input-leb  select{
    width: 500px;
    height: 45px;
    border: solid 1px #eee;
    padding-left: 10px;
    font-size: 14px;
    outline: none
  }
  .input-leb  textarea{
    width: 100%;
    margin-top: 10px;
    border: solid 1px #eee;
    padding: 10px;
    font-size: 14px;
    height: 200px;
    outline: none
  }
  
  .form-but{
    padding: 40px 120px;
  }
  .form-but input{
    background-color: #ff6600; 
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 50px;
    cursor: pointer;
  }
  .form-but input:hover{
    opacity: 0.8;
  }
  }


  .MyApplication-list{
    padding: 20px 0;
  }
  .MyApplication-list table{
    width: 100%;
  }
  .MyApplication-list table tr td{
    font-size: 16px;
    color: #333;
    padding: 10px;
    border-bottom: solid 1px #eee;
  }
  .MyApplication-list table tr td a{
    background-color: var(--color);
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
  }
  .MyApplication-list table tr td.tdf{
    text-align: right;
  }
  .MyApplication-list .el-tabs__item{
    font-size: 16px;
  }

  .tanc-lvtzs{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1000;
  }
  .tanc-hide{
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 10;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }
  .tanc-lvtzs .tanc-bj{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #00000090;
    z-index: 2;
  }
  .tanc-lvtzs .tanc-div{
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    /* background-color: #fff; */
    min-height: 300px;
    text-align: center;
    padding: 40px 20px;

  }
  .tanc-lvtzs .tanc-div .tet-fd{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }

  .tanc-lvtzs .tanc-div .tanc-but{
    padding-top: 40px;
  }
  .tanc-lvtzs .tanc-div  h3{
    font-size: 28px;
    color: #fff;
    text-align: center;
  }
  .tanc-lvtzs .tanc-div .tanc-but a{
    display: inline-flex;
    background-color: var(--color);
    font-size: 14px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 20px;
  }

  @media (max-width:1000px) {
    .tanc-lvtzs .tanc-div{
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 5;
        /* background-color: #fff; */
        min-height: 300px;
        text-align: center;
        padding: 40px 10px;
    
      }
      .tanc-lvtzs .tanc-div  h3{
        font-size: 24px;
        color: #fff;
        text-align: center;
      }
      .tanc-lvtzs .tanc-div .tet-fd{
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,10%);
        z-index: 2;
      }
    
  }
  .mb-content{
    padding: 40px 0;
    min-height: 500px;
  }



  .Project-tj a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.Project-tj a .pic{
    width: 200px;
    overflow: hidden;
}
.Project-tj a .pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.Project-tj a .tet{
    width: calc(100% - 200px);
    padding-left: 60px;
}
.Project-tj a .tet h3{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.Project-tj a .tet .time{
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
.Project-tj a .tet .tet-p{
    font-size: 14px;
    color: #666; 
    margin: 20px 0;
}
.Project-tj a .tet  span{
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--color);
    color: #fff;
    border-radius: 5px;
}
.Project-tj a:hover h3{
    color: var(--color);
}
.DataTemplate-nav {
    padding: 40px 0;
}
.DataTemplate-nav h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.DataTemplate-nav ul{
   display: flex;
   flex-wrap: wrap;
   margin-top: 20px;
}
.DataTemplate-nav ul li{
    font-size: 16px;
    margin-right: 20px;
}
.DataTemplate-nav ul li.cur  a{
    color: var(--color);
}
.ttefff{
    font-size: 16px;
    color: #999;
    padding: 20px 0;
}
.mb-title{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 40px 0 40px 0;
}
@media (max-width: 1000px) {
    .mb-title{
        font-size: 18px;
        color: #333;
        text-align: center;
        padding: 20px 0 20px 0;
    }
    .ttefff{
        font-size: 14px;
        color: #999;
        padding: 20px 0;
    }
    .DataTemplate-nav h3{
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }
    .Project-tj a .pic{
        width: 100%;
        overflow: hidden;
    }
    .Project-tj a .tet{
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
    .Project-tj a .tet h3{
        font-size: 16px;
    }
    .Project-tj a .tet  span{
        padding: 5px 20px;
    }

}