/*整体样式代码使用less编译*/
/*2021.09.01 For LiuXiaoBai*/
/* 公共样式开始 */
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
    font: 14px Microsoft YaHei, 微软雅黑 !important;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
}

.clear {
    clear: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

::selection {
    color: #fff;
    background: #eb0223;
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url(../font/SourceHanSerifCN-SemiBold.otf);
}

/*面包屑*/
.position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

.position a {
    font-size: 14px;
    color: #999999;
}

/*通用分页*/
.pages-3 {
    margin-top: 35px;
    color: #999;
    text-align: center;
    display: block;
}

.pages-3 a {
    background: #ffffff;
    color: #999;
    padding: 5px 6px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s linear;
}

.pages-3 a:hover {
    color: #ffffff;
    background: #eb0223;
}

.pages-3 strong {
    background: #eb0223;
    padding: 5px 6px;
    color: #ffffff;
    border-radius: 4px;
}

.pages-3 cite {
    font-style: normal
}

.pages-3 .pages_inp,
.pages-3 .pages_btn {
    display: none;
}

/*无缝滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/* 公共样式结束 */
/* 头部样式开始 */
.header {
    height: 75px;
    width: 100%;
    background-color: #eb0223;
    position: fixed;
    z-index: 99999999999;
}

.header .header-box {
    margin: auto;
}

.header .header-box .header-logo {
    height: 75px;
    width: 220px;
    float: left;
}

.header .header-box .header-nav {
    height: 75px;
    float: left;
    margin: auto 40px;
}

.header .header-box .header-nav ul {
    text-align: center;
}

.header .header-box .header-nav ul li {
    line-height: 75px;
    float: left;
    transition: all 0.3s linear;
}

.header .header-box .header-nav ul li:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.header .header-box .header-nav ul li a {
    font-size: 16px;
    color: #fff;
    margin: auto 20px;
}

.header .header-box .header-search {
    height: 75px;
    float: right;
}

.header .header-box .header-search i {
    color: #fff;
    font-size: 25px;
    line-height: 75px;
}

.header .header-box .header-search-box {
    width: 885px;
    height: 90px;
    position: absolute;
    top: 75px;
    margin-left: 415px;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.35);
    display: none;
}

.header .header-box .header-search-box .search-box-close {
    width: 30px;
    margin-left: 30px;
}

.header .header-box .header-search-box .search-box-close i {
    color: #eb0223;
    font-size: 30px;
    font-weight: 600;
    line-height: 90px;
}

.header .header-box .header-search-box .search-box-key {
    height: 30px;
    width: -moz-calc(-122%);
    width: -webkit-calc(-122%);
    width: calc(100% - 222px);
    margin: 30px 20px;
    position: absolute;
    padding: 0 15px;
    border: none;
    font-size: 16px;
    color: #999999;
}

.header .header-box .header-search-box .search-box-ok {
    float: right;
    width: 60px;
    display: block;
    color: #eb0223;
    font-size: 24px;
    line-height: 90px;
    margin-right: 30px;
}

.headers {
    height: 75px;
    width: 100%;
}

/* 头部样式 结束 */
/* 头部样式2开始 */
.header2 {
    height: 120px;
    background: #fff;
}

.header2 .logo-box {
    float: left;
    width: 300px;
}

.header2 .logo-box a {
    line-height: 120px;
}

.header2 .logo-box img {
    max-width: 100%;
}

.header2 .search-box {
    float: right;
    border: 2px solid #eb0223;
    border-radius: 50px;
    width: 500px;
    margin-top: 40px;
    position: relative;
}

.header2 .search-box .sear-txt-box {
    width: 250px;
    float: left;
}

.header2 .search-box .search-btn {
    margin-right: -2px;
    float: right;
    width: 100px;
    color: #fff;
    font-size: 16px;
    background: #eb0223;
    text-align: center;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
}

.header2 .search-box .search-txt {
    width: 250px;
    padding: 3px 5px;
    height: 30px;
    border: none;
    outline: none;
    margin-left: 20px;
    font-size: 14px;
}

.header2 .search-box .search-moduleid {
    position: absolute;
    right: 120px;
    height: 36px;
    border: none;
    text-align: left;
}

.header2 .search-box .search-moduleid option {
    line-height: 2;
}

/* 头部样式2 结束 */
/*顶部tips开始*/
.top-tips2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #eee solid;
    background: #fff;
}

.top-tips2 .f_l {
    float: left;
}

.top-tips2 .f_r {
    float: right;
}

.top-tips2 .f_r ul li {
    float: left;
    position: relative;
}

.top-tips2 .f_r ul .h_mobile {
    background: url(../image/ico_mobile.gif) no-repeat 0 center;
    padding: 0 2px 0 15px;
}

.top-tips2 .f_r ul .h_qrcode {
    background: url(../image/ico_qrcode.gif) no-repeat 0 center;
    padding: 0 6px 0 18px;
}

.top-tips2 .f_r ul .h_qrcode:hover .qrcode {
    display: block;
}

.top-tips2 .f_r ul .h_qrcode .qrcode {
    display: none;
    position: absolute;
    top: 50px;
    left: -35px;
}

/*顶部tips结束*/
/*导航菜单开始*/
.menu-box2 {
    display: block;
    overflow: hidden;
    text-align: center;
}

.menu-box2 ul {
    position: relative;
    overflow: hidden;
    width: auto;
}

.menu-box2 li {
    float: left;
    overflow: hidden;
}

.menu-box2 li a {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.menu-box2 li a span {
    display: block;
}

.menu-box2 {
    background: #eb0223;
}

.menu-box2 li a span {
    color: #fff;
}

.menu-box2 li a:hover,
li.menuon a {
    background: #4c4c4c;
}

/*导航菜单结束*/
/* 侧面广告 */
.right-extension {
    background-color: #fff;
    margin: 0 0 40px 0;
}

.right-extension img {
    width: 100%;
}

.right-extension .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

.right-extension .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 0.8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

.right-extension .swiper-container .swiper-pagination {
    bottom: 15px;
    right: 15px;
    left: auto;
    width: auto;
}

/* 侧面广告结束 */
/* 首页样式开始 */
#index-body #index {
    /* 首页幻灯 */
    /* 首页服务项目 */
    /* 首页栏目标题 */
    /* 首页重要新闻 */
    /* 首页原创深度报告 */
    /* 全案 新玻号 人脉聚合 */
    /* 品牌排行榜 */
    /* 带背景的栏目 */
}

#index-body #index .index-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 30px;
    height: 5px;
    border-radius: 0;
}

#index-body #index .index-banner .swiper-pagination-bullet-active {
    background-color: #eb0223;
    opacity: 0.8;
    width: 30px;
    height: 5px;
    border-radius: 0;
}

#index-body #index .index-service-items {
    width: 100%;
    height: 200px;
    background-color: #f9f9f9;
}

#index-body #index .index-service-items .index-service-box {
    height: 200px;
}

#index-body #index .index-service-items .index-service-box ul li {
    width: 25%;
    float: left;
    margin-top: 60px;
}

#index-body #index .index-service-items .index-service-box ul li img {
    position: absolute;
}

#index-body #index .index-service-items .index-service-box ul li .index-service-nav {
    margin: 0 25px 0 95px;
}

#index-body #index .index-service-items .index-service-box ul li .index-service-nav h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

#index-body #index .index-service-items .index-service-box ul li .index-service-nav a {
    font-size: 14px;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

#index-body #index .index-lanmu-title {
    margin: 100px auto 50px auto;
}

#index-body #index .section1 {
    /* 本站新闻推荐 */
    /* 企业新闻推荐 */
}

#index-body #index .section1 .news-box .left {
    width: 815px;
    float: left;
}

#index-body #index .section1 .news-box .left ul li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #999999;
}

#index-body #index .section1 .news-box .left ul li img {
    position: absolute;
    margin-top: 5px;
}

#index-body #index .section1 .news-box .left ul li .content {
    margin: 0 20px 0 40px;
}

#index-body #index .section1 .news-box .left ul li .content h4 {
    color: #333333;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section1 .news-box .left ul li .content p {
    font-size: 14px;
    height: 55px;
    color: #999999;
    margin: 30px 0 20px 0;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#index-body #index .section1 .news-box .right {
    width: 450px;
    float: right;
}

#index-body #index .section1 .news-box .right .swiper-container {
    width: 450px;
    height: 450px;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide {
    width: 450px;
    height: 450px;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide img {
    width: 450px;
    height: 450px;
    object-fit: cover;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide .shade span {
    width: 94%;
    height: 94%;
    position: absolute;
    top: 0;
    margin: 3%;
    border: 1px solid #ffffff;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide .title {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    line-height: 2;
    bottom: 50px;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide .title h4 {
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-slide .title h4 a {
    font-size: 20px;
    color: #fff;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-pagination-bullet-active {
    background-color: #eb0223;
    opacity: 0.8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#index-body #index .section1 .news-box .right .swiper-container .swiper-pagination {
    bottom: 35px;
}

#index-body #index .section1 .enterprise-news-box ul li {
    width: 22%;
    float: left;
    padding-right: 3%;
}

#index-body #index .section1 .enterprise-news-box ul li span {
    color: #000;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

#index-body #index .section1 .enterprise-news-box ul li ul li {
    width: 100%;
    line-height: 2.5;
    font-size: 14px;
    color: #333333;
    padding-right: 0;
    margin-left: 15px;
    list-style: disc;
}

#index-body #index .section2 .news-box .left {
    width: 940px;
    float: left;
}

#index-body #index .section2 .news-box .left .swiper-container {
    width: 940px;
    height: 635px;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide {
    width: 940px;
    height: 635px;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide img {
    width: 940px;
    height: 635px;
    object-fit: cover;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* 标准的语法（必须放在最后） */
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 50px;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-slide .title h4 a {
    font-size: 20px;
    color: #fff;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-pagination-bullet-active {
    background-color: #eb0223;
    opacity: 0.8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#index-body #index .section2 .news-box .left .swiper-container .swiper-pagination {
    bottom: 35px;
    right: 70px;
    left: auto;
    width: auto;
}

#index-body #index .section2 .news-box .right {
    width: 310px;
    float: right;
}

#index-body #index .section2 .news-box .right span img {
    position: absolute;
}

#index-body #index .section2 .news-box .right span h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 30px;
}

#index-body #index .section2 .news-box .right ul li {
    margin-top: 35px;
}

#index-body #index .section2 .news-box .right ul li .num {
    position: absolute;
    font-size: 36px;
    padding: 3px 6px 0 0;
}

#index-body #index .section2 .news-box .right ul li .content {
    margin: 0 0 0 30px;
}

#index-body #index .section2 .news-box .right ul li .content h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#index-body #index .section2 .news-box .right ul li .content p i {
    font-size: 12px;
    color: #bbbbbb;
}

#index-body #index .section2 .news-box .right ul li .content p i:nth-child(2) {
    color: #ff8b02;
    float: right;
}

