
.pro_name {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #00aeb9;
    margin-bottom: 10px;
}

.proshow1 {
    padding-top: 40px;
    position: relative;
    padding-bottom: 20px;
    background: #ffffff;
}

    .proshow1 .js-silder {
        float: left;
        width: 430px;
        margin-top: 0 !important;
        background: #ffffff;
    }

        .proshow1 .js-silder .silder-main-img {
            width: 100%;
            text-align: center;
            height: 430px;
        }

            .proshow1 .js-silder .silder-main-img img {
                /* max-width: 80% !important; */
                max-height: 100%;
                vertical-align: middle;
            }

            .proshow1 .js-silder .silder-main-img .iblock {
                display: inline-block;
                height: 100%;
                width: 0;
                vertical-align: middle
            }

    .proshow1 .prodesc p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

        .proshow1 .prodesc p.bt {
            font-size: 20px;
            font-weight: normal;
            color: #b5b5b5;
        }

    .proshow1 .prodesc {
        float: right;
        width: 58%;
    }

        .proshow1 .prodesc p.desc {
            height: 125px;
            overflow: hidden;
            color: #999;
        }

    .proshow1 .pro_btn {
        padding-top: 30px;
        overflow: hidden;
    }

    .proshow1 .pro_btn1 {
        display: block;
        width: 40%;
        margin-right: 20px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background: #00aeb9;
        border-radius: 2px;
        float: left;
        border: 1px solid #fff;
    }

    .proshow1 .pro_btn2 {
        display: block;
        width: 40%;
        margin-right: 0;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        background: #7b7b7b;
        color: #fff;
        border-radius: 2px;
        float: left;
        border: 1px solid #fff;
    }

        .proshow1 .pro_btn2 em {
            display: block;
        }

    .proshow1 .pro_btn1:hover {
        background: #fff;
        border: 1px solid #00aeb9;
        color: #00aeb9;
    }

    .proshow1 .pro_btn2:hover {
        background: #fff;
        border: 1px solid #7b7b7b;
        color: #7b7b7b;
    }

