.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;
}

.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.flex-cc{display: flex;align-items: center;justify-content: space-between;}
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}


/* 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;
}

.lxlist li{
    border: 1px solid #eeeeee;
    width: 24%;
    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(//cdn.myxypt.com/574f880f/23/07/47bfa8f5735553964c1de6e56fb0094175bd31db.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 .ww2{
    width: 48.125%;
    
}

.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 input{
    border:none;
    background: url(//cdn.myxypt.com/574f880f/23/07/89fd6e16c77d50f4a11376c8ca6467ec8e4e9615.png) no-repeat top center;
    background-size: 100% 100%;
    line-height: 60px;
    text-indent: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 400px;
    margin: 0 auto;
}


@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;
    }
}

