/*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: 480px; position: absolute; left: 0; top: 0; margin: 24% 0 0 12%; 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 .video-js{width: 100%; height: 100%}
.banner .swiper-slide video{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; object-fit:cover;}

.banner .swiper-slide .mask{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url("../image/makr_bg.png") repeat;}

.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)}
}

.ban_txt{width: 700px; position: absolute; top: 40%; left: 50%; margin-left: -350px; z-index: 8}

.swiper-container-horizontal > .swiper-pagination-bullets{width: 100%; text-align: center}

.index_end{width: 100%; height: 10px; position: absolute; bottom: 0; left: 0; background: #fff; z-index: 9}
.index_end:before{content: ""; display: block; width: 142px; height: 36px; position: absolute; top: 0; left: 0; margin-top: -35px; margin-left: 10%; background: url("../image/ico02.png") no-repeat; background-size: cover}

.index_end .down{display: block; width: 17px; height: 26px; position: relative; top: -32px; left: 10%; margin: 0 0 0 62px; background: url("../image/ico03.png") no-repeat; background-size: cover}
.index_end .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(6px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

@-webkit-keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    100%{transform: translateY(6px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}


.mark{width: 100%; height: 820px; position: relative;}



/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 40px; z-index: 2}
.title h1{font-size: 28px; font-weight: bold; color: #333;}
.title h6{font-size: 36px; color: #999; text-transform: uppercase; font-family: 'DisneyEnglish-Bold'}

.a_link{width: 160px; position: relative; text-align: center; padding: 16px 0; border: 1px solid #fff; border-radius: 8px; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #005bac; transition: all ease .5s .2s; -webkit-transition: all ease .5s .2s}
.a_link i{font-size: 14px; color: #fff; font-style: normal; position: relative; z-index: 2}
.a_link:hover{border: 1px solid #005bac}
.a_link:hover:before{height: 100%;}

/*----list01----*/


/*----list02----*/
.list02{position: relative; overflow: hidden;}
.list02 .list02_bg{width: 100%; position: relative}
.list02 .list02_bg .bg_d{display: none; width: 500px; height: 500px; background: url("../image/ico17.png") no-repeat; position: absolute; top: 0; right: 0; margin: 80px 40px 0 0}