#index-body #index .section2 .news-box .right ul li .content p i:nth-child(2) img {
    margin-right: 5px;
}

#index-body #index .section3 {
    height: 460px;
    background: #f4f5f6;
    margin: 100px auto 0px auto;
}

#index-body #index .section3 ul .polymerization {
    width: 33%;
    float: left;
    margin-top: 80px;
    /* 全案 */
    /* 新玻号 */
    /* 人脉 */
}

/*@lxb 2021年11月13日 10:03:45 新增 */
#index-body #index .section3 ul .polymerization .focus-slide .swiper-container {
    width: 390px;
    height: 240px;
    margin: 20px 0 0 0;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-slide {
    width: 390px;
    height: 240px;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-slide img {
    width: 390px;
    height: 240px;
    object-fit: cover;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* 标准的语法（必须放在最后） */
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 25px;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-slide .title h4 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-slide .title h4 a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 0.8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#index-body #index .section3 ul .polymerization .focus-slide .swiper-container .swiper-pagination {
    bottom: 15px;
    right: 15px;
    left: auto;
    width: auto;
}

#index-body #index .section3 ul .polymerization .right-d {
    margin: 0 0 40px 0;
}

#index-body #index .section3 ul .polymerization .right-d h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#index-body #index .section3 ul .polymerization .right-d ul {
    width: 100%;
}

#index-body #index .section3 ul .polymerization .right-d ul li {
    width: -moz-calc(38%);
    width: -webkit-calc(38%);
    width: calc(50% - 12px);
    height: 70px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 12px;
}

#index-body #index .section3 ul .polymerization .right-d ul li:nth-child(2n) {
    float: right;
}

#index-body #index .section3 ul .polymerization .right-d ul li:nth-child(2n + 1) {
    float: left;
}

#index-body #index .section3 ul .polymerization .right-d ul li .box {
    padding: 10px 15px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index-body #index .section3 ul .polymerization .right-d ul li .box i {
    color: #eb0223;
    margin-right: 5px;
}

#index-body #index .section3 ul .polymerization .right-d ul li .box span {
    font-size: 16px;
}

#index-body #index .section3 ul .polymerization .right-d ul li .box p {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

#index-body #index .section3 ul .polymerization .right-d .all {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fafafa;
    margin-top: 25px;
    font-size: 14px;
    color: #666666;
    transition: all 0.3s linear;
}

#index-body #index .section3 ul .polymerization .right-d .all:hover {
    color: #fff;
    background-color: #eb0223;
}

/*2021年11月13日 10:03:57 新增结束*/
#index-body #index .section3 ul .polymerization:nth-child(2) {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

#index-body #index .section3 ul .polymerization .wholeCase {
    margin: 0 55px 0 0;
}

#index-body #index .section3 ul .polymerization .wholeCase span {
    color: #4c4c4c;
    font-size: 24px;
}

#index-body #index .section3 ul .polymerization .wholeCase span i {
    font-size: 14px;
    padding-top: 5px;
    float: right;
}

#index-body #index .section3 ul .polymerization .wholeCase ul {
    margin-top: 35px;
}

#index-body #index .section3 ul .polymerization .wholeCase ul li {
    width: 48%;
    float: left;
    overflow: hidden;
}

#index-body #index .section3 ul .polymerization .wholeCase ul li img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

#index-body #index .section3 ul .polymerization .wholeCase ul li:nth-child(2n) {
    padding-left: 2%;
    padding-bottom: 2%;
}

#index-body #index .section3 ul .polymerization .wholeCase ul li:nth-child(2n + 1) {
    padding-right: 2%;
    padding-bottom: 2%;
}

#index-body #index .section3 ul .polymerization .newGlass {
    margin: 0 27.5px 0 27.5px;
}

#index-body #index .section3 ul .polymerization .newGlass span {
    color: #4c4c4c;
    font-size: 24px;
}

#index-body #index .section3 ul .polymerization .newGlass span i {
    font-size: 14px;
    padding-top: 5px;
    float: right;
}

#index-body #index .section3 ul .polymerization .newGlass ul {
    margin-top: 20px;
}

#index-body #index .section3 ul .polymerization .newGlass ul li {
    width: 100%;
    height: 70px;
    float: left;
    overflow: hidden;
    padding-bottom: 17px;
}

#index-body #index .section3 ul .polymerization .newGlass ul li img {
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#index-body #index .section3 ul .polymerization .newGlass ul li .content {
    margin: 5px 0 0 130px;
}

#index-body #index .section3 ul .polymerization .newGlass ul li .content h4 {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section3 ul .polymerization .newGlass ul li .content p {
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section3 ul .polymerization .circle {
    margin: 0 0 0 55px;
}

#index-body #index .section3 ul .polymerization .circle span {
    color: #4c4c4c;
    font-size: 24px;
}

#index-body #index .section3 ul .polymerization .circle span i {
    font-size: 14px;
    padding-top: 5px;
    float: right;
}

#index-body #index .section3 ul .polymerization .circle ul {
    margin-top: 0px;
}

#index-body #index .section3 ul .polymerization .circle ul li {
    width: 48%;
    height: 70px;
    float: left;
    overflow: hidden;
    padding-bottom: 2%;
}

#index-body #index .section3 ul .polymerization .circle ul li .medal {
    position: absolute;
    margin-top: 17px;
}

#index-body #index .section3 ul .polymerization .circle ul li .medal img {
    width: 23px;
    height: 29px;
    margin: 0;
}

#index-body #index .section3 ul .polymerization .circle ul li .medal p {
    color: #fff;
    margin: 9px 0 0 7px;
    position: absolute;
}

#index-body #index .section3 ul .polymerization .circle ul li img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50px;
    position: absolute;
    margin-left: 33px;
}

#index-body #index .section3 ul .polymerization .circle ul li .content {
    margin: 5px 0 0 102px;
}

#index-body #index .section3 ul .polymerization .circle ul li .content h4 {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section3 ul .polymerization .circle ul li .content p {
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index-body #index .section4 .content .content-a {
    width: 460px;
    float: left;
    border-right: 1px solid #dddddd;
}

#index-body #index .section4 .content .content-a:nth-child(2) {
    margin-left: 30px;
}

#index-body #index .section4 .content .content-a .layui-tab {
    width: 430px;
    margin: 0;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-title {
    border: none;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-title li {
    width: -moz-calc(23.9%);
    width: -webkit-calc(23.9%);
    width: calc(25% - 1.1px);
    padding: 0;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-title li:nth-child(1) {
    border-left: 1px solid #d7d7d7;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-title .layui-this {
    color: #fff;
    background-color: #4c4c4c;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-title .layui-this:after {
    border: none;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content {
    padding-top: 20px;
    padding-bottom: 0;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li {
    clear: left;
    padding-bottom: 18px;
    height: 24px;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .num {
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #4c4c4c;
    border-radius: 50px;
    float: left;
    margin-right: 25px;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .num p {
    line-height: 24px;
    text-align: center;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .title {
    width: 170px;
    float: left;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .title p {
    font-size: 16px;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .attention {
    width: 150px;
    float: left;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .attention p {
    font-size: 14px;
    color: #666666;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .attention p img {
    margin-right: 5px;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .look {
    float: left;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .look a {
    font-size: 14px;
    color: #999999;
    transition: all 0.3s linear;
}

#index-body #index .section4 .content .content-a .layui-tab .layui-tab-content .layui-tab-item ul li .look a:hover {
    color: #eb0223;
}

#index-body #index .section4 .content .content-b {
    width: 318px;
    margin-left: 30px;
    float: left;
}

#index-body #index .section4 .content .content-b .babybasic img {
    margin-right: 5px;
}

#index-body #index .section4 .content .content-b .babybasic span {
    color: #4c4c4c;
    font-size: 20px;
}

#index-body #index .section4 .content .content-b .babybasic span i {
    font-size: 10px;
    padding-top: 5px;
    float: right;
}

#index-body #index .section4 .content .content-b .babybasic ul li {
    float: left;
    padding-top: 12px;
}

#index-body #index .section4 .content .content-b .babybasic ul li:nth-child(2n) {
    padding-left: 15px;
}

#index-body #index .section4 .content .content-b .babybasic ul li img {
    width: 144px;
    height: 78px;
    border-radius: 4px;
    object-fit: scale-down;
    transition: all 0.3s linear;
    border: 1px solid #f2f2f2;
}

#index-body #index .section4 .content .content-b .babybasic ul li img:hover {
    transform: scale(1.15);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
}

#index-body #index .section5 .bgcolumn ul li {
    float: left;
    position: relative;
    margin-left: 31px;
    margin-top: 31px;
}

#index-body #index .section5 .bgcolumn ul li:nth-child(1) {
    margin-left: 0;
}

#index-body #index .section5 .bgcolumn ul li:nth-child(6n + 7) {
    margin-left: 0;
}

#index-body #index .section5 .bgcolumn ul li img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}

#index-body #index .section5 .bgcolumn ul li a {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 190px;
    transition: all 0.3s linear;
}

#index-body #index .section5 .bgcolumn ul li a:hover {
    color: transparent;
    background-color: transparent;
}

#index-body #index .section6 {
    display: table;
    margin-bottom: 80px;
}

#index-body #index .section6 .special-video-list ul li {
    width: 23.5%;
    float: left;
    margin: 1%;
    position: relative;
}

#index-body #index .section6 .special-video-list ul li:first-of-type {
    margin-left: 0;
}

#index-body #index .section6 .special-video-list ul li:nth-child(4n) {
    margin-right: 0;
}

#index-body #index .section6 .special-video-list ul li:nth-child(4n + 5) {
    margin-left: 0;
}

#index-body #index .section6 .special-video-list ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

#index-body #index .section6 .special-video-list ul li .content {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    top: 0px;
}

#index-body #index .section6 .special-video-list ul li .content span {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 90%;
    bottom: 10px;
    left: 10px;
}

#index-body #index .section6 .special-video-list ul li .content i img {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 10px 0 0 10px;
}

/* 首页样式 结束 */
/* 新闻列表开始 */
#news-list-body #newslist .section1 {
    margin-top: 55px;
    margin-bottom: 35px;
    height: 440px;
    background-color: #fff;
}

#news-list-body #newslist .section1 .focus-title {
    padding: 35px 0 0 35px;
    height: 67px;
}

#news-list-body #newslist .section1 .focus-title span {
    font-size: 30px;
    font-weight: 600;
}

#news-list-body #newslist .section1 .focus-title i {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    font-weight: unset;
}

#news-list-body #newslist .section1 .focus-list {
    width: 830px;
    height: 250px;
    float: left;
    margin: 0 0 0 35px;
}

#news-list-body #newslist .section1 .focus-list ul {
    width: -moz-calc(15%);
    width: -webkit-calc(15%);
    width: calc(50% - 35px);
    float: left;
}

#news-list-body #newslist .section1 .focus-list ul:nth-child(1) li:nth-child(-n + 3) a span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#news-list-body #newslist .section1 .focus-list ul:nth-child(2) {
    width: -moz-calc(15%);
    width: -webkit-calc(15%);
    width: calc(50% - 35px);
    float: right;
}

