html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}
/*banner图 动画*/
@keyframes bannbottom1 {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 80px;
    }

    100% {
        bottom: 60px;
    }
}

@-moz-keyframes bannbottom1 {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 80px;
    }

    100% {
        bottom: 60px;
    }
}

@-webkit-keyframes bannbottom1 {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 80px;
    }

    100% {
        bottom: 60px;
    }
}

@-o-keyframes bannbottom1 {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 80px;
    }

    100% {
        bottom: 60px;
    }
}

.tx-banner-bottom {
    position: absolute;
    z-index: 30;
    left: 50%;
    margin-left: -38px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/banner-down.png) center center no-repeat;
    cursor: pointer;
    animation: bannbottom1 2s infinite;
    -webkit-animation: bannbottom1 2s infinite;
}

.banner {
    position: relative;
    height: 7.45rem;
    min-height: 270px;
}

.banner .banner-swiper {
    height: 100%;
}

.banner .mySwiper2 {
    width: 100%;
    /*height: 100%;*/
}

.banner .mySwiper2 .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .mySwiper2 .swiper-slide .title {
    position: absolute;
    width: 1440px;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 26px;
    line-height: 42px;
    font-weight: bold;
    bottom: 0.24rem;
    z-index: 3;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner .mySwiper2 .swiper-slide .title a {
    display: block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.banner .mySwiper2 .swiper-slide .pic-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(to bottom, transparent, #000);
}

.banner .mySwiper2 .swiper-slide .pic-shadow a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .mySwiper2 .swiper-pagination {
    display: inline-block;
    width: 200px;
    left: auto;
    right: calc((100% - 1455px) / 2);
    bottom: 15px;
    z-index: 10;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: .62rem;
    height: .62rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: .25rem;
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
    left: .35rem
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
    right: .35rem
}

.banner .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 21px;
    border-radius: 0;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/xiaosanjiao.png) no-repeat center center;
    opacity: 1;
}

.banner .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 0;
    background-image: url(/_upload/tpl/0b/be/3006/template3006/images/tubiao.png);
}

.banner .pc-swiper {
    position: relative;
}

.banner .pc-swiper .mySwiper {
    position: absolute;
    bottom: calc(100% + 27px);
    right: 0;
    box-sizing: border-box;
    z-index: 2;
    margin-right: 56px;
    height: 71px;
}

.banner .pc-swiper .mySwiper .swiper-wrapper {
    justify-content: flex-end;
    height: 100%;
}

.banner .pc-swiper .mySwiper .swiper-slide {
    width: 120px !important;
    opacity: 0.3;
    margin: 0 6px;
    height: 100%;
    box-sizing: border-box;
}

.banner .pc-swiper .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.banner .pc-swiper .mySwiper .swiper-slide:last-child {
    margin-right: 0;
}

.banner .pc-swiper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #fff;
}

.banner .pc-swiper .more {
    position: absolute;
    right: 0;
    bottom: calc(100% + 27px);
    font-size: 16px;
    width: 42px;
    height: 71px;
    z-index: 2;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
}

.banner .pc-swiper .more a {
    color: #fff;
}

/* 公共标题 */
.common-title {
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.27rem;
    padding-bottom: 0.19rem;
}

.common-title .title {
    height: 100%;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/news-title-icon.png) no-repeat left center;
    padding-left: 55px;
    font-size: 0.3rem;
    font-weight: bold;
}

.common-title .more a {
    display: inline-block;
    font-size: 18px;
    color: #999999;
}

.common-title .more:hover a {
    color: #003f88;
}

.news {
    width: 100%;
    height: 100%;
    padding-bottom: 1.17rem;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/news-bg.png) no-repeat right bottom /cover;
}

.news .news-row {
    height: 6.45rem;
}

