/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0;}
.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)}
}

.banner_txt{position: absolute; top: 40%; right: 20%; text-align: right; z-index: 9}
.banner_txt h1{font-size: 32px; color: #000; font-family: 'DisneyEnglish-Bold'}
.banner_txt p{font-size: 36px; color: #000; margin-bottom: 20px;}
.banner_txt a{width: 160px; height: 35px; border-radius: 20px; background: #ff0000 url("../image/ico04.png") no-repeat 80% }

.mark{width: 100%; height: 820px; position: relative;}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{padding-bottom: 60px; position: relative}
.title h1{font-size: 24px; color: #181818; font-weight: bold; letter-spacing: 2px;}
.title h6{font-size: 30px; color: #181818; font-weight: bold; font-family: 'DisneyEnglish-Bold'}

.a_link{width: 140px;  text-align: center; padding: 10px 0; border: 1px solid #999; margin-top: 60px; position: relative; overflow: hidden; font-family: 'novecentowide-book'}
.a_link i{font-size: 13px; color: #333; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; width: 0; height: 100%; background: #e00000; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover:before{width: 100%}
.a_link:hover i{color: #fff;}

/*----list01----*/
.list01{padding: 100px 0; position: relative; overflow: hidden}
.list01 .list01_left{width: 52%; padding: 78px 50px; background: #f0f0f0}
.list01 .list01_left h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 40px;}
.list01 .list01_left p{font-size: 14px; color: #8b969e; line-height: 26px;}

.list01 .list01_right{width: 48%; padding-right: 2%; position: relative}
.list01 .list01_right:before{content: ""; display: block; width: 96%; height: 100%; background: #e00000; position: absolute; top: 0; left: 0; margin: 15px 0 0 15px;}
.list01 .list01_right .img{width: 100%; overflow: hidden; position: relative; z-index: 2}
.list01 .list01_right .img img{width: 100%;}

/*----list02----*/
.list02{padding: 120px 0 140px 0; position: relative; background: url("../image/c2.jpg") no-repeat; background-size: cover; overflow: hidden}
.list02:before{content: ""; display: block; width: 28.6%; height: 100%; background: url("../image/c6.jpg") no-repeat; background-size: cover; position: absolute; top: 0; left: 0; z-index: 2}
.list02 .title{width: 15%; margin-right: 5%;  position: relative; z-index: 9}
.list02 .title .list02_li{margin-top: 50px;}
.list02 .title .list02_li a{width: 150px; font-size: 14px; color: #333; background: #fff; padding: 12px 0 12px 20px; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .title .list02_li a:hover{color: #fff; background: #e00000}

.list02 .list02_con{width: 70%;}
.list02 .list02_con .li{position: relative; transform: scale(0.8); -webkit-transform: scale(0.8); transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .li .img{height: 100%; position: relative}
.list02 .list02_con .li .img:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.6); position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .li .img img{width: 100%; float: none}
.list02 .list02_con .li .txt{position: absolute; width: 60%; height: 60px; background: rgba(0,0,0,.3); bottom: 0; left: 0;}
.list02 .list02_con .li .txt h1{font-size: 16px; color: #fff; line-height: 60px; padding-left: 40px;}
.list02 .list02_con .li .txt span{display: block; width: 40px; height: 40px; position: absolute; top: 0; right: 0; margin: 10px 30px 0 0; background: url("../image/ico03.png") no-repeat;}

.list02 .list02_con .li.slick-active{transform: scale(1); -webkit-transform: scale(1)}
.list02 .list02_con .li.slick-active .img:before{background: rgba(0,0,0,0)}
.slick-list{overflow: visible}

/*----list03----*/
.list03{padding: 90px 0 100px 0; position: relative}
.list03:before{content: ""; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; top: 50%; left: 0; margin-top: 10px;}
.list03 .title{text-align: center;}

.list03 .list03_con{margin-top: 40px;}
.list03 .list03_con .list{margin-right: -2%;}
.list03 .list03_con .list li{position: relative; width: 31%; float: left; margin-right: 2.3333%; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li:before{content: ""; display: block; width: 0; height: 1px; background: #e00000; position: absolute; top: 0; left: 0; margin-top: 63px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li h6{font-size: 38px; color: #e00000; font-weight: bold; margin-bottom: 40px; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li h1{font-size: 16px; color: #333; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li p{font-size: 13px; color: #666; line-height: 26px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li span{display: block; width: 100px; font-size: 14px; color: #999; padding: 10px 0; margin-top: 50px; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}

.list03 .list03_con .list li:hover h1{color: #e00000;}
.list03 .list03_con .list li:hover:before{width: 100%;}
.list03 .list03_con .list li:hover span{background: #e00000; color: #fff; padding: 10px 20px;}

.list03 .list03_con .list li:nth-child(1){animation-delay: .4s; -webkit-animation-delay: .4s}
.list03 .list03_con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list03 .list03_con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}


/*----list04----*/
.list04{padding: 20px 0 0 0; position: relative; overflow: hidden}
.list04 .list04_con{}
.list04 .list04_con .list04_left{width: 50%; position: relative; overflow: hidden}
.list04 .list04_con .list04_left .img:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_left .img{width: 100%; height: 580px; padding: 200px 0 0 28%; background-size: cover;}
.list04 .list04_con .list04_left .img h6{font-size: 28px; color: #fff; font-weight: bold; text-transform: uppercase; margin-bottom: 8px; font-family: 'Montserrat-Light'; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_left .img h1{font-size: 18px; color: #fff; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_con .list04_left:hover .img:before{background: rgba(0,0,0,.4)}
.list04 .list04_con .list04_left:hover .img h6{padding-left: 20px;}
.list04 .list04_con .list04_left:hover .img h1{padding-left: 20px;}

.list04 .list04_con .list04_right{width: 50%;}
.list04 .list04_con .list04_right .li{width: 100%; height: 290px;}
.list04 .list04_con .list04_right .li .li_left{width: 50%; height: 290px; padding: 100px 0 0 60px; background: #e00000;}
.list04 .list04_con .list04_right .li .li_left h6{font-size: 28px; color: #fff; font-weight: bold; text-transform: uppercase; margin-bottom: 8px; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .li .li_left h1{font-size: 18px; color: #fff; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .li .li_right{width: 50%; overflow: hidden}
.list04 .list04_con .list04_right .li .li_right .img{width: 100%; height: 290px; background-size: cover; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_con .list04_right .li:hover .li_left h6{padding-left: 20px;}
.list04 .list04_con .list04_right .li:hover .li_left h1{padding-left: 20px;}
.list04 .list04_con .list04_right .li:hover .li_right .img{transform: scale(1.1); -webkit-transform: scale(1.1)}