#news-list-body #newslist .section1 .focus-list ul li {
    margin: 35px 35px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-list-body #newslist .section1 .focus-list ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section1 .focus-list ul li a:hover {
    color: #eb0223;
}

#news-list-body #newslist .section1 .focus-list ul li a:hover span {
    color: #fff;
    background-color: #eb0223;
}

#news-list-body #newslist .section1 .focus-list ul li a span {
    color: #eb0223;
    font-size: 12px;
    border: 1px solid #eb0223;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container {
    width: 390px;
    height: 250px;
    margin: 0 35px 0 0;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide {
    width: 390px;
    height: 250px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide img {
    width: 390px;
    height: 250px;
    object-fit: cover;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* 标准的语法（必须放在最后） */
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 25px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .title h4 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-slide .title h4 a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 0.8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

#news-list-body #newslist .section1 .focus-slide .swiper-container .swiper-pagination {
    bottom: 15px;
    right: 15px;
    left: auto;
    width: auto;
}

#news-list-body #newslist .section1 .focus-bottom {
    border-top: 1px solid #eeeeee;
    margin-top: 25px;
}

#news-list-body #newslist .section1 .focus-bottom .left {
    width: 830px;
    float: left;
    margin: 0 0 0 35px;
}

#news-list-body #newslist .section1 .focus-bottom .left ul li {
    width: 33.333333%;
    float: left;
    line-height: 60px;
}

#news-list-body #newslist .section1 .focus-bottom .left ul li a {
    font-size: 16px;
    color: #666666;
}

#news-list-body #newslist .section1 .focus-bottom .left ul li a img {
    margin-right: 5px;
}

#news-list-body #newslist .section1 .focus-bottom .right span {
    font-size: 14px;
    color: #666666;
    line-height: 60px;
    float: right;
    margin-right: 35px;
}

#news-list-body #newslist .section1 .focus-bottom .right span a {
    color: #eb0223;
    border: 1px solid #eb0223;
    padding: 8px 20px;
    margin-left: 15px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section1 .focus-bottom .right span a:hover {
    color: #fff;
    background-color: #eb0223;
}

#news-list-body #newslist .section2 {
    display: table;
}

#news-list-body #newslist .section2 .left {
    width: 940px;
    background-color: #fff;
}

#news-list-body #newslist .section2 .left .layui-tab {
    margin: 25px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title li {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0 15px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title .layui-this {
    color: #eb0223;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-title .layui-this::after {
    border-bottom: 2px solid #eb0223;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content {
    padding: 0;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li {
    height: 165px;
    padding-top: 40px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li img {
    width: 260px;
    height: 165px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content {
    margin: 10px 0 0 290px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content h4 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i {
    font-size: 12px;
    color: #999999;
}

#news-list-body #newslist .section2 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i:nth-child(1) {
    margin-right: 15px;
}

#news-list-body #newslist .section2 .right {
    width: 320px;
}

#news-list-body #newslist .section2 .right .right-a {
    background-color: #fff;
    margin: 0 0 40px 0;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab {
    margin: 0;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-title {
    width: 100%;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-title li {
    width: 33.333333%;
    padding: 0;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-title .layui-this {
    color: #fff;
    background-color: #eb0223;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-title .layui-this::after {
    border: none;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content {
    padding: 0;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item {
    padding: 20px;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 24px;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li:nth-child(1) {
    margin-top: 0;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li:nth-child(-n + 3) a span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a:hover {
    color: #eb0223;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a:hover span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#news-list-body #newslist .section2 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a span {
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section2 .right .right-b {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px 0;
}

#news-list-body #newslist .section2 .right .right-b h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#news-list-body #newslist .section2 .right .right-b ul li {
    position: relative;
    padding: 25px 0 0 0;
    border-bottom: 1px dashed #dddddd;
    height: 111px;
}

#news-list-body #newslist .section2 .right .right-b ul li:last-child {
    padding: 25px 0 0 0;
    border: none;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) {
    height: 270px;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) .content h4 {
    font-size: 14px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 4px;
    position: unset;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) span {
    position: relative;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
    z-index: 999999999;
    top: -188px;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) span::before {
    content: 'TOP ';
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) .content {
    margin: 0;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) .content h4 {
    font-size: 16px;
    border: none;
    margin: 20px 0;
}

#news-list-body #newslist .section2 .right .right-b ul li:nth-child(1) .content object a {
    font-size: 12px;
    width: -moz-calc(15%);
    width: -webkit-calc(15%);
    width: calc(25% - 10px);
    color: #666666;
    background-color: #eeeeee;
    margin: 5px 10px 0 0;
    border-radius: 2px;
}

#news-list-body #newslist .section2 .right .right-b ul li img {
    width: 111px;
    height: 83px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#news-list-body #newslist .section2 .right .right-b ul li span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
}

#news-list-body #newslist .section2 .right .right-b ul li .content {
    margin: 0 0 0 131px;
}

#news-list-body #newslist .section2 .right .right-b ul li .content h4 {
    font-size: 14px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#news-list-body #newslist .section2 .right .right-b ul li .content object {
    width: 100%;
    display: block;
}

#news-list-body #newslist .section2 .right .right-b ul li .content object a {
    font-size: 12px;
    display: block;
    width: -moz-calc(40%);
    width: -webkit-calc(40%);
    width: calc(50% - 10px);
    float: left;
    color: #666666;
    background-color: #eeeeee;
    padding: 5px 0;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-list-body #newslist .section2 .right .right-c {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px 0;
}

#news-list-body #newslist .section2 .right .right-c h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#news-list-body #newslist .section2 .right .right-c ul li {
    position: relative;
}

#news-list-body #newslist .section2 .right .right-c ul li:nth-child(-n + 3) {
    border-bottom: 1px dashed #dddddd;
    padding: 25px 0 25px 0;
    height: 83px;
}

#news-list-body #newslist .section2 .right .right-c ul li:nth-child(-n + 3) span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
    border: none;
}

#news-list-body #newslist .section2 .right .right-c ul li:nth-child(n + 4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 25px 0 0 0;
}

#news-list-body #newslist .section2 .right .right-c ul li img {
    width: 111px;
    height: 83px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#news-list-body #newslist .section2 .right .right-c ul li .content {
    margin: 0 0 0 131px;
}

#news-list-body #newslist .section2 .right .right-c ul li .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news-list-body #newslist .section2 .right .right-c ul li .content p {
    font-size: 12px;
    color: #999;
}

#news-list-body #newslist .section2 .right .right-c ul li a span {
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section2 .right .right-d {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px 0;
}

#news-list-body #newslist .section2 .right .right-d h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#news-list-body #newslist .section2 .right .right-d ul {
    width: 100%;
}

#news-list-body #newslist .section2 .right .right-d ul li {
    width: -moz-calc(38%);
    width: -webkit-calc(38%);
    width: calc(50% - 12px);
    height: 70px;
    text-align: center;
    background-color: #fafafa;
    margin-top: 25px;
}

#news-list-body #newslist .section2 .right .right-d ul li:nth-child(2n) {
    float: left;
}

#news-list-body #newslist .section2 .right .right-d ul li:nth-child(2n + 1) {
    float: right;
}

#news-list-body #newslist .section2 .right .right-d ul li .box {
    padding: 10px 15px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-list-body #newslist .section2 .right .right-d ul li .box i {
    color: #eb0223;
    margin-right: 5px;
}

#news-list-body #newslist .section2 .right .right-d ul li .box span {
    font-size: 16px;
}

#news-list-body #newslist .section2 .right .right-d ul li .box p {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

#news-list-body #newslist .section2 .right .right-d .all {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fafafa;
    margin-top: 25px;
    font-size: 14px;
    color: #666666;
    transition: all 0.3s linear;
}

#news-list-body #newslist .section2 .right .right-d .all:hover {
    color: #fff;
    background-color: #eb0223;
}

/* 新闻列表结束 */
/* 新闻详情开始 */
#news-details-body #newsdetails .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#news-details-body #newsdetails .position a {
    font-size: 14px;
    color: #999999;
}

#news-details-body #newsdetails .section1 {
    display: table;
}

#news-details-body #newsdetails .section1 .left {
    width: 940px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(163, 177, 191, 0.35);
}

#news-details-body #newsdetails .section1 .left .news-box {
    margin: 45px;
    text-align: justify;
}

#news-details-body #newsdetails .section1 .left .news-box .title {
    font-size: 30px;
    color: #333333;
}

#news-details-body #newsdetails .section1 .left .news-box .count {
    margin-top: 35px;
}

#news-details-body #newsdetails .section1 .left .news-box .count span {
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}

#news-details-body #newsdetails .section1 .left .news-box .content {
    padding: 35px 0 10px;
    font-size: 16px;
    line-height: 2;
    color: #757575;
}

#news-details-body #newsdetails .section1 .left .news-box .content img {
    max-width: 100%;
    height: auto !important;
}

