@charset "utf-8";

@font-face {
    font-family: "han";
    src: url(../font/whx.TTF) format("woff"),
        /* chrome, firefox */
        url(../font/whx.TTF) format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../font/whx.TTF#FZZHUNYSK") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.title1 {
    margin-bottom: 75px;
    position: relative;
    text-align: center;
}

.title2::before {
    content: '';
    position: absolute;
    bottom: -25px;
    width: 50px;
    height: 2px;
    background-color: #0f3775;
    left: 50%;
    transform: translateX(-50%);
}

.title1 .name {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.title1 .ename {
    color: rgba(15, 55, 117, 0.4);
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    z-index: 1;
}

.title1 .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 140px;
    line-height: 44px;
    border: 1px solid #333333;
    text-align: center;
    z-index: 3;
}

.title1 .more:hover {
    transition: all 0.4s;
    background-color: #0f3775;
    border: 1px solid #0f3775;
    color: #ffffff;
}

.box1 .top .slick-arrow {
    display: none !important;
}

.box1 .top .image {
    width: 44%;
    float: left;
    position: relative;
    overflow: hidden;
}

.box1 .top .image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.box1 .top .text {
    float: left;
    width: 56%;
    box-sizing: border-box;
    padding-left: 100px;
}

.box1 .top .text1 {
    /* border-left: 1px solid #cccccc; */
    height: 440px;
    position: relative;
    /* padding-left: 30px; */
    padding-top: 50px;
}

.box1 .top .text1 .title {
    color: #0f3775;
    font-size: 22px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 35px;
    line-height: 34px;
}

.box1 .top .text1 .summary {
    line-height: 36px;
    -webkit-line-clamp: 4;
}

.box1 .top .text1 .more {
    color: #0f3775;
    position: absolute;
    bottom: 15px;
    left: 0px;
}

.box1 .top .count {
    position: absolute;
    right: 50px;
    bottom: 28px;
    color: #ffffff;
    font-size: 18px;
}

.box1 .top .count span {
    font-size: 28px;
}

.box1 .top  .slick-dots {
    width: 12px;
    height: auto;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
    left: calc(44% - 68px);
}

.box1 .top  .slick-dots li {
    width: 12px;
    height: 12px;
    margin-bottom: 33px;
}

.box1 .top  .slick-dots li.slick-active {

    width: 12px;
    background-color: #0f3775;
}

.box1 .bottom {
    margin-top: 60px;
    border-top: 1px solid #c7c7c7;
}

.box1 .bottom .item {
    margin-top: 40px;
    float: left;
    /* padding-bottom: 35px; */
    width: 33.33%;
    height: 277px;
}

.box1 .bottom .block {
    padding: 0px 75px;
    border-left: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 100%;
}

.box1 .bottom .item:nth-child(1) .block {
    padding-left: 0;
}

.box1 .bottom .item:nth-child(3) .block {
    padding-right: 0;
}

.box1 .bottom .item:nth-child(1) .block {
    border-left: 0px solid #c7c7c7;
}

.box1 .bottom .date {
    float: left;
}

.box1 .bottom .more {
    float: right;
    color: #0f3775;
}

.box1 .bottom .block1 {
    margin-bottom: 50px;
}

