
.contact{
    width: 100%;
    height: 6.97rem;
    overflow: hidden;
}
.contact .con-head{
    width: 4.2rem;
    height: 0.7rem;
    background: url(../images/contact1.png) no-repeat center center / 100% 100%;
    position: relative;
    margin: 0.5rem auto 0;
}
.con-head .con-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.con-title .con-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.con-span span{
    color: #0094fe;
}
.con-title .new-line{
    width: 0.27rem;
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.54rem;
    left: 1.97rem;
}

.contact .con-box{
    width: 100%;
    height: 4.8rem;
    background: url(../images/contact.png) no-repeat center;
    margin-top: 0.7rem;

}
.con-box .w-1600{
    display: flex;
}
.con-box .con-le{
    width: 6.43rem;
    height: 4.8rem;
    overflow: hidden;
    padding-left: 1.12rem;
    box-sizing: border-box;
}
.con-le .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.5rem;
}
.con-ul .con-li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-li:nth-of-type(n+2){
    margin-top: 0.3rem;
}
.con-li .con-name{
    width: 100%;
    height: 0.28rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.28rem;
}
.con-li .con-text{
    width: 100%;
    height: 0.25rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
}

.con-le .con-code{
    width: 100%;
    height: 1.34rem;
    margin-top: 0.35rem;
    display: flex;
}
.con-code .code-li{
    width: auto;
    height: 1.34rem;
    overflow: hidden;
    margin-right: 0.58rem;
}
.code-li .code-img{
    width: 1.07rem;
    height: 1.04rem;
    margin: 0 auto;
}
.code-li .code-text{
    width: 100%;
    height: 0.26rem;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    line-height: 0.26rem;
    margin-top: 0.04rem;
}

.con-box .con-ri{
    width: 9.57rem;
    height: 4.8rem;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-top: 0.46rem;
    box-sizing: border-box;
}
.con-ri .con-item{
    width: 3.26rem;
    height: 0.44rem;
    border-bottom: 0.01rem solid #919090;
    box-sizing: border-box;
    display: flex;
    float: left;
    margin-right: 0.84rem;
}
.con-ri .con-item:nth-of-type(3){
    width: 100%;
    height: 0.44rem;
    margin-top: 0.38rem;
}
.con-item .con-p{
    width: auto;
    height: 0.44rem;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.6);
    line-height: 0.44rem;
}
.con-item .con-input{
    width: 2.4rem;
    height: 0.44rem;
}
.con-ri .con-item:nth-of-type(3) .con-input{
    width: 4.9rem;
}
.con-input input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: rgba(255,255,255,0.6);
}
.con-ri .con-textarea{
    width: 100%;
    height: 1.24rem;
    display: flex;
    margin-top: 0.38rem;
    float: left;
    border-bottom: 0.01rem solid #919090;
}
.con-textarea .con-p{
    width: auto;
    height: 0.44rem;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.6);
    line-height: 0.44rem;
}
.con-textarea .con-input{
    width: 8rem;
    height: 1.24rem;
    padding: 0.16rem;
    box-sizing: border-box;
}

.con-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: rgba(255,255,255,0.6);
    resize: none;
}
.con-ri .con-btn{
    width: 3rem;
    height: 0.44rem;
    background: #2b2b2b;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.6);
    float: left;
    margin-top: 0.56rem;
    text-align: center;
    line-height: 0.44rem;
    cursor: pointer;
}

.map{
    width: 100%;
    height: 5.6rem;
    margin-top: 0.5rem;
    margin-bottom: 0.22rem;
}
.map #allmap{
    display: block;
    width: 100%;
    height: 100%;
}