#news-details-body #newsdetails .section1 .left .news-box .tips {
    padding: 15px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
    color: #999;
    margin-top: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike {
    text-align: center;
    padding: 55px 0;
    border-bottom: 1px dashed #dddddd;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a {
    color: #fff;
    font-size: 18px;
    background-color: #eb0223;
    padding: 10px 20px;
    border-radius: 50px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a i {
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .givelike a i::before {
    position: relative;
    top: 3px;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more {
    font-size: 16px;
    color: #999;
    line-height: 2;
    padding: 25px 0;
    transition: all 0.3s linear;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more a {
    color: #999;
}

#news-details-body #newsdetails .section1 .left .news-box .news-more a:hover {
    color: #eb0223;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ededed;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .layui-input-block {
    margin: 0;
    padding-bottom: 15px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .layui-input-block .layui-textarea {
    border: none;
    background-color: #f9f9f9;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit {
    height: 50px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box {
    width: 100%;
    float: right;
    padding-top: 15px;
    border-top: 1px dashed #ededed;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content {
    float: right;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input {
    height: 32px;
    line-height: 32px;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked span {
    background-color: #eb0223;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox i {
    color: #d2d2d2;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked i {
    color: #eb0223;
    border-color: #eb0223;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-border-red {
    border-color: #eb0223 !important;
    color: #eb0223 !important;
}

#news-details-body #newsdetails .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
    height: 30px;
    line-height: 30px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment {
    margin-top: 45px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title {
    padding-bottom: 20px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #eb0223;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li {
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li:last-child {
    border-bottom: none;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .name {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .content-text {
    margin: 10px 0 10px 25px;
}

#news-details-body #newsdetails .section1 .left .news-box .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

#news-details-body #newsdetails .section1 .right {
    width: 320px;
}

#news-details-body #newsdetails .section1 .right .right-a {
    background-color: #fff;
    margin: 0 0 40px 0;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab {
    margin: 0;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-title {
    width: 100%;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-title li {
    width: 33.333333%;
    padding: 0;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-title .layui-this {
    color: #fff;
    background-color: #eb0223;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-title .layui-this::after {
    border: none;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content {
    padding: 0;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item {
    padding: 20px;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 24px;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li:nth-child(1) {
    margin-top: 0;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li:nth-child(-n + 3) a span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a:hover {
    color: #eb0223;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a:hover span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#news-details-body #newsdetails .section1 .right .right-a .layui-tab .layui-tab-content .layui-tab-item ul li a span {
    color: #999;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#news-details-body #newsdetails .section1 .right .right-b {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px 0;
}

#news-details-body #newsdetails .section1 .right .right-b h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .right .right-b ul li {
    position: relative;
    padding: 25px 0 25px 0;
    border-bottom: 1px dashed #dddddd;
}

#news-details-body #newsdetails .section1 .right .right-b ul li:last-child {
    padding: 25px 0 0 0;
    border: none;
}

#news-details-body #newsdetails .section1 .right .right-b ul li:nth-child(1) img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 4px;
    position: unset;
}

#news-details-body #newsdetails .section1 .right .right-b ul li:nth-child(1) span {
    position: relative;
    font-size: 12px;
    top: -188px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
    z-index: 99999;
}

#news-details-body #newsdetails .section1 .right .right-b ul li:nth-child(1) span::before {
    content: 'TOP ';
}

#news-details-body #newsdetails .section1 .right .right-b ul li:nth-child(1) .content {
    margin: 0;
    height: 35px;
}

#news-details-body #newsdetails .section1 .right .right-b ul li:nth-child(1) .content h4 {
    font-size: 16px;
    border: none;
    margin: 0 0 20px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#news-details-body #newsdetails .section1 .right .right-b ul li:nth-child(1) .content object a {
    font-size: 12px;
    width: -moz-calc(15%);
    width: -webkit-calc(15%);
    width: calc(25% - 10px);
    color: #666666;
    background-color: #eeeeee;
    margin: 5px 10px 0 0;
    border-radius: 2px;
}

#news-details-body #newsdetails .section1 .right .right-b ul li img {
    width: 111px;
    height: 83px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#news-details-body #newsdetails .section1 .right .right-b ul li span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
}

#news-details-body #newsdetails .section1 .right .right-b ul li .content {
    margin: 0 0 0 131px;
    height: 83px;
}

#news-details-body #newsdetails .section1 .right .right-b ul li .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#news-details-body #newsdetails .section1 .right .right-b ul li .content object {
    width: 100%;
    display: block;
}

#news-details-body #newsdetails .section1 .right .right-b ul li .content object a {
    font-size: 12px;
    display: block;
    width: -moz-calc(40%);
    width: -webkit-calc(40%);
    width: calc(50% - 10px);
    float: left;
    color: #666666;
    background-color: #eeeeee;
    padding: 5px 0;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-details-body #newsdetails .section1 .right .right-c {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px 0;
}

#news-details-body #newsdetails .section1 .right .right-c h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .right .right-c ul li {
    position: relative;
}

#news-details-body #newsdetails .section1 .right .right-c ul li:nth-child(-n + 3) {
    border-bottom: 1px dashed #dddddd;
    padding: 25px 0 25px 0;
    height: 83px;
}

#news-details-body #newsdetails .section1 .right .right-c ul li:nth-child(-n + 3) span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
    border: none;
}

#news-details-body #newsdetails .section1 .right .right-c ul li:nth-child(n + 4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 25px 0 0 0;
}

#news-details-body #newsdetails .section1 .right .right-c ul li img {
    width: 111px;
    height: 83px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#news-details-body #newsdetails .section1 .right .right-c ul li .content {
    margin: 0 0 0 131px;
}

#news-details-body #newsdetails .section1 .right .right-c ul li .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news-details-body #newsdetails .section1 .right .right-c ul li .content p {
    font-size: 12px;
    color: #999;
}

#news-details-body #newsdetails .section1 .right .right-c ul li a span {
    color: #999;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#news-details-body #newsdetails .section1 .right .right-d {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px 0;
}

#news-details-body #newsdetails .section1 .right .right-d h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#news-details-body #newsdetails .section1 .right .right-d ul {
    width: 100%;
}

#news-details-body #newsdetails .section1 .right .right-d ul li {
    width: -moz-calc(38%);
    width: -webkit-calc(38%);
    width: calc(50% - 12px);
    height: 70px;
    text-align: center;
    background-color: #fafafa;
    margin-top: 25px;
}

#news-details-body #newsdetails .section1 .right .right-d ul li:nth-child(2n) {
    float: left;
}

#news-details-body #newsdetails .section1 .right .right-d ul li:nth-child(2n + 1) {
    float: right;
}

#news-details-body #newsdetails .section1 .right .right-d ul li .box {
    padding: 10px 15px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-details-body #newsdetails .section1 .right .right-d ul li .box i {
    color: #eb0223;
    margin-right: 5px;
}

#news-details-body #newsdetails .section1 .right .right-d ul li .box span {
    font-size: 16px;
}

#news-details-body #newsdetails .section1 .right .right-d ul li .box p {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

#news-details-body #newsdetails .section1 .right .right-d .all {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fafafa;
    margin-top: 25px;
    font-size: 14px;
    color: #666666;
    transition: all 0.3s linear;
}

#news-details-body #newsdetails .section1 .right .right-d .all:hover {
    color: #fff;
    background-color: #eb0223;
}

/* 新闻详情结束 */
/* 企业新闻列表开始 */
#corporate-newslist-body #corporate-newslist .section1 {
    display: table;
    margin-top: 60px;
}

