﻿.nple_Body {
    padding-top: 69px;
}

.pr {
    position: relative;
}

.nav-height {
    background: #000;
    position: relative;
    height: 50px;
}

.nav-box {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

    .nav-box.navFix {
        position: fixed;
        top: 69px;
        left: 0;
        width: 100%;
        z-index: 11;
        background: #000;
    }

    .nav-box .navcon {
        padding: 0;
        width: 1200px;
        margin: 0 auto;
    }

        .nav-box .navcon div {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            vertical-align: middle;
            padding: 0 20px;
        }

            .nav-box .navcon div a {
                display: block;
                font-size: 14px;
                color: #fff;
                padding: 0 30px;
            }

                .nav-box .navcon div a:hover {
                    color: #fff;
                    background: #ea7600;
                }

                .nav-box .navcon div a.active {
                    color: #fff;
                    background: #ea7600;
                }

.banner {
    width: 100%;
    background: #ffb81c;
    overflow: hidden;
    display: block;
    background: url(../images/special/yxb_banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 640px;
}

.mainWrap {
    width: 1200px;
    margin: 0 auto;
}

.product-box {
    width: 100%;
    display: block;
}

.section-content, .section-content2, .section-content3, .section-content4, .section-content5, .section-content6 {
    width: 100%;
    display: inline-block;
    background: #fff;
    float: left;
}

.section-content, .section-content3 {
    background: #b2d6f1;
}

.productInfor {
    text-align: center;
}

.mainTitle {
    width: 100%;
    display: inline-block;
    height: 118px;
    margin-left: -40px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    padding-left: 90px;
    line-height: 100px;
    margin-top: 30px;
    background: url(../images/special/yxb_bg-02.png) left no-repeat;
}

.mainTitleBlue {
    background: url(../images/special/yxb_bg-02.png) left no-repeat;
}

.productInforImg {
    margin-top: -60px;
}

.productInforList {
    width: 100%;
    display: block;
}

    .productInforList li {
        width: 50%;
        text-align: center;
        float: left;
        margin-top: 20px;
    }

.productInforListImg {
    margin-right: -90px;
}

.productInforImg2 {
    margin: 20px 0 50px;
}

.productInforList h5 {
    font-size: 26px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    display: inline-block;
    width: 220px;
    padding: 10px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 65px;
    float: left;
    margin-left: 50px;
}

.productInforList li img {
    margin-top: -50px;
}

.productInforList h5.blue {
    background: #007db4;
}

.productInforList h5.red {
    background: #da3f09;
}

.productInforList h5.purple {
    background: #9d44a6;
}

.productInforList h5.lime {
    background: #008638;
}

.animationList {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

    .animationList li {
        width: 50%;
        text-align: center;
        display: inline-block;
        float: left;
        margin: 15px 0;
    }

        .animationList li p {
            font-size: 24px;
            color: #000;
        }

.matingList {
    width: 100%;
    display: inline-block;
}

    .matingList li {
        width: 29.3%;
        display: inline-block;
        float: left;
        margin: 0 2% 5%;
        text-align: justify;
    }

        .matingList li h4 {
            color: #003057;
            font-size: 23px;
            margin: 20px 0;
        }

        .matingList li h5 {
            color: #003057;
            font-size: 23px;
            margin-bottom: 20px;
        }

        .matingList li p {
            color: #003057;
            font-size: 15px;
            line-height: 28px;
        }

.subminbtn {
    width: 260px;
    text-align: center;
    padding: 12px 0 13px;
}

.nple_consult li .inInput {
    border-color: #eee;
    padding: 10px;
}

.productPhone {
    display: none;
}

@media screen and (max-width: 1600px) {
    .nav-box .navcon div a {
        padding: 0 26px;
    }

    .nav-box {
        width: 1000px;
    }

        .nav-box .navcon {
            width: 1000px;
        }

    .banner {
        width: 100%;
        height: 500px;
    }

    .mainWrap, .nple_TestCon {
        width: 1200px;
    }

    .matingList li h4 {
        font-size: 20px;
        height: 50px
    }

    .matingList li h5 {
        font-size: 20px;
    }

    .matingList li p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1200px) {
    .nav-box .navcon div a {
        padding: 0 26px;
    }

    .nav-box {
        width: 1000px;
    }

        .nav-box .navcon {
            width: 1000px;
        }

    .banner {
        width: 100%;
        height: 400px;
    }

    .mainWrap, .nple_TestCon {
        width: 1000px;
    }

    .matingList li h4 {
        height: auto
    }
}

@media screen and (max-width: 640px) {
    .banner {
        background: url(../images/special/yxb_banner.jpg) 50% 50% no-repeat;
        background-size: cover;
        height: 400px;
        width: 100%;
        margin-top: 73px;
    }

    .nav-height {
        height: 80px;
    }

    .nav-box {
        width: 100%;
        height: 80px;
    }

        .nav-box.navFix {
            top: 142px;
        }

        .nav-box .navcon {
            padding: 0;
            width: 100%;
            margin: 0 auto;
        }

            .nav-box .navcon div {
                height: 80px;
                line-height: 80px;
                padding: 0;
                width: 25%;
                float: left;
            }

                .nav-box .navcon div a {
                    font-size: 22px;
                    padding: 0;
                    height: 100%;
                }

                    .nav-box .navcon div a.navconTwo {
                        line-height: 30px;
                        padding-top: 8px;
                        height: 72px;
                    }

                    .nav-box .navcon div a:hover {
                        background: none;
                        color: #fff;
                    }

                    .nav-box .navcon div a.active {
                        color: #fff;
                        background: #ea7600;
                    }

    .productInforImg {
        margin-top: 20px;
    }

    .productInforList li img {
        margin-top: 0px;
        width: 80%;
    }

    .productInforList h5 {
        margin-left: 40px;
        font-size: 22px;
        width: 170px;
    }

    .productInforListImg {
        margin-right: -20px;
    }

    .productInforImg2 {
        width: 90%;
        margin: 5%;
    }

    .animationList li p {
        font-size: 20px;
    }

    .matingList li {
        width: 96%;
        text-align: center;
    }

    .mainWrap, .nple_TestCon {
        width: 100%;
    }

    .nple_consult li .inInput {
        padding: 17px 10px;
    }

    .nple_consult li .inTitle {
        width: 120px;
    }

    .animationList {
        padding: 0 1%;
        width: 98%;
    }

    .matingList li h4 {
        text-align: center;
        font-size: 28px;
    }

    .matingList li h5 {
        font-size: 28px;
    }

    .matingList li p {
        text-align: left;
        padding: 0 2%;
        font-size: 20px;
        line-height: 40px;
    }

    .matingList {
        margin-top: 10%;
    }

    .productPhone {
        display: block;
    }

        .productPhone img {
            width: 96%;
            margin: 0 2%;
        }

    .productPc {
        display: none;
    }
}