.box1 .bottom .title {
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.box1 .bottom .summary {
    line-height: 34px;

}

.box1 .bottom .item:hover {
    color: #0f3775;
    transition: all 0.4s;
}

.box1 .top .item:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.box1 .top .item:hover .summary {
    transition: all 0.4s;
    color: #0f3775;
}

.box1 .top .item:hover .date {
    transition: all 0.4s;
    color: #0f3775;
}

.box2 {
    background-size: cover;
    background-image: url(../image/index18.png);
}

.box2 .title1 {
    color: #ffffff;
}

.box2 .title1 .ename {
    color: rgba(255, 255, 255, 0.4);
}

.box2 .title2::before {
    background-color: #f90002;
}

.box2 .left {
    width: 31%;
    background-color: #ffffff;
    height: 555px;
}

.box2 .left .item {
    padding: 60px;
    box-sizing: border-box;
    padding-top: 80px;
}

.box2 .left .item1 {
    color: #a7a7a7;
    font-size: 20px;
    line-height: 28px;
}

.box2 .left .date {
    color: #a7a7a7;
    font-size: 14px;
    margin-top: 25px;
}

.box2 .left .title {
    color: #0f3775;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    margin: 70px 0;
    height: 144px;
}

.box2 .left .more {
    color: #0f3775;
    padding-bottom: 15px;
    background: url(../image/index33.png) no-repeat right top 7px;
    padding-right: 14px;
    display: inline-block;
    position: relative;
}

.box2 .left .more::before {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    background-color: #0f3775;
}

.box2 .left .item:hover .more::before {
    width: 100%;
    transition: all 0.4s;
}

.box2 .left .item:hover .item1,
.box2 .left .item:hover .date {
    color: #0f3775;
    transition: all 0.4s;
}

.box2 .left .fade-1 .slick-dots {
    display: none !important;
}

.box2 .left .slick-prev,
.box2 .left .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: 64px;
    right: 90px;
    background-image: url(../image/index10.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center center;
    z-index: 9;
    border: 1px solid #ffffff;
}

.box2 .left .slick-next {
    right: 50px;
    background-image: url(../image/index10y.png);
}

.box2 .left .slick-prev:hover {
    background-image: url(../image/index10_c.png);
    background-color: #ffffff;
    transition: all 0.4s;
}

.box2 .left .slick-next:hover {
    background-image: url(../image/index10y_c.png);
    background-color: #ffffff;
    transition: all 0.4s;
}


.box2 .right {
    width: 69%;
    background-color: #fbfbfb;
}

.box2 .right .item {
    box-sizing: border-box;
}

.box2 .right .text {
    border-left: 1px solid #e9e9e9;
    padding: 35px;
    box-sizing: border-box;
    height: 305px;
}

.box2 .right .image {
    height: 250px;
    overflow: hidden;
}

.box2 .right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box2 .right .date1 {
    font-size: 20px;
    font-family: 'han';
}

.box2 .right .date2 {
    font-size: 26px;
    font-family: 'han';
}

.box2 .right .title {
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    margin: 53px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box2 .right .more {
    color: #666666;
}

.box2 .right .item:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.box2 .right .item:hover,
.box2 .right .item:hover .more {
    transition: all 0.4s;
    color: #0f3775;
}

.box2 .list {
    padding-top: 80px;
    padding-bottom: 130px;
}

.box3 {
    background-size: cover;
    background-image: url(../image/index21.png);
    color: #ffffff;
    margin-bottom: 190px;
}

.box3 .box {
    padding-top: 0px;
    padding-bottom: 0px;
    transform: translateY(190px);
}

.title3 {
    max-width: 1450px;
    margin: auto;
    box-sizing: border-box;
    padding-left: 140px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}

.title3 .name {
    font-size: 40px;
    font-weight: 600;
    float: left;
}

.title3 .ename {
    font-size: 18px;
    margin-left: 45px;
    padding-top: 25px;
    float: left;
}

.title3 .more {
    color: #ffffff;
    padding-right: 30px;
    font-size: 14px;
    background: url(../image/index34.png) no-repeat right center;
    position: absolute;
    right: 0;
    top: 25px;
}

.box3 .names {
    position: relative;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 90px;
    max-width: 1120px;
}

.box3 .names::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100% - 116px); */
    height: 1px;
    background-color: #cccccc;
    content: '';
    width: 100%;
}

.box3 .names .name {
    float: left;
    text-align: center;
    padding-bottom: 40px;
    width: calc(100% / 6);
    cursor: pointer;
    position: relative;
}
.box3 .names .name .l2{
    
line-height: 20px;
    
height: 40px;
}

.box3 .names .name::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.box3 .names .name.style::before {
    bottom: -8px;
    width: 16px;
    height: 16px;
    border: 3px solid #f90002;
    background-color: #ffffff;
}

.box3 .list {}

.box3 .list .item {
    height: 755px;
    position: relative;
    display: none;
}

.box3 .list .item.style {
    display: block;
}

.box3 .list .item .tp,
.box3 .list .item .back,
.box3 .list .item .img,
.box3 .list .item video {
    height: 100%;
}

.box3 .list .item .tp {
    width: 100%;
    object-fit: cover;
}

.box3 .list .item .back {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.6);
}

.box3 .list .item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.box3 .list .item video {
    width: 100%;
    object-fit: cover;
    display: none;
}

.box4 {
    background: url(../image/index36.png)no-repeat left bottom;
    background-size: cover;
}

