﻿* {
    padding: 0px auto;
    margin: 0px auto;
    font-family: 'Microsoft YaHei';
}

body {
    letter-spacing: 0.1em;
    background-color: #f3f4f6;
    text-align: center;
    overflow-y: scroll !important;
    _overflow-y: none;
    padding: 0px auto;
}

header {
    /* background-color: dimgray;*/
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background-color: aliceblue;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.narrow_logo {
    margin: auto;
    width: 1000px;
    height: 30px;
    line-height: 30px;
}

    .narrow_logo .img_logo {
        float: left;
    }

    .narrow_logo img {
        height: 23px;
    }


    .narrow_logo .narrow_tel {
        color: aliceblue;
        text-align: left;
        color: #1a1919;
        font-size: 10pt;
        letter-spacing: normal;
        line-height: 30px;
        font-weight: bold;
        margin-left: 10px;
        float: left;
    }

    .narrow_logo .new_top {
        float: right;
        font-size: 10pt;
        letter-spacing: normal;
    }

        .narrow_logo .new_top a {
            text-decoration: none;
            color: #108ECB;
        }

            .narrow_logo .new_top a:hover {
                color: #5ec2f2;
            }

.banner {
    background-size: cover;
    height: 333px;
    width: 100%;
    display: block;
    border: solid 1px #f3f4f6;
}

.banner_middle_img {
    width: 100%;
}

.banner_img {
    width: 1000px;
}

.banner .img_div {
    position: relative;
}

.banner .on_img_div {
    position: absolute;
    top: 35px;
    left: 520px;
    color: white;
    width: 420px;
    height: 256px;
    padding-top: 10px;
    background-color: rgb(61, 65, 91, 0.8);
}

.banner_bg {
    background-color: white;
}

.banner h1 {
    font-size: 30pt;
    font-weight: normal;
}

.banner h2 {
    font-size: 24pt;
    margin-top: 0px;
    font-weight: normal;
}

.banner h3 {
    text-align: center;
    font-size: 11pt;
    font-weight: normal;
}

.banner .link_button {
    display: block;
    background-color: #fdeea3;
    border-radius: 5px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    color: black;
    font-size: 12pt;
    border: solid 1px #fbe267
}

    .banner .link_button:hover span {
        display: block;
        transition: all .3s;
        transform: scale(1.1);
    }

.under_banner_div {
    width: 100%;
    margin-top: 10px;
    height: 90px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.under_banner {
    float: left;
    width: 249px;
    height: 60px;
    display: flex;
    border-right: solid 1px #dbd8d8;
}

.under_banner_the_last { /*最后一个，不显示边框*/
    border-right: none;
}

.under_banner img {
    width: 40px;
    margin-top: 20px;
    margin-left: 40px;
}

.under_banner .ub_image {
    float: left;
    height: 80px;
    width: 80px;
}

.under_banner .ub_content {
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

    .under_banner .ub_content .ub_title {
        font-size: 11pt;
        font-weight: bold;
    }

    .under_banner .ub_content .ub_desc {
        font-size: 9pt;
        letter-spacing: normal;
    }


.section100 {
    float: left;
    width: 100px;
}

.section900 {
    float: left;
    width: 900px;
}

.section500 {
    width: 500px;
    float: left;
}

.section667 {
    width: 667px;
    float: left;
}

.section333 {
    width: 333px;
    float: left;
}

    .section333 h1 {
        font-size: 18pt;
        font-weight: normal;
    }

.section249 {
    width: 250px;
    float: left;
}


.top_section {
    width: 1000px;
}

.section1000 {
    width: 1000px;
    float: left;
}

h2 {
    font-size: 25pt;
    margin-top: 60px;
    font-weight: normal;
}

.banner h2 {
    margin-top: 30px;
}

h3 {
    text-align: left;
    font-size: 12pt;
    margin-top: 20px;
    font-weight: 600;
}

.commmon_text {
    font-size: 11pt;
    line-height: 27px;
    text-align: left;
    margin-top: 5px;
}



/*显示四个产品*/
.product_4_div {
    width: 235px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .product_4_div img {
        width: 100%;
    }

    .product_4_div .link_button {
        display: block;
        text-decoration: none;
        height: 30px;
        line-height: 30px;
        color: white;
        font-size: 10pt;
        overflow: hidden;
        width: 120px;
        text-align: center;
    }

        .product_4_div .link_button .s1 {
            margin-top: -30px;
            display: block;
        }

    .product_4_div:hover .link_button .s1:hover {
        transition: all .3s;
        transform: scale(1.1);
    }

    .product_4_div:hover .link_button .s1 {
        margin-top: 0px;
    }

    .product_4_div:hover .link_button .s2 {
        margin-top: -30px;
        display: none;
        overflow: hidden;
    }

    .product_4_div:hover .link_button {
        transition: all .5s;
        transform: translateY(8px);
        overflow: hidden;
        border-radius: 5px;
        background-color: limegreen;
    }

    .product_4_div:hover .common_title_for4img {
        transition: all .5s;
        transform: translateY(-8px);
        font-size: 26pt;
    }

.common_title_for4img {
    top: 80px;
    font-size: 25pt;
    color: white;
    position: absolute;
    width: 100%;
}

.common_desc_for4img {
    top: 130px;
    font-size: 10pt;
    text-align: left;
    width: 100%;
    position: absolute;
}



/*/////////////*/


.product_panel {
    width: 300px;
    height: 520px;
    float: left;
    border: solid 1px #ebebeb;
    background-color: white;
}

    .product_panel img {
        width: 260px;
        margin-top: 20px;
    }


.product_panel2 {
    width: 300px;
    height: 400px;
    float: left;
    border: solid 1px #ebebeb;
    background-color: white;
    overflow: hidden;
    position: relative;
}

    .product_panel2 img {
        width: 100%;
    }

.product_div1 {
    margin-left: 0px;
}

.product_div2 {
    margin-left: 17px;
}

.product_div3 {
    float: right;
}

.product_panel2 .link_button {
    display: block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 10pt;
    overflow: hidden;
    width: 160px;
    text-align: center;
}

    .product_panel2 .link_button .s1 {
        margin-top: -30px;
        display: block;
    }

.product_panel2:hover .link_button .s1:hover {
    transition: all .3s;
    transform: scale(1.1);
}

.product_panel2:hover .link_button .s1 {
    margin-top: 0px;
}

.product_panel2:hover .link_button .s2 {
    margin-top: -30px;
    display: none;
    overflow: hidden;
}

.product_panel2:hover .link_button {
    transition: all .5s;
    transform: translateY(8px);
    overflow: hidden;
    border-radius: 5px;
    background-color: limegreen;
}


.common_title2 {
    top: 150px;
    font-size: 25pt;
    color: white;
    position: absolute;
    width: 100%;
}

.product_panel2:hover .common_title2 {
    transition: all .5s;
    transform: translateY(-8px);
    font-size: 26pt;
}



.common_title {
    margin-top: 5px;
}

.common_desc {
    top: 200px;
    font-size: 10pt;
    text-align: left;
    width: 100%;
    position: absolute;
}



.detail_link {
    border-radius: 8px;
    display: block;
    width: 80px;
    height: 22px;
    line-height: 22px;
    font-size: 9pt;
    text-decoration: none;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    letter-spacing: 0.5em;
    color: white;
    /* background-color: limegreen;*/
    background-color: limegreen;
    color: white;
}

.common_link_button {
    display: block;
    background-color: #fdeea3;
    border-radius: 5px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    color: black;
    font-size: 12pt;
    border: solid 1px #fbe267
}

    .common_link_button:hover span {
        display: block;
        transition: all .3s;
        transform: scale(1.1);
    }

.lightbg_font_color {
    color: #f8a008;
}

.fabric {
}

    .fabric .item_div {
        float: left;
        width: 240px;
        height: 240px;
        margin-right: 13px;
        overflow: hidden;
        position: relative;
    }

    .fabric .item_div_last {
        margin-right: 0px;
        float: right;
    }

    .fabric .item_div div {
        width: 100%;
        float: left;
    }

    .fabric .item_div:hover div {
        transition: all .3s;
        transform: scale(1.1);
    }

    .fabric .item_div img {
        width: 100%;
    }

    .fabric .item_div .fabric_title {
        position: absolute;
        height: 120px;
        top: 60px;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        color: white;
    }

    .fabric .item_div:hover .fabric_title {
        background-color: rgba(0,0,0,0.7);
    }

    .fabric .item_div .fabric_title .title {
        font-size: 18pt;
        display: block;
        margin-top: 10px;
    }

    .fabric .item_div .fabric_title .desc {
        font-size: 11pt;
        display: block;
        text-align: left;
        text-indent: 2ch;
        padding: 10px;
    }

.sampling {
}


    .sampling .item_div {
        float: left;
        width: 240px;
        height: 240px;
        margin-right: 13px;
        overflow: hidden;
    }

    .sampling .item_div_last {
        margin-right: 0px;
        float: right;
    }

    .sampling .item_div div {
        width: 100%;
        float: left;
    }

        .sampling .item_div div img {
            width: 100%;
        }

    .sampling .img_title {
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        margin-top: -45px;
        color: white;
        font-size: 18pt;
        overflow: hidden;
        height: 140px;
    }

        .sampling .img_title span {
            width: 100%;
            display: block;
        }

        .sampling .img_title .title {
            height: 40px;
            line-height: 40px;
        }

        .sampling .img_title .desc {
            font-size: 11pt;
            text-align: left;
            padding: 10px;
        }

    .sampling .item_div:hover .img_title {
        transition: all .3s;
        background-color: rgba(0,0,0,0.7);
        transform: translateY(-100px);
    }

    .sampling .item_div:hover .p1 {
        transition: all .3s;
        transform: scale(1.2);
    }

    .sampling .item_div:hover .title {
        transition: all .3s;
        transform: scale(1.2);
    }

.choose_us {
    float: left;
}

    .choose_us .item {
        width: 320px;
        float: left;
        height: 160px;
        float: left;
        margin-right: 20px;
        overflow: hidden;
        position: relative;
        font-size: 17pt;
    }

    .choose_us .item_last {
        float: right;
        margin-right: 0px;
    }

    .choose_us .item img {
        width: 100%;
    }

    .choose_us .item:hover img {
        transition: all .3s;
        transform: scale(1.2);
    }

    .choose_us .item .desc {
        width: 100%;
        height: 160px;
        line-height: 160px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        color: white;
        background-color: rgba(0,0,0,0.3);
    }

    .choose_us .item:hover .desc {
        transition: all .3s;
        transform: scale(1.1);
        background-color: rgba(0,0,0,0.5);
    }

/*校服*/
.our_6 {
    float: left;
}


    .our_6 .item_div {
        float: left;
        width: 320px;
        height: 160px;
        margin-right: 20px;
        overflow: hidden;
    }

    .our_6 .item_div_last {
        margin-right: 0px;
        float: right;
    }

    .our_6 .item_div div {
        width: 100%;
        float: left;
    }

        .our_6 .item_div div img {
            width: 100%;
        }

    .our_6 .img_title {
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        margin-top: -45px;
        color: white;
        font-size: 18pt;
        overflow: hidden;
        height: 140px;
    }

        .our_6 .img_title span {
            width: 100%;
            display: block;
        }

        .our_6 .img_title .title {
            height: 40px;
            line-height: 40px;
        }

        .our_6 .img_title .desc {
            font-size: 11pt;
            text-align: left;
            padding: 10px;
        }

    .our_6 .item_div:hover .img_title {
        transition: all .3s;
        background-color: rgba(0,0,0,0.7);
        transform: translateY(-60px);
    }

    .our_6 .item_div:hover .p1 {
        transition: all .3s;
        transform: scale(1.2);
    }

    .our_6 .item_div:hover .title {
        transition: all .3s;
        transform: scale(1.2);
    }

/*结束*/
/*t恤*/
.t_1 {
    width: 325px;
    float: left;
}

    .t_1 .desc {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 325px;
        height: 203px;
        line-height: 203px;
        background-color: rgba(0,0,0,0.3);
    }

        .t_1 .desc label {
            display: block;
            font-size: 17pt;
            font-weight: bold;
            color: white;
        }

        .t_1 .desc:hover label {
            transition: all .3s;
            transform: scale(1.2);
        }

.t_0 {
    width: 330px;
    float: left;
    position: relative;
}

.t_0_1 {
    width: 100%;
}

    .t_0_1 img {
        width: 100%;
    }

.t_0_2 {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 330px;
    height: 412.5px;
    line-height: 412.5px;
}
    .t_0_2 .link_button {
        background-color: limegreen;
        border-radius: 5px;
        padding:10px;
        text-decoration: none;
        height: 30px;
        line-height: 30px;
        color: white;
        font-size: 10pt;
        overflow: hidden;
        width: 160px;
        text-align: center;
    }
        .t_0_2 .link_button:hover {
            padding:12px;
            font-size:11pt;
        }
.t_1_1 {
    position: relative;
}

    .t_1_1 img {
        width: 100%;
    }


.bottom {
    width: 1000px;
    height: 160px;
    /*border-top: 1px solid #808080;*/
    clear: both;
    background-color: #eae9e9;
}

    .bottom .block_3 {
        width: 313px;
        float: left;
        margin-left: 20px;
        _margin-left: 10px;
        margin-top: 15px;
        background-color: transparent;
    }

        .bottom .block_3 dl {
            width: inherit;
            margin: 0 auto;
        }

        .bottom .block_3 dt {
            margin: 0;
            font-size: 13pt;
            text-align: left;
            line-height: 25px;
        }

        .bottom .block_3 dd {
            font-size: 10pt;
            text-align: left;
            height: 25px;
            line-height: 25px;
        }

        .bottom .block_3 a {
            text-align: left;
            text-decoration: none;
            height: 25px;
            line-height: 25px;
            word-spacing: 0px;
            color: #262424;
        }

            .bottom .block_3 a:hover {
                text-decoration: none;
                color: #108ECB;
            }

.footer {
    width: 1000px;
    font-size: 10pt;
    text-align: left;
    text-indent: 2px;
    background-color: #fff;
    margin-bottom: 20px;
}

    .footer span {
        font-family: Arial;
    }

    .footer a {
        font-size: 10pt;
        text-decoration: none;
        color: #333333;
    }

        .footer a:visited {
            color: #808080;
        }

        .footer a:hover {
            color: #066cea;
        }

/*
.image {
    
    animation-name: move;
    animation-duration:20s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    animation-timing-function:linear;
    float:left;
}

@keyframes move {
    0% {
        margin-left:-500px;
    }

    50% {
        margin-left: -250px;
    }

    100% {
        margin-left: 0px;
    }
}

    */

.slideshow {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 83px;
}

.images {
    background: url("/image/customers.png?v=4");
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: slideshow 30s linear infinite;
}

    .images img {
    }

@keyframes slideshow {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}


.faq {
    display: flex;
    height: 300px;
    color: #808080;
}

.faq_menu {
    width: 320px;
    background-color: #ebebeb;
    font-size: 11pt;
    text-align: left;
    text-indent: 30px;
}



.faq_content {
    flex-grow: 1;
    padding-top: 21px;
    padding-left: 7px;
    background-color: white;
    font-size: 10pt;
}

.item_content {
    display: none;
}

.faq_menu .faq_item {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

    .faq_menu .faq_item span {
        font-size: 13pt;
    }

.faq_menu .active {
    background-color: white;
}

.faq_content .active {
    display: block;
}

.faq_content .faq_title {
    font-size: 15pt;
    text-align: left;
    color: #635f5f;
}


.faq_content .faq_answer {
    text-align: left;
    text-indent: 2px;
    margin-top: 20px;
}

    .faq_content .faq_answer p {
        height: 30px;
        line-height: 30px;
    }


.left_bar {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 86px;
    font-size: 9pt;
    font-weight: bold;
    padding-top: 4px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
}

    .left_bar .lb_title {
        margin-bottom: 5px;
        font-size: 10pt;
        height: 25px;
        line-height: 25px;
    }

    .left_bar .lb_item {
        width: 78px;
        background-color: white;
        margin-bottom: 15px;
        padding-top: 2px;
        position: relative;
        border-bottom: solid 1px rgba(0,0,5,0.1);
    }

        .left_bar .lb_item img {
            width: 40px;
            margin-top: 5px;
        }

    .left_bar span {
        display: block;
        margin-bottom: 5px;
    }

    .left_bar .lb_item a {
        color: black;
        text-decoration: none;
    }

    .left_bar .current {
        background-color: rgba(247,158,31,0.1);
    }

    .left_bar .lb_item:hover {
        background-color: rgba(247,158,31,0.1);
    }




.right_bar {
    position: fixed;
    top: 200px;
    right: 20px;
    width: 86px;
    height: 240px;
    background-color: #f8a008;
    font-size: 9pt;
    font-weight: bold;
    padding-top: 4px;
    border-radius: 3px;
}

    .right_bar a {
        text-decoration: none;
        color: black;
        display: block;
        width: 100%;
    }

    .right_bar .rb_item img {
        width: 30px;
    }

    .right_bar .rb_item {
        width: 78px;
        background-color: white;
        border-radius: 3px;
        margin-bottom: 4px;
        padding-top: 2px;
        position: relative;
    }

        .right_bar .rb_item:hover {
            background-color: #ebebeb;
            cursor: pointer;
        }

    .right_bar span {
        display: block;
    }

    .right_bar .add_wx .wx_div {
        display: none;
    }

    .right_bar .add_wx:hover .wx_div {
        position: absolute;
        top: -10px;
        left: -200px;
        display: block;
        border-radius: 3px;
        cursor: default;
        background-color: white;
        padding: 10px;
    }

        .right_bar .add_wx:hover .wx_div img {
            border-radius: 3px;
            width: 150px;
        }

    .right_bar .zxdh_btn .zxdh_div {
        display: none;
    }

    .right_bar .zxdh_btn:hover .zxdh_div {
        position: absolute;
        top: -10px;
        left: -200px;
        display: block;
        border-radius: 3px;
        width: 200px;
        height: 160px;
        background-color: white;
        text-align: center;
        padding-top: 40px;
        cursor: default;
    }

        .right_bar .zxdh_btn:hover .zxdh_div img {
            width: 50px;
        }


.callServicePanel {
    /*为了getElementByclass,循环添加onclick event*/

    cursor: pointer;
}

.ml5px {
    margin-left: 5px;
}

.mb30px_text_center {
    margin-bottom: 30px;
    text-align: center;
}

.mt1px {
    margin-top: 1px;
}

.mt50px {
    margin-top: 50px;
}

.mt10px {
    margin-top: 10px;
}

.mt15px {
    margin-top: 15px;
}

.mt20px {
    margin-top: 20px;
}

.mt24px {
    margin-top: 24px;
}

.mb20px {
    margin-bottom: 20px;
}

.mb10px {
    margin-bottom: 10px;
}

.mb50px {
    margin-bottom: 50px;
}

.mr0px {
    margin-right: 0px;
}

.mr20px {
    margin-right: 20px;
}

.len50_white_div {
    width: 50px;
    background-color: white;
}

.pt25px {
    padding-top: 25px;
}

.pt55px {
    padding-top: 55px;
}

.f_right {
    float: right;
}

.f_right_mr0px {
    float: right;
    margin-right: 0px;
}

.len_20 {
    width: 20px;
}

.len_21 {
    width: 21px;
}

.len_15 {
    width: 15px;
}

.crimson_text {
    color: crimson;
}

.ff6a00_text {
    color: #ff6a00;
}

.fd9348_text {
    color: #fd9348;
}

.len_120 {
    width: 120px;
}

.ft12 {
    font-size: 12pt;
}

.ft11 {
    font-size: 11pt;
}

.underline_link {
    text-decoration: underline;
}

.transparent_class {
    background-color: transparent;
}


.category_list {
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
    float: left;
    font-size: 10pt;
    width: 100%;
}


.category_item {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.product_item {
    position: relative;
    float: left;
    width: 235px;
    height: 294px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

    .product_item:hover {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

.the_right_item {
    margin-right: 0px;
    float: right;
}

.product_item .product_img {
    width: 235px;
    height: 294px;
    cursor: pointer;
}

.product_item label {
    display: block;
    position: absolute;
    top: 234px;
    left: 0;
    line-height: 30px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: white;
    font-size: 8pt;
    opacity:0.3;
}

.product_item:hover label {
    opacity: 1;
    transition: all .3s;
    transform: scale(1.5);
}

.product_item span {
    display: block;
    position: absolute;
    top: 264px;
    line-height: 30px;
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 10pt;
}

.orange_bg {
    background-color: #f8a008;
}

.clear_div {
    clear: both;
}

.showmore {
    margin-bottom: 40px;
}

.zoomin {
    height: 30px;
    line-height: 30px;
    display: block;
    float: right;
    margin-right: 10px;
}

    .zoomin img {
        height: 20px;
        margin-top: 5px;
        opacity: 0.7;
    }

.shadow {
    text-shadow: 2px 2px 2px #000;
}



@media only screen and (max-width: 1200px) {
    .left_bar {
        display: none;
    }
}

@media only screen and (min-width: 1919px) {

    header {
        transform: scale(1.5);
        padding-top: 10px;
    }

    .top_section {
        transform: scale(1.5);
    }

    .right_bar {
        transform: scale(1.3);
        right: 60px;
        top: 400px;
    }

    .left_bar {
        transform: scale(1.3);
        left: 60px;
        top: 200px;
    }
}
