@charset "utf-8";

.title1 {
    margin-bottom: 30px;
    position: relative;
}
.title1 .name {
    float: left;
    margin-right: 40px;
    /* position: relative; */
}
.title1 .more318{/* position: absolute; */right: 0px;top: 0px;float: right;     margin-top: 8px;}
.title1 .name1 {
    font-size: 26px;
    font-weight: 600;
}

.title1 .name2 {
    color: #999999;
    margin-top: 5px;
}

.title1 .title1sub {
    float: left;
    padding-top: 10px;
}

.title1 .title1sub .item3 {
    display: inline-block;
    margin-right: 30px;
    font-size: 20px;
    position: relative;
    padding-left: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.title1 .title1sub .item3::after {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #333333;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    border-radius: 50%;
}

.title1 .title1sub .item3.style {
    color: #9c0d2b;
    font-weight: 600;
}

.title1 .title1sub .item3.style::after {
    background-color: #9c0d2b;
}

.box1 {}

.box1 .list {
    width: calc(100% + 20px);
    display: none;
    position: relative;
}
.box1 .list .more318{
    position: absolute;
    top: -65px;
    right: 0;
}
.box1 .list.style {
    display: block;
}

.box1 .list .item {
    width: calc(33.33% - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
}

.box1 .list .item .block {
    box-shadow: 0px 0px 0px 1px #ebcfd5;
    padding: 20px 25px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.box1 .list .item .date {
    color: #9c0d2b;
    font-family: 'Georgia';
    margin-top: 10px;
}

.box1 .list .item::after {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: calc(100% - 10px);
    width: 60%;
    content: '';
    background-color: #ebcfd5;
    z-index: 1;
}

.box1 .list .item:hover .title {
    color: #9c0d2b;
    font-weight: 600;
}

.box1 .list .item:hover .block {
    box-shadow: 0px 0px 0px 1px #9c0d2b;
    transition: all 0.4s;
}

.box1 .list .item:hover::after {
    background-color: #9c0d2b;
    transition: all 0.4s;
    width: 100%;
}

.box2 {
    background-color: #f7f7f7;
}

.box2 .list {
    width: calc(100% + 20px);
}

.box2 .list .slick-slider {
    padding: 0px 52px;
}

.box2 .list .item {
    padding-right: 20px;
}

.box2 .list .item a {
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 10px;
}

.box2 .list .item a:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

.box2 .list .icon {
    margin-bottom: 15px;
}

.box2 .list .icon img {

    height: 76px;
    object-fit: contain;
    margin: auto;
}

.box2 .list .line {
    width: 36px;
    height: 3px;
    border-radius: 10px;
    background-color: #9c0d2b;
    margin: auto;
}

.box2 .list .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}

.box2 .list .summary {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.box2 .slick-prev,
.box2 .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-image: url(../image/index12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.box2 .slick-next {

    left: auto;
    right: 20px;
    background-image: url(../image/index11.png);
}

.box3 {
    background-size: cover;
    background-image: url(../image/index10.png);
}

.box3 .left,
.box3 .right {
    width: calc(50% - 40px);
}

.box3 .left .list {
    padding-top: 30px;
}

.box3 .left .list .item {
    box-shadow: 0px 0px 0px 1px #ebcfd5;
    border-radius: 10px;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
    /* text-align: center; */
}

.box3 .left .list .item:nth-child(1) {
    margin-bottom: 50px;
}

.box3 .left .list .name {
    position: absolute;
    border: 2px solid #9c0d2b;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    width: 180px;
    color: #9c0d2b;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(156, 13, 43, 0.3);
}

.box3 .left .list .listtitle {
    text-align: center;
}

.box3 .left .list .title {
    width: calc(33.33%);
    /* display: inline-block; */
    float: left;
    line-height: 28px;
    border-left: 1px solid #ebcfd5;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: center;
margin-bottom: 5px;
}

.box3 .left .list .title:nth-child(1) {
    border-left: 0px solid #ebcfd5;
}

.box3 .right .list {}

.box3 .right .item {
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
}

.box3 .right .item:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}

.box3 .right .list .title {
    margin-bottom: 10px;
}

.box3 .right .list .date {
    color: #9c0d2b;
    font-family: 'Georgia';
}

.box3 .right .item:hover {
    opacity: 0.7;
}

.box3 .left .list .title:hover {
    opacity: 0.7;
}

.box4 {
    background-size: cover;
    background-image: url(../image/index9.png);
}

.box4 .left {
    width: 41%;
    box-sizing: border-box;
    padding-right: 30px;
}

.box4 .left .list {}

.box4 .left .list .item {
    width: calc(50% - 5px);
    float: left;
    height: 210px;
}

.box4 .left .list .item1 {
    margin-bottom: 10px;
    width: 100%;
    height: 340px;
}

.box4 .left .list .item2 {
    margin-right: 10px;
}

.box4 .left .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box4 .right {
    width: 59%;
}

.box4 .right .video {
    position: relative;
}

.box4 .right .video table #u16u16 img,
.box4 .right .video table video {
    width: 100%;
    height: 560px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.box4 .right .video .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.box4 .right .video .play {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box4 .left .list .item:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

.box4 .video:hover {
    transition: all 0.4s;
    opacity: 0.7;
}

.box4 .linklist {}

.box4 .linklist .link {
    text-align: center;
    padding-top: 30px;
}

.box4 .linklist .item {
    display: inline-block;
    padding: 0px 36px;
    position: relative;
    margin-top: 15px;
}

.box4 .linklist .item::before {
    content: '';
    line-height: 18px;
    position: absolute;
    height: 100%;
    left: 0px;
    width: 1px;
    background-color: #333333;
}

.box4 .linklist .item:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

@media screen and (max-width: 1200px) {

    .box3 .left,
    .box3 .right {
        width: calc(50% - 20px);
    }

    .box4 .left .list .item {
        /* width: calc(50% - 5px); */
        float: left;
        height: 160px;
    }

    .box4 .left .list .item:nth-child(1) {
        height: 260px;
    }

    .box4 .right .video table #u16u16 img,
    .box4 .right .video table video {
        height: 430px;
    }
}

@media screen and (max-width: 1000px) {
    .box1 .list .item {
        width: calc(100% - 20px);
    }

    .box3 .left,
    .box3 .right {
        width: calc(100%);
    }

    .box3 .right {
        margin-top: 30px;
    }

    .box4 .left {
        width: 100%;
        padding-right: 0px;
    }

    .box4 .right {
        width: 100%;
        margin-top: 30px;
    }

    .box4 .right .video table #u16u16 img,
    .box4 .right .video table video {
        height: calc(94vw/83*56);
    }

    .box4 .left .list .item {
        height: calc(94vw/2/266*210);
    }

    .box4 .left .list .item:nth-child(1) {
        height: calc(94vw/54*34);
    }
}

@media screen and (max-width: 800px) {
    .box1 .list .item {
        width: calc(100% - 20px);
    }

    .title1 .name1 {
        font-size: 20px;
    }

    .title1 .name2 {
        font-size: 14px;
    }

    .title1 .title1sub .item3::after {
        width: 5px;
        height: 5px;
    }

    .title1 .title1sub .item3 {
        margin-right: 14px;
        font-size: 16px;
        padding-left: 11px;
        margin-top: 10px;
    }

    .title1 .name {
        float: left;
        margin-right: 20px;
    }

    .title1 .title1sub {
        padding-top: 0px;
    }

    .title1 {
        margin-bottom: 20px;
    }

    .box2 .slick-prev,
    .box2 .slick-next {
        width: 25px;
        height: 25px;
    }

    .box2 .list .slick-slider {
        padding: 0px 40px;
    }

    .box2 .list .summary {
        font-size: 13px;
        color: #999999;
        text-align: center;
    }

    .box2 .list .icon {
        margin-bottom: 10px;
    }

    .box2 .list .title {
        font-size: 16px;
        margin-top: 15px;
    }

    .box2 .list .icon img {
        height: 56px;
    }

    .box2 .list .item a {
        background-color: #ffffff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 30px 10px;
    }

    .box3 .left .list .name {
        font-size: 18px;
        line-height: 40px;
        width: 134px;
        top: -26px;
    }
}

@media screen and (max-width: 600px) {
    .box1 .list .item .block {
        padding: 15px 15px;
    }

    .box3 .left .list .title {
        border-left: 0px solid #ebcfd5;
    }

    .box3 .left .list .title {
        width: 100%;
    }

    .box3 .left .list .item {
        padding-top: 38px;
        padding-bottom: 25px;
    }

    .box4 .right .video .play {
        width: 40px;
    }

    .box4 .linklist .item {
        display: inline-block;
        padding: 0px 10px;
        position: relative;
        margin-top: 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .box4 .linklist .link {
        text-align: center;
        padding-top: 12px;
    }

    .header .fade-1 .slick-dots {
        bottom: 28px !important;
    }
}

@media screen and (max-width: 430px) {
    .box2 .list .item a {
        max-width: 180px;
        margin: auto;
    }
}