@charset "utf-8";




  .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100vh;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-slide a p{
       position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2rem;
    max-width: 16rem;
    margin: auto;
    font-size: .32rem;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    padding: 0.1rem .2rem;
}





.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: .3rem;
    line-height: .58rem;
}

.banner .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    margin: 0 .17rem;
    transition: all 0.3s;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    width: .58rem;
    background: url(../images/banner-dot-ac.png) no-repeat;
    background-size: 100%;
    height: .58rem;
}



.banner .slick2 {
    position: relative;
    z-index: 8;
    opacity: 0;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/head-zzt.png) repeat-x;
    background-position: center top;
    z-index: 9;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzb.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}



.s1 {
    padding: .55rem 0 0 0;
    /* background: url(../images/nav-bj.png) no-repeat; */
    background-position: right top;
}

.title {
    position: relative;
    font-family: "sysong";
}

.title>div>img {
    display: block;
    margin: 0 auto;
}

.title>div {
    position: relative;
}

.title>div div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.title>div div h3 {
    font-size: 0.36rem;
    line-height: .48rem;
    font-weight: 600;
    color: #2A5798;
    text-align: center;
}

.title>div div h5 {
    font-size: 0.1rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    text-align: center;
    color: #C5996A;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.15rem;
    font-weight: 600;
    line-height: normal;
    color: #2A5798;
    padding-right: .2rem;
    background: url(../images/titmore.png) no-repeat;
    background-position: right center;
    background-size: .19rem;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff url(../images/index-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 1rem;
}


.s1-c {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.s1-l {
    width: 7.58rem;
    margin-right: .5rem;
}

.s1-l ul li a {
    display: block;
    padding-left: .8rem;
}

.s1-l ul li a .pic {
    padding-top: 63%;
}

.s1-linfo {
    position: relative;
    padding-top: .2rem;
    border-left: 1px solid #D9D9D9;
    padding-left: .2rem;
}

.s1-linfo .date {
    position: absolute;
    left: -.8rem;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
}

.s1-linfo .date p {
    font-family: Georgia;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: normal;
    color: #2A5798;
}

.s1-linfo .date span {
    display: block;
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    color: #8F8F8F;
}

.s1-linfo .info {
    font-size: 0;
    position: relative;
}

.s1-linfo .info::before {
    content: "";
    position: absolute;
    left: -.22rem;
    top: 0;
    height: 0.22rem;
    background: #C5996A;
    width: 2px;
}

.s1-linfo .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: .22rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.s1-linfo .info p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: rgba(51, 51, 51, 0.7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin-top: .2rem;
}

.s1-linfo .info b {
    display: inline-block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #A7A7A7;
    border-bottom: 1px solid #C4C4C4;
    margin-top: .23rem;
}

.s1-l ul li a:hover .s1-linfo .date p {
    color: #C5996A;
}

.s1-l ul li a:hover .s1-linfo .info h3 {
    color: #C5996A;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
}

.s1-r ul li a .date {
    width: 0.8rem;
    display: flex;
    align-items: center;
}

.s1-r ul li a .date div {
    text-align: right;
}

.s1-r ul li a .date p {
    font-family: Georgia;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: normal;
    color: #2A5798;
}

.s1-r ul li a .date span {
    display: block;
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    color: #8F8F8F;
}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: .25rem 0 .25rem .15rem;
    position: relative;
}

.s1-r ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: all 0.5s;
    height: 1px;
    background: #C5996A;
}

.s1-r ul li:nth-child(1) a .date {
    margin-top: -.25rem;
}

.s1-r ul li:nth-child(1) a .info {
    padding-top: 0;
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: .22rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .44rem;
    position: relative;
}

.s1-r ul li a .info p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: rgba(51, 51, 51, 0.7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin-top: .12rem;
}

.s1-r ul li a .info .pics {
    width: 2.08rem;
    margin-left: .3rem;
}

.s1-r ul li a .info .pics .pic {
    padding-top: 74.5%;
}

.s1-r ul li a:hover .date p {
    color: #C5996A;
}

.s1-r ul li a:hover .info h3 {
    color: #C5996A;
}

.s1-r ul li a:hover .info::after {
    width: 100%;
}


.s2 {
    margin-top: .55rem;
    position: relative;
    padding-bottom: 1.73rem;
}
.s2>div{
     position: relative;
    z-index: 9;
}
.s2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1.8rem;
    height: 13.05rem;
    background: url(../images/s2-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c {
    margin-top: .3rem;
}

.s2-c ul {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.s2-c ul li {
    /* width: 18%; */
}

.s2-c ul li:nth-child(2n) {
    margin-top: .64rem;
}
.s2-c .slick-list{
    padding-top: .25rem;
}
.s2-c ul li a {
    display: block;
    padding-left: .3rem;
    position: relative;
    padding-bottom: 2.44rem;
    font-size: 0;
    transition: all 0.5s;
    margin-right: 10%;
}

.s2-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .08rem;
    width: 0.15rem;
    bottom: 0;
    background: url(../images/s2-dot.png) no-repeat;
    background-position: left top;
}

.s2-c ul li a::after {
    content: "";
    position: absolute;
    left: 7px;
    top: .18rem;
    bottom: 0;
    width: 1px;
    background: #204F9F;
    background: linear-gradient(180deg, #204F9F 0%, rgba(32, 79, 159, 0) 68%);
}

.s2-c ul li a .date {
    font-family: Georgia;
    display: flex;
    flex-direction: column;
    text-align: center;
    display: inline-block;
}

.s2-c ul li a .date p {
    font-family: Georgia;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #2A5798;
}

.s2-c ul li a .date span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    color: #8F8F8F;
    display: block;
}

.s2-c ul li a .info {
    margin-top: .2rem;
}

.s2-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.84rem;
    margin-top: .2rem;
}

