﻿#top {
    padding: 0 100px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    color: #aaa;
    font-size: 0.80em;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e7e7e7;
}

#top ul li {
    float: left;
    margin-left: 20px;
}

#top a {
    color: #aaa;
}


#header {
    height: 120px;
    padding: 0 100px;
    overflow: hidden;
}

#subheader {
    background: #ececec;
    color: #444;
    padding: 15px 100px;
    overflow: auto;
}

#header .logo {
    float: left;
    width: 310px;
    margin-top: 19px;
}

#header .search {
    float: left;
    margin-top: 19px;
    margin-left: 8%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    #header .search {
        display: none;
    }
}

#header .search a:first-child {
    width: 76px;
    height: 36px;
    line-height: 36px;
    background-color: #3e9bf3;
    color: white;
    display: inline-block;
    font-size: 0.8em;
    text-align: center;
}

#header .search label {
    float: left;
}

#header .search input[type=text] {
    display: block;
    width: 615px;
    height: 42px;
    padding-left: 15px;
    outline-style: none;
    border: 2px solid #3e9bf3;
    text-align: left;
}

#header .search input[type=submit] {
    width: 128px;
    height: 42px;
    border-radius: 4px;
    line-height: 45px;
    background-color: #3e9bf3;
    color: white;
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
    float: left;
    position: absolute;
    right: 0;
    border: 0;
}

#header .phone {
    float: right;
    width: 200px;
    height: 80px;
    margin-top: 70px;
    color: #ED373F;
    font-size: 1.1em;
    font-weight: bold;
}


#header .phone i {
    margin-right: 4px;
}

#header .phone span {
    position: relative;
    bottom: 5px;
    font-size: 1.2em;
}



#subheader .cart {
    float: right;
    padding-top: 4px;
}



#content {
    position: relative;
    padding: 0 100px;
    min-height: 480px;
    overflow: hidden;
    background-color: #fff;
}

#content .title {
    border-bottom: 2px solid #3e9bf3;
    margin-top: 12px;
}

#content .title a {
    display: inline-block;
    padding: 4px 20px;
    color: white;
    text-align: center;
    background-color: #3e9bf3;
}



#sidebar {
    width: 280px;
    padding: 30px 0 0 20px;
    position: absolute;
    right: 100px;
    top: 100px
}

#sidebar ul li {
    line-height: 36px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dedede;
}

#sidebar ul li a {
    display: inline-block;
    padding-left: 10px;
    color: #333;
}

#sidebar ul li.selected {
    background: #3e9bf3;
    border-radius: 4px;
}

#sidebar ul li.selected a {
    color: #fff;
}

#main {
    margin-right: 300px;
    overflow: hidden;
}

.product-list ul li {
    
    border-bottom: 1px solid #e0e0e0;
}

#main.product-list .job {
    padding-top: 10px;
}

#main.product-list .job a {
    color: #313131;
    font-size: 1em;
    font-weight: bold;
    display: block;
}

#main.product-list .job span {
    color: #ff552e;
    font-weight: bold;
}

#main .job {
    float: left;
    width: 38%;
}

#main .company {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 42%;
    font-size: 0.8em;
    color: #525252;;
}

#main .company span {
    font-size: 0.75em;
    color: #636363;
}

#main .apply {
    width: 100px;
    padding-top: 30px;
    float: right;
}

#main .apply a {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #3e9bf3;
    color: white;
    text-align: center;
    font-size: 1.2em;
    border-radius: 4px;
}




.product-detail {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2%;
    width: 60%;
    float: left;
    color: #2e343b;
}

.product-detail ul {
    margin-top: 10px;
}

.product-detail h1 {
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
}

.product-detail h2,.product-company h2 {
    font-size: 1em;
    color: #ff552e;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product-detail h5 {
    font-size: 16px;
    color: #a1a1a1;
    margin-top: 10px;
    margin-bottom: 8px;
}

.product-detail ul li ,.product-company ul li{
    font-size: 1em;
    color: #999999;
}

.product-company a {
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
}


.product-detail .deadline {
    margin-top: 10px;
    font-size: 0.875em;
    color: #444;
    line-height: 28px;
    margin-right: 5px;
}

.product-detail h4 a {
    display: inline-block;
    width: 280px;
    height: 54px;
    line-height: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #ff552e;
    margin-bottom: 30px;
}

.product-detail h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
}

.product-detail p {
    margin-bottom: 10px;
}

.product-detail ul.status {
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 1px 2px 4px #aaaaaa;
    margin-bottom: 26px;
}

.product-detail ul.status li {
    float: left;
    margin: 0 14px;
    padding: 2px 4px;
}

#content .product-detail ul.status li.active {
    background-color: #ff552e;
    color: #FFFFFF;
}


#content .bread {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #888;
    line-height: 40px;
}

#content .bread a {
    color: #888;
}

.product-company {
    top: 60px;
    width: 30%;
    padding: 2%;
    margin-left: 2%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#content .product-company > div {
    padding: 20px 30px;
    color: #2e343b;
}

