@charset "utf-8";
.tz {
    position: relative;
    margin-top: -0.7rem;
    z-index: 9;
}

.tz ul li a {
    display: block;
}

.tz ul li a p {
    position: relative;
    line-height: 0.7rem;
    padding-left: 1.25rem;
    padding-right: 1.55rem;
    background: rgba(35, 183, 169, .9) url(../images/tz-icon.png) no-repeat 0.45rem center;
    background-size: .27rem auto;
    font-size: 0.16rem;
    color: #fff;
}

.tz ul li a p span {
    position: absolute;
    right: 0.4rem;
    top: 0;
    font-size: 0.16rem;
    color: #fff;
}

.section1 {
    padding-top: 0.85rem;
    padding-bottom: 1rem;
    background: url(../images/sect1-bg.jpg) no-repeat center center;
    background-size: cover;
}

.title {
    position: relative;
    text-align: center;
}

.title h2 p {
    font-size: 0.5rem;
    color: #333;
}

.title h2 p span {
    font-weight: bold;
    color: #98151f;
}

.title h2 i {
    font-size: 0.26rem;
    color: #999999;
    font-weight: normal;
    font-family: "Arial";
    text-transform: capitalize;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 0.5rem;
    padding-right: 0.4rem;
    line-height: 0.5rem;
    text-align: center;
    background: #98151f url(../images/more.png) no-repeat 80% center;
    background-size: .37rem auto;
    border-radius: 0.3rem;
    font-size: 0.2rem;
    color: #fff;
    transition: all .6s;
}

.title a:hover {
    width: 1.8rem;
    right: 5px;
}

.s1-top {
    margin-top: 0.3rem;
}

.s1-top ul {
    margin: 0 -0.15rem;
}

.s1-top ul li {
    width: 25%;
}

.s1-top ul li a {
    display: block;
    margin: 0 0.15rem;
    padding: 0.15rem;
    background: #fff;
    border: 0.01rem solid #d5d5d5;
}

.s1-top ul li:hover a {
    border: 1px solid transparent;
    box-shadow: 0 0 10px #d9d9d9;
}

.s1-top ul li a .pic {
    padding-top: 75%;
}

.s1-top ul li a .text .date {
    position: absolute;
    left: 0.2rem;
    top: -0.45rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #98151f;
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 0;
    transition: all .3s;
}

.s1-top ul li:hover a .text .date {
    background: #ffbb51;
}

.s1-top ul li a .text .date p {
    padding-top: 0.15rem;
    font-size: 0.32rem;
    line-height: 0.34rem;
    font-weight: bold;
}

.s1-top ul li a .text .date span {
    font-size: 0.18rem;
}

.s1-top ul li a .text {
    position: relative;
    padding: 0.6rem 0.15rem 0.2rem 0.15rem;
}

.s1-top ul li a .text h2 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.1rem;
}

.s1-top ul li a .text>p {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.3rem;
    height: 0.6rem;
}

.s1-down {
    margin-top: 0.3rem;
    padding: 0.4rem 0.3rem;
    background: #fff;
}

.s1d-l {
    width: 30.625%;
}

.s1d-m {
    width: 32.5%;
    margin-left: 3.125%;
    margin-right: 3.125%;
}

.s1d-r {
    width: 30.625%;
}

.title-other {
    align-items: center;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #d6d6d6;
}

.title-other h2 span {
    font-size: 0.3rem;
    color: #98151f;
}

.title-other h2 i {
    padding-left: 0.1rem;
    font-size: 0.25rem;
    color: #999;
    font-family: "Arial";
    font-weight: normal;
    text-transform: capitalize;
}

.title-other a {
    font-size: 0.2rem;
    color: #666;
}

.title-other a:hover {
    color: #98151f;
}

.list {
    margin-top: 0.15rem;
}

.list li {
    position: relative;
    line-height: 0.5rem;
    padding-left: 0.17rem;
    padding-right: 0.8rem;
}

.list li a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    color: #98151f;
}

.list li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #aaa;
    top: 50%;
    transform: translateY(-50%);
}

.list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.18rem;
    color: #999;
    font-family: "Arial";
}

.list li:hover span {
    /* color: #C0000F; */
}

.tp-list {
    margin-top: 0.15rem;
}

.tp-list li {
    margin-top: 0.2rem;
}

