.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 250px;
    background: url(../images/contact_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.title {
    width: 100%;
    height: 25px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #113496;
    line-height: 25px;
    margin-top: 35px;
    display: flex;
}

.title .w-1200 {
    border-left: 3px solid #113496;
    box-sizing: border-box;
    padding-left: 10px;
}

.title .span1 {
    color: #333333;
}

.title .title-line{
    width: 80px;
    height: 4px;
    background: #113496;
    margin-top: 20px;
}




.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    /*margin-top: 30px;*/
}

.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.con-box .con-map{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.con-box .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #113496;
    line-height: 34px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 15px;
}
.con-name span{
    color: #333333;
}
.con-name span:last-child{
    font-size: 16px;
}

.con-on .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.con-ul .con-li{
    width: 33.3%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.con-li .con-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.con-li .con-ou{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ou .con-t{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}
.con-ou .con-i{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #333333;
    line-height: 30px;
    text-align: center;
    /*background: #ffffff;*/
    margin-top: 0;
    margin-bottom: 20px;
}







.last{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.last .last-ul{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.last-ul .last-li{
    width: 370px;
    height: 200px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}
.last-li .last-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    /*font-weight: bold;*/
    color: #333333;
    line-height: 34px;
    margin-top: 25px;
}
.last-li .last-line{
    width: 70px;
    height: 4px;
    background: #113496;
    margin-top: 5px;
}
.last-li .last-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}



.last{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.last .last-top{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}
.last-top .last-item{
    width: 368px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.last-item .last-le{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.last-item .last-ri{
    width: 300px;
    height: 40px;
    background: #f8f8f8;
    padding: 0 10px;
    box-sizing: border-box;
}
.last-ri input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    font-size: 14px;
}
.last .last-box{
    width: 100%;
    height: 115px;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}
.last-box .last-le{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}

.last-box .last-ri{
    width: 1073px;
    height: 115px;
    background: #f8f8f8;
    padding: 10px;
    box-sizing: border-box;
}
.last-ri textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    resize:none;
    font-size: 14px;
}

.last .last-btn{
    width: 200px;
    height: 40px;
    background: #113496;
    float: right;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    margin-right: 30px;
    cursor: pointer;
}
