body {
    font-family: Microsoft Yahei;
    overflow-x: hidden;
    color: #666;
    background: #F1F1F1;
    position: relative;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #333;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

    a:visited, a:active {
        outline: none;
    }

div:focus {
    outline: none;
}




.blank5, .blank10, .blank15, .blank20, .blank30, .blank50, .blank60 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

.blank10 {
    height: 10px;
}

.blank15 {
    height: 15px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}

.blank50 {
    height: 50px;
}

.blank60 {
    height: 60px;
}


.color-orange {
    color: #FE6604
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 10px 15px;
    }

    .navbar-default.active .navbar-brand img, .navbar-default.active a.navbar-brand img {
        max-height: 40px;
    }
}

.section1 {
    position: relative;
    margin-top: -200px;
    z-index: 999
}

.s1 {
    padding: 15px;
    background: #fff
}

.s1-item {
    display: block;
    position: relative
}

    .s1-item img {
        width: 100%;
        height: auto
    }

.div-table {
    display: table;
    height: 100%;
    width: 100%
}

.div-cell {
    display: table-cell;
    vertical-align: middle
}

.s1-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    text-align: center
}

    .s1-text h4 {
        font-size: 40px;
        margin-bottom: 20px;
        color: #fff;
        line-height: 40px;
        overflow: hidden;
        height: 40px
    }

    .s1-text p {
        line-height: 24px;
        font-size: 16px;
        height: 72px;
        overflow: hidden;
        color: #fff;
        margin-bottom: 140px
    }

    .s1-text a.more {
        display: inline-block;
        padding: 10px 50px;
        max-width: 100%;
        color: #fff;
        border: 1px solid #fff;
        font-size: 16px;
        border-radius: 10px;
        opacity: 0
    }

.s1-item:hover .s1-text {
    background: #CF134C
}

    .s1-item:hover .s1-text a.more {
        opacity: 1
    }

