.header{
    background-color: #fff;
}

body{
    background-color: #f8f8fa;
}

.first{
    width: 1109px;
    margin: 177px auto 58px;
    display: flex;
    justify-content: space-around;
}

.first .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.first .item .aimg{
    width: 99px;
    height: 91px;
    margin-bottom: 27px;
}

.first .item .text .line-one{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 31px;
    text-align: center;
}

.first .item .text .line-two{
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
    line-height: 61px;
    text-align: center;
}

.second{
    position: relative;
    margin-bottom: 362px;
}

#allmap{
    width: 100%;
    height: 696px;
}

.maplogo{
    position: relative;
    top: 14px;
    left: 38px;
    display: flex;
}

.maplogo .left{
    position: relative;
    width: 25px;
    height: 100%;
}

.maplogo .left>div{
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.maplogo .right{
    display: flex;
    margin-left: 20px;
    margin-top: -30px;
}

.maplogo .right .aimg{
    width: 94px;
    height: 91px;
}

.maplogo .right .words{
    display: flex;
    background-color: #fff;
    padding-left: 20px;
}

.maplogo .right .words>div{
    position: relative;
}

.maplogo .right .words img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.maplogo .right .words  p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 91px;
    padding-left: 20px;
    padding-right: 20px;
}

.six{
    width: 1302px;
    height: 438px;
    position: absolute;
    top: 563px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.six .title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 58px;
}

.six .contain{
    width: 1111px;
    display: flex;
    justify-content: space-around;
    margin: 69px auto 0;
    flex-direction: column;
}

.six .contain .line-one{
    width: 100%;
    display: flex;
}

.six .contain .line-one .btn{
    width: 154px;
    height: 56px;
    border: 1px solid #000000;
    opacity: 0.7;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 61px;
}

.six .contain .line-one .btn .ac{
    width: 116px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.acimg{
    position: relative;
}

.acimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.six .contain .line-one .btn img{
    width: 16px;
    height: 9px;
}

.six .selectInfo{
    text-align: center;
    background-color: #666666;
    overflow: hidden;
}

.six .selectInfo li{
    color: #000000;
    border-bottom: 1px solid black;
}

.six .selectInfo li:hover{
    color: #f8f8fa;
    cursor: pointer;
    background-color: black;
}

.six .contain .item{
    width: 423px;
    height: 57px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid rgba(00,00,00,0.14);
    margin-left: 56px;
}

.six .contain .item input{
    outline: none;
    border: none;
}

.six .contain .line-two{
    width: 100%;
    margin-top: 59px;
}

.six .contain .line-two .item{
    width: 1111px;
    margin-left: 0;
}
.six .contain .line-three{
    margin: 43px auto 0;
}

.six .contain .line-three button{
    width: 156px;
    height: 53px;
    background: #073C82;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
}

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

}


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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}






@media screen and (max-width: 820px){
    body .maplogo{
        left: 8px;
        top: 0px;
    }
    .maplogo .right{
        transform: scale(0.8);
        margin-left: -58px;
    }

    .first .item{
        justify-content: center;
        flex-direction: row;
    }
    .maplogo .left{
        right: 15%;
        top: 37px;
    }
    .first{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        padding: 0 6%;
    }
    .first .item .text .line-two{
        line-height: unset;
    }
    .first .item .text{
        width:50%;
        margin-left: 20px;
    }
    .BMap_mask{

    }
    .six{
        width: 100%;
        position: static;
        transform: unset;
    }
    #allmap{
        height: 250px!important;
    }
    .maplogo{
        transform: scale(0.6);
    }
    .six{
        height: auto;
        padding: 10px 6%;
    }
    .six .contain{
        margin-top: 50px;
    }
    .acimg img{
        margin-left: -15px;
    }
    .six .contain{
        width: 100%;
    }
    .six .contain .item{
        width: 100%;
    }
    .six .contain .line-two .item{
        width: 100%;
    }
    .six .contain .line-one{
        flex-direction: column;
    }
    .six .contain .item{
        margin-left: 0 ;
        margin-top: 20px;
    }
    .six .contain .line-two{
        margin-top: 20px;
    }
    .second{
        margin-bottom: 100px;
    }

}

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

}


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

}


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

}

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

}

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

}
