/*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: 656px; position: absolute; right: 0; top: 0; margin: 14% 10% 0 0; z-index: 9}
.banner .txt img{transform: translateY(60px); -webkit-transform: translateY(60px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s;}
.banner .swiper-slide-active .txt img{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.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 .banner_mark{width: 80%; height: 100px; background: #fff; position: absolute; bottom: 0; left: 50%; margin-left: -40%; z-index: 2}
.banner .banner_mark .img{width: 400px; position: absolute; top: 0; right: 0; margin: 30px 80px 0 0}

.mark{width: 100%; height: 820px; position: relative;}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; text-align: center; z-index: 9}
.title h1{font-size: 36px; color: #343434; font-weight: 600;}
.title h3{font-size: 22px; color: #999; font-family: 'novecentowide-book'}

.a_link{width: 130px; padding: 10px 0; margin: 40px 40px 0 0; text-align: center; background: transparent; border: 1px solid #999; box-sizing: border-box; overflow: hidden; position: relative}
.a_link i{font-size: 13px; color: #333; font-style: normal; font-family: 'novecentowide-book'; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #0080ff; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}

/*----list01----*/
.list01{padding: 120px 0 80px 0; position: relative; overflow: hidden; background: url("../image/c8.jpg") no-repeat bottom; background-size: cover}

.list01 .list01_con{width: 90%; margin: 40px auto 0 auto; position: relative}

.list01 .list01_con .list01_list{width: 100%;}
.list01 .list01_con .list01_list .li{}
.list01 .list01_con .list01_list .li .t{width: 55%; padding: 80px 50px 0 10%}
.list01 .list01_con .list01_list .li .t h1{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 20px; opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); transition: all ease .5s .5s; -webkit-transition: all ease .5s .5s}
.list01 .list01_con .list01_list .li .t p{font-size: 14px; color: #666; line-height: 26px; opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); transition: all ease .5s .7s; -webkit-transition: all ease .5s .7s}
.list01 .list01_con .list01_list .li .t .a_link{opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); transition: all ease .5s .8s; -webkit-transition: all ease .5s .8s}

.list01 .list01_con .list01_list .li .img{width: 45%;}
.list01 .list01_con .list01_list .li .img img{width: 100%;}