.box4 .title1 .ename {
    color: rgba(51, 51, 51, 0.4);
}

.box4 .titlogo {
    margin: auto;
    margin-bottom: 22px;
}

.box4 .item1 {
    max-width: 1350px;
    text-align: center;
    margin: auto;
}

.box4 .item1 p {
    line-height: 28px;
    font-size: 18px;
}

.box4 .item2 {
    padding-top: 70px;
    padding-bottom: 30px;
    max-width: 1230px;
    margin: auto;
}

.box4 .item2 .item {
    padding-bottom: 30px;
    float: left;
    width: 20%;
    text-align: center;
}

.box4 .item2 .sz {
    position: relative;
    color: #0f3775;
    display: inline-block;
}

.box4 .item2 .sz1 {
    font-family: 'han';
    font-size: 60px;
    line-height: 60px;
}

.box4 .item2 .sw {
    position: absolute;
    left: calc(100% + 10px);
    top: 6px;
    white-space: nowrap;
}

.box4 .item2 .title {
    margin-top: 30px;
    color: #666666;
    font-size: 18px;
}

.box4 .item3 {
    background: url(../image/index4.png) no-repeat left top;
}

.box4 .item3 .left {
    padding-top: 150px;
    width: calc(100% - 980px);
    padding-right: 170px;
    box-sizing: border-box;
}

.box4 .item3 .left .bt {
    font-size: 30px;
    font-weight: 600;
}

.box4 .item3 .left .fbt {
    font-size: 14px;
    margin-top: 15px;
}

.box4 .item3 .left .summary {
    margin-top: 110px;
    margin-bottom: 170px;
    -webkit-line-clamp: 6;
}

.box4 .item3 .left .summary p {
    line-height: 28px;
}

.box4 .item3 .left .more {
    font-size: 14px;
    display: inline-block;
    padding-right: 45px;
    background: url(../image/index12.png) no-repeat right center;
}

.box4 .item3 .left .more div {
    padding-bottom: 12px;
    border-bottom: 1px solid #0f3775;
}

.box4 .item3 .left,
.box4 .item3 .right {
    height: 760px;
}

.box4 .item3 .right {
    width: 980px;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
}

.box4 .item3 .right1 {
    height: 100%;
    position: relative;
}

.box4 .item3 .right .leftimg {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    border-radius: 50%;
    overflow: hidden;
}

.box4 .item3 .right .leftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box4 .item3 .right .list {
    position: relative;
    float: right;
    margin-top: 102px;
}

.box4 .item3 .right .list .item {
    font-size: 18px;
    color: #a3a4a6;
    transform-origin: top left;
    position: relative;
    width: 360px;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.box4 .item3 .right .list .item .l1 {
    line-height: 72px;
}

.box4 .item3 .right .list .item.style::before,
.box4 .item3 .right .list .item:hover:before {
    position: absolute;
    left: -90px;
    content: '';
    top: 30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f90002;
    border-radius: 50%;
}

.box4 .item3 .right .list .item.style,
.box4 .item3 .right .list .item:hover {
    color: #0f3775;
    font-weight: 600;
}

.box4 .item3 .right .list .item.style span,
.box4 .item3 .right .list .item:hover span {
    color: #ff0d0d;
}


.box4 .item3 .right .list .ite5,
.box4 .item3 .right .list .ite6,
.box4 .item3 .right .list .ite7 {

    transform-origin: bottom left;
}

.box4 .item3 .right .list .ite3 {
    transform: translateX(-20px) rotate(-22deg);

}

.box4 .item3 .right .list .ite2 {
    transform: translateX(-64px) rotate(-45deg);
}

.box4 .item3 .right .list .ite1 {
    transform: translateX(-140px) rotate(-57deg);
}

.box4 .item3 .right .list .ite5 {
    transform: translateX(-20px) rotate(22deg);
}

.box4 .item3 .right .list .ite6 {
    transform: translateX(-64px) rotate(45deg);
}

.box4 .item3 .right .list .ite7 {
    transform: translateX(-140px) rotate(57deg);
}

.box4 .item3 .right .list span {
    color: #fa8186;
    margin-right: 15px;
}

.box5 .box {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.box5 .title5 {
    position: absolute;
    top: 90px;
    left: 50px;
    z-index: 1;
    color: #ffffff;
}

.box5 .title5 .name {
    font-size: 36px;
    font-weight: 600;
}

.box5 .title5 .ename {
    font-size: 90px;
    color: rgba(255, 255, 255, 0.1);
    transform: translateY(-60px);
    font-weight: 600;
}

.box5 .list .item {
    width: 22%;
    height: 1050px;
    float: left;
    position: relative;
    color: #ffffff;
    transition: all 0.4s;
}


.box5 .list .item .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.box5 .list .item .back {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 56, 0.7);
    left: 0;
    top: 0;
}

.box5 .list .item .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0px 40px;
    padding-bottom: 60px;
}

