@import url(reset.css);

@font-face {
    font-family: JDJLIBIAN;
    src: url('../static/font/JDJLIBIAN.TTF'),url('../static/font/JDJLIBIAN.eot'),url('../static/font/JDJLIBIAN.woff'),url('../static/font/JDJLIBIAN.woff2'),url('../static/font/JDJLIBIAN.otf');
}

html, body {
    min-width: 1080px;
    width: 100%;
    height: 100%;
}

#header {
    width: 100%;
    height: 34%;
    position: relative;
    overflow-y: hidden;
}

#header_inner {
    width: 58%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 21%;
}

#bgImg {
    height: 100%;
    width: 100%;
    display: block;
}

#nav {
    position: absolute;
    bottom: 7%;
    right: 0px;
}

    #nav > span {
        font-size: 16px;
        color: #4b4b4b;
        padding: 0px 10px;
        height: 24px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    #nav .spanActive {
        color: #ff5700;
        border-bottom: 3px solid #ff5700;
    }
/*以上是header部分*/

#wrapContion {
    width: 100%;
    background: #fff;
}

#wrap_inner {
    width: 1080px;
    margin: 0 auto;
}

#searchBtn {
    cursor: pointer;
    display: inline-block;
    background-color: rgb( 255, 87, 0 );
    width: 69px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
}

#searchDiv {
    width: 383px;
    height: 42px;
    left: 691px;
    position: relative;
    margin-top: 16px;
    background-color: rgb( 255, 87, 0 );
}

#searchText {
    border: none;
    margin-left: 3px;
    padding-left: 10px;
    width: 299px;
    height: 36px;
    line-height: 36px;
    outline: none;
    font-size: 12px;
}

#menuTypeList a {
    float: left;
    border: 1px solid #efefef;
    width: 124px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    margin-right: 33px;
    margin-top: 22px;
    cursor: pointer;
}

    #menuTypeList a:nth-child(7n+7) {
        margin-right: 0px;
    }

#menuTypeList .a_Active {
    background: #ff5700;
    color: #fff;
}

/*种类列表*/
.categoryListDiv {
    margin-top: 20px;
    border-top: 4px solid #ff7336;
}

.categoryListName {
    font-size: 26px;
    height: 58px;
    line-height: 58px;
    font-family: JDJLIBIAN;
    font-weight: 600;
    color: rgb( 27, 27, 27 );
    margin-left: 30px;
}

.moreBtn {
    float: right;
    border-radius: 11px;
    background-color: rgb( 255, 87, 0 );
    width: 101px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.pro_img {
    width: 231px;
    height: 234px;
    display: block;
}

.feature {
    background-color: rgb( 56, 193, 59 );
    width: 55px;
    height: 28px;
    display: inline-block;
    margin-right: 5px;
}

    .feature > label {
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        width: 53px;
        height: 26px;
        margin-top: 1px;
        margin-left: 1px;
        text-align: center;
        line-height: 24px;
        display: block;
    }

.proName {
    color: #000;
    width: 243px;
    height: 55px;
    font-size: 18px;
    font-weight: 550;
    float: left;
    margin-top: 17px;
    margin-bottom: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.companyName {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 55, 55, 55 );
}

.companyStar {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 55, 55, 55 );
}

.priceNow {
    display: table;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 20px;
    color: #fe0a0a;
}

.priceOld {
    color: #939393;
    font-size: 15px;
    text-decoration: line-through;
}

.proItem {
    width: 231px;
    height: 410px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
}

    .proItem:first-child {
        margin-left: 30px;
    }



/*以下是footer*/
.grayLine {
    height: 4px;
    width: 100%;
    background: #ededed;
    margin-top: 30px;
}

.footerContent {
    height: 288px;
    background: #ff5700;
    width: 100%;
}

.footer_inner {
    width: 1080px;
    margin: 0 auto;
}

#footerLogo {
    margin-top: 60px;
    float: left;
}

#aboutUs {
    float: left;
    margin-top: 40px;
    margin-left: 50px;
}

    #aboutUs li {
        color: #fff;
        margin-top: 10px;
    }

#icon01 {
    margin-top: 28px;
    margin-left: 84px;
}

#icon02 {
    margin-top: 28px;
    margin-left: 70px;
}

.innerTop {
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.innerBot {
    display: table;
    margin: 0 auto;
    color: #fab998;
    margin-top: 15px;
}
/*后续添加*/
.fixed_active {
    width: 1080px;
    position: fixed;
    top: 10%;
    background: #fff;
    border-bottom: 4px solid #ff7336;
    padding-bottom: 10px;
}

.fixed_header {
    position: fixed !important;
    top: -24%;
}
