/*面包屑导航 start*/
.content .content-nav-wrapper {
    background: #000;
}
.content .content-nav {
    font-size: 1.7rem;
}
.content .content-nav .left {
    height: 5rem;
    line-height: 5rem;
    color: #747579;
}
.content .content-nav .left a {
    color: #747579;
    transition: all .3s ease;
    font-family: "Source Han Sans CN";
}
.content .content-nav .left a:hover {
	color: #f2f2f2;
}
.content .content-nav .left a .home {
    font-size: 1.9rem;
}
/*面包屑导航 end*/

/*banner start*/
.content .content-banner-wrapper {
    background: #000 url(../img/news/202509261131-banner.png) no-repeat 50% 50%;
    background-size: 100% auto;

    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .content-banner-wrapper:before {
    content:"";
    display: block;
    padding-bottom: 20.8333%;
}
.content .content-banner-wrapper .title {
    font-size: 4.2rem;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px #000000;
}
.content .content-banner-wrapper .description {
    line-height: 3.29rem;
    font-size: 2rem;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}
/*banner end*/

/*中部导航条 start*/
.content .content-middle-nav-wrapper {
    background: #151517;
}
.content .content-middle-nav-wrapper ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    line-height: 5rem;
    border-top: 1px solid #3B3B3D;
    border-bottom:1px solid #3B3B3D;
}
.content .content-middle-nav-wrapper ul li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.7rem;
}
.content .content-middle-nav-wrapper ul li a {
    color: #fff;
}
/*中部导航条 end*/

/*公司新闻 start*/
.content .content-news-wrapper-pt {
    background: #000;
}
.content .content-news-wrapper {
    background: #000;
}
.content .content-news-wrapper .top {
    margin-top: 12.5rem;
}
.content .content-news-wrapper .title {
    font-size: 4.2rem;
    color: #fff;
    line-height: 6.3rem;
}
.content .content-news-wrapper .more {
    text-align: right;
}
.content .content-news-wrapper .more a {
    font-size: 2rem;
    color: #9fa3a6;
    line-height: 6.3rem;
}
.content .content-news-wrapper .more a:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
}
.content .content-news-wrapper .line {
    height: 0.3rem;
    background: #238CE7;
    width: 5rem;
    margin-top: 1.5rem;
}

.content .content-news-wrapper .s-c-wrapper {
    color: #fff;
    position: relative;
    padding-bottom: 5rem;
    margin-top: 5rem;
}
.content .content-news-wrapper .s-c-wrapper a:hover .sli-title {
    text-decoration: underline;
    text-underline-offset: 7px;
}
.content .content-news-wrapper .s-c-wrapper .img-wrapper {
    height: 17.734rem;
    overflow: hidden;
}
.content .content-news-wrapper .s-c-wrapper .img-wrapper img {
    width: 100%;
}
.content .content-news-wrapper .s-c-wrapper .sli-txt {
    background: #252525;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
}
.content .content-news-wrapper .s-c-wrapper .sli-title {
    font-size: 2.1rem;
    line-height: 3.7rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}
.content .content-news-wrapper .s-c-wrapper .sli-time {
    color: #9fa3a6;
    margin-top: 1.5rem;
    font-size: 1.6rem;
}
.content .content-news-wrapper .s-c-wrapper .swiper-slide {
    display: -webkit-flex; /* Safari */
    display: flex;
    height: auto;
    flex-direction: column;
    background: #252525;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    border-top-left-radius:1rem;
    border-top-right-radius:1rem;
    overflow: hidden;
}
.content .content-news-wrapper .s-c-wrapper .swiper-container {
    /*margin-left: 1rem;*/
    /*margin-right: 1rem;*/
}
.content .content-news-wrapper .s-c-wrapper .swiper-button-prev {
    left: -3rem;
    color: #fff;
}
.content .content-news-wrapper .s-c-wrapper .swiper-button-prev:after {
    font-size: 2.5rem;
    font-weight: bolder;
}
.content .content-news-wrapper .s-c-wrapper .swiper-button-next {
    right: -3rem;
    color: #fff;
}
.content .content-news-wrapper .s-c-wrapper .swiper-button-next:after {
    font-size: 2.5rem;
    font-weight: bolder;
}
.content .content-news-wrapper .s-c-wrapper .swiper-pagination {
    bottom: 1rem;
    left: 0;
    width: 100%;
}
.content .content-news-wrapper .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 1;
    background: #A6A9AC;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}
.content .content-news-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.4;
    background: #A6A9AC;
}
/*公司新闻 end*/

/*行业资讯 start*/
.content .content-info-wrapper {
    background: #000 url(../img/news/202509270958-info-bg.png) no-repeat 50% 50%;
    background-size: 100% auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .content-info-wrapper:before {
    content:"";
    display: block;
    padding-bottom: 48.02083%;
}
.content .content-info-wrapper .bottom {
    margin-bottom: 4rem;
}
.content .content-info-wrapper .title {
    font-size: 4.2rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #fff;
}
.content .content-info-wrapper .description {
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 8rem;
}
.content .content-info-wrapper .item {
    border: 1px solid rgba(255,255,255,1);
    padding: 1.5rem;
    background-color: #000;
    transition: background-color .3s ease;
}
.content .content-info-wrapper .item:hover {
    background-color: #2D2D2F;
}
.content .content-info-wrapper .item .item-title {
    font-size: 2.1rem;
    line-height: 3.6rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #fff;
}
.content .content-info-wrapper .item .item-description {
    font-size: 1.8rem;
    text-align: justify;
    text-justify: distribute-all-lines;
    color: #9fa3a6;
}
.content .content-info-wrapper .item .item-time {
    color: #9fa3a6;
    margin-top: 1.5rem;
    font-size: 1.6rem;
}
.content .content-info-wrapper .more {
    text-align: center;
}
.content .content-info-wrapper .more a {
    font-size: 2rem;
    color: #9fa3a6;
}
.content .content-info-wrapper .more a:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
}
/*行业资讯 end*/

