body{
    background-color: #f7f7f7;
}
.notice{
    background-color: #fff;
    background-color: #fdf6ec;
}
.notice .body{
    padding:10px;
}

.banner{
    width:100%;
    max-width: 1920px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.banner .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-slide img{
    display: block;
    max-width:100%;
}
.banner .pagination-center{
    position: absolute;
    width:100%;
    bottom:25px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-pagination-bullet{
    width:15px;
    border-radius: 10px;
    margin:0 5px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.banner .swiper-pagination-bullet-active{
    width:30px;
    background-color: var(--theme_active);
}


.topTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.topTitle .title{
    border-left:4px solid var(--theme_active);
    padding-left:15px;
}
.topTitle .title .cn{
    font-size:22px;
    line-height: 22px;
    margin-bottom: 5px;
}
.topTitle .title .en{
    text-transform: uppercase;
    font-size:12px;
    line-height: 12px;
    opacity: 0.7;
}
.topTitle .more{
    background-color: var(--theme);
    color:#fff;
    display: flex;
    align-items: center;
    padding:6px 10px;
    border-radius: 2px;
}
.topTitle .more .iconfont{
    font-size:12px;
    margin-right: 5px;
}
.topTitle .more:hover{
    background-color: var(--theme_active);
}


.goods{
    padding:15px 0;
}
.goods .list ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
}
.goods .list ul li{
    width:20%;
}
.goods .list ul li .box{
    display: block;
    margin:8px;
    padding:8px;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.goods .list ul li .imgbox{
    margin-bottom: 5px;
}
.goods .list ul li .imgbox img{
    display: block;
    width:100%;
    max-height: 248px;
}
.goods .list ul li h3{
    text-align: center;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-size:16px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.goods .list ul li .box:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.goods .list ul li .box:hover h3{
    color:var(--theme_active);
}

.seka{
    padding:15px 0;
}
.seka .list ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
}
.seka .list ul li{
    width:20%;
    position: relative;
    overflow: hidden;
}
.seka .list ul li .box{
    display: block;
    margin:8px;
    padding:8px;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.seka .list ul li .imgbox{
    margin-bottom: 5px;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seka .list ul li .imgbox img{
    display: block;
    width:100%;
}
.seka .list ul li h3{
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-size:16px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.seka .list ul li .info{
    opacity: 0.7;
}
.seka .list ul li .info p{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.getCard{
    z-index: 999;
    position: absolute;
    bottom:-50px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.getCard a{
    display: block;
    background-color: var(--theme_active);
    color:#fff;
    padding:5px 10px;
    border-radius: 3px;
}
.getCard a:hover{
    opacity: 0.9;
}

.seka .list ul li .box:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.seka .list ul li .box:hover h3{
    color:var(--theme_active);
}
.seka .list ul li:hover .getCard{
    visibility: visible;
    bottom:30px;
    opacity: 1;
}


.album{
    padding:15px 0;
}
.album .list ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
}
.album .list ul li{
    width:20%;
}
.album .list ul li .title{
    height: 30px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    display: flex;
    align-items: center;
}
.album .list ul li .title .name{
    font-size:16px;
    width:100%;
}
.album .list ul li .title .num{
    flex-shrink: 0;
}
.album .list ul li .box{
    display: block;
    margin:8px;
    padding:8px;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.album .list ul li .imgbox{
    margin-bottom: 5px;
}
.album .list ul li .imgbox img{
    display: block;
    width:100%;
}
.album .list ul li .box:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.album .list ul li .box:hover .name{
    color:var(--theme_active);
}


.links{
     padding:15px 0 30px 0;
}
.links .list ul{
    display: flex;
}
.links .list ul li{
    margin: 10px;
}
.links .list ul li a:hover{
    color:var(--theme_active);
    text-decoration: underline;
}