.xgcp li {
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 30px;
    height: 360px;
}

    .xgcp li:nth-child(3n) {
        margin-right: 0px;
    }

    .xgcp li > div {
        display: block;
        background: #fff;
        padding-bottom: 10px;
        position: relative;
        background: #fff;
        box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .xgcp li a .pro_img {
        text-align: center;
        width: 100%;
        height: 300px;
        background: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
    }

        .xgcp li a .pro_img img {
            vertical-align: middle;
            max-width: 90%;
            max-height: 90%;
            -webkit-transition: all .25s;
            -moz-transition: all .25s;
            -ms-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s;
        }

        .xgcp li a .pro_img .iblock {
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle
        }

    .xgcp li a p {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        text-align: center;
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .xgcp li a p:after {
            content: '';
            display: block;
            width: 30px;
            height: 2px;
            margin: -5px auto 0;
            background: #4d779e;
        }

    .xgcp li:hover > div {
        margin-top: -5px;
        box-shadow: 0px 5px 10px 5px #e1dddd;
    }

.tags_title {
    border-bottom: 1px solid #DDD;
    margin: 0 0 30px;
}

    .tags_title span {
        width: 80px;
        padding: 0 15px;
        font-size: 16px;
        text-align: center;
        height: 45px;
        line-height: 45px;
        margin-bottom: -1px;
        background: #f8f8f8;
        color: #333;
        display: block;
        margin-left: 5px;
        border: 1px solid #DDD;
        border-bottom: 1px solid #f8f8f8;
        font-weight: bold;
    }

.proshow2 {
    padding-top: 20px;
}

    .proshow2 .prodetail_con {
        float: right;
        width: 100%;
    }

        .proshow2 .prodetail_con .tags_title {
            margin: 0;
        }

        .proshow2 .prodetail_con .content {
            padding: 30px 0;
        }

            .proshow2 .prodetail_con .content img {
                max-width: 80%;
                height: auto !important;
            }

.contact .tags_title {
}

    .contact .tags_title span {
        float: left;
        width: auto;
        cursor: pointer;
    }

        .contact .tags_title span.ron {
            background: #f1f1f1;
            border: 1px solid #f1f1f1;
            border-bottom: 1px solid #DDD;
            color: #666;
            font-weight: normal;
        }

.contact .content2 {
    display: none;
}

.contact .content1 ul {
}

    .contact .content1 ul li {
        float: left;
        width: 30%;
        margin-right: 45px;
    }

        .contact .content1 ul li:nth-child(3n) {
            margin-right: 0;
        }

        .contact .content1 ul li a {
            display: block;
        }

            .contact .content1 ul li a em {
                display: block;
                float: left;
                width: 60px;
                height: 60px;
                border: 1px solid #ddd;
                border-radius: 50%;
                margin-right: 15px;
            }

        .contact .content1 ul li.lx1 em {
            background: url("images/contact_tel.png")/*tpa=http://coobegirl.com/skin//css/images/contact_tel.png*/ center center no-repeat;
        }

        .contact .content1 ul li.lx2 em {
            background: url("images/contact_email.png")/*tpa=http://coobegirl.com/skin//css/images/contact_email.png*/ center center no-repeat;
        }

        .contact .content1 ul li.lx3 em {
            background: url("images/contact_address.png")/*tpa=http://coobegirl.com/skin//css/images/contact_address.png*/ center center no-repeat;
            -webkit-animation: bounce-up 1.4s linear infinite;
            animation: bounce-up 1.4s linear infinite;
        }

        .contact .content1 ul li a .wz {
            float: left;
            width: 78%;
        }

            .contact .content1 ul li a .wz p {
                font-size: 20px;
                padding-bottom: 10px;
            }

            .contact .content1 ul li a .wz span {
                font-size: 20px;
            }

.lx_dz {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 20px;
    padding: 0;
}

    .lx_dz .dz_map {
        width: 97%;
        height: 370px;
        overflow: hidden;
        margin: 0 auto;
        padding: 1%;
        border: 1px solid #d9d9d9;
    }

        .lx_dz .dz_map iframe {
            width: 100%;
        }

            .lx_dz .dz_map iframe body {
                width: 100%;
            }

.page_list {
    text-align: center;
    padding-top: 20px;
}

    .page_list a {
        display: inline-block;
        padding: 0 10px;
        background: #ddd;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 5px;
        border-radius: 2px;
    }

        .page_list a:hover {
            background: #00aeb9;
            color: #ffffff;
        }

        .page_list a.pnnum1 {
            background: #0256ac;
            color: #ffffff;
        }

    .page_list input {
        display: inline-block;
        padding: 0 5px;
        background: #00aeb9;
        width: 40px !important;
        height: 30px !important;
        line-height: 30px;
        text-align: center;
        margin: 0 5px;
        color: #fff;
        cursor: pointer;
    }

    .page_list .p_input {
        display: inline-block;
        padding: 0 5px;
        background: #ddd;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0 5px;
        color: #555;
        cursor: default;
    }

.cpzx .ly_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

    .cpzx .ly_msg h3 {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #dfdfdf;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .cpzx .ly_msg ul {
        width: 100%;
        overflow: hidden;
        margin: 20px auto;
        padding: 0; /* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
    }

        .cpzx .ly_msg ul li {
            width: 100%;
            overflow: hidden;
            margin: 0 auto 12px;
            padding: 0;
        }

            .cpzx .ly_msg ul li h4 {
                width: 17%;
                height: 34px;
                overflow: hidden;
                line-height: 34px;
                margin: 0;
                padding: 0 20px 0 0;
                color: #333;
                font-size: 14px;
                text-align: right;
                float: left;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

            .cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
                width: 83%;
                overflow: hidden;
                margin: 0;
                padding-right: 20px;
                background: url("images/tb_img.png")/*tpa=http://coobegirl.com/skin//css/images/tb_img.png*/ top right no-repeat;
                float: left;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

            .cpzx .ly_msg ul li .msg_ipt1 {
                height: 34px;
            }

            .cpzx .ly_msg ul li .msg_tara {
                height: 118px;
            }

.cpzx .msg_ipt1 input, .msg_tara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .msg_ipt1 input {
    height: 34px;
    line-height: 16px;
}

.cpzx .msg_tara textarea {
    height: 118px;
    line-height: 20px;
    resize: none;
}

.cpzx .ly_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.cpzx .msg_ipt2 input {
    display: block;
    width: 120px;
    height: 34px;
    overflow: hidden;
    line-height: 16px;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li a.yzm_img {
    display: block;
    width: 90px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url("images/tb_img.png")/*tpa=http://coobegirl.com/skin//css/images/tb_img.png*/ top right no-repeat;
    float: left;
}

.cpzx .ly_msg ul li .msg_btn {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.cpzx .msg_btn input {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 20px 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

.cpzx .ly_msg ul li .msg_ipt12 {
    width: 83%;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .msg_ipt12 input {
    height: 34px;
    line-height: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li h4 {
    width: 10%;
    height: 45px;
    font-size: 12px;
}

.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
    width: 90%;
}

.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
    width: 90% !important;
}

.cpzx .ly_msg ul li .msg_ipt1 {
    height: 47px;
}

.cpzx .msg_ipt1 input {
    height: 45px;
    line-height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt12 {
    width: 90% !important;
    height: 45px !important;
}

.cpzx .msg_ipt12 input {
    height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt1 select {
    height: 45px !important;
}

.cpzx input {
    border-radius: 2px;
    border: 1px solid #fff !important;
    background: #f1f1f1;
}

.cpzx textarea {
    border-radius: 2px;
    border: 1px solid #fff !important;
    background: #f1f1f1;
}

.cpzx select {
    border-radius: 2px;
    border: none !important;
    background: #f1f1f1;
    outline: none;
    text-indent: 10px;
}

.cpzx input:focus, .cpzx textarea:focus {
    border: 1px solid #dedede !important;
}

.cpzx .ly_msg ul li a.yzm_img img {
    height: 100% !important;
}

.cpzx .msg_btn input {
    width: 150px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

    .cpzx .msg_btn input:first-child {
        background: #00aeb9;
        color: #fff;
        outline: none;
    }

.cpzx .msg_ipt2 input {
    height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt2 {
    height: 45px;
}


/*å±å¹•ç”µè„‘*/
@media (max-width:1199px) {
    .container {
        width: 95%;
    }

    #header .logo {
        width: 52%;
    }

        #header .logo img {
            max-height: 100%;
            max-width: 100%;
        }

    .logo_desc {
        width: 30%;
    }

    .search-box {
        width: 27%;
    }

        .search-box .input-search {
            width: 100%;
        }

            .search-box .input-search input {
                width: 95%;
                padding-left: 4%;
            }

    #nav {
    }

    .h_news {
        width: 95%;
        padding: 30px 0 20px;
    }

        .h_news .news_bd {
            padding-top: 20px;
        }

    .h_products .pro_bd ul li {
        width: 30%;
    }

        .h_products .pro_bd ul li:nth-child(3n) {
            margin-right: 0px;
        }

        .h_products .pro_bd ul li:nth-child(4n) {
            margin-right: 3.5%;
        }

        .h_products .pro_bd ul li:nth-child(12n) {
            margin-right: 0;
        }

    .h_title {
        margin: 30px auto 20px;
    }

    .art_list ul li a {
        width: 65%;
    }

    .art_list ul li span {
        width: 25%;
    }

    .h_title h3 span {
        display: none;
    }

    .con_right_about {
        top: 60px;
        height: 190px;
    }

    .ny_content .content_right {
        width: 98%;
    }

    .ny_content .content_right2 {
        width: 98%;
    }

    .ny_products .pro_bd ul li {
        width: 30%;
    }

        .ny_products .pro_bd ul li a .pro_img {
            height: 300px;
        }

    .xgcp li {
        width: 30%;
    }

        .xgcp li a .pro_img {
            height: 300px;
        }

    #link {
        width: 96%;
    }

    .ny_content {
        width: 95%;
    }

    .contact .content1 ul li a .wz {
        width: 60%;
    }

    .silder-main {
        min-height: inherit;
    }
}


/*ä¸­ç­‰å±å¹•*/
@media (max-width:992px) {
    #header .logo {
        width: 65%;
    }

    .top_code {
        display: none;
    }

    .h_products .pro_bd ul li {
        width: 47%;
    }

        .h_products .pro_bd ul li:nth-child(2n) {
            margin-right: 0;
        }

        .h_products .pro_bd ul li:nth-child(3n) {
            margin-right: 4%;
        }

        .h_products .pro_bd ul li:nth-child(6n) {
            margin-right: 0;
        }

    .h_article {
        padding: 30px 0 0;
    }

        .h_article .art_l {
            float: none;
            width: 100%;
        }

        .h_article .art_r {
            float: none;
            width: 100%;
        }

    .h_title {
        margin: 20px auto 10px;
    }

    .h_article .art_l, .h_article .art_r {
        margin-bottom: 15px;
    }

    .suspension {
        display: block;
        height: auto;
    }

        .suspension .a-service {
            display: none;
        }

        .suspension .a-qrcode {
            display: none;
        }

        .suspension .a-service-phone {
            border-radius: 50%;
            width: 20px;
            height: 20px;
            padding: 10px;
            font-size: 0;
            background: #f1391f;
            color: #f1391f;
            box-shadow: 0px 0px 6px 0px rgb(241, 57, 31);
        }

            .suspension .a-service-phone i {
            }

            .suspension .a-service-phone:hover {
                background: #f1391f;
            }

            .suspension .a-service-phone span {
                display: none;
            }

        .suspension .a-top {
            border-radius: 50%;
            width: 20px;
            height: 20px;
            padding: 10px;
            font-size: 0;
        }

            .suspension .a-top .i {
                width: 20px;
                height: 20px;
                background-image: url("images/suspension-bg.png")/*tpa=http://coobegirl.com/skin//css/images/suspension-bg.png*/;
                background-position: -30px -24px;
            }

        .suspension .d-service-phone {
            display: none !important;
        }

    #KFRightScreen {
        display: none !important;
    }

    #KFCenterScreen {
        display: none !important;
    }

    #KFBoxTitle {
        display: none !important;
    }

    .custombox {
        display: none !important;
    }

    .foot2 ul li {
        width: 98%;
        float: none;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .ny_products .pro_bd ul li {
        width: 47%;
    }

        .ny_products .pro_bd ul li:nth-child(2n) {
            margin-right: 0;
        }

        .ny_products .pro_bd ul li:nth-child(3n) {
            margin-right: 4%;
        }

        .ny_products .pro_bd ul li:nth-child(6n) {
            margin-right: 0;
        }

    .down_inside ul li {
        width: 45%;
        padding: 1%;
    }

        .down_inside ul li:nth-child(2n) {
            margin-right: 0;
        }

        .down_inside ul li:nth-child(3n) {
            margin-right: 3%;
        }

        .down_inside ul li:nth-child(6n) {
            margin-right: 0;
        }

    .page_list td span {
        display: none;
    }

    .page_list td #firstpage {
        display: none;
    }

    .page_list td #endpage {
        display: none;
    }

    .page_list a {
        margin-right: 5px;
    }

    .page_list {
        font-size: 0;
        color: #fff;
        margin-bottom: 0;
    }

        .page_list input {
            display: none !important;
        }

        .page_list a {
            font-size: 12px;
        }

    .xgcp li a .pro_img {
        height: 170px;
    }

    .ny_content .ny_news_con {
        min-height: 150px;
    }
}
/*å°å±å¹•*/
@media (max-width:880px) {
    .ming {
        display: none !important;
    }

    .mingm {
        display: block !important;
    }

    #header .logo {
        width: 30%;
        display: block;
        margin-right: 54px;
    }

        #header .logo a {
            text-align: center;
        }

    .logo_desc div.tel {
        display: none;
    }

    .h_search {
        width: 100%;
        padding: 0;
    }

    .logo_desc {
        display: block;
        width: 50%;
        float: left;
        margin-top: 6px;
    }

    .h_search .form_text1 {
        width: 70%;
        height: 35px;
        font-size: 12px;
    }

    .h_search .form_button1 {
        width: 30%;
        height: 35px;
        font-size: 12px;
    }

    #navToggle {
        padding: 25px 15px;
        margin-right: -6px;
        display: inline-block;
        float: right;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -20px;
    }

        #navToggle span {
            position: relative;
            width: 25px;
            height: 1px;
        }

            #navToggle span:before, #navToggle span:after {
                content: '';
                position: relative;
                width: 100%;
                height: 1px;
                left: 0;
            }

            #navToggle span, #navToggle span:before, #navToggle span:after {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                display: block;
                background: #4f4f4f;
            }

                #navToggle span:before {
                    top: 8px;
                }

                #navToggle span:after {
                    bottom: 10px;
                }

        #navToggle.open span:before {
            top: 10px;
            -webkit-transform: translateY(-11px) rotate(-45deg);
            -moz-transform: translateY(-11px) rotate(-45deg);
            -ms-transform: translateY(-11px) rotate(-45deg);
            -o-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
        }

        #navToggle.open span:after {
            bottom: 12px;
            -webkit-transform: translateY(10px) rotate(45deg);
            -moz-transform: translateY(10px) rotate(45deg);
            -ms-transform: translateY(10px) rotate(45deg);
            -o-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
        }

        #navToggle.open span {
            background: none;
        }

            #navToggle.open span:before, #navToggle.open span:after {
                background: #4f4f4f;
            }

    #nav {
        transform: translateX(100%);
    }

        #nav .container {
            width: 100%;
        }

    #nav {
        display: block;
        position: fixed;
        top: 0px;
        box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999999;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        top: 0;
        transform: translateX(100%);
    }

        #nav.open {
            transform: translateX(0);
            overflow-X: hidden;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        }

            #nav.open .top {
                display: block;
                height: 60px;
                padding: 20px;
                box-sizing: border-box;
            }

                #nav.open .top .closed {
                    width: 30px;
                    height: 30px;
                    vertical-align: middle;
                    float: right;
                    cursor: pointer;
                }

            #nav.open .logo {
                display: block;
                width: 100%;
                margin: -20px auto 0;
            }

                #nav.open .logo img {
                    height: 100px;
                    display: block;
                    margin: 0 auto;
                }

            #nav.open ul {
                margin-top: -60px;
            }

                #nav.open ul li {
                    width: 96%;
                    padding: 0 2%;
                    border-bottom: 1px solid #f5f5f5;
                    transform: translateY(0);
                    -webkit-transform: translateY(100%);
                    transform: translateY(100%);
                    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                }

            #nav.open .ul li {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            #nav.open ul li:nth-child(0) {
                -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(1) {
                -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(2) {
                -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(3) {
                -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(4) {
                -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(5) {
                -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(6) {
                -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(7) {
                -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li:nth-child(8) {
                -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
                transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
            }

            #nav.open ul li a {
                display: block;
                text-decoration: none;
                color: #333;
                font-size: 16px;
                height: 50px;
                line-height: 50px;
                width: 100%;
            }

                #nav.open ul li a.active:after {
                    width: 25%;
                }

        #nav ul li a:hover:after {
            width: 25%;
        }

        #nav ul li a.active:after {
            width: 25 %;
        }

    #banner {
        margin: 76px auto 0px auto;
    }

    .swiper-slide {
        height: 205px;
    }

    .swiper-slide1 {
        background-image: url("images/banner_sj1.jpg")/*tpa=http://coobegirl.com/skin//css/images/banner_sj1.jpg*/;
    }

    .swiper-slide2 {
        background-image: url("images/banner_sj2.jpg")/*tpa=http://coobegirl.com/skin//css/images/banner_sj2.jpg*/;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-container-horizontal > .swiper-pagination {
        bottom: 10px;
    }

    .product {
        padding: 20px 0px;
    }

        .product .bd {
            height: 200px;
        }

            .product .bd li {
                height: 200px;
            }

                .product .bd li .img {
                    margin: 10px auto 0px auto;
                }

                .product .bd li:hover .img {
                    margin-top: 0;
                }

                .product .bd li .name {
                    bottom: -21px;
                }

                    .product .bd li .name p a {
                        height: 40px;
                        line-height: 40px;
                        font-size: 16px;
                    }

                    .product .bd li .name span a {
                        font-size: 12px;
                    }

    .down_inside ul li .news_con p a {
        float: none;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .down_inside ul li .news_con p span {
        width: 100%;
        float: none;
        text-align: center;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .down_inside ul li .news_con a.xz {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact .content1 ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .contact .content1 ul li a .wz {
            width: 75%;
        }

            .contact .content1 ul li a .wz p {
                float: left;
                width: 100%;
                line-height: 26px;
                padding-right: 10px;
            }

            .contact .content1 ul li a .wz span {
                float: left;
                width: 100%;
                line-height: 26px;
            }

        .contact .content1 ul li.lx3 a .wz span {
            float: left;
            line-height: 30px;
        }

    .lx_dz {
        margin: 20px auto 20px;
    }

        .lx_dz .dz_map {
            height: 270px;
        }

    .ny_xgwz ul li {
        width: 100%;
    }

        .ny_xgwz ul li a {
            width: 58%;
            padding: 5px 0 5px 10%;
        }

        .ny_xgwz ul li span {
            width: 24%;
        }
}


/*æ‰‹æœº*/
@media (max-width:767px) {
    .ming {
        display: none !important;
    }

    .mingm {
        display: block !important;
    }

    .container {
        width: 95%;
    }

    #header .logo {
        margin-right: 20px;
    }

    .h_tlt1 p {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }

    .h_tlt1 span {
        font-weight: lighter;
        color: #ccc;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }

    .h_tlt1:before {
        display: none;
    }

    .flickerplate {
        height: 240px;
    }

    .h_news .news_bd .news_tj {
        display: none;
    }

    .h_news .news_bd ul {
        width: 100%;
        float: none;
    }

        .h_news .news_bd ul li .news_con span {
            line-height: 18px;
            height: 36px;
        }

        .h_news .news_bd ul li .news_con {
            padding-left: 106px;
        }

    .h_products_in {
        padding: 10px 0 10px;
    }

    .h_products .pro_bd {
        margin-top: 30px;
    }

        .h_products .pro_bd ul li {
            width: 47%;
            height: 190px;
        }

            .h_products .pro_bd ul li:nth-child(2n) {
                margin-right: 0px;
            }

            .h_products .pro_bd ul li a {
                padding-bottom: 10px;
            }

                .h_products .pro_bd ul li a .pro_img {
                    height: 150px;
                }

                .h_products .pro_bd ul li a p {
                    font-size: 14px;
                    height: 40px;
                    line-height: 40px;
                }

                    .h_products .pro_bd ul li a p:after {
                        margin: -2px auto 0;
                    }

                .h_products .pro_bd ul li a .pro_img {
                    height: 120px;
                }

                .h_products .pro_bd ul li a span {
                    width: 88px;
                    height: 26px;
                }

                    .h_products .pro_bd ul li a span i {
                        height: 26px;
                    }

                .h_products .pro_bd ul li a:hover p {
                    height: 40px;
                    line-height: 40px;
                }

    .h_more {
        width: 90px;
        margin: 10px auto 10px;
    }

    .foot1 .wz {
        float: none;
        width: 100%;
        margin: 0;
        padding-top: 20px;
        text-align: center;
        line-height: 24px;
    }

    .foot1 a.zxfk {
        float: none;
        margin: 15px auto 0;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .foot2 {
        padding: 20px 0;
    }

    .link .container {
        width: 95%;
        margin: 0 auto;
    }

    .link .link_con {
        width: 96%;
        padding: 15px 2%;
    }

    .ny_tlt1 {
        margin-bottom: 15px;
        display: none;
    }

    .ny_news_con2 .about_img {
        float: none;
        width: 100%;
    }

    .ny_news_con2 .about_wz {
        float: none;
        width: 100%;
        padding-top: 0;
        margin-top: -10px;
    }

    .ny_zycp {
        padding: 10px 15px;
        margin-top: 15px;
        line-height: 22px;
    }

    .ny_news_con2 .about_img {
        display: none;
    }

    #demo {
        height: 205px;
    }

        #demo #indemo ul li a .pro_img {
            height: 148px;
        }

    .contentdiv a {
        width: 27%;
    }

    .ny_products .pro_bd ul li {
        width: 47%;
        height: 170px;
    }

        .ny_products .pro_bd ul li:nth-child(2n) {
            margin-right: 0px;
        }

        .ny_products .pro_bd ul li a {
            padding-bottom: 10px;
        }

            .ny_products .pro_bd ul li a .pro_img {
                height: 150px;
            }

            .ny_products .pro_bd ul li a p {
                font-size: 14px;
                height: 40px;
                line-height: 40px;
            }

                .ny_products .pro_bd ul li a p:after {
                    margin: -2px auto 0;
                }

            .ny_products .pro_bd ul li a .pro_img {
                height: 120px;
            }

            .ny_products .pro_bd ul li a span {
                width: 88px;
                height: 26px;
            }

                .ny_products .pro_bd ul li a span i {
                    height: 26px;
                }

            .ny_products .pro_bd ul li a:hover p {
                height: 40px;
                line-height: 40px;
            }

    .ny_content .content_right2 {
        padding-bottom: 0;
    }

    .ny_content .ny_news_con {
        min-height: 100px;
    }

    .new_inside ul li .news_wrap {
        padding: 10px;
    }

    .new_inside ul li .news_time {
        top: 11px;
        left: 14px;
    }

    .ny_news_ye {
        font-size: 12px;
    }

    .article_inside ul li .news_wrap {
        padding: 10px;
    }

    .article_inside ul li .news_time {
        top: 11px;
        left: 14px;
    }

    .xgcp li {
        width: 47%;
        height: 150px;
    }

        .xgcp li:nth-child(2n) {
            margin-right: 0px;
        }

        .xgcp li:nth-child(3n) {
            margin-right: 3%;
        }

        .xgcp li:nth-child(6n) {
            margin-right: 0;
        }

        .xgcp li a {
            padding-bottom: 30px;
        }

            .xgcp li a .pro_img {
                height: 150px;
            }

            .xgcp li a p {
                font-size: 14px;
                height: 30px;
                line-height: 30px;
            }

            .xgcp li a .pro_img {
                height: 120px;
            }

            .xgcp li a span {
                width: 88px;
                height: 26px;
            }

                .xgcp li a span i {
                    height: 26px;
                }

            .xgcp li a:hover p {
                height: 40px;
                line-height: 40px;
            }

    .ny_content .content_right {
        float: none;
        width: 98%;
        padding: 1%;
    }

        .ny_content .content_right .bread_nav {
            overflow: visible;
            height: auto;
            line-height: 24px;
        }

            .ny_content .content_right .bread_nav h2 {
                float: none;
                width: 100%;
            }

            .ny_content .content_right .bread_nav div {
                float: none;
                width: 100%;
                text-align: left;
                line-height: 15px;
                padding: 10px 0 7px;
            }

                .ny_content .content_right .bread_nav div > em {
                    height: 15px;
                }

    .xgcp2 {
        height: 170px;
        overflow: hidden;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .ly_msg ul li h4 {
        display: none;
    }

    .cpzx .ly_msg ul li div {
        width: 100% !important;
    }

    .cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
        width: 100% !important;
    }

    .cpzx .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }

    .ly_msg ul li div.msg_ipt2 {
        width: 30% !important;
    }

    .ly_msg ul li span {
        display: none;
    }

    .ly_msg {
        margin: 0 auto 0 !important;
    }

    .cpzx .msg_btn input {
        width: 49%;
        margin-right: 0;
    }

        .cpzx .msg_btn input:first-child {
            margin-right: 2%;
        }

    .proshow1 {
        padding-top: 0;
    }

        .proshow1 .js-silder .silder-main-img {
            height: 300px;
        }

        .proshow1 .js-silder {
            float: none;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .proshow1 .prodesc {
            float: none;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding-top: 15px;
        }

            .proshow1 .prodesc p.desc {
                height: 74px;
            }

        .proshow1 .pro_btn {
            padding-top: 15px;
        }

        .proshow1 .pro_btn1 {
            height: 44px;
            line-height: 44px;
        }

        .proshow1 .pro_btn2 {
            height: 44px;
            line-height: 44px;
        }

            .proshow1 .pro_btn2 em {
                display: none;
            }

    .tags_title {
        margin: 20px 0 30px;
    }

    .proshow2 .prodetail_con {
        width: 100%;
    }

    .proshow2 {
        padding-top: 0;
    }

        .proshow2 .prodetail_con .content {
            padding: 10px 0;
        }
}
