
.header{
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 72.8%;
    margin-left: 7.27%;
    padding-top: 0.5%;
}

.gogle {
    position: absolute;
    top: calc(100vw*466/1920);
    z-index: 1000;
    margin-left: 18.5%;
}
.gogle img {
    width: calc(100vw*282/1920);
}
.header .logo{
    width: 50%;
}
.header .logo .img{
    width: 8.5%;
}

.header .logo .img>img{
    width: 100%;
}

.header .nav{
    width: 30%;
}


.header .nav>span{
    width: 50%;
    height: 80%;
    border: 1px solid rgba(200,200,200,0);
}

.header .nav>span:hover{
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    cursor: pointer;
}

.header a {
    text-decoration: none;
    color: inherit;
}
.banner{
    width: 100%;
}

.banner>img{
    width: 100%;
}

.content1 {
    margin: 5% 18.5%;
}

.content1 .title {
    text-align: center;
    color: #535353;
}
.content1 .content-content {
    text-align: center;
    margin-top: 5%;
}

.content1 .content-content .box {
    width: 30%;
}
.content1 .content-content .box img {
    width: calc(100vw * 118 / 1920);
}
.content1 .content-content .content-title {
    color: #333333;
    padding: 4% 0%;
}
.content1 .content-content .content-text {
    color: #999999;
    padding: 2% 15%;
}

.content2 {
    margin: 5% 18.5%;
}

.content2 .box {
    width: 47%;
    color: #666666;
    background: #F6F6F6;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 30px;
}
.content2 .box img {
    width: calc(100vw * 563.48 / 1920);
}


.content2 .box .text {
    padding: 3%;
}


.footer{
    background: #1B1E2D;
    margin-top: 4.2%;
    padding: 4.2% 0;
}

.footer .text{
    width: 62.75%;
    margin: 0 auto;
}

