@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

/* head-logo */
.head .logo a img:last-child{
    display: none;
}
.head.on .logo a img:last-child{
    display: block;
}
.head.on .logo a img:first-child{
    display: none;
}
.head.on .logo{
    top: 20px;
    z-index: -99;
}
.head.on .logo img{
    max-width: 280px;
}
.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc1.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-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-dots {
    bottom: 5%;
}

.banner .slick-dots li {
    background: url(../images/banner-dots1.png) no-repeat center center;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dots.png) no-repeat center center;
    background-size: 100% 100%;
}


/* index */
.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    padding-top: 115px;
    background-color: #fff;
    width: 100%;
}

.s1 {
    padding: 80px 0;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}


.tit {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.tit h3 {
    font-size: 46px;
    color: #333;
    font-weight: 600;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #9E9E9E;
    font-size: 18px;
    padding-right: 35px;
    background: url(../images/more1.png) no-repeat right 10px center;
    line-height: 20px;
    transition: all 0.3s;
}

.tit a:hover {
    background-position: right center;
    opacity: 0.7;
}

.tit span {
    color: rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    font-size: 72px;
    font-weight: 600;
}

.s1-banner .pic {
    width: 50%;
    height: 460px;
    float: left;
    margin-right: 45px;
    padding-top: 0;
}

.s1-tx {
    overflow: hidden;
    padding-top: 50px;
}

.s1-tx h3 {
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    color: #333333;
}

.s1-tx p {
    color: #666666;
    line-height: 36px;
    font-size: 16px;
    max-height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.s1-banner .slick-dots {
    text-align: right;
    bottom: 50px;
}

.s1-banner .slick-dots li span {
    font-weight: 600;
    font-size: 36px;
    color: #00428C;
    display: inline-block;
}

.s1-banner .slick-dots li b {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.s1-banner .slick-dots li b::before {
    content: '/';
}

.s1-banner .slick-dots li {
    display: none;
    width: auto;
    height: auto;
}

.s1-banner .slick-dots li.slick-active {
    display: block;
}

.s1-banner {
    position: relative;
    margin-bottom: 30px;
}

.s1-btn {
    position: absolute;
    left: 745px;
    bottom: 50px;
    display: flex;
    align-items: center;
}

.s1-btn>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #00428C;
    cursor: pointer;
    transition: all 0.3s;
}

.s1-l {
    margin-right: 20px;
    background: url(../images/s1-l.png) no-repeat center center;
}

.s1-l:hover {
    background: url(../images/s1-lh.png) no-repeat center center #00428C;
}

.s1-r {
    background: url(../images/s1-r.png) no-repeat center center;
}

.s1-r:hover {
    background: url(../images/s1-rh.png) no-repeat center center #00428C;
}

.s1-list {
    margin-left: -15px;
    margin-right: -15px;
}

.s1-list ul li a {
    margin: 0 15px;
    position: relative;
}

.s1-list ul li.slick-current a {
    padding: 5px;
    background-color: #00428C;
}

.s1-list ul li.slick-current a::after {
    content: none;
}

.s1-list ul li.slick-current a .s1-txt {
    display: none;
}

.s1-list ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.s1-txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    z-index: 1;
}

.s1-txt span {
    display: block;
    font-family: Gabriola;
    font-size: 18px;
    color: #fff;
}

.s1-txt p {
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.s1-list .slick-prev {
    width: 13px;
    height: 25px;
    background: url(../images/s1-prev.png) no-repeat;
    background-size: cover;
    left: -20px;
}

.s1-list .slick-next {
    width: 13px;
    height: 25px;
    background: url(../images/s1-next.png) no-repeat;
    background-size: cover;
    right: -20px;
}


/* s2 */
.s2 {
    padding: 100px 0;
}

.s2-list ul li {
    perspective: 1000px;
}

.s2-list ul li a {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 15px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    transform: rotateY(10deg);
    background: url(../images/s2-txbj.jpg) no-repeat center top;
    background-size: 0% 100%;
    transition: all 0.5s;
}

.s2-list ul li a:hover {
    background-size: 100% 100%;
    transform: rotateY(0deg);
}

.s2-list ul li a:hover .s2-date {
    background-color: #fff;
    border-color: #00428C;
}

.s2-list ul li a:hover span,
.s2-list ul li a:hover b {
    color: #00428C;
}

.s2-list ul li a:hover h3 {
    color: #fff;
}

.s2-list ul li a:hover p {
    color: #fff;
    opacity: 0.6;
}

.s2-list ul li a h3 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.s2-list ul li a p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.s2-date {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #A40909;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    margin-top: -40px;
    margin-bottom: 20px;
    border: 1px solid #A40909;
}

.s2-date b {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 24px;
}

.s2-date span {
    line-height: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

/* s3 */
.s3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}

.s3>.px1400 {
    position: relative;
}

.s3-tit {
    text-align: left;
    margin-bottom: 60px;
    font-size: 0;
    width: 45%;
    margin-bottom: 60px;
    position: absolute;
    left: 0;

}

.s3-tit h3 b {
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.s3-tit h3 b.on {
    font-size: 46px;
}

.s3-tit h3 b:first-child:after {
    content: '/';
    font-size: 30px;
    font-weight: normal;
}

.s3-tit h4 {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
}

.s3-tit h4 span {
    color: rgba(255, 255, 255, 0.1);
    line-height: 72px;
    font-size: 72px;
    font-weight: 600;
}

.s3-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    padding-right: 35px;
    background: url(../images/more.png) no-repeat right 10px center;
    line-height: 20px;
    transition: all 0.3s;
    z-index: 99;
}

.s3-tit a:hover {
    background-position: right center;
    opacity: 0.7;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.s3-banner {
    width: 50%;
    order: 2;
}

.s3-banner .pic {
    padding-top: 0;
    width: 100%;
    height: 460px;
}

.s3-tx {
    width: 45%;
    order: 1;
    margin-top: 100px;
}

.s3-tx h3 {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 72px;
}


.s3-tx h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

.s3-tx p {
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
    max-height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: justify;
}

.s3-banner {
    position: relative;
    padding-right: 20px;
    padding-top: 20px;
}

.s3-banner>ul {
    z-index: 2;
}

.s3-banner::after {
    content: '';
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.s3-banner .slick-dots li {
    width: 9px;
    height: 9px;
    background-color: #fff;
    opacity: 0.6;
    border-radius: 999px;
    transition: all 0.5s;
}

.s3-banner .slick-dots li.slick-active {
    width: 45px;
    opacity: 1;
}

.s3-banner .slick-dots {
    bottom: -30px;
}

.s3-list {
    width: 50%;
    position: absolute;
    bottom: -100px;
    left: 0;
    transform: translateY(50%);
}

.s3-list ul li a .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    padding-top: 0;
    border: 5px solid transparent;
    margin: 10px;
}

.s3-list ul li a .pic::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.s3-list ul li.slick-current a .pic {
    border-color: #fff;
    background-color: #fff;
    transform: scale(1.1);
}

.s3-list ul li.slick-current a .pic::after {
    content: none;
}
/* s3-qh */
.s3-box{
    position: relative;
}
.s3-box>div{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}
.s3-box>div.on{
    position: relative;
    z-index: 1;
    opacity: 1;
}



















/* s4 */
.s4 {
    padding: 160px 0;
    background: url(../images/s4-bj.jpg) no-repeat;
    background-size: cover;
}

.s4-list ul li {
    padding: 80px 10px;
    position: relative;
}

.s4-list ul li a {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.s4-list ul li.slick-center {
    transform: scale(1.2);
    z-index: 9;

}

.s4-list ul li:hover .s4-more {
    border-color: #A40909;
    background: #A40909;
    transition: all 0.5s;
}

.s4-list ul li:hover .s4-more:hover {
    letter-spacing: 2px;
}

.s4-list ul li:hover .s4-more span {
    color: #fff;
}

.s4-list ul li .s4-more>img {
    display: none;
}

.s4-list ul li:hover .s4-more>img {
    display: block;
}

.s4-list ul li.slick-center+li {
    z-index: 0;
}

.s4-list .pic {
    padding-top: 57.6%;
}

.s4-tx h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s4-tx p {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    color: #9E9E9E;
    margin-top: 20px;
    margin-bottom: 30px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s4-tx {
    padding: 30px;
    padding-bottom: 40px;
    background-color: #fff;
}

.s4-more {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    border-radius: 999px;
    border: 1px solid #00428C;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s4-more img {
    margin-left: 10px;
}

.s4-more span {
    font-size: 16px;
    color: #00428C;
    line-height: 40px;
    display: inline-block;
}

.s4-list .slick-slider {
    padding: 0 40px;
}

.s4-list .slick-prev {
    width: 50px;
    height: 50px;
    background: url(../images/s4-l.png) no-repeat center center;
    border-radius: 50%;
    border: 1px solid #A40909;
    left: -20px;
}

.s4-list .slick-prev:hover {
    background: url(../images/s4-lh.png) no-repeat center center #A40909;
}

.s4-list .slick-next {
    width: 50px;
    height: 50px;
    background: url(../images/s4-r.png) no-repeat center center;
    border-radius: 50%;
    border: 1px solid #A40909;
    right: -30px;
}

.s4-list .slick-next:hover {
    background: url(../images/s4-rh.png) no-repeat center center #A40909;
}

/* S5 */
.s5 {
    padding-top: 120px;
    padding-bottom: 40px;
    background: url(../images/s5-bj.png) no-repeat center top;
    background-size: 100% 90%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.s5 .tit span {
    color: rgba(255, 255, 255, 0.1);
}

.s5 .tit h3 {
    color: #fff;
}

.s5 .tit a {
    color: #fff;
    background: url(../images/more.png) no-repeat right 10px center;
}

.s5 .tit a:hover {
    background: url(../images/more.png) no-repeat right center;
}

.s5-banner {
    width: 58.8%;
}

.s5-banner .pic {
    height: 550px;
    padding-top: 0;
}

.s5-banner a {
    position: relative;
}

.s5-banner .s5-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    padding: 20px 30px;
    z-index: 2;
}
.s5-banner 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: 1;
}
.s5-banner .s5-tx p {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
}

.s5-banner .s5-tx p i {
    font-weight: 600;
}

.s5-banner .slick-dots {
    text-align: right;
}

.s5-banner .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.3;
}

.s5-banner .slick-dots li.slick-active {
    opacity: 1;
}


.s5-banner .slick-dots {
    padding-bottom: 20px;
    padding-right: 20px;
}

.s5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-r {
    width: 38.5%;
}

.s5-r ul li {
    margin-top: 34px;
}

.s5-r ul li:first-child {
    margin-top: 0;
}

.s5-r ul li a {
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.s5-r ul li a::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: none;
}

.s5-r ul li a:hover:after {
    display: block;
}

.s5-r ul li a:hover h3 {
    color: #00428C;
}

.s5-r .pic {
    width: 180px;
    height: 120px;
    padding-top: 0;
    float: left;
    margin-right: 20px;
}

.s5-txt {
    overflow: hidden;
}

.s5-txt h3 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 48px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.s5-txt h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #A40909;
}

.s5-txt p {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s5-list ul li a .pic {
    padding-top: 66.3%;
}

.s5-list ul li a {
    margin: 0 15px;
}

.s5-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
}
.s5-list a{
    position: relative;
}
.s5-list 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: 1;
}
.s5-info{
    padding: 15px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding-left: 45px;
    
}
.s5-info p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






@media screen and (max-width: 1500px){
    .s1-list .slick-arrow{
        display: none !important;
    }
    .s4-list .slick-prev{
        left: 0;
    }
    .s4-list .slick-next{
        right: 0;
    }
}



@media screen and (max-width: 1200px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }
    .banner .slick-slide a::before{
        content: none;
    }
}





