*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a,p,span,li,div,button{
    font-family: Source Han Sans CN,Microsoft Yahei,Arial,sans-serif;
}
body{
    font-size: 14px;
}
.toUpper{
    text-transform: uppercase;
}
/*字体*/
@font-face {
    font-family: 'sans';
    src: url("../font/AlegreyaSans-Regular-13.ttf");
}
@font-face {
    font-family: 'italic';
    src: url("../font/AlegreyaSans-Italic-8.ttf");
}
@font-face {
    font-family: 'barlow';
    src: url("../font/Barlow Light.ttf");
}
@font-face {
    font-family: 'Light';
    src: url("../font/AlegreyaSans-Light-9.ttf");
}
@font-face {
    font-family: 'medium';
    src: url("../font/AlegreyaSans-Medium-11.ttf");
}
@font-face {
    font-family: 'SemiBold';
    src: url("../font/BarlowCondensed-SemiBold.ttf");
}
/*@font-face {
    ;
    src: url("../font/SourceHanSansCN-Medium-2.otf");
}
@font-face {
    font-family: 'sy-light';
    src: url("../font/SourceHanSansCN-Light-2.otf");
}*/
.header .header-btn {
    width: 35px;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    display: none;
}
.header .header-btn .header_line:nth-child(2) {
    margin: 8px 0
}
.header .header-btn .header_line {
    transition: all .5s;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.body-nav{
    background-color: #fff;
    display: none;
    width: 100%;
    height: calc(100vh - 90px);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0px 4px 5px inset rgba(0,0,0,.2);
    /*padding: 0 30px;*/
}
.body-nav > ul {
    margin-top: 30px;
}
.body-nav > ul > li {
    /*border-bottom: 1px solid rgba(217, 217, 217, .4);*/

}
.body-nav a {
    display: block;
    color: #666;
    padding: 29px;

}
.body-nav a p {
    line-height: 1em;
    font-size: 18px;
}
.body-nav .jt {
    color: #000;
    font-size: 20px;
}
.body-nav a > div {
    display: flex;
    justify-content: space-between;
}
.nav-open{
    display: block;
}

.header {
    width: 100%;
    padding: 30px 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s;
}
.last-line {
    transform: rotate(45deg)  translateY(1px);
    transform-origin: right top;
}
.first-line {
    transform: rotate(-45deg) translateY(-2px);
    transform-origin: right bottom;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
    padding: 0 120px !important;
}
.header > .nav {
    gap: 68px;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.header > .nav li {
    line-height: 80px;
    height: 100%;
}
.header > .lang {
    gap: 10px;
}
.header > .lang > .gang{
    font-size:14px;
    color: #fff;
    display: block;
}
.logo-img {
    display: block;
    width: 100%;
}
.header > .nav, .header > .lang {
    display: flex;
}
.header > .nav > li > a,
.header > .lang > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    opacity: 0.85;
}
.header > .nav > li > a:hover,
.lang > li > a:hover{
    color: #3ecd58 !important;
    transition: color 0.2s;
}
.head-details {
    position: relative;
}
.detail{
    display: none;
    transition: all 0.3s;
}
.deta-list {
    border-top: 1px solid #ccc;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 25px 0;
    justify-content: center;
    gap: 80px;

}
.deta-list li a {
    font-size: 18px;
    color: #666;
    background: linear-gradient(to right,#3ecd58, #3ecd58) no-repeat left bottom;
    background-size: 0px 1px;
    padding-bottom: 10px;
    transition: all 500ms ease;
}
.deta-list li a:hover {
    color: #3ecd58;
    background: linear-gradient(to right,#3ecd58, #3ecd58) no-repeat left bottom;
    background-size: 100% 1px;

}
.page {
    justify-content: center;
    gap: 30px;
    align-items: center;
}
.current {
    color: #fff;
    font-size: 18px;
}
.num {
    color: #71c671;
}
.page-button {
    background-color: #d9d9d9;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
}
.page-button:hover {
    background: #71c671;
}


/*响应式*/
@media screen and (max-width: 1460px) {
    /*导航栏*/
    .header {
        padding: 30px 20px;
    }
    .header > .nav {
        gap: 50px;
        /*margin-right: 10px;*/
    }

   /* !*底部样式*!
    footer .footer-text > li > p {
        font-size: 1.3375vw;
    }
    footer .footer-text > li > .text-list > li > a,
    .bq, .code-list > ul p {
        font-size: 1.033vw;
    }
    footer .footer-about li {
        font-size: 1.233vw;
    }*/
    /*footer .footer-text {
        gap: 2vw
    }*/
}

@media screen and (max-width: 940px) {
    .header .nav {
        display: none;
    }
    .header .header-btn {
        display: block;
    }
    /*.code > .code-outer {*/
    /*    height: 407px;*/
    /*}*/
    /*.header > .logo{*/
    /*    width: 80px;*/
    /*}*/
    /*footer .footer-text > li > .text-list > li {*/
    /*    margin: 0;*/
    /*}*/
    /*footer .text {*/
    /*    width: 55vw;*/
    /*}*/
    /*footer .code {*/
    /*    width: 30vw;*/
    /*}*/
    /*.code-logo img,*/
    /*.code-list img {*/
    /*    width: 100%;*/
    /*}*/
    /*footer .footer-about {*/
    /*    gap: 10px;*/
    /*}*/
    /*footer .footer-about li {*/
    /*    font-size: 0.88vw;*/
    /*}*/
    /*footer .footer-about .email img {*/
    /*    width: 1.602vw;*/
    /*}*/
    /*footer .footer-about li img{*/
    /*    width: 1.042vw;*/
    /*    vertical-align: middle;*/
    /*}*/
}
@media screen and (max-width: 750px) {

    /*footer .footer-text > li > .text-list > li > a, .bq, .code-list > ul p {
        font-size: 12px;
    }
    footer .footer-text > li > p {
        font-size: 16px;
    }
    footer .footer-text {
        justify-content: space-evenly;
    }
    footer .text {
        width: 100%;
    }
    footer > div {
        flex-direction: column;
    }
    footer .public > div {
        padding-top: 0px;
    }
    footer .code {
        width: 100%;
    }
    .code > .code-outer {
        flex-direction: row;
        height: 140px;
        width: 60%;
    }
    .code > .code-outer > div {
        width: 40%;
    }
    .code > .code-outer > .code-list {
        width: 58%;
    }
    footer .footer-about {
        margin-top: 60px;
        flex-direction: column;
        gap: 5px;
    }
    footer .footer-about li {
        font-size: 12px;
    }
    footer > .public .footer-line {
        bottom: 42%;
    }*/
}
@media screen and (max-width: 550px) {
    .header {
        padding: 20px;
    }

  /*  footer {
        width: 100vw;
    }
    footer .public > div{
        padding-top: 20px;
    }
    footer .footer-text > li > .text-list > li > a,
    .bq, .code-list > ul p {
        font-size: 12px;
    }
    footer .footer-text > li > .text-list {
        display: none;
    }
    .bq {
        padding: 15px 0;
    }
    footer .footer-about {
        margin-top: 30px;
        padding-bottom: 0;
    }
    footer .footer-text > li > p {
        font-size: 13px;
    }

    .code > .code-outer {
        height: auto;
    }*/
}
/*
@media screen and (max-width: 390px) {
    footer .footer-about {
        margin-top: 50px;
    }
}*/
