.max1585{max-width:1615px;padding-left:15px;padding-right:15px;margin:0 auto}
.max1630{max-width:1730px;padding-left:15px;padding-right:15px;margin:0 auto}
.max1700{max-width:1730px;margin:0 auto;padding-left:15px;padding-right:15px}
.max1600{max-width:1630px;margin:0 auto;padding-left:15px;padding-right:15px}
.flex-cc{display:flex;align-items:center;justify-content:space-between}
.flexed{display:flex;justify-content:space-between;flex-wrap:nowrap;display:-webkit-flex}

.flex2 {
	display: flex;
	display: -webkit-flex;
}
.mapy{
	overflow: hidden;
}


/* one */
.pubtitle{
    margin: 3.64583333333333vw 0;
    text-align: center;
}

.pubtitle h3{
    color: #333333;
    font-size: 30px;
    font-weight: 600;
}
.pubtitle h4{
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
}

.lxlist{
    margin-bottom: 5.52083333333333vw;
    justify-content: center;
}

.lxlist li{
    border: 1px solid #eeeeee;
    width: 33.333%;
    padding: 50px 0;
    text-align: center;
}

.lxlist li .img1 img{
    max-width: 62px;
    margin: 0 auto;
    width: 100%;
}

.lxlist li .wz1{
    color: #101010;
    font-size: 24px;
    margin-top: 0.5vw;
    margin-bottom: 1.1vw;
}

.lxlist li .wz2{
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.lxlist li .wz3 p{
    color: #666666;
    font-size: 16px;
    line-height:1.75;
}
.lxlist li:last-child .wz2{
    margin-top: 5px;
    margin-bottom: 0;
}
.lxlist li:last-child{
    position: relative;
}
.lxhover{
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.lxhover .img2{
    background: url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/644b2a7694junfrm.png) no-repeat top center;
    width: 176px;
    height: 189px;
    margin: 0 auto;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.lxhover .img2 img{
    margin-top: 1.3vw;
    max-width: 125px;
    width: 100%;
}
.lxlist li:hover{
    border: 1px solid #c20000;
}

.lxlist li:last-child:hover .lxhover{
    display: block;
}


/* map */
.map {
    margin-top: 5.52083333333333vw;
}
.map img{
    width: 100%;
}


#map {
    overflow: hidden;
    width: 100%;
    height: 658px;
    margin: 0;
}

/* mess */
.mess-wrap{
    
}
.mess-index span{
    display: block;
    color: #333333;
    font-weight: 600;
    font-size: 17px;
    padding: 20px 0;
}

.mess-index span b{
    color: #c20000;
}

.mess-index .ww1 {
    margin: 0 -10px;
}

.mess-index .ww1 .ww2{
    width: 50%;
    padding: 0 10px;
}

.mess-index .ww1 .ww2 input{
    width: 100%;
    border: 1px solid #eaeaea;
    line-height: 62px;
    text-indent: 20px;
    color: #a8a8a8;
    font-size: 16px;
    outline: none;
}

.mess-index .ww1 .ww2 input::-webkit-input-placeholder{
    color: #a8a8a8;
}

.mess-index .ww2 .ww2img{
    position: relative;
}

.mess-index .ww2 .ww2imga{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 34px;
}

.mess-index .ww2 .ww2imga img{
    width: 100%;
}

.mess-index .ww3 textarea{
    width: 100%;
    border: 1px solid #eaeaea;
    line-height: 62px;
    text-indent: 20px;
    height: 160px;
    color: #a8a8a8;
    font-size: 16px;
    padding: 0;
    outline: none;
}

.mess-index .ww3 textarea::-webkit-input-placeholder{
    color: #a8a8a8;
}

.mess-index .ww4{
    text-align: center;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
}

.mess-index .ww4 button{
    border:none;
    background: #426cdc;
    background-size: 100% 100%;
    line-height: 60px;
    text-indent: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 400px;
    margin: 0 auto;
}


.mess-index .ww1 .ww2 .input3x{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mess-index .ww1 .ww2 .input3x .ontans{
    border: 1px solid #eaeaea;
}
.mess-index .ww1 .ww2 .input3x .ontans input {
    width: calc(100% - 125px);
    border: none;
}

.mess-index .ww1 .ww2 .input3x .ontans img {
    width: 120px;
    background: #fff;
    object-fit: contain;
}




@media(max-width: 767px){
    .pubtitle{
        margin: 20px 0;
    }
    .pubtitle h3{
        font-size: 20px;
    }
    .pubtitle h4{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .lxlist {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .lxlist li{
        width: 48%;
        margin-bottom: 4%;
        padding: 20px 10px;
    }
    .lxlist li .img1 img{
        max-width: 40px;
    }
    .lxlist li .wz1{
        font-size: 16px;
    }
    .lxlist li .wz2{
        font-size: 15px;
    }
    .lxlist li .wz3 p{
        font-size: 14px;
        line-height: 20px;
    }
    .lxhover{
        top: 15px;
    }
    .lxhover .img2{
        width: 132px;
        height: 137px;
    }
    .lxhover .img2 img{
        max-width: 100px;
    }
    .map{
        margin-top: 10px;
    }
    #map{
        height: 300px;
    }
    .mess-index .ww1 .ww2{
        width: 100%;
    }
    .mess-index span{
        padding: 10px 0;
    }
    .mess-index .ww1 .ww2 input{
        font-size: 14px;
        line-height: 45px;
    }
    .mess-index .ww3 textarea{
        font-size: 14px;
        line-height: 45px;
        height: 120px;
    }
    .mess-index .ww4{
        margin: 20px 0;
    }
    .mess-index .ww4 input{
        width: 65%;
        line-height: 45px;
        font-size: 14px;
    }
}