#corporate-newslist-body #corporate-newslist .section1 .left {
    width: 940px;
    background-color: #fff;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count {
    margin: 0 25px 25px 25px;
    height: 105px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count img {
    width: 196px;
    height: 105px;
    object-fit: scale-down;
    border: 1px solid #f7f7f7;
    position: absolute;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content {
    margin: 0 0 0 200px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    height: 63px;
    margin-left: 20px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content ul li {
    float: left;
    width: 75px;
    text-align: center;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content ul li:nth-child(2) {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content ul li i {
    display: block;
    font-size: 18px;
    color: #f5af3e;
    font-weight: 600;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content ul li span {
    font-size: 12px;
    color: #999;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content .layui-btn {
    float: right;
    font-size: 18px;
    /* font-weight: 600; */
    border-radius: 4px;
    line-height: 35px;
    background-color: #f5af3e;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content .layui-btn i {
    font-size: 20px;
    /* font-weight: 600; */
    margin-right: 10px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .corporate-count .content .layui-btn i::before {
    position: relative;
    top: 2px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab {
    margin: 25px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-title li {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-title .layui-this {
    color: #000;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-title .layui-this::after {
    border-bottom: 2px solid #000;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content {
    padding: 0;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li {
    height: 165px;
    padding-top: 35px;
    border-bottom: 1px dashed #eee;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li img {
    width: 185px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    float: right;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content {
    margin: 10px 290px 0 10px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content h4 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 18px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i {
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i img {
    border-radius: 0px;
    width: auto;
    height: auto;
    float: unset;
    margin-right: 5px;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item .pages {
    margin-top: 25px;
    color: #999;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item .pages a {
    background: #ffffff;
    color: #999;
    padding: 5px 5px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s linear;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item .pages a:hover {
    color: #ffffff;
    background: #f5af3e;
}

#corporate-newslist-body #corporate-newslist .section1 .left .layui-tab .layui-tab-content .layui-tab-item .pages strong {
    background: #f5af3e;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 4px;
}

#corporate-newslist-body #corporate-newslist .section1 .right {
    width: 320px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-a {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dddddd;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-a h4 {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-a h4 img {
    margin-right: 10px;
    margin-top: -2px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-a .text {
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-a h3 {
    font-size: 12px;
    color: #666666;
    padding-top: 15px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-a h3 img {
    margin-right: 10px;
    margin-top: -2px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-b {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-b h4 {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-b h4 img {
    margin-right: 10px;
    margin-top: -2px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-b ul li {
    margin-bottom: 15px;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-b ul li a {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
}

#corporate-newslist-body #corporate-newslist .section1 .right .right-b ul li a span {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: block;
}

/* 企业新闻列表结束 */
/* 企业新闻详情开始 */
#corporate-news-details-body #corporate-news-details .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#corporate-news-details-body #corporate-news-details .position a {
    font-size: 14px;
    color: #999999;
}

#corporate-news-details-body #corporate-news-details .section1 {
    display: table;
}

#corporate-news-details-body #corporate-news-details .section1 .left {
    width: 940px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(163, 177, 191, 0.35);
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box {
    margin: 45px;
    text-align: justify;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .title {
    font-size: 30px;
    color: #333333;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .count {
    margin-top: 35px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .count span {
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .content {
    padding: 35px 0 10px;
    font-size: 16px;
    line-height: 2;
    color: #757575;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .content img {
    max-width: 100%;
    height: auto !important;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .tips {
    padding: 15px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
    color: #999;
    margin-top: 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike {
    text-align: center;
    padding: 55px 0;
    border-bottom: 1px dashed #dddddd;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike a {
    color: #fff;
    font-size: 18px;
    background-color: #eb0223;
    padding: 10px 20px;
    border-radius: 50px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike a i {
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .givelike a i::before {
    position: relative;
    top: 3px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more {
    font-size: 16px;
    color: #999;
    line-height: 2;
    padding: 25px 0;
    transition: all 0.3s linear;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more a {
    color: #999;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .news-more a:hover {
    color: #eb0223;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ededed;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .layui-input-block {
    margin: 0;
    padding-bottom: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .layui-input-block .layui-textarea {
    border: none;
    background-color: #f9f9f9;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit {
    height: 50px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box {
    width: 100%;
    float: right;
    padding-top: 15px;
    border-top: 1px dashed #ededed;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content {
    float: right;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-input {
    height: 32px;
    line-height: 32px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked span {
    background-color: #eb0223;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checkbox i {
    color: #d2d2d2;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-form-checked i {
    color: #eb0223;
    border-color: #eb0223;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-border-red {
    border-color: #eb0223 !important;
    color: #eb0223 !important;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .comment .comment-box .comment-Submit .comment-Submit-box .comment-Submit-content .layui-btn {
    height: 30px;
    line-height: 30px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment {
    margin-top: 45px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title {
    padding-bottom: 20px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title .sx {
    display: block;
    float: left;
    width: 4px;
    height: 17px;
    border-radius: 50px;
    margin: 2px 10px 0 0;
    background-color: #eb0223;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title span {
    font-size: 14px;
    color: #333;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-title .count {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li {
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li:last-child {
    border-bottom: none;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .name {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .content-text {
    margin: 10px 0 10px 25px;
}

#corporate-news-details-body #corporate-news-details .section1 .left .news-box .all-comment .all-comment-content ul li .content-text p {
    word-wrap: break-word;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

#corporate-news-details-body #corporate-news-details .section1 .left .givelike {
    border-bottom: none !important;
}

#corporate-news-details-body #corporate-news-details .section1 .right {
    width: 320px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    height: 100px;
    border-bottom: 1px solid #dddddd;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z img {
    width: 85px;
    height: 45px;
    object-fit: scale-down;
    position: absolute;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z h4 {
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 0 95px;
    padding-bottom: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z ul li {
    float: left;
    width: 33%;
    text-align: center;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z ul li:nth-child(2) {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z ul li i {
    display: block;
    font-size: 18px;
    color: #f5af3e;
    font-weight: 600;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-z ul li span {
    font-size: 12px;
    color: #999;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-a {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dddddd;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-a h4 {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-a h4 img {
    margin-right: 10px;
    margin-top: -2px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-a .text {
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-a h3 {
    font-size: 12px;
    color: #666666;
    padding-top: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-a h3 img {
    margin-right: 10px;
    margin-top: -2px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-b {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-b h4 {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-b h4 img {
    margin-right: 10px;
    margin-top: -2px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-b ul li {
    margin-bottom: 15px;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-b ul li a {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
}

#corporate-news-details-body #corporate-news-details .section1 .right .right-b ul li a span {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: block;
}

/* 企业新闻详情结束 */
/* 专题列表开始 */
#special-body #special .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#special-body #special .position a {
    font-size: 14px;
    color: #999999;
}

#special-body #special .section1 {
    display: table;
}

#special-body #special .section1 .left {
    width: 850px;
    background-color: #fff;
}

#special-body #special .section1 .left .special-banner {
    width: 100%;
    height: 450px;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* 标准的语法（必须放在最后） */
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .title {
    position: absolute;
    width: 60%;
    margin-left: 2%;
    line-height: 2;
    bottom: 13px;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

#special-body #special .section1 .left .special-banner .swiper-wrapper .swiper-slide .title h4 a {
    font-size: 16px;
    color: #fff;
}

#special-body #special .section1 .left .special-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

#special-body #special .section1 .left .special-banner .swiper-pagination-bullet-active {
    background-color: #eb0223;
    opacity: 0.8;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

#special-body #special .section1 .left .special-banner .swiper-pagination {
    bottom: 20px;
    right: 2%;
    left: auto;
    width: auto;
}

#special-body #special .section1 .left .layui-tab {
    margin: 25px 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-title li {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    /* margin: 0 15px; */
}

#special-body #special .section1 .left .layui-tab .layui-tab-title .layui-this {
    color: #eb0223;
}

#special-body #special .section1 .left .layui-tab .layui-tab-title .layui-this::after {
    border-bottom: 2px solid #eb0223;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content {
    padding: 0;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li {
    height: 165px;
    padding-top: 40px;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li img {
    width: 260px;
    height: 165px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content {
    margin: 10px 0 0 290px;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content h4 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i {
    font-size: 12px;
    color: #999999;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-tab-item li .content span i:nth-child(1) {
    margin-right: 15px;
}

#special-body #special .section1 .left .layui-tab .layui-tab-content .layui-btn-fluid {
    margin-top: 20px;
    background-color: #eb0223;
}

#special-body #special .section1 .right {
    width: 400px;
}

#special-body #special .section1 .right .right-a {
    background-image: url('../images/special-jianjie-bg.png');
    background-size: 100% 450px;
    height: 450px;
    margin: 0 0 6px 0;
}

#special-body #special .section1 .right .right-a .right-a-box {
    width: 360px;
    height: 450px;
    padding: 20px;
    overflow: hidden;
}

#special-body #special .section1 .right .right-a .right-a-box .en {
    /* font-family: 'SourceHanSerifCN-SemiBold'; */
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
}

#special-body #special .section1 .right .right-a .right-a-box .cn {
    /* font-family: 'SourceHanSerifCN-SemiBold'; */
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

/* #special-body #special .section1 .right .right-a .right-a-box .cn::before {
    content: '';
    width: 80px;
    height: 1px;
    position: relative;
    top: 3px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
} */
/* #special-body #special .section1 .right .right-a .right-a-box .cn::after {
    content: '';
    width: 80px;
    height: 1px;
    position: relative;
    top: 3px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
} */
#special-body #special .section1 .right .right-a .right-a-box .text {
    font-size: 15px;
    color: #666;
    display: block;
    margin: 10px;
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    word-break: break-all;
}

#special-body #special .section1 .right .right-b {
    background-color: #fff;
    padding: 20px 0;
    margin: 0 0 40px 0;
}

#special-body #special .section1 .right .right-b h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#special-body #special .section1 .right .right-b ul li {
    position: relative;
    padding: 25px 0 25px 0;
    border-bottom: 1px dashed #dddddd;
}

#special-body #special .section1 .right .right-b ul li:last-child {
    padding: 25px 0 0 0;
    border: none;
}

#special-body #special .section1 .right .right-b ul li:nth-child(1) img {
    width: 100%;
    height: 289px;
    object-fit: cover;
    border-radius: 4px;
    position: unset;
}

#special-body #special .section1 .right .right-b ul li:nth-child(1) span {
    position: relative;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
    z-index: 99999;
    top: -289px;
}

#special-body #special .section1 .right .right-b ul li:nth-child(1) span::before {
    content: 'TOP ';
}

#special-body #special .section1 .right .right-b ul li:nth-child(1) .content {
    height: 60px;
    margin: 0;
}

#special-body #special .section1 .right .right-b ul li:nth-child(1) .content h4 {
    font-size: 16px;
    border: none;
    margin: 0 0 20px 0;
}

#special-body #special .section1 .right .right-b ul li:nth-child(1) .content object a {
    font-size: 12px;
    width: -moz-calc(15%);
    width: -webkit-calc(15%);
    width: calc(25% - 10px);
    color: #666666;
    background-color: #eeeeee;
    margin: 5px 10px 0 0;
    border-radius: 2px;
}

#special-body #special .section1 .right .right-b ul li img {
    width: 185px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#special-body #special .section1 .right .right-b ul li span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
}

#special-body #special .section1 .right .right-b ul li .content {
    height: 120px;
    margin: 0 0 0 200px;
    position: relative;
}

#special-body #special .section1 .right .right-b ul li .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#special-body #special .section1 .right .right-b ul li .content object {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

#special-body #special .section1 .right .right-b ul li .content object a {
    font-size: 12px;
    display: block;
    width: -moz-calc(40%);
    width: -webkit-calc(40%);
    width: calc(50% - 10px);
    float: left;
    color: #666666;
    background-color: #eeeeee;
    padding: 5px 0;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#special-body #special .section1 .right .right-c {
    background-color: #fff;
    padding: 20px 0;
    margin: 0 0 40px 0;
}

#special-body #special .section1 .right .right-c h4 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#special-body #special .section1 .right .right-c ul li {
    position: relative;
}

#special-body #special .section1 .right .right-c ul li:nth-child(-n + 3) {
    border-bottom: 1px dashed #dddddd;
    padding: 25px 0 25px 0;
}

#special-body #special .section1 .right .right-c ul li:nth-child(-n + 3) span {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: #fff;
    background-color: #eb0223;
    padding: 2px 7px;
    border-radius: 4px 0 0 0;
    border: none;
}

#special-body #special .section1 .right .right-c ul li:nth-child(n + 4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 25px 0 0 0;
}

#special-body #special .section1 .right .right-c ul li img {
    width: 185px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#special-body #special .section1 .right .right-c ul li .content {
    height: 120px;
    margin: 0 0 0 200px;
    position: relative;
}

#special-body #special .section1 .right .right-c ul li .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#special-body #special .section1 .right .right-c ul li .content p {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: 0;
}

#special-body #special .section1 .right .right-c ul li a span {
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#special-body #special .section2 {
    display: table;
    margin-bottom: 80px;
}

#special-body #special .section2 .special-title {
    padding-bottom: 20px;
}

#special-body #special .section2 .special-title span {
    font-size: 24px;
    color: #000;
}

#special-body #special .section2 .special-products-list ul li {
    width: 23.5%;
    float: left;
    padding: 1%;
}

#special-body #special .section2 .special-products-list ul li:first-of-type {
    padding-left: 0;
}

#special-body #special .section2 .special-products-list ul li:nth-child(4n) {
    padding-right: 0;
}

#special-body #special .section2 .special-products-list ul li:nth-child(4n + 5) {
    padding-left: 0;
}

#special-body #special .section2 .special-products-list ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

#special-body #special .section2 .special-products-list ul li .content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-body #special .section2 .special-products-list ul li .content object {
    text-align: center;
    display: block;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-body #special .section2 .special-products-list ul li .content object a {
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

#special-body #special .section2 .special-products-list ul li .content span {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-body #special .section2 .special-products-list ul li .content i {
    width: 30px;
    height: 3px;
    background-color: #eb0223;
    display: block;
    margin: 10px auto 0 auto;
}

#special-body #special .section3 {
    display: table;
    margin-bottom: 80px;
}

#special-body #special .section3 .special-title {
    padding-bottom: 20px;
}

#special-body #special .section3 .special-title span {
    font-size: 24px;
    color: #000;
}

#special-body #special .section3 .special-video-list ul li {
    width: 32%;
    float: left;
    margin: 1%;
    position: relative;
}

#special-body #special .section3 .special-video-list ul li:first-of-type {
    margin-left: 0;
}

#special-body #special .section3 .special-video-list ul li:nth-child(3n) {
    margin-right: 0;
}

#special-body #special .section3 .special-video-list ul li:nth-child(3n + 4) {
    margin-left: 0;
}

#special-body #special .section3 .special-video-list ul li img {
    width: 100%;
    height: 273px;
    object-fit: cover;
    border-radius: 4px;
}

#special-body #special .section3 .special-video-list ul li .content {
    width: 100%;
    height: 273px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    top: 0px;
}

#special-body #special .section3 .special-video-list ul li .content span {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 60%;
    bottom: 10px;
    left: 10px;
}

#special-body #special .section3 .special-video-list ul li .content i img {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 10px 0 0 10px;
}

#special-body #special .section4 {
    display: table;
    margin-bottom: 80px;
}

#special-body #special .section4 .left {
    width: 850px;
}

#special-body #special .section4 .left .special-title {
    padding-bottom: 20px;
}

#special-body #special .section4 .left .special-title span {
    font-size: 24px;
    color: #000;
}

#special-body #special .section4 .left .special-brand-logo ul li {
    width: 23.5%;
    float: left;
    padding: 1%;
}

#special-body #special .section4 .left .special-brand-logo ul li:first-of-type {
    padding-left: 0;
}

#special-body #special .section4 .left .special-brand-logo ul li:nth-child(4n) {
    padding-right: 0;
}

#special-body #special .section4 .left .special-brand-logo ul li:nth-child(4n + 5) {
    padding-left: 0;
}

#special-body #special .section4 .left .special-brand-logo ul li img {
    width: 100%;
    height: 105px;
    object-fit: scale-down;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

#special-body #special .section4 .right {
    width: 400px;
}

#special-body #special .section4 .right .special-title {
    padding-bottom: 20px;
}

