/*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: 820px; position: absolute; left: 10%; top: 0; margin: 20% 0 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)}
}

.mark{width: 100%; height: 820px; position: relative;}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; z-index: 9}
.title h1{font-size: 38px; color: #181818; font-weight: bold; line-height: 32px; font-family: "DisneyEnglish-Bold"}
.title h1 i{font-size: 14px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px;}

.a_link{width: 130px; padding: 10px 0; margin: 20px 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: #005aa1; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}

/*----list01----*/
.list01{padding: 80px 0; position: relative; overflow: hidden; background: url("../image/c1.jpg") no-repeat center; background-size: cover}
.list01:before{content: ""; display: block; width: 10%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: url("../image/c1.jpg") no-repeat left; background-size: cover}
.list01 .title{padding-left: 10%;}
.list01 .list01_con{position: relative; padding-left: 10%; padding-right: 10%;}
.list01 .list01_con .list01_li{margin: 20px 0 60px 0; border-top: 1px solid #dedede;}
.list01 .list01_con .list01_li a{display: inline-block; font-size: 13px; color: #999; padding: 12px 10px; margin-right: 40px; margin-top: -1px;}
.list01 .list01_con .list01_li a.on{color: #005aa1; border-top: 1px solid #005aa1}
.list01 .list01_con .list01_li a:hover{color: #005aa1; border-top: 1px solid #005aa1}

.list01 .list01_con .list01_list{margin-right: -40px;}
.list01 .list01_con .list01_list .slick-list{overflow: visible}
.list01 .list01_con .list01_list .li{padding-right: 40px;}
.list01 .list01_con .list01_list .li .t{width: 100%; padding-top: 20px;}
.list01 .list01_con .list01_list .li .t h1{font-size: 16px; color: #181818; margin-bottom: 10px; transition: all ease .5s; -webkit-transition: all ease .5s}
.list01 .list01_con .list01_list .li .t p{font-size: 12px; color: #999; line-height: 22px; opacity: 0; visibility: hidden; transform: translateY(-22px); -webkit-translateY(-22px); transition: all ease .5s; -webkit-transition: all ease .5s}

.list01 .list01_con .list01_list .li .img{width: 100%; overflow: hidden; border-radius: 8px;}
.list01 .list01_con .list01_list .li .img img{width: 100%; float: none; display: block; transition: all ease .5s; -webkit-transition: all ease .5s}

.list01 .list01_con .list01_list .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list01 .list01_con .list01_list .li:hover .t p{transform: translateY(0); -webkit-translateY(0); opacity: 1; visibility: visible}


/*----list02----*/
.list02{position: relative; padding: 80px 0; overflow: hidden;}
.list02 .title{padding-left: 10%; margin-bottom: 40px;}

.list02 .list02_con{padding-left: 10%;}
.list02 .list02_con .list02_left{width: 18%;}
.list02 .list02_con .list02_left .list{list-style: none}
.list02 .list02_con .list02_left .list li{width: 99%; margin-right: 1%; margin-bottom: 1%; float: left; background: #f6f6f6; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .list li .li_left{width: 65%; padding: 42px 0 42px 50px;}
.list02 .list02_con .list02_left .list li .li_left h1{font-size: 22px; color: #333; font-weight: bold; margin-bottom: 4px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .list li .li_left p{font-size: 12px; color: #999; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}

.list02 .list02_con .list02_left .list li .li_right{width: 35%; padding: 40px 0 0 0}
.list02 .list02_con .list02_left .list li .li_right .img{width: 60px; height: 60px; position: relative}
.list02 .list02_con .list02_left .list li .li_right .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .list li .li_right .img .on{position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden}

.list02 .list02_con .list02_left .list li.on{background: #0b50a3}
.list02 .list02_con .list02_left .list li.on .li_left h1{color: #fff;}
.list02 .list02_con .list02_left .list li.on .li_left p{color: #fff;}
.list02 .list02_con .list02_left .list li.on .li_right .img .on{opacity: 1; visibility: visible}

.list02 .list02_con .list02_right{width: 82%; height: 534px; background: #f6f6f6; position: relative; overflow: hidden}
.list02 .list02_con .list02_right .li{width: 100%; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_right .li.active{opacity: 1; visibility: visible}

.list02 .list02_con .list02_right .li .li_left{width: 40%; padding: 100px 80px; background: #f6f6f6}
.list02 .list02_con .list02_right .li .li_left h6{font-size: 14px; color: #999; margin-bottom: 4px; font-family: 'novecentowide-book'}
.list02 .list02_con .list02_right .li .li_left h1{font-size: 28px; color: #282828; font-weight: bold; }
.list02 .list02_con .list02_right .li .li_left .line{display: block; width: 40px; height: 3px; background: #0b50a3; margin: 20px 0 50px 0;}
.list02 .list02_con .list02_right .li .li_left p{font-size: 13px; color: #999; line-height: 22px; margin-bottom: 30px; padding-left: 12px; position: relative}
.list02 .list02_con .list02_right .li .li_left p:before{content: ""; display: block; width: 5px; height: 5px; background: #999; border-radius: 100%; position: absolute; top: 0; left: 0; margin: 9px 0 0 0;}
.list02 .list02_con .list02_right .li .li_left span{display: block; font-size: 14px; color: #999; background: url("../image/ico04-1.png") no-repeat; background-size: 40px 40px; padding-left: 40px; margin-top: 80px;}
.list02 .list02_con .list02_right .li .li_left span i{font-size: 24px; color: #0b50a3; font-style: normal; padding-left: 8px; font-family: 'DisneyEnglish-Bold'}

.list02 .list02_con .list02_right .li .li_right{width: 60%; overflow: hidden}
.list02 .list02_con .list02_right .li .li_right img{width: 100%;}


/*----list03----*/
.list03{position: relative; padding: 100px 0 140px 0; overflow: hidden; background: url("../image/c8.jpg") no-repeat center; background-size: cover}
.list03 .title{text-align: center; margin-bottom: 50px;}
.list03 .title h1 i{display: block; padding-left: 0;}

.list03 .list03_con{}
.list03 .list03_con .li{padding: 0 10px; position: relative; cursor: pointer}
.list03 .list03_con .li .img{width: 100%; overflow: hidden; position: relative}
.list03 .list03_con .li .img img{width: 100%; transition: all ease .5s; -webkit-transition: all ease .5s}
.list03 .list03_con .li .txt{width: 100%; height: 60px; background: transparent; position: absolute; bottom: 0; left: 0; line-height: 60px; padding: 0 10px;}
.list03 .list03_con .li .txt:before{content: ""; display: block; width: 100%; height: 0; background: #0b50a3; position: absolute; bottom: 0; left: 0;}
.list03 .list03_con .li .txt h1{font-size: 14px; color: #fff; text-align: center; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .li .txt span{display: block; width: 100%; height: 100%; background: #fff; transition: all ease-in-out .4s; -webkit-transition: all ease-in-out .4s}

.list03 .list03_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list03 .list03_con .li:hover .txt span{transform: translateY(-60px);}
.list03 .list03_con .li:hover .txt h1{color: #0b50a3}

.list03 .list03_con .slick-prev, .slick-next{border-radius: 0;}
.list03 .list03_con .slick-prev{top: 100%; left: 50%; margin: 60px 0 0 -52px;}
.list03 .list03_con .slick-next{top: 100%; left: 50%; margin: 60px -52px 0 0}


/*----list04----*/
.list04{position: relative; padding: 250px 0 100px 0; overflow: hidden; background: url("../image/c11.jpg") no-repeat top}

.list04 .list04_left{width: 55%; padding-right: 5%;}
.list04 .list04_left .list04_data{margin: 100px 0 150px 0}
.list04 .list04_left .list04_data .li{width: 33.3333%; float: left; padding: 40px 0; position: relative; z-index: 2}
.list04 .list04_left .list04_data .li span{font-size: 56px; color: #fff; margin-top: 10px; font-family: 'DisneyEnglish-Bold'}
.list04 .list04_left .list04_data .li i{font-size: 13px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list04 .list04_left .list04_data .li p{font-size: 13px; color: #fff; line-height: 30px;}
.list04 .list04_left .list04_con{}
.list04 .list04_left .list04_con h1{font-size: 20px; color: #181818; margin-bottom: 20px;}
.list04 .list04_left .list04_con p{font-size: 13px; color: #333; line-height: 26px; padding-right: 3%}

.list04 .list04_right{width: 45%; padding: 90px 50px; background: #005aa1}
.list04 .list04_right .title{margin-bottom: 50px;}
.list04 .list04_right .title h1{color: #fff;}
.list04 .list04_right .title h1 i{color: #fff; display: block}
.list04 .list04_right .img{width: 100%; overflow: hidden}
.list04 .list04_right .img img{width: 100%;}

/*----list05----*/
.list05{padding: 80px 0; position: relative; overflow: hidden; background: url("../image/c7.jpg") no-repeat center; background-size: cover}
.list05:before{content: ""; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; top: 0; left: 0; margin-top: 10%;}
.list05 .title h1 i{display: block}
.list05 .list05_con{margin-top: 50px;}
.list05 .list05_con .list{border-right: 1px solid #dedede}
.list05 .list05_con .list li{position: relative; width: 33.3333%; float: left; padding: 60px 50px; border-left: 1px solid #dedede; box-sizing: border-box;}
.list05 .list05_con .list li h6{font-size: 22px; color: #666; margin-bottom: 40px; transition: all .4s; -webkit-transition: all .4s; font-family: 'novecentowide-book'}
.list05 .list05_con .list li h6 i{font-size: 14px; color: #666; font-style: normal; padding-left: 6px;}
.list05 .list05_con .list li h1{font-size: 18px; color: #181818; margin-bottom: 20px; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list li p{font-size: 14px; color: #999; line-height: 24px; transition: all .4s; -webkit-transition: all .4s}

.list05 .list05_con .list li:hover h1{color: #005aa1}
.list05 .list05_con .list li:hover h6{transform: translateY(120px); -webkit-transform: translateY(120px);}
.list05 .list05_con .list li:hover p{transform: translateY(-50px); -webkit-transform: translateY(-50px);}

.list05 .list05_con .list li:nth-child(1){animation-delay: .6s; -webkit-animation-delay: .6s}
.list05 .list05_con .list li:nth-child(2){animation-delay: .7s; -webkit-animation-delay: .7s}
.list05 .list05_con .list li:nth-child(3){animation-delay: .8s; -webkit-animation-delay: .8s}