.tp-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.tp-list a .tpp {
    width: 1.1rem;
}

.tp-list a .tpp .pic {
    padding-top: 105%;
}
.tp-list a .tpp .pic img{width:100%; height:auto;}
.tp-list a .text {
    position: relative;
    width: calc(100% - 1.1rem);
    padding: 0.16rem 0;
    padding-left: 0.2rem;
    border-bottom: 0.01rem dashed #e0e0e0;
}

.tp-list a .text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background:#98151f;
    transition: all .6s;
}

.tp-list a:hover .text::after {
    right: 0;
}

.tp-list a .text h2 {
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.1rem;
    /* font-weight: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-list a:hover .text h2 {
    color: #98151f;
}

.tp-list a .text p {
    line-height: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #666666;
    max-height: 0.52rem;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.date-list li {
    border-bottom: 0.01rem dashed #D8D8D8;
}

.date-list li a {
    display: block;
    overflow: hidden;
    padding: 0.26rem 0;
}

.date-list li a .date {
    float: left;
    width: 0.65rem;
    text-align: center;
    font-family: "Arial";
}

.date-list li a .date p {
    font-size: 0.4rem;
    color: #888;
    font-weight: bold;
}

.date-list li .date span {
    display: block;
    font-size: 0.18rem;
    color: #999;
}

.date-list li:hover .date p {
    color: #98151f;
}

.date-list li .date i {
    font-style: normal;
    font-size: 0.16rem;
    color: #666;
    font-family: "sisong";
}

.date-list li a .text {
    overflow: hidden;
    padding-left: 0.2rem;
}

.date-list li a .text h2 {
    font-size: 0.2rem;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.1rem;
}

.date-list li a .text p {
    font-size: 0.2rem;
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #666;
    height: 0.52rem;
}

.date-list li:hover a .text h2 {
    color: #98151f;
    font-weight: bold;
}

.section2 {
    position: relative;
    padding-top: 0.95rem;
    background: url(../images/sect2-bg.jpg) no-repeat center top;
    background-size: cover;
}

.section2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 2.36rem;
    width: 1.35rem;
    background-color: #fff;
}

.section2 .title h2 span {
    color: #fff;
}

.section2 .title h2 i {
    color: #fff;
}

.sect2 {
    position: relative;
    z-index: 9;
}

.s2-top {
    margin-top: 0.5rem;
    padding: 0 0.4rem;
    padding-bottom: 0.75rem;
    background: #fff;
}

.s2 ul li {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
}

.s2 ul li a {
    display: block;
    margin: 0 0.15rem;
    background: #f0f0f0;
    padding: 0.5rem 0.3rem 0.4rem 0.3rem;
    border-radius: 0.1rem 0.1rem 0 0;
    transition: all .3s;
}

.s2 ul li:hover a {
    background: #98151f;
}

.s2 ul li a .tpp {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    padding: 0.08rem;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.s2 ul li a .tpp .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s2 ul li a .text {
    padding-top: 0.25rem;
    text-align: center;
}

.s2 ul li a .text h2 {
    font-size: 0.2rem;
    color: #333;
}

.s2 ul li:hover a .text h2 {
    color: #fff;
}

.s2 ul li a .text h2 span {
    font-size: 0.18rem;
    color: #666;
    font-weight: normal;
}

.s2 ul li:hover a .text h2 span {
    color: #fff;
}

.s2 ul li a .text p {
    margin-top: 0.12rem;
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #666;
}

.s2 ul li:hover a .text p {
    color: #fff;
}

.gd {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.3rem;
    background: #98151f;
    margin: 0 auto;
    transition: all .3s;
}

.gd:hover {
    width: 1.9rem;
    letter-spacing: 3px;
}

.gd a {
    display: block;
    font-size: 0.2rem;
    color: #fff;
}

.s2 .slick-prev {
    left: -0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #ffbb51 url(../images/s2-l.png) no-repeat center center;
}

.s2 .slick-next {
    right: -0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #98151f url(../images/s2-r.png) no-repeat center center;
}

.s2-down {
    margin-top: 0.55rem;
}

.s2-down ul {
    margin: 0 -0.35rem;
}

.s2-down ul li {
    width: 33.333%;
}

.s2-down ul li a {
    position: relative;
    margin: 0 0.35rem;
    border: 0.01rem solid #e8e8e8;
    border-left: none;
    border-right: none;
    padding: 0.3rem 0;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.s2-down ul li a .tpp {
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.1rem;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.s2-down ul li:hover a .tpp {
    animation-name: fadeInLeft;
}

.s2-down ul li:hover a .tpp {
    opacity: 1;
    z-index: 9;
}

.s2-down ul li a .tpp .pic {
    padding-top: 100%;
}

.s2-down ul li a .rq-l {
    width: 1.27rem;
    text-align: center;
}

.s2-down ul li a .rq-l .date {
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #c1c2c3;
    font-weight: bold;
    font-family: "Arial";
    border-right: 0.01rem solid #d6d6d6;
}

.s2-down ul li a .rq-r {
    width: calc(100% - 1.27rem);
    padding-left: 0.2rem;
}

.s2-down ul li a .rq-r p {
    font-size: 0.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
  
    margin-bottom: 0.15rem;
}

.s2-down ul li a .rq-r .more {
    font-size: 0.15rem;
    color: #666;
}

.section3 {
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    background: url(../images/sect3-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.s3 {
    margin-top: 0.35rem;
}

.s3 .hd {
    width: 3.5rem;
}

.s3 .hd .s3-l {
    background: url(../images/s3-l-bg.png) no-repeat center bottom;
    background-size: cover;
    border-radius: 0.1rem;
    padding: 0.2rem 0.15rem 0.7rem 0.15rem;
}

.s3 .hd ul {
    background: #fff;
    padding: 0.2rem 0.15rem;
    padding-bottom: 1.1rem;
}

.s3 .hd ul li {
    line-height: 0.55rem;
    transition: all .3s;
}

.s3 .hd ul li a {
    display: block;
    font-size: 0.2rem;
    color: #333;
    padding-left: 0.2rem;
    border-radius: 0.1rem 0 0.1rem 0;
    transition: all .3s;
}

.s3 .hd ul li.on a {
    background:#98151f;
    color: #fff;
}

.s3 .bd {
    position: relative;
    width: calc(100% - 3.9rem);
}

.s3 .bd .qh-nr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.s3 .bd .qh-nr.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.s3 .bd .qh-nr::after {
    content: "";
    position: absolute;
    top: 0.35rem;
    left: 0;
    right: 1.7rem;
    height: 0.01rem;
    background: #333;
}

.s3 .bd .qh-nr ul {
    padding-top: 1.1rem;
    margin: 0 -0.35rem;
}

.s3 .bd .qh-nr ul li {
    margin: 0 0.35rem;
    margin-bottom: 0.55rem;
}

.s3 .bd .qh-nr ul li a {
    display: block;
}

.s3 .bd .qh-nr ul li a .pic {
    padding-top: 78.64%;
}

.s3 .bd .qh-nr ul li a .text {
    padding: 0.25rem;
    background: #fff;
    box-shadow: 0rem 0.18rem 0.46rem 0rem rgba(13, 13, 13, 0.09);
}

.s3 .bd .qh-nr ul li a .text p {
    position: relative;
    padding-left: 0.5rem;
    background: url(../images/date.png) no-repeat left 30%;
    border-bottom: 0.01rem solid #cfcfcf;
    padding-bottom: 0.3rem;
}

.s3 .bd .qh-nr ul li a .text p::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #98151f;
    transition: all .6s;
}

.s3 .bd .qh-nr ul li:hover a .text p::after {
    right: 0;
}

.s3 .bd .qh-nr ul li a .text p span {
    display: block;
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #333333;
    height: 0.6rem;
    overflow: hidden;
}

.s3 .bd .qh-nr .slick-prev {
    position: absolute;
    top: 0;
    transform: none;
    left: auto;
    right: 1.15rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #98151f url(../images/s3-l.png) no-repeat center center;
    background-size: .14rem auto;
}

.s3 .bd .qh-nr .slick-next {
    position: absolute;
    top: 0;
    transform: none;
    right: 0.35rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #ffbb51 url(../images/s2-r.png) no-repeat center center;
    background-size: .14rem auto;
}

.section4 {
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
    background: url(../images/sect4-bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

.s4 {
    position: relative;
    margin-top: 0.3rem;
    background: #fff url(../images/s4-bg.png) no-repeat center center;
    background-size: 13.93rem auto;
    padding-top: 1.25rem;
    padding-bottom: 0.6rem;
    border-radius: 0.1rem;
    box-shadow: 0rem 0.25rem 0.9rem 0rem rgba(13, 13, 13, 0.06);
}

.s4 ul li {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    border: 0.01rem solid #ededed;
    box-shadow: 0rem 0rem 0.4rem #fbfafa;
    animation: sca 1s linear infinite;
    transition: all .6s;
}

.s4 ul li:hover {
    background: #eef9f8;
}

.s4 ul li:nth-child(3),
.s4 ul li:nth-child(10) {
   /* animation: sca1 1.5s linear infinite;*/
}