@media screen and (max-width:1024px) {
    .s1,.s2,.s3{
        padding: 50px 0;
    }
    .s1-banner .pic{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        padding-top: 65.7%;
    }
    .tit span,.s3-tit h4 span{
        font-size: 50px;
    }
    .tit h3{
        font-size: 30px;
    }
    .tit a{
        font-size: 16px;
    }

    .tit{
        margin-bottom: 40px;
    }
    .s1-tx{
        padding-top: 20px;
    }
    .s1-btn{
        display: none;
    }
    .s1-banner .slick-dots{
        bottom: 0;
    }
    .s1-tx p{
        max-height: 144px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .s1-banner .slick-dots {
        display: none !important;
    }
    .s3-banner{
        width: 100%;
        order: 1;
    }
    .s3-tx{
        width: 100%;
        order: 2;
        margin-top: 50px;
    }
    
    .s3-tit{
        position: relative;
        width: 100%;
    }
    .s3-tit h3 b.on{
        font-size: 30px;
    }
    .s3-tit h3 b{
        font-size: 26px;
    }
    .s3-tit a{
        font-size: 16px;
    }
    .s3-tit{
        margin-bottom: 40px;
    }
    .s3-list{
        display: none;
    }
    .s3-banner .pic{
        padding-top: 65.7%;
        height: auto;
        width: auto;
    }
    .s4-list ul li.slick-center{
        transform: scale(1);
    }
    .s4-list .slick-arrow{
        display: none !important;
    }
    .s4-list .slick-slider{
        padding: 0;
    }
    .s4-list ul li{
        padding: 10px;
    }
    .s4{
        padding: 50px 0;
    }
    .s5{
        padding: 50px 0;
        background: url(../images/s5-bj1.png) no-repeat center top;
        background-size: 100% 90%;
        margin-top: 0;
    }
    .s5-banner{
        width: 100%;
    }
    .s5-banner .pic{
        height: auto;
        padding-top: 66.8%;
    }
    .s5-r{
        width: 100%;
        margin-top: 20px;
    }
    .s5-r ul li{
        margin-top: 20px;
    }
    .s5-banner .s5-tx{
        width: 80%;
        padding: 10px;
    }

}

@media screen and (max-width:768px) {
    .s1,.s2,.s3{
        padding: 40px 0;
    }
    .s3-banner .slick-dots li{
        transform: scale(0.8);
    }
    .s3-tx h3{
        font-size: 20px;
    }
    .s3-tit h3 b.on{
        font-size: 24px;
    }
    .s3-tit a{
        font-size: 14px;
    }
    .s3-tit h3 b{
        font-size: 20px;
    }
    .s2-date b{
        font-size: 20px;
    }
    .s2-list ul li a h3{
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .banner .slick-dots li{
        transform: scale(0.6);
    }
    .tit span,.s3-tit h4 span{
        font-size: 40px;
    }
    .tit h3{
        font-size: 24px;
    }
    .tit a{
        font-size: 14px;
    }
    .tit{
        margin-bottom: 30px;
    }
    .s3-tit{
        margin-bottom: 30px;
    }
    .s1-banner{
        margin-bottom: 20px;
    }
    .s1-tx h3{
        font-size: 18px;
    }
    .s1-tx p{
        line-height: 30px;
        max-height: 120px;
    }
    .s4-tx h3{
        font-size: 16px;
    }
    .s4-tx{
        padding: 20px;
        padding-bottom: 30px;
    }
    .s4-tx p{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .s5-banner .s5-tx p{
        font-size: 16px;
        line-height: 24px;
    }
    .s5-txt h3{
        font-size: 16px;
    }
    .s5-txt p{
        font-size: 14px;
    }
    .s5-banner .s5-tx{
        width: 60%;
    }
}

@media screen and (max-width:480px) {
    .tit{
        margin-bottom: 20px;
    }
    .s3-tx h3{
        font-size: 18px;
        height: 54px;
        margin-bottom: 20px;
    }
    .s5-r ul li a{
        padding: 10px;
    }
}
@media screen and (max-width:375px){
    .s1-list{
        display: none;
    }
}