@charset "UTF-8";
html {
    font-size : 18px;
    font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}
*{
    margin: 0;
    padding: 0;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border:0;
    margin:0;
    padding:0;
    display: block;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #ffffff;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
div{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.hide{
    display: none !important;
}
.fadein{
    animation: fadein 1s ease-in-out;
    -webkit-animation: fadein 1s ease-in-out;
}
@keyframes fadein{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@-webkit-keyframes fadein{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity:0.85;
    filter:alpha(opacity=85);
}
.mask-o-20{
    opacity:0.2;
    filter:alpha(opacity=20);
}
.mask-o-30{
    opacity:0.3;
    filter:alpha(opacity=30);
}
.mask-o-45{
    opacity:0.45;
    filter:alpha(opacity=45);
}
.mask-o-55{
    opacity:0.55;
    filter:alpha(opacity=55);
}
.mask-o-65{
    opacity:0.65;
    filter:alpha(opacity=65);
}
.mask-o-80{
    opacity:0.80;
    filter:alpha(opacity=80);
}
.mask-o-90{
    opacity:0.90;
    filter:alpha(opacity=90);
}
.mask-red-o-80{
    background: rgb(200, 50, 50);
    opacity:0.80;
    filter:alpha(opacity=80);
}
.mask-green-o-80{
    background: rgb(67 153 70);
    opacity:0.80;
    filter:alpha(opacity=80);
}
.show-in-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.show-horizontal-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.container{
    position: relative;
}

.hide-in-pc{
    display: none;
}
.hide-in-sp{
    /*display: initial;*/
}
.page-s{
    /*pointer-events: none;*/
}
.abs{
    position: absolute;
}

.top-bar{
    width: 100%;
    height: 96px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9999;
    min-width: 1200px;
}
.logo-bar{
    position: relative;
    width: 100%;
    height: 50%;
    min-width: 1200px;
    background-color: #fff;
    margin:  0 auto;
}
.logo-board{
    position: relative;
    width: 78%;
    height: 100%;
    min-width: 1200px;
    margin:  0 auto;
}
.logo-board .logo{
    position: absolute;
    height: 32px;
    width: 186px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-image: url("../images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-bar{
    position: relative;
    width: 100%;
    height: 50%;
    background-color: #edf1f4;
}
.menu-board{
    position: relative;
    width: 65%;
    height: 100%;
    max-width: 800px;
    margin:  0 auto;
}
.menu-board-sp{
    display: none;
}
.menu-item{
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.menu-item-idx-link{
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.menu-item-idx-link-02{
    display: none;
}
.menu-item-idx:hover .menu-item-idx-link-02{
    top: 48px;
    background-color: #edf1f4;
    color: #000;
    display: block;
}
.menu-item-active{
    background-color: #06080b;
    color: #fff;
}

.fontsize-14{
    font-size: 14px;
}
.fontsize-15{
    font-size: 15px;
}
.fontsize-17-6{
    font-size: 17.6px;
}
.fontsize-17{
    font-size: 17px;
}
.fontsize-18{
    font-size: 18px;
}
.fontsize-20{
    font-size: 18px;
}
.fontsize-22{
    font-size: 22px;
}
.fontsize-24{
    font-size: 24px;
}
.fontsize-26{
    font-size: 26px;
}
.fontsize-32{
    font-size: 32px;
}
.fontsize-38{
    font-size: 38px;
}

.line-height-38{
    line-height: 38px;
}
.line-height-44{
    line-height: 44px;
}
.line-height-46{
    line-height: 46px;
}
.line-height-60{
    line-height: 60px;
}
.margin-top-30{
    margin-top: 30px;
}

.footer-bar{
    min-width: 1200px;
}
.footer-container{
    position: relative;
    width: 100%;
    padding-bottom: 18.0208333%;
    background-color: #fff;
}
.footer-line{
    position: absolute;
    left: 50%;
    top: 20.2312139%;
    width: 63.75%;
    transform: translateX(-50%);
    /*height: 1px;*/
    /*background-color: #000;*/
    border-bottom: 1px solid #000;
}
.flex-set{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
    color: #868686;
}
.footer-link{
    position: absolute;
    left: 50%;
    top: 34.6820809%;
    transform: translateX(-50%);
    font-size: 14px;
}
.footer-link-item{
    position: relative;
    padding: 0 40px;
}
.footer-add{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
.footer-add-item{
    position: relative;
    padding: 0 10px;
}

.gotop {
    width: 30px;
    height: 60px;
    display: none;
    cursor: pointer;
}
.gotop-fixed {
    position: fixed;
    z-index: 99;
    bottom: 36px;
    right: 20px;
    display: block;
}
.gotop-popup{
    position: fixed;
    z-index: 99;
    bottom: 58px;
    right: calc( (100% - 900px) / 2 + 16px);
    display: block;
}
.gotop-popup-job{
    right: calc( (100% - 1000px) / 2 + 25px);
    background-color: #fff;
}

.gotop img {
    width: 100%;
    /*height: 100%;*/
}

/* mobile */
@media screen and (max-width: 1440px) {
    .footer-link-item{
        position: relative;
        padding: 0 28px;
    }
}
.footer-link-item a{
    color: #0e1116;
}
.footer-link-p1{
    position: absolute;
    width: 11.3541667%;
    left: 37.65625%;
    top: 63.8728324%;
}
.footer-link-p2{
    position: absolute;
    width: 11.3541667%;
    left: 51.1979167%;
    top: 63.8728324%;
}
.footer-icp{
    position: relative;
    width: 100%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    background-color: #f5f5f5;
}
.footer-icp-item{
    position: relative;
    padding: 0 15px;
}
.footer-icp-item a{
    color: #868686;
}
.footer-icp-item-beian{
    padding-left: 35px;
}
.footer-icp-item-beian a:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/gabei.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.error-tips-box{
    border: 1px solid #e50000 !important;
    box-shadow: 0 0 2px #e50000 !important;
}
.error-tips-msg {
    height: 24px;
    line-height: 24px;
    background-color: #e50000;
    color: #fff;
    font-size: 12px !important;
    padding: 0px 10px 0px 5px;
    position: absolute;
}
.alert-box{
    position: fixed;
    left: 50%;
    top: 10%;
    /* max-width: 90%; */
    width: 500px;
    /* padding: 15px 20px; */
    font-size: 14px;
    color: #fff;
    z-index: 99999;
    /* background-color: #555; */
    transform: translate(-50%, 0);
    border-radius: 5px;
    /* pointer-events: none; */
    white-space: pre-line;
    /* background: rgb(200, 50, 50); */
    overflow: hidden;
}
.alert-box-inner{
    position: relative;
    left: 50%;
    top: 50%;
    /*max-width: 90%;*/
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    z-index: 99999;
    /*background-color: #555;*/
    transform: translate(-50%, 0);
    border-radius: 10px;
    /*pointer-events: none;*/
    white-space: pre-line;
}
/* mobile */
@media screen and (max-width: 750px) {
    .hide-in-pc{
        display: initial;
    }
    .hide-in-sp{
        display: none !important;
    }
    .top-bar {
        padding: 1vw 4vw 1vw;
        width: 100%;
        height: unset;
        min-width: unset;
        -webkit-box-sizing: border-box;
    }
    .logo-bar{
        height: 11vw;
        width: 100%;
        min-width: unset;
    }
    .logo-board{
        position: relative;
        width: 100%;
        height: 100%;
        min-width: unset;
        margin:  0 auto;
    }
    .logo-board .logo{
        left: 0;
        width: 30vw;
        height: 5.1vw;
    }
    .menu-button-sp {
        position: absolute;
        right: 2vw;
        top: 2vw;
        width: 8vw;
        height: 8vw;
        z-index: 9999;
        background-image: url(../images/menu_icon2.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .main{
        min-width: unset !important;
    }
    .footer-bar{
        min-width: unset;
    }
    .footer-container{
        width: 100%;
        height: 34vw;
        padding-bottom: unset;
    }
    .footer-line{
        display: none;
    }
    .footer-link-sp{
        display: none !important;
    }
    .footer-link-p1{
        width: 45vw;
        left: 4vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer-link-p2{
        width: 45vw;
        left: 51vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .flex-set{
        font-size: 3vw;
        display: block;
        text-align: center;
    }
    .footer-icp-item{
        padding: 1vw 0;
    }
    .footer-icp-item a{
        position: relative;
    }
    .footer-icp-item-beian a:before{
        width: 4vw;
        height: 4vw;
        left: -5.5vw;
    }

    .menu-board-sp{
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .menu-btn-close-sp{
        position: absolute;
        right: 6vw;
        top: 6vw;
        width: 6vw;
        height: 6vw;
        background-image: url("../images/btn_close2.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .menu-item-board-sp{
        position: absolute;
        width: 100%;
        /*height: calc(100% - 15vw);*/
        left: 0;
        top: 15vw;
        padding: 0vw 0vw 10vw 0vw;
    }
    .menu-item-sp{
        width: 100%;
        height: 16vw;
        line-height: 16vw;
        text-align: center;
        color: #ccc;
        font-size: 4.5vw;
        position: relative;
    }
    .menu-item-active-sp{
        color: #fff;
    }
    .menu-item-active-sp:after{
        content: '';
        position: absolute;
        width: 30vw;
        height: 2px;
        background-color: #fff;
        bottom: 2vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .menu-board-sp-mask-top{
        height: 15vw;
    }
    .gotop{
        width: 8vw;
        height: 16vw;
    }
    .gotop-fixed{
        right: 2vw;
        bottom: 5vw;
    }
    .gotop-popup {
        bottom: 6vw;
        right: 5vw;
        background-color: #fff;
    }
    .gotop-popup-job{
        right: 1vw;
    }
    .alert-box{
        width: 90%;
        top: 30%;
    }
    .alert-box-inner{
        padding: 4vw 5vw;
        font-size: 4vw;
    }
}

/* ===================== language switch (i18n) ===================== */
/* anti-flash gate: the inline <head> script adds .i18n-pending to <html>
   when the saved language is not the source language; the page stays
   invisible until i18n.js has applied the dictionary (or 3s fallback) */
html.i18n-pending body{
    visibility: hidden;
}
.lang-switch{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.lang-switch-current{
    padding: 0 14px;
    line-height: 26px;
    border: 1px solid #8a939c;
    border-radius: 14px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    outline: none;
}
.lang-switch-current:hover,
.lang-switch-current:focus{
    background-color: #06080b;
    border-color: #06080b;
    color: #fff;
}
.lang-switch-arrow{
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    vertical-align: middle;
}
.lang-switch-menu{
    position: absolute;
    right: 0;
    top: 34px;
    min-width: 100%;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d5dbe1;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    z-index: 20;
}
.lang-switch-menu li{
    padding: 0 18px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.lang-switch-menu li:hover{
    background-color: #edf1f4;
}
.lang-switch-menu li.active{
    color: #06080b;
    font-weight: bold;
}
.lang-switch-menu li.active:before{
    content: '\2713\00a0';
}
/* English typography adjustments */
body.lang-en{
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
}
body.lang-en .menu-item{
    font-size: 13px;
}
body.lang-en .menu-item-sp{
    font-size: 3.8vw;
}
body.lang-en .footer-add-item,
body.lang-en .footer-icp-item{
    letter-spacing: 0;
}
body.lang-en .contact-form-txt{
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .lang-switch-sp{
        position: relative;
        width: 46%;
        margin: 8vw auto 0;
    }
    .lang-switch-sp .lang-switch-current{
        width: 100%;
        text-align: center;
        line-height: 10vw;
        border-radius: 5vw;
        font-size: 3.5vw;
        color: #ccc;
        background-color: transparent;
        box-sizing: border-box;
    }
    .lang-switch-sp .lang-switch-current:hover,
    .lang-switch-sp .lang-switch-current:focus{
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }
    .lang-switch-sp .lang-switch-menu{
        top: 11vw;
        left: 0;
        right: 0;
    }
    .lang-switch-sp .lang-switch-menu li{
        line-height: 9vw;
        font-size: 3.5vw;
        text-align: center;
        padding: 0 2vw;
    }
    body.lang-en .menu-item-sp{
        font-size: 3.6vw;
    }
}