.news .news-row .news-detail {
    width: 64.6%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news .news-row .news-detail .news-detail-item {
    height: 100%;
    width: 100%;
    -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.news .news-row .news-detail .news-detail-item.op {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}


.news .news-row .news-detail .news-detail-item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

.news .news-row .news-detail .news-detail-item a .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news .news-row .news-detail .news-detail-item a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.news .news-row .news-detail .news-detail-item1 a:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-row .news-detail .news-detail-item2 a:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-row .news-detail .news-detail-item3 a:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-row .news-detail .news-detail-item4 a:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-row .news-detail .news-detail-item5 a:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-row .news-detail .news-detail-item a .content {
    position: absolute;
    height: 1.91rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    padding: 0 0 0 0.28rem;
    box-sizing: border-box;
    padding-top: 0.41rem;
    min-height: 178px;
}

.news .news-row .news-detail .news-detail-item a .content .date,
.news .news-row .news-detail .news-detail-item a .content .log {
    font-size: 14px;
    color: #dfdfdf;
    line-height: 26px;
}

.news .news-row .news-detail .news-detail-item a .content .title {
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 0.1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-row .news-detail .news-detail-item a .content .log {
    padding-top: 0.1rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news .news-row .news-col {
    width: 35.3%;
    float: left;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.news .news-row .news-col .news-col-item {
    height: 18.92%;
    width: 100%;
    position: relative;
    padding: 3px 7px 5px 0;
    box-sizing: border-box;
}

.news .news-row .news-col .news-col-item a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
    position: relative;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    z-index: 3;
}

.news .news-row .news-col .news-col-item a .left {
    flex: 1;
    padding-left: 0.24rem;
    padding-right: 0.1rem;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}

.news .news-row .news-col .news-col-item a .left .time {
    font-size: 14px;
    line-height: 30px;
    color: #909090;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}

.news .news-row .news-col .news-col-item a .left .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}

.news .news-row .news-col .news-col-item a .pic {
    width: 1.9rem;
    height: 1.11rem;
    overflow: hidden;
}

.news .news-row .news-col .news-col-item a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .news-row .news-col .news-col-item:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 0;
    right: 0;
    background: #003f88;
    transition: width ease-in-out 0.5s;
    z-index: 2;
}

.news .news-row .news-col .on {}

.news .news-row .news-col .on:before {

    transition: width ease-in-out 0.5s;
    width: 105%;
}

.news .news-row .news-col .on a {
    border-bottom: 1px solid transparent;
    transition: all 1.5s;
}

.news .news-row .news-col .on a .left .time {
    color: #efefef;
    transition: all 1.5s;

}

.news .news-row .news-col .on a .left .title {
    color: #fff;
    transition: all 1.5s;
}

.activity {
    height: 6.93rem;
    margin-top: -0.5rem;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/activity-bg3.png) no-repeat center top / cover;
    max-height: 800px;
}

.activity .layout {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.activity .layout .common-title {
    display: none;
}

.activity .acti-title {
    height: 1.65rem;
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
}

.activity .acti-title .icon {
    width: 45px;
    height: 100%;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/acti-icon.png) no-repeat bottom center;
}

.activity .acti-title .title {
    margin-right: 8px;
    margin-left: 0.24rem;
    font-size: 0.3rem;
    color: #003f88;
    font-weight: bold;
    width: 36px;
}

.activity .acti-title .more {

    font-size: 18px;
    width: 20px;
    line-height: 18px;
}

.activity .acti-title .more a {
    color: #999;
}

.activity .acti-row {
    position: absolute;
    bottom: 0.71rem;
}

.activity .acti-row .acti-col-item {
    position: relative;
    float: left;
    width: 23.8%;
    margin-right: 1.6%;
    padding: 13px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s;
}

.activity .acti-row .acti-col-item .date {
    position: absolute;
    top: -31px;
    width: 73px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #085ec2;
    color: #fff;
    transition: all 0.3s;
    z-index: 1;
}

.activity .acti-row .acti-col-item .date .d {
    font-size: 30px;
    line-height: 40px;
}

.activity .acti-row .acti-col-item .date .y {
    font-size: 12px;
    line-height: 20px;
}

.activity .acti-row .acti-col-item .pic {
    height: 1.77rem;
    min-height: 120px;
    overflow: hidden;
}

.activity .acti-row .acti-col-item .pic a {
    display: block;
    height: 100%;
}

.activity .acti-row .acti-col-item .pic a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.activity .acti-row .acti-col-item .pic:hover a img {
    transform: scale(1.1);
}

.activity .acti-row .acti-col-item .title a {
    padding-top: 0.15rem;
    padding-bottom: 0.06rem;
    display: block;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    min-height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.activity .acti-row .acti-col-item:nth-child(2),
.activity .acti-row .acti-col-item:nth-child(4) {
    transform: translateY(-60px);
}

.activity .acti-row .acti-col-item:nth-child(4n) {
    margin-right: 0;
}

.activity .acti-row .acti-col-item:hover .title a {
    color: #0d498f;
}

.meida {
    padding-bottom: 0.71rem;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/media-bg1.png) no-repeat center center /cover;
}

.meida .common-title {
    padding-top: 0.31rem;
    padding-bottom: 0.37rem;
}

.meida .media-row {
    display: flex;
    justify-content: space-between;
}

.meida .media-row .media-con {
    width: 26%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.meida .media-row .media-con .media-col-item {
    width: 100%;
    height: 48.2%;
}

.meida .media-row .media-con .media-col-item a {
    display: block;
    height: 100%;
    position: relative;
}

.meida .media-row .media-con .media-col-item a .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.meida .media-row .media-con .media-col-item a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.meida .media-row .media-con .media-col-item a .pic:hover img {
    transform: scale(1.1);
}

.meida .media-row .media-con .media-col-item a .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    display: flex;
    height: 0.8rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    padding-top: 0.41rem;
    box-sizing: border-box;
    min-height: 54px;
}

.meida .media-row .media-con .media-col-item a .title .tag {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background-color: #0158bc;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 0.12rem;
}

.meida .media-row .media-con .media-col-item a .title .titleinfo {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    flex: 1;
    width: 100%;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
}

.meida .media-row .media-con .media-col-item:last-child {
    margin-bottom: 0;
}

.meida .media-row .media-col2 {
    width: 45.2%;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    background: #f1f1f1 url(../images/media-bg.png) no-repeat right bottom;
    padding: 0.22rem 0.17rem 0.22rem 0.21rem;
    box-sizing: border-box;
}

.meida .media-row .media-col2 .media-col2-item {
    width: 100%;
    height: 20%;
    border-bottom: 1px solid #d4d4d4;
    transition: all 0.3s;
}

.meida .media-row .media-col2 .media-col2-item .other {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.13rem;
    margin-top: 0.15rem;
}

.meida .media-row .media-col2 .media-col2-item .other .tag {
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
    background: #7396d5;
    border-radius: 5px;
}

.meida .media-row .media-col2 .media-col2-item .other .date {
    font-size: 16px;
    color: #999999;
}

.meida .media-row .media-col2 .media-col2-item .title {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meida .media-row .media-col2 .media-col2-item .title a {
    transition: all 0.3s;
}

.meida .media-row .media-col2 .media-col2-item:nth-child(n + 6) {
    display: none;
}

.meida .media-row .media-col2 .media-col2-item:hover {
    border-bottom-color: #003f88;
}

.meida .media-row .media-col2 .media-col2-item:hover .title a {
    color: #003f88;
}

.meida .media-row .media-col3 .media-col-item:nth-child(1),
.meida .media-row .media-col3 .media-col-item:nth-child(2) {
    display: none;
}

@media screen and (max-width: 1500px) {
    .banner .mySwiper2 .swiper-pagination {
        right: 2.4%;
    }

    .banner .mySwiper2 .swiper-slide .title {
        font-size: 26px;
    }

    .news .news-row .news-col .news-col-item a .left .title {
        -webkit-line-clamp: 2;
    }

    .common-title .title {
        font-size: 26px;
    }

    .activity .acti-row {
        width: auto;
        box-sizing: border-box;
        left: 3%;
        right: 3%;
    }

    .activity .acti-title .title {
        font-size: 26px;
    }

    .activity .acti-row .acti-col-item .date .d {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1450px) {
    .tx-banner-bottom {
        display: none;
    }

    .banner .mySwiper2 .swiper-slide .title {
        left: 3%;
        right: 3%;
        width: auto;
        padding-right: 0;
        bottom: 0.2rem;
    }

    .banner .pc-swiper .mySwiper,
    .banner .pc-swiper .more {
        bottom: 100%;
        right: 3%;
        height: 65px;
    }

    .banner .pc-swiper .mySwiper .swiper-slide {
        width: 100px !important;
    }

    .activity .acti-row {
        bottom: 0.61rem;
    }

    .banner .mySwiper2 {
        height: 100%;
    }

    .banner .mySwiper2 .swiper-slide img {
        height: 100%;
    }
}

@media screen and (max-width: 1350px) {
    .banner .mySwiper2 .swiper-pagination {
        bottom: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .activity .acti-row {
        bottom: 0.5rem;
    }

    .activity .acti-row .acti-col-item .date {
        top: -28px;
        width: 65px;
        height: 61px;
        justify-content: center;
    }

    .meida .media-row .media-col2 .media-col2-item .other {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 1200px) {
    .banner .mySwiper2 .swiper-slide .title {
        font-size: 22px;
    }

    .common-title .title {
        font-size: 24px;
    }

    .activity .acti-title .title {
        font-size: 24px;
    }

    .news .news-row .news-detail .news-detail-item a .content .title {
        font-size: 18px;
    }

    .news .news-row .news-col .news-col-item a .left .title {
        font-size: 16px;
    }

    .news .news-row .news-detail .news-detail-item a .content {
        min-height: 148px;
    }

    .news .news-row .news-detail .news-detail-item a .content .title,
    .news .news-row .news-detail .news-detail-item a .content .log {
        padding-top: 0;
    }

    .news .news-row .news-col .news-col-item:nth-child(5) {
        display: none;
    }

    .news .news-row .news-col .news-col-item {
        height: 25%;
    }

    .news .news-row .news-col .news-col-item a .pic {
        height: auto;
    }

    .common-title .more a,
    .activity .acti-title .more {
        font-size: 16px;
    }

    .activity .acti-row .acti-col-item .title a {
        font-size: 16px;
        line-height: 25px;
        min-height: 50px;
    }

    .activity .acti-row .acti-col-item {
        padding-bottom: 5px;
    }

    .activity .acti-row {
        bottom: 0.4rem;
    }

    .activity .acti-row .acti-col-item .date .d {
        font-size: 24px;
        line-height: 28px;
    }

    .activity .acti-row .acti-col-item .date {
        top: -24px;
        width: 58px;
        height: 54px;
    }

    .meida .media-row .media-col2 .media-col2-item .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1150px) {
    .meida .media-row .media-col2 .media-col2-item {
        height: 25%;
    }

    .meida .media-row .media-col2 .media-col2-item:nth-child(5) {
        display: none;
    }

    .meida .media-row .media-col2 .media-col2-item .other {
        margin-bottom: 0.12rem;
    }
}

@media screen and (max-width: 1100px) {
    .banner .pc-swiper .mySwiper {
        display: none;
    }

    /* .banner .mySwiper2 .swiper-button-next,
  .banner .mySwiper2 .swiper-button-prev {
    display: block;
  }*/
    .banner .pc-swiper .more {
        padding: 8px;
        width: auto;
        height: auto;
        bottom: 0.2rem;
    }

}

.banner .layout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 12;
    box-sizing: border-box;
}

.banner .layout .banner-text {
    margin-left: .45rem;
}

.banner .banner-text .img1 {
    width: 3.05rem;
    height: 1.05rem;
}

.banner .banner-text .img1 img {
    width: 3.05rem;
    height: 1.05rem;
}

.banner .layout .banner-text .content {
    position: relative;
margin-top: .17rem;
}

.banner .layout .banner-text .content p {
    font-size: .18rem;
    line-height: 2;
    color: #fff;
    /*height: 1.85rem;*/
    width: 6.5rem;
    padding: .35rem .53rem .35rem .71rem;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/banner-text-bg.png) no-repeat left center;
    background-size: 6.5rem auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.banner .layout .banner-text .content::after {
    content: "";
    height: 100%;
    width: 6.5rem;
    position: absolute;
    left: -.13rem;
    top: .31rem;
    background: url(/_upload/tpl/0b/be/3006/template3006/images/banner-text-bg1.png) no-repeat left center;
    background-size: 6.5rem auto;
}

@media screen and (max-width: 1545px) {
    .banner .layout .banner-text {
        margin-left: .97rem;
    }
}

@media screen and (max-width: 1500px) {
    .banner .layout .banner-text {
        margin-left: 1.27rem;
    }
}

@media screen and (max-width: 1050px) {
    .activity .acti-title {
        display: none;
    }

    .activity .layout .common-title {
        display: flex;
    }

    .activity {
        background: none;
    }

    .activity .acti-row {
        position: static;
        margin-top: 0.6rem;
    }

    .activity .acti-row .acti-col-item {
        box-shadow: 0 0 5px #ccc;
        border-radius: 8px;
    }

    .activity .acti-row .acti-col-item:nth-child(2),
    .activity .acti-row .acti-col-item:nth-child(4) {
        transform: none;
    }

    .activity {
        height: auto !important;
        max-height: none;
    }
}

@media screen and (max-width: 1000px) {
    .activity .acti-row .acti-col-item:nth-child(4) {
        display: none;
    }

    .activity .acti-row .acti-col-item {
        width: 31%;
        margin-right: 3.5%;
    }

    .activity .acti-row .acti-col-item:nth-child(3) {
        margin-right: 0;
    }

    .activity .acti-row .acti-col-item .pic {
        height: 2.35rem;
    }

    .meida .media-row .media-col3 {
        display: none;
    }

    .meida .media-row .media-col1 {
        width: 47%;
    }

    .meida .media-row .media-col2 {
        width: 51%;
    }

    .meida .media-row .media-col2 .media-col2-item:nth-child(5),
    .meida .media-row .media-col2 .media-col2-item:nth-child(6) {
        display: block;
    }

    .meida .media-row .media-col2 .media-col2-item {
        height: 16.61%;
    }

    .meida .media-row .media-col2 .media-col2-item .other {
        margin-top: 0.25rem;
    }
}

@media screen and (max-width: 920px) {
    .news .news-row .news-detail {
        display: none;
    }

    .news .news-row {
        height: auto;
    }

    .news .news-row .news-col {
        width: 100%;
        height: auto;
        float: none;
    }

    .news .news-row .news-col .news-col-item a {
        padding: 6px 0;
    }

    .news .news-row .news-col .news-col-item:before {}

    .news .news-row .news-col .on:before {
        left: 0;
        width: 100%;
    }

    .banner .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 16px;
    }

    .banner .mySwiper2 .swiper-pagination {
        bottom: 3px;
        right: 0;
    }
}

@media screen and (max-width: 850px) {
    .banner .layout {
        top: 54%;
        left: 50%;
        transform: translate(-50%, -54%);
    }



    .banner .mySwiper2 .swiper-slide .title {
        font-size: 20px;
    }

    .meida .media-row .media-col2 .media-col2-item .other {
        margin-top: 0.15rem;
    }
}@media screen and (max-width: 821px) {
    .banner .layout .banner-text .content p {width: 6.52rem;}
.banner .layout .banner-text .content::after {width: 6.52rem;}
}

@media screen and (max-width: 800px) {
    .meida .media-row .media-col2 .media-col2-item:nth-child(6) {
        display: none;
    }

    .meida .media-row .media-col2 .media-col2-item {
        height: 20%;
    }
.banner .layout .banner-text .content p {padding:.35rem .53rem .35rem .51rem}
}

@media screen and (max-width: 750px) {
    /*  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 35px;
  }*/
}

@media screen and (max-width: 700px) {
    .activity .acti-row .acti-col-item:nth-child(3) {
        margin-right: 3%;
    }

    .activity .acti-row .acti-col-item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 45px;
    }

    .activity .acti-row .acti-col-item:nth-child(2n) {
        margin-right: 0;
    }

    .activity .acti-row .acti-col-item:nth-child(4) {
        display: block;
    }

    .activity .acti-row .acti-col-item:nth-child(3) {
        margin-bottom: 5px;
    }

    .meida .media-row .media-col1 {
        display: none;
    }

    .meida .media-row .media-col2 {
        width: 100%;
    }

    .meida .media-row {
        height: auto !important;
    }

    .meida .media-row .media-col2 {
        height: auto;
    }

    .meida .media-row .media-col2 .media-col2-item {
        height: auto;
    }
}

@media screen and (max-width: 650px) {
    .banner .mySwiper2 .swiper-slide .title {
        font-size: 18px;
    }

    .banner .pc-swiper .more {
        font-size: 14px;
    }
}

@media screen and (max-width: 580px) {
    .banner .banner-text .img1 {
        width: 205px;
        height: 55px;
    }

    .banner .banner-text .img1 img {
        width: 3.05rem;
        height: 1.05rem;
    }

    .banner .layout .banner-text .content {
        position: relative;
    }

    .banner .layout .banner-text .content p {
        font-size: .18rem;
        line-height: 1.5;
        color: #fff;
        height: auto;
        width: 291px;
        padding: 18px 8px 18px 8px;
        background: rgba(22,72,133,83%);
        background-size: cover;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .banner .layout .banner-text .content::after {
        content: "";
        height: 1.55rem;
        width: 6.07rem;
        position: absolute;
        left: -.13rem;
        top: .31rem;
        background: url(/_upload/tpl/0b/be/3006/template3006/images/banner-text-bg1.png) no-repeat left center;
        background-size: 6.07rem 1.55rem;
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .activity .acti-row .acti-col-item {
        width: 100%;
        margin-right: 0%;
    }

    .activity .acti-row .acti-col-item:nth-child(4) {
        display: none;
    }

    .activity .acti-row .acti-col-item .pic {
        height: auto;
    }

    .activity .acti-row .acti-col-item .title a {
        line-height: 30px;
        min-height: auto;
    }
}

@media screen and (max-width: 420px) {
    .banner .mySwiper2 .swiper-slide .title {
        font-size: 16px;
    }
}