/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; }
.banner .swiper-wrapper{overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{width: 1200px; position: absolute; left: 0; top: 0; margin: 20% 0 0 12%; z-index: 9}
.banner .txt img{display: block; float: none; margin-bottom: 20px; transform: translateX(60px); -webkit-transform: translateX(60px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s;}
.banner .txt .line{display: block; width: 100%; height: 1px; background: rgba(255,255,255,.6); margin-bottom: 20px;}
.banner .txt h3{font-size: 36px; color: #fff; text-transform: uppercase; margin-bottom: 50px; transform: translateX(60px); -webkit-transform: translateX(60px); opacity: 0; font-family: 'DisneyEnglish-Bold'; transition: all ease .6s .9s; -webkit-transition: all ease .6s .9s;}
.banner .txt .t{display: block; font-size: 14px; color: #fff; line-height: 1.5; padding-right: 60%; transform: translateX(60px); -webkit-transform: translateX(60px); opacity: 0; position: relative; transition: all ease .6s 1s; -webkit-transition: all ease .6s 1s;}

.banner .swiper-slide-active .txt img{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .txt h3{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .txt .t{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}

.banner .video-js{width: 100%; height: 100%}
.banner .swiper-slide video{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; object-fit:cover;}

.banner .swiper-slide .mask{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url("../image/makr_bg.png") repeat;}

.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)}
}

.swiper-container-horizontal > .swiper-pagination-bullets{width: 20%; margin: 0 0 16% 12%; text-align: left}

.banner .banner_t{width: 160px; height: 60px; position: absolute; top: 0; left: 0; margin-top: 23%; background: url("../image/ico08.png") no-repeat; z-index: 9;}

.mark{width: 100%; height: 820px; position: relative;}



/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 60px; z-index: 2}
.title h1{font-size: 36px; font-weight: bold; color: #181818;}
.title h6{font-size: 36px; color: #9a9a9a; font-family: 'DisneyEnglish-Bold'}

.a_link{width: 140px; height: 42px; border-radius: 24px; line-height: 42px; background: #bf1616; margin: 40px 0 0 0; box-sizing: border-box; position: relative;}
.a_link i{font-size: 14px; color: #fff; font-style: normal; padding-left: 30px;  transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{padding-left: 40px;}


/*----list01----*/
.list01{padding: 80px 0; position: relative}
.list01 .list01_con{width: 92%; margin: 0 auto}
.list01 .list01_con .title{text-align: center}
.list01 .list01_con .list01_li{text-align: center; margin-bottom: 40px;}
.list01 .list01_con .list01_li a{display: inline-block; width: 140px; padding: 10px 0; margin: 0 10px; font-size: 14px; color: #333; text-align: center; background: #f0f0f0; border-radius: 18px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_li a:hover{color: #fff; background: #bf1616;}

.list01 .list01_con .list01_list{}
.list01 .list01_con .list01_list .list{margin-right: -1%;}
.list01 .list01_con .list01_list .list li{width: 24%; margin-right: 1%; float: left; margin-bottom: 20px; position: relative;}
.list01 .list01_con .list01_list .list li .img{width: 100%; overflow: hidden}
.list01 .list01_con .list01_list .list li .img img{width: 100%;}
.list01 .list01_con .list01_list .list li .txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; padding-top: 26%; background: rgba(191,22,22,.6); opacity: 0; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .list li .txt .txt_bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 10px solid rgba(191,22,22,.8); transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 0; transition: all ease .4s .1s; -webkit-transition: all ease .4s .1s}
.list01 .list01_con .list01_list .list li .txt h1{font-size: 16px; color: #fff;}
.list01 .list01_con .list01_list .list li .txt .line{display: block; width: 40px; height: 1px; margin: 20px auto; background: rgba(255,255,255,.6);}
.list01 .list01_con .list01_list .list li .txt .m{display: block; width: 120px; padding: 10px 0; font-size: 13px; color: #fff; margin: 0 auto; border: 1px solid rgba(255,255,255,.6); border-radius: 18px;}

.list01 .list01_con .list01_list .list li:hover .txt{opacity: 1;}
.list01 .list01_con .list01_list .list li:hover .txt .txt_bg{transform: scale(1); -webkit-transform: scale(1); opacity: 1}

.list01 .list01_con .list01_list .list li:nth-child(1){transition-delay: .6s; -webkit-animation-delay: .6s}
.list01 .list01_con .list01_list .list li:nth-child(2){transition-delay: .7s; -webkit-animation-delay: .7s}
.list01 .list01_con .list01_list .list li:nth-child(3){transition-delay: .8s; -webkit-animation-delay: .8s}
.list01 .list01_con .list01_list .list li:nth-child(4){transition-delay: .9s; -webkit-animation-delay: .9s}
.list01 .list01_con .list01_list .list li:nth-child(5){transition-delay: 1s; -webkit-animation-delay: 1s}
.list01 .list01_con .list01_list .list li:nth-child(6){transition-delay: 1.1s; -webkit-animation-delay: 1.1s}
.list01 .list01_con .list01_list .list li:nth-child(7){transition-delay: 1.2s; -webkit-animation-delay: 1.2s}
.list01 .list01_con .list01_list .list li:nth-child(8){transition-delay: 1.3s; -webkit-animation-delay: 1.3s}


/*----list02----*/
.list02{position: relative; padding: 120px 0 80px 0; background: #f4f4f4; overflow: hidden;}
.list02 .list02_con{margin-bottom: 60px;}

.list02 .list02_left{width: 50%;}
.list02 .list02_left .title{margin-bottom: 40px;}
.list02 .list02_left p{font-size: 14px; color: #333; line-height: 2;}
.list02 .list02_left .a_link{margin: 40px 0 0 0;}

.list02 .list02_right{width: 45%; margin-right: 5%;}
.list02 .list02_right .img{width: 100%;}
.list02 .list02_right .img img{width: 100%;}

.list02 .list02_data{width: 100%;}
.list02 .list02_data .li{width: 25%; float: left; margin-bottom: 20px; text-align: center}
.list02 .list02_data .li span{font-size: 56px; color: #bf1616; font-family: 'DisneyEnglish-Bold'}
.list02 .list02_data .li i{font-size: 14px; color: #939393; padding-left: 8px; font-style: normal; vertical-align: top}
.list02 .list02_data .li p{font-size: 14px; color: #939393; line-height: 22px}



/*----list03----*/
.list03{padding: 80px 0 0 0;}
.list03 .title{margin-left: 160px;}

.list03_slick{margin-left: 160px; padding-right: 320px; overflow: hidden}
.list03_slick .slick_con{}
.list03_slick .slick_con .li{margin-right: 20px; padding-bottom: 80px; position: relative}
.list03_slick .slick_con .li .img{width: 100%; overflow: hidden; position: relative; z-index: 2}
.list03_slick .slick_con .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}

.list03_slick .slick_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

.list03_slick .slick_con .slick-list{overflow: visible}
.list03_slick .slick_con .slick-prev, .list03_slick .slick_con .slick-next{background: #f0f0f0; border-radius: 100%; bottom: 20px;}
.list03_slick .slick_con .slick-prev{left: 100%; margin-left: -160px;}
.list03_slick .slick_con .slick-next{left: 100%; margin-left: -100px;}
.list03_slick .slick_con .slick-prev:before{content: ""; display: inline-block; border-left: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(45deg); margin-left: 3px; opacity: 1}
.list03_slick .slick_con .slick-next:before{content: ""; display: inline-block; border-right: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(-45deg); margin-left: -3px; opacity: 1}
.list03_slick .slick_con .slick-prev:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.list03_slick .slick_con .slick-next:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.list03_slick .slick_con .slick-prev:hover:before{border-left: 2px solid #fff; border-bottom: 2px solid #fff;}
.list03_slick .slick_con .slick-next:hover:before{border-right: 2px solid #fff; border-bottom: 2px solid #fff;}


/*----list04----*/
.list04{position: relative; padding: 80px 0 120px 0; overflow: hidden; background: url("../image/bg06.jpg") no-repeat top center}
.list04 .title{text-align: center}
.list04 .list04_list{}
.list04 .list04_list .list{margin-right: -3%;}
.list04 .list04_list .list li{width: 30.3333%; float: left; margin-right: 3%; padding: 20px; border-radius: 10px; box-sizing: border-box; border: 1px solid #dedede; overflow: hidden;  transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_list .list li .img{width: 100%; height: 220px; overflow: hidden; border-radius: 10px;}
.list04 .list04_list .list li .img img{width: 100%; transition: all ease-out .6s; -webkit-transition: all ease-out .6s;}

.list04 .list04_list .list li .text{padding: 30px 0 0 0; position: relative}
.list04 .list04_list .list li .text h1{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 20px;  transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_list .list li .text p{font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 10px;  transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_list .list li .text h6{font-size: 13px; color: #999; padding-left: 24px; line-height: 18px; background: url("../image/ico05.png") no-repeat; background-size: 18px 18px; font-family: 'novecentowide-book';  transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_list .list li:hover{background: linear-gradient(to right,rgba(254,106,95,1),rgba(191,22,22,1))}
.list04 .list04_list .list li:hover .text h1{color: #fff;}
.list04 .list04_list .list li:hover .text p{color: #fff;}
.list04 .list04_list .list li:hover .text h6{color: #fff; background: url("../image/ico07.png") no-repeat; background-size: 18px 18px;}

.list04 .list04_list .list li:nth-child(1){animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04_list .list li:nth-child(2){animation-delay: .7s; -webkit-animation-delay: .7s}
.list04 .list04_list .list li:nth-child(3){animation-delay: .8s; -webkit-animation-delay: .8s}




