@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.head {}



body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.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;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);

}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 10s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }

}

.banner .slick-slide a p {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.banner .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 30px;
    z-index: 9;
}

.banner .slick-dots li {
    width: auto;
    margin: 0 5px;
    height: 42px;
    line-height: 42px;
    transition: all 0.3s;
}

.banner .slick-dots li button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    width: auto;
    padding: 0;
}

.banner .slick-dots li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
    margin-right: 5px;
}

.banner .slick-dots li.slick-active {
    width: 49px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
}

.banner .slick-dots li.slick-active::before {
    content: none;
}

.banner .slick-dots li.slick-active button {
    font-size: 0;
}

.banner .slick-dots li::before {
    width: 10px;
}

.banner .slick-dots li:first-child::before {
    content: none;
}

.banner .slick-prev, .banner .slick-next {
    width: 32px;
    height: 49px;
}

.banner .slick-prev {
    left: 50px;
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.banner .slick-next {
    right: 50px;
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
}






.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 178px;
}



.i-title {
    text-align: center;
    position: relative;
    padding-top: 15px;
    margin-bottom: 50px;
}

.i-title h2 {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    z-index: 9;
}

.i-title h3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    color: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 7;
}

.i-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    background: url(../images/i-more-yd.png) no-repeat;
    background-position: left center;
    z-index: 10;
}

.i-title a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.i-title a img {
    display: block;
    margin: 0 auto;
}

.i-title a:hover span {
    color: #791cb5;
}


.section1 {
    background: url(../images/s1-bj.png) no-repeat;
    background-position: right center;
    padding-top: 50px;
    padding-bottom: 60px;
}

.s1-l {
    float: left;
    width: 700px;
    margin-right: 40px;
}



.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover .s1-linfo p {
    text-decoration: none;
}

.s1-l ul li a:hover .pic img {
    transform: scale(1.1);
}

.s1-l ul li a .pic {
    padding-top: 68.5%;
}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
}

.s1-linfo {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}


.s1-l .slick-prev,
.s1-l .slick-next {
    width: 40px;
    height: 68px;
    z-index: 9;
}


.s1-linfo p {
    overflow: hidden;
    padding-right: 115px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    color: #ffffff;
}

.s1-l .slick-dots {
    bottom: 25px;
    text-align: center;
    right: 20px;
    width: auto;
    font-size: 0;
}

.s1-l .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    transition: all 0.3s;
    position: relative;
    margin-right: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, .3);
}

.s1-l .slick-dots li button {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
    display: none;
}

.s1-l .slick-dots li.slick-active {
    background: #fff;
}

.s1-r {
    overflow: hidden;
}

.s1-r ul li {
    margin-top: 30px;
    border-radius: 0 30px 0 0;
    transition: background-color 0.5s;

}

.s1-r ul li:first-child {
    margin-top: 0;
}

.s1-r ul li a {
    display: table;
    width: 100%;
    overflow: hidden;
}

.s1-rpic {
    display: table-cell;
    float: left;
    width: 200px;
    vertical-align: middle;
    margin-right: 30px;
}

.s1-rpic .pic {
    padding-top: 70%;
}

.s1-rinfo {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a0a0a0;
    transition: all 0.5s;
    background: transparent;
    background-position: right bottom;
}

.s1-rinfo h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333333;
}

.s1-rinfo p {
    margin-top: 15px;
    padding-left: 25px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.s1-r ul li:hover {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.s1-r ul li:hover .s1-rinfo {
    border-bottom-color: transparent;
    background: url(../images/s1-rmore.png) no-repeat;
    background-position: right bottom;
}




.section2 {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.text-list2 li:nth-child(3n+2) {}

.text-list2 ul {
    overflow: hidden;
}

.text-list2 li:nth-child(3n+2) {
    margin: 0 2%;
}

.text-list2 li {
    float: left;
    width: 32%;
    border-radius: 0 40px 0 0;
    overflow: hidden;
    background: #fff;
}

.text-list2 li:nth-child(-n+3) {
    margin-bottom: 40px;
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    padding: 30px 0;
    padding-right: 20px;
}

.text-list2 li:first-child a {
    margin-top: 0;

}

.text-list2 li a:hover {
    background: #d11600;
}

.date2 {
    width: 115px;
    text-align: center;
    transition: all 0.3s;
}

.date2 p {
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 3px;
}

.date2 span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.text-list2 li a .date2 {
    float: left;
    color: #333;
    margin-right: 25px;
    position: relative;
}

.text-list2 li a .date2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #333333;
}

.text-list2-p {
    overflow: hidden;
    line-height: 80px;
    height: 80px;
    font-size: 0;
}

.text-list2-p div {
    line-height: 60px;
    font-size: 0;
}

.text-list2-p p {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
    color: #333333;
}

.text-list2 li a:hover {
    background: rgba(121, 28, 181, .9);
    background: linear-gradient(to right, #791cb5, #3d20da);
}

.text-list2 li a:hover .date2 {
    color: #fff;
}

.text-list2 li a:hover .date2::after {
    background: #fff;
}

.text-list2 li a:hover .text-list2-p p {
    color: #fff;

}

.text-list2 li a:hover .text-list2-p {
    background: url(../images/s2-listmore.png) no-repeat;
    background-position: right bottom;
}


@media screen and (max-width: 1200px) {
    .s1-l {
        width: 550px;
        margin-right: 25px;
    }

    .s1-rpic {
        width: 150px;
        margin-right: 20px;
    }

    .s1-rinfo h3 {
        line-height: 26px;
        height: 52px;
    }

    .i-title {
        text-align: left;
    }

    .i-title h2 {
        font-size: 24px;
    }

    .i-title h3 {
        font-size: 30px;
    }

    .i-title a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px;
        background-size: auto 40px;
    }

    .text-list2 li a {
        padding: 20px 0;
    }

    .date2 {
        width: 80px;
    }

    .text-list2 li a .date2 {
        margin-right: 15px;
    }

    .date2 p {
        font-size: 30px;
        line-height: 34px;
    }

    .date2 span {
        font-size: 16px;
        line-height: 26px;
    }

    .text-list2-p p {
        line-height: 30px;
        max-height: 60px;
    }

    .text-list2-p {
        height: 60px;
        line-height: 60px;
    }

}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 22px;
        height: 33px;
    }

    .banner .slick-next {
        right: 10px;
    }

    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-slide a p {
        display: none;
    }

    .index {
        position: static;
        padding-top: 0;
    }
    .i-title{
        margin-bottom: 20px;
    }
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-r {
        margin-top: 25px;
    }

    .section1 {
        background-size: cover;
        padding: 30px 0;
    }

    .text-list2 li {
        width: 49%;
    }

    .text-list2 li:nth-child(3n+2) {
        margin: 0;
    }

    .text-list2 li:nth-child(2n) {
        margin-left: 2%;
    }

    .text-list2 li:nth-child(-n+3) {
        margin-bottom: 0;
    }

    .text-list2 li:nth-child(-n+4) {
        margin-bottom: 20px;
    }
    .section2{
        padding: 30px 0;
    }
    .s1-linfo p{
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        text-align: center;
        bottom: 10px;
    }

    .banner .slick-dots li {
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

    .banner .slick-dots li.slick-active {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }




}

@media screen and (max-width: 480px) {
    .text-list2 li {
        float: none;
        width: auto;
    }

    .text-list2 li:nth-child(2n) {
        margin-left: 0;
    }

    .text-list2 li:nth-child(-n+5) {
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 900px) {}

@media screen and (max-height: 900px) {}