@keyframes sca {
    0% {
        transform: scaleX(1);
    }
    65% {
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes sca1 {
    0% {
        transform: translateY(-50%) scaleX(1);
    }
    65% {
        transform: translateY(-50%) scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: translateY(-50%) scaleX(1);
    }
}

.s4 ul li:nth-child(1) {
    left: 0.25rem;
    bottom: 0;
    animation-duration: 2.4s;
}

.s4 ul li:nth-child(2) {
    left: 0;
    bottom: 1.44rem;
    animation-duration: 2s;
}

.s4 ul li:nth-child(3) {
    left: 0.34rem;
    bottom: 2.9rem;
    transform: translateY(-50%);
    animation-duration: 1.8s;
}

.s4 ul li:nth-child(4) {
    left: 1.12rem;
    top: 1.5rem;
    animation-duration: 2.1s;
}

.s4 ul li:nth-child(5) {
    left: 2.3rem;
    top: 0.7rem;
    animation-duration: 2.2s;
}

.s4 ul li:nth-child(6) {
    left: 36%;
    top: 0;
    animation-duration: 1.8s;
}

.s4 ul li:nth-child(7) {
    right: 36%;
    top: 0;
    animation-duration: 1.5s;
}

.s4 ul li:nth-child(8) {
    right: 2.3rem;
    top: 0.7rem;
    animation-duration: 1.6s;
}

.s4 ul li:nth-child(9) {
    right: 1.12rem;
    top: 1.5rem;
    animation-duration: 1.8s;
}

.s4 ul li:nth-child(10) {
    right: 0.34rem;
    bottom: 2.9rem;
    transform: translateY(-50%);
    animation-duration: 2.3s;
}

.s4 ul li:nth-child(11) {
    right: 0;
    bottom: 1.44rem;
    animation-duration: 1.8s;
}

.s4 ul li:nth-child(12) {
    right: 0.25rem;
    bottom: 0;
    animation-duration: 2s;
}

.s4 ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.s4 ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: .73rem;
    max-height: .82rem;
}

.sect4 .title h2 span {
    color: #fff;
}

.sect4 .title h2 i {
    color: #fff;
}

.s4-logo {
    position: relative;
    height: 6.9rem;
}

.s4-logo .s4-tit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.3rem;
    top: 2.2rem;
    height: 4.3rem;
    border-radius: 50%;
    z-index: 9;
}

