@charset "utf-8";
/* CSS Document */
/*2022.02.17 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

.container {
    max-width: 1320px;
    width: 90%;
}

.wc-topbg {
    background: #f5f5f5 url(../../images/topbg.jpg) round;
    min-height: 138px;
    /*background-size: cover;*/
}

.logo {
    text-align: left;
}

.top-right {
    padding-top: 70PX;
}

    .top-right .home {
        padding-top: 10px;
        padding-right: 20px;
    }

        .top-right .home a {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
        }
/*顶部弹出搜索样式*/
.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #a81f39;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #a81f39;
            color: #fff;
        }

/*顶部弹出样式 end*/

.top-china {
    position: absolute;
    top: 28px;
    right: 24px;
}

    .top-china img {
        padding-right: 10px;
        vertical-align: -2px;
    }

    .top-china .search-btn {
        font-size: 16px;
        color: #ffffff;
        border: 1px solid #bd9f68;
        padding: 7px 10px;
        border-top: 5px solid #bd9f68;
        cursor: pointer;
        text-decoration: none;
    }

.searchbg {
    background: url(/Assets/images/search.png) no-repeat center top;
    width: 195px;
    height: 47px;
}

    .searchbg input.inp-text {
        background: none;
        border: none;
        line-height: 43px;
        padding-left: 15px;
        font-size: 18px;
        width: 150px;
    }

    .searchbg input.inp-but {
        background: none;
        border: none;
        height: 45px;
        width: 40px;
        padding: 0;
    }




.wc-menu {
    margin-top: 15px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        /*   margin-bottom: 0;
        padding-left: 0;*/
    }

        .wc-menu ul li {
            line-height: 35px;
            position: relative;
            text-align: center;
            /* display: table-cell; */
            float: left;
            list-style: none;
            /* margin: 0 20px;*/
        }


            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                position: relative;
                display: inline-block;
                transition: all 0.2s;
                text-decoration: none;
                line-height: 34px;
                margin-left: 33px;
                text-transform: uppercase;
            }

                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a.move {
                    border-bottom: 2px solid #a72038;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    border-bottom: 2px solid #a72038;
                }

                .wc-menu ul li a:hover {
                    border-bottom: 2px solid #fff;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a:hover {
                    border-bottom: 2px solid #fff;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: 16px;
                top: 36px;
                background: #a72038;
                min-width: 100%;
                z-index: 111 !important;
                display: none;
                opacity: 0.95;
            }

                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 34px;
                        border: none;
                        border-bottom: 1px solid #f3edeb;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 26px;
                            font-size: 15px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #fff;
                            margin: 0;
                            display: block;
                            padding: 10px 20px;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #bd9f68;
                                color: #fff;
                            }

/*menu End*/

img {
    max-width: 100%;
}


/* 本例子css */

.banner {
    overflow: hidden;
}

    .banner img {
        cursor: pointer;
    }


    .banner .swiper-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .banner .swiper-wrapper {
        width: 100%;
    }

    .banner .swiper-container .swiper-slide {
    }

    .banner .swiper-container a {
        text-decoration: none;
        display: block;
    }

        .banner .swiper-container a .b-tt {
            position: absolute;
            left: 0px;
            bottom: 145px;
            text-align: left;
            width: 100%;
            z-index: 11;
        }

            .banner .swiper-container a .b-tt p {
                font-size: 52px;
                font-weight: bold;
                color: #fff;
                line-height: 87px;
                width: 55%;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .banner .swiper-container a .b-tt span {
                font-size: 16px;
                color: #fff;
                background: #bd9f68;
                border-radius: 25px;
                display: inline-block;
                width: 190px;
                line-height: 50px;
                text-align: center;
                transition: all 1s;
                margin-top: 10px;
            }

                .banner .swiper-container a .b-tt span:hover {
                    opacity: 0.8;
                    transition: all 1s;
                }

    .banner .swiper-container .swiper-pagination {
        width: 100%;
        text-align: left;
        bottom: 50px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        cursor: pointer;
        opacity: 1;
        border-radius: 100%;
        margin-right: 47px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: #a72038;
        opacity: 1;
    }

.bbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/Assets/images/banbg.png) repeat-x left bottom;
}
/*banner end*/