.box5 .list .item .text .title {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    height: 84px;
}

.box5 .list .item .text .summary {
    font-size: 21px;
    line-height: 26px;
    height: 78px;
    margin-top: 50px;
    /* width: 125px; */
}

.box5 .list .item .more {

    position: absolute;
    width: 60px;
    height: 60px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: url(../image/index1.png) no-repeat center center;
    background-color: #ffffff;
    cursor: pointer;
}


.box5 .list .item .text1 {
    padding: 36px 70px;
    box-sizing: border-box;
    border-top-right-radius: 30px;
    background-color: #e5e6e7;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
}


.box5 .list .item .text1 .title {
    font-size: 34px;
    color: #333333;
    font-weight: 600;
}

.box5 .list .item .text1 .summary {
    font-size: 21px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 30px;
}

.box5 .list .item .text1 .tplist {}

.box5 .list .item .text1 .tplist .tpitem {
    float: left;
    width: 33.33%;
    position: relative;
}

.box5 .list .item .text1 .tplist .tpitem::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(3, 107, 187, 0);
}

.box5 .list .item .text1 .tplist .tpitem:hover:before {
    background-color: rgba(3, 107, 187, 0.5);
    transition: all 0.4s;
}

.box5 .list .item .text1 .tplist .tpitem img {
    height: 106px;
    width: 100%;
}

.box5 .list .item.style .back,
.box5 .list .item.style .more {
    display: none;
}

.box5 .list .item.style .text {
    display: none;
}

.box5 .list .item.style .text1 {
    display: block;
}

.box5 .list .item.style {
    width: 34%;
}

.box6 {
    background-color: #fafbff;
}

.box6 .list {
    width: calc(100% + 20px);
}

.box6 .list .item {
    padding-right: 20px;
}

.box6 .list .item a {
    overflow: hidden;
}

.box6 .list .item img {
    width: 100%;
    height: 350px;
}

