/*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; text-align: center; z-index: 9}
.title h1{font-size: 42px; color: #00468c; line-height: 32px; font-family: "DisneyEnglish-Bold"}
.title h1 i{display: block; font-size: 18px; color: #999; font-style: normal; font-weight: normal; padding-top: 6px;}
.title h6{font-size: 17px; color: #989595; margin-top: 20px;}

.a_link{width: 130px; padding: 10px 0; margin: 40px 0 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: #00468c; 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 .list01_con{margin-top: 60px;}
.list01 .list01_con .list{}
.list01 .list01_con .list li{float: left; position: relative; margin-bottom: 26px; overflow: hidden}
.list01 .list01_con .list li:before{content: ""; display: block; width: 0; height: 100%; background: rgba(0,70,140,.5); position: absolute; top: 0; left: 0; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list li .img{width: 100%; overflow: hidden}
.list01 .list01_con .list li .img img{float: none; display: block; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list li .txt{width: 100%; position: absolute; bottom: 0; left: 0; margin: 0 0 40px 30px; z-index: 3; transform: translateY(80px); -webkit-transform: translateY(80px); transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list li .txt h1{font-size: 22px; color: #fff; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list li .txt p{font-size: 14px; color: #fff; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list li .txt span{display: block; width: 40px; height: 30px; background: url("../image/ico01.png") no-repeat; margin-top: 10px; opacity: 0}
.list01 .list01_con .list li:nth-child(1){width: 903px; margin-right: 23px;}
.list01 .list01_con .list li:nth-child(2){width: 440px;}
.list01 .list01_con .list li:nth-child(3){width: 440px; margin-right: 23px;}
.list01 .list01_con .list li:nth-child(4){width: 440px; margin-right: 23px;}
.list01 .list01_con .list li:nth-child(5){width: 440px;}

.list01 .list01_con .list li:hover:before{width: 100%;}
.list01 .list01_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list01 .list01_con .list li:hover .txt{transform: translateY(0); -webkit-transform: translateY(0)}
.list01 .list01_con .list li:hover .txt p{opacity: 1}
.list01 .list01_con .list li:hover .txt span{opacity: 1}

/*----list02----*/
.list02{position: relative; padding: 80px 0 140px 0; overflow: hidden;}
.list02 .list02_con{}
.list02 .list02_con .li{padding: 0 10px;}
.list02 .list02_con .li .img{width: 100%; overflow: hidden; border-radius: 4px;}
.list02 .list02_con .li .img img{width: 100%; float: none; display: block; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_con .li .txt{width: 100%; padding: 20px 0 0 20px}
.list02 .list02_con .li .txt h1{font-size: 15px; color: #333; margin-bottom: 2px; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_con .li .txt h6{font-size: 12px; color: #999;}

.list02 .list02_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

.list02 .list02_con .slick-dots{margin-bottom: -80px;}
.list02 .list02_con .slick-dots li button:before{background: #000}

/*----list03----*/
.list03{position: relative; overflow: hidden}
.list03 .list03_d{position: relative}
.list03 .list03_con{padding: 560px 0 0 0; position: relative; z-index: 2}
.list03 .list03_con .list{}
.list03 .list03_con .list li{width: 25%; float: left; padding: 60px 0; text-align: center; background: rgba(255,255,255,.5); transition: all ease .5s; -webkit-transition: all ease .5s}
.list03 .list03_con .list li .ico{width: 62px; height: 62px; margin: 0 auto 10px auto; transition: all ease .5s; -webkit-transition: all ease .5s}
.list03 .list03_con .list li .ico01{background: url("../image/ico06.png") no-repeat; background-size: cover}
.list03 .list03_con .list li .ico02{background: url("../image/ico07.png") no-repeat; background-size: cover}
.list03 .list03_con .list li .ico03{background: url("../image/ico08.png") no-repeat; background-size: cover}
.list03 .list03_con .list li .ico04{background: url("../image/ico09.png") no-repeat; background-size: cover}
.list03 .list03_con .list li h1{font-size: 22px; color: #333; font-weight: bold; transition: all ease .5s; -webkit-transition: all ease .5s}
.list03 .list03_con .list li.on{background: #00468c;}
.list03 .list03_con .list li.on h1{color: #fff;}
.list03 .list03_con .list li.on .ico01{background: url("../image/ico06-1.png") no-repeat; background-size: cover}
.list03 .list03_con .list li.on .ico02{background: url("../image/ico07-1.png") no-repeat; background-size: cover}
.list03 .list03_con .list li.on .ico03{background: url("../image/ico08-1.png") no-repeat; background-size: cover}
.list03 .list03_con .list li.on .ico04{background: url("../image/ico09-1.png") no-repeat; background-size: cover}

.list03 .list03_bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.list03 .list03_bg .bg_b{width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; background-size: cover; background-position: center; transition: all ease 2s; -webkit-transition: all ease 2s}
.list03 .list03_bg .bg_b.active{transform: scale(1); -webkit-transform: scale(1); opacity: 1}

.list03 .list03_bg .bg_b .txt{position: absolute; top: 0; left: 0; margin: 14% 0 0 20%; }
.list03 .list03_bg .bg_b .txt{width: 26%;}
.list03 .list03_bg .bg_b .txt h1{font-size: 28px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.list03 .list03_bg .bg_b .txt p{font-size: 16px; color: #fff; line-height: 28px;}
.list03 .list03_bg .bg_b .txt span{display: block; width: 40px; height: 30px; background: url("../image/ico01.png") no-repeat; margin-top: 10px;}

/*----list04----*/
.list04{position: relative; padding: 100px 0; overflow: hidden;}
.list04 .list04_left{width: 40%; margin-right: 5%}
.list04 .list04_left .img{width: 100%; overflow: hidden}
.list04 .list04_left .img img{width: 100%;}
.list04 .list04_right{width: 55%; padding-top: 60px;}
.list04 .list04_right h1{font-size: 42px; color: #00468c; line-height: 32px; margin-bottom: 20px; font-family: "DisneyEnglish-Bold"}
.list04 .list04_right h1 i{font-size: 18px; color: #999; font-style: normal; font-weight: normal; padding-left: 10px; font-family: 'novecentowide-book'}
.list04 .list04_right p{font-size: 14px; color: #333; line-height: 26px;}


/*----list05----*/
.list05{padding: 80px 0; position: relative; overflow: hidden; background: url("../image/c7.jpg") no-repeat center; background-size: cover}
.list05 .title h1 i{display: block}
.list05 .list05_con{margin-top: 50px;}
.list05 .list05_con .list{margin-right: -2%;}
.list05 .list05_con .list li{position: relative; width: 31.3333%; margin-right: 2%; float: left; padding: 60px 30px; border-radius: 8px; background: #f1f1f1; overflow: hidden; box-sizing: border-box; transition: all .4s; -webkit-transition: all .4s;}
.list05 .list05_con .list li:before{content: ""; display: block; width: 160px; height: 40px; background: url("../image/ico10.png") no-repeat; position: absolute; bottom: 0; left: 0; margin: 0 0 20px -60px}
.list05 .list05_con .list li .data{width: 25%;}
.list05 .list05_con .list li .data h6{font-size: 15px; color: #666; margin-bottom: 40px; font-weight: bold; transition: all .4s; -webkit-transition: all .4s; font-family: 'novecentowide-book'}
.list05 .list05_con .list li .data h6 i{display: block; font-size: 36px; color: #181818; font-style: normal; padding-left: 6px; text-align: right; padding-right: 26px; transition: all .4s; -webkit-transition: all .4s;}
.list05 .list05_con .list li .txt{width: 75%;}
.list05 .list05_con .list li .txt h1{font-size: 17px; color: #181818; margin-bottom: 20px; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list li .txt p{font-size: 14px; color: #999; line-height: 24px; transition: all .4s; -webkit-transition: all .4s}
.list05 .list05_con .list li .txt span{display: block; width: 40px; height: 30px; background: url("../image/ico02.png") no-repeat; margin-top: 20px; transition: all .4s; -webkit-transition: all .4s;}

.list05 .list05_con .list li:hover{background: #00468c}
.list05 .list05_con .list li:hover .data h6{color: #fff;}
.list05 .list05_con .list li:hover .data h6 i{color: #fff;}
.list05 .list05_con .list li:hover .txt h1{color: #fff}
.list05 .list05_con .list li:hover .txt p{color: #fff;}
.list05 .list05_con .list li:hover .txt span{background: url("../image/ico01.png") no-repeat}

.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}



