.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 420px;
    background: url(../images/tender_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 .span2{
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}



.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    /*margin-top: 30px;*/
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-box{
    width: 320px;
    height: auto;
    overflow: hidden;
}
.con-box .con-head{
    width: 100%;
    height: 308px;
    background: #f3f3f3;
    overflow: hidden;
}
.con-head .con-top{
    width: 100%;
    height: 100px;
    background: url(../images/tender1.png) no-repeat center center / 100% 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.con-top .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 34px;
    margin-top: 33px;
}
.con-top .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 4px;
}
.con-head .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.con-on .con-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
}


.con-box .con-last{
    width: 100%;
    height: 182px;
    background: #f3f3f3;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
}
.con-last .con-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-top: 25px;
}
.con-last .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 5px;
}
.con-last .con-code{
    width: 110px;
    height: 110px;
    margin: 40px auto 0;
}
.con-last .con-i{
    width: 120px;
    height: 32px;
    background: #113496;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-top: 15px;
}

.content .con-ri{
    width: 860px;
    height: 500px;
}




.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;
}