.box6 .list .item:hover img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.box6 .slick-prev,
.box6 .slick-next {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    position: absolute;
    top: -118px;
    right: 20px;
    background-image: url(../image/index37.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    z-index: 9;
}

.box6 .slick-next {
    top: -65px;
    background-image: url(../image/index38.png);
}

.box6 .slick-prev:hover,
.box6 .slick-next:hover {
    opacity: 0.4;
    transition: all 0.4s;
}

@media screen and (max-width: 1780px) {
    .box3 .list .item {
        height: calc(97% /1700*755);
    }

    .box5 .box {
        padding-left: 0%;
        padding-right: 0%;
    }

    .box6 .list .item img {
        height: calc(94vw/3/55*35);
    }
}

@media screen and (max-width: 1600px) {
    .box4 .item3 .left {
        padding-right: 70px;
        width: calc(100% - 820px);
    }

    .box4 .item3 .right {
        width: 820px;
    }

    .box4 .item3 .right .list .item.style::before,
    .box4 .item3 .right .list .item:hover:before {
        left: -40px;
    }
}

@media screen and (max-width: 1500px) {
    .box6 .list .item img {
        /* height: 280px; */
    }
}

@media screen and (max-width: 1400px) {
    .box5 .list .item .text1 {
        padding: 30px 30px;
    }

    .box5 .list .item .text {
        padding: 0px 30px;
        padding-bottom: 30px;
    }

    .box2 .list {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .box3 .box {
        padding-top: 0px;
        padding-bottom: 0px;
        transform: translateY(80px);
    }

    .box3 {

        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1300px) {

    .box2 .left {
        width: 40%;
    }

    .box2 .right {
        width: 60%;
    }

    .box4 .item3 {
        background-size: 90% auto;
    }
}

@media screen and (max-width: 1200px) {
    /* .box6 .list .item img {
        height: 230px;
    } */

    .box4 .item3 .right {
        float: none;
        margin: auto;
    }

    .box4 .item3 .left .summary {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .box4 .item3 .left {
        width: 100%;
        height: auto;
        float: none;
        padding-right: 0px;
        padding-top: 30px;
    }

    .box1 .top .image img,
    .box1 .top .text1 {
        height: 340px;
        padding-top: 0px;
    }

    .box1 .top .text1 .more {
        bottom: 0px;
    }

    .box1 .top .text1 .title {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .box1 .top .text {
        padding-left: 40px;
    }

}

@media screen and (max-width: 1100px) {
    .box3 .names::before {

        width: calc(100%);
    }

    .box5 .list .item {
        width: 50%;
    }

    .box5 .list .item.style {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .box4 .item2 .sz1 {
        font-size: 40px;
        line-height: 40px;
    }

    .title3 {

        padding-bottom: 20px;
        padding-left: 0px;
    }

    .title3 .more {
        top: 9px;
    }

    .title3 .ename {
        font-size: 12px;
        margin-left: 10px;
        padding-top: 9px;
        float: left;
    }

    .title3 .name {
        font-size: 22px;
    }

    .box2 .left {
        width: 100%;
        height: auto;
    }

    .box2 .right .image {
        height: calc(94vw/2/39*25);
    }

    .box2 .right {
        width: 100%;
    }

    .title1 .more {
        width: 72px;
        line-height: 24px;
        font-size: 12px;
    }

    .box1 .bottom .item {
        height: auto;
    }

    .title1 .ename {
        font-size: 12px;
    }

    .title1 .name {
        line-height: 26px;
    }

    .title1 {
        margin-bottom: 35px;
    }


    .title2::before {
        bottom: -12px;
    }

    .title1 .name {
        font-size: 22px;
    }

    /* 111 */
    .box1 .top .image {
        width: 100%;
        float: none;
    }


    .box1 .top .text {
        float: none;
        width: 100%;
        margin-top: 0px;
        padding-left: 0px;
    }

    .box1 .top .text1 {
        border-left: 0px solid #cccccc;
        height: auto;
        position: relative;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .box1 .top .text1 .more {
        left: 0px;
    }

    .box1 .top .text1 .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .box1 .top .slick-dots {
        width: 12px;
        height: auto;
        bottom: auto;
        transform: translateY(0%);
        position: absolute;
        left: auto;
        top: 20px;
        right: 20px;
    }

    .box1 .top .count {
        right: 20px;
        bottom: 20px;
    }

    .box1 .top .image img {
        height: calc(94vw/74*44);
        min-height: 210px;
    }

    .box1 .bottom .item {
        width: 100%;
    }

    .box1 .bottom .block {
        padding: 0px 0px;
        border-left: 0px solid #c7c7c7;
        box-sizing: border-box;
    }

    .box1 .bottom .item:hover .block {
        padding: 0px 15px;
    }

    .box1 .bottom {
        padding-top: 20px;
    }

    .box1 .bottom .item {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .box1 .bottom .block1 {
        margin-bottom: 15px;
    }

    .box1 .bottom .title {
        line-height: 26px;
        margin-bottom: 10px;
    }

    .box1 .bottom .summary {
        line-height: 28px;
    }
}

@media screen and (max-width: 900px) {
    .box4 .item3 .right .leftimg {
        width: 80px;
        height: 80px;
    }

    .box4 .item3 .right .list .item {
        width: 100%;
    }

    .box4 .item3 .right .list .item.style::before,
    .box4 .item3 .right .list .item:hover:before {
        display: none;
    }

    .box4 .item3 .right {
        height: 414px;
        width: 330px;
        padding-top: 0px;
    }

    .box4 .item3 .right .list .item .l1 {
        line-height: 30px;
        font-size: 12px;
    }

    .box4 .item3 .right .list {
        width: 230px;
    }

    .box4 .item3 .right .list .ite3 {
        transform: translateX(-12px) rotate(-18deg);
    }

    .box4 .item3 .right .list .ite2 {
        transform: translateX(-31px) rotate(-34deg);
    }

    .box4 .item3 .right .list .ite1 {
        transform: translateX(-60px) rotate(-46deg);
    }

    .box4 .item3 .right .list .ite5 {
        transform: translateX(-12px) rotate(18deg);
    }

    .box4 .item3 .right .list .ite6 {
        transform: translateX(-31px) rotate(34deg);
    }

    .box4 .item3 .right .list .ite7 {
        transform: translateX(-60px) rotate(46deg);
    }

    .box4 .item3 .right .list span {
        margin-right: 5px;
    }

    .box5 .title5 .name {
        font-size: 24px;
    }

    .box5 .title5 .ename {
        font-size: 26px;
        transform: translateY(-30px);
    }

    .box5 .title5 {
        top: 30px;
        left: 20px;
    }
}

@media screen and (max-width: 800px) {
    .box6 .box {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .box6 .list .item img {
        height: calc(94vw/2/55*35);
    }

    .box4 .item2 {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .box4 .item2 .item {
        width: 33.33%;
    }

    .box4 .item2 .title {
        margin-top: 10px;
        font-size: 16px;
    }

    .box3 .box {

        transform: translateY(30px);
    }

    .box3 {
        margin-bottom: 30px;
    }

    .box3 .names .name {

        padding-bottom: 30px;
    }

    .box3 .list .item .icon {
        width: 50px;
    }

    .box3 .names {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .box2 .left .item {
        padding: 20px;
        padding-top: 20px;
    }

    .box2 .right .date1 {
        font-size: 14px;
    }

    .box2 .right .date2 {
        font-size: 20px;
    }

    .box2 .right .more {
        font-size: 14px;
    }

    .box2 .right .title {
        line-height: 25px;
        font-size: 16px;
        font-weight: 600;
        margin: 20px 0;
    }

    .box2 .right .text {
        height: auto;
        padding: 15px;
    }

    .box2 .left .slick-prev,
    .box2 .left .slick-next {
        bottom: 20px;
        right: 60px;
    }

    .box2 .left .item1 {
        font-size: 16px;
        line-height: 24px;
    }

    .box2 .left .slick-next {
        right: 20px;
    }

    .box2 .left .title {
        color: #0f3775;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin: 30px 0;
        height: 90px;
    }

    .box1 .top .text1 .title {
        font-size: 18px;
    }

    .box1 .top .text1 .summary {
        line-height: 30px;
    }

    .box1 .bottom {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {

    .box5 .list .item,
    .box5 .list .item.style {
        width: 100%;
        height: calc(100vw /578*1050);
    }

    .box5 .list .item .text .summary {
        font-size: 16px;
        line-height: 22px;
        height: 66px;
        margin-top: 20px;
        /* width: 125px; */
    }

    .box5 .list .item .text .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        height: 64px;
    }

    .box5 .list .item .text1 .title {
        font-size: 20px;
    }

    .box5 .list .item .text1 {
        padding: 15px 15px;
        border-top-right-radius: 20px;
    }

    .box5 .list .item .text1 .summary {
        font-size: 14px;
        color: #999999;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .box5 .list .item .text1 .tplist .tpitem img {
        height: calc((94vw - 30px)/3/145*106);
    }
}

@media screen and (max-width: 600px) {
    .box6 .list .item img {
        height: calc(94vw/55*35);
    }
}

@media screen and (max-width: 550px) {
    .box1 .top .slick-dots li {
        margin-bottom: 15px;
    }

    .box1 .bottom {
        padding-top: 15px;
    }
}

@media screen and (max-width: 500px) {

    .title3 .ename {
        width: 110px;
        padding-top: 0px;
    }

    .title3 .more {
        padding-right: 15px;
    }

    .box1 .title1 {
        text-align: left;
    }

    .box1 .title1 .ename {
        font-size: 12px;
        position: static;
        line-height: 26px;
        transform: translateY(0%);
    }

    .box1 .title2 {
        display: inline-block;
        position: relative;
    }

    .box1 .title1 .name {
        line-height: 26px;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
    }

    .box3 .names .name {
        padding-left: 3px;
        padding-right: 2px;
        box-sizing: border-box;
        font-size: 12px;
        padding-bottom: 20px;
    }

    .box4 .item2 .sz1 {
        font-size: 30px;
        line-height: 30px;
    }

    .box4 .item2 .sw {
        top: 3px;
        left: calc(100% + 5px);
        font-size: 13px;
    }

    .box4 .item2 .title {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .box4 .item3 .right .leftimg {
        width: 60px;
        height: 60px;
    }

    .box4 .item3 .right {
        width: 310px;
    }
}