@charset "utf-8";

@font-face {
    font-family: "syst";
    src: url(../font/SourceHanSerifSC-Bold.otf) format("woff"),
        /* chrome, firefox */
        url(../font/SourceHanSerifSC-Bold.otf) format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../font/SourceHanSerifSC-Bold.otf#FZZHUNYSK") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.box1 {}

.banner{overflow:hidden;}
.title1 {
    float: left;
    line-height: 30px;
    border-radius: 5px;
    background-color: #fcc701;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 10px;
    font-size: 18px;
    transition: all 0.4s;
}

.title2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: all 0.4s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
}

.box1 .summary {
    line-height: 28px;
    color: #999999;
    transition: all 0.4s;
}

.box1 .date {
    color: #999999;
    margin-top: 15px;
    transition: all 0.4s;
}

.box1 .item {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 40px 50px;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-image: url(../image/index20.png);
    background-position: center 100%;
    transition: all 0.4s;
}

.box1 .item:hover {
    background-color: #17406a;
    background-position: center center;
}

.box1 .item:hover .date,
.box1 .item:hover .summary {
    color: #a2b3c3;
}

.box1 .item:hover .title2 {
    color: #ffffff;
}

.box2 {
    box-sizing: border-box;
    padding: 50px 0px;
}

.box2 .list {
    display: flex;
    justify-content: space-between;
}

.box2 .item {
    /* margin-left: calc((100% - 925px)/6); */
    width: calc(100% / 7);
    text-align: center;
}

/* .box2 .item:nth-child(1){
    margin-left: 0px;
} */

.box2 .item .block {
    display: inline-block;
}

.box2 .item .icon {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #c8c9cb;
}

.box2 .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box2 .item .icon .img2 {
    display: none;
}

.box2 .item .title {
    float: left;
    line-height: 60px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px;
}

.box2 .item:hover .title {
    color: #17406a;
    transition: all 0.4s;
    font-weight: 600;
}

.box2 .item:hover .icon {
    border: 2px solid #17406a;
    background-color: #17406a;
    transition: all 0.4s;
}

.box2 .item:hover .img1 {
    transition: all 0.4s;
    display: none;
}

.box2 .item:hover .img2 {
    transition: all 0.4s;
    display: block;
}

.box3 .left {
    width: 50%;
    background-size: cover;
    background-image: url(../image/index21.png);
    padding-top: 300px;
}

.box3 .left .lists {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}

.box3 .left .list {
    padding: 23px 50px 36px 50px;
    box-sizing: border-box;
}

.more1 {
    color: #17406a;
    background-image: url(../image/index13.png);
    float: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    background-position: right center;
    line-height: 30px;
}

.box3 .left .lists .more1 {
    color: #fcc701;
    background-image: url(../image/index45.png);
    line-height: 16px;
    margin-bottom: 25px;
}

.box3 .left .lists .item {
    color: #ffffff;
    margin-bottom: 10px;
}

.box3 .left .lists .date {
    float: right;
    line-height: 30px;
}

.box3 .left .lists .title {
    width: calc(100% - 210px);
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 30px;
    font-size: 18px;
}

.box3 .left .lists .item:hover .title,
.box3 .left .lists .item:hover .date {
    color: #fcc700;
    transition: all 0.4s;
}

.box3 .slick-arrow {
    display: none !important;
}

.box3 .left .lists .fade-1 .slick-dots {
    bottom: 36px;
}

.box3 .right {
    width: 50%;
}

.box3 .right .top .more1:hover {
    opacity: 1;
}

.box3 .right .top .img {
    width: 50%;
    float: right;
    overflow: hidden;
}

.box3 .right .top .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box3 .right .top .text {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 45px 50px;
    background-color: #f7f7f7;
    height: 300px;
}

.box3 .right .top .item {
    display: block;
}

.box3 .right .top .title2 {
    margin-bottom: 20px;
    line-height: 34px;
    height: auto;
}

.box3 .right .top .item3 {
    color: #666666;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/index15.png);
    padding-left: 24px;
    margin-bottom: 10px;
}

.box3 .right .top .item3:nth-child(2) {
    background-image: url(../image/index14.png);
}

.box3 .right .fade-1 .slick-dots li {
    background: rgba(23, 64, 106, 0.3);
}

.box3 .right .fade-1 .slick-dots li.slick-active {
    background: rgb(23, 64, 106);
}

.box3 .right .top .fade-1 .slick-dots {
    padding-right: 50%;
    box-sizing: border-box;
}

.box3 .right .top .item:hover .img img {
    transition: all 0.4s;
    opacity: 0.7;
}

.box3 .right .top .item:hover .text {
    transition: all 0.4s;
    opacity: 0.6;
}

.box3 .right .bottom {
    padding: 50px;
    box-sizing: border-box;
}

.box3 .right .bottom .list {
    margin-top: 20px;
}

.box3 .right .bottom .list .item {
    position: relative;
    box-sizing: border-box;
}

.box3 .right .bottom .list a {
    position: relative;
    padding-left: 40px;
    padding-right: 1px;
    transition: all 0.4s;
}

