/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; overflow: hidden; position: relative;}
.banner .swiper-slide{width: 100%; height: 100%; overflow: hidden}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}

.banner .swiper-slide .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; margin: 20% 0 0 10%;}
.banner .swiper-slide .text h4{font-size: 62px; color: #fff; line-height: 1; margin-bottom: 10px; font-family: 'DisneyEnglish-Bold'; text-shadow: 1px 1px 2px #000;}
.banner .swiper-slide .text h2{font-size: 28px; color: #fff; font-weight: bold; text-shadow: 1px 1px 2px #000;}

.banner .swiper-pagination-bullet{width: 26px; border-radius: 12px;}
.banner .swiper-pagination-bullet-active{background: #f40000; border: none}

.wow{animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}

/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{padding-bottom: 60px; position: relative; text-align: center;}
.title h2{font-size: 32px; color: #000; font-weight: 200;}
.title h6{font-size: 48px; color: #000; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase;}

.a_link{width: 160px; height: 44px; line-height: 44px; text-align: center; border: 1px solid #dedede; border-radius: 22px; margin-top: 60px; position: relative; overflow: hidden;}
.a_link i{font-size: 14px; 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: #f40000; 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;}


/*----list02----*/
.list02{padding: 80px 0; position: relative; overflow: hidden}
.list02 .list02-con{width: 92%; margin: 0 auto;}

.list02 .title .title-link{margin-top: 40px;}
.list02 .title .title-link a{display: inline-block; width: 160px; height: 42px; line-height: 42px; font-size: 14px; color: #333; margin: 0 10px; border-radius: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .title .title-link a:hover{color: #fff; background: #f40000}
.list02 .title .title-link a.on{color: #fff; background: #f40000}

.list02 .list02-list{margin-right: -1.5%;}
.list02 .list02-list li{width: 23.5%; margin-right: 1.5%; float: left; margin-bottom: 30px; position: relative;}
.list02 .list02-list li .img{height: 100%; position: relative}
.list02 .list02-list li .img img{width: 100%; float: none; display: block;}
.list02 .list02-list li .text{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 24%; background: rgba(244,0,0,.7); text-align: center; border: 10px solid rgba(244,0,0,.8); opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02-list li .text h2{font-size: 16px; color: #fff;}
.list02 .list02-list li .text .line{display: block; width: 40px; height: 1px; background: #fff; margin: 20px auto;}
.list02 .list02-list li .text .r{display: block; width: 120px; height: 30px; line-height: 30px; font-size: 12px; color: #fff; margin: 0 auto; border: 1px solid rgba(255,255,255,.6); border-radius: 24px;}
.list02 .list02-list li:hover .text{opacity: 1;}

.list02 .list02-list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list02 .list02-list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02-list li:nth-child(4){animation-delay: .7s; -webkit-animation-delay: .7s}
.list02 .list02-list li:nth-child(5){animation-delay: .8s; -webkit-animation-delay: .8s}
.list02 .list02-list li:nth-child(6){animation-delay: .9s; -webkit-animation-delay: .9s}
.list02 .list02-list li:nth-child(7){animation-delay: 1s; -webkit-animation-delay: 1s}
.list02 .list02-list li:nth-child(8){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}

.list02 .a_link{margin: 40px auto 0 auto;}

/*----list01----*/
.list01{padding: 100px 0; position: relative; background: url(../image/bg02.jpg) no-repeat; background-size: cover; overflow: hidden}
.list01 .list01-con{text-align: center;}
.list01 .list01-con span{display: block;}
.list01 .list01-con p{font-size: 16px; color: #5d5d5d; line-height: 2; padding: 0 20%;}
.list01 .list01-con .list01-list{display: flex; justify-content: space-between; margin-top: 60px;}
.list01 .list01-con .list01-list .item{position: relative; width: 32%; border-radius: 12px; overflow: hidden;}
.list01 .list01-con .list01-list .item .img{width: 100%;}
.list01 .list01-con .list01-list .item .img img{width: 100%;}
.list01 .list01-con .list01-list .item .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding-top: 16%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01-con .list01-list .item .text h2{font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 20px; transform: translateX(-32%); padding-top: 32%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01-con .list01-list .item .text h4{font-size: 14px; color: #fff; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01-con .list01-list .item .text .r{display: block; width: 120px; height: 32px; line-height: 32px; font-size: 12px; color: #fff; margin: 32px auto 0 auto; border: 1px solid rgba(255,255,255,.6); border-radius: 24px; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01-con .list01-list .item:hover .text{background: rgba(244,0,0,.7);}
.list01 .list01-con .list01-list .item:hover .text h2{font-size: 24px; transform: translateX(0); padding-top: 0;}
.list01 .list01-con .list01-list .item:hover .text h4{opacity: 1;}
.list01 .list01-con .list01-list .item:hover .text .r{opacity: 1;}

/*----list04----*/
.list04{position: relative; padding: 80px 0; overflow: hidden}
.list04 .list04-con{margin-left: 12%; overflow: hidden; padding-bottom: 80px;}
.list04 .list04-con .list04-list .li{margin-right: 40px; overflow: hidden;}
.list04 .list04-con .list04-list .li img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04-con .list04-list .li:hover img{transform: scale(1.1);}


/*----list03----*/
.list03{padding: 90px 0 100px 0; background: #f2f2f2; position: relative}

.list03 .list03-con .list03-left{width: 46%}
.list03 .list03-con .list03-left .img{width: 100%; height: 380px; overflow: hidden}
.list03 .list03-con .list03-left .img img{width: 100%; float: none; display: block; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03-con .list03-left .txt{width: 100%; background: #fff;}
.list03 .list03-con .list03-left .txt .data{width: 80px; height: 80px; background: #f40000; text-align: center}
.list03 .list03-con .list03-left .txt .data h6{font-size: 13px; color: #fff; padding-top: 50px; font-family: 'novecentowide-book'}
.list03 .list03-con .list03-left .txt .data h6 i{display: block; font-size: 32px; color: #fff; text-align: center;  font-style: normal; margin-top: -56px; font-family: 'DisneyEnglish-Bold'}
.list03 .list03-con .list03-left .txt .t{width: 80%; line-height: 80px;  padding-left: 30px;}
.list03 .list03-con .list03-left .txt .t h1{font-size: 17px; color: #333;}

.list03 .list03-con .list03-right{width: 54%;}
.list03 .list03-con .list03-right .list li{width: 48%; margin-left: 2%; float: left; padding: 80px 50px; background: #fff; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03-con .list03-right .list li .data{margin-bottom: 50px; color: #f40000; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03-con .list03-right .list li .data h6{font-size: 14px; padding-top: 50px; font-family: 'novecentowide-book'}
.list03 .list03-con .list03-right .list li .data h6 i{display: block; font-size: 44px; font-style: normal; margin-top: -68px; font-family: 'DisneyEnglish-Bold'}
.list03 .list03-con .list03-right .list li h1{font-size: 16px; color: #333; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03-con .list03-right .list li p{font-size: 14px; color: #333; line-height: 26px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03-con .list03-right .list li span{display: block; width: 100px; height: 30px; margin: 50px 0 0 0; background: url("../image/next5.png") no-repeat center left; transition: all ease .4s; -webkit-transition: all ease .4s}

.list03 .list03-con .list03-left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list03 .list03-con .list03-left:hover .txt .t h1{color: #f40000}
.list03 .list03-con .list03-right .list li:hover{background: #f40000}
.list03 .list03-con .list03-right .list li:hover .data{color: #fff;}
.list03 .list03-con .list03-right .list li:hover h1{color: #fff}
.list03 .list03-con .list03-right .list li:hover p{color: #fff}
.list03 .list03-con .list03-right .list li:hover span{background: url("../image/next6.png") no-repeat center left;}

.list03 .list03-con .list03-right .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list03 .list03-con .list03-right .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}