/* 通用样式 s */

.w_1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.w_1550 {
    max-width: 1550px;
    margin: 0 auto;
    3
}

.w_1450 {
    max-width: 1450px;
    margin: 0 auto;
}

.w_1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.w_1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.w_1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w_1050 {
    max-width: 1050px;
    margin: 0 auto;
}

.imgS {
    width: 100%;
}

.ulS {
    padding: 0;
    list-style: none;
}

.no {
    display: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
    outline: none !important;
    border: 0!important;
    filter: chroma(color=#000000);
}

img {
    max-width: 100% !important;
}
body{
  font-family: microsoft yahei, pingfangsc, sans-serif;
}

/* 图片居中定位占满img  */

.AdaptiveScalingImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    object-fit: cover;
}


/* 内页通用标题 */

.com_titleBox {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.com_title_h2 {
    font-size: 25px;
    color: #f14d4f;
    line-height: 1;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .com_titleBox {
        padding-bottom: 1rem;
    }
    .com_title_h2 {
        font-size: 1.2rem;
        line-height: 1;
    }
}


/* 内页通用标题 */


/*  分页 s  */

.page-link:hover {
    color: #0056b3;
}


/* 分页 e */


/* 其他页顶部广告图 s */

.nav_otherTopADBox {
    position: relative;
    overflow: hidden;
    /* padding-bottom: 27.4%; */
}

.nav_otherTopAD_img {
    width: 100%;
    transform: scale(1);
    transition: all .5s;
    animation: imgZoom 3s;
}

@keyframes imgZoom {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.nav_otherTopAD_contentBox {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.nav_otherTopAD_contentBox_h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.nav_otherTopAD_contentBox_h3 {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 0.5rem;
}

.nav_otherTopAD_contentBox_h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.nav_otherTopAD_contentBox_d1_s1 {
    font-size: 30px;
}

.nav_otherTopAD_contentBox_d2 {
    margin-top: 30px;
}

.nav_otherTopAD_contentBox_d2_s1 {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .nav_otherTopAD_contentBox_h2 {
        font-size: 1rem;
        margin: 0;
    }
    .nav_otherTopAD_contentBox_h3 {
        font-size: 1.2rem;
        line-height: 2;
    }
    .nav_otherTopAD_contentBox_h4 {
        font-size: 1rem;
    }
    .nav_otherTopAD_contentBox_d1_s1 {
        font-size: 1rem;
    }
    .nav_otherTopAD_contentBox_d2 {
        margin-top: 1rem;
    }
    .nav_otherTopAD_contentBox_d2_s1 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .nav_otherTopAD_contentBox_h2 {
        font-size: .8rem;
        margin: 0;
    }
    .nav_otherTopAD_contentBox_h3 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .nav_otherTopAD_contentBox_h4 {
        font-size: .8rem;
    }
    .nav_otherTopAD_contentBox_d1_s1 {
        font-size: .8rem;
    }
    .nav_otherTopAD_contentBox_d2 {
        margin-top: .5rem;
    }
    .nav_otherTopAD_contentBox_d2_s1 {
        font-size: .8rem;
    }
}

@media screen and (max-width: 600px) {
    .nav_otherTopAD_contentBox_h2 {
        display: none;
    }
    .nav_otherTopAD_contentBox_d1_s1 {
        display: none;
    }
    .nav_otherTopAD_contentBox_d2_s1 {
        display: none;
    }
}


/* 其他页顶部广告图 e */


/* 通用样式 e */


/* 文章类详情页通用样式 */

.newsBGBox {
    background-color: #f1f1f1;
    padding: 5rem 1rem;
}

.newsContentBGBox {
    background-color: #fff;
    padding: 6rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

.newsContentBox {
    width: 100%;
}

.newsPageBox {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding-top: 5rem;
}

.newsPageBox_d1Box {
    position: sticky;
    top: 300px;
    left: 0;
}

.newsPageBox_S1Circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    background: #eb0104;
    margin-right: 1rem;
}

.newsPageBox_a {
    margin: 1rem 0 1rem 3rem;
    transition: all .5s;
}

.newsPageBox_a:hover {
    color: #eb0104;
}

.content_padding {
    padding-top: 1rem;
}

@media screen and (max-width: 992px) {
    .newsContentBGBox {
        padding: 1.5rem;
    }
    .newsPageBox {
        width: 100%;
        padding-top: 1rem;
    }
    .newsPageBox_a {
        margin: 1rem 1rem;
    }
}

@media screen and (max-width:500px) {
    .newsPageBox_a {
        margin: 1rem .5rem;
    }
    .newsPageBox_S1Circle {
        margin-right: .5rem;
    }
}


/* 文章类详情页通用样式 */


/* 解决轮播闪动 */

.swiper-slide {
    transform: translate3d(0, 0, 0);
}


/* 解决轮播闪动 */