.box3 .right .bottom .list .item:nth-child(odd) {
    padding-right: 50px;
}

.box3 .right .bottom .list .item:nth-child(even) {
    padding-left: 50px;
}

/* .box3 .right .bottom .list .item:last-child {
    
} */

.box3 .right .bottom .list .item::before {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #e7ecf0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}

.box3 .right .bottom .list .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    object-fit: cover;
}

.box3 .right .bottom .list .img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.box3 .right .bottom .list .block {
    border-radius: 5px;
    border: 1px solid #c8c9cb;
    padding: 27px 30px 20px 60px;
}

/* #jsitem{
    display: none;
} */
.box3 .right .bottom .list .block .title {
    font-size: 18px;
    line-height: 22px;
}

.box3 .right .bottom .list .block .title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.box3 .right .bottom .list .block .summary {
    line-height: 24px;
    color: #666666;
    margin-top: 12px;
}

.box3 .right .bottom .list a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1400px) {
    .box1 .item {
        padding: 30px;
    }

    /* .box3 .left,.box3 .right{
        width: 100%;
    } */
    .box3 .left .list {
        padding: 23px 30px 36px 30px;
    }

    .box3 .right .top .text {
        padding: 45px 30px;
    }


    .title2 {
        font-size: 18px;
        line-height: 28px;
    }

    .box3 .right .bottom {
        padding: 50px 30px;
    }

    .box3 .right .bottom .list .item:nth-child(odd) {
        padding-right: 20px;
    }

    .box3 .right .bottom .list .item:nth-child(even) {
        padding-left: 20px;
    }

}

@media screen and (max-width: 1300px) {
    .box2 .item .title {
        font-size: 17px;
        line-height: 50px;
        padding-left: 10px;
    }

    .box2 .item .icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1200px) {

    .box3 .left,
    .box3 .right {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .box2 .list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box2 {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .box2 .item {
        width: calc(100% / 4);
        margin-bottom: 20px;
    }

    .box1 .item {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .box3 .right .top .text {
        padding: 25px 15px;
    }

    .box3 .right .bottom {
        padding: 50px 15px;
        padding-top: 25px;
    }

    .fade-1 .slick-dots {
        bottom: 43px;
    }

    .box3 .right .top .text {
        height: 230px;
    }

    .box3 .right .top .img img {
        height: 230px;
    }

    .box3 .right .top .title2 {
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 16px;
    }

    .box3 .right .top .item3 {
        font-size: 14px;
        background-size: 14px auto;
        padding-left: 18px;
    }

    .box3 .right .top .item3:nth-child(3) {
        background-position: top 0px left;
    }

    .box3 .left .lists .more1 {
        margin-bottom: 15px;
    }

    .box3 .left .list {
        padding: 23px 15px 36px 15px;
    }

    .box3 .left {
        padding-top: 280px;
    }

    .box3 .left .lists .date {
        font-size: 14px;
        line-height: 28px;
        display: none;
    }

    .box3 .left .lists .title {
        width: auto;
        padding-left: 10px;
        font-size: 16px;
        line-height: 28px;
        float: none;
    }

    .box2 .item .icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .title1 {
        line-height: 28px;
        padding: 0px 8px;
        font-size: 16px;
    }

    .box1 .date {
        margin-top: 10px;
    }

    .box1 .item {
        padding: 20px 3%;
    }

    .title2 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 7px;
        margin-bottom: 10px;
        height: 48px;
    }
}

@media screen and (max-width: 700px) {
    .box3 .right .bottom .list .item {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .box3 .right .bottom .list .item::before {
        width: 0px;
    }

    .box3 .right .bottom .list .block .title span {
        font-size: 18px;
    }

    .box3 .right .bottom .list .block .title {
        font-size: 16px;
    }

    .box3 .right .bottom .list .block .summary {
        margin-top: 7px;
    }

    .box3 .right .bottom .list .block {
        border-radius: 5px;
        border: 1px solid #c8c9cb;
        padding: 22px 20px 20px 52px;
    }
}

@media screen and (max-width: 600px) {

    .box2 {
        /* padding: 20px 2% 5px 2%; */
        padding: 20px 0 5px 0;
    }

    .box2 .item {
        width: auto;
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .box2 .item .title {
        font-size: 15px;
        line-height: 40px;
        padding-left: 5px;
    }

    .box2 .item .icon {
        width: 40px;
        height: 40px;
    }

    .box2 .item .icon img {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 500px) {
    .box3 .right .top .fade-1 .slick-dots {
        padding-right: 0px;
    }
.box3 .right .top .fade-1 .slick-dots {
        bottom: calc(100vw / 48*30 + 40px);
    }
    .box3 .right .top .img {
        width: 100%;
    }

    .box3 .right .top .img img {
        height: calc(100vw / 48*30);
    }

    .box3 .right .top .text {
        width: 100%;
    }

    .box2 .item {

        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 400px) {

    .box2 .item {

        padding-left: 5px;
        padding-right: 5px;
    }
}