/* Ã¥Â®Â½Ã¥ÂºÂ¦  1600px*/



.block1 {
    padding-top: 65px;
    /* Ã¦Å½Â§Ã¥Ë†Â¶Ã¨Æ’Å’Ã¦â„¢Â¯Ã¥â€ºÂ¾Ã§â€°â€¡Ã¤Â½ÂÃ§Â½Â® */
    background: url(../image/index15.png) 0px 0px no-repeat;
    background-size: auto 100%;
    /* Ã¨Æ’Å’Ã¦â„¢Â¯Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â®Å¡Ã¤Â½Â Ã¦Å½Â§Ã¥Ë†Â¶Ã¨Æ’Å’Ã¦â„¢Â¯Ã¥â€ºÂ¾Ã§â€°â€¡Ã¤Â½ÂÃ§Â½Â® Ã¨Æ’Å’Ã¦â„¢Â¯Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â±â€¦Ã¤Â¸Â­ */
    /* background-position: center 100px; */
    /* Ã¦Å½Â§Ã¥Ë†Â¶Ã¨Æ’Å’Ã¦â„¢Â¯Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â¤Â§Ã¥Â°Â*/
    /* background-size: 50px 100px; */

}

.block1 .content {
    position: relative;
}

.block1 .left {
    padding-top: 80px;
    width: calc(50% - 100px);
    box-sizing: border-box;
    padding-right: 90px;
}

.block1 .right {
    position: relative;
    width: calc(50% + 100px);
    padding-bottom: 64px;
}

.block1 .right img {
    width: 100%;
}

.block1 .title1 {
    text-align: left;
}

.block1 .title1 .name {
    font-size: 50px;
}

.block1 .left .summary {
    line-height: 28px;
    color: #999999;
    height: 230px;
    overflow-y: hidden;
}

.block1 .left .summary .br {
    height: 17px;
}

.block1 .left .more {
    width: 200px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
    border-radius: 40px;
    background-color: #089891;
    margin-top: 56px;
    font-weight: 600;
}

.block1 .left .more:hover {
    opacity: 0.5;
}

.block1 .right img {
    border-radius: 20px;
}

.block1 .right .title {
    height: 128px;
    line-height: 128px;
    width: calc(540/900*100%);
    font-family: "Britannic Bold";
    color: #ffffff;
    font-size: 40px;
    box-sizing: border-box;
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: #195781;
    border-radius: 10px;
}

.block2 {
    padding-bottom: 50px;
}

.block2 .list {
    width: calc(100% + 30px);
}

.block2 .list .item {
    width: calc(33.33% - 30px);
    box-sizing: border-box;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}

.block2 .list .item1 {
    width: calc(50% - 30px);
}

.block2 .list .img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    height: 335px;
}

.block2 .list .back {
    /* background: linear-gradient(rgb(18, 114, 136, 0), rgb(18, 114, 136, 0.5)); */
    background: linear-gradient(#0a9290, #195781);
    opacity: 0.2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.block2 .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* height: 80px; */
    padding: 0px 39px;
    padding-bottom: 25px;
    z-index: 9;
}

.block2 .text .title {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 34px;
    max-height: 68px;
    -webkit-box-orient: vertical;
}

.block2 .text .date {
    font-size: 14px;
    padding-top: 15px;
    font-weight: 600;
}

.block2 .hover {
    background-color: rgba(25, 87, 129, 0.4);
    /* opacity: 0.7; */
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    top: 0%;
    left: 0;
}

.block2 .list .item:hover .hover {
    display: block;
}

.block2 .list .item:hover .text {
    display: none;
}

.block2 .hover1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.block2 .hover2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 39px;
    padding-bottom: 25px;


}

.block2 .hover2 .date {
    font-size: 14px;
    font-weight: 600;
}

.block2 .hover2 .title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    max-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0px;
}

.block2 .hover2 .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    line-height: 32px;
    color: #afcfe4;
}



.block2 .hover2 .icon {
    width: 24px;
}

