.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;
}
/* top_head */
.top_head{position: absolute;width: 100%;top: 0px;z-index: 999;padding: 20px 0;}
.tp_phone{display:block;width: 31px;height: 31px;background: url(../images/f6331c9bce8f78cf8233ad446cc2006f43033fbd.png) no-repeat center;margin-left: 2.0416vw;}

/* top_ss */
.top_ss {width: 35px;height: 35px;position: relative;display: flex;align-items: center;justify-content: center;}
.top_ss .ss_btn {width: 35px;height: 35px;background: url(../images/c94e1cdc1ac3e89f8413899e278d316524cfcac7.png) no-repeat center;cursor: pointer;}
.top_ss #formsearch {position: absolute;top: 45px;right: 0px;z-index: 9999;width: 200px;display: none;background: #f2f2f2;}
.top_ss #formsearch #s_btn {float: left;outline: none;border: none;width: 35px;height: 30px;font-size: 0;background-color: transparent;background-repeat: no-repeat;background-image: url(../images/d361eebbe300be32588323061960f488837223d4.png);background-position: 0 -210px;}
.top_ss #formsearch #keyword {float: left;background: none;outline: none;border: none;width: calc(100% - 35px);color: rgba(0, 0, 0, 0.8);margin-top: 0px;height: 30px;padding-left: 10px;font-size: 14px;}


/* 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(../images/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 #0a83d4;
}

.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: #0a83d4;
}

.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(../images/715769badc73ec486b1958b6ff1b1d8df989fff5.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;
    }
}

/* foot */
.ft_layout{position: relative;background: #323536;}
.ftt_top{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 6.25vw;padding-bottom: 3.125vw;}

.ftt_aa{position: relative;width: 295px;}
.ftt_phone1{position: relative;padding-right: 55px;border-bottom: 1px solid #747677;padding-bottom: 15px;margin-bottom: 20px;background: url(../images/150ce7b7bbd94e9308d011dd1f3200ec44f0cef9.png) no-repeat right center;}
.ftt_phone1 span{display: block;font-size: 14px;color: rgba(255, 255, 255, 0.4);margin-bottom: 5px;}
.ftt_phone1 h3{font-family: "Arial";font-size: 30px;color: #fff;font-weight: bold;}

.ftt_phone2{margin-bottom: 2.083vw;font-size: 14px;color: rgba(255, 255, 255, 0.4);line-height: 1.7;}
.ftt_phone3{position: relative;width: 120px;text-align: center;margin-bottom: 20px;}
.ftt_phone3 img{max-width: 120px;}
.ftt_phone3 p{font-size: 14px;color: rgba(255, 255, 255, 0.4);line-height: 40px;font-weight: bold;}

.x-layout-menu{
    width: 800px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.x-layout-menu dl {
    position: relative;
    float: left;
}
.x-layout-menu dl dt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #c7c7c7;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 2.2;
}
.x-layout-menu dl dd a:hover{
    color: rgba(255, 255, 255, 1);
}

/* link_ft */
.link_ft{position: relative;padding-bottom: 10px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);font-size: 18px;color: rgba(255, 255, 255, 0.4);margin-bottom: 10px;}
.link_ft a{font-size: 18px;color: rgba(255, 255, 255, 0.4);}
.link_ft a:hover{color: #fff;}

/* ft_bom */
.ft_bom{position: relative;display: flex;justify-content: space-between;padding: 2.60416vw 0;font-size: 14px;color: rgba(255, 255, 255, 0.4);line-height: 1.7;flex-wrap: wrap;}
.ft_bom a{font-size: 14px;color: rgba(255, 255, 255, 0.4);}
.ft_bom a:hover{color: #fff;}

.ftt_share{position: relative;margin-bottom: 20px;}
.ftt_share ul{display: flex;align-items: center;}
.ftt_share ul li{position: relative;margin-right: 22px;padding-left: 25px;}
.ftt_share ul li:nth-child(1){background: url(../images/b98badb3f28403e13d3037d0c2c1a143312935a4.png) no-repeat left center;}
.ftt_share ul li:nth-child(2){background: url(../images/2251d4bddbeb7116973d9a269a0e05bf67336e87.png) no-repeat left center;}
.ftt_share ul li:nth-child(3){background: url(../images/6fa941aa9d6b7bd5309eb448af42db801c060ce6.png) no-repeat left center;}

.ftt_copy{text-align: right;}


@media (max-width: 992px){
    .ftt_share{width: 100%;}
    .ftt_copy{text-align: left;}
}