/*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: 50%; top: 0; margin: 14% 0 0 -240px; z-index: 9}



.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 .banner_copy{width: 20px; height: 340px; background: url("../image/t2.png") no-repeat; position: absolute; bottom: 0; right: 0; margin: 0 50px 16% 0; z-index: 9}
.banner .banner_text{width: 20px; height: 240px; background: url("../image/t3.png") no-repeat; position: absolute; bottom: 0; left: 0; margin: 0 0 6% 50px; z-index: 9}

.mark{width: 100%; height: 820px; position: relative;}



/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 40px; text-align: center}
.title h1{font-size: 36px; color: #444; font-weight: 100; margin-bottom: 10px;}
.title h6{font-size: 26px; color: #444; font-weight: 100}

.title .title_right{margin-top: 20px;}
.title .title_right a{display: inline-block; font-size: 14px; color: #666; margin-left: 20px; padding: 4px 10px; }


.a_link{width: 160px; padding: 12px 0; margin: 50px 0 0 0; text-align: center; background: transparent; border: 1px solid #999; box-sizing: border-box; border-radius: 24px; overflow: hidden; position: relative}
.a_link i{font-size: 14px; color: #999; font-style: normal; font-family: 'novecentowide-book'; position: relative; 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; right: 0; background: #006428; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}

/*----list01----*/
.list01{padding: 120px 0 80px 0; position: relative; overflow: hidden;}
.list01 .list01_con{position: relative;}
.list01 .list01_con .list01_list{}
.list01 .list01_con .list01_list .li{position: relative}
.list01 .list01_con .list01_list .li .img{width: 100%; overflow: hidden; border-radius: 2px;}
.list01 .list01_con .list01_list .li .img img{width: 100%; float: none; display: block;}
.list01 .list01_con .list01_list .li .t{padding: 40px 60px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_con .list01_list .li .t h1{font-size: 22px; color: #333; margin-bottom: 20px; transition: all ease .5s; -webkit-transition: all ease .5s}
.list01 .list01_con .list01_list .li .t p{font-size: 14px; color: #999; line-height: 26px; padding-right: 50%;}
.list01 .list01_con .list01_bg{width: 150px; height: 240px; position: absolute; bottom: 0; right: 0; background: url("../image/bg04.jpg") no-repeat; margin: 0 60px 80px 0; box-shadow: 0 0 10px 3px rgba(0,0,0,.1)}

/*----list02----*/
.list02{position: relative; padding: 80px 0; overflow: hidden; background: #eee}
.list02 .list02_list{margin-bottom: 60px; text-align: center}
.list02 .list02_list a{display: inline-block; width: 140px; padding: 10px 4px; margin: 0 10px; font-size: 14px; color: #666; text-align: center; border-radius: 20px; background: #f4f4f4; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_list a:hover{background: #1b813e; color: #fff;}
.list02 .list02_con{width: 92%; margin: 0 auto}
.list02 .list02_con .list{margin-right: -2%;}
.list02 .list02_con .list li{width: 23%; float: left; margin-right: 2%; margin-bottom: 40px;}
.list02 .list02_con .list li .img{width: 100%; overflow: hidden; position: relative}
.list02 .list02_con .list li .img img{width: 100%;}
.list02 .list02_con .list li .img .img_bg{width: 100%; height: 100%; background: rgba(27,129,62,.8); position: absolute; top: 0; left: 0; opacity: 0; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_con .list li .img .img_bg span{display: block; width: 150px; padding: 12px 0; font-size: 13px; color: #999; text-align: center; margin: 42% auto 0 auto; background: #fff;}
.list02 .list02_con .list li .img .img_bg:before{content: ""; display: block; width: 90%; height: 90%; border: 1px solid #fff; position: absolute; top: 0; left: 0; margin: 5% 0 0 5%}
.list02 .list02_con .list li .txt{padding: 30px 0; text-align: center; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_con .list li .txt h1{font-size: 14px; color: #333; transition: all ease .5s; -webkit-transition: all ease .5s}
.list02 .list02_con .list li:hover .img .img_bg{opacity: 1;}
.list02 .list02_con .list li:hover .txt{background: #1b813e}
.list02 .list02_con .list li:hover .txt h1{color: #fff;}

.list02 .list02_con .list li:nth-child(1){animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02_con .list li:nth-child(2){animation-delay: .7s; -webkit-animation-delay: .7s}
.list02 .list02_con .list li:nth-child(3){animation-delay: .8s; -webkit-animation-delay: .8s}
.list02 .list02_con .list li:nth-child(4){animation-delay: .9s; -webkit-animation-delay: .9s}
.list02 .list02_con .list li:nth-child(5){animation-delay: 1s; -webkit-animation-delay: 1s}
.list02 .list02_con .list li:nth-child(6){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}
.list02 .list02_con .list li:nth-child(7){animation-delay: 1.2s; -webkit-animation-delay: 1.2s}
.list02 .list02_con .list li:nth-child(8){animation-delay: 1.3s; -webkit-animation-delay: 1.3s}


/*----list04----*/
.list04{position: relative; padding: 80px 0; overflow: hidden}
.list04 .list04_con{}
.list04 .list04_con .list{margin-left: 60%;}
.list04 .list04_con .list li{width: 20%; margin-left: 5%; float: left; text-align: center; position: relative}
.list04 .list04_con .list li .ico_bg{position: relative; width: 80px; height: 80px; margin: 0 auto 10px auto; padding: 10px; background: #eeeeee; border-radius: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .ico_bg .ico{display: block; width: 60px; height: 60px; margin: 0 auto; transition: all ease .5s; -webkit-transition: all ease .5s}
.list04 .list04_con .list li .ico01{background: url("../image/ico01.png") no-repeat}
.list04 .list04_con .list li .ico02{background: url("../image/ico02.png") no-repeat}
.list04 .list04_con .list li .ico03{background: url("../image/ico03.png") no-repeat}
.list04 .list04_con .list li .ico04{background: url("../image/ico04.png") no-repeat}
.list04 .list04_con .list li h1{font-size: 12px; color: #999; transition: all ease .5s; -webkit-transition: all ease .5s}

.list04 .list04_con .list li.on .ico_bg{background: #1b813e}
.list04 .list04_con .list li.on .ico_bg .ico01{background: url("../image/ico01-1.png") no-repeat}
.list04 .list04_con .list li.on .ico_bg .ico02{background: url("../image/ico02-1.png") no-repeat}
.list04 .list04_con .list li.on .ico_bg .ico03{background: url("../image/ico03-1.png") no-repeat}
.list04 .list04_con .list li.on .ico_bg .ico04{background: url("../image/ico04-1.png") no-repeat}
.list04 .list04_con .list li.on h1{color: #1b813e}

.list04 .list04_bg{width: 100%; height: 700px; margin-top: 60px;  position: relative}
.list04 .list04_bg .bg_b{width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; background-size: cover; background-position: center; transition: all ease 2s; -webkit-transition: all ease 2s}
.list04 .list04_bg .bg_b .txt{position: absolute; top: 0; left: 0; margin: -10% 0 0 0; }
.list04 .list04_bg .bg_b .txt{width: 50%;}
.list04 .list04_bg .bg_b .txt h1{font-size: 36px; color: #444; font-weight: 100; margin-bottom: 10px;}
.list04 .list04_bg .bg_b .txt p{font-size: 14px; color: #999; font-weight: 100; line-height: 30px;}
.list04 .list04_bg .bg_b.active{opacity: 1}

/*----list03----*/
.list03{background: #f9f9f9; position: relative; overflow: hidden}
.list03 .list03_left{width: 40%; padding: 220px 0; position: relative}
.list03 .list03_left h1{font-size: 36px; color: #333; font-weight: 100; margin-bottom: 30px;}
.list03 .list03_left p{font-size: 14px; color: #666; line-height: 26px;}
.list03 .list03_left:before{content: ""; display: block; width: 260px; height: 160px; background: url("../image/ico05.png") no-repeat; position: absolute; bottom: 0; right: 0; margin-bottom: 60px;}

.list03 .list03_right{width: 52%; position: absolute; top: 0; right: 0;}
.list03 .list03_right .img{width: 100%; overflow: hidden}
.list03 .list03_right .img img{width: 100%;}
.list03 .list03_right .txt{width: 30%; height: 100%; padding: 80px 60px; position: absolute; top: 0; right: 0; background: rgba(27,129,62,.8)}
.list03 .list03_right .txt .li{margin-bottom: 40px;}
.list03 .list03_right .txt .li h1{font-size: 60px; color: #fff; font-family: 'DisneyEnglish-Bold'}
.list03 .list03_right .txt .li h1 i{font-size: 18px; line-height: 50px; font-style: normal; vertical-align: top; padding: 4px 0 0 4px;}
.list03 .list03_right .txt .li p{font-size: 14px; color: #fff;}

/*----list05----*/
.list05{position: relative; padding: 80px 0 120px 0; overflow: hidden;}
.list05 .list05_con{}
.list05 .list05_con .list05_left{width: 40%; margin-right: 5%; position: relative}
.list05 .list05_con .list05_left .img{width: 100%; height: 310px; overflow: hidden;}
.list05 .list05_con .list05_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .txt{width: 100%; height: 140px; padding: 20px 30px; background: #f0f0f0}
.list05 .list05_con .list05_left .txt h1{font-size: 16px; color: #333; margin-bottom: 10px;}
.list05 .list05_con .list05_left .txt p{font-size: 14px; color: #666; line-height: 26px;}
.list05 .list05_con .list05_left .txt span{display: block; width: 120px; padding: 12px 0; background: #1b813e; font-size: 28px; color: #fff; text-align: center; font-family: 'DisneyEnglish-Bold'; position: absolute; bottom: 0; right: 0; margin-bottom: 140px;}

.list05 .list05_con .list05_right{width: 55%;}
.list05 .list05_con .list05_right .list{margin-right: -2%; margin-bottom: 50px;}
.list05 .list05_con .list05_right .list li{width: 48%; margin-right: 2%; float: left; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list li .img{width: 100%; height: 210px; overflow: hidden;}
.list05 .list05_con .list05_right .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list li h1{font-size: 14px; color: #333; padding-top: 20px;}

.list05 .list05_con .list05_right .list_t{}
.list05 .list05_con .list05_right .list_t li{box-sizing: border-box; border-top: 1px solid #dedede; padding-top: 20px; margin-top: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list_t li h1{font-size: 14px; color: #333;}
.list05 .list05_con .list05_right .list_t li h6{ font-size: 14px; color: #666; font-family: 'novecentowide-book';}

.list05 .list05_con .list05_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.list05 .list05_con .list05_right .list li:hover{transform: translateY(-20px); -webkit-transform: translateY(-20px)}


/*----app_link----*/
.app_link{padding: 30px 0; background: #006428; text-align: center; position: relative; z-index: 9}
.app_link a{display: inline-block; font-size: 16px; color: #fff; margin: 0 40px; line-height: 60px; padding-left: 80px;}
.app_link .ico01{background: url("../image/ico07.png") no-repeat; background-size: 60px 60px;}
.app_link .ico02{background: url("../image/ico08.png") no-repeat; background-size: 60px 60px;}
.app_link .ico03{background: url("../image/ico09.png") no-repeat; background-size: 60px 60px;}
.app_link .ico04{background: url("../image/ico10.png") no-repeat; background-size: 60px 60px;}
.app_link .ico05{background: url("../image/ico11.png") no-repeat; background-size: 60px 60px;}
