.xyyw button.slick-prev{left: -30px ;}
.xyyw button.slick-next{right: -30px;}
.header.black {


}

.header.black .nav>ul>li>a {
  
}

.header.black .link-top a {
 
}

.header.black .link-top i {
 
}

#fp-nav.right {
    right: 20px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 22px;
    height: 22px;
    margin: 10px 0;
}

#fp-nav ul li a span {
    width: 22px;
    height: 22px;
    background: url(/images/slick.png) no-repeat center center;
    margin: 0;
    left: auto;
    top: auto;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 22px;
    height: 22px;
    margin: 0;
    background: url(/images/slick-active.png) no-repeat center center;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 22px;
    height: 22px;
    margin: 0;
}

.section1 .fp-tableCell {
    display: block;
}

.banner,
.banner>div,
.banner>div>div,
.banner>div>div>div,
.banner>div>div>div a,
.banner>div>div>div a img {
    height: 100%;
}
.banner>div>div>div a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s1ico {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: rgba(0, 0, 0, .6);
    padding: 20px 0;
    /*border-bottom: 5px solid #98151f;*/
    overflow: hidden;
}

.s1ico>ul li {
    text-align: center;
}

.s1ico>ul li a {
    display: block;
}

.s1ico>ul li a .icon {
    height: 25px;
    line-height: 25px;
}

.s1ico>ul li a .icon img {
    display: inline-block;
    vertical-align: middle;
}

.s1ico>ul li a:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

.s1ico>ul li a p {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.s1ico .slick-prev {
    display: none;
}

.s1ico .slick-next {
    display: none!important;
}

.s1ico .down {
    position: absolute;
    right: 0;
    width: 315px;
    padding-left: 20px;
    line-height: 118px;
    text-align: center;
    top: 0;
    bottom: 0;
    background: url(/images/dowb-bg.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.s1ico .down a {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: url(/images/down-more.png) no-repeat right center;
    transition: all .3s;
    vertical-align: top;
}

.s1ico .down a:hover {
    right: -10px;
}

.banner .slick-dots {
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;display:none;
}

.banner .slick-dots li {
    transition: all 0.3s;
    margin: 0 7px;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 0 10px;
    width: auto;
    height: auto;
    font-size: 0;
    font-weight: "Bahnschrift";
}

.banner .slick-dots li .dot-page {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    width: auto;
    height: auto;
}

.banner .slick-dots li .dot-page span {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    font-family: "Bahnschrift";
}

.banner .slick-dots li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    margin-left: 0;
}

.banner .slick-dots li.slick-active .dot-page span {
    color: #fff;
}

.banner .slick-dots li.slick-active::after {
    width: 95px;
    margin-left: 10px;
}

.banner .slick-prev {
    width: 45px;
    height: 45px;
    bottom: 155px;
    background: url(/images/banner-l.png) no-repeat center center;
    left: 50px;
    transform: none;
}

.banner .slick-next {
    width: 36px;
    height: 42px;
    bottom: 155px;
    background: url(/images/banner-r.png) no-repeat center center;
    right: 50px;
    transform: none;
}
 .banner:not(.slick-initialized) .your-slide-selector {
        display: none;
    }
    
    .banner:not(.slick-initialized) .your-slide-selector:first-child {
        display: block;
    }
.title {
    position: relative;
    overflow: hidden;
}

.title h2 {
    text-align: center;
}

.title h2 span {
    font-size: 32px;
    color: #98151f;
    font-weight: bold;
}

.title .more {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}

.title .more a {
    display: inline-block;
    line-height: 42px;
    padding-right: 60px;
    background: url(/images/more-other.png) no-repeat right center;
    font-size: 14px;
    color: #98151f;
}

.title .more:hover {
    right: 5px;
}

.section2 {
    background: url(/images/sect2-bg.jpg) no-repeat center;
    background-size: cover;
}

.s2 {
    margin-top: 80px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slideAp {
    position: relative;
    padding-left: 10px;
    width: 50%;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.slideAp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    right: 10px;
    background: rgba(181, 44, 48, .08);
}

.slideAp a .pic {
    padding-top: 74.4%;
}

.tablist {
    position: relative;
    width: 47%;
    margin-top: -35px;
    z-index: 6;
}

.tablist li {
    height: calc(100% / 3);
    position: relative;
    transition: all .3s;
}

.tablist li a {
    display: block;
    position: relative;
    z-index: 4;
    padding: 35px 0;
    overflow: hidden;
    transition: .3s;
}

.tablist li h2 {
    position: relative;
    margin-bottom: 30px;
    padding-right: 80px;
    font-size: 17px;
    color: #1a1a1a;
    font-weight: normal;
}

.tablist li h2 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #98151f;
    font-family: "Arial";
}

.tablist li p {
    line-height: 22px;
    font-size: 14px;
    color: #8c8c8c;
    height: 66px;
    overflow: hidden;
}

.tablist li .time {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 90px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.tablist li .time span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    color: #fff;
}

.tablist li .time em {
    display: block;
    padding-top: 25px;
    background: url(/images/time-xx.png) no-repeat center 20%;
    font-size: 12px;
    color: #fff;
    opacity: .7;
}

.tablist li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #98151f;
    background-size: cover;
    transition: all .4s;
}

.tablist li.active:after {
    width: 110%;
}

.tablist li.active {
    z-index: 5;
    background: #98151f;
    margin-left: -15px;
}

.tablist li.active a {
    padding-right: 90px;
}

.tablist li.active h2 time {
    opacity: 0;
    visibility: hidden;
}

.tablist li.active h2 {
    color: #fff;
    padding-right: 0
}

.tablist li.active p {
    color: rgba(255, 255, 255, .6)
}

.tablist li.active .time {
    opacity: 1;
    visibility: inherit;
    transition: .3s;
}

.section3 {
    position: relative;
}

.s3-topic {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 9;
}

.s3-topic .title h2 span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: #959595;
    cursor: pointer;
    font-weight: normal;
}

