@font-face {
    font-family: menuTitle;
    src: url('../static/font/Career-2.ttf');
}
@font-face {
    font-family: myFont;
    src: url('../static/font/微软雅黑.ttf');
}
@font-face {
     font-family: lightRegular;
     src: url('../static/font/existence-light.ttf');
}
*{
    font-family: myFont !important;
}
.content-font{
    font-size: 18px !important;
}
@media screen and (max-width: 900px) {
    .cate-link{
        font-size: 1.8em !important;
    }
    .header{
        padding: 0 90px !important;
    }

}
@media screen and (max-width: 768px) {
    .cate-link{
        font-size: 1.6em !important;
    }
    .header{
        padding: 0 40px !important;
    }
    .contact-c{
        font-size: 12px !important;
    }
    .contact-pic{
        width: 512px !important;
        height: 360px !important;

    }
    .page-title{
        font-size: 36px !important;
    }

}
@media screen and (max-width: 390px) {
    /* .contact-l{
        width: 46% !important;
        font-size: 12px !important;
    }
    .contact-r{
        width: 46% !important;
        font-size: 12px !important;
    } */
    .cate-link{
        font-size: 1.2em !important;
    }
    .header{
        padding: 0 20px !important;
    }

}

@keyframes catePopOpen {
    0%{
        opacity: 0;
    }
    1%{
        height: 100%;
    }
    100%{
        opacity: 0.9;
    }

}

@keyframes catePopClose {
    0%{
        opacity: 1;
    }
    99%{
        height: 100%;
    }
    100%{
        opacity: 0;
        height: 0;
    }

}
@keyframes menuOpen {
    0%{
        transform: translateY(-20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }

}
@keyframes menuClose {
    0%{
        transform: translateY(-20px);
        opacity: 1;
    }
    100%{
        transform: translateY(0);
        opacity: 0;
    }

}

.header{
    position: fixed;
    left: 0;
    top: 10px;
    z-index: 12;
    height: 80px;
    width: 100%;
    min-width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 6px 20px;
    background-color:tr;
}
.btn-home{
    width: 42px;
    height: 40px;
    border: none;
    background-color: transparent;
    position: relative;
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.btn-line{
    display: block;
    width: 100%;
    height: 5px;
    background-color: white;
    border-radius: 30px;
    position: absolute;
    transition: all 0.5s ease;
    transform: rotate(0);
    /* transform-origin: left top; */
    opacity: 1;
}
.btn-l1-unact{
    transform: translateY(-14px);
}
.btn-l3-unact{
    transform: translateY(14px);
}
.btn-l1-act{
    transform: rotate(45deg);
}
.btn-l3-act{
    transform: rotate(-45deg);
}
.btn-l2-act{
    opacity: 0;
}
.cate-pop{
    width: 100%;
    /* height: 100%; */
    position: fixed;
    top: 80px;
    left: 0;
    padding: 0;
    z-index: 10;
    background-color: transparent;
    background: #26826D;
    visibility: hidden;
    transition: visibility 0s;
    transition-delay: 0.1s;
    animation: catePopClose linear 0.2s both;
}
.cate-pop-act{
    visibility: visible;
    transition-delay: 0.1s;
    animation: catePopOpen linear 0.3s both;
}
.cate-box{
    width: 360px;
    height: 100vh;
    overflow-y: auto;
    padding: 30px 10px;
    text-align: center;
    margin: 0 auto;
    z-index: 12;
    position: fixed;
    visibility: hidden;
    top: 80px;
    left: calc(50% - 180px);
}
.cate-box-act{
    visibility: visible;
}
.cate-menu{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 12;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    text-align: center;
    animation: menuClose 0.7s cubic-bezier(.25,.46,.45,.94) both;
}
.cate-item{
    font-weight: 600;
    text-align: center;
    animation: menuClose 0.7s cubic-bezier(.25,.46,.45,.94) both;
    flex-wrap: wrap;
    margin: 16px auto;
}
.cate-menu-act,.cate-item-act{
    animation-delay: 0.5s;
    animation: menuOpen 0.7s cubic-bezier(.25,.46,.45,.94) both;
}
.cate-link{
    width: 100%;
    display: block;
    color: white;
    /* font-family: proxima-nova,Helvetica Neue,sans-serif; */
    /* font-family: menuTitle; */
    font-weight: 700;
    text-decoration: none;
    font-size: 2.1em;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.cate-link-line{
    width: 0;
    height: 3px;
    display: block;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
    margin-top: 4px;
}
/* .cate-link:hover{
    font-size: 2.85em;
    transition: all 1s ease-out;
} */
.cate-link:hover + .cate-link-line{
    width: 100%;
    transition: all 0.5s ease;
}

.logo-home{
    width: 128px;
    height: 46px;

}
.logo-home:hover{
    cursor: pointer;
}
.empty-header{
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
}
.page-title{
    color: #26826D;
    text-align: center;
    margin: 24px auto;
    position: relative;
    font-size: 48px;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700;
}
/* .page-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-top: 2px solid #444;
    bottom: -6px;
} */
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.image-container{
    overflow: hidden;
    height: 460px;
    max-width: 1280px;
    border-bottom: 2px solid #26826D;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.row-box{
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    margin: 6px auto;
    text-align: center;
    animation-delay: 0.8s;
    animation: menuOpen 0.8s cubic-bezier(.25,.46,.45,.94) both;
}
.lan-swi-btn{
    position: fixed;
    bottom: 3%;
    right: 3%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid transparent;
    z-index: 999;
    visibility: hidden;
    box-sizing: border-box;
    padding: 6px 10px;
}
.lan-swi-btn:hover{
    border: 1px solid rgb(255,255,255);
    cursor: pointer;
    transition: all 0.5s ease;
}
.lan-swi-btn span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgb(220,220,220);
}
.lan-swi-btn-act{
    transition: all 0.5s ease;
    visibility: visible !important;
}