/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; height: 860px; padding-top: 70px; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .swiper-slide-active .img{animation: zoom 5s cubic-bezier(0.42,0,0.58,1); -webkit-animation: zoom 5s cubic-bezier(0.42,0,0.58,1); animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

/*----content----*/
.content{position: relative; background: #fff; z-index: 3}

.title{padding-bottom: 50px; text-align: center}
.title h1{font-size: 24px; color: #282828; margin-bottom: 6px; letter-spacing: 2px;}
.title p{font-size: 16px; color: #999; font-family: 'Montserrat-Light'}


/*----list01----*/
.list01{position: relative; padding: 100px 0 40px 0; background: #f4f4f4}
.list01 .list01_con{}
.list01 .list01_con p{font-size: 14px; color: #333; line-height: 26px; text-align: center}
.list01 .list01_con .list01_data{margin: 80px 0}
.list01 .list01_con .list01_data .li{width: 25%; float: left; text-align: center; position: relative; z-index: 2}
.list01 .list01_con .list01_data .li span{font-size: 50px; color: #d80303; font-family: 'DisneyEnglish-Bold'}
.list01 .list01_con .list01_data .li i{font-size: 12px; font-style: normal; color: #999; vertical-align: top; line-height: 32px; padding-left: 6px}
.list01 .list01_con .list01_data .li p{font-size: 14px; color: 666; line-height: 30px}


/*----list02----*/
.list02{position: relative; padding: 80px 0;}

.list02 .list02_con{}
.list02 .list02_con .li{padding: 0 5px;}
.list02 .list02_con .li .img{width: 100%; overflow: hidden}
.list02 .list02_con .li .img img{width: 100%; transition: all ease-in-out .4s; -webkit-transition: all ease-in-out .4s}
.list02 .list02_con .li .t{padding: 8px 0; text-align: center}
.list02 .list02_con .li .t h1{font-size: 14px; color: #333;}

.list02 .list02_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}


/*----list03----*/
.list03{padding: 80px 0 60px 0; background: rgba(216,3,3,.8) url("../image/img04.png") no-repeat bottom;}

.list03 .t{width: 35%; margin: 160px 5% 40px 0;}
.list03 .t h2{position: relative; font-size: 20px; color: #666; font-weight: bold; margin-bottom: 4px; font-family: 'novecentowide-book'}
.list03 .t h2:before{content: ""; display: block; width: 40px; height: 3px; background: #d80303; position: absolute; top: 0; left: 0; margin: 10px 0 0 -60px;}
.list03 .t h1{font-size: 20px; color: #333; margin-bottom: 30px;}
.list03 .t p{font-size: 14px; color: #333; line-height: 26px;}

.list03 .list03_con{width: 60%; padding: 0 20px}
.list03 .list03_con .li{cursor: pointer;}
.list03 .list03_con .li img{width: 100%}

.list03 .list03_con .slick-prev{left: 20px; background: rgba(255,255,255,.6)}
.list03 .list03_con .slick-next{right: 20px; background: rgba(255,255,255,.6)}

/*----list04----*/
.list04{padding: 80px 0; position: relative;}

.list04 .list04_con{}
.list04 .list04_con .list{border-left: 1px solid #f0f0f0}

.list04 .list04_con .list li{position: relative; width: 33.3333%; float: left; padding: 30px 28px 80px 28px; border-right: 1px solid #f0f0f0; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li:before{content: ""; display: block; width: 0; height: 2px; background: #d80303; position: absolute; bottom: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li h1{font-size: 20px; color: #181818; font-weight: bold; margin-bottom: 30px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li h6{font-size: 36px; color: #d80303; margin-bottom: 30px; opacity: 0; transform: translateY(-20px); -webkit-translateY(-20px); font-family: 'DisneyEnglish-Bold'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li p{font-size: 13px; color: #999; line-height: 22px; margin-bottom: 20px;}
.list04 .list04_con .list li .img{width: 100%; overflow: hidden}
.list04 .list04_con .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_con .list li:hover{box-shadow: 3px 6px 10px 3px rgba(0,0,0,.1)}
.list04 .list04_con .list li:hover h1{color: #d80303}
.list04 .list04_con .list li:hover h6{transform: translateY(0); -webkit-translateY(0); opacity: 1}
.list04 .list04_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list04 .list04_con .list li:hover:before{width: 100%;}

.list04 .list04_con .list li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list04 .list04_con .list li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04_con .list li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}











