/*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; background-size: cover}

.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)}
}

.banner .text{width: 50%; position: absolute; top: 0; right: 0; margin: 20% 5% 0 0; color: #fff; z-index: 9; opacity: 0; transform: translateY(40px); -webkit-transform: translateY(40px); transition: all ease .6s .6s; -webkit-transition: all ease .6s .6s}
.banner .text img{float: none; display: block}
.banner .swiper-slide-active .text{opacity: 1; transform: translateY(0); -webkit-transform: translateY(0)}

.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; text-align: center; z-index: 2; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}
.title h1{font-size: 33px; color: #333; font-weight: bold; margin-bottom: 10px;}
.title .line{display: block; width: 54px; height: 2px; background: #1a2ca7; margin: 0 auto}

.a_link{position: relative; display: block; width: 130px; height: 46px; line-height: 46px; margin-top: 40px; background: #1a2ca7; border-radius: 6px; text-align: center; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{display: inline-block; width: 80%; font-size: 14px; color: #fff; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link:hover{width: 160px;}

/*----list01----*/
.list01{position: relative; padding: 100px 0; background: #f5f5f5; overflow: hidden;}
.list01 .list01_con{position: relative;}

.list01 .list01_con .list01_list{width: 86%; margin: 0 auto}
.list01 .list01_con .list01_list .list_con{width: 100%; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}
.list01 .list01_con .list01_list .list_con .li{position: relative; margin: 0 12px; padding: 8px; border-radius: 8px; background: #fff; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .list_con .li h1{font-size: 20px; color: #333; font-weight: bold; text-align: center; padding: 26px 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .list_con .li .img{width: 100%; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; overflow: hidden}
.list01 .list01_con .list01_list .list_con .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .list_con .li .cr{display: block; width: 40px; height: 40px; background: rgba(48,48,48,.85) url("../image/ico02.png") no-repeat center; position: absolute; bottom: 0; right: 0; margin: 0 30px 30px 0; border-radius: 50%; transition: all ease .4s; -webkit-transition: all ease .4s}

.list01 .list01_con .list01_list .list_con .li:hover{background: #1a2ca7}
.list01 .list01_con .list01_list .list_con .li:hover h1{color: #fff;}
.list01 .list01_con .list01_list .list_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list01 .list01_con .list01_list .list_con .li:hover .cr{background: #1a2ca7 url("../image/ico02.png") no-repeat center}

.list01 .list01_con .slick-prev, .list01 .list01_con .slick-next{width: 50px; height: 50px; bottom: 20%; background: #fff; border-radius: 100%; padding: 5px;}
.list01 .list01_con .slick-prev{left: 0; margin-left: 10px;}
.list01 .list01_con .slick-next{left: 100%; margin-left: -60px;}

/*----list02----*/
.list02{position: relative; padding: 120px 0;  overflow: hidden;}
.list02 .list02_left{width: 38.88%; margin-right: 6.12%; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}
.list02 .list02_left .img{width: 100%; overflow: hidden; position: relative; z-index: 2}
.list02 .list02_left .img img{float: none; display: block; width: 100%;}

.list02 .list02_right{width: 55%; padding-top: 30px; position: relative; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02_right h1{font-size: 34px; color: #1a2ca7; font-weight: bold; margin-bottom: 30px;}
.list02 .list02_right h1 i{font-size: 20px; font-style: normal; color: #353535; font-weight: normal; padding-left: 10px; font-family: 'novecentowide-book'}
.list02 .list02_right p{font-size: 14px; color: #333; line-height: 1.8;}


/*----list03----*/
.list03{position: relative; padding: 120px 0 100px 0; background: url("../image/bg02.jpg") no-repeat center fixed; overflow: hidden}
.list03 .list03_video{width: 68%; margin-left: 30%; background: #fff; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .6s; -webkit-animation-delay: .6s}
.list03 .list03_video .li_video{width: 100%;}

.list03 .list03_text{position: absolute; top: 0; left: 0; margin: 60px 0 0 40px; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}
.list03 .list03_text .img img{display: block; float: none}


/*----list04----*/
.list04{padding: 100px 0; position: relative;}
.list04 .c_link{width: 120px; padding: 10px 0; text-align: left; margin-top: 20px; border-radius: 6px; position: relative; overflow: hidden; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .c_link i{position: relative; font-size: 14px; color: #1a2ca7; font-style: normal; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .c_link:before{content: ""; display: block; width: 0; height: 100%; background: #1a2ca7; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .c_link:hover{padding-left: 26px;}
.list04 .c_link:hover i{color: #fff;}
.list04 .c_link:hover:before{width: 100%;}

.list04 .list04_con{display: flex;}
.list04 .list04_con .lf{width: 43.95%; position: relative; cursor: pointer; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}
.list04 .list04_con .lf .img{width: 100%; overflow: hidden}
.list04 .list04_con .lf .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .lf .text{width: 310px; height: 318px; background: #fff; position: absolute; bottom: 0; right: 0; padding: 86px 50px 0 50px;}
.list04 .list04_con .lf .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;}
.list04 .list04_con .lf .text h1{font-size: 24px; color: #1a2ca7; font-weight: bold; margin-bottom: 30px;}
.list04 .list04_con .lf .text p{font-size: 14px; color: #1a2ca7; line-height: 1.8;}

.list04 .list04_con .lr{width: 56.05%;}
.list04 .list04_con .lr .li{position: relative; background: #1a2ca7; cursor: pointer}
.list04 .list04_con .lr .li .img{width: 62%; overflow: hidden}
.list04 .list04_con .lr .li .img img{width: 100%;  transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_con .lr .li .text{position: relative; width: 38%; padding: 86px 50px 0 50px;}
.list04 .list04_con .lr .li .text:before{content: ""; display: block; border: 12px solid; position: absolute; top: 0}
.list04 .list04_con .lr .li .text h1{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 30px;}
.list04 .list04_con .lr .li .text p{font-size: 14px; color: #fff; line-height: 1.8;}
.list04 .list04_con .lr .li .text .c_link i{color: #fff;}
.list04 .list04_con .lr .li .text .c_link:before{background: #fff;}
.list04 .list04_con .lr .li .text .c_link:hover i{color: #1a2ca7;}

.list04 .list04_con .lr .li:nth-child(1){animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04_con .lr .li:nth-child(2){animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .7s; -webkit-animation-delay: .7s}

.list04 .list04_con .lr .li:nth-child(1) .text:before{right: 0; border-color:  transparent transparent transparent #1a2ca7; margin: 40px -24px 0 0;}
.list04 .list04_con .lr .li:nth-child(2) .text:before{left: 0; border-color:  transparent #1a2ca7 transparent transparent; margin: 40px 0 0 -24px;}

.list04 .list04_con .lf:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list04 .list04_con .lr .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}


/*----list05----*/
.list05{position: relative; background: url("../image/bg06.jpg") no-repeat center fixed; overflow: hidden}
.list05:before{content: ""; display: block; width: 100%; height: 100%; background: url("../image/makr_bg.png") repeat; position: absolute; top: 0; left: 0;}
.list05 .list05_con{padding: 120px 0; position: relative; z-index: 2;}
.list05 .list05_con .list05_left{position: absolute; top: 0; left: 0; margin: 10% 0 0 5%; animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .5s; -webkit-animation-delay: .5s}
.list05 .list05_con .list05_right{width: 55%; margin-left: 45%;}
.list05 .list05_con .list05_right .li{width: 50%; float: left; padding: 40px 40px; text-align: center; position: relative; z-index: 2}
.list05 .list05_con .list05_right .li span{font-size: 70px; color: #fff; margin-top: 10px; font-family: 'DisneyEnglish-Bold'}
.list05 .list05_con .list05_right .li i{font-size: 13px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list05 .list05_con .list05_right .li p{font-size: 13px; color: #fff; line-height: 30px;}
.list05 .list05_con .list05_right .li p i{font-style: normal; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_right .li:nth-child(1):before{content: ""; display: block; width: 80%; height: 1px; background: rgba(255,255,255,.6); position: absolute; bottom: 0; left: 0;}
.list05 .list05_con .list05_right .li:nth-child(2):before{content: ""; display: block; width: 80%; height: 1px; background: rgba(255,255,255,.6); position: absolute; bottom: 0; right: 0;}
.list05 .list05_con .list05_right .li:nth-child(2):after{content: ""; display: block; width: 1px; height: 80%; background: rgba(255,255,255,.6); position: absolute; top: 0; left: 0;}
.list05 .list05_con .list05_right .li:nth-child(4):after{content: ""; display: block; width: 1px; height: 80%; background: rgba(255,255,255,.6); position: absolute; bottom: 0; left: 0;}

/*----list06----*/
.list06{position: relative; padding: 100px 0; overflow: hidden}
.list06 .list06_con{}
.list06 .list06_con .list{margin-right: -2.3333%;}
.list06 .list06_con .list li{width: 31%; margin-right: 2.3333%; float: left;}
.list06 .list06_con .list li .img{width: 100%; height: 280px; overflow: hidden}
.list06 .list06_con .list li .img img{width: 100%}
.list06 .list06_con .list li .text{padding: 40px; background: #f2f2f2;}
.list06 .list06_con .list li .text h4{font-size: 14px; color: #1a2ca7; margin-bottom: 20px;}
.list06 .list06_con .list li .text h1{font-size: 22px; color: #333; margin-bottom: 66px;}
.list06 .list06_con .list li .text h6{font-size: 14px; color: #a1a1a1; line-height: 20px; background: url("../image/ico09.png") no-repeat; padding-left: 24px; font-family: 'novecentowide-book'}

.list06 .list06_con .list li:hover .text h1{color: #1a2ca7}
.list06 .list06_con .list li:nth-child(1){animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}
.list06 .list06_con .list li:nth-child(2){animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .5s; -webkit-animation-delay: .5s}
.list06 .list06_con .list li:nth-child(3){animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .6s; -webkit-animation-delay: .6s}