/*Created by lk on 2020/05/25.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .banner_mark{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2) url("../image/makr_bg.png") repeat}

.banner .swiper-slide video{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; object-fit:cover;}


.banner .swiper-slide-active .img{animation: zoom 8s linear; -webkit-animation: zoom 8s linear; 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)}
}


.banner .txt{position: absolute; left: 18%; bottom: 20%; z-index: 2}
.banner .txt h3{margin-bottom: 16px; transform: translateY(80px); -webkit-transform: translateY(80px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s}
.banner .txt p{transform: translateY(80px); -webkit-transform: translateY(80px); opacity: 0; transition: all ease .8s 1s; -webkit-transition: all ease .8s 1s }

.banner .swiper-slide-active .txt h3{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.banner .swiper-slide-active .txt p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.banner .swiper-button-prev, .banner .swiper-button-next{bottom: 20px;}
.banner .swiper-button-prev{background: url("../image/prev.png") no-repeat; left: 60px; transition: all ease .3s; -webkit-transition: all ease .3s}
.banner .swiper-button-next{background: url("../image/next.png") no-repeat; left: 110px; transition: all ease .3s; -webkit-transition: all ease .3s}
.banner .swiper-button-prev:hover{background: url("../image/prev-1.png") no-repeat}
.banner .swiper-button-next:hover{background: url("../image/next-1.png") no-repeat;}

.mark{width: 100%; position: relative;}


/*----content----*/
.content{position: relative; z-index: 9; background: #fff;}

/*----list01----*/
.list01{padding: 60px 0}
.list01 .title{padding-bottom: 40px; text-align: center}
.list01 .title h3{font-size: 24px; color: #333; font-weight: bold; font-family: 'novecentowide-book'}
.list01 .title h1{font-size: 16px; color: #333;}
.list01 .list01_con{width: 92%; margin: 0 auto}
.list01 .list01_con .list{margin-right: -1%}
.list01 .list01_con .list li{width: 24%; float: left; margin-bottom: 20px; margin-right: 1%; position: relative; overflow: hidden}
.list01 .list01_con .list li .img{width: 100%; overflow: hidden}
.list01 .list01_con .list li .img img{width: 100%; transition: all ease .6s; -webkit-transition: all ease .6s}
.list01 .list01_con .list li .txt{position: absolute; bottom: -50px; left: 0; width: 100%; height: 50px; line-height: 50px; background: rgba(0,0,0,.6); transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list li .txt h3{font-size: 14px; color: #fff; padding-left: 20px;}
.list01 .list01_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list01 .list01_con .list li:hover .txt{bottom: 0;}

.list01 .list01_con .list li:nth-child(1){animation-delay: .4s; -webkit-animation-delay: .4s}
.list01 .list01_con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list01 .list01_con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}
.list01 .list01_con .list li:nth-child(4){animation-delay: .7s; -webkit-animation-delay: .7s}
.list01 .list01_con .list li:nth-child(5){animation-delay: .8s; -webkit-animation-delay: .8s}
.list01 .list01_con .list li:nth-child(6){animation-delay: .9s; -webkit-animation-delay: .9s}
.list01 .list01_con .list li:nth-child(7){animation-delay: 1s; -webkit-animation-delay: 1s}
.list01 .list01_con .list li:nth-child(8){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}


/*----list02----*/
.list02{width: 100%; padding-bottom: 160px; overflow: hidden}
.list02 .list02_bg{width: 100%; height: 100%; position: relative; background: url("../image/img02.jpg") no-repeat fixed; }
.list02 .list02_bg:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255,255,255,.7)}
.list02 .list02_bg .list02_con{padding: 80px 0 180px 0;}
.list02 .list02_bg .list02_con .list02_left{width: 45%; margin-right: 10%; padding-top: 40px}
.list02 .list02_bg .list02_con .list02_left h1{font-size: 24px; color: #181818; font-weight: bold; font-family: 'novecentowide-book'}
.list02 .list02_bg .list02_con .list02_left h1 i{font-size: 14px; color: #333; font-style: normal; font-weight: normal; padding-left: 8px;}
.list02 .list02_bg .list02_con .list02_left .con{padding: 30px 0}
.list02 .list02_bg .list02_con .list02_left .con p{font-size: 14px; color: #282828; line-height: 24px}
.list02 .list02_bg .list02_con .list02_left .link{width: 100px; padding: 8px 10px; font-size: 13px; color: #fff; text-align: center; background: #181818; border-radius: 12px; font-family: 'novecentowide-book'}

.list02 .list02_bg .list02_con .list02_right{width: 45%;}
.list02 .list02_bg .list02_con .list02_right .img img{float: right}

/*----list02_data----*/
.list02_data{position: absolute; bottom: -100px; left: 0; width: 100%; height: 200px; background: #fff; box-shadow: 1px 3px 10px 3px rgba(0,0,0,.1); overflow: hidden}
.list02_data .li{width: 25%; float: left; margin-top: 70px; text-align: center; position: relative; z-index: 2}
.list02_data .li span{height: 60px; font-size: 50px; color: #181818; font-weight: bold; margin-top: 10px; font-family:'novecentowide-book'}
.list02_data .li i{font-size: 12px; font-style: normal; color: #333; vertical-align: top; line-height: 32px; padding-left: 6px}
.list02_data .li p{font-size: 12px; color: #333; line-height: 30px}


/*----list03----*/
.list03{position: relative; overflow: hidden}
.list03 .list03_con{width: 90%; margin: 0 auto; max-height: 650px;  background: #515151; overflow: hidden}
.list03 .list03_con .slick-slide img{width: 75%}
.list03 .list03_con .list{width: 25%; float: right; padding: 12% 3% 0 3%; text-align: center;}
.list03 .list03_con .list h3{font-size: 20px; color: #fff; margin-bottom: 60px;}
.list03 .list03_con .list p{font-size: 13px; color: rgba(255,255,255,.8); line-height: 28px;}


.list03 .slick-next{right: 0}
.list03 .slick-prev, .list03 .slick-next{background: #fff}

/*----list04----*/
.list04{padding: 60px 0; overflow: hidden}
.list04 .title{padding-bottom: 40px;}
.list04 .title h3{font-size: 24px; color: #333; font-weight: bold; font-family: 'novecentowide-book'}
.list04 .title h1{font-size: 16px; color: #333;}

.list04 .list04_con{}
.list04 .list04_con .list{margin-right: -2.3333%}
.list04 .list04_con .list li{width: 31%; float: left; margin-right: 2.3333%; }
.list04 .list04_con .list li .img{width: 100%; height: 210px; overflow: hidden}
.list04 .list04_con .list li .img img{width: 100%; transition: all ease .6s; -webkit-transition: all ease .6s}
.list04 .list04_con .list li .txt{padding-top: 12px}
.list04 .list04_con .list li .txt h1{font-size: 15px; color: #282828; padding-bottom: 6px; transition: all ease .3s; -webkit-transition: all ease .3s}
.list04 .list04_con .list li .txt p{font-size: 12px; color: #444; line-height: 20px; padding-bottom: 10px}
.list04 .list04_con .list li .txt h6{font-size: 14px; color: #666; font-family: 'novecentowide-book'}

.list04 .list04_con .list li:nth-child(1){animation-delay: .4s; -webkit-animation-delay: .4s}
.list04 .list04_con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list04 .list04_con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}

.list04 .list04_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list04 .list04_con .list li:hover .txt h1{color: #ce1111; transform: translateX(10px); -webkit-transform: translateX(10px)}

