#special-body #special .section4 .right .special-title span {
    font-size: 24px;
    color: #000;
}

#special-body #special .section4 .right .special-brand-list ul li {
    clear: left;
    padding: 7px 0;
    height: 24px;
}

#special-body #special .section4 .right .special-brand-list ul li .num {
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #ccc;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}

#special-body #special .section4 .right .special-brand-list ul li .num p {
    line-height: 24px;
    text-align: center;
}

#special-body #special .section4 .right .special-brand-list ul li .title {
    width: 200px;
    float: left;
}

#special-body #special .section4 .right .special-brand-list ul li .title p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-body #special .section4 .right .special-brand-list ul li .attention {
    width: 150px;
    float: right;
    text-align: right;
}

#special-body #special .section4 .right .special-brand-list ul li .attention p {
    font-size: 14px;
    color: #666666;
}

#special-body #special .section4 .right .special-brand-list ul li .attention p img {
    margin-right: 5px;
}

#special-body #special .section5 .special-title {
    padding-bottom: 20px;
}

#special-body #special .section5 .special-title span {
    font-size: 24px;
    color: #000;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper {
    width: 31.333333%;
    float: left;
    margin-top: 10px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner {
    width: 100%;
    height: 265px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 572px;
    object-fit: cover;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* 标准的语法（必须放在最后） */
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 41px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title h4 {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title h4 a {
    font-size: 16px;
    color: #fff;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#special-body #special .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-pagination-bullet-active {
    background-color: #eb0223;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#special-body #special .section5 .special-news-list .special-news-list-box {
    width: 31.333333%;
    float: left;
}

#special-body #special .section5 .special-news-list .special-news-list-box:nth-child(2) {
    margin: 0 3%;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a span {
    width: 80%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a span:hover {
    color: #eb0223;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a i {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

#special-body #special .section5 .special-news-list .special-news-list-box ul li a i:hover {
    color: #eb0223;
}

/* 专题列表结束 */
/* 专题列表开始 */
#special-list-body #special-list .section1 {
    margin-top: 55px;
    display: table;
    background-color: #fff;
}

#special-list-body #special-list .section1 .special-news-title {
    padding-bottom: 20px;
}

#special-list-body #special-list .section1 .special-news-title i {
    width: 6px;
    height: 26px;
    background-color: #eb0223;
    display: block;
    position: absolute;
    margin-top: 3px;
}

#special-list-body #special-list .section1 .special-news-title span {
    font-size: 24px;
    color: #000;
    margin-left: 20px;
}

#special-list-body #special-list .section1 .special-news-title a {
    font-size: 14px;
    color: #999;
    line-height: 31px;
    float: right;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section1 .special-news-title a:hover {
    color: #eb0223;
}

#special-list-body #special-list .section1 .special-news-list ul li {
    width: 15%;
    float: left;
    padding: 1%;
}

#special-list-body #special-list .section1 .special-news-list ul li:first-of-type {
    padding-left: 0;
}

#special-list-body #special-list .section1 .special-news-list ul li:nth-child(6n) {
    padding-right: 0;
}

#special-list-body #special-list .section1 .special-news-list ul li:nth-child(6n + 7) {
    padding-left: 0;
}

#special-list-body #special-list .section1 .special-news-list ul li img {
    width: 100%;
    height: 143px;
    border: 1px solid #f2f2f2;
    object-fit: cover;
    border-radius: 4px;
}

#special-list-body #special-list .section1 .special-news-list ul li .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
}

#special-list-body #special-list .section1 .special-news-list ul li .content object {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#special-list-body #special-list .section1 .special-news-list ul li .content object a {
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

#special-list-body #special-list .section1 .special-news-list ul li .content span {
    font-size: 14px;
    color: #000;
}

#special-list-body #special-list .section2 {
    margin-top: 55px;
    display: table;
    background-color: #fff;
}

#special-list-body #special-list .section2 .special-news-title {
    padding-bottom: 20px;
}

#special-list-body #special-list .section2 .special-news-title i {
    width: 6px;
    height: 26px;
    background-color: #eb0223;
    display: block;
    position: absolute;
    margin-top: 3px;
}

#special-list-body #special-list .section2 .special-news-title span {
    font-size: 24px;
    color: #000;
    margin-left: 20px;
}

#special-list-body #special-list .section2 .special-news-title a {
    font-size: 14px;
    color: #999;
    line-height: 31px;
    float: right;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-title a:hover {
    color: #eb0223;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box {
    width: 31.333333%;
    float: left;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box:nth-child(2) {
    margin: 0 3%;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a span {
    width: 80%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a span:hover {
    color: #eb0223;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a i {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a i:hover {
    color: #eb0223;
}

/* 专题列表结束 */
/* 品牌榜开始 */
#brand-list-body #brand-list .brand-banner img {
    width: 100%;
}

#brand-list-body #brand-list .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#brand-list-body #brand-list .position a {
    font-size: 14px;
    color: #999999;
}

#brand-list-body #brand-list .section1 {
    background-color: #fff;
    display: table;
}

#brand-list-body #brand-list .section1 .shaixuan {
    padding: 25px;
}

#brand-list-body #brand-list .section1 .shaixuan span {
    display: block;
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#brand-list-body #brand-list .section1 .shaixuan ul .on {
    background-color: #ca9e5e;
}

#brand-list-body #brand-list .section1 .shaixuan ul .on a {
    color: #fff;
}

#brand-list-body #brand-list .section1 .shaixuan ul li {
    padding: 5px 7px;
    margin: 20px 7px 0 0;
    float: left;
}

#brand-list-body #brand-list .section1 .shaixuan ul li a {
    font-size: 16px;
    color: #333;
}

#brand-list-body #brand-list .section1 .focus-bottom {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    margin-top: 50px;
    display: table;
}

#brand-list-body #brand-list .section1 .focus-bottom .left {
    width: 830px;
    float: left;
    padding: 0 0 0 35px;
    background-color: #fffcf7;
}

#brand-list-body #brand-list .section1 .focus-bottom .left ul li {
    width: 33.333333%;
    float: left;
    line-height: 60px;
}

#brand-list-body #brand-list .section1 .focus-bottom .left ul li a {
    font-size: 16px;
    color: #666666;
}

#brand-list-body #brand-list .section1 .focus-bottom .left ul li a img {
    margin-right: 5px;
}

#brand-list-body #brand-list .section1 .focus-bottom .right {
    width: 435px;
    float: right;
    background-color: #fffcf7;
}

#brand-list-body #brand-list .section1 .focus-bottom .right span {
    font-size: 14px;
    color: #666666;
    line-height: 60px;
    float: right;
    padding-right: 35px;
}

#brand-list-body #brand-list .section1 .focus-bottom .right span a {
    color: #ba7c1c;
    border: 1px solid #ba7c1c;
    padding: 8px 20px;
    margin-left: 15px;
    border-radius: 4px;
    font-weight: 600;
}

#brand-list-body #brand-list .section1 .content .title {
    text-align: center;
}

#brand-list-body #brand-list .section1 .content .title span {
    font-size: 46px;
    color: #ba7c1c;
    font-weight: 600;
    display: block;
    margin: 45px 0 45px 0;
}

#brand-list-body #brand-list .section1 .content .list {
    padding: 0 50px 25px 50px;
    display: table;
}

#brand-list-body #brand-list .section1 .content .list ul li {
    clear: left;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 80px;
    border-bottom: 1px dashed #ccc;
}

#brand-list-body #brand-list .section1 .content .list ul li:nth-child(-n + 3) .num p {
    color: #eb0223;
}

#brand-list-body #brand-list .section1 .content .list ul li .num {
    width: 50px;
    float: left;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .num p {
    color: #cccccc;
    font-size: 36px;
    font-family: Arial;
    font-style: italic;
    line-height: 80px;
}

#brand-list-body #brand-list .section1 .content .list ul li .logo {
    float: left;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .logo img {
    width: 150px;
    height: 80px;
    object-fit: scale-down;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#brand-list-body #brand-list .section1 .content .list ul li .title {
    width: 150px;
    height: 80px;
    float: left;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .title p {
    font-size: 20px;
    color: #010101;
}

#brand-list-body #brand-list .section1 .content .list ul li .descr {
    width: 470px;
    height: 80px;
    float: left;
    margin-right: 25px;
    display: flex;
    /* align-items: center; */
    line-height: 1.8;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .descr p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

#brand-list-body #brand-list .section1 .content .list ul li .descr p span {
    color: #ba7c1c;
}

#brand-list-body #brand-list .section1 .content .list ul li .size {
    width: 150px;
    height: 80px;
    float: left;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .size p {
    font-size: 24px;
    color: #ff6000;
}

#brand-list-body #brand-list .section1 .content .list ul li .size p img {
    padding-bottom: 8px;
}

#brand-list-body #brand-list .section1 .content .list ul li .size span {
    font-size: 14px;
    color: #999999;
}

#brand-list-body #brand-list .section1 .content .list ul li .btns {
    height: 80px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#brand-list-body #brand-list .section1 .content .list ul li .btns .layui-btn {
    border-color: #ba7c1c;
    color: #666;
}

#brand-list-body #brand-list .section2 {
    margin-top: 55px;
    display: table;
}

#brand-list-body #brand-list .section2 .left {
    width: 850px;
}

#brand-list-body #brand-list .section2 .left .special-title {
    padding-bottom: 20px;
}

#brand-list-body #brand-list .section2 .left .special-title span {
    font-size: 24px;
    color: #000;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li {
    width: 23.5%;
    float: left;
    padding: 1%;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li:first-of-type {
    padding-left: 0;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li:nth-child(4n) {
    padding-right: 0;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li:nth-child(4n + 5) {
    padding-left: 0;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li img {
    width: 100%;
    height: 105px;
    object-fit: scale-down;
    background-color: #fff;
}

#brand-list-body #brand-list .section2 .left .special-brand-logo ul li span {
    width: 100%;
    background-color: #fff;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#brand-list-body #brand-list .section2 .right {
    width: 400px;
}

#brand-list-body #brand-list .section2 .right .special-title {
    padding-bottom: 20px;
}

#brand-list-body #brand-list .section2 .right .special-title span {
    font-size: 24px;
    color: #000;
}

#brand-list-body #brand-list .section2 .right .special-title span a {
    float: right;
    font-size: 16px;
    color: #ba7c1c;
    line-height: 31px;
}

#brand-list-body #brand-list .section2 .right .special-brand-list {
    background-color: #fff;
    padding: 0 20px 0 20px;
}

#brand-list-body #brand-list .section2 .right .special-brand-list ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

#brand-list-body #brand-list .section2 .right .special-brand-list ul li:last-child {
    border: none;
}

#brand-list-body #brand-list .section2 .right .special-brand-list ul li a {
    display: block;
}

#brand-list-body #brand-list .section2 .right .special-brand-list ul li a::before {
    content: '●';
}

#brand-list-body #brand-list .section3 {
    margin-top: 55px;
    display: table;
}

#brand-list-body #brand-list .section3 .left {
    width: 850px;
}

