/* 字体 */
@font-face {
    font-family: 'MyCustomFont';
    /* src: url('/style2023/font-family/235号-千纸鹤.TTF') format('truetype'); */
    src: url('/style2023/font-family/simsun.ttc') format('truetype');
}

/* 网站标题 */
.home .toptitle {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.home .topsubtitle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'MyCustomFont', sans-serif;
}

/* 轮播图 */
.home .main-swiper {
    height: 800px;
}

.home .main-swiper .main-image-swiper {
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 5px;
}

.home .main-swiper .main-image-swiper {
    width: 100%;
}


/* 新闻动态左轮播图右边列表 */
.home .news {
    background-color: white;
    border-radius: 10px;
}

.home .topnews {
    width: 100%;
}

.home .news .boxtop {
    background-image: linear-gradient(to right, #E7F2FF, white);
    height: 52px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.home .news .boxtop .news-category {
    background: url(../images/rect.png) 0px 20px no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 52px;
    margin: 0px;
}

.home .news .boxtop .news-more {
    position: absolute;
    right: 0px;
    top: 14px;
    padding-right: 10px;
    margin-right: 30px;
    background: url(../images/arrow-right.png) right 5px no-repeat;
    color: #2B7DE2;
    font-size: 16px;
}

.home .news .news-content {
    padding: 15px;
}

.home .topnews .news-content {
    padding: 30px;
    display: flex;
}

.home .topnews .news-content .image-swiper {
    width: 520px;
    height: 300px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 5px;
}

.home .topnews .news-content .image-swiper {
    width: 520px;
}

.home .topnews .news-content .news-list {
    width: calc(100% - 560px);
}

.home .news .news-content .news-list .sub-category {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 18px;
}

.home .news .news-content .news-item .news-title {
    display: inline-block;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    vertical-align: middle;
    font-size: 16px;
}

.home .news .news-content .news-item .date {
    display: inline-block;
    width: 100px;
    color: #999999;
    text-align: right;
    font-size: 16px;
}

/* 一行三列 */
.home .news-col3 {
    display: flex;
}

.home .news-col3 .news {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 386.6px;
    min-height: 250px;
}

.home .news-col3 .news:last-child {
    margin-right: 0px;
}

/* 轮播图一屏横向三个 */
.home .product {
    background: url(../images/product-bg.png) 0px 0px no-repeat;
    background-size: 100% 100%;
    padding: 10px 0px 10px 0px;
}

.home .product .news {
    background: transparent;
}

.home .product .news .boxtop {
    background: transparent;
}