#content .product-company > div h2 {
    padding: 5px 0;
    border-bottom: 1px solid #c4c4c4;
}

#content .product-company > div h2 > a {
    font-size: 20px;
    color: #656565;
    font-weight: bold;
}

#content .product-company > div h4 > a {
    display: block;
    width: 80%;
    height: 50px;
    border: 1px solid #ff552e;
    border-radius: 1px;
    font-size: 16px;
    color: #ff552e;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.product-company > div h4 {
    margin-top: 18px;
}

.product-company h3 {
    margin: 10px 0;
    color: #898989;
    font-size: 0.875em;
}

.product-company h3 i {
    width: 15px;
}

.product-company .identify_title {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #fff7f1;
    border-radius: 2px;
    font-size: 12px;
    color: #ea8225;
    letter-spacing: 0;
    padding: 6px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#content .product-company > div p {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 10px;
    text-align: justify;
}


#footer {
    height: 65px;
    padding-top: 15px;
    text-align: center;
    font-size: 0.8em;
    background-color: #2B343D;
    color: #878787;
}

.only_mobile {
    display: none;
}


.only_pc {
    display: block;
}

.only_mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .only_pc {
        display: none;
    }

    .only_mobile {
        display: block;
    }

    .mobile_banner {
        width: 100%;
    }

    .bread h2 {
        font-size: 16px;
        font-weight: bold;
        color: #1d1d1d;
    }
}


@media screen and (max-width: 1200px) {
    #top, #header, #content, #content, .product-company {
        width: 92%;
        padding: 0 4%;
    }

    #header {
        height: auto;
        border-radius: 15px;
        background-color: #fff;
    }

    #main {
        margin: 0 -4%;
    }

    .lg-only {
        display: none;
    }

    .user_card {
        padding:0 4%;
        padding-top: 2%;
        margin-bottom: 3px;
        background-color: #fff;
    }

    .user_card ul {
        margin-top: 10px;
    }

    .user_card li {
        width: 24%;
        padding: 3%;
        margin-right: 5%;
        margin-bottom: 8px;
        float: left;
        box-shadow: 0 0 4px #a7a7a7;
        border-radius: 5px;
    }

    .user_card li:nth-child(3n) {
        margin-right: 0;
    }

    .user_card li h3 {
        font-size: 0.785em;
        font-weight: bold;
        color: #424242;
    }

    .user_card h3 i {
        margin-left: 6px;
    }

    .user_card li:nth-child(1) i {
        color: #0066CC;
    }

    .user_card li:nth-child(2) i {
        color: #0099CC;
    }

    .user_card li:nth-child(3) i {
        color: #FF9900;
    }

    .user_card li p {
        font-size: 0.625em;
        color: #c4c4c4;
    }

    .product-detail {
        width: 96%;
        float: none;
    }


    .product-list ul li {
        background-color: #fff;
        margin: 5px 0;
        padding: 0 4%;
    }

    .product-list ul li:nth-child(1) {
        margin-top: 1px;
    }


    #content .bread {
        margin: 3px -4% 0;
        padding: 0 4%;
        background-color: #fff;
    }

    #main.product-list .job {
        width: 98%;
        float: none;
        font-size: 16px;
    }

    .product-list .job a {
        width: 70%;
        float: left;
        display: inline-block;
    }

    .product-list .job span {
        width: 30%;
        float: left;
        text-align: right;
        display: inline-block;
    }

    #main .company {
        padding:0 5px;
        width: 98%;
        float: none;
        clear: both;
        font-size: 14px;
        color: #9a9a9a;
        font-weight: bold;
    }

    #main .company span {
        font-weight: normal;
    }

    #content .product-detail {
        width: 100%;
        margin: 0 -4%;
        padding: 0 4%;
        padding-top: 10px;
        background-color: #fff;
    }

    #content .product-detail h4 a {
        width: 94%;
    }

    #content .product-detail .fa-arrow-right {
        display: none;
    }

    .product-company {
        width: 100%;
        margin:0 -4%;
        padding: 4%;
        background-color: #fff;
        margin-bottom: 20px;
        box-shadow: none;
        position: unset;
    }


    .product-detail ul li {
        font-size: 0.8em;
        color: #999999;
    }


    .company_list ul li {
        height: 42px;
        line-height: 42px;
    }

    .company_list ul li a {
        color: #666666;
    }

    .fixed_menu {
        width: 100%;
        text-align: center;
        height: 50px;
        border-top: 1px solid #d7d7d7;
        position: fixed;
        bottom: 2px;
        left: 0;
        background-color: #fff;
        padding-top: 5px;
    }

    .fixed_menu li {
        float: left;
        font-weight: bold;
        width: 22%;
        margin-right: 4%;
    }

    .fixed_menu li:nth-child(4) {
        margin-right: 0;
    }

    .fixed_menu i {

    }

    .fixed_menu h3 {
        font-size: 0.75em;
    }

    .fixed_menu a {
        color: #1d1d1d;
    }

    .menu_height {
        height: 100px;
    }

    #footer {
        height: 100px;
        background-color: #fff;
    }
}