@charset "utf-8";
.banner img{
    display: block;
    width: 100%;
}
.banner{
    position: relative;
}
.banner .swiper-slide a{
    display: block;
    position: relative;
}
.banner .swiper-slide a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 141px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .page{
    font-size: 0;
    bottom: 29px;
}
.banner .page span{
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #fff ;
    opacity: .5;
}
.banner .page span.active{
    margin: 0 3px;
    width: 36px;
    border-radius: 50px;
    opacity: 1;
}

.title001{
    position: relative;
    display: flex;
    justify-content: center;
}
.title001 .tit{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.title001 .tit h2{
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}
.title001 .tit h2:before{
    position: absolute;
    content: '';
    top: 5px;
    right: 100%;
    width: 10px;
    height: 10px;
    background: #E2C071;
}
.title001 .tit h2:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 100%;
    width: 10px;
    height: 10px;
    background: #E72B47;
}
.title001 .tit h4{
    margin-top: -30px;
    font-size: 40px;
    line-height: 60px;
    color: rgba(231, 43, 71, 0.06);
    font-weight: 700;
    text-transform: uppercase;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 50%;
    top: -34px;
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, #E72B47 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    opacity: .2;
    transform: translateX(-50%);
    z-index: -1;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    color: #9E9E9E;
}
.title001 .more img{
    display: block;
    height: 13px;
    margin-left: 3px;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.list_box1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box1 li{
    width: 439px;
    margin-top: 20px;
    margin-left: 41.5px;
    transition: .5s;
}
.list_box1 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box1 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box1 li a{
    display: block;
    position: relative;
}
.list_box1 li a .pic{
    padding-top: 283px;
}
.list_box1 li a time{
    position: absolute;
    left: 22px;
    top: 22px;
    width: 63px;
    height: 63px;
    padding: 8px 0 ;
    color: #fff;
    background: #E72B47;
    text-align: center;
    border-radius: 0 10px 0 10px;
    z-index: 3;
}
.list_box1 li a time span{
    display: block;
    font-size: 30px;
    line-height: 1;
}
.list_box1 li a time em{
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
}
.list_box1 li a h3{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    transition: .5s;
}
.list_box1 li a i.line{
    margin-top: 13px;
    display: block;
    height: 1px;
    background: #D2D2D2;
}
.list_box1 li a p{
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    -webkit-line-clamp: 3;
    height: 90px;
}
.list_box1 li a .txt{
    padding: 15px 19px 31px;
    transition: .5s;
}
.list_box1 li:hover a h3{
    color: #E72B47;
    font-weight: 700;
}
.list_box1 li:hover a .txt{
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.list_box1 li:hover{
    transform: translateY(-20px);
}

.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
   height: 128px;
    overflow: hidden;
}
.list_box2 ul li{
    width: 670px;
    border: 1px solid #DCDCDC;
    transition: .5s;
}
.list_box2 li a{
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    display: block;
    width: 92px;
    color: #E72B47;
    text-align: center;
    position: relative;
    border-right: 1px solid #BBBBBB;
}
.list_box2 li time span{
    display: block;
    font-size: 30px;
    line-height: 1;
}
.list_box2 li time em{
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
}
.list_box2 li .txt{
    width: calc(100% - 117px);
    padding-right: 25px;
}
.list_box2 li h3{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    transition: .5s;
}
.list_box2 li p{
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    margin-top: 2px;
}

.list_box2 ul li:hover{
    border-color: #E72B47;
}
.list_box2 ul li:hover h3{
    color: #E72B47;
    font-weight: 700;
}
.list_box2 {
    margin-top: 40px;
}

.index-s1 .content{
    margin-top: 39px;
}

.index-s1{
    padding: 76px 0 90px;
}

.list_box3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.list_box3 li{
    width: 431px;
    margin: 44px 0 0 53.5px;
}
.list_box3 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box3 li:nth-child(3n+1){
    margin-left: 0;
}

.list_box3 li a{
    background: #E72B47;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.list_box3 li a time{
    display: block;
    width: 68px;
    color: #fff;
    text-align: center;
}
.list_box3 li a time span{
    display: block;
    font-size: 30px;
    line-height: 1;
}
.list_box3 li a time em{
    display: block;
    font-size: 14px;
    line-height: 1;
}
.list_box3 li a time img{
    display: block;
    width: 4px;
    margin: 5px auto 8px;
}
.list_box3 li .txt{
    width: calc(100% - 68px);
    padding: 22px 24px 21px 32px;
    background: #fff;
    border-radius: 30px 0 30px 0;
}
.list_box3 li h3{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    transition: .5s;
}
.list_box3 li h6{
    margin-top: 23px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #B6B6B6;
}
.list_box3 li h6 span{
    display: block;
    margin-right: 5px;
    flex-shrink: 0;
}
.list_box3 li h6 img{
    display: block;
    height: 8px;
    flex: 1;
    margin-top: -4px;
}
.list_box3 li:hover h3{
    color: #E72B47;
    font-weight: 700;
}

.list1w .btn-box{
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w .page{
    position: relative;
    flex: 1;
    height: 1px;
}
.list1w .page span{
    background: #E72B47;
    height: 1px;
}

.list1w .btn{
    margin-left: 20px;
    width: 123px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w .btn div{
    position: static;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: transparent no-repeat 50%;
    transform: none;
}
.list1w .btn .prev{
    background-image: url("../images/prev-1.png");
}
.list1w .btn .next{
    background-image: url("../images/next-1.png");
}

.index-s2 .content{
    margin-top: 55px;
}

.index-s2{
    padding: 66px 0 54px;
    background: #F7F4F4;
}

.index-s3 .left{
    width: 683px;
}
.index-s3 .content .top a{
    display: flex;
    justify-content: space-between;
}
.index-s3 .content .top .txt{
    padding: 49px 25px ;
    width: calc(100% - 393px);
    background: #E72B47;
}
.index-s3 .content .top h3{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    height: 60px;
    font-weight: 700;
}
.index-s3 .content .top .line{
    display: block;
    margin-top: 17px;
    width: 36px;
    height: 1px;
    background: #fff;
}
.index-s3 .content .top p{
    margin-top: 18px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    -webkit-line-clamp: 3;
    height: 90px;
}
.index-s3 .content .top .pic{
    width: 393px;
    height: 284px;
}
.index-s3 .content .bot a{
    display: block;
    position: relative;
}
.index-s3 .content .bot a .pic{
    padding-top: 363px;
}
.index-s3 .content .bot a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 3;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.index-s3 .content .bot a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 33.73%;
    background: linear-gradient(180deg, rgba(79, 79, 79, 0) 0%, #202020 100%);
}

.index-s3 .content .left .bot,
.index-s3 .content .right .top{
    margin-top: 8px;
}
.index-s3 .content .right{
    width: 708px;
}
.index-s3 .content .right .top .txt{
    width: calc(100% - 418px);
}
.index-s3 .content .right .top .pic{
    width: 418px;
}

.index-s3 .content{
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
}

.index-s3{
    padding: 70px 0 92px;
}

.list2w a{
    display: block;
    position: relative;
}

.list2w a .pic{
    padding-top: 332px;
}
.list2w a .pic .a{
    background-position-y: top;
}
.list2w a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    transition: .5s;
}
.list2w a h3{
    margin-top: 23px;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.list2w .swiper-container{
    overflow: visible;
    margin: 0 -111px;
    z-index: 2;
}
.list2w .swiper-slide-active a h3/*,
.list2w  a:hover h3*/{
    opacity: 1;
}
.list2w .swiper-slide-active a .pic:after{
    opacity: 0;
}
.list2w .page{
    position: static;
    font-size: 0;
    margin-top: 85px;
    text-align: center;
}

.list2w .page span{
    width: 8px;
    height: 8px;
    border: 1px solid #E72B47;
    opacity: 1;
    background: transparent;
    margin: 0 5px;
}
.list2w .page span.active{
    background: #E72B47;
}

.list2w:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 474px;
    height: 470px;
    background: rgba(255, 255, 255, 0.7);
    transform: translateX(-50%);
}


.list2w{
    margin-top: 12px;
    padding-top: 40px;
    position: relative;
}

.index-s4{
    padding: 82px 0 51px;
    background: url("../images/index-s4.jpg") no-repeat 50%/cover;
}