.banner{
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-top: 100px!important;
    background: url(../images/contact_banner.jpg) no-repeat center;
}
.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top{
    width: 100%;
    height: 26px;
    margin-top: 35px;
    border-left: 3px solid #113496;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    line-height: 26px;
}
.top span{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
}
.contact .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.con-ul .con-li{
    width: 500px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #eeeeee;
    margin-top: 47px;
    margin-bottom: 60px;
    overflow: hidden;
}
.con-li .con-top{
    width: 100%;
    height: 230px;
}
.con-top #allmap1{
    display: block;
    width: 100%;
    height: 100%;
}
.con-top #allmap2{
    display: block;
    width: 100%;
    height: 100%;
}
.con-li .con-on{
    width: 100%;
    height: 245px;
    overflow: hidden;
    background: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #1f3893;
    line-height: 26px;
    margin-top: 17px;
}

.con-on .con-o{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-o .con-i{
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
}
.con-i .con-icon{
    width: 27px;
    height: 27px;
}
.con-i .con-span{
    width: 440px;
    height: auto;
    font-size: 14px;
    color: #333333;
    line-height: 27px;
    margin-left: 8px;
}
.con-o .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-item{
    width: 50%;
    height: 27px;
    display: flex;
    float: left;
    margin-top: 18px;
}
.con-item .con-icon{
    width: 27px;
    height: 27px;
}
.con-item .con-span{
    width: auto;
    height: auto;
    font-size: 14px;
    color: #333333;
    line-height: 27px;
    margin-left: 8px;
}
.con-li:last-child .con-item{
    float: none;
}

.message{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.message .top{
    margin-top: 0;
}
.message .from-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 38px;
}
.from-box .from-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}
.from-con .from-item{
    width: 33.3%;
    height: 40px;
    float: left;
    display: flex;
}
.from-item .from-le{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    margin-left: 20px;
}
.from-item .from-ri{
    width: 300px;
    height: 40px;
    display: block;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 20px;
    background: #f8f8f8;
    border: none;
}
.from-ri:focus {
    border: 1px solid #d3e4f4;
    box-shadow: 0px 0px 10px #d3e4f4;
}
.from-item:last-child{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.from-item:last-child .from-ri{
    width: 1100px;
    height: 115px;
    padding: 10px;
    resize: none;
}
.from-box .from-btn{
    width: 200px;
    height: 40px;
    background: #113496;
    float: right;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor:pointer;
}