.block3 {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.block3 .list {
    width: calc(100% + 30px);
}

.block3 .list .item {
    width: calc(33.33% - 30px);
    float: left;
    padding: 0px 35px;
    padding-top: 45px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    height: 290px;
    position: relative;
}

.block3 .list .item .text {
    position: relative;
    z-index: 10;
}

.block3 .list .item .back {
    display: none;
    z-index: 9;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

.block3 .list .date {
    font-size: 14px;
    color: #195781;
    font-weight: 600;
}

.block3 .list .title {
    padding: 15px 0;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.block3 .list .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px;
    margin-bottom: 15px;
    line-height: 32px;
    color: #999999;
}

.block3 .list .icon1 {
    width: 24px;
    position: absolute;
    left: 35px;
    bottom: 25px;
    z-index: 11px;
}

.block3 .list .icon2 {
    width: 24px;
    position: absolute;
    right: 35px;
    bottom: 25px;
    z-index: 11;
    display: none;
}

.block3 .list .item:hover .back {
    display: block;

}

.block3 .list .item:hover .icon1 {
    display: none;

}

.block3 .list .item:hover .icon2 {
    display: block;
}

.block3 .list .item:hover .date,
.block3 .list .item:hover .summary {
    color: #afcfe4;

}

.block3 .list .item:hover .title {
    color: #ffffff;
}

.block4 .content {
    position: relative;
    box-sizing: border-box;
    /* padding: 0px 50px; */
}

.block4 .content .list {
    width: calc(125% + 27px);
    color: #ffffff;
}

.block4 .img {
    box-sizing: border-box;
    margin-right: 27px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.block4 .img a {
    color: #ffffff;
}

.block4 .slick-next {
    right: calc(20% - 27px);
}

.block4 .list .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(#089891,#127288); */
    background: linear-gradient(rgba(8, 152, 145, 0), rgba(8, 152, 145, 0), rgba(18, 114, 136, 0.7));
}

.block4 .list .image img {
    width: 100%;
    min-height: 320px;
    height: 461px;
    object-fit: cover;
}

.block4 .list .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

.block4 .list .text .title {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}

.block4 .list .text .date {
    font-size: 14px;
}

.block4 .list .hover {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    padding: 14px;
    box-sizing: border-box;
    display: none;
}

.block4 .list .hover1 {
    position: relative;
    border-radius: 20px;
    height: 100%;
    background-color: rgba(25, 87, 129, 0.9);
    box-sizing: border-box;
    padding: 45px;
    padding-top: 100px;
}

.block4 .list .hover1 .title {
    font-weight: 600;
    font-size: 20px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.block4 .list .hover1 .date,
.block4 .list .hover1 .summary {
    /* font-size: 14px; */
    color: #afcfe4;
    line-height: 30px;
}

.block4 .list .hover1 .date {
    white-space: nowrap;
}

.block4 .list .hover1 .summary {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}

.block4 .list .hover1 .icon {
    width: 25px;
    position: absolute;
    right: 33px;
    bottom: 50px;
}

.block4 .list .img:hover .hover {
    display: block;
}

.block4 .list .img:hover .text {
    display: none;
}

.block5 {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.block5 .content {
    position: absolute;
    top: 0px;
    height: 100%;
    padding-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.block5 .block5pos {
    height: 100%;
    position: relative;
}

.block5 .title1 .ename,
.block5 .title1 .name {
    color: #ffffff;
}

.block5 .slick-prev {
    left: 110px;
    z-index: 999;
}

.block5 .slick-next {
    right: 110px;
    z-index: 999;
}

.block5 .list {
    position: absolute;
    bottom: 80px;
    width: 900px;
    height: 150px;
}

.block5 .list .slick-track {
    min-width: 2000px;
    /* min-width: 1000px; */

}

.block5 .list .slick-list {
    padding: 0px !important;
}

.block5 .list .slick-slide {
    width: 170px !important;
    height: 150px !important;
    object-fit: cover !important;
    box-sizing: border-box !important;
    padding-top: 48px !important;
    padding-right: 19px !important;
}

.block5 .list .slick-slide .image {
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

.block5 .list .slick-slide img {
    border-radius: 10px !important;
    overflow: hidden;
    height: 100% !important;
}
.block5 .image{width:100%;height: 890px;}
.block5 .image img{width:100%;object-fit: cover;height: 100%;}
/* Ã¥Â½â€œÃ¥â€°ÂÃ©â‚¬â€°Ã¦â€¹Â©Ã§Å¡â€žÃ¥â€ºÂ¾Ã§â€°â€¡ */
.block5 .list .slick-current {
    padding-top: 0px !important;
    width: 240px !important;
    box-sizing: border-box;
    transition: all 0.4s;

}

.block5 .list .slick-current .image {
    border: 3px solid #ffffff;
}

.block5 .maximg .text {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.block5 .maximg .text1 {
    width: 525px;
    float: right;
    color: #ffffff;
}

.block5 .maximg .title {
    line-height: 33px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
    font-weight: 600;
}

.block5 .maximg .row {}

.block5 .maximg .name {
    float: left;

}

.block5 .maximg .date {
    float: right;

}

.block6 {
    background-color: #f7f7f7;
}

.block6 .title1 {
    text-align: left;
}

.block6 .left {
    width: calc(100% - 630px);

    /* padding-top: 30px; */
    color: #999999;
    line-height: 30px;
    /* padding-left: 380px; */
}

.block6 .left .block6height {
    height: 30px;
}

.block6 .left img {
    float: left;
    width: 340px;
    border-radius: 20px;
    margin-right: 40px;
}

/* .block6 .left .text {
    padding-top: 30px;
    color: #999999;
    line-height: 30px;
    padding-left: 380px;
} */

.block6 .left .br {
    height: 20px;
}

.block6 .right {
    position: relative;
}

.block6 .right .item {
    /* float: right; */
}

.block6 .right .inner {
    width: 260px;
    border-radius: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 50px;
    position: relative;
}

.block6 .right .inner:hover {
    background-color: #195781;
}

.block6 .right .inner:hover .name {
    color: #ffffff;
}

.block6 .right .inner:hover .ename {
    color: #afcfe4;
}

.block6 .right .inner:hover .index {
    color: #ffffff;
}

.block6 .right .inner:hover .icon {
    display: none;
}

.block6 .right .inner:hover .icon1 {
    display: block;
}

.block6 .right .item .icon {
    width: 50px;
    height: 50px;
    position: relative;
}

.block6 .right .item .icon1 {
    display: none;
}

.block6 .right .item .icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.block6 .right .item .name {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
}

.block6 .right .item .ename {
    color: #999999;
}

.block6 .right .item .index {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;
    color: #195781;
    font-weight: 600;
}

.block6 .right .item2 {
    margin-top: 30px;
}

.block6 .right .item3 {
    position: absolute;
    top: 50%;
    right: 290px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1650px) {

    .block1,
    .block2,
    .block3,
    .block5 .content,
    .block6 {
        padding-left: 3%;
        padding-right: 3%;
    }

    .block1 .right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .block4 .content {

        padding-left: 60px;
        padding-right: 60px;
    }


    .block4 .list .hover1 {
        padding: 20px;
        padding-top: 20px;
    }

    .block4 .list .hover1 .icon {
        width: 25px;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .block4 .list .hover1 .summary {
        line-height: 27px;
    }

    .block5 .slick-prev {
        left: 3%;
    }

    .block5 .slick-next {
        right: 3%;
    }

    .block5 .maximg .text {
        box-sizing: border-box;
        padding-right: 3%;
    }

    .block5 .list {
        width: calc(97% - 525px);
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {

    .block5 .content {
        padding-top: 40px;
    }

    .block5 .list {
        bottom: 40px;
    }

    .block5 .maximg .text {
        bottom: 40px;
    }

    .block6 .left {
        width: 100%;
        float: none;
    }

    .block6 .right {
        /* width: 100%; */
        float: none;
        width: 550px;
        margin: auto;
        margin-top: 80px;
    }

    .block6 .right .item {
        float: right;
    }

    .block1 .left {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .block1 .left {
        width: 100%;
        padding-right: 0px
    }

    .block1 .right {
        position: initial;
        width: 100%;
        transform: translateY(0);
        margin-top: 80px;
    }

    .block2 .list .item {
        width: calc(50% - 30px);

    }

    .block2 .list .item3 {
        width: calc(100% - 30px);
        height: 300px;
    }

    .block2 .list .item3 .img {
        width: 100%;
    }

    /* .block4 .img{
        margin-right: 10px;
    }
    .block4 .slick-next {
        right: calc(20% - 40px);
      } */
    .block2 .text {
        padding: 0px 15px;
        padding-bottom: 15px;
    }

    .block2 .text .title {
        font-size: 15px;
        line-height: 25px;
    }

    .block2 .text .date {
        padding-top: 5px;
        font-size: 12px;
    }

    .block5 .list {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .block1 .title1 .name {
        font-size: 18px;
    }

    .block2 .list {
        width: calc(100% + 15px);
    }

    .block2 .list .item {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .block2 .list .item3 {
        width: calc(100% - 15px);
        height: calc(94vw /752*240);
        min-height: 195px;
    }

    .block2 .list .item3 .img {
        width: 100%;
    }

    .block2 .hover2 .icon {
        width: 15px;
    }

    .block2 .hover2 {
        padding: 0px 15px;
        padding-bottom: 15px;
    }

    .block2 .hover2 .summary {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 8px;
        line-height: 24px;
        color: #afcfe4;
    }

    .block2 .hover2 .title {
        font-size: 15px;
        line-height: 23px;
        font-weight: 600;
        max-height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 7px 0px;
    }

    .block2 .hover2 .date {
        font-size: 12px;
    }

    .block2 .list .img {
        min-height: 195px;
    }

    .block4 .list .text {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 600;
    }

    .block4 .list .text .title {
        padding-bottom: 7px;
        font-size: 16px;
        line-height: 23px;
    }

    .block4 .list .hover1 .title {
        font-size: 16px;
        height: 63px;
    }

    .block4 .list .hover1 .icon {
        width: 20px;
    }

    #banner .slick-dots {
        bottom: 30px;
    }


    .block1 {
        padding-top: 0px;
    }


    .block1 .left .summary {
        line-height: 21px;
    }

    .block1 .left .summary .br {
        height: 10px;
    }

    .block1 .right .title {
        height: 40px;
        line-height: 40px;
        width: calc(540/900*100%);
        font-family: "Britannic Bold";
        color: #ffffff;
        font-size: 16px;
        box-sizing: border-box;
        padding: 0px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        background-color: #195781;
        border-radius: 10px;
    }

    .block1 .right {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .block1 .left .more {
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
        border-radius: 40px;
        background-color: #089891;
        margin-top: 15px;
    }

    .block3 .list {
        width: calc(100% + 15px);
    }

    .block3 .list .item {
        width: calc(33.33% - 15px);
        float: left;
        padding: 0px 15px;
        padding-top: 15px;
        box-sizing: border-box;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
        overflow: hidden;
        height: 170px;
        position: relative;
    }

    .block3 .list .icon2 {
        width: 20px;
        position: absolute;
        right: 15px;
        bottom: 15px;
        z-index: 11;
        display: none;
    }

    .block3 .list .title {
        padding: 5px 0;
        font-size: 14px;
    }

    .block3 .list .summary {
        line-height: 22px;
        height: 66px;
    }

    .block3 .list .icon1 {
        width: 20px;
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .block5 .maximg .text {
        bottom: 15px;
    }

    .block5 .content {
        padding-top: 25px;
    }

    .block5 .maximg .title {
        line-height: 22px;
        font-size: 16px;
    }

    .block5 .maximg .text1 {
        width: 100%;
        padding-left: 3%;
    }

    .block6 .left img {
        margin-right: 20px;
    }

    .block6 .right .item .name {
        font-size: 16px;
    }

    .block6 .right .item .name {
        padding-top: 10px;
        padding-bottom: 3px;
        font-size: 16px;
    }

    .block6 .right .item .icon {
        width: 40px;
        height: 40px;
    }

    .block6 .right .item .index {
        font-size: 40px;
        top: 10px;
    }

    .block6 .right .inner {
        width: 180px;
        border-radius: 10px;
        background-color: #ffffff;
        box-sizing: border-box;
        padding: 15px;
        padding-top: 30px;
        position: relative;
    }

    .block6 .right .item3 {
        right: 195px;
    }

    .block6 .right {
        width: 375px;
        margin-top: 15px;
    }
  .block5 .list .slick-slide .image{height:194px;}
}

@media screen and (max-width: 500px) {
    .block2 .list {
        width: calc(100%);
    }

    .block6 .left img {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .block2 .list .item {
        width: 100%;
        height: calc(94vw /460 *300);
        min-height: 195px;
    }

    .block2 .list .item img {
        height: 100%;
    }

    .block3 .list .item {
        width: calc(50% - 15px);
    }

    .block5 .maximg .title {
        font-size: 14px;
        line-height: 17px;
        -webkit-line-clamp: 1;
        height: 17px;
    }
}

@media screen and (max-width: 400px) {
    .block6 .right {
        width: 100%;
    }

    .block6 .right .item {
        width: calc((50% - 7.5px));
    }

    .block6 .right .item .index {
        right: 15px;
    }

    .block6 .right .inner {
        width: 100%;
    }

    .block6 .right .item3 {
        right: calc((50% + 7.5px));
    }
}