#brand-list-body #brand-list .section3 .left .special-title {
    padding-bottom: 20px;
}

#brand-list-body #brand-list .section3 .left .special-title span {
    font-size: 24px;
    color: #000;
}

#brand-list-body #brand-list .section3 .left .special-list {
    display: table;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    width: 810px;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box {
    width: -moz-calc(50%);
    width: -webkit-calc(50%);
    width: calc(50%);
    float: left;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(-n + 4) a span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(n + 5) a span {
    color: #eb0223;
    border: 1px solid #eb0223;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(n + 5) a:hover {
    color: #eb0223;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box:nth-child(1) ul li:nth-child(n + 5) a:hover span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li {
    margin: 13.1px 10px 0 0;
    padding-bottom: 13.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
    /* &:last-child {
        border: none;
        // padding-bottom: 10px;
    } */
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a:hover {
    color: #eb0223;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a:hover span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#brand-list-body #brand-list .section3 .left .special-list .special-list-box ul li a span {
    color: #ccc;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#brand-list-body #brand-list .section3 .right {
    width: 400px;
}

#brand-list-body #brand-list .section3 .right .special-title {
    padding-bottom: 20px;
}

#brand-list-body #brand-list .section3 .right .special-title span {
    font-size: 24px;
    color: #000;
}

#brand-list-body #brand-list .section3 .right .special-list {
    width: 360px;
    padding: 20px;
    background-color: #fff;
}

#brand-list-body #brand-list .section3 .right .special-list ul li {
    position: relative;
    padding: 10px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dddddd;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) {
    white-space: unset;
    padding: 0;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 4px;
    position: unset;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) .content {
    margin: 0;
}

#brand-list-body #brand-list .section3 .right .special-list ul li:nth-child(1) .content h4 {
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 10px 0 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

#brand-list-body #brand-list .section3 .right .special-list ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#brand-list-body #brand-list .section3 .right .special-list ul li a:hover {
    color: #eb0223;
}

#brand-list-body #brand-list .section3 .right .special-list ul li a:hover span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#brand-list-body #brand-list .section3 .right .special-list ul li span {
    color: #ccc;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

/* 品牌榜结束 */
/* 品牌榜详情开始 */
#brand-details-body #brand-details .position {
    font-size: 14px;
    color: #999999;
    padding: 25px 0;
}

#brand-details-body #brand-details .position a {
    font-size: 14px;
    color: #999999;
}

#brand-details-body #brand-details .section1 {
    background-color: #fff;
    margin-bottom: 40px;
}

#brand-details-body #brand-details .section1 .topbg {
    width: 100%;
}

#brand-details-body #brand-details .section1 .topbg img {
    width: 100%;
}

#brand-details-body #brand-details .section1 .abstract {
    display: table;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
}

#brand-details-body #brand-details .section1 .abstract .left {
    width: 500px;
    float: left;
    position: relative;
    display: table;
}

#brand-details-body #brand-details .section1 .abstract .left .logo {
    width: 333px;
    height: 178px;
    object-fit: scale-down;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: absolute;
    top: -89px;
    left: 89px;
    background: #fff;
    transition: all 0.3s linear;
}

/* #brand-details-body #brand-details .section1 .abstract .left .logo:hover {
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    transition: all 0.3s ease;
    transform: translateY(-15px);
} */
#brand-details-body #brand-details .section1 .abstract .left .name {
    font-size: 36px;
    color: #010101;
    display: block;
    padding-top: 110px;
    text-align: center;
}

#brand-details-body #brand-details .section1 .abstract .left ul {
    display: table;
    margin: 0 auto;
    padding-top: 15px;
}

#brand-details-body #brand-details .section1 .abstract .left ul li {
    float: left;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(1) a {
    padding: 10px 20px;
    border: 1px solid #ff6c13;
    border-radius: 4px;
    display: block;
    margin-right: 15px;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(1) a p {
    font-size: 16px;
    color: #ff6c13;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(2) a {
    padding: 10px 20px;
    border: 1px solid #f1b43f;
    border-radius: 4px;
    display: block;
    margin-left: 15px;
}

#brand-details-body #brand-details .section1 .abstract .left ul li:nth-child(2) a p {
    font-size: 16px;
    color: #f1b43f;
}

#brand-details-body #brand-details .section1 .abstract .left ul li img {
    position: absolute;
}

#brand-details-body #brand-details .section1 .abstract .left ul li p {
    margin-left: 35px;
}

#brand-details-body #brand-details .section1 .abstract .right {
    width: 800px;
    float: right;
    margin-top: 60px;
    position: relative;
    margin-bottom: 20px;
}

#brand-details-body #brand-details .section1 .abstract .right .right-a {
    width: 500px;
    float: left;
    margin-top: 60px;
    position: relative;
    margin-bottom: 20px;
}

#brand-details-body #brand-details .section1 .abstract .right .right-b {
    width: 280px;
    float: right;
    margin-right: 20px;
    margin-top: 100px;
    position: relative;
    margin-bottom: 20px;
}

#brand-details-body #brand-details .section1 .abstract .right span {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    float: left;
    /* position: absolute; */
}

#brand-details-body #brand-details .section1 .abstract .right p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-left: 80px;
    margin-right: 20px;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#brand-details-body #brand-details .section1 .abstract .right p a {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

#brand-details-body #brand-details .section1 .abstract .right p .qyewm {
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 4px 15px 5px 15px;
    margin-left: 15px;
    color: #666666;
    font-size: 12px;
}

#brand-details-body #brand-details .section1 .abstract .right p .qyewm img {
    margin-right: 5px;
}

#brand-details-body #brand-details .section1 .abstract .right .ewmtc {
    position: absolute;
    background-image: url('../images/fewmbg.png');
    padding: 2px;
    width: 346px;
    height: 220px;
    top: 0;
    margin: -230px 0 0 170px;
    display: none;
}

#brand-details-body #brand-details .section1 .abstract .right .ewmtc img {
    margin: 31px 0 0 20px;
    opacity: 1;
    width: 150px;
    height: 150px;
}

#brand-details-body #brand-details .section1 .abstract .right .ewmtc p {
    position: absolute;
    top: 50px;
    left: 110px;
    width: 168px;
    text-align: left;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

#brand-details-body #brand-details .section1 .abstract .right .ewmtc p span {
    color: #8bc046;
}

#brand-details-body #brand-details .section1 .about {
    padding: 35px;
}

#brand-details-body #brand-details .section1 .about .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ba7c1c;
    padding: 10px 0 30px 0;
}

#brand-details-body #brand-details .section1 .about .content {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: all 0.3s linear;
}

#brand-details-body #brand-details .section1 .about .content img {
    max-width: 100%;
    height: auto !important;
}

#brand-details-body #brand-details .section1 .about .content-xb:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

#brand-details-body #brand-details .section1 .about .poster-btn {
    text-align: center;
}

#brand-details-body #brand-details .section1 .about .poster-btn .layui-btn {
    font-size: 14px;
    color: #999999;
    border-color: #eeeeee;
}

#brand-details-body #brand-details .section1 .about .poster-btn .layui-btn:hover {
    color: #eb0223;
    border-color: #eb0223;
}

#brand-details-body #brand-details .section1 .about .poster-btn .layui-btn .layui-icon {
    margin-left: 8px;
}

#brand-details-body #brand-details .section2 {
    margin-bottom: 40px;
    display: table;
}

#brand-details-body #brand-details .section2 .left {
    width: 950px;
    background-color: #fff;
    float: left;
}

#brand-details-body #brand-details .section2 .left .about {
    padding: 35px;
    border-bottom: 1px solid #f5f5f5;
}

#brand-details-body #brand-details .section2 .left .about .title {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 30px 0;
}

#brand-details-body #brand-details .section2 .left .about .content {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    height: 500px;
    transition: all 0.3s linear;
}

#brand-details-body #brand-details .section2 .left .about .content img {
    max-width: 100%;
    height: auto !important;
}

#brand-details-body #brand-details .section2 .left .about .content-xb:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 {
    text-align: center;
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 .layui-btn {
    font-size: 14px;
    color: #999999;
    border-color: #eeeeee;
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 .layui-btn:hover {
    color: #eb0223;
    border-color: #eb0223;
}

#brand-details-body #brand-details .section2 .left .about .poster-btn2 .layui-btn .layui-icon {
    margin-left: 8px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form {
    padding: 35px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .title {
    display: block;
    font-size: 20px;
    color: #b97c1c;
    font-weight: 600;
    padding: 10px 0 30px 0;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .title img {
    margin-right: 10px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .bxt {
    color: #eb0223;
    margin-right: 5px;
    position: relative;
    top: 5px;
    font-size: 18px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-form-label {
    width: 160px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-input-block {
    margin-left: 200px;
    margin-right: 20px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-input-inline {
    margin-left: 10px;
    margin-right: 20px;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-form-radio:hover *,
#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-form-radioed,
#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-form-radioed>i {
    color: #000;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-form-select dl dd.layui-this {
    background-color: #000;
}

#brand-details-body #brand-details .section2 .left .jiameng-form .layui-form .layui-btn {
    margin-top: 20px;
    background-color: #f1b43f;
    border-radius: 50px;
    height: 45px;
    width: 130px;
    font-size: 16px;
    margin-left: 170px;
}

#brand-details-body #brand-details .section2 .right {
    width: 320px;
    float: right;
}

#brand-details-body #brand-details .section2 .right .right-a {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

#brand-details-body #brand-details .section2 .right .right-a .title {
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px 0 10px 0;
}

#brand-details-body #brand-details .section2 .right .right-a .list {
    height: 500px;
}

#brand-details-body #brand-details .section2 .right .right-a .list ul li {
    padding: 10px 0;
    line-height: 1.5;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border-bottom: 1px dashed #eee;
}

#brand-details-body #brand-details .section2 .right .right-b {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

#brand-details-body #brand-details .section2 .right .right-b .title {
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px 0 10px 0;
}

#brand-details-body #brand-details .section2 .right .right-b .list ul li {
    padding: 10px 0;
}

#brand-details-body #brand-details .section2 .right .right-b .list ul li img {
    width: 118px;
    height: 63px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
}

#brand-details-body #brand-details .section2 .right .right-b .list ul li .content {
    height: 63px;
    margin: 0 0 0 128px;
}

#brand-details-body #brand-details .section2 .right .right-b .list ul li .content h4 {
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}

#brand-details-body #brand-details .section2 .right .right-b .list ul li .content p {
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

#brand-details-body #brand-details .section2 .right .right-c {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

#brand-details-body #brand-details .section2 .right .right-c .title {
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px 0 10px 0;
}

#brand-details-body #brand-details .section2 .right .right-c .list ul li {
    padding: 10px 0;
    line-height: 1.5;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border-bottom: 1px dashed #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#brand-details-body #brand-details .section2 .right .right-c .list ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all 0.3s linear;
}

#brand-details-body #brand-details .section2 .right .right-c .list ul li a:hover {
    color: #eb0223;
}

