﻿@charset "UTF-8";

.nav_box_v1 {
    margin-bottom: 0;
}

.cnd-static {
    display: none;
}

.collapse_navbar {
    display: none;
}

.navbar_ul {
    display: none;
}

.search_box {
    display: none;
}

.banner {
    margin: -6px auto 25px auto;
}

#wrapper {
    position: relative;
    width: 760px;
    height: 330px;
}

#banner {
    position: relative;
    width: 760px;
    height: 330px;
    overflow: hidden;
}

.imgList {
    position: relative;
    width: 5320px;
    height: 330px;
    z-index: 10;
    overflow: hidden;
}

    .imgList li {
        width: 760px;
        height: 330px;
        float: left;
        display: inline;
    }

#next, #prev {
    position: absolute;
    top: 140px;
    z-index: 20;
    cursor: pointer;
    opacity: .2;
    display: none; /*不显示*/
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

    #next:hover, #prev:hover {
        opacity: .5;
    }

.bg {
    position: absolute;
    bottom: 56px;
    width: 540px;
    height: 90px;
    z-index: 20;
    opacity: .4;
    background: #fff;
}

.infoList {
    position: absolute;
    left: 18px;
    top: 200px;
    z-index: 30;
}

    .infoList li {
        display: none;
        opacity: .4;
        transition: all 0s;
    }

    .infoList > li > a {
        display: inline-block;
        width: 504px;
        color: #080812;
    }

    .infoList .infoOn {
        display: inline;
        color: #07070f;
        font-size: 22px;
        opacity: 1;
    }

.indexList {
    position: absolute;
    left: 340px;
    bottom: 18px;
    z-index: 30;
}

    .indexList li {
        float: left;
        margin-right: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fffefd;
        cursor: pointer;
    }

    .indexList .indexOn {
        background: #ffd100;
    }

.ad_s_ul {
    width: 440px;
}

.ad_s_li {
    margin-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

    .ad_s_li > a {
        display: block;
        width: 200px;
        height: 100px;
    }

        .ad_s_li > a > img {
            width: 200px;
            height: 100px;
        }

.ad_txt_bg {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #678585;
    z-index: 5;
}

.ad_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 200px;
    height: 100px;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 10;
    padding: 12px 14px;
    opacity: 0;
}

.ad_s_li:hover > a > .ad_txt_bg {
    -webkit-transition: all 0s ease-in 0s;
    -moz-transition: all 0s ease-in 0s;
    -ms-transition: all 0s ease-in 0s;
    -o-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
    opacity: .4;
    background: #678585;
}

.ad_s_li:hover > a > .ad_txt {
    -webkit-transition: all 0s ease-in 0s;
    -moz-transition: all 0s ease-in 0s;
    -ms-transition: all 0s ease-in 0s;
    -o-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
    opacity: 1;
}

.articles, .news {
    margin-bottom: 20px;
}

.articles_ul, .news_ul, .works_ul {
    margin-top: 36px;
}

.title_box {
    border-bottom: 2px solid #e7e7e7;
}

.title_h4 {
    width: 30%;
    margin-bottom: 15px;
}

.links_a {
    margin-left: 36px;
    color: #777;
    font-size: 16px;
}

    .links_a.active, .links_a:hover {
        color: #ef1c23;
    }

.articles_cover_box, .news_cover_box {
    display: block;
    width: 258px;
    height: 131px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 40px;
    border: 1px solid #ddd;
}

.news_ul > .news_li {
    height: 175px;
    overflow: hidden;
}

.works_ul > .works_li {
    height: 346px;
    overflow: hidden;
}

.articles_ul > .articles_li {
    height: 175px;
    overflow: hidden;
}

.articles_cover, .news_cover {
    width: 260px;
    height: 133px;
}

.articles_txt, .news_txt {
    width: 304px;
    padding-left: 278px;
    padding-right: 18px;
}

.sm_title_box {
    color: #909194;
}

.sm_title_box {
    height: 52px;
    border-bottom: 1px solid #e7e7e7;
}

    .sm_title_box > a {
        color: #5d5e60;
    }

        .sm_title_box > a:hover {
            color: #ee3239;
        }

.articles_title, .news_title {
    display: block;
    font-size: 18px;
    color: #595959;
    line-height: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
}

.articles_brief, .news_brief {
    padding-top: 12px;
    font-size: 12px;
    color: #a1a1a1;
    line-height: 24px;
}

    .articles_brief > a, .news_brief > a {
        color: #aaa;
    }

        .articles_brief > a:hover, .news_brief > a:hover {
            color: #000;
        }

.more_link {
    overflow: hidden;
}

    .more_link > .more {
        float: right;
    }

.works {
    margin-bottom: 44px;
}

.link_upload {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #ffd100;
    color: #fffdfe;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    margin-top: -3px;
    font-size: 14px;
}

    .link_upload:hover {
        color: #fff;
    }

.links_a.cut:hover {
    color: #777;
}

.articles_ul, .news_ul, .works_ul {
    display: none;
    min-height: 36px;
}

    .articles_ul.show, .news_ul.show, .works_ul.show {
        display: block;
    }

