*{
    margin: 0;
    padding: 0;
}
a, .header a{
    list-style: none!important;
    text-decoration: none!important;
}
body{
    position: relative;
}
.mart{
    margin: 0 18.5vw;
}

.padt{
    padding: 0 18.5vw;
}

@font-face{
    font-family: cuheisj;
    src: url("../fonts/CUHEISJ.ttf");
}
@font-face{
    font-family: fzltzhk;
    src: url("../fonts/FZLTZHK.TTF");
}
.cuhei{
    font-family: cuheisj;
}
.fzltzhk{
    font-family: fzltzhk;
}

.header{
    height: 4.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo{
    display: flex;
    align-items: center;
}
.header .logo img{
    width: 3vw;
    height: 3.43vw;
    margin-right: 1vw;
}
.header .logo span{
    font-size: 1.875vw;
    color: #666666;
    font-weight: bold;
}
.header .header-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-right img{
    width: 1.1vw;
    height: 1.1vw;
    margin-right: 1vw;
}
.header .header-right .lang{
    font-size: 0.73vw;
    color: #bbbbbb;
}
.header .header-right .lang span a{
    color: #666666;
}
.header .header-right .lang span a{
    text-decoration: none;
}
.header .header-right .lang .active a{
    color: #068eff;
}
.quotation{
    width: 100%;
    height: 52.968vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.quotation .gray{
    width: 100%;
    height: 52.968vw;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
}
.quotation .quo-content{
    width: 100%;
    height: 52.968vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quo-content .content-h1{
    margin-top: 8vw;
    font-size: 2.4vw;
    font-weight: bold;
    color: #068eff;
}
.quo-content .line{
    width: 10.5vw;
    height: 0.2vw;
    background: rgba(255, 255, 255, 0.4);
    margin: 2.083vw 0 2vw;
}
.quo-content .h1-summary{
    width: 27.44vw;
    text-align: center;
    color: #eeeeee;
    font-size: 1.041vw;
    line-height: 2vw;
}
.quo-content .qup-title{
    font-size: 1.875vw;
    margin-top: 8vw;
    color: #22fffc;
}
.quo-content .title-summary{
    width: 50vw;
    margin-top: 2vw;
    text-align: center;
    font-size: 0.93vw;
    line-height: 1.8vw;
    color: #22fffc;
}
.quo-content .btn{
    margin-top: 4vw;
    width: 33vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quo-content .btn a{
    text-decoration: none;
}

.quo-content .btn div{
    width: 15vw;
    background: #068eff;
    text-align: center;
    font-size: 0.93vw;
    line-height: 3vw;
    border-radius: 0.5vw;
    color: #ffffff;
}
.server-container{
    padding-top: 4vw;
    padding-bottom: 3.8vw;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.server-container .server-title{
    font-size: 1.875vw;
    color: #068eff;
    font-weight: bold;
}
.server-container .server-welcome{
    color: #068eff;
    font-size: 0.93vw;
    margin: 2.5vw 0 1.5vw;
}
.server-container .server-summary{
    color: #068eff;
    font-size: 0.93vw;
    line-height: 1.5vw;
    width: 50vw;
    text-align: center;
}
.server-container .server-project{
    margin: 2.6vw auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.server-container .server-project .project-item{
    width: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 0.8vw;
    margin-bottom: 2vw;
}
.server-container .server-project .project-item img{
    max-width: 5.2vw;
    max-height: 5.2vw;
    margin: 2vw;
}
.server-container .server-project .project-item .item-title{
    color: #333333;
    font-size: 1.45vw;
    margin-bottom: 1vw;
    font-weight: bold;
}
.server-container .server-project .project-item .item-summary{
    width: 27vw;
    text-align: center;
    color: #888888;
    font-size: 0.93vw;
    margin-bottom: 1vw;
}
.server-container .server-tips{
    width: 50vw;
    font-size: 1.25vw;
    color: #068eff;
    text-align: center;
}
.footer{
    width: 100%;
    color: #aaaaaa;
    background: #555555;
}
.footer .copyright{
    line-height: 4vw;
    text-align: center;
    background: #393939;
    margin: 0;
    font-size: 1.2vw;
}
.footer .copyright a{
    color: #aaaaaa;
    text-decoration: none;
}

@media screen and (max-width: 700px){

    .header{
        height: 8vw;
        padding: 0 6vw;
    }
    .header .logo img{
        width: 4vw;
        height: 4.6vw;
        margin-right: 2vw;
    }
    .header .logo span{
        font-size: 3vw;
    }
    .server-container{
        padding: 4vw 13vw;
    }
    .header .header-right .lang {
        font-size: 2.3vw;
    }
    .quo-content .content-h1 {
        margin-top: 5vw;
    }
    .quo-content .h1-summary {
        line-height: 3vw;
        width: 40vw;
        font-size: 1.5vw;
    }
    .quo-content .qup-title {
        margin-top: 5vw;
    }
    .quo-content .title-summary {
        line-height: 2.8vw;
        width: 80vw;
        font-size: 1.5vw;
    }
    .server-container .server-welcome {
        font-size: 1.5vw;
    }
    .server-container .server-summary, .server-container .server-tips {
        width: 60vw;
        line-height: 3vw;
        font-size: 1.5vw;
    }
    .server-container .server-project .project-item {
        margin-bottom: 5vw;
    }

}