.list01 .list01_con .list01_list .li.slick-active .t h6{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list01_list .li.slick-active .t h1{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list01_list .li.slick-active .t p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list01_list .li.slick-active .t .a_link{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.list01 .slick-dots{width: 70px; top: 0; padding-top: 100px; text-align: left}
.list01 .slick-dots:before{content: ""; display: block; width: 1px; height: 80%; border-left: 1px dashed #dedede; position: absolute; top: 0; left: 0; margin-left: 35px;}
.list01 .slick-dots li{display: block; width: 70px; height: 70px; margin: 80px 0 0 0; background: #fff; border-radius: 100%;}
.list01 .slick-dots li button{width: 70px; height: 70px; padding: 5px; border: 2px solid transparent; border-radius: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .slick-dots li button:before{top: 0; left: 0; width: 60px; height: 60px; margin: 5px; background: url("../image/ico01.png") no-repeat; opacity: 1}
.list01 .slick-dots li.slick-active button{border: 2px solid #0080ff;}

/*----list02----*/
.list02{position: relative; overflow: hidden;}
.list02 .title{width: 600px; position: absolute; top: 0; left: 50%; margin-left: -300px; margin-top: 60px; text-align: center}
.list02 .title h1{color: #fff;}
.list02 .title h3{font-size: 42px; color: #fff;}

.list02 .list02_con{}
.list02 .list02_con .list{}
.list02 .list02_con .list li{width: 16.6666%; float: left; position: relative}
.list02 .list02_con .list li:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(6,55,134,.6); position: absolute; top: 100%; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .img{width: 100%; overflow: hidden}
.list02 .list02_con .list li .img img{width: 100%;}
.list02 .list02_con .list li .t{width: 100%; position: absolute; top: 0; left: 0; text-align: center; margin-top: 70%; padding: 0 40px; transform: translateY(30px); -webkit-transform: translateY(30px); transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .t h1{font-size: 24px; color: #fff; margin-bottom: 6px; font-weight: bold;}
.list02 .list02_con .list li .t h6{font-size: 18px; color: #fff; margin-bottom: 20px; font-family: 'Montserrat-Light'; text-transform: uppercase}
.list02 .list02_con .list li .t p{font-size: 13px; color: #fff; line-height: 22px; opacity: 0; transform: translateY(20px); -webkit-transform: translateY(20px); transition: all ease .4s; -webkit-transition: all ease .4s}

.list02 .list02_con .list li:hover:before{top: 0;}
.list02 .list02_con .list li:hover .t{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list02 .list02_con .list li:hover .t p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.list02 .list02_con .list li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list02 .list02_con .list li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02_con .list li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}
.list02 .list02_con .list li:nth-child(4){animation-delay: .8s; -webkit-animation-delay: .8s}
.list02 .list02_con .list li:nth-child(5){animation-delay: .9s; -webkit-animation-delay: .9s}
.list02 .list02_con .list li:nth-child(6){animation-delay: 1s; -webkit-animation-delay: 1s}

/*----list03----*/
.list03{padding: 120px 0; position: relative; overflow: hidden; background: url("../image/c9.jpg") no-repeat center}
.list03 .list03_left{width: 55%; margin-right: 10%; padding-top: 30px;}
.list03 .list03_left h6{font-size: 36px; color: #000; font-weight: bold; margin-bottom: 10px;}
.list03 .list03_left h1{font-size: 24px; color: #181818; margin-bottom: 40px;}
.list03 .list03_left p{font-size: 13px; color: #555; line-height: 26px;}

.list03 .list03_right{width: 35%; position: relative}
.list03 .list03_right .li{width: 100%; padding: 20px 0; position: relative; z-index: 2}
.list03 .list03_right .li span{width: 180px; display: inline-block; font-size: 70px; color: #181818; font-family: 'DisneyEnglish-Bold'}
.list03 .list03_right .li i{font-size: 16px; font-style: normal; color: #666; vertical-align: top; line-height: 36px; padding-left: 6px}
.list03 .list03_right .li p{display: inline-block; font-size: 15px; color: #666; line-height: 22px; padding-left: 40px; vertical-align: top; padding-top: 16px;}
.list03 .list03_right .li p b{display: block; font-weight: normal}

/*----list04----*/
.list04{width: 100%; position: relative;}

.list04 .list04_con{}
.list04 .list04_con .li{width: 100%; overflow: hidden}
.list04 .list04_con .li .img{width: 100%; overflow: hidden}
.list04 .list04_con .li .img img{width: 100%;}
.list04 .list04_con .li .txt{width: 320px; height: 60px; padding: 0 40px;  line-height: 60px; position: absolute; bottom: 0; left: 10%; background: #fff;}
.list04 .list04_con .li .txt h1{font-size: 14px; color: #181818; position: relative}
.list04 .list04_con .li .txt h1:before{content: ""; display: block; border: 6px solid; border-color: transparent transparent #181818 transparent; position: absolute; top: 0; right: 0; margin-top: 20px;}

.slick-prev, .slick-next{top: 0; margin-top: 60px;}
.slick-prev{margin-left: 84%;}
.slick-next{margin-right: 10%;}


/*----list05----*/
.list05{width: 100%; padding: 80px 0; position: relative; overflow: hidden;}
.list05 .title_right{}
.list05 .title_right a{display: inline-block; font-size: 14px; color: #333; margin-left: 20px; padding-bottom: 4px;}
.list05 .title_right a.on{color: #0080ff; border-bottom: 2px solid #0080ff}
.list05 .title_right a:hover{color: #0080ff; border-bottom: 2px solid #0080ff}

.list05 .list05_con{padding-top: 60px;}
.list05 .list05_con .list05_left{width: 40%; margin-right: 5%; position: relative}
.list05 .list05_con .list05_left .img{width: 100%; height: 400px; overflow: hidden}
.list05 .list05_con .list05_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .txt{position: absolute; top: 0; left: 0; padding: 40% 0 0 40px;}
.list05 .list05_con .list05_left .txt h6{font-size: 16px; color: #fff; margin-bottom: 10px;}
.list05 .list05_con .list05_left .txt h1{font-size: 16px; color: #fff; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .txt span{display: block; width: 40px; height: 30px; background: url("../image/ico05.png") no-repeat}

.list05 .list05_con .list05_right{width: 55%}
.list05 .list05_con .list05_right .list{list-style: none}
.list05 .list05_con .list05_right .list li{border-top: 1px solid #e0e0e0; padding-top: 20px; margin-bottom: 30px;}
.list05 .list05_con .list05_right .list li .data{width: 15%;}
.list05 .list05_con .list05_right .list li .data h6{font-size: 26px; color: #181818; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_right .list li .data p{font-size: 16px; color: #999; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_right .list li .txt{width: 85%;}
.list05 .list05_con .list05_right .list li .txt h1{font-size: 17px; color: #181818; margin-bottom: 16px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list li .txt p{font-size: 14px; color: #999; line-height: 24px}

.list05 .list05_con .list05_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list05 .list05_con .list05_right .list li:hover .txt h1{color: #0080ff; transform: translateX(10px); -webkit-transform: translateX(10px)}

















