/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; overflow: hidden; position: fixed}
.banner .swiper-slide{width: 100%; height: 100%; overflow: hidden}
.banner .img{width: 100%; height: 100%; background-position: center;}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    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 .text{position: absolute; top: 0; left: 0; margin: 20% 0 0 10%; z-index: 9}
.banner .text img{float: none; display: block;}
.banner .text .line{display: inline-block; width: 90%; height: 1px; background: #333; margin-top: 30px; margin-left: 40px;}
.banner .text .line i{display: inline-block; font-size: 16px; color: #333; font-style: normal; position: relative; top: -10px; left: -36px; font-family: 'DisneyEnglish-Bold'}

.b_down{width: 40px; position: fixed; bottom: 0; left: 50%; margin: 0 0 20px -20px; z-index: 9}
.b_down .down{display: block; width: 40px; height: 50px; margin: 0 auto 60px auto; background: url("../image/ico01.png") no-repeat}
.b_down .down{animation: down_an 3s linear infinite; -webkit-animation: down_an 3s linear infinite; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    50%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

@-webkit-keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    100%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

.mark{width: 100%; height: 820px; position: relative; z-index: -1}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 40px; z-index: 2;}
.title h1{font-size: 36px; color: #080808; font-weight: bold; margin-bottom: 10px;}
.title h3{font-size: 20px; color: #666; font-family: 'novecentowide-book'}

.a_link{position: relative; display: block; width: 160px; height: 42px; line-height: 42px; margin-top: 50px; border: 1px solid #999; border-radius: 50px; overflow: hidden; }
.a_link i{display: inline-block; width: 80%; font-size: 14px; color: #999; font-style: normal; padding-left: 40px; position: relative; background: url("../image/ico05.png") no-repeat 100px; 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: #1668ae; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover:before{width: 100%;}
.a_link:hover i{color: #fff; background: url("../image/ico07.png") no-repeat 100px}

/*----list01----*/
.list01{position: relative; overflow: hidden;}
.list01 .list01_con{position: relative; height: 670px;}

.list01 .list01_con .title{width: 700px; height: 670px; position: absolute; top: 0; left: 0; padding: 110px 0 0 110px; background: url("../image/bg01.jpg") no-repeat;}
.list01 .list01_con .title .title_left{display: none; text-align: center}
.list01 .list01_con .title h1{font-size: 22px; color: #333; font-weight: 200; margin-bottom: 10px;}
.list01 .list01_con .title h3{font-size: 16px; color: #666;}

.list01 .list01_con .title .list{width: 70%; position: absolute; bottom: 0; left: 0; margin: 0 0 40px 110px; border-top: 1px solid rgba(255,255,255,.4);}
.list01 .list01_con .title .list li{position: relative; padding: 18px 0 18px 90px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,.4); background: url("../image/ico03.png") no-repeat 20px 12px}
.list01 .list01_con .title .list li:before{content: ""; display: block; width: 42px; height: 42px; background: url("../image/ico08.png") no-repeat; position: absolute; top: 0; right: 0; margin: 10px 20px 0 0}
.list01 .list01_con .title .list li a{font-size: 16px; color: #fff; transition: all ease .4s; -webkit-transition: all ease .4s}

.list01 .list01_con .title .list li:hover a{transform: translateX(10px); -webkit-transform: translateX(10px)}

.list01 .list01_con .list01_list{width: 100%; padding-left: 700px; position: relative;}
.list01 .list01_con .list01_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}
.list01 .list01_con .list01_list .li h1{font-size: 18px; color: #181818; margin-bottom: 50px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .li .img{width: 100%; margin-bottom: 40px; overflow: hidden; }
.list01 .list01_con .list01_list .li .img img{width: 100%; float: none; display: block; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .li p{font-size: 14px; color: #333; line-height: 26px;}
.list01 .list01_con .list01_list .li span{display: block; width: 100px; height: 30px; margin: 60px auto 0 auto; background: url("../image/ico05.png") no-repeat center; transition: all ease .4s; -webkit-transition: all ease .4s}

.list01 .list01_con .slick-prev, .list01 .list01_con .slick-next{width: 50px; height: 50px; bottom: 36%; background: #fff; border-radius: 100%; padding: 5px;}
.list01 .list01_con .slick-prev{left: 0; margin-left: 710px;}
.list01 .list01_con .slick-prev:hover{background: #1668ae}
.list01 .list01_con .slick-prev:hover:before{background: url("../image/ico10.png") no-repeat;}
.list01 .list01_con .slick-next{left: 100%; margin-left: -60px;}
.list01 .list01_con .slick-next:hover{background: #1668ae}
.list01 .list01_con .slick-next:hover:before{background: url("../image/ico07.png") no-repeat;}


.list01 .list01_con .list01_list .li:hover{background: #e3f5ff}
.list01 .list01_con .list01_list .li:hover h1{font-weight: bold}
.list01 .list01_con .list01_list .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list02----*/
.list02{position: relative; padding: 120px 0;  overflow: hidden;}
.list02 .list02_left{width: 50%; padding-right: 9%; padding-top: 20px;}
.list02 .list02_left .title h1{font-weight: 100;}
.list02 .list02_left p{font-size: 15px; color: #333; line-height: 2;}

.list02 .list02_right{width: 50%; padding: 0 26px 26px 0; position: relative}
.list02 .list02_right .img{width: 100%; overflow: hidden; position: relative; z-index: 2}
.list02 .list02_right .img img{float: none; display: block; width: 100%;}
.list02 .list02_right .mark{display: block; width: 96%; height: 94%; position: absolute; top: 0; left: 0; margin: 26px 0 0 26px; background: #9bc719}
.list02 .list02_right .btn{width: 106px; height: 106px; outline: none; border: none; position: absolute; top: 0; left: 50%; margin: 22% 0 0 -53px; background: url("../image/ico09.png") no-repeat; z-index: 2; cursor: pointer}

.list02 .index_video{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.4); z-index: -99; opacity: 0; visibility: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .index_video .i_video{width: 50%; height: auto; position: absolute; top: 20%; left: 25%;}
.list02 .index_video .close{width: 27px; height: 27px; outline: none; border: none; position: absolute; top: 20%; left: 76%; background: url("../image/close.png") no-repeat; cursor: pointer; z-index: 9}


/*----list03----*/
.list03{position: relative; overflow: hidden}

.list03 .list03_con{height: 800px; display: flex; flex-direction: row-reverse}

.list03 .list03_con .list03_left{flex: 1; position: relative; overflow: hidden}
.list03 .list03_con .list03_left li{position: absolute; top: 0; display: flex; flex-direction: column; width: 70%; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s; cursor: pointer}
.list03 .list03_con .list03_left li .img{width: 100%; overflow: hidden}
.list03 .list03_con .list03_left li .img img{width: 100%;}
.list03 .list03_con .list03_left li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 20% 0 0 120px;}
.list03 .list03_con .list03_left li .text h1{font-size: 42px; color: #1668ae; font-weight: bold; margin-bottom: 40px; padding-right: 50%;}
.list03 .list03_con .list03_left li .text p{font-size: 24px; color: #7e7e7e; font-weight: 100;}
.list03 .list03_con .list03_left li .text span{display: block; width: 140px; padding: 10px 0; font-size: 14px; color: #fff; border: 1px solid #fff; border-radius: 20px; margin: 40px 0 0 0; text-align: center; opacity: 0.4; font-family: 'novecentowide-book';}
.list03 .list03_con .list03_left li .text .a_link:before{width: 100%;}
.list03 .list03_con .list03_left li .text .a_link i{color: #fff; background: url("../image/ico07.png") no-repeat 100px}

.list03 .list03_con .list03_left li:nth-child(2){left: 15%}
.list03 .list03_con .list03_left li:nth-child(2):before{content: ""; display: block; width: 10px; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 2}
.list03 .list03_con .list03_left li:nth-child(3){left: 30%}
.list03 .list03_con .list03_left li:nth-child(3):before{content: ""; display: block; width: 10px; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 2}

.list03 .list03_con .list03_left li:nth-child(1).active~li:nth-child(2){left: 70%}
.list03 .list03_con .list03_left li:nth-child(1).active~li:nth-child(3){left: 85%}
.list03 .list03_con .list03_left li:nth-child(2).active~li:nth-child(3){left: 85%}


/*----list04----*/
.list04{padding: 80px 0 100px 0; position: relative;}
.list04 .title{text-align: center}
.list04 .title .a_link{text-align: left; margin: 40px auto 0 auto}

.list04 .list04_con{margin-top: 60px;}
.list04 .list04_con .list{margin-right: -1%;}
.list04 .list04_con .list li{width: 24%; float: left; margin-right: 1%; padding: 60px 40px; box-shadow: 0 0 10px 3px #f0f0f0; box-sizing: border-box;}
.list04 .list04_con .list li h1{font-size: 20px; color: #18222d; font-weight: bold; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04_con .list li h6{font-size: 14px; color: #676765; margin-bottom: 50px; font-family: 'novecentowide-book'}
.list04 .list04_con .list li p{font-size: 14px; color: #79797e; line-height: 1.8; margin-bottom: 40px;}
.list04 .list04_con .list li .r{display: block; width: 40px; height: 40px; background: url("../image/ico05.png") no-repeat}

.list04 .list04_con .list li:hover h1{color: #1668ae}

.list04 .list04_con .list li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list04 .list04_con .list li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04_con .list li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}
.list04 .list04_con .list li:nth-child(4){animation-delay: .8s; -webkit-animation-delay: .8s}