.s3-topic .title h2 span.on {
    color: #98151f;
    font-weight: bold;
}

.s3-topic .title h2 span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: -3px;
    background: #959595;
    top: 50%;
    margin-top: -3px;
}

.s3-topic .title h2 span.on::after {
    background: #98151f;
}

.s3-topic .title h2 span:last-child::after {
    display: none;
}

.s3-topic .title .more a {
    display: none;
}

.s3-topic .title .more a.on {
    display: block;
}

.s3-box1 {
    background: url(/images/s3-bk1.jpg) no-repeat center center;
    background-size: cover;
}

.s3-box2 {
    background: url(/images/s3-bk2.jpg) no-repeat center center;
    background-size: cover;
}

.s3-box3 {
    background: url(/images/s3-bk3.jpg) no-repeat center center;
    background-size: cover;
}

.s3-qh-box {
    padding-top: 210px;
    display: none;
    height: 100%;
    box-sizing: border-box;
}

.s3-qh-box.on {
    display: block;
}

.news-top {
    overflow: hidden;
    margin-top: 20px;
}

.nt-l {
    float: left;
    width: 65%;
}

.nt-l a {
    position: relative;
    display: block;
}

.nt-l a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s3-tc.png) no-repeat center bottom;
    background-size: 100% 30%;
}

.nt-l a .pic {
    padding-top: 55.49%;
}

.nt-l a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    z-index: 99;
}

.nt-l a .text h2 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nt-l a:hover .text h2 {
    text-decoration: underline;
}

.nt-l a .text p {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    opacity: .7;
    height: 44px;
    overflow: hidden;
}

.nt-r {
    float: right;
    width: 32.57%;
}

.nt-r ul li {
    margin-top: 20px;
}

.nt-r ul li:first-child {
    margin-top: 0;
}

.nt-r ul li a {
    position: relative;
    display: block;
    transition: all .3s;
}

.nt-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/s3-tc.png) no-repeat center bottom;
    background-size: 100% 40%;
}

.nt-r ul li a .pic {
    padding-top: 53.3%;
}

.nt-r ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 99;
}

.nt-r ul li a .text .date {
    font-size: 15px;
    color: #fff;
}

.nt-r ul li a .text p {
    font-size: 17px;
    color: #fff;
}

.news-top a:hover .pic {
    overflow: hidden;
}

.nt-l:hover .pic img {
    transform: scale(1.1);
}

.nt-r ul li a:hover .pic img {
    transform: scale(1.1);
}

