body {
    width: 100%;
    background: linear-gradient(45deg, #FFFFFF 25%, #C1D7EB 75%);
}
 .page-top{
        margin-top: 80px;
    }
.consult-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.875vw;
    color: #1a1d39;
}

.consult-center {
    width: 75vw;
    border-radius: 1vw;
    margin: auto;
    text-align: center;
}

.consult-center img {
    width: 200px;
    height: 200px;
    margin: 35px;
}

.visitor-guide {
    width: 75vw;
    margin: auto;
}

.liu_you {
    -webkit-text-size-adjust: auto;
}

.visitor-guide-content {
    margin: 1vw 0;
}

.visitor-guide-title {
    font-size: 18px;
}

.visitor-guide-desc {
    font-size: .9375vw;
}

.opening-hours {
    width: 75vw;
    margin: auto;
    height: 13.54167vw;
    /*background: linear-gradient(155deg, #256DE1 57%, #C1D7EB 97%);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2.60417vw;
    overflow: hidden;
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.opening-hours-title {
    font-weight: 900;
    font-size: 1.04167vw;
    text-align: center;
    color: #fff;
    opacity: .95;
}

.opening-hours-time {
    font-weight: 900;
    font-size: 2.5vw;
    text-align: left;
    color: #fff;
    margin: .625vw 0;
}

.opening-hours-desc {
    font-weight: 400;
    font-size: .83333vw;
    letter-spacing: .02px;
    line-height: 1.35417vw;
    text-align: left;
    color: #fff;
    opacity: .72;
}

.car-info {
    width: 75vw;
    margin: auto;
    height: 16.875vw;
    border-radius: 1.25vw;
    background: url("https://www.hljstm.org.cn/assets/home_map.d607ab27.png");
    background-size: cover;
    background-position: center;
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.car-info-content {
    width: 58.75vw;
    border-radius: 1.30208vw;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    background: #ffffffb0;
    left: 50%;
    transform: translate(-50%, 40%);
    padding: 1.875vw 2.60417vw;
    box-shadow: 0 0.41667vw 1.25vw #a7b4cc3d;
}

.car-info-content-title {
    font-weight: 700;
    bottom: 4vw;
    font-size: 1.14583vw;
    line-height: 1.5625vw;
    text-align: left;
    color: #202264;
    display: flex;
    align-items: center;
}

.car-info-content-desc {
    margin-top: 1.25vw;
    font-weight: 400;
    font-size: .9375vw;
    line-height: 1.5625vw;
    text-align: left;
    color: #202264;
}

form {
    width: 38%;
    margin: auto;
}

.form-item {
    width: 100%;
    transition: all 0.6s;
    margin-bottom: 30px;
}

.form-item-label {
    color: #fff;
    margin-bottom: 1vw;
}

input {
    width: 100%;
    height: 3vw;
    border: 0;
    border-radius: .5vw;
    padding-left: .5vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
}

textarea {
    width: 100%;
    border: 0;
    border-radius: .5vw;
    padding-left: .5vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
}

button {
    width: 100%;
    height: 49px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    background-color: #031dad;
    border-radius: .5vw;
}

.consult-text {
    font-size: 28px;
    /*font-weight: 700;*/
    color: #FFF;
}
.consult-hours{
    line-height: 50px;

}
#cgzl{
    margin-top: 2vw;
}
@media screen and (max-width: 600px) {
    .page-top{
        margin-top: 180px;
    }
    #cgzl{
        margin-top: 20px;
    }
    .consult-center {
        width: 100%;
        border-radius: 1vw;
        margin: auto;
        text-align: center;
    }
    .consult-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #1a1d39;
    margin-top:40px;
}
    .visitor-guide {
    width: 90%;
    margin: auto;
}
    .visitor-guide-title {
    font-size: 38px;
}

.visitor-guide-desc {
    font-size: 34px;
}
.car-info {
    width: 100%;
    margin: auto;
    height: 440px;
    border-radius: 1.25vw;
    background: url("https://www.hljstm.org.cn/assets/home_map.d607ab27.png");
    background-size: cover;
    background-position: center;
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom:80px; 
    
}

.car-info-content {
    width: 80%!important;
    border-radius: 1.30208vw;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    left: 50%;
    transform: translate(-50%, 40%);
    padding: 20px 30px;
    box-shadow: 0 0.41667vw 1.25vw #a7b4cc3d;
}

.car-info-content-title {
    font-weight: 700;
    bottom: 4vw;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    color: #202264;
    display: flex;
    align-items: center;
}

.car-info-content-desc {
    margin-top: 1.25vw;
    font-weight: 400;
     font-size: 30px;
    line-height: 30px;
    text-align: left;
    color: #202264;
}

.opening-hours {
    width: 90%
    margin: auto;
    height: 500px!important;
    /*background: linear-gradient(155deg, #256DE1 57%, #C1D7EB 97%);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2.60417vw;
    overflow: hidden;
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.opening-hours-title {
    font-weight: 900;
    font-size: 34px;
    text-align: center;
    color: #fff;
    opacity: .95;
}
.opening-hours-time {
    font-weight: 900;
    font-size: 36px;
    text-align: left;
    color: #fff;
    margin: .625vw 0;
}

.opening-hours-desc {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .02px;
    line-height: 1.35417vw;
    text-align: left;
    color: #fff;
    opacity: .72;
}
.form-item-label {
    color: #fff;
    margin-bottom: 1vw;
    font-size: 30px;
}
input {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: .5vw;
    padding-left: .5vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
}

textarea {
    width: 100%;
    border: 0;
    border-radius: .5vw;
    padding-left: .5vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
}

button {
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    border: 0;
    cursor: pointer;
    background-color: #031dad;
    border-radius: .5vw;
}
.news-header{
    margin-bottom: 40px;
}
}