#brand-details-body #brand-details .section2 .right .right-c .list ul li a:hover span {
    color: #fff;
    background-color: #eb0223;
    border: 1px solid #eb0223;
}

#brand-details-body #brand-details .section2 .right .right-c .list ul li a span {
    color: #cccccc;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 20px;
    display: block;
    height: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s linear;
}

#brand-details-body #brand-details .section3 {
    padding: 35px 0;
    background-color: #fff;
}

#brand-details-body #brand-details .section3 .tip {
    padding: 0 35px;
    line-height: 2;
}

#brand-details-body #brand-details .section3 .tip .title {
    position: absolute;
}

#brand-details-body #brand-details .section3 .tip .title img {
    margin-right: 5px;
    position: absolute;
    top: 6px;
}

#brand-details-body #brand-details .section3 .tip .title span {
    margin-left: 20px;
    font-size: 14px;
    color: #eb0223;
}

#brand-details-body #brand-details .section3 .tip p {
    font-size: 14px;
    color: #666;
    margin-left: 100px;
    text-align: justify;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* 品牌榜详情结束 */
/* 新玻号开始 */
#glacn-mark-body #mark-header {
    position: absolute;
    width: 100%;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-logo {
    height: 75px;
    width: 220px;
    float: left;
    line-height: 75px;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav {
    height: 75px;
    float: right;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul {
    text-align: center;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul li {
    line-height: 75px;
    float: right;
    transition: all 0.3s linear;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul li:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul li a {
    font-size: 14px;
    color: #97a7c2;
    margin: auto 10px;
}

#glacn-mark-body #mark-header .mark-header .mark-header-box .mark-header-nav ul i {
    float: right;
    width: 1px;
    height: 15px;
    background-color: #97a7c2;
    margin-top: 30px;
}

#glacn-mark-body #glacnmark .section1 img {
    max-width: 100%;
    margin: aoto;
    text-align: center;
}

#glacn-mark-body #glacnmark .section1 .box {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
    color: #fff;
}

#glacn-mark-body #glacnmark .section1 .box h2 {
    font-size: 100px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
}

#glacn-mark-body #glacnmark .section1 .box p {
    font-size: 40px;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
    padding-bottom: 40px;
}

#glacn-mark-body #glacnmark .section1 .box a {
    font-size: 30px;
    background-color: #f5af3e;
    color: #273543;
    padding: 6px 30px;
    border-radius: 50px;
    transition: all 0.3s linear;
}

#glacn-mark-body #glacnmark .section1 .box a:hover {
    color: #fff;
    background-color: #eb0223;
}

#glacn-mark-body #glacnmark .section2 img {
    max-width: 100%;
    margin: aoto;
    text-align: center;
}

#glacn-mark-body #glacnmark .section3 {
    background-color: #f9fafc;
}

#glacn-mark-body #glacnmark .section3 .container {
    padding-top: 140px;
}

#glacn-mark-body #glacnmark .section3 .container span {
    text-align: center;
    font-size: 30px;
    color: #333;
    display: block;
}

#glacn-mark-body #glacnmark .section3 .container ul {
    width: 100%;
    display: table;
    padding-bottom: 140px;
}

#glacn-mark-body #glacnmark .section3 .container ul li {
    width: -moz-calc(-10%);
    width: -webkit-calc(-10%);
    width: calc(20% - 30px);
    float: left;
    padding: 60px 15px 0 15px;
}

#glacn-mark-body #glacnmark .section3 .container ul li:nth-child(5n+6) {
    clear: left;
}

#glacn-mark-body #glacnmark .section3 .container ul li img {
    width: 100%;
    height: 141px;
    object-fit: scale-down;
    background-color: #ffffff;
    border-radius: 4px;
}

#glacn-mark-body #glacnmark .section3 .container ul li p {
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

#glacn-mark-body #glacnmark .section5 .special-title {
    padding-bottom: 35px;
    padding-top: 35px;
    text-align: center;
}

#glacn-mark-body #glacnmark .section5 .special-title span {
    font-size: 24px;
    color: #000;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper {
    width: 31.333333%;
    float: left;
    /* margin-top: 10px; */
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper:nth-child(2) {
    margin: 0 3%;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner {
    width: 100%;
    height: 265px;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black);
    /* 标准的语法（必须放在最后） */
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    line-height: 2;
    bottom: 15px;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title h4 {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    color: #fff;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-wrapper .swiper-slide .title h4 a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-swiper .photo-banner .swiper-pagination-bullet-active {
    background-color: #eb0223;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box {
    width: 100%;
    float: left;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box:nth-child(2) {
    /* margin: 0 3%; */
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box ul li a span {
    width: 80%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box ul li a span:hover {
    color: #eb0223;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box ul li a i {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

#glacn-mark-body #glacnmark .section5 .special-news-list .special-news-list-box ul li a i:hover {
    color: #eb0223;
}

#glacn-mark-body #mark-footer .mark-footer {
    height: 200px;
    text-align: center;
}

#glacn-mark-body #mark-footer .mark-footer .nav {
    padding-top: 45px;
}

#glacn-mark-body #mark-footer .mark-footer .nav p {
    text-align: center;
}

#glacn-mark-body #mark-footer .mark-footer .nav p a {
    font: 14px;
    color: #666;
    padding: 0 5px;
    border-left: 1px solid #999;
}

#glacn-mark-body #mark-footer .mark-footer .nav p a:nth-child(1) {
    border-left: none;
}

#glacn-mark-body #mark-footer .mark-footer .contact {
    padding-top: 45px;
}

#glacn-mark-body #mark-footer .mark-footer .contact p {
    text-align: center;
    background-color: #ffc363;
    border-radius: 50px;
    display: unset;
    padding: 8px 15px;
}

#glacn-mark-body #mark-footer .mark-footer .contact p a {
    color: #fff;
}

#glacn-mark-body #mark-footer .mark-footer .contact p a:nth-child(1) {
    margin-right: 20px;
}

#glacn-mark-body #mark-footer .mark-footer .copyright {
    padding-top: 20px;
    font: 12px;
    color: #999999;
}

/* 新玻号结束 */
/* 尾部样式开始 */
.footer {
    height: 533px;
    margin-top: 100px;
    background-color: #181818;
}

.footer .container .footer-a {
    padding-top: 70px;
}

.footer .container .footer-a .footer-a1 {
    width: 480px;
    float: left;
}

.footer .container .footer-a .footer-a1 h4 {
    width: 340px;
    font-size: 18px;
    color: #fff;
}

.footer .container .footer-a .footer-a1 p {
    width: 340px;
    padding-top: 35px;
    font-size: 12px;
    line-height: 2.2;
    color: #999999;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.footer .container .footer-a .footer-a2 {
    float: left;
    width: 390px;
    margin-top: 28px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.footer .container .footer-a .footer-a2 ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
}

.footer .container .footer-a .footer-a2 ul li a {
    font-size: 16px;
    color: #999999;
}

.footer .container .footer-a .footer-a3 {
    float: left;
    width: 425px;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li {
    float: left;
    width: 33.333333%;
    margin-top: 28px;
    text-align: center;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li img {
    opacity: 0.6;
    transition: all 0.3s linear;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li img:hover {
    opacity: 1;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li p {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li .ewm {
    position: absolute;
    background-image: url("../images/fewmbg.png");
    padding: 2px;
    width: 346px;
    height: 220px;
    margin: -320px 0 0 -105px;
    display: none;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li .ewm img {
    margin: 31px 0 0 -140px;
    opacity: 1;
    width: 150px;
    height: 150px;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li .ewm p {
    position: absolute;
    top: 50px;
    left: 196px;
    width: 168px;
    text-align: left;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.footer .container .footer-a .footer-a3 .footer-a3-1 ul li .ewm p span {
    color: #8bc046;
}

.footer .container .footer-a .footer-a3 .footer-a3-2 {
    margin-top: 35px;
}

.footer .container .footer-a .footer-a3 .footer-a3-2 p {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.footer .container .footer-a .footer-a3 .footer-a3-2 p:nth-child(1) {
    padding-bottom: 5px;
}

.footer .container .footer-b .footer-b1 {
    width: 872px;
    float: left;
    padding: 30px 0 0 0;
}

.footer .container .footer-b .footer-b1 li {
    width: 25%;
    float: left;
}

.footer .container .footer-b .footer-b1 li img {
    width: 185px;
    height: 60px;
    object-fit: none;
    opacity: 0.3;
    background-color: #323240;
    transition: all 0.3s linear;
}

.footer .container .footer-b .footer-b1 li img:hover {
    opacity: 1;
    background-color: #24242d;
}

.footer .container .footer-b .footer-b2 {
    float: left;
    padding: 35px 0 35px 85px;
}

.footer .footer-c {
    border-top: 3px solid #8a2e26;
}

.footer .footer-c .footer-c1 {
    color: #999;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.footer .footer-c .footer-c1 a {
    padding: 0 5px;
    border-left: 1px solid #999;
    color: #999;
}

.footer .footer-c .footer-c1 a:nth-child(1) {
    border-left: none;
}

.footer .footer-c .footer-c2 {
    color: #999;
    text-align: center;
    padding-bottom: 35px;
}

.footer .footer-c .footer-c2 a {
    color: #999;
}

/* 返回顶部 */
.backtop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background-color: #e52129;
    color: #fff;
    font-size: 2em;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
    z-index: 6;
}

.backtop i {
    font-size: 46px;
}

/* 新底部 202306 */
.footer2 .footer-comm {
    margin-top: 30px;
    height: 80px;
    background: #003d4c;
    color: #fff;
}

.footer2 .footer-comm .comm-l {
    float: left;
    width: 950px;
}

.footer2 .footer-comm .comm-l a {
    margin-right: 10px;
    color: #fff;
    line-height: 80px;
}

.footer2 .footer-comm .comm-r {
    float: right;
    margin-top: 20px;
    width: 260px;
}

.footer2 .footer-comm .comm-r p {
    margin-bottom: 5px;
}

.footer2 .footer-comm .comm-r span {
    font-weight: 700;
    font-size: 20px;
}

.footer2 .com_sec {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer2 .footer-b {
    padding: 20px 0;
    background: #0c273c !important;
}

.footer2 .footer-right {
    float: right;
    width: 320px;
}

.footer2 .footer-right .ewm {
    float: left;
    width: 90px;
}

.footer2 .footer-right .ewm:first-child,
.footer2 .footer-right .ewm:nth-child(2) {
    margin-right: 25px;
}

.footer2 .footer-right .ewm img {
    width: 100%;
}

.footer2 .footer-right .ewm p {
    margin-top: 8px;
    color: #fff;
}

.footer2 .footer-left {
    position: relative;
    float: left;
    overflow: hidden;
    width: 910px;
}

.footer2 .copyright,
.footer2 .foot_page,
.footer2 .foot_page a {
    color: #bbcad1;
    font-size: 12px;
    line-height: 42px;
}

.footer2 .footer-right {
    text-align: center;
}

/* 尾部样式结束 */