.list02 .list02_bg img{display: block; float: none; opacity: 0.6}
.list02 .list02_bg .list02_t{position: absolute; top: 0; left: 0; margin: 4% 0 0 240px}
.list02 .list02_bg .list02_t h1{font-size: 28px; color: #333; font-weight: bold; margin-bottom: 20px;}
.list02 .list02_bg .list02_t i{font-size: 24px; color: #d52222; font-style: normal; padding-left: 8px; font-family: 'DisneyEnglish-Bold'}
.list02 .list02_bg .list02_t h3{font-size: 16px; color: #333;}
.list02 .list02_bg .list02_t .gp{width: 180px; height: 40px; margin-top: 20px; position: relative; overflow: hidden}
.list02 .list02_bg .list02_t .gp .gp_con{position: absolute; top: 0; left: 0; margin: -250px 0 0 -140px}
.list02 .list02_con{position: relative; top: -100px;}
.list02 .list02_con:before{content: "" ; display: block; width: 484px; height: 460px; position: absolute; top: 0; right: 0; margin-top: -160px; background: url("../image/ico11.png") no-repeat; z-index: 2}
.list02 .list02_con .list02_text{width: 72%; margin-right: 20%; padding: 80px 100px 120px 240px; border-top-right-radius: 20px; background: #fff;}
.list02 .list02_con .list02_text h1{font-size: 28px; color: #333; font-weight: bold;}
.list02 .list02_con .list02_text h6{font-size: 36px; color: #005bac; margin-bottom: 40px; font-family: 'DisneyEnglish-Bold'}
.list02 .list02_con .list02_text p{font-size: 18px; color: #666; line-height: 1.75;}

.list02 .list02_con .list02_data{background: #fff;}
.list02 .list02_con .list02_data .li{width: 25%; float: left;}
.list02 .list02_con .list02_data .li .ico{display: block; float: none; margin-bottom: 10px;}
.list02 .list02_con .list02_data .li span{font-size: 56px; color: #005bac; line-height: 0.8; font-family: 'DisneyEnglish-Bold'}
.list02 .list02_con .list02_data .li i{font-size: 18px; color: #333; padding-left: 10px; font-style: normal; vertical-align: bottom}

/*----list03----*/
/*.list03{position: relative; padding: 100px 0; background: url("../image/bg09.jpg") no-repeat top; background-size: 100% 454px;}*/
/*.list03 .list03_con{border-radius: 10px; overflow: hidden; position: relative; z-index: 9}*/
/*.list03 .list03_con .li{position: relative; float: left;}*/
/*.list03 .list03_con .li01{width: 40%; height: 100%; position: relative}*/
/*.list03 .list03_con .li01 .img{width: 100%; overflow: hidden}*/
/*.list03 .list03_con .li01 .img img{display: block; width: 100%; float: none; transition: all ease .5s .1s; -webkit-transition: all ease .5s .1s;}*/
/*.list03 .list03_con .li01 .text{width: 100%; height: 50%; position: absolute; top: 50%; left: 50%; background: #fff; padding: 70px 60px;}*/
/*.list03 .list03_con .li01 .text h1{font-size: 26px; color: #1a25ab; font-weight: bold;}*/
/*.list03 .list03_con .li01 .text h6{font-size: 18px; color: #1a25ab; text-transform: uppercase; margin-bottom: 30px; font-family: 'DisneyEnglish-Bold'}*/
/*.list03 .list03_con .li01 .text p{font-size: 16px; color: #666;}*/
/*.list03 .list03_con .li01 .text span{display: block; font-size: 14px; color: #1a25ab; margin-top: 50px;}*/
/*.list03 .list03_con .li01 .text span i{font-size: 18px; padding-left: 2px; transition: all ease .5s; -webkit-transition: all ease .5s;}*/
/*.list03 .list03_con .li01 .text:before{content: ""; display: block; border: 12px solid; border-color: transparent transparent #fff transparent; position: absolute; top: 0; left: 0; margin: -24px 0 0 40px}*/
/*.list03 .list03_con .li01:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}*/
/*.list03 .list03_con .li01:hover .text span i{padding-left: 10px;}*/

/*.list03 .list03_con .li02{width: 60%;}*/
/*.list03 .list03_con .li02 .li_li{width: 66.6666%; display: flex}*/
/*.list03 .list03_con .li02 .li_li:nth-child(2){margin-left: 33.3333%}*/
/*.list03 .list03_con .li02 .li_li .li_left{position: relative; width: 50%; height: 100%; padding: 70px 40px; background: #5c42ac}*/
/*.list03 .list03_con .li02 .li_li .li_left h1{font-size: 22px; color: #fff; font-weight: bold; margin-bottom: 4px;}*/
/*.list03 .list03_con .li02 .li_li .li_left h6{font-size: 17px; color: #fff; text-transform: uppercase; margin-bottom: 30px; font-family: 'DisneyEnglish-Bold'}*/
/*.list03 .list03_con .li02 .li_li .li_left p{font-size: 16px; color: #fff; line-height: 1.5}*/
/*.list03 .list03_con .li02 .li_li .li_left span{display: block; font-size: 14px; color: #fff; margin-top: 50px;}*/
/*.list03 .list03_con .li02 .li_li .li_left span i{font-size: 16px; padding-left: 2px; transition: all ease .5s; -webkit-transition: all ease .5s;}*/
/*.list03 .list03_con .li02 .li_li .li_left:before{content: ""; display: block; border: 12px solid; border-color: transparent transparent transparent #5c42ac; position: absolute; top: 0; right: 0; margin: 40px -24px 0 0; z-index: 2}*/
/*.list03 .list03_con .li02 .li_li .li_right{width: 50%; overflow: hidden}*/
/*.list03 .list03_con .li02 .li_li .li_right img{width: 100%; float: none; display: block; transition: all ease .5s .1s; -webkit-transition: all ease .5s .1s;}*/

/*.list03 .list03_con .li02 .li_li:hover .li_left span i{padding-left: 10px;}*/
/*.list03 .list03_con .li02 .li_li:hover .li_right img{transform: scale(1.1); -webkit-transform: scale(1.1)}*/

/*.list03 #particles-js{width: 100%; height: 100%; position: absolute; top: 0; left: 0}*/
/*canvas{display:block;vertical-align:bottom;}*/

/*----list03----*/
.list03{position: relative; padding: 20px 0 100px 0;}
.list03 .list03_con{width: 92%; margin: 0 auto; overflow: hidden; position: relative; z-index: 9}

.list03 .list03_con .list{margin-right: -2%;}
.list03 .list03_con .list li{width: 31.3333%; margin-right: 2%; float: left; position: relative}
.list03 .list03_con .list li .img{width: 100%; height: 360px; overflow: hidden}
.list03 .list03_con .list li .img img{display: block; width: 100%; float: none; transition: all ease .5s .1s; -webkit-transition: all ease .5s .1s;}

.list03 .list03_con .list li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 120px 60px 0 60px;}
.list03 .list03_con .list li .text h1{font-size: 26px; color: #fff; font-weight: bold; transform: translateY(120px); -webkit-transform: translateY(120px); transition: all ease .5s; -webkit-transition: all ease .5s;}
.list03 .list03_con .list li .text h6{font-size: 18px; color: #fff; text-transform: uppercase; margin-bottom: 30px; transform: translateY(120px); -webkit-transform: translateY(120px); font-family: 'DisneyEnglish-Bold'; transition: all ease .5s; -webkit-transition: all ease .5s;}
.list03 .list03_con .list li .text p{font-size: 16px; color: #fff; opacity: 0; transform: translateY(120px); -webkit-transform: translateY(120px); transition: all ease .5s .1s; -webkit-transition: all ease .5s .1s;}
.list03 .list03_con .list li .text span{display: block; font-size: 14px; color: #fff; margin-top: 50px; opacity: 0; transform: translateY(120px); -webkit-transform: translateY(120px); transition: all ease .5s .2s; -webkit-transition: all ease .5s .2s;}
.list03 .list03_con .list li .text span i{font-size: 18px; padding-left: 2px; transition: all ease .5s; -webkit-transition: all ease .5s;}
.list03 .list03_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list03 .list03_con .list li:hover .text h1{transform: translateY(0); -webkit-transform: translateY(0)}
.list03 .list03_con .list li:hover .text h6{transform: translateY(0); -webkit-transform: translateY(0)}
.list03 .list03_con .list li:hover .text p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list03 .list03_con .list li:hover .text span{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}


/*----list04----*/
.list04{padding: 80px 0 60px 0; overflow: hidden}
.list04 .list04_con{}

.list04 .list04_con .list04_left{width: 45%; margin-right: 5%; }
.list04 .list04_con .list04_left .img{width: 100%; height: 330px; overflow: hidden}
.list04 .list04_con .list04_left .img img{width: 100%;}
.list04 .list04_con .list04_left .t{padding: 20px 20px; background: #f4f4f4}
.list04 .list04_con .list04_left .t h1{font-size: 18px; color: #333; margin-bottom: 10px; font-weight: bold;}
.list04 .list04_con .list04_left .t h6{font-size: 18px; color: #005bac; font-family: 'DisneyEnglish-Bold'}

.list04 .list04_con .list04_right{width: 50%;}
.list04 .list04_con .list04_right .list{}
.list04 .list04_con .list04_right .list li{padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #f0f0f0; position: relative;}
.list04 .list04_con .list04_right .list li:before{content: ""; display: block; width: 0; height: 1px; background: #005bac; position: absolute; bottom: 0; left: 0;  transition: all ease .5s; -webkit-transition: all ease .5s;}
.list04 .list04_con .list04_right .list li h6{font-size: 18px; color: #999; margin-bottom: 8px; font-family: 'novecentowide-book'}
.list04 .list04_con .list04_right .list li h1{font-size: 20px; color: #282828; margin-bottom: 22px;  transition: all ease .5s; -webkit-transition: all ease .5s;}
.list04 .list04_con .list04_right .list li p{font-size: 14px; color: #666; line-height: 1.8}
.list04 .list04_con .list04_right .list li span{display: block; font-size: 15px; color: #999; margin-top: 16px; font-family: 'Montserrat-Light'}
.list04 .list04_con .list04_right .list li span i{display: inline-block; width: 40px; height: 20px; background: url("../image/ico13.png") no-repeat -8px -32px;}

.list04 .list04_con .list04_right .list li:hover:before{width: 100%;}
.list04 .list04_con .list04_right .list li:hover h1{color: #005bac}
.list04 .list04_con .list04_right .list li:hover span{color: #005bac}
.list04 .list04_con .list04_right .list li:hover span i{animation: zy .5s; background: url("../image/ico13.png") no-repeat -8px -2px;}


@keyframes zy {
    0%{transform: translateX(0);}
    25%{transform: translateX(20px);}
    50%{transform: translateX(0);}
    75%{transform: translateX(20px);}
    100%{transform: translateX(0);}
}

@-webkit-keyframes zy {
    0%{transform: translateX(0);}
    25%{transform: translateX(20px);}
    50%{transform: translateX(0);}
    75%{transform: translateX(20px);}
    100%{transform: translateX(0);}
}


/*----list05----*/
.list05{padding: 160px 0; background: url("../image/bg06.jpg") no-repeat; background-size: cover; overflow: hidden}
.list05 .list05_con{}
.list05 .list05_con .list05_left{width: 30%; margin-right: 10%}
.list05 .list05_con .list05_left .title{}
.list05 .list05_con .list05_left .title h1{color: #fff;}
.list05 .list05_con .list05_left .title h6{color: #fff; margin-bottom: 40px;}
.list05 .list05_con .list05_left .title p{font-size: 22px; color: #fff; line-height: 1.6; }

.list05 .list05_con .list05_right{width: 60%;}
.list05 .list05_con .list05_right .li{}
.list05 .list05_con .list05_right .li .li_left{width: 45%; margin-right: 5%; border-radius: 100%; overflow: hidden; background: #e3f5ff; border: 2px solid #fff;}
.list05 .list05_con .list05_right .li .li_left .img{width: 100%; transition: all ease-out .3s .6s; -webkit-transition: all ease-out .3s .6s;}
.list05 .list05_con .list05_right .li .li_left .img img{width: 100%;}
.list05 .list05_con .list05_right .li .txt{width: 50%; padding-top: 120px; transition: all ease-in .3s .8s; -webkit-transition: all ease-in .3s .8s; opacity: 0;}
.list05 .list05_con .list05_right .li .txt h1{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 8px;}
.list05 .list05_con .list05_right .li .txt h6{font-size: 18px; color: #fff; margin-bottom: 40px; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_right .li .txt p{font-size: 15px; color: #fff; line-height: 1.8;}

/*.list05 .list05_con .list05_right .li.slick-active .li_left .img{animation: rt 1s both; animation-delay: .3s; -webkit-animation: rt 1s both; -webkit-animation-delay: .3s;}*/
.list05 .list05_con .list05_right .li.slick-active .txt{animation: rt 1s both; animation-delay: .3s; -webkit-animation: rt 1s both; -webkit-animation-delay: .3s;}


@keyframes rt {
    0%{transform: translateY(40px); opacity: 0;}
    100%{transform: translateY(0); opacity: 1}
}

@-webkit-keyframes zy {
    0%{transform: translateY(40px); opacity: 0;}
    100%{transform: translateY(0); opacity: 1}
}


.list05 .list05_con .list05_right .slick-prev, .list05 .list05_con .list05_right .slick-next{margin-bottom: -40px; background: #fff}
.list05 .list05_con .list05_right .slick-prev{left: 88%}
.list05 .list05_con .list05_right .slick-next{left: 100%; margin-left: -40px}

/*----list06----*/
.list06{position: relative; padding: 140px 0; background: url("../image/bg09.jpg") no-repeat}

.list06 .list06_d{width: 100%; position: absolute; top: 0; left: 0; z-index: 9}
.list06 .list06_d:before{content: ""; display: block; width: 142px; height: 36px; position: absolute; top: 0; left: 0; margin-left: 10%; background: url("../image/ico02.png") no-repeat; transform: rotate(180deg); -webkit-transform: rotate(180deg); background-size: cover}
.list06 .list06_d .down{display: block; width: 17px; height: 26px; position: relative; top: 0; left: 10%; margin: 0 0 0 62px; background: url("../image/ico03.png") no-repeat; background-size: cover}
.list06 .list06_d .down{animation: down_an 3s linear infinite; -webkit-animation: down_an 3s linear infinite; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

.list06 h1{font-size: 32px; color: #fff; font-weight: bold; margin-bottom: 40px;}
.list06 .s_link{width: 160px; font-size: 14px; color: #fff; text-align: center; padding: 16px 0; border: 1px solid #fff; border-radius: 8px;}