.newsbg {
    background: url(/Assets/images/newbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}

.new-top {
    overflow: hidden;
    text-align: center;
}

    .new-top h4 {
        text-align: center;
        font-size: 32px;
        color: #fff;
        font-weight: bold;
        padding: 0 26px;
        background: #a72038;
        display: inline-block;
    }

.new-ji {
    background: url(/Assets/images/jibg.png) repeat-x center center;
    width: 70%;
    margin: auto;
}

.new-con {
    margin-top: 25px;
}

    .new-con .swiper-container {
        padding-bottom: 40px;
    }

        .new-con .swiper-container .swiper-slide {
            display: block;
        }

            .new-con .swiper-container .swiper-slide a {
                display: block;
                text-decoration: none;
                background: #fff;
            }

            .new-con .swiper-container .swiper-slide .li-img {
                display: block;
                overflow: hidden;
            }

                .new-con .swiper-container .swiper-slide .li-img img {
                    transform: scale(1.0);
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    -ms-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

                .new-con .swiper-container .swiper-slide .li-img:hover img {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transition: all 0.2s linear;
                }

            .new-con .swiper-container .swiper-slide .li-tt {
                padding: 15px 20px;
            }

                .new-con .swiper-container .swiper-slide .li-tt p {
                    font-size: 16px;
                    color: #000;
                    line-height: 31px;
                    height: 62px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .new-con .swiper-container .swiper-slide .li-tt span {
                    display: block;
                    font-size: 16px;
                    color: #b2141a;
                    margin-top: 2px;
                    margin-bottom: 5px;
                }

            .new-con .swiper-container .swiper-slide a:hover .li-tt {
                background: #c31c3a;
            }

                .new-con .swiper-container .swiper-slide a:hover .li-tt p {
                    color: #fff;
                }

                .new-con .swiper-container .swiper-slide a:hover .li-tt span {
                    color: #fff;
                }


        .new-con .swiper-container .swiper-pagination {
            bottom: 0px;
        }

        .new-con .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #fff;
            cursor: pointer;
            opacity: 1;
            border-radius: 100%;
            margin: 0 7px;
            border: 1px solid #ccc;
        }

        .new-con .swiper-container .swiper-pagination-bullet-active {
            background: #a72038;
            opacity: 1;
        }

    .new-con .amore {
        text-align: center;
    }

        .new-con .amore a {
            font-size: 16px;
            color: #fff;
            background: #bd9f68;
            border-radius: 25px;
            display: inline-block;
            width: 190px;
            line-height: 40px;
            text-align: center;
            transition: all 1s;
            margin-top: 25px;
            text-decoration: none;
            transition: all 0.8s;
        }

            .new-con .amore a:hover {
                opacity: 0.8;
                transition: all 0.8s;
                -webkit-transform: scale(1.08);
            }

/*newbgbig*/
.newbgbig {
    background: #fff;
    padding: 50px 0;
}

.dang-top {
}

    .dang-top a {
        display: block;
        text-decoration: none;
        background: url(/Assets/images/ddbg.jpg) no-repeat left bottom;
        padding-bottom: 15px;
    }

    .dang-top h4 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
    }

    .dang-top span,
    .new-ji span {
        font-size: 16px;
        color: #b2141a;
        font-weight: normal;
        padding-left: 20px;
        display: inline-block;
    }

.dang-top2 a {
    display: block;
    text-decoration: none;
    background: url(/Assets/images/ddbg2.jpg) no-repeat left bottom;
    padding-bottom: 15px;
}

.new-leftcon {
    padding-top: 20px;
}

    .new-leftcon .swiper-container a {
        display: block;
        text-decoration: none;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .new-leftcon .swiper-container a:hover {
            opacity: 0.9;
            transition: all 0.8s;
        }


        .new-leftcon .swiper-container a img {
            transform: scale(1.0);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .new-leftcon .swiper-container a:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transition: all 0.2s linear;
        }


        .new-leftcon .swiper-container a .b-t {
            background: url(/Assets/images/dbtbg.jpg) no-repeat center top;
            /*background-size: cover;*/
            min-height: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 330px;
            padding: 45px 30px;
        }

            .new-leftcon .swiper-container a .b-t span {
                display: block;
                font-size: 18px;
                color: #fff;
                font-family: "微软雅黑";
                margin-top: 10px;
            }

            .new-leftcon .swiper-container a .b-t h4 {
                font-size: 24px;
                font-weight: bold;
                color: #fff;
                margin-top: 16px;
                line-height: 41px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .new-leftcon .swiper-container a .b-t i {
                display: block;
                width: 52px;
                height: 2px;
                background: #fff;
                margin: 12px 0 18px;
            }

            .new-leftcon .swiper-container a .b-t p {
                font-size: 16px;
                color: #fff;
                line-height: 31px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

    .new-leftcon .swiper-container .swiper-pagination {
        bottom: 15px;
        left: 200px;
        text-align: left;
    }

    .new-leftcon .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #fff;
        cursor: pointer;
        opacity: 1;
        border-radius: 100%;
        margin: 0 16px;
        box-shadow: 2px 1px 2px 1px #ac9586;
    }

    .new-leftcon .swiper-container .swiper-pagination-bullet-active {
        background: #a72038;
        opacity: 1;
    }


.dang-rightcon {
    margin-top: 20px;
}

    .dang-rightcon ul {
        padding: 0;
        margin: 0;
    }

        .dang-rightcon ul li {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 2px solid transparent;
        }

            .dang-rightcon ul li .li-date {
                width: 58px;
                height: 74px;
                background: #f5f5f5;
                text-align: center;
            }

                .dang-rightcon ul li .li-date p {
                    font-size: 30px;
                    color: #a4070d;
                    margin-bottom: 0;
                    padding-top: 5px;
                }

                .dang-rightcon ul li .li-date span {
                    font-size: 14px;
                    color: #333;
                    display: block;
                }

            .dang-rightcon ul li .li-tt {
                width: calc(100% - 80px );
                float: right;
            }

                .dang-rightcon ul li .li-tt a {
                    display: block;
                    text-decoration: none;
                    font-size: 16px;
                    color: #333;
                    line-height: 31px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .dang-rightcon ul li:hover {
                border-bottom: 2px solid #a72038;
            }



/**/
.new-two {
    margin-top: 10px;
}

.new-top2 {
}

    .new-top2 h4 {
        background: #fff;
        color: #333;
    }

/*new-twocon*/
.new-twocon {
    margin-top: 0px;
}

    .new-twocon ul {
        padding: 0;
    }

        .new-twocon ul li {
            float: left;
            width: 50%;
            background: #f5f5f5;
        }

            .new-twocon ul li .li-img {
                width: 50%;
            }

            .new-twocon ul li .li-tt {
                width: 50%;
                height: 100%;
                padding: 60px 30px 22px;
                height: 100%;
                position: relative;
            }

                .new-twocon ul li .li-tt p {
                    font-size: 16px;
                    color: #333;
                    font-family: "微软雅黑";
                    margin-top: 15px;
                    line-height: 31px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .new-twocon ul li .li-tt span {
                    font-size: 16px;
                    color: #333;
                    font-family: "微软雅黑";
                }

            .new-twocon ul li:nth-child(3) .li-img {
                float: right;
            }

            .new-twocon ul li:nth-child(4) .li-img {
                float: right;
            }

            .new-twocon ul li:hover {
                background: #a72038;
            }

                .new-twocon ul li:hover .li-tt p {
                    color: #fff;
                }

                .new-twocon ul li:hover .li-tt span {
                    color: #fff;
                }

            .new-twocon ul li a {
                display: block;
                text-decoration: none;
            }

            .new-twocon ul li i {
                position: absolute;
                left: -20px;
                top: 47%;
                display: block;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 10px solid transparent;
                border-right: 10px solid #a72038;
                z-index: 1;
                opacity: 0;
            }

            .new-twocon ul li:hover .li-tt i {
                opacity: 1;
            }

            .new-twocon ul li:nth-child(3) i,
            .new-twocon ul li:nth-child(4) i {
                right: -20px;
                left: auto;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-right: 10px solid transparent;
                border-left: 10px solid #a72038;
            }

.new-top22 {
    margin-bottom: 35px;
}





/*chuangxin */

.chuangxin {
    background: url(/Assets/images/chuangbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 304px;
    color: #fff;
    padding: 38px 0;
    text-align: center;
}

    .chuangxin h4 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        background: url(/Assets/images/chuangbg.png) no-repeat center bottom;
        padding-bottom: 20px;
    }

    .chuangxin p {
        font-size: 16px;
        color: #fff;
        font-weight: lighter;
        width: 52%;
        margin: 11px auto 31px;
        line-height: 31px;
    }

.chuang-a {
}

    .chuang-a a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        margin: 0 40px;
        background: url(/Assets/images/spanbg1.png) repeat-x left top;
        border-radius: 25px;
        line-height: 50px;
        width: 292px;
        transition: all 0.8s;
    }

        .chuang-a a:hover {
            transition: all 0.8s;
            opacity: 0.8;
        }




.video {
    background: #f5f5f5;
    padding: 35px 0;
}

.new-top3 h4 {
    background: #f5f5f5;
}

.video-con {
    padding-top: 28px;
}

    .video-con .swiper-container {
        padding-bottom: 45px;
    }

    .video-con .swiper-slide {
    }

        .video-con .swiper-slide a {
            display: block;
            text-decoration: none;
            position: relative;
        }

            .video-con .swiper-slide a div {
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                /*position: absolute;
left: 0px;
top:40%;
text-align: center;*/
                position: absolute;
                left: 0px;
                top: 0px;
                z-index: 11;
            }

    .video-con .swiper-container .swiper-pagination {
        bottom: 5px;
    }

    .video-con .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #c4c4c4;
        cursor: pointer;
        opacity: 1;
        border-radius: 100%;
        margin: 0 16px;
    }

    .video-con .swiper-container .swiper-pagination-bullet-active {
        background: #a72038;
        opacity: 1;
    }

.w-link {
    background: #fff;
    min-height: 50px;
    border-top: 1px solid #f5f5f5;
}

    .w-link ul {
        padding-left: 15px;
    }

        .w-link ul li:first-child {
            border-left: 1px solid #ddd;
        }

        .w-link ul li {
            float: left;
            border-right: 1px solid #ddd;
            line-height: 50px;
            position: relative;
        }



            .w-link ul li p {
                cursor: pointer;
                line-height: 50px;
                margin: 0;
                height: 50px;
                padding: 0 20px;
                width: 220px;
                background: url(/Assets/images/sanjiao.png) no-repeat top 18px right 20px;
            }


            .w-link ul li .ernav {
                position: absolute;
                width: 100%;
                z-index: 111 !important;
                opacity: 0.95;
                overflow: auto;
                max-height: 150px;
                display: none;
                bottom: 50px;
            }

                .w-link ul li .ernav ul {
                    padding-left: 0;
                }

                    .w-link ul li .ernav ul li {
                        float: none;
                        display: block;
                        background: #fff;
                        text-align: center;
                        line-height: 34px;
                        border: none;
                        border: 1px solid #dddddd;
                    }

                        .w-link ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .w-link ul li .ernav ul li a {
                            color: #333;
                            display: block;
                            padding: 7px;
                            text-decoration: none;
                        }

                            .w-link ul li .ernav ul li a:hover {
                                background: #bd9f68;
                                color: #fff;
                            }


            .w-link ul li p img {
                padding-right: 10px;
            }


            .w-link ul li select {
                border: none;
                line-height: 40px;
                height: 40px;
                width: 170px;
                appearance: none;
                background: url(/Assets/images/sanjiao.png) no-repeat right 13px;
            }

                .w-link ul li select option {
                    line-height: 40px;
                    height: 40px;
                }

/*footer*/

.footer {
    min-height: 20px;
    padding: 15px 0;
    text-align: left;
    cursor: pointer;
    background: #a72038;
}

.fp-left p {
    font-size: 16px;
    color: #fff;
    margin: 25px 0;
}

    .fp-left p span {
        padding-left: 40px;
    }

.fp-right {
}

    .fp-right img {
        position: absolute;
        right: 0px;
        top: -45px;
    }

/*.wc-copyEnd*/

@media (min-width: 1200px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1400px) {
    .banner .swiper-container a .b-tt {
        bottom: 80px;
    }

        .banner .swiper-container a .b-tt p {
            font-size: 40px;
            line-height: 60px;
        }

    .banner .swiper-container .swiper-pagination {
        bottom: 30px;
    }
}

@media (max-width: 1340px) {

    .newbgbig {
        padding: 35px 0;
    }

    .new-twocon ul li .li-tt {
        padding-top: 40px;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .wc-menu ul li a {
        font-size: 16px;
        font-weight: normal;
    }

    .wc-menu {
        margin-top: 15px;
        min-height: 45px;
    }

    .new-twocon {
        margin-top: 0;
    }

    .new-top22 {
        margin-bottom: 15px;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 20px;
    }

    .banner .swiper-container a .b-tt p {
        font-size: 30px;
    }

    .banner .swiper-container a .b-tt span {
        width: 110px;
        line-height: 40px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        margin-right: 30px;
    }

    .new-top h4 {
        font-size: 28px;
    }

    .dang-top h4 {
        font-size: 28px;
    }

    .new-twocon ul li .li-tt {
        padding-top: 25px;
    }

    .chuang-a {
        margin-top: 20px;
    }

        .chuang-a a {
            width: 280px;
            line-height: 40px;
            font-size: 16px;
        }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/

    .container {
        width: 94%;
    }

    .logo1 img {
        padding-bottom: 10px;
        width: 60%;
    }

    .banner {
        padding-top: 80px;
    }

        .banner .swiper-container a .b-tt p {
            width: 100%;
            -webkit-line-clamp: 1;
            font-size: 26px;
        }

        .banner .swiper-container a .b-tt span {
            display: none;
        }

        .banner .swiper-container a .b-tt {
            bottom: 30px;
        }

        .banner .swiper-container .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
        }

    .new-leftcon .swiper-container a .b-t {
        width: 280px;
        padding: 10px 18px;
    }

    .dang-rightcon ul li:last-child {
        display: none;
    }

    .new-two {
        margin-top: 25px;
    }

    .new-twocon ul li .li-tt p {
        margin: 10px 0 1px;
    }

    .new-top22 {
        margin-bottom: 20px;
    }

    .new-leftcon .swiper-container a .b-t h4 {
        margin-top: 10px;
        font-size: 22px;
        line-height: 32px;
    }

    .new-twocon ul li .li-tt {
        padding: 10px;
    }

    .video {
        padding: 25px 0;
    }

    .video-con {
        padding-top: 15px;
    }

    .footer {
        padding: 20px 0;
    }

    .header-nav .nav > li a.shebei {
        background: #e44b4b;
        font-weight: bold;
        display: inline-block;
        padding: 0 20px;
    }

    .banner .swiper-container .swiper-pagination {
        text-align: center;
    }

    .new-top h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 100%;
        text-align: left;
    }

    #img {
        /*height: 72px;*/
    }

    .logo1 img {
        /*height: 60px;*/
        width: 80%;
    }

    .container {
        width: 100%;
    }

    .banner .swiper-container .swiper-pagination {
        text-align: center;
        bottom: 10px;
    }


    .banner {
        padding-top: 45px;
    }

        .banner .swiper-container .swiper-pagination-bullet {
            width: 11px;
            height: 11px;
            margin: 0 10px;
        }

        .banner .swiper-container a .b-tt p {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 0;
        }

        .banner .swiper-container .swiper-pagination {
            bottom: 5px;
        }

    .new-top h4 {
        font-size: 20px;
        padding: 0 20px;
    }

    .new-con {
        margin-top: 15px;
    }

    .dang-top h4 {
        font-size: 20px;
    }

    .new-leftcon .swiper-container a .b-t {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        background-size: cover;
        padding: 10px 15px;
    }

        .new-leftcon .swiper-container a .b-t p {
            display: none;
        }

        .new-leftcon .swiper-container a .b-t span {
            display: none;
        }

        .new-leftcon .swiper-container a .b-t h4 {
            font-size: 20px;
        }

    .new-leftcon .swiper-container .swiper-pagination-bullet {
        border: 1px solid #fff;
    }

    .new-oneright {
        margin-top: 30px;
    }

    .dang-rightcon ul li:last-child {
        display: block;
    }

    .new-two {
        margin-top: -15px;
    }

    .newsbg {
        padding: 20px 0 20px;
    }

    .new-top22 {
        margin-bottom: 10px;
    }

    .new-twocon ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .new-twocon {
        margin-top: 20px;
    }

        .new-twocon ul li:nth-child(3) .li-img {
            float: left;
        }

        .new-twocon ul li:nth-child(4) .li-img {
            float: left;
        }

    .newbgbig {
        padding: 20px 0;
    }

    .chuangxin h4 {
        font-size: 20px;
    }

    .chuangxin p {
        width: 100%;
    }

    .chuang-a a {
        margin: 10px;
        width: 70%;
    }

    .dang-rightcon ul li {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .chuangxin {
        padding: 20px 0;
    }

    .video-con .swiper-container .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .fp-right img {
        position: relative;
        right: auto;
        top: auto;
    }

    .fp-left p span {
        display: block;
        padding: 0;
    }

    .fp-right {
        text-align: center !important;
    }

    .w-link ul li {
        /*  width: 100%;*/
        /*text-align: center;*/
        border: none;
        border-bottom: 1px solid #ddd;
    }

        .w-link ul li p {
            width: 207px;
        }

        .w-link ul li:first-child {
            border: none;
            border-bottom: 1px solid #ddd;
        }



    .w-link ul {
        padding: 0;
    }

    .footer {
        padding: 10px 0 35px;
    }

        .footer p {
            font-size: 14px;
            line-height: 26px;
        }

    .fp-left p {
        margin: 10px 0;
    }
}