.news-down>ul>li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-top: 30px;
    border-bottom: 2px solid #98151f;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    background-position: center center;
    transition: all .3s;
}

.news-down>ul>li:first-child {
    margin-left: 0;
}

.news-down>ul>li a {
    display: block;
    padding: 15px 20px;
    background: url(/images/s3-bg-other.jpg) no-repeat center bottom;
    background-size: 100% 0;
    transition: all .3s;
}

.news-down>ul>li a span {
    font-size: 15px;
    color: #808080;
}

.news-down>ul>li a p {
    margin-top: 10px;
    line-height: 28px;
    font-size: 17px;
    color: #333;
    height: 56px;
    overflow: hidden;
}

.news-down>ul>li a .more {
    margin-top: 10px;
}

.news-down>ul>li a .more span {
    display: inline-block;
    padding-right: 20px;
    background: url(/images/s3-more.png) no-repeat right center;
    font-size: 14px;
    color: #98151f;
}

.news-down>ul>li:hover a {
    background-size: 100% 100%;
}

.news-down>ul>li:hover span {
    color: #fff;
}

.news-down>ul>li:hover p {
    color: #fff;
}

.news-down>ul>li:hover .more span {
    color: #fff;
    background: url(/images/s3-more-other.png) no-repeat right center;
}

.m-top {
    /* overflow: hidden; */
    margin-top: 20px;
}

.mt-l {
    float: left;
    width: 46.7%;
}

.mt-l a {
    position: relative;
    display: block;
}

.mt-l a .pic {
    padding-top: 66.7%;
}

.mt-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #fff;
}

.mt-r {
    float: right;
    width: 51.4%;
}

.mt-r>ul>li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
}

.mt-r>ul>li:first-child {
    margin-left: 0;
}

.mt-r>ul>li a {
    display: block;
}

.mt-r>ul>li a .pic {
    padding-top: 64%;
}

.mt-r>ul>li a .text {
    background: #fff;
    padding: 30px;
}

.mt-r>ul>li a .text span {
    font-size: 14px;
    color: #98151f;
}

.mt-r>ul>li a .text h2 {
    font-size: 17px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: normal;
}

.mt-r>ul>li a .text p {
    line-height: 22px;
    font-size: 14px;
    color: #8c8c8c;
    height: 66px;
    overflow: hidden;
}

.m-down.news-down>ul>li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.m-down.news-down>ul>li:first-child {
    margin-left: 0;
}

.n-l {
    float: left;
    width: 48.5%;
}

.n-r {
    float: right;
    width: 48.5%;
}

.list>li {
    position: relative;
    padding-left: 35px;
    padding-right: 100px;
    line-height: 80px;
    border-bottom: 1px solid #d7e2e7;
    transition: all .3s;
    background: url(/images/list.png) no-repeat 10px center;
}

.list>li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: all .3s;
    background-color: #98151f;
    z-index: -1;
}

.list>li:hover::after {
    right: 0;
}

.list>li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #333;
}

.list>li span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 15px;
    color: #808080;
}

.list>li:hover {
    background: url(/images/list-other.png) no-repeat 10px center;
}

.list>li:hover>a {
    color: #fff;
}

.list>li:hover span {
    color: #fff;
}

