.banner{
    width: 100%;
    height: 450px;
    background: url(/assets/index/images/contact_banner.jpg) no-repeat center;
    margin-top: 70px;
}
.contact{
    width: 100%;
    height: 365px;
}
.contact .w-1200{
    position: relative;
    height: 350px;
}
.contact .con-box{
    width: 550px;
    height: 470px;
    position: absolute;
    top: -120px;
    left: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 10px #cccccc;
    padding: 0 46px;
    box-sizing: border-box;
}
.con-box .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    display: flex;
}
.con-head .con-le{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 21px;
    color: #00b9f9;
    line-height: 30px;
}
.con-head .con-line{
    width: 4px;
    height: 22px;
    background: #787878;
    margin-top: 4px;
    margin-left: 10px;
}
.con-head .con-span{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 25px;
    color: #dad8d8;
    line-height: 30px;
    margin-left: 10px;
}

.con-box .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .con-li{
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.con-li .con-name{
    width: auto;
    height: 38px;
    font-size: 17px;
    color: #000;
    line-height: 38px;
}
.con-li .con-input{
    width: 405px;
    height: 38px;
    overflow: hidden;
}
.con-input input{
    display: block;
    width: 100%;
    height: 95%;
}
.con-box .con-btn{
    width: 300px;
    height: 40px;
    background-image: linear-gradient(to right bottom , #0180ef,#009af4);
    font-size: 15px;
    color: #f9f9f9;
    text-align: center;
    line-height: 40px;
    margin: 60px auto 0;
    cursor: pointer;
}
.contact .con-ri{
    width: 600px;
    height: 350px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.con-ri .con-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    margin-top: 25px;
}
.con-ri .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-on .con-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    display: flex;
    margin-top: 20px;
}
.con-item .con-icon{
    width: 12px;
    height: 12px;
    margin-top: 6px;
}
.con-item .con-span{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #b6b6b6;
    line-height: 24px;
    /*margin-left: 10px;*/
}
.con-item:nth-of-type(n+2){
    width: 40%;
}

.con-ri .map{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 8px;
}