.s4-logo .s4-tit::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/xy-bg.png) no-repeat center center;
    background-size: 100% 100%;
    animation: xz 20s linear infinite;
}

@keyframes xz {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.s4-logo .s4-tit a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.36rem;
    background: url(../images/s4-logo-bg.jpg) no-repeat center center;
    color: #fff;
    font-family: "sisong";
    z-index: 9;
}

.s4-logo ul {
    position: relative;
    width: 63%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section5 {
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
    background: url(../images/s5-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.s5 {
    margin-top: 0.4rem;
}

.s5 a {
    position: relative;
    display: block;
    border-radius: 0.1rem;
    overflow: hidden;
}

.s5 a p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 0.55rem;
    line-height: 0.8rem;
    background: #fff;
    font-size: 0.25rem;
    color: #333;
    font-weight: bold;
}

.s5 a:hover p {
    background: #98151f;
    color: #fff;
}

.s5-l {
    width: 46.98%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.s5-l a .pic {
    padding-top: 77.8%;
}

.s5-r {
    width: 50.6%;
}

.s5-r ul {
    margin: 0 -0.1rem;
}

.s5-r ul li {
    width: 50%;
    margin-bottom: 0.2rem;
}

.s5-r ul li a {
    margin: 0 0.1rem;
}

.s5-r ul li a .pic {
    padding-top: 71.7%;
}

.s5 .s5-r a p {
    line-height: 0.6rem;
}

.s5 .s5-r a .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/bf.png) no-repeat center center;
    background-size: .54rem auto;
    width: 0.54rem;
    height: 0.54rem;
}

@media screen and (max-width: 1440px) {
    .s4-logo ul {
        width: 72%;
    }
}

@media screen and (max-width: 1200px) {
    .s2 .slick-prev {
        width: .5rem;
        height: .5rem;
        left: 0;
        background-size: .1rem auto;
    }
    .s2 .slick-next {
        width: .5rem;
        height: .5rem;
        right: 0;
        background-size: .1rem auto;
    }
    .s3 .bd .qh-nr ul {
        margin: 0 -.15rem;
    }
    .s3 .bd {
        width: calc(100% - 3.2rem);
    }
    .s3 .bd .qh-nr ul li {
        margin: 0 .15rem;
        margin-bottom: 0.55rem;
    }
    .s4-logo ul {
        width: 82%;
    }
    .s4 {
        background-size: 100% auto;
    }
    .s1-top ul li a {
        margin: 0 .05rem;
    }
    .s1-top ul {
        margin: 0;
    }
    .s2-down ul li a {
        margin: 0 .1rem;
    }
    .s2-down ul {
        margin: 0 -.15rem;
    }
}

@media(max-width: 1000px) {
    .s1-top ul li {
        width: 50%;
        margin-bottom: .15rem;
    }
    .s1d-l {
        width: 100%;
    }
    .s1d-m {
        width: 100%;
        margin: .15rem 0;
    }
    .s1d-r {
        width: 100%;
    }
    .s2-top {
        padding: 0;
    }
    .section2::after {
        top: 2.4rem;
    }
    .s2-down ul li {
        width: 100%;
    }
    .s2-down {
        padding-left: .15rem;
    }
    .s3 .hd {
        width: 100%;
    }
    .s3 .bd {
        width: 100%;
        margin-top: .15rem;
    }
    .s4-logo .s4-tit {
        position: relative;
        top: 0;
        background: url(../images/s4-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .s4 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .s4 ul li {
        position: static;
        width: 25%;
        background: transparent;
        border: none;
        margin-top: .15rem;
        animation: none;
    }
    .s4 ul li a {
        width: 1.2rem;
        height: 1.2rem;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        border: 0.01rem solid #ededed;
    }
    .s4 ul li:nth-child(3),
    .s4 ul li:nth-child(10) {
        transform: none;
        animation: none;
    }
    .s4-logo {
        height: auto;
    }
    .s4 {
        background: #fff;
    }
    .s5-l {
        width: 100%;
    }
    .s5-r {
        width: 100%;
        margin-top: .15rem;
    }
}

@media(max-width: 700px) {
    .tz ul li a p {
        padding-left: .8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .section1 {
        padding-top: .85rem;
        padding-bottom: .15rem;
    }
    .title {
        text-align: left;
    }
    .title h2 {
        font-size: 0;
    }
    .title h2 p {
        font-size: .3rem;
    }
    .s1-top ul li a {
        padding: .05rem;
    }
    .s1-top ul li a .text .date p {
        font-size: .2rem;
    }
    .s1-down {
        margin-top: .15rem;
    }
    .date-list li a .date p {
        font-size: .26rem;
    }
    .date-list li a {
        padding: .15rem 0;
    }
    .s1-down {
        padding: .15rem;
    }
    .section2 {
        padding-top: .15rem;
    }
    .s2-top {
        margin-top: .15rem;
    }
    .s2 ul li {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s2-down {
        margin-top: .15rem;
    }
    .section3 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s3 .bd .qh-nr ul li {
        margin-bottom: .15rem;
    }
    .section4 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s4 {
        padding-top: .15rem;
    }
    .s4-logo .s4-tit {
        width: 3rem;
        height: 3rem;
    }
    .s4 ul li {
        width: 33.333%;
    }
    .s4-logo ul {
        width: 100%;
    }
    .s5 a p {
        line-height: .6rem;
    }
    .s5 .s5-r a p {
        line-height: .4rem;
    }
    .s5 {
        margin-top: .15rem;
    }
    .section5 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s2-down ul li a .rq-l .date {
        font-size: .26rem;
    }
}
