.detail {
    width: 1200px;
    margin: 10px auto;
    padding: 0px;
    background: #f4f6f8;
}
.detail .detail-con {
    width: 1200px;
    margin: 0 auto;
}
    .detail .left {
        width: 270px;
        float: left;
    }
.detail .left .menu {
    width: 240px;
}
.detail .left .menu .title {
    width: 240px;
    height: 65px;
    line-height: 65px;
    background: #0161b7;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.detail .left .menu .title span {
    font-size: 14px;
}
.detail .left .menu .list {
    width: 240px;
}
.detail .left .menu .list li {
    width: 240px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #f4f6f8;
    font-size: 16px;
}
.detail .left .menu .list li.on {
    background: #e9f2f7;
    color: #0077cc;
}
.detail .left .menu .list li.on a:link,.detail .left .menu .list li.on a:visited,.detail .left .menu .list li.on a:hover {
    color: #0077cc;
}
.detail .left .menu .list li img {
    vertical-align: middle;
}
.detail .left .menu .list li:nth-child(1) {
    border-top: 0;
}
.detail .left .adv {
    width: 240px;
    padding-top: 22px;
}
.detail .left .adv li {
    width: 240px;
    height: 140px;
    padding-bottom: 10px;
}
.detail .left .adv li img {
    width: 240px;
    height: 140px;
}
    .detail .right {
        width: 860px;
        padding: 24px 30px;
        background: #ffffff;
        float: right;
        width: 870px;
    }
.detail .right .right-body{
    /* padding: 24px 30px;  */
}

.detail .right .title {
    width: 860px;
    height: 38px;
    border-bottom: 1px solid #eaeef5;
}
.detail .right .title .text {
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    border-left: 3px solid #0161b7;
    color: #0161b7;
    font-weight: bolder;
}
    .detail .right .content {
        background:#fff;
        padding: 10px 0;
        font-size: 14px;
        line-height: 30px;
    }

    .detail .right .content  img{
max-width:870px;
height:auto;
    }
.detail .right .content .supplier-reserve-form{
    width: 820px;
    margin:0 auto;
}

.content .supplier-reserve-form form{
    
}

.content .supplier-reserve-form form .form-item{
    width:800px;
    /* height: 50px; */
    line-height: 50px;
    margin-top:20px;
    overflow: hidden;
}

.content .supplier-reserve-form form .form-item .item-label{
    float: left;
    width:200px;
    font-size:18px;
}

.content .supplier-reserve-form form .form-item .item-label span{
    color:red;
    margin:30px 0 0 10px;
    line-height: 50px;
    display: inline;
}

.content .supplier-reserve-form form .form-item .item-input{
    float: left;
    width:590px;
    height: 50px;
    line-height: 50px;
    font-size:18px;
    border:1px solid #DCE1E9;
    overflow: hidden;
    
}

.content .supplier-reserve-form form .form-item .item-input input{
    border:0;
    width: 550px;
    height: 50px;
    padding:0 20px;
    background-color: #FAFAFA;
}

.content .supplier-reserve-form form .form-item .item-input-1{
    width:590px;
    height: 70px;
    line-height: 70px;
    font-size:18px;
    border:1px solid #DCE1E9;
    overflow: hidden;
}

.content .supplier-reserve-form form .form-item .item-input-1 input{
    border:1px solid #DCE1E9;
    width: 70px;
    height: 50px;
    padding:0 20px;
    background-color: #FAFAFA;
}