.s1-item .s1-text a.more:hover {
    background: #fff;
    color: #CF134C
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section1 {
        margin-top: -150px;
    }

    .s1-text h4 {
        font-size: 36px;
    }

    .s1-text p {
        margin-bottom: 40px;
    }

    .s1-text a.more {
        padding: 8px 30px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section1 {
        margin-top: -100px;
    }

    .s1-text h4 {
        font-size: 30px;
    }

    .s1-text p {
        margin-bottom: 20px;
    }

    .s1-text a.more {
        padding: 5px 20px;
    }

    .pz_down {
        display: none;
    }
}
@media screen and (min-width: 0) and (max-width: 767px) {
    .section1 {
        margin-top: 0px;
    }
}



.title10 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

    .title10:after {
        content: "";
        display: table;
        clear: both;
    }

    .title10 h4 {
        color: #333;
        font-size: 28px;
        border-bottom: 3px solid #333;
        padding-bottom: 12px;
        display: inline-block;
        margin: 0;
        vertical-align: middle
    }

        .title10 h4 a {
            color: #333
        }

    .title10 p {
        display: inline-block;
        margin-bottom: 0;
        color: #999;
        position: relative;
        top: -3px;
        font-size: 22px;
        padding-left: 30px;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase
    }

    .title10 ul {
        float: right;
        padding: 0;
        margin: 8px 0 0;
        position: relative;
        top: 1px;
    }

        .title10 ul li {
            display: inline-block;
        }

            .title10 ul li a {
                display: inline-block;
                padding: 5px 15px;
                color: #999;
                border: 1px solid #ccc;
            }

                .title10 ul li a:hover,
                .title10 ul li a.on {
                    background: #CF134C;
                    color: #fff;
                    border-color: #CF134C;
                }

@media screen and (min-width: 0) and (max-width: 767px) {
    .title10 ul {
        display: none;
    }
}



.section2 {
    padding: 40px 0;
}

.s2-item {
    margin: 20px 0;
    padding: 40px 30px 20px;
    border: 1px solid transparent;
    border-top: 4px solid transparent
}

.s2-img {
    text-align: center
}

    .s2-img img {
        width: 90px;
        height: 90px
    }

.s2-text {
    text-align: center;
    padding: 0
}

    .s2-text h4 {
        font-size: 22px;
        margin: 30px 0 20px;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

        .s2-text h4 a {
            color: #333
        }

    .s2-text p {
        color: #999;
        line-height: 24px;
        height: 48px;
        overflow: hidden
    }

.s2-item:hover {
    border-color: #ccc;
    border-top-color: #CF134C;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

    .s2-item:hover .s2-text h4 {
        color: #CF134C
    }

        .s2-item:hover .s2-text h4 a {
            color: #CF134C
        }

.s2-item .s2-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.s2-item:hover .s2-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .s2-item {
        padding: 20px 10px 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .s2-title span {
        display: none;
    }
}



.section3 {
    padding: 100px 0;
    background: url(../image/s3-bg.jpg);
    background-size: cover;
}

    .section3 h4 {
        font-size: 40px;
        color: #fff;
    }

    .section3 p {
        font-size: 16px;
        line-height: 26px;
        color: rgba(255,255,255,.5);
        margin: 30px 0 60px;
    }

    .section3 a.more {
        display: inline-block;
        padding: 10px 50px;
        max-width: 100%;
        color: #fff;
        border: 1px solid #fff;
        font-size: 16px;
        border-radius: 10px;
    }




.section4 {
    padding: 60px 0
}

.s4-item {
    margin: 20px 0
}

.s4-img {
    display: block;
    overflow: hidden
}

    .s4-img img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        transition: .6s
    }

.s4-item:hover .s4-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s4-text {
    padding-top: 20px;
    padding-bottom: 25px
}

    .s4-text h4 {
        padding: 0 15px;
        font-size: 22px;
        margin-bottom: 20px;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

        .s4-text h4 a {
            color: #333
        }

    .s4-text p {
        padding: 0 15px;
        color: #999;
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        overflow: hidden
    }

    .s4-text hr {
        border-top: 1px solid #ccc;
        margin: 30px 0
    }

    .s4-text a {
        margin: 0 20px;
        display: inline-block;
        padding: 2px 20px;
        border: 1px solid #ccc;
        color: #999;
        font-size: 16px
    }

.s4-item:hover .s4-text {
    background: #303C4A
}

    .s4-item:hover .s4-text h4 {
        color: #fff
    }

        .s4-item:hover .s4-text h4 a {
            color: #fff
        }

    .s4-item:hover .s4-text p {
        color: #fff
    }

    .s4-item:hover .s4-text a {
        color: #ccc;
        border-color: #ccc
    }

.s4-item .s4-text a:hover {
    background: #fff;
    color: #333
}

.s4-more {
    margin: 20px 0;
    text-align: center
}

    .s4-more a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 15px 10px;
        width: 250px;
        text-align: center;
        max-width: 100%;
        font-size: 20px;
        color: #999
    }

        .s4-more a:hover {
            background: #303C4A;
            color: #fff
        }





.section5 {
    padding: 60px 0;
}

.s5-title {
    text-align: center;
    margin-bottom: 40px;
}

    .s5-title h4 {
        font-size: 40px;
        margin-bottom: 25px;
    }

        .s5-title h4 a {
            color: #333;
        }

    .s5-title p {
        color: #999;
        font-size: 16px;
        margin: 0 auto;
        max-width: 900px;
    }

.s5-nav {
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.s5-nav {
    border: 1px solid transparent;
    border-top: 4px solid transparent
}

.s5-nav {
    border-color: #ccc;
    border-top-color: #CF134C;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

    .s5-nav ul {
        margin: 0;
        padding: 10px 30px 0;
    }

        .s5-nav ul li {
            padding: 30px 0;
        }

            .s5-nav ul li + li {
                border-top: 1px solid #ccc;
            }

            .s5-nav ul li h2 {
                margin: 0;
                float: right;
                font-size: 60px;
                color: #999;
                margin-left: 20px;
            }

            .s5-nav ul li h4 {
                margin: 0;
                font-size: 26px;
                margin-bottom: 15px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .s5-nav ul li p {
                margin: 0;
                font-size: 16px;
                line-height: 24px;
                height: 48px;
                overflow: hidden;
                color: #999;
            }

.s5-content {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.s5-img {
    display: block;
    overflow: hidden;
    height: 370px;
    overflow: hidden
}

    .s5-img img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        transition: .6s
    }

.s5-text {
    border: 1px solid #ccc;
    padding: 30px 0 30px 20px
}

    .s5-text a {
        display: block;
        float: right;
        height: 120px;
        overflow: hidden;
        background: #303C4A;
        margin-left: 20px;
        position: relative;
        top: -30px;
        color: #fff;
        padding: 24px 20px 0;
        font-size: 22px;
        line-height: 36px
    }

    .s5-text p {
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        font-size: 16px
    }

@media screen and (min-width: 0) and (max-width: 767px) {
    .s5-nav {
        float: none;
        width: 100%;
        margin-right: 0;
    }

        .s5-nav ul li p {
            height: 24px;
        }

    .s5-img {
        height: auto;
    }
}




.section6 {
}

.s6-bg {
    height: 600px;
    background: url(../image/s6-bg.jpg) center center no-repeat;
}

.s6-1 {
    margin-top: -124px;
    text-align: center;
}

.s6-1-bg {
    background: #303C4A;
    padding: 40px;
}

.s6-1 h4 {
    font-size: 28px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.s6-1 p {
    color: #eee;
    max-width: 800px;
    margin: 20px auto 30px;
}

.s6-1 a.more {
    display: inline-block;
    padding: 6px 10px;
    background: #fff;
    width: 160px;
    margin: 0 auto;
    max-width: 100%;
    text-transform: uppercase;
    color: #303C4A;
    border-radius: 20px;
}

.s6-2 {
    padding: 20px 0;
}

.s6-2-item {
    margin: 20px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .s6-2 [class*="col-"] + [class*="col-"]
    .s6-2-item:after {
        content: "";
        display: block;
        width: 1px;
        height: 70px;
        background: #ccc;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -35px;
    }
}

.s6-2-item h4 {
}

    .s6-2-item h4 span {
        color: #CF134C;
        font-size: 60px;
    }

    .s6-2-item h4 em {
        margin-left: 5px;
        font-size: 16px;
        color: #999;
        vertical-align: top;
        font-style: normal;
    }

.s6-2-item p {
    color: #999;
    font-size: 16px;
}



.section7 {
    padding: 40px 0;
    background: #F5F5F4;
}



.s7-item {
    margin: 20px 0;
}

.s7-img {
    display: block;
    overflow: hidden;
    position: relative;
}

    .s7-img img {
        width: 100%;
        height: auto;
        margin: 0px auto;
        transition: 600ms;
    }

.s7-item:hover .s7-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.s7-text {
    background: #fff;
    padding: 20px;
}

    .s7-text h4 {
        text-align: center;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 25px;
        border-bottom: 1px solid transparent;
    }

        .s7-text h4 a {
            color: #333;
        }

    .s7-text p {
        color: #999;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }

.s7-item:hover .s7-text h4 {
    color: #CF134C;
}

    .s7-item:hover .s7-text h4 a {
        color: #CF134C;
    }

.s7-item:hover .s7-text h4 {
    border-bottom-color: #ccc;
}

.s7-img div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 50px;
    background: #DC0B49;
    opacity: .79;
    transition: all .3s ease-in-out 0s
}

    .s7-img div:before {
        content: "";
        display: block;
        height: 4px;
        width: 20px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -10px
    }

    .s7-img div:after {
        content: "";
        display: block;
        height: 20px;
        width: 4px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -10px 0 0 -2px
    }

.s7-item:hover .s7-img div {
    bottom: 0
}


.s7-more {
    margin: 30px 0;
    text-align: center;
}

    .s7-more a {
        display: inline-block;
        padding: 12px;
        width: 140px;
        border: 1px solid #ccc;
        color: #999;
        font-size: 16px;
        border-radius: 8px;
    }

        .s7-more a:hover {
            background: #CF134C;
            border-color: #CF134C;
            color: #fff;
        }










.section8 {
    padding: 100px 0;
}

.s8 {
    position: relative;
}

.swiper8-button-prev,
.swiper8-button-next {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.swiper8-button-prev {
    left: 0;
    background: rgba(0,0,0,.3)
}

.swiper8-button-next {
    right: 0;
    background: rgba(0,0,0,.3)
}

.swiper8-button-prev:before {
    content: "\f104";
}

.swiper8-button-next:before {
    content: "\f105";
}

.swiper8-button-prev:hover {
    background: rgba(0,0,0,.7)
}

.swiper8-button-next:hover {
    background: rgba(0,0,0,.7)
}

@media screen and (min-width: 1300px) {
    .swiper8-button-prev {
        left: -50px;
    }

    .swiper8-button-next {
        right: -50px;
    }
}

@media screen and (min-width: 1092px) and (max-width: 1199px) {
    .swiper8-button-prev {
        left: -50px;
    }

    .swiper8-button-next {
        right: -50px;
    }
}

@media screen and (min-width: 868px) and (max-width: 991px) {
    .swiper8-button-prev {
        left: -50px;
    }

    .swiper8-button-next {
        right: -50px;
    }
}

.s8-item {
    border: 1px solid #ccc;
    margin: 10px 0;
    position: relative;
    top: 0;
    transition: all 300ms ease-in-out 0s;
}

    .s8-item:hover {
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
        top: -5px;
    }

    .s8-item img {
        
        width:280px;
        height:350px;
    }










.foot-ul {
    margin: 20px 0;
}


    .foot-ul h4 {
        display: inline-block;
        padding-bottom: 25px;
        color: #a0a0a0;
        border-bottom: 3px solid #fff;
        font-size: 22px;
        margin: 0;
    }

        .foot-ul h4 a {
            color: #a0a0a0;
        }

    .foot-ul ul {
        padding: 20px 0 0;
        margin: -2px 0 0;
        border-top: 1px solid #a0a0a0;
    }

        .foot-ul ul li {
            font-size: 16px;
            line-height: 1.8;
        }

            .foot-ul ul li a {
                color: #a0a0a0;
            }


.foot-weixin {
    margin: 20px 0;
    text-align: center;
}

.foot-weixin1 {
    display: inline-block;
    margin: 20px 10px;
}

    .foot-weixin1 img {
        max-width: 93px;
        height: auto;
    }

    .foot-weixin1 p {
        color: #a0a0a0;
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
        line-height: 1.4;
    }

.foot-weixin2 {
    display: inline-block;
    margin: 20px 10px;
}

    .foot-weixin2 img {
        max-width: 93px;
        height: auto;
    }

    .foot-weixin2 p {
        color: #a0a0a0;
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
        line-height: 1.4;
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .foot-weixin1 {
        margin: 0;
    }
}




.copyright {
    padding: 10px 0;
    background: #000;
    color: #fff;
}

    .copyright a {
        color: #fff;
    }

    .copyright p {
        text-align: center;
        margin-bottom: 0;
    }

    .copyright img {
        width: 18px;
        height: 18px;
    }


.box2 {
    padding: 40px 0;
    background: #F1F1F1;
}


.title20 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

    .title20 h4 {
        font-size: 30px;
        color: #333;
    }

    .title20 p {
        color: #999;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .title20 ul {
        padding: 0;
        margin: 0;
    }

        .title20 ul li {
            display: inline-block;
        }

            .title20 ul li a {
                padding: 5px 10px;
                border: 1px solid #ccc;
                background: #fff;
                color: #999;
                font-size: 18px;
            }

                .title20 ul li a:hover,
                .title20 ul li a.on {
                    background: #CF134C;
                    border-color: #CF134C;
                    color: #fff;
                }








.s11-item {
    margin: 20px 0;
    background: #fff;
}

.s11-img {
    display: block;
    overflow: hidden;
    padding: 10px;
}

    .s11-img img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        transition: .6s
    }

.s11-item:hover .s11-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s11-text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px
}

    .s11-text h4 {
        padding: 0 15px;
        font-size: 22px;
        margin-bottom: 20px;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

        .s11-text h4 a {
            color: #333
        }

    .s11-text p {
        padding: 0 15px;
        color: #999;
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        overflow: hidden
    }

    .s11-text hr {
        border-top: 1px solid #ccc;
        margin: 30px 0
    }

    .s11-text a.more {
        margin: 0 20px;
        display: inline-block;
        padding: 2px 20px;
        border: 1px solid #ccc;
        color: #999;
        font-size: 16px
    }

        .s11-text a.more:hover {
            background: red;
            color: #fff;
        }

.s11-item:hover .s11-text {
    background: #303C4A
}

    .s11-item:hover .s11-text h4 {
        color: #fff
    }

        .s11-item:hover .s11-text h4 a {
            color: #fff
        }

    .s11-item:hover .s11-text p {
        color: #fff
    }

    .s11-item:hover .s11-text a {
        color: #ccc;
        border-color: #ccc
    }

.s11-item .s11-text a:hover {
    background: #fff;
    color: #333
}

.s11-more {
    margin: 20px 0;
    text-align: center
}

    .s11-more a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 15px 10px;
        width: 250px;
        text-align: center;
        max-width: 100%;
        font-size: 20px;
        color: #999
    }

        .s11-more a:hover {
            background: #303C4A;
            color: #fff
        }



.list-title {
    margin: 0 15px 40px;
    text-align: center;
}

    .list-title p {
        font-size: 16px;
        color: #333;
        margin-bottom: 0;
    }

    .list-title h4 {
        font-size: 22px;
        color: #333;
    }


.sub_menu {
    margin: 30px 0;
}


.pz_top {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.8);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .pz_top .logo {
        
        width:210px;
        height: 35px;
        margin: 5px 0;
        line-height: 0;
        float: left;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .pz_top .lang {
        margin: 31px 0;
        float: right;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

        .pz_top .lang .a {
            font-size: 15px;
            color: #eeeeeb;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            display: block;
            float: left;
        }

            .pz_top .lang .a.on, .pz_top .lang .a:hover {
                color: #333;
                background: #f1e436;
            }

    
    .pz_top .menu {
        float: right;
        
        margin-right: 0;
    }

        .pz_top .menu .nli {
            float: left;
            position: relative;
        }

            .pz_top .menu .nli span {
                display: block;
                padding: 26px 7px;
                -webkit-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -ms-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                transition: 0.5s ease;
            }

                .pz_top .menu .nli span a {
                    display: block;
                    padding: 0 30px;
                    line-height: 38px;
                    height: 38px;
                    border-radius: 38px;
                    font-size: 15px;
                    color: #fff;
                    -webkit-transition: 0.5s ease;
                    -moz-transition: 0.5s ease;
                    -ms-transition: 0.5s ease;
                    -o-transition: 0.5s ease;
                    transition: 0.5s ease;
                }

            .pz_top .menu .nli.active span a, .pz_top .menu .nli:hover span a {
                color: #000;
                background: #F1D01A;
            }
            .pz_top .menu .nli.active span, .pz_top .menu .nli:hover span {
                
            }

            .pz_top .menu .nli .sub {
                display: none;
                position: absolute;
                width: 120px;
                top: 90px;
                left: 50%;
                margin-left: -60px;
                z-index: 999;
            }

                .pz_top .menu .nli .sub li {
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                }

                    .pz_top .menu .nli .sub li a {
                        display: block;
                        color: #fff;
                        background: rgba( 0, 0, 0, 0.7);
                        font-size: 14px;
                    }

                        .pz_top .menu .nli .sub li a:hover {
                            color: #333;
                            background: #f1e436;
                        }

    .pz_top.on .logo {
        
        
        width:270px;
        height:57px;
        margin: 5px 0;
    }

    .pz_top.on .lang {
        margin: 16px 0;
    }

    .pz_top.on .menu .nli span {
        padding: 16px 7px;
    }

        .pz_top.on .menu .nli span a {
            line-height: 28px;
            height: 28px;
        }

    .pz_top.on .menu .nli .sub {
        top: 60px;
    }

.menuph {
    display: none;
}

.xialaph {
    display: none;
}

@media screen and (max-width:1739px ) {
    .pz_top .menu .nli span a {
        padding: 0 20px;
    }
}
@media screen and (max-width:2700px ) {
    .pz_top .menu .nli span a {
        padding: 0 20px;
    }
}

@media screen and (max-width:1199px ) {
    .pz_top .menu {
        margin-right: 14px;
    }

        .pz_top .menu .nli span {
            padding: 26px 3px;
        }

            .pz_top .menu .nli span a {
                padding: 0 15px;
            }

    .pz_top.on .menu .nli span {
        padding: 16px 3px;
    }
}

@media screen and (max-width:1279px ) {
    .pz_top {
        background: #000;
    }

        .pz_top .logo {
            width: 120px;
            
            height: 16px;
            margin: 0;
        }

        .pz_top .lang {
            display: none;
        }

    .xialaph .lang_ph {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .xialaph .lang_ph .a {
            font-size: 15px;
            margin-right: 10px;
            color: #333;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            display: block;
            float: left;
        }

            .xialaph .lang_ph .a.on, .xialaph .lang_ph .a:hover {
                background: #f1e436;
            }

    .menu {
        display: none;
    }

    .menuph {
        display: block;
    }

    .xialaph {
        display: block;
    }

    
    .menuph {
        float: right;
        width: 28px;
        height: 22px;
        cursor: pointer;
        text-align: center;
        margin: 12px 0;
    }

        .menuph .point {
            display: inline-block;
            width: 28px;
            height: 22px;
            position: relative;
        }

            .menuph .point:hover .navbtn,
            .menuph .point:hover .navbtn::after,
            .menuph .point:hover .navbtn::before {
                width: 28px;
            }

        .menuph .navbtn {
            position: absolute;
            top: 10px;
            right: 0;
            display: inline-block;
            width: 21px;
            height: 2px;
            background: #fff;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
        }

            .menuph .navbtn::after,
            .menuph .navbtn::before {
                position: absolute;
                right: 0;
                display: inline-block;
                width: 28px;
                height: 2px;
                content: '';
                background: #fff;
                -webkit-transition: all .3s ease-out 0s;
                -moz-transition: all .3s ease-out 0s;
                -ms-transition: all .3s ease-out 0s;
                -o-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
            }

            .menuph .navbtn::after {
                top: -11px;
            }

            .menuph .navbtn::before {
                top: 10px;
            }

        .menuph .point.active .navbtn {
            background: transparent;
        }

            .menuph .point.active .navbtn::after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0px;
            }

            .menuph .point.active .navbtn::before {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 0px;
            }

    
    .xialaph {
        position: fixed;
        left: 0;
        top: 0;
        float: left;
        width: 100%;
        height: 100%;
        overflow: scroll;
        padding: 46px 0 100px 0;
        display: none;
        z-index: 999;
        background: #ffffff;
    }

        .xialaph .ul2,
        .xialaph .ul3 {
            display: none;
        }

        .xialaph h4 a {
            float: left;
            width: 60%;
            color: #333333;
            font-size: 16px;
            line-height: 50px;
        }

            .xialaph h4 a span {
                padding-left: 6px;
                color: #ccc;
                font-size: 14px;
            }

        .xialaph h4 {
            float: left;
            width: 100%;
            position: relative;
        }

        .xialaph li:last-child h4::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #e7e7e7;
        }

        .xialaph h4:hover a,
        .xialaph h5:hover a {
            color: #f1e436;
        }

        .xialaph h4::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #e7e7e7;
        }

        .xialaph h5 a {
            float: left;
            width: 100%;
            color: #1f1f1f;
            font-size: 14px;
            line-height: 40px;
            text-transform: uppercase;
        }

        .xialaph h5 {
            float: left;
            width: 100%;
            position: relative;
        }

            .xialaph h5::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 1px;
                background-color: #e7e7e7;
            }

        .xialaph li:last-child h5::after {
            display: none;
        }

        .xialaph h4 img {
            width: 15px;
            height: 8px;
            float: right;
            margin-top: 24px;
            cursor: pointer;
        }

        .xialaph h5 img {
            width: 11px;
            height: 6px;
            float: right;
            margin-top: 26px;
            margin-right: 18px;
            cursor: pointer;
        }

        .xialaph h4.active img.img_s,
        .xialaph h5.active img.img_s {
            display: none;
        }

        .xialaph h4.active img.img_d,
        .xialaph h5.active img.img_d {
            display: block;
        }

        .xialaph .ul2 {
            float: left;
            width: 100%;
            padding: 0 10px;
        }

        .xialaph .ul3 {
            padding-top: 12px;
            padding-bottom: 18px;
            padding-left: 15px;
            position: relative;
        }

            .xialaph .ul3::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 1px;
                background-color: #3c3a3a;
            }

        .xialaph li:last-child .ul3::after {
            display: none;
        }

        .xialaph .ul3 li a {
            color: #333333;
            font-size: 14px;
            line-height: 35px;
            display: block;
        }

        .xialaph .ul3 li {
            padding-top: 5px;
        }

            .xialaph .ul3 li:first-child {
                padding-top: 0;
            }

        .xialaph .phsou {
            position: relative;
            margin-top: 34px;
        }

            .xialaph .phsou input {
                width: 100%;
                height: 56px;
                background-color: #ffffff;
                color: #aaa;
                font-size: 14px;
                padding-left: 20px;
                border: 1px solid #e5e5e5;
            }

            .xialaph .phsou img {
                cursor: pointer;
                width: 21px;
                height: 22px;
                position: absolute;
                top: 17px;
                right: 29px;
            }

    .img_d, .disno {
        display: none;
    }
}


.pz_down {
    float: left;
    width: 100%;
    
    background-color:#000;
    
}

    .pz_down .foot1 {
        
    }

        .pz_down .foot1 .bt {
            font-size: 24px;
            color: #fff;
            text-align: center;
            font-family: 'SourceHanSerifCNHeavy';
        }

        .pz_down .foot1 .line {
            margin: 35px auto;
            width: 30px;
            height: 1px;
            background: #fff;
        }

        .pz_down .foot1 .link1 {
            text-align: center;
            font-size: 0;
        }

            .pz_down .foot1 .link1 .a {
                display: inline-block;
                margin: 0 28px;
                font-size: 18px;
                color: #fff;
                opacity: 0.6;
            }

                .pz_down .foot1 .link1 .a:hover {
                    opacity: 1;
                }

        .pz_down .foot1 .link2 .u1 {
            margin-top: 40px;
            text-align: center;
            font-size: 0;
        }

        .pz_down .foot1 .link2 .l1 {
            display: inline-block;
            margin: 0 6px;
            position: relative;
        }

            .pz_down .foot1 .link2 .l1 .ico {
                width: 30px;
                height: 30px;
                border-radius: 2px;
                background: rgba( 255, 255, 255, 0.3);
            }

            .pz_down .foot1 .link2 .l1:hover .ico {
                background: #f1e436;
            }

            .pz_down .foot1 .link2 .l1:hover .wz {
                font-size: 16px;
                color: #333;
                line-height: 20px;
                white-space: nowrap;
                background: #fff;
                padding: 5px;
                position: absolute;
                bottom: 45px;
                left: 50%;
                -webkit-transform: translate(-50%,0);
                -ms-transform: translate(-50%,0);
                -moz-transform: translate(-50%,0);
                -o-transform: translate(-50%,0);
                transform: translate(-50%,0);
            }

                .pz_down .foot1 .link2 .l1:hover .wz::after {
                    content: "";
                    width: 0;
                    height: 0;
                    overflow: hidden;
                    font-size: 0;
                    line-height: 0;
                    border-width: 8px;
                    border-style: solid dashed dashed dashed;
                    border-color: #fff transparent transparent transparent;
                    position: absolute;
                    bottom: -16px;
                    left: 50%;
                    margin-left: -8px;
                }

            .pz_down .foot1 .link2 .l1 .ewm {
                display: none;
                width: 130px;
                height: 130px;
                padding: 8px;
                position: absolute;
                bottom: 45px;
                left: 50%;
                background: #fff;
                -webkit-transform: translate(-50%,0);
                -ms-transform: translate(-50%,0);
                -moz-transform: translate(-50%,0);
                -o-transform: translate(-50%,0);
                transform: translate(-50%,0);
            }

            .pz_down .foot1 .link2 .l1:hover .ewm {
                display: block;
            }

                .pz_down .foot1 .link2 .l1:hover .ewm::after {
                    content: "";
                    width: 0;
                    height: 0;
                    overflow: hidden;
                    font-size: 0;
                    line-height: 0;
                    border-width: 8px;
                    border-style: solid dashed dashed dashed;
                    border-color: #fff transparent transparent transparent;
                    position: absolute;
                    bottom: -16px;
                    left: 50%;
                    margin-left: -8px;
                }

    .pz_down .foot2 {
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
        text-align: center;
        
        color: #fff;
        
        float: left;
        width: 100%;
    }

        .pz_down .foot2 a {
            color: #fff;
        }

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    
    background: rgba(0,0,0,0.8);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 999;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
}

    .pf_down li {
        width: 33.3%;
        float: left;
        text-align: center;
        padding: 7px 0 4px 0;
        border-right: 1px solid #fff;
    }

        .pf_down li .ico7 {
            width: 100%;
            float: left;
            height: 20px;
        }

        .pf_down li .d_name {
            width: 100%;
            float: left;
            margin-top: 4px;
            font-size: 12px;
            color: #fff;
            line-height: 14px;
        }

        .pf_down li.l1 .ico7 {
            background: url(../image/btn1.png) no-repeat center;
            background-size: 20px 20px;
        }

        .pf_down li.l2 .ico7 {
            background: url(../image/btn2.png) no-repeat center;
            background-size: 20px 20px;
        }

        .pf_down li.l3 .ico7 {
            background: url(../image/btn3.png) no-repeat center;
            background-size: 20px 20px;
        }

        .pf_down li:last-child {
            border: none;
        }

        .pf_down li:nth-child(4n) {
            border: none;
        }

@media screen and (max-width:1199px ) {
    .pz_down .foot1 .link1 .a {
        margin: 0 18px;
    }
}

@media screen and (max-width:991px ) {
    .pz_down .foot1 {
        padding: 20px 0 20px 0;
    }

        .pz_down .foot1 .bt {
            font-size: 18px;
        }

        .pz_down .foot1 .line {
            margin: 15px auto;
            width: 30px;
        }

        .pz_down .foot1 .link1 .a {
            margin: 0 10px;
            font-size: 14px;
        }

        .pz_down .foot1 .link2 .u1 {
            margin-top: 15px;
        }

        .pz_down .foot1 .link2 .l1 {
            margin: 0 4px;
        }

            .pz_down .foot1 .link2 .l1 .ico {
                width: 20px;
                height: 20px;
            }

            .pz_down .foot1 .link2 .l1:hover .wz {
                font-size: 14px;
                bottom: 30px;
            }

                .pz_down .foot1 .link2 .l1:hover .wz::after {
                    border-width: 4px;
                    bottom: -8px;
                    margin-left: -4px;
                }

            .pz_down .foot1 .link2 .l1 .ewm {
                width: 80px;
                height: 80px;
                padding: 4px;
                bottom: 30px;
            }

            .pz_down .foot1 .link2 .l1:hover .ewm::after {
                border-width: 4px;
                bottom: -8px;
                margin-left: -4px;
            }

    .pz_down .foot2 {
        font-size: 14px;
        padding: 10px 0;
    }
}


@media screen and (max-width:1279px ) {
    .pz_down .foot1 .link2 .l1:first-child:hover .wz {
        width: 100px;
        white-space: normal;
    }

    .pz_down {
        display: none;
    }
}

.right_pf {
    float: left;
    width: 68px;
    position: fixed;
    
    right:0;
    top: 50%;
    margin-top: -155px;
    z-index: 101;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .right_pf:hover {
        right: 0;
    }

    .right_pf .l1 {
        padding-top: 5px;
        width: 68px;
        height: 68px;
        position: relative;
        cursor: pointer;
        background: #040403;
        border-bottom: 1px solid #fff;
    }

        .right_pf .l1:last-child {
            border-bottom: none;
        }

        .right_pf .l1 .ico {
            width: 32px;
            height: 32px;
        }

        .right_pf .l1 .wz {
            font-size: 12px;
            color: #fff;
        }

        .right_pf .l1 .nr {
            font-size: 12px;
            color: #fff;
            background: #040403;
            position: absolute;
            white-space: nowrap;
            right: -500%;
            padding: 0 20px;
            height: 68px;
            line-height: 68px;
            position: absolute;
            top: 50%;
            margin-top: -34px;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease;
        }

        .right_pf .l1:hover .nr {
            right: 68px;
            z-index: -1;
        }

        .right_pf .l1 .ewm {
            padding: 8px 16px 8px 8px;
            position: absolute;
            right: -300%;
            top: 50%;
            margin-top: -70px;
            width: 149px;
            height: 140px;
            background: url(404.png) no-repeat center;
            background-size: cover;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease;
        }

        .right_pf .l1:hover .ewm {
            right: 84px;
            z-index: -1;
        }
.layui-col-md2dot4 {
    float: left;
    width:100px;
    margin-left:10px;
}
    .layui-col-md2dot4 dt {
        border-bottom: 1px solid #808080;
        padding-bottom:15px;
        text-align:left;
    }
    .layui-col-md2dot4 dd {
        text-align: left;
    }
    .layui-col-md2dot4 dt a {
        color: white;
        
        font-weight: 500;
        font-size: 16px;
    }
    .layui-col-md2dot4 dd a {
        
        color: #737373;
        font-weight: 500;
        font-size: 14px;
    }
.foot {
    
    
}

    .foot .foot-1 h4 {
        font-size: 16px;
        color: #737373;
        line-height: 30px;
    }

.fly-midds {
    display: inline-block;
    height: 1px;
    width: 100%;
    vertical-align: middle;
    background-color: #565656;
    margin: 20px 0 15px 0;
}

.foot-2, .foot-3 {
    margin-top: 20px;
}

    .foot-2 dl dt {
        font-size: 24px;
        color: #fff;
        border-bottom: 1px solid #565656;
        padding-bottom: 20px;
    }

    .foot-2 dl dd {
        font-size: 16px;
        color: #737373;
        padding-top: 10px;
    }

        .foot-2 dl dd:nth-child(2) {
            padding-top: 20px;
        }

        .foot-2 dl dd a:hover {
            color: #fff;
        }

    .foot-2 dl dt a:hover {
        color: #737373;
    }

    .foot-3 h4 {
        font-size: 24px;
        color: #fff;
        border-bottom: 1px solid #565656;
        padding-bottom: 20px;
        width: 50px;
    }

    .foot-3 h5 {
        padding-top: 30px;
    }

.webchat {
    margin-top: 25px;
}

    .webchat p {
        font-size: 14px;
        
        padding-top: 12px;
    }

.foot-4 {
    font-size: 14px;
    text-align: right;
    color: #737373;
}

    .foot-4 .ft-bo {
        padding: 0 0 20px 0;
    }

.fly-miw {
    display: inline-block;
    height: 1px;
    width: 94px;
    background-color: #565656;
}

.foot-4 p {
    padding-top: 10px;
}

.foot-4 span {
    font-size: 30px;
    color: #fff;
    padding: 15px 0 10px 0;
    display: block;
}

.ft-bb .select {
    width: 255px;
    height: 37px;
    padding-left: 10px;
    border: 1px solid transparent;
    background: #e2e0e2 url(404.png) no-repeat 230px center;
    color: #636363;
    border-radius: 3px;
}

    .ft-bb .select option {
        padding: 0 10px;
    }

.nomargin {
    margin-top: -40px;
}

.shilileft {
    width: 50%;
    float: left;
    text-align: right;
}

.shiliright {
    width: 44%;
    margin-top:50px;
    height:295px;
    float: left;
    background-color:#2681F1;
    color: #fff;
    padding: 20px;
}

.shiliactive {
    padding: 10px;
    width:32%;
    margin-left:1%;
    float:left;
}


.active {
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

#shilinext {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 2;
}

#shilipre {
    position: absolute;
    bottom: 60px;
    right: 110px;
    z-index: 2;
}

#shilinext:hover,
#shilinext:active {
    content: url('../image/shilinexton.png');
    cursor: pointer;
}

#shilipre:hover,
#shilipre:active {
    content: url('../image/shilipreon.png');
    cursor: pointer;
}

.anim_image {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
@media screen and (min-width:1866px) and (max-width: 2700px) {
    
    .shiliactive{
        margin-bottom:50px;
    }
}