/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0;}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.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: 24px; color: #181818; font-weight: bold; margin-bottom: 4px;}
.title h6{font-size: 22px; color: #181818; font-weight: bold; font-family: 'Montserrat-Light'}

.a_link{width: 140px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #00872e; position: relative; font-family: 'novecentowide-book'}

/*----list01----*/
.list01{padding: 80px 0 60px 0; overflow: hidden; background: url("../image/c1.jpg") no-repeat center;}
.list01 .list01_con{}
.list01 .list01_con .list{padding: 0 10%;}
.list01 .list01_con .list li{width: 30%; height: 200px; float: left; margin: 30px 0; padding: 30px; box-sizing: border-box; position: relative; cursor: pointer; transition: all .5s; -webkit-transition: all .5s}
.list01 .list01_con .list li h6{font-size: 70px; color: #00872e; font-family: 'DisneyEnglish-Bold'; position: absolute; top: 0; opacity: 0; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_con .list li h1{font-size: 16px; color: #333; margin-bottom: 20px; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_con .list li p{font-size: 14px; color: #999; line-height: 22px;}
.list01 .list01_con .list li .line{display: block; width: 100%; height: 1px; background: #00872e; margin: 40px auto 0 auto;}

.list01 .list01_con .list li:nth-child(even){margin-left: 20%;}
.list01 .list01_con .list li:nth-child(odd){margin-right: 20%; text-align: right;}
.list01 .list01_con .list li:nth-child(odd) h6{left: 0; margin-left: 30px;}
.list01 .list01_con .list li:nth-child(even) h6{right: 0; margin-right: 30px;}

.list01 .list01_con .list li:hover{box-shadow: 0 0 10px 3px rgba(0,0,0,.2); background: #fff;}
.list01 .list01_con .list li:hover h6{top: -40px; opacity: 1}
.list01 .list01_con .list li:hover h1{color: #00872e}

/*----list02----*/
.list02{overflow: hidden; position: relative}
.list02 .list02_top{padding: 220px 0; background: url("../image/c2.jpg") no-repeat center;}
.list02 .list02_top .a_link{margin: 90px 0 0 59%;}
.list02 .list02_con{background: #f0f0f0; padding-bottom: 60px;}
.list02 .list02_con .list02_li .li{padding: 0 5px;}
.list02 .list02_con .list02_li .li .img{width: 100%; overflow: hidden; position: relative}
.list02 .list02_con .list02_li .li .img:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,126,67,.5); position: absolute; top: 0; left: 0; transform: scale(0.3); -webkit-transform: scale(0.3); opacity: 0; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_li .li .img:after{content: ""; display: block; width: 50px; height: 50px; background: url("../image/ico07.png") no-repeat; position: absolute; top: 50%; left: 50%; margin-left: -25px; margin-top: -25px; opacity: 0; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_li .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_li .li .txt{width: 100%; height: 80px; background: #fff; text-align: center; border-top: 1px solid #dedede;}
.list02 .list02_con .list02_li .li .txt h1{font-size: 15px; color: #333; margin-bottom: 4px; padding: 20px 0 0 0}
.list02 .list02_con .list02_li .li .txt h6{font-size: 13px; color: #999;}

.list02 .list02_con .list02_li .li:hover .img:before{transform: scale(1); -webkit-transform: scale(1); opacity: 1}
.list02 .list02_con .list02_li .li:hover .img:after{opacity: 1}
.list02 .list02_con .list02_li .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

.list02 .list02_con .list02_li .li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list02 .list02_con .list02_li .li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02_con .list02_li .li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}
.list02 .list02_con .list02_li .li:nth-child(4){animation-delay: .8s; -webkit-animation-delay: .8s}
.list02 .list02_con .list02_li .li:nth-child(5){animation-delay: .9s; -webkit-animation-delay: .9s}
.list02 .list02_con .list02_li .li:nth-child(6){animation-delay: 1s; -webkit-animation-delay: 1s}

/*----list03----*/
.list03{padding: 100px 0; position: relative; overflow: hidden}
.list03 .w1440:before{content: ""; display: block; width: 100%; height: 1px; background: #f0f0f0; position: absolute; top: 25%; left: 0;}
.list03 .list03_left{width: 40%; margin-right: 5%;}
.list03 .list03_left p{font-size: 14px; color: #999; line-height: 26px;}

.list03 .list03_left .data{margin-top: 30px;}
.list03 .list03_left .data .li{width: 33.3333%; float: left; position: relative; z-index: 2}
.list03 .list03_left .data .li span{font-size: 46px; color: #f39800; margin-top: 10px; font-family: 'DisneyEnglish-Bold'}
.list03 .list03_left .data .li p{font-size: 12px; color: #666; line-height: 30px}

.list03 .list03_right{width: 55%; position: relative}
.list03 .list03_right .img{width: 75%; margin-right: 25%; overflow: hidden;}
.list03 .list03_right .img .video_li{width: 100%; }
.list03 .list03_right .a_link{position: absolute; top: 40%; right: 0;}
.list03 .w1440:hover .list01_right .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list04----*/
.list04{overflow: hidden; position: relative}
.list04 .title{width: 35%; position: absolute; top: 0; left: 0; margin: 80px 0 0 10%; z-index: 9}
.list04 .title h6{margin-bottom: 20px;}
.list04 .title p{font-size: 14px; color: #666; line-height: 22px;}
.list04 .title .a_link{background: #00872e; text-align: center; margin-top: 30px;}

.list04 .list04_list{}
.list04 .list04_list .li{background: #f0f0f0;}
.list04 .list04_list .li .li_left{width: 50%; height: 220px; margin-top: 18%; padding-left: 10%; padding-right: 6%}
.list04 .list04_list .li .li_left .img{width: 100%; height: 220px; overflow: hidden; position: relative; }
.list04 .list04_list .li .li_left .img img{float: none; display: block; width: 100%; position: absolute; top: 0; left: 0; margin-top: -20%}

.list04 .list04_list .li .li_right{width: 50%;}
.list04 .list04_list .li .li_right .img{width: 100%; overflow: hidden}
.list04 .list04_list .li .li_right .img img{width: 100%; float: none; display: block}

.list04 .list04_list .slick-prev, .list04 .list04_con .slick-next{top: 90%; width: 30px; height: 30px;}
.list04 .list04_list .slick-prev:before, .list04 .list04_con .slick-next:before{width: 30px; height: 30px; opacity: .8}
.list04 .list04_list .slick-prev{left: 10%;}
.list04 .list04_list .slick-next{left: 12%;}

/*----list05----*/
.list05{position: relative; padding: 80px 0; border-top: 1px solid #f0f0f0}
.list05 .title{text-align: center}
.list05 .list05_con{}
.list05 .list05_con .list{}
.list05 .list05_con .list li{padding: 40px 0; border-bottom: 1px solid #f0f0f0; background: transparent; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li a{width: 60%; margin: 0 auto}
.list05 .list05_con .list li .data{width: 15%; margin-right: 5%; text-align: right; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .data h6{font-size: 42px; color: #666; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .data h5{font-size: 16px; color: #999; text-align: right; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .txt{width: 80%; padding-right: 10%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .txt h1{font-size: 15px; color: #333; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .txt p{font-size: 13px; color: #666; line-height: 26px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .a_link{margin: 30px auto 0 auto}

.list05 .list05_con .list li:hover{background: #00872e}
.list05 .list05_con .list li:hover .data{transform: translateX(-20px); -webkit-transform: translateX(-20px)}
.list05 .list05_con .list li:hover .data h6{color: #fff;}
.list05 .list05_con .list li:hover .data h5{color: #fff;}
.list05 .list05_con .list li:hover .txt{transform: translateX(-20px); -webkit-transform: translateX(-20px)}
.list05 .list05_con .list li:hover .txt h1{color: #fff;}
.list05 .list05_con .list li:hover .txt p{color: #fff;}

.list05 .list05_con .list li:nth-child(1){animation-delay: .4s; -webkit-animation-delay: .4s}
.list05 .list05_con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list05 .list05_con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}

/*----list06----*/
.list06{padding: 80px 0; border-top: 1px solid #dedede;}
.list06 .list{padding: 0 5%;}
.list06 .list li{width: 33.3333%; float: left;}
.list06 .list li .ico{width: 15%;}
.list06 .list li .ico img{width: 50px; display: block; float: none}
.list06 .list li .txt{width: 85%;}
.list06 .list li .txt h1{font-size: 18px; color: #181818; margin-bottom: 10px;}
.list06 .list li .txt p{font-size: 13px; color: #666;}




