/*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: 584px; height: 152px; position: absolute; left: 10%; top: 0; margin: 34% 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}


.banner .banner_txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding-top: 20%; text-align: center; z-index: 9}
.banner .banner_txt h6{font-size: 56px; color: #000; font-family: 'DisneyEnglish-Bold'}
.banner .banner_txt h1{font-size: 26px; color: #181818; margin-bottom: 20px;}
.banner .banner_txt p{font-size: 15px; color: #000; line-height: 26px; padding: 0 33%;}


@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: 28px; color: #181818; font-weight: bold;}
.title h3{font-size: 15px; color: #999; margin-bottom: 40px; font-family: 'Montserrat-Light'}

.a_link{position: absolute; top: 0; right: 0; width: 50px; height: 50px; margin: 40px 40px 0 0; text-align: center; background: transparent; border: 1px solid #999; border-radius: 100%; box-sizing: border-box; overflow: hidden}
.a_link:before{content: ""; display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; margin: 4px; background: url("../image/next9.png") no-repeat; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover{background: #00468c}
.a_link:hover:before{background: url("../image/next6.png") no-repeat;}

/*----list01----*/
.list01{padding: 120px 0 100px 0; position: relative; overflow: hidden;}
.list01 .list01_left{width: 45%; padding: 50px 50px 0 0; position: relative}
.list01 .list01_left h1{font-size: 32px; color: #181818; font-weight: bold;}
.list01 .list01_left h3{font-size: 15px; color: #999; margin-bottom: 30px; font-family: 'Montserrat-Light'}
.list01 .list01_left h6{font-size: 24px; color: #00468c; font-weight: bold; margin-bottom: 30px;}
.list01 .list01_left p{font-size: 14px; color: #666; line-height: 26px;}

.list01 .list01_left .data{margin-top: 40px;}
.list01 .list01_left .data .li{width: 33.3333%; float: left; position: relative; z-index: 2}
.list01 .list01_left .data .li span{height: 60px; font-size: 50px; color: #00468c; margin-top: 10px; font-family: 'DisneyEnglish-Bold'}
.list01 .list01_left .data .li i{font-size: 12px; font-style: normal; color: #999; vertical-align: top; line-height: 32px; padding-left: 6px}
.list01 .list01_left .data .li p{font-size: 12px; color: #999; line-height: 30px}

.list01 .list01_right{width: 45%; margin-left: 5%;}
.list01 .list01_right .list{height: 470px;}
.list01 .list01_right .list li{width: 30%; float: left; position: relative; margin-top: 50px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_right .list li .img{width: 100%; overflow: hidden}
.list01 .list01_right .list li .img img{width: 100%;}
.list01 .list01_right .list li .txt{width: 100%; height: 120px; padding-top: 30px; text-align: center; position: absolute; bottom: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_right .list li .txt h1{font-size: 22px; color: #fff; margin-bottom: 8px;}
.list01 .list01_right .list li .txt p{font-size: 14px; color: #fff;}

.list01 .list01_right .list li.on{width: 40%; margin-top: 0;}
.list01 .list01_right .list li.on .txt{background: #00468c}

/*----list02----*/
.list02{position: relative; overflow: hidden;}
.list02 .list02_con{position: relative; height: 670px;}

.list02 .list02_con .title{width: 700px; height: 670px; position: absolute; top: 0; left: 0; padding: 90px 0 0 110px; background: url("../image/c9.jpg") no-repeat;}
.list02 .list02_con .title h1{color: #fff;}
.list02 .list02_con .title h3{color: #fff;}
.list02 .list02_con .title .a_link{margin: 100px 100px 0 0; border: 1px solid #fff;}
.list02 .list02_con .title .a_link:before{background: url("../image/next6.png") no-repeat}

.list02 .list02_con .title .list{width: 70%; position: absolute; bottom: 0; left: 0; margin: 0 0 70px 110px; border-top: 1px solid rgba(255,255,255,.4);}
.list02 .list02_con .title .list li{padding: 28px 0 28px 90px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,.4);}
.list02 .list02_con .title .list li a{font-size: 16px; color: #fff;}
.list02 .list02_con .title .list li:nth-child(1){background: url("../image/ico02.png") no-repeat 20px 20px}
.list02 .list02_con .title .list li:nth-child(2){background: url("../image/ico03.png") no-repeat 20px 20px}
.list02 .list02_con .title .list li:nth-child(3){background: url("../image/ico04.png") no-repeat 20px 20px}
.list02 .list02_con .title .list li:nth-child(4){background: url("../image/ico05.png") no-repeat 20px 20px}
.list02 .list02_con .title .list li:nth-child(5){background: url("../image/ico06.png") no-repeat 20px 20px}

.list02 .list02_con .list02_list{width: 100%; padding-left: 700px; position: relative;}
.list02 .list02_con .list02_list .li{width: 100%; height: 670px; padding: 120px 40px; text-align: center; background: #eef2f5; border-right: 1px solid #dedede; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_list .li h1{font-size: 18px; color: #181818; font-weight: bold; margin-bottom: 50px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_list .li .img{width: 100%; margin-bottom: 40px; overflow: hidden; }
.list02 .list02_con .list02_list .li .img img{width: 100%; float: none; display: block; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_list .li p{font-size: 14px; color: #333; line-height: 26px;}
.list02 .list02_con .list02_list .li span{display: block; width: 100px; height: 30px; margin: 40px auto 0 auto; background: url("../image/next4.png") no-repeat center; transition: all ease .4s; -webkit-transition: all ease .4s}

.list02 .list02_con .slick-dots{width: auto; left: 0; margin-bottom: 70px; margin-left: 110px;}
.list02 .list02_con .slick-dots li{display: block; width: 490px; height: 78px; padding: 0; margin: 0;}
.list02 .list02_con .slick-dots li button{width: 100%; height: 78px;}
.list02 .list02_con .slick-dots li button:before{content: ""; display: block; width: 40px; height: 40px; left: 100%; margin: -20px 0 0 -60px; background: url("../image/ico07.png") no-repeat;}

.list02 .list02_con .slick-prev{margin-left: 700px;}

.list02 .list02_con .list02_list .li:hover{background: #ccdae8}
.list02 .list02_con .list02_list .li:hover h1{color: #00468c}
.list02 .list02_con .list02_list .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list02 .list02_con .list02_list .li:hover span{background: url("../image/next5.png") no-repeat center}

/*----list03----*/
.list03{position: relative; padding: 180px 0; overflow: hidden;}
.list03 .list03_con{position: relative; z-index: 3}
.list03 .list03_con .list{}
.list03 .list03_con .list li{width: 50%; float: left; margin: 60px 0; text-align: center; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 10px;}
.list03 .list03_con .list li span{display: block; width: 20px; height: 3px; margin: 10px auto; background: #00468c; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list li p{font-size: 14px; color: #333; line-height: 26px;}
.list03 .list03_con .list li:nth-child(1), .list03 .list03_con .list li:nth-child(3){padding-right: 20%;}
.list03 .list03_con .list li:nth-child(2), .list03 .list03_con .list li:nth-child(4){padding-left: 20%;}

.list03 .list03_con .list li:hover{transform: translateY(-10px); -webkit-transform: translateY(-10px)}
.list03 .list03_con .list li:hover span{width: 50px;}

.list03 .list03_bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.list03 .list03_bg:before{content: ""; display: block; width: 100%; height: 100%; background: url("../image/c10.png") no-repeat center; position: absolute; top: 0; left: 0; z-index: 2}
.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 .6s; -webkit-transition: all ease .6s}
.list03 .list03_bg .bg_b.active{transform: scale(1); -webkit-transform: scale(1); opacity: 1}


/*----list05----*/
.list04{position: relative; padding: 80px 0; overflow: hidden;}

.list04 .title{text-align: left}

.list04 .list04_con{}
.list04 .list04_con .list04_left{width: 46%}
.list04 .list04_con .list04_left .img{width: 100%; height: 380px; overflow: hidden}
.list04 .list04_con .list04_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_left .txt{width: 100%; background: #eef2f5;}
.list04 .list04_con .list04_left .txt .data{width: 80px; height: 80px; background: #00468c; text-align: center}
.list04 .list04_con .list04_left .txt .data h6{font-size: 13px; color: #fff; padding-top: 50px; font-family: 'novecentowide-book'}
.list04 .list04_con .list04_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'}
.list04 .list04_con .list04_left .txt .t{width: 80%; line-height: 80px;  padding-left: 30px;}
.list04 .list04_con .list04_left .txt .t h1{font-size: 17px; color: #333;}

.list04 .list04_con .list04_right{width: 54%;}
.list04 .list04_con .list04_right .list{}
.list04 .list04_con .list04_right .list li{width: 48%; margin-left: 2%; float: left; padding: 80px 50px; background: #eef2f5; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .list li .data{margin-bottom: 50px; color: #00468c; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .list li .data h6{font-size: 14px; padding-top: 50px; font-family: 'novecentowide-book'}
.list04 .list04_con .list04_right .list li .data h6 i{display: block; font-size: 44px; font-style: normal; margin-top: -68px; font-family: 'DisneyEnglish-Bold'}
.list04 .list04_con .list04_right .list li h1{font-size: 16px; color: #333; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_right .list li p{font-size: 14px; color: #333; line-height: 26px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list04_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}

.list04 .list04_con .list04_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list04 .list04_con .list04_left:hover .txt .t h1{color: #00468c}
.list04 .list04_con .list04_right .list li:hover{background: #00468c}
.list04 .list04_con .list04_right .list li:hover .data{color: #fff;}
.list04 .list04_con .list04_right .list li:hover h1{color: #fff}
.list04 .list04_con .list04_right .list li:hover p{color: #fff}
.list04 .list04_con .list04_right .list li:hover span{background: url("../image/next6.png") no-repeat center left;}


/*----list05----*/
.list05{padding: 80px 0 120px 0; background: url("../image/c12.jpg") no-repeat center;}

.list05 .list05_con{padding: 50px; position: relative; background: rgba(0,70,140,.6)}
.list05 .list05_con .list05_left{width: 50%; padding-top: 20px;}
.list05 .list05_con .list05_left p{font-size: 14px; color: #fff; margin-bottom: 10px;}
.list05 .list05_con .list05_right{width: 50%;}
.list05 .list05_con .list05_right img{width: 120px; float: right}