/*产品知识 start*/
.content .content-knowledge-wrapper {
    background: #000;
}
.content .content-knowledge-wrapper .top {
    margin-top: 12.5rem;
}
.content .content-knowledge-wrapper .title {
    font-size: 4.2rem;
    color: #fff;
    line-height: 6.3rem;
}
.content .content-knowledge-wrapper .more {
    text-align: right;
}
.content .content-knowledge-wrapper .more a {
    font-size: 2rem;
    color: #9fa3a6;
    line-height: 6.3rem;
}
.content .content-knowledge-wrapper .more a:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
}
.content .content-knowledge-wrapper .line {
    height: 0.3rem;
    background: #238CE7;
    width: 5rem;
    margin-top: 1.5rem;
}
.content .content-knowledge-wrapper .item-wrapper {
    margin-top: 5rem;
}
.content .content-knowledge-wrapper .item-wrapper .item {
    border-radius: 1.18rem;
    overflow: hidden;
    background: #252525;
}
.content .content-knowledge-wrapper .item-wrapper .item .img-wrapper {
    height: 24.872rem;
    overflow: hidden;
}
.content .content-knowledge-wrapper .item-wrapper .item .img-wrapper img {
    width: 100%;
}
.content .content-knowledge-wrapper .item-wrapper .item .item-txt {
    padding: 2rem;
}
.content .content-knowledge-wrapper .item-wrapper .item .item-title {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.content .content-knowledge-wrapper .item-wrapper .item .item-description {
    line-height: 3.29rem;
    font-size: 2rem;
    color: #fff;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.content .content-knowledge-wrapper .item-wrapper .item .more-and-time {
    position: relative;
    margin-top: 3rem;
}
.content .content-knowledge-wrapper .item-wrapper .item .more-and-time .more-wrapper a {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #fff;
    padding: 0 1rem;
    color: #fff;
    background-color: #252525;
    transition: background-color .3s ease;
    font-size: 1.6rem;
}
.content .content-knowledge-wrapper .item-wrapper .item .more-and-time .more-wrapper a:hover {
    background-color: #5A5959;
}
.content .content-knowledge-wrapper .item-wrapper .item .more-and-time .time-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}
.content .content-knowledge-wrapper .item-wrapper .item .more-and-time .time-wrapper .item-time {
    text-align: right;
    color: #9fa3a6;
    font-size: 1.6rem;
}
.content .content-knowledge-wrapper .bottom {
    margin-top: 5.5rem;
}
.content .content-knowledge-wrapper .bottom .lst-wrapper {
    margin: -1.5rem;
}
.content .content-knowledge-wrapper .bottom .lst-wrapper>* {
    padding: 1.5rem;
}
.content .content-knowledge-wrapper .bottom .lst-item {
    height: 5rem;
    line-height: 5rem;
    border-bottom: 2px dotted rgba(255,255,255,1);
}
.content .content-knowledge-wrapper .bottom .lst-item .lst-item-title {
    font-size: 2rem;
    color: #fff;
    transition: color .3s ease;
}
.content .content-knowledge-wrapper .bottom .lst-item a:hover .lst-item-title {
    color: #1e9fff;
}
.content .content-knowledge-wrapper .bottom .lst-item .lst-item-time {
    text-align: right;
    color: #9fa3a6;
    font-size: 1.6rem;
}
/*产品知识 end*/

/*专题报道 start*/
.content .content-report-wrapper {
    background: #000 url(../img/news/202509281920-report-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .content-report-wrapper:before {
    content:"";
    display: block;
    padding-bottom: 46%;
}
.content .content-report-wrapper .title {
    font-size: 4.2rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    color: #fff;
}

/*一组轮播图 start*/
.content .content-report-wrapper .s-c-wrapper {
    position: relative;
    padding-bottom: 5rem;
}
.content .content-report-wrapper .s-c-wrapper .swiper-slide {
    display: -webkit-flex; /* Safari */
    display: flex;
    height: auto;
    flex-direction: column;
    background: rgba(37,37,37,0.75);
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    border-top-left-radius:1rem;
    border-top-right-radius:1rem;
    overflow: hidden;
}
.content .content-report-wrapper .s-c-wrapper .swiper-slide .banner-img-wrapper {
    text-align: center;
}
.content .content-report-wrapper .s-c-wrapper .swiper-slide .banner-img {
    width: 100%;
}
.content .content-report-wrapper .s-c-wrapper .swiper-container {
    /*margin-left: 1rem;*/
    /*margin-right: 1rem;*/
}
.content .content-report-wrapper .s-c-wrapper .swiper-button-prev {
    left: -3rem;
    color: #fff;
}
.content .content-report-wrapper .s-c-wrapper .swiper-button-prev:after {
    font-size: 2.5rem;
    font-weight: bolder;
}
.content .content-report-wrapper .s-c-wrapper .swiper-button-next {
    right: -3rem;
    color: #fff;
}
.content .content-report-wrapper .s-c-wrapper .swiper-button-next:after {
    font-size: 2.5rem;
    font-weight: bolder;
}
.content .content-report-wrapper .s-c-wrapper .swiper-pagination {
    bottom: 1rem;
    left: 0;
    width: 100%;
}
.content .content-report-wrapper .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 1;
    background: #A6A9AC;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}
.content .content-report-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.4;
    background: #A6A9AC;
}
/*一组轮播图 end*/

/*专题报道 end*/