/*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; 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{padding-bottom: 40px; position: relative;}
.title h1{font-size: 34px; color: #333; margin-bottom: 8px; line-height: 32px;}
.title h1 i{font-size: 36px; color: #333; font-style: normal; padding-left: 4px; font-family: 'DisneyEnglish-Bold'}
.title h6{font-size: 13px; color: #999;}


.a_link{position: relative; width: 160px; padding: 12px 0; margin-top: 40px; text-align: center; background: transparent; border: 1px solid #999; border-radius: 24px; box-sizing: border-box; overflow: hidden}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #059b82; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{font-size: 14px; color: #999; font-style: normal; position: relative;  font-family: 'Montserrat-Light'; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover{border: 1px solid #059b82;}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}


/*----list01----*/
.list01{padding: 140px 0 100px 0; position: relative; overflow: hidden;}
.list01:before{content: ""; display: block; width: 100%; height: 53%; background: #f8f8f8; position: absolute; bottom: 0; left: 0;}

.list01 .list01_con{}
.list01 .list01_con .list01_left{width: 50%; margin-right: 8%; padding-top: 60px;}
.list01 .list01_con .list01_left h1{font-size: 30px; color: #444; margin-bottom: 6px;}
.list01 .list01_con .list01_left h6{font-size: 13px; color: #999; font-family: 'novecentowide-book'}
.list01 .list01_con .list01_left .line{display: block; width: 40px; height: 6px; background: #059b82; margin: 60px 0}
.list01 .list01_con .list01_left p{font-size: 14px; color: #616161; line-height: 28px; padding-right: 20px;}

.list01 .list01_con .list01_right{width: 42%; margin-top: -140px; position: relative}
.list01 .list01_con .list01_right:before{content: ""; display: block; width: 50%; height: 100%; background: #059b82; position: absolute; top: 0; left: 0; margin: 40px 0 0 0}
.list01 .list01_con .list01_right .img{width: 100%; padding-left: 40px; position: relative; z-index: 3;}
.list01 .list01_con .list01_right .img img{width: 100%;}

/*----list02----*/
.list02{position: relative; padding: 100px 0; background: url("../image/c2.jpg") no-repeat center fixed; background-size: cover; overflow: hidden}
.list02 .list02_w{width: 94%; margin: 0 auto}
.list02 .list02_w .title{text-align: center}
.list02 .list02_w .title h1{color: #fff;}
.list02 .list02_w .title h1 i{color: #fff;}
.list02 .list02_w .title h6{color: #fff;}
.list02 .list02_w .list02_con{margin-top: 40px;}
.list02 .list02_w .list02_con .list{margin-right: -1%;}
.list02 .list02_w .list02_con .list li{float: left; width: 49%; margin-right: 1%; margin-bottom: 20px; border-radius: 4px; background: #f0f0f0; overflow: hidden; box-sizing: border-box; position: relative}
.list02 .list02_w .list02_con .list li .li_con{position: relative}
.list02 .list02_w .list02_con .list li .li_con .img{margin: 0 auto;}
.list02 .list02_w .list02_con .list li .li_con .img img{width: 100%; float: none; display: block}
.list02 .list02_w .list02_con .list li .li_con .t{width: 100%; position: absolute; bottom: 0; left: 0; margin: 0 0 40px 60px;}
.list02 .list02_w .list02_con .list li .li_con .t h6{font-size: 36px; color: #059b82; font-family: 'DisneyEnglish-Bold'}
.list02 .list02_w .list02_con .list li .li_con .t h1{font-size: 22px; color: #333; margin-bottom: 4px;}
.list02 .list02_w .list02_con .list li .li_con .t p{font-size: 14px; color: #999; font-family: 'novecentowide-book'}

.list02 .list02_w .list02_con .list li .li_mark{width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: #059b82; padding: 120px 80px 0 80px; opacity: 0; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_w .list02_con .list li .li_mark h1{font-size: 26px; color: #fff; margin-bottom: 10px;}
.list02 .list02_w .list02_con .list li .li_mark h6{font-size: 14px; color: #fff; line-height: 32px;}
.list02 .list02_w .list02_con .list li .li_mark span{display: block; width: 100%; height: 1px; background: rgba(255,255,255,.4); margin: 20px 0 30px 0}
.list02 .list02_w .list02_con .list li .li_mark .list{}
.list02 .list02_w .list02_con .list li .li_mark .list li{width: 20%; float: left; background: transparent}
.list02 .list02_w .list02_con .list li .li_mark .list li .img{width: 80px; height: 80px; margin: 0 auto 10px auto; overflow: hidden; border-radius: 100%; border: 4px solid #76d3c3}
.list02 .list02_w .list02_con .list li .li_mark .list li .img img{width: 100%; float: none; display: block;}
.list02 .list02_w .list02_con .list li .li_mark .list li h1{font-size: 13px; color: #fff; text-align: center}

.list02 .list02_w .list02_con .list li:hover .li_mark{height: 100%; opacity: 1}


/*----list03----*/
.list03{width: 100%; padding: 80px 0; position: relative; background: url("../image/c5.jpg") no-repeat center; background-size: cover}
.list03 .list03_con{}
.list03 .list03_con .title{width: 35%; margin-top: 60px;}
.list03 .list03_con .title h1{color: #fff;}
.list03 .list03_con .title h1 i{color: #fff;}
.list03 .list03_con .title h6{color: #fff;}
.list03 .list03_con .title h3{font-size: 28px; color: #fff; margin-top: 40px;}
.list03 .list03_con .title .a_link{border: 1px solid #fff;}
.list03 .list03_con .title .a_link i{color: #fff;}
.list03 .list03_con .title .a_link:before{background: #fff;}

.list03 .list03_con .title .a_link:hover{border: 1px solid #fff;}
.list03 .list03_con .title .a_link:hover i{color: #059b82;}

.list03 .list03_con .list03_list{width: 65%;}
.list03 .list03_con .list03_list .list{margin-right: -2%;}
.list03 .list03_con .list03_list .list li{width: 23%; margin-right: 2%; float: left; margin-bottom: 20px; border-top-left-radius: 6px; border-bottom-right-radius: 6px; overflow: hidden; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .list03_list .list li .img{width: 100%; overflow: hidden}
.list03 .list03_con .list03_list .list li .img img{width: 100%; float: none; display: block}

.list03 .list03_con .list03_list .list li:hover{box-shadow: 3px 3px 10px 3px rgba(0,0,0,.4)}

/*----list04----*/
.list04{padding: 100px 0; position: relative; background: #f9f9f9}
.list04 .list04_con{}
.list04 .list04_con .list{margin-right: -2.3333%}
.list04 .list04_con .list li{width: 31%; height: 270px; float: left; margin-right: 2.3333%; background: #fff; position: relative; overflow: hidden; box-shadow: 0 10px 17px #dedede}
.list04 .list04_con .list li .data{padding: 170px 20px 20px 20px;}
.list04 .list04_con .list li .data h6{width: 100px; font-size: 30px; color: #999; text-align: center; background: #f0f0f0; padding: 14px 20px; margin-bottom: 80px; position: absolute; top: 0; right: 0; z-index: 2; font-family: 'DisneyEnglish-Bold'}
.list04 .list04_con .list li .data h1{font-size: 15px; color: #333; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .data .line{display: block; width: 100%; height: 1px; background: #dedede; margin: 10px 0; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .data p{font-size: 13px; color: #666; line-height: 22px; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .img{width: 100%; height: 275px; overflow: hidden; position: absolute; top: 0; left: 0; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .img img{width: 100%;}

.list04 .list04_con .list li:hover .img{opacity: 1;}
.list04 .list04_con .list li:hover .data h1{color: #fff;}
.list04 .list04_con .list li:hover .data .line{color: #fff;}
.list04 .list04_con .list li:hover .data p{color: #fff;}

.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}