.s2-c ul li a:hover {
    transform: translateY(-.2rem);
}

.s2-c ul li a:hover::before {
    background: url(../images/s2-dot-hover.png) no-repeat;
    background-position: left top;
}

.s2-c ul li a:hover::after {
    background: #C5996A;
    background: linear-gradient(180deg, #C5996A 3%, rgba(197, 153, 106, 0) 73%);
}

.s2-c ul li a:hover .date p {
    color: #C5996A;
}

.s2-c ul li a:hover .info h3 {
    color: #C5996A;
    font-weight: 600;
}

.s3-c {
    margin-top: .4rem;
}

.s3-c>ul {
    margin: 0 -.15rem;
}

.s3-c ul li a {
    display: block;
    position: relative;
    margin: 0 .15rem;
}

.s3-c ul li a .pic {
    padding-top: 143.6%;
}

.s3-c ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    padding-bottom: .15rem;
    transition: all 0.5s;
    transform: translateY(100%);
}

.s3-c ul li a:hover .info {
    transform: translateY(0);
}

.s3-c ul li a .info h3 {
    background: #2A5798;
    line-height: 0.46rem;
    padding: 0 .2rem;
    font-size: 0.22rem;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "sysong";
}

.s3-c ul li a .info h4 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
    padding: 0 0.2rem;
    margin-top: .2rem;

}

.s3-c ul li a .info ol {
    margin-top: .15rem;
    padding: 0 0.2rem;
}

.s3-c ul li a .info ol li {
    display: flex;
    align-items: flex-start;
}

.s3-c ul li a .info ol li div {
    width: 0.3rem;
    display: flex;
    align-items: center;
    height: 0.34rem;
}


.s3-c ul li a .info ol li p {
    flex: 1;
    min-width: 0;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: rgba(51, 51, 51, 0.8);
}
.s2-arrow{
      position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.s3-arrow ,.s2-arrow {
    display: flex;
    justify-content: center;
    margin-top: .48rem;
}

.s3-arrow div ,.s2-arrow div {
    margin: 0 .1rem;
    cursor: pointer;
}

.s3-arrow div img ,.s2-arrow div img{
    display: block;
    width: 0.46rem;
}


.s4 {
    margin-top: .2rem;
    overflow: hidden;
}

.s4-c {
    margin-top: .48rem;
    position: relative;
}

.s4-c::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1px;
    background: #D9D9D9;
}

.s4-c ul {
    /* display: flex; */
    margin: 0 -.17rem;
}


.s4-c ul>li {
    width: 25%;
}

.s4-c ul li a {
    margin: 0 .17rem;
    display: block;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    height: 7.65rem;
    transition: all 0.5s;
}

.s4-c ul .slick-slide:nth-child(2n) a {
    padding-top: 1.34rem;
}

.s4-c ul .slick-slide:nth-child(2n+1) a {
    padding-top: .74rem;
}

.s4-c ul li a .pic {
    padding-top: 90%;
}

.s4-c ul li a .info {
    padding: .2rem;
}

.s4-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s4-c ul li a .info ol {
    margin-top: .1rem;
}

.s4-c ul li a .info ol li {
    display: flex;
    align-items: flex-start;
}

.s4-c ul li a .info ol li div {
    height: 0.3rem;
    display: flex;
    align-items: center;
    width: 0.28rem;
}


.s4-c ul li a .info ol li p {
    flex: 1;
    min-width: 0;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 0.8);
}

.s4-c ul li a:hover .info h3 {
    color: #C5996A;
    font-weight: 600;
}

.s4-c ul .slick-slide:nth-child(2n+1) a:hover {
    padding-top: .55rem;
}

.s4-c ul .slick-slide:nth-child(2n) a:hover {
    padding-top: 1.15rem;
}

@media screen and (max-width:1400px) {
    .s1-l {
        width: 6.5rem;
        margin-right: .3rem;
    }

    .s1-r ul li a .info .pics {
        margin-left: .15rem;
    }

    .s1-r ul li a .info {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }
.banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
 height: auto !important;
}
    .banner .slick-slide a::before {
        display: none;
    }

    .index {
        position: static;
        padding-top: 0; 
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .s2::before{
        width: 100%;
        background-size: 10.24rem auto;
        background-position: right center;
    }
    .s3-c>ul {
        margin: 0 -0.1rem;
    }
    .s3-c ul li a{
        margin: 0 .1rem;
    }

    .s4{
        padding-bottom: .5rem;
    }
    .s2{
        padding-bottom: 1rem;
    }
    .title>div>img{
        max-width: 40%;
    }
    .title>div div h3{
        font-size: .28rem;
    }
    .s4-c{
        margin-top: .3rem;
    }


.banner .slick-dots{bottom: .1rem;}
.banner .slick-slide a p{
       font-size: .2rem;
    bottom: 0.7rem;
}
}



@media screen and (max-width:768px) {
    .s1-r ul li a .info {
        display: block;
    }

    .s1-r ul li a .info .pics {
        width: auto;
        margin-left: 0;
        margin-top: .15rem;
    }
    .s4-c ul .slick-slide:nth-child(2n+1) a{
        padding-top: .3rem;
    }
    .s4-c ul .slick-slide:nth-child(2n) a{
        padding-top: .5rem;
    }
    .s4-c ul{
        margin: 0 -.1rem;
    }
    .s4-c ul li a{
        height: auto;
        border-left: none;
        border-right: none;
        margin: 0 0.1rem;
    }
    .s4-c ul li a .info{
        background: #fff;
    }
    .s4-c::before{
        display: none;
    }
.s2-arrow{
   position:static;
}
}

@media screen and (max-width:480px) {}