.works_li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 346px;
    border: 1px solid transparent;
    text-align: center;
    margin-bottom: 10px;
}

    .works_li:hover {
        border: 1px solid #313131;
    }

.works_cover_box {
    display: inline-block;
    width: 280px;
    height: 206px;
    margin: 9px auto 14px auto;
}

    .works_cover_box > .works_cover {
        width: 280px;
        height: 206px;
    }

.prod_info_box {
    margin-left: 12px;
    margin-right: 12px;
    max-height: 115px;
}

.pi_person_box {
    width: 34px;
    height: 34px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    float: left;
    border:1px solid #d5d5d5;
}

    .pi_person_box > a {
        width: 34px;
        height: 34px;
    }

    .pi_person_box a img {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.pi_right {
    padding-left: 46px;
    text-align: left;
    height: 42px;
}

    .pi_right a {
        display: inline-block;
        max-width: 200px;
        height: 16px;
        line-height: 16px;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .pi_right .pi_title {
        font-weight: 700;
        color: #403e32;
        line-height: 21px;
    }

.pi_title a {
    color: #424034;
}

.pi_right .pi_title a.hover, .pi_right .pi_title a:hover {
    color: #f02d34;
}

.pi_right .pi_name {
    color: #707070;
    line-height: 16px;
    font-size:12px;
}

.prod_info_box .pi_right .pi_name.hover, .prod_info_box .pi_right .pi_name:hover {
    color: #000;
}

.pi_bottom {
    height: 73px;
}

    .pi_bottom .original_info {
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        line-height: 32px;
    }

        .pi_bottom .original_info .sort_pm {
            padding: 2px 6px;
            color: #fff;
            background: #ec1c23;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .pi_bottom .original_info .sort_pm.zz {
                background: #999;
            }

        .pi_bottom .original_info .sort_am {
            color: #434341;
        }

            .pi_bottom .original_info .sort_am:hover {
                color: #ec1c23;
            }

        .pi_bottom .original_info .prod_date {
            margin-left: 10px;
            font-weight: 400;
            color: #b2b1b1;
        }

.prod_hots {
    box-sizing: border-box;
    height: 41px;
    color: #b2b1b1;
    font-size: 12px;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-top:10px;
}

.ph_lists_box {
    float: left;
    margin-right: 24px;
}

.prod_hots .iconBox {
    padding: 2px 12px;
    margin-right: 4px;
    background: url(../tecksin_images/spirit.png);
}

.iconBox.icon_liulan {
    background-position: 0 -173px;
}

.iconBox.icon_pinglun {
    background-position: 0 -192px;
}

.iconBox.icon_zan {
    background-position: 0 -216px;
}

.ad1 {
    margin-bottom: 42px;
}

    .ad1 > .content_box > a {
        display: block;
        max-width: 1200px;
        max-height: 120px;
        overflow: hidden;
        font-size: 0;
        text-align: center;
    }

        .ad1 > .content_box > a > img {
            max-width: 1200px;
        }

.design {
    width: 48%;
}

.more {
    color: #707070;
    margin-left:36px;
}

.design_ul {
    margin-top: 36px;
    overflow: hidden;
}

.design_li {
    width: 50%;
    height: 60px;
    margin-bottom: 36px;
}

.avatar_box {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.avatar {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.about_design {
    padding-left: 80px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px;
}

.design_name {
    color: #58595b;
    display: inline-block;
    width: 120px;
    height: 16px;
    line-height: 16px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .design_name.hover, .design_name:hover {
        color: #000;
    }

.ad2 {
    margin-bottom: 40px;
}

    .ad2 > .content_box > a {
        display: block;
        max-width: 1200px;
        max-height: 120px;
        font-size: 0;
        overflow: hidden;
        text-align: center;
    }

        .ad2 > .content_box > a > img {
            max-width: 1200px;
            max-height: 120px;
        }

.friendlyLink_title {
    margin-bottom: 36px;
}

.img_links_ul {
    margin-bottom: 26px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: left;
}

    .img_links_ul > li {
        display: inline-block;
        width: 171px;
        text-align: left;
    }

.txt_links_ul > li {
    padding: 0 6px;
    display: inline-block;
    /*width: 94px;*/
    margin-bottom: 8px;
}

.img_links_ul > li > a {
    display: inline-block;
}

.txt_links_ul {
    margin-bottom: 18px;
    text-align: left;
}

    .txt_links_ul > li > a {
        display: inline-block;
        /*width: 92px;*/
        color: #2e2528;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .txt_links_ul > li > a:hover {
            color: #c80122;
            text-decoration: underline;
        }

.friendlyLink > .content_box > .more_link {
    margin-bottom: 10px;
}

.links_img, .links_txt {
    text-align: center;
}

.cndAd_default_1200 {
    width: 1200px;
    height: 100px;
    margin: 0 auto 40px;
    background-color: transparent;
    overflow: hidden;
}

.cndAd_hide {
    display: none;
}
