@CHARSET"UTF-8";
/*  @media screen and (max-device-width:760px) {
    .content_box {
        width:100% !important
    }
    .business li img {
        width:60px !important
    }
    .cooperation_type span {
        width:30% !important;
        float:none !important
    }
    .apply_cooperate span {
        width:30% !important;
    }
    .apply_cooperate input {
        width:60% !important
    }
} */
.main {
    margin:0 auto !important;
    background-color:#f3f3f3;
    border-width:2px 0;
    border-style:solid;
    border-color:#ff8f00
}
.cooperation_logo {
    width:100%
}
.cooperation_box {
    margin:0 12px
}
.business li {
    display:inline;
}
.business li img {
    width:100px;
    margin-right:2%
}
.cooperation_type {
    width:100%;
    height:30px;
    margin:24px 12px;
    white-space:nowrap;
    overflow-y:hidden;
    oveflow-x:auto
}
.cooperation_type span {
    float:left;
    display:inline-block;
    height:30px;
    line-height:30px;
    width:120px;
    text-align:center;
    border:1px solid #e3e3e3;
    background-color:#fff;
    cursor:pointer
}
.type_selted {
    background-color:#FFE4B5 !important
}
.apply_cooperate {
    margin:0 12px;
}
.apply_cooperate span {
    display:inline-block;
    width:120px;
    text-align:center;
    height:30px;
    line-height:30px;
}
.apply_cooperate input {
    width:30%;
    height:30px;
    line-height:30px;
    margin:5px 0
}
.btn {
    width:28%;
    height:40px;
    margin:40px 0 40px 132px
}