.box{
    background: #ffffff;
}
.banner{
    width: 100%;
    height: 411px;
    background: url(/assets/index/images/contact_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #013ca6;
    text-align: center;
    line-height: 46px;
    margin-top: 30px;
}
.top .top-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    text-align: center;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content .con-ul{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-top: 30px;
}
.con-ul .con-li{
    width: 240px;
    height: 300px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.con-li:last-child{
    border-right: 0;
}
.con-li .con-icon{
    width: 60px;
    height: 60px;
    margin: 58px auto 0;
}
.con-icon img{
    width: 58px;
    height: 58px;
    margin: 1px auto 0;
}
.con-li:nth-of-type(2) img{
    width: 46px;
    height: 60px;
    margin: 0 auto 0;
}
.con-li:nth-of-type(3) img{
    width: 59px;
    height: 59px;
    margin: 0 auto 0;
}
.con-li:nth-of-type(4) img{
    width: 60px;
    height: 56px;
    margin: 2px auto 0;
}
.con-li:nth-of-type(5) img{
    width: 60px;
    height: 46px;
    margin: 7px auto 0;
}
.con-li .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-top: 45px;
}
.con-li .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 5px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.con-box .con-item{
    width: 590px;
    height: 40px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.con-item .con-le{
    width: auto;
    height: 40px;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
}
.con-item .con-ri{
    width: 490px;
    height: 40px;
}
.con-ri input {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    font-size: 16px;
}
.con-item:nth-of-type(2){
    margin-right: 0;
}
.con-item:last-child{
    width: 100%;
    height: 200px;
    margin-right: 0;
}
.con-item:last-child .con-ri {
    width: 1110px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.con-ri textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    font-size: 16px;
}

.content .con-btn{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
    cursor: pointer;
}
.con-btn .btn-li{
    width: 580px;
    height: 40px;
    background: #013ca6;
    cursor: pointer;
}
.btn-li:last-child{
    background: #cccccc;
}
