main .headquarters{
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}
main .headquarters .content{
    max-width: 1430px;
}
main .headquarters .content .headquarters_in{
    display: flex;
    box-shadow: 0px 6px 32px 0px rgba(229,229,229,0.6);
}
main .headquarters .content .headquarters_in .left{
    max-width: 540px;
    width: 100%;
    padding: 0.6rem;
}
main .headquarters .content .headquarters_in .left h3{
    font-size: 0.36rem;
    font-family: 'Light';
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 0.2rem;
    position: relative;
}
main .headquarters .content .headquarters_in .left h3::after{
    position: absolute;
    width: 64px;
    height: 4px;
    bottom: -1px;
    left: 0;
    background-color: #00A0E9;
    content: '';
}
main .headquarters .content .headquarters_in .left ul li{
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
main .headquarters .content .headquarters_in .left ul li .img{
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 0.2rem;
}
main .headquarters .content .headquarters_in .left ul li h4{
    font-family: 'Bold';
    font-size: 0.24rem;
    margin-bottom: 10px;
}
main .headquarters .content .headquarters_in .left ul li p{
    color: #666;
}
main .headquarters .content .headquarters_in .left ul li a{
    color: #141414;
}
main .headquarters .content .headquarters_in .left ul li span{
    font-size: 14px;
    color: #666;
}
main .headquarters .content .headquarters_in .right{
    flex: 1;
    display: flex;
    align-items: center;
}


main .headquarters .regions .regions_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.25rem;
    position: relative;
}
main .headquarters .regions .regions_top::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88px;
    height: 2px;
    background-color: #00A0E9;
    content: '';
}
main .headquarters .regions .regions_top h3{
    font-size: 0.28rem;
    font-family: 'Bold';

}

main .headquarters .regions .regions_top .input{
    width: 320px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    position: relative;
}
main .headquarters .regions .regions_top .input input{
    width: 100%;
    border: 1px solid #e5e5e5;
}
main .headquarters .regions .regions_top .input input[type=submit]{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    opacity: 0;
}
main .headquarters .regions .regions_top .input img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}

main .headquarters .regions .cart{
    margin-bottom: 0.4rem;
}
main .headquarters .regions .cart .img{
    overflow: hidden;
    margin-bottom: 0.24rem;
}
main .headquarters .regions .cart .img img{
    width: 100%;
    transition:  all 0.5s;
}
main .headquarters .regions .cart:hover .img img{
    transform: scale(1.1);
}
main .headquarters .regions .cart ul{
    border-top: 1px solid #0070A3;
    border-bottom: 1px solid #0070A3;
}
main .headquarters .regions .cart ul li{
    display: flex;
    padding: 0.15rem 0.1rem;
    border-bottom: 1px solid #e5e5e5;
}
main .headquarters .regions .cart ul li:last-child{
    border-bottom: none;
}
main .headquarters .regions .cart ul li span{
    display: flex;
    align-items: center;
    max-width: 190px;
    width: 100%;
    font-family: 'SemiBold';
    font-size: 18px;
}
main .headquarters .regions .cart ul li span img{
    margin-right: 10px;
}
main .headquarters .regions .cart ul li p{
    font-size: 18px;
}
main .headquarters .regions .cart ul li a{
    color: #666;
}
main .headquarters .regions .more{
    margin: 0 auto;
    margin-top: 0.4rem;
}


@media (max-width:1440px) {
    main .headquarters .content .headquarters_in .left{
        max-width: 55%;
    }
}






@media (max-width:767px) {
    main .headquarters .content .headquarters_in {
        flex-direction: column;
    }
    main .headquarters .content .headquarters_in .left{
        max-width: 100%;
    }
    main .headquarters .content .headquarters_in .left ul li h4{
        font-size: 0.32rem;
    }
    main .headquarters .regions .regions_top{
        flex-direction: column;
        align-items: flex-start;
    }
    main .headquarters .regions .regions_top h3{
        font-size: 0.32rem;
        margin-bottom: 0.3rem;
    }
    main .headquarters .regions .regions_top .input{
        width: 100%;
    }
    

}












