.section4 {
    background: url(/images/s4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.s4-topic {
    margin-top: 50px;
}
.s5-topic {
    margin: 120px auto 30px auto;
}
.s5-topic
.section4 .title p,.s5-topic .title p,.s4-topic .title p {
    font-size: 17px;
    color: #4d4d4d;
    margin-top: 10px;
letter-spacing: 5px;
}

.picMarquee-left {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
}


/* .picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("/images/arrow.png") no-repeat;
} */

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd .tempWrap {
    width: 100% !important;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 20%;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
    padding-top: 138.8%;
}

.picMarquee-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.picMarquee-left .bd ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.picMarquee-left .bd ul li a .text {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    background: rgba(237, 130, 36, .95);
    padding: 70px 30px;
    transition: all .3s;
}

.picMarquee-left .bd ul li .text .name {
    border-bottom: 1px solid #ee9b52;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.picMarquee-left .bd ul li .text .name h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.picMarquee-left .bd ul li .text>p {
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.picMarquee-left .bd ul li .text .more {
    margin-top: 75px;
    text-align: right;
}

.picMarquee-left .bd ul li .text .more span {
    font-size: 14px;
    color: #fff;
    padding-right: 20px;
    background: url(/images/s3-more-other.png) no-repeat right center;
}

.picMarquee-left .bd ul li:hover a .text {
    top: 0;
}

.list-box li {
    position: relative;
}

.list-box li.item:nth-child(1) {
    height: 49vh;
    width: 50%;
    background: url(/images/s5-bg1.jpg) no-repeat center center;
    background-size: cover;
}

.list-box li.item:nth-child(2) {
    height: 49vh;
    width: 50%;
    background: url(/images/s5-bg2.jpg) no-repeat center center;
    background-size: cover;
}

.list-box li.item:nth-child(3) {
    height: 49vh;
    width: 100%;
    background: url(/images/s5-bg3.jpg) no-repeat center center;
    background-size: cover;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-box li.item .txt {
    position: absolute;
    left: 35px;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    width: 80%;
    padding: 40px 40px 45px 40px;
    bottom: 70px;
    max-width: 720px;
}

.list-box li.item .txt h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.list-box li.item .txt p {
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    height: 150px;
    overflow: hidden;
}

.box_in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

.item1 .box_in {
    background: rgba(255, 255, 255, .6);
}

.box_in ul {
    display: flex;
    width: 100%;
    height: 100%;
}

.box_in ul li a {
    width: 100%;
    height: 100%;
    transition: .5s;
    position: relative;
    display: block;
}

.list-box li.item .txt .txt-nr {
    position: relative;
    /*padding-left: 90px;*/
    text-align: justify;
}

.list-box li.item .txt i {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    display: none;
}

.list-box li.item .txt i img {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: -10px;
}

.list-box li.item:nth-child(1) .txt .txt-nr i {
    background-color: #ee9b52;
}

.list-box li.item:nth-child(2) .txt .txt-nr i {
    background-color: #ee9b52;
}

.list-box li.item:nth-child(3) .txt .txt-nr i {
    background-color: #98151f;
}

.box_in ul.ul1 li {
    border-left: 0px solid #d5d9eb;
    width: 25%;
    transition: .5s;
}

.box_in ul.ul2 li {
    width: 50%;
    transition: .5s;
}

.box_in ul.ul3 li {
    border-left: 0px solid #d5d9eb;
    width: 14.28%;
    transition: .5s;
}

.list-box li.item:hover .box_in {
    opacity: 1;
    visibility: visible;
}

.list-box li.item:hover .txt {
    opacity: 0;
    visibility: hidden;
}

.box_in ul.ul1 li a .pic,
.box_in ul.ul2 li a .pic,
.box_in ul.ul3 li a .pic {
    position: relative;
    padding-top: 0;
    height: 100%;
}

.box_in ul.ul1 li a .pic img,
.box_in ul.ul2 li a .pic img,
.box_in ul.ul3 li a .pic img {
    object-fit: cover;
    display: none;
}

.box_in ul li:hover a .pic img {
    display: block;
}

.box_in ul li .s {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    /*top: 20%;*/
    right: 50%;
    transform: translateX(50%);
    height: 100%;

    bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box_in ul li a p {
    position: absolute;
    width: 30px;
    font-size: 24px;
    color: #98151f;
}

.box_in ul li:hover p {
    right: 0;
    transform: translateX(0);
    /*top: 90px;*/
    padding: 20px;
    background: url(/images/s-bg.png) no-repeat center top;
    background-size: 100% cover;
    color: #fff;
    transition: .3s;

    height: auto;
    min-height: 50%;
}

.item2:hover .box_in {
    background: rgba(255, 255, 255, .8);
}

.item3:hover .box_in {
    background: rgba(255, 255, 255, .8);
}

.section6 {
    background: url(/images/s6-bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.s6-top .tit {
    text-align: center;
}

.s6-top .tit p {
    line-height: 74px;
    font-weight: bold;
    font-size: 44px;
    color: #f5f8f8;
}

.s6-down {
    margin-top: 200px;
}

.s6-down>ul>li {
    float: left;
    width: 20%;
    text-align: center;
}

.s6-down>ul>li .num span {
    font-size: 74px;
    font-family: "Impact";
}

.s6-down>ul>li .text {
    margin-top: 30px;
}

.s6-down>ul>li .text p {
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
}

.s7-l {
    width: 74.5%;
    height: 100vh;
}

.s7-r {
    width: 25.5%;
    height: 100vh;
}

.s7l-l {
    width: 67%;
}

.s7l-r {
    width: 33%;
}

.s7ll-top {
    height: 50vh;
}

.s7ll-top a:hover img {
    transform: scale(1.1);
}

.s7ll-down {
    height: 50vh;
}

.s7l-r ul li {
    height: 50vh;
}

.s7 a {
    position: relative;
    display: block;
    height: 100%;
    transition: all .3s;
}

.s7 a .pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 0;
}

.s7 a .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s7 a .text h2 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

.s7 a .text p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: "Arial";
}

.s7ll-down ul {
    height: 100%;
}

.s7ll-down ul li {
    width: 50%;
}

.s7ll-top a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/s7-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.s7ll-top a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    font-size: 18px;
    color: #fff;
    z-index: 99;
}

.s7ll-top .bf {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/bf.png) no-repeat center center;
}

.hd-b ul {
    overflow: hidden;
}

.hd-b ul li {
    width: 48%;
    margin-bottom: 30px;
    float: left;
}

.hd-b ul li:nth-child(2n-1) {
    margin-left: 0;
}

.hd-b ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hd-b ul li .pic {
    width: 300px;
    padding-top: 30%;
}

.hd-b ul li .txt {
    width: calc(100% - 330px)
}

.hd-b ul li .txt h4 {
    margin-bottom: 15px;
    line-height: 28px;
    /* height: 0.45rem; */
    font-size: 22px;
    color: #222;
}

.hd-b ul li .txt p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 16px;
    height: 48px;
    color: #888
}

.hd-b ul li .txt .info {
    color: #888;
    font-size: 14px
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 1600px) {
    .banner .slick-prev {
        right: 60%;
    }
    .banner .slick-next {
        left: 60%;
    }
    .s4>ul li a .text>p {
        margin-top: 10px;
    }
    .s4>ul li a .text .more {
        margin-top: 3px;
    }
}

@media screen and (max-width: 1300px) {
    .banner .slick-prev {
        right: 65%;
    }
    .banner .slick-next {
        left: 65%;
    }
    .banner .slick-dots {
        bottom: 20px;
    }
    .banner .slick-prev {
        bottom: 13px;
    }
    .banner .slick-next {
        bottom: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .tablist li a {
        padding: 15px 0;
    }
    .tablist li h2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
.banner,
.banner>div,
.banner>div>div,
.banner>div>div>div,
.banner>div>div>div a,
.banner>div>div>div a img {
    height: auto;
}
.banner>div>div>div a video {
    height: auto;
}
    .s1ico {
        display: none;
    }
    .section2,
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s3-topic {
        top: 15px;
    }
    .s3-qh-box {
        padding-top: 70px;
    }
    .title .more {
        right: 15px;
    }
    .s4-topic {
        margin-top: 30px;
    }
       .s5-topic {
        margin-top: 20px;
    }
    .s4>ul li {
        margin-top: 15px;
    }
    .list-box li.item .txt {
        padding: 15px;
    }
    .s6-top .tit {
        padding-top: 50px;
    }
    .s6-down {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .s7-l {
        height: auto;
    }
    .s7-r {
        height: auto;
    }
    .s7ll-top {
        height: auto;
    }
    .s7ll-down {
        height: auto;
    }
    .s7l-r ul li {
        height: auto;
    }
    .s7 a .pic {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .s7ll-top a .pic {
        padding-top: 49.22%;
    }
    .s7ll-down ul li .pic {
        padding-top: 100.4%;
    }
    .s7l-r ul li .pic {
        padding-top: 101%;
    }
    .s7-r a .pic {
        padding-top: 194.5%;
    }
    .s4>ul li a .text {
        position: static;
        padding: 15px;
    }
    .s4>ul li a .text .name h2 {
        margin-bottom: 5px;
    }
    .s4>ul li a .text .name {
        padding-bottom: 10px;
    }
    .s4>ul li a .text>p {
        margin-top: 10px;
    }
    .s4>ul li a .text .more {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .slideAp {
        width: 100%;
    }
    .tablist {
        width: 100%;
    }
    .tablist li.active {
        margin-left: 0;
    }
    .tablist {
        margin-top: 0;
    }
    .tablist li:after {
        display: none;
    }
    .tablist li a {
        padding-left: 15px;
    }
    .s2 {
        margin-top: 15px;
    }
    .banner .slick-prev {
        right: 70%;
    }
    .banner .slick-next {
        left: 70%;
    }
    .s3-topic .title h2 span {
        padding: 0 15px;
        font-size: 20px;
    }
    .nt-r ul li {
        margin-top: 10px;
    }
    .list-box li.item:nth-child(1) {
        width: 100%;
    }
    .list-box li.item:nth-child(2) {
        width: 100%;
    }
    .s6-down>ul>li .num span {
        font-size: 45px;
    }
    .s6-down>ul>li {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .mt-l {
        float: none;
        width: 100%;
    }
    .mt-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .hd-b ul li {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .nt-r ul li a .text {
        padding: 10px;
    }
    .nt-r ul li a .text p {
        font-size: 14px;
        margin-top: 5px;
    }
    .title h2 span {
        font-size: 26px;
    }
}

@media screen and (max-width: 700px) {
    .title h2 {
        text-align: left;
    }
    .title h2 span {
        font-size: 20px;
    }
    .title .more a {
        padding-right: 30px;
        font-size: 12px;
        background-size: 30px auto;
    }
    .banner .slick-dots li .dot-page {
        font-size: 20px;
    }
    .banner .slick-dots li.slick-active::after {
        width: 30px;
    }
    .banner .slick-dots {
        width: 100%;
    }
    .banner .slick-prev {
        right: 80%;
    }
    .banner .slick-next {
        left: 80%;
    }
    .tablist li.active h2 span {
        display: none;
    }
    .s3-topic .title h2 span {
        padding: 0 5px;
        font-size: 18px;
    }
    .nt-l {
        float: none;
        width: 100%;
    }
    .nt-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .news-down>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .s4>ul li a .text .name {
        font-size: 12px;
    }
    .s4 .btt {
        margin-top: 15px;
    }
    .list-box li.item .txt i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .list-box li.item .txt i img {
        height: 20px;
        vertical-align: -3px;
    }
    .list-box li.item .txt .txt-nr {
        padding-left: 50px;
    }
    .list-box li.item .txt h2 {
        font-size: 20px;
    }
    .s6-top .tit p {
        line-height: 30px;
        font-size: 20px;
    }
    .s6-down>ul>li {
        width: 50%;
        margin-bottom: 10px;
    }
    .s6-down>ul>li .num span {
        font-size: 22px;
    }
    .s6-down>ul>li .text {
        margin-top: 5px;
    }
    .s6-down {
        margin-top: 15px;
    }
    .s7 a .text h2 {
        font-size: 14px;
    }
    .s7 a .text p {
        font-size: 12px;
    }
    .s7 a .text {
        left: 0;
        right: 0;
        text-align: center;
        transform: translate(0, -50%);
    }
    .s7ll-top a p {
        padding: 10px;
    }
    .s7ll-top .bf {
        background-size: 30px auto;
    }
    .n-l {
        float: none;
        width: 100%;
    }
    .n-r {
        float: none;
        width: 100%;
    }
    .list>li {
        line-height: 40px;
    }
    .m-down.news-down>ul>li {
        width: 100%;
        margin-left: 0;
    }
    .mt-r>ul>li a .text {
        padding: 10px;
    }
    .mt-r>ul>li a .text h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .list>li>a {
        font-size: 14px;
    }
    .s3-topic {
        position: static;
        background: #f7f7f7;
    }
    .s3-topic .title {
        position: static;
    }
    .section3 {
        padding-bottom: 60px;
    }
    .s3-topic .title .more {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .s3-qh-box {
        padding-top: 15px;
    }
    .hd-b ul li .pic {
        width: 100%;
        padding-top: 60%;
    }
    .hd-b ul li .pic img {
        height: 100%;
    }
    .hd-b ul li .txt {
        width: 100%;
        margin-top: 15px;
    }
}

#adu0 {
    top: auto !important;
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 99999999;
}
#adu1 {
    top: auto !important;
    bottom: 196px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 99999999;
}