/*Created by lk on 2020/06/04.*/

/*----index_right----*/
.index_right{width: 80px; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 10; padding: 20% 30px 0 30px;}
.index_right img{width: 20px; float: none; display: block; margin: 0 auto; position: relative}
.index_right:before{content: ""; display: block; width: 40px; height: 1px; background: #666; position: absolute; bottom: 0; left: 0; margin: 0 0 100% 20px;}
.index_right:after{content: ""; display: block; width: 40px; height: 1px; background: #666; position: absolute; top: 0; left: 0; margin: 80px 0 0 20px;}

/*----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: 700px; height: 100px; position: absolute; left: 50%; top: 0; margin: 24% 0 0 -350px; 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; padding-left: 80px;}

.title{padding-bottom: 40px; position: relative;}
.title h1{font-size: 36px; color: #000; line-height: 36px; font-family: 'DisneyEnglish-Bold'}
.title h1 i{font-size: 18px; color: #000; font-style: normal; font-weight: bold; padding-left: 10px;}

.a_link{position: relative; width: 140px; padding: 8px 0; margin-top: 30px; text-align: center; background: transparent; border: 1px solid #666; border-radius: 20px; overflow: hidden; box-sizing: border-box}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #27923e; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{font-size: 14px; color: #333; font-style: normal; position: relative;  z-index: 2; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover{border: 1px solid #27923e;}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}


/*----list01----*/
.list01{padding: 100px 0; position: relative; overflow: hidden; background: url("../image/c1.jpg") no-repeat bottom;}

.list01 .title .title_right a{height: 30px; line-height: 30px; font-size: 14px; color: #282828; padding-left: 30px; background: url("../image/ico03.png") no-repeat; }

.list01 .list01_con{display: none}
.list01 .list01_con.active{display: block}
.list01 .list01_con .list01_left{width: 50%; padding-right: 5%;}
.list01 .list01_con .list01_left.list01_t{padding-top: 60px;}
.list01 .list01_con .list01_left .line{display: block; width: 50px; height: 3px; background: #27923e; margin-bottom: 20px;}
.list01 .list01_con .list01_left h1{font-size: 22px; color: #333;}
.list01 .list01_con .list01_left h6{font-size: 12px; color: #999; margin-bottom: 30px; font-family: 'Montserrat-Light'}
.list01 .list01_con .list01_left p{font-size: 14px; color: #333; line-height: 28px;}

.list01 .list01_con .list01_right{width: 50%;}
.list01 .list01_con .list01_right .list{padding: 29px 0}
.list01 .list01_con .list01_right .list li{width: 45%; float: left; margin-bottom: 40px;}
.list01 .list01_con .list01_right .list li h1{font-size: 50px; color: #27923e; font-family: 'DisneyEnglish-Bold'}
.list01 .list01_con .list01_right .list li h1 i{font-size: 44px; color: #27923e; font-weight: bold; font-style: normal; font-family: "Microsoft YaHei", "微软雅黑"}
.list01 .list01_con .list01_right .list li h6{font-size: 18px; color: #181818; font-weight: bold; margin-bottom: 8px;}
.list01 .list01_con .list01_right .list li h4{font-size: 14px; color: #666; font-family: 'Montserrat-Light'}
.list01 .list01_con .list01_right .list li:nth-child(2){width: 55%;}
.list01 .list01_con .list01_right .list li:nth-child(4){width: 55%;}

/*----list02----*/
.list02{position: relative; background: #181818; z-index: 2}
.list02 .list{}
.list02 .list li{width: 20%; float: left; padding: 40px 0; background: #181818; text-align: center; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s; cursor: pointer}
.list02 .list li:before{content: ""; display: block; border: 12px solid; border-color: transparent transparent #181818 transparent; position: absolute; top: -12px; left: 50%; margin-left: -12px; opacity: 0; transition: all ease .2s; -webkit-transition: all ease .2s}
.list02 .list li .ico{width: 60px; margin: 0 auto 10px auto}
.list02 .list li .ico img{float: none; display: block;}
.list02 .list li h1{font-size: 18px; color: #fff;}
.list02 .list li p{font-size: 12px; color: #999; font-family: 'Montserrat-Light'}
.list02 .list li span{display: block; width: 100%; height: 18px; background: url("../image/ico04.png") no-repeat; position: absolute; bottom: 0; left: 0; margin-bottom: -58px; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list li:hover{background: #454a50}
.list02 .list li:hover span{opacity: 1}
.list02 .list li:hover:before{top: -24px; opacity: 1; border-color: transparent transparent #9fa1a4 transparent}

/*----list03----*/
.list03{width: 100%; height: 760px; overflow: hidden; position: relative; margin-bottom: 100px;}
.list03 .list03_box{width: 80%; height: 100%;}
.list03 .slick-list{height: 100%; overflow: visible}
.list03 .slick-list .slick-track{height: 100%;}
.list03 .li{position: relative; overflow: hidden}
.list03 .img{width: 100%; height: 100%; position: relative; background-position: center; background-size: cover;}
.list03 .img .txt{position: absolute; bottom: 0; right: 0; width: 370px; height: 100%; padding: 80px 50px; margin: 0 -370px 0 0; background: #fff; opacity: 0; cursor: pointer; transition: all ease .8s .8s; -webkit-transition: all ease .8s .8s; z-index: 9}
.list03 .img .txt:before{content: ""; display: block; width: 280px; height: 280px; background: url("../image/ico12.png") no-repeat; position: absolute; bottom: 0; right: 0;}
.list03 .img .txt h6{font-size: 18px; color: #333; margin-bottom: 80px;}
.list03 .img .txt h4{font-size: 42px; color: #181818; margin-bottom: 20px; text-transform: uppercase; line-height: 42px; font-family: 'DisneyEnglish-Bold'}
.list03 .img .txt h1{font-size: 20px; color: #333; margin-bottom: 20px;}
.list03 .img .txt p{font-size: 13px; color: #333; line-height: 26px;}

.list03 .bg_mark{position: absolute; top: 0; right: 0; width: 20%; height: 100%; background: rgba(0,0,0,.6)}
.list03 .bg_w{_position: absolute; top: 0; right: 0; width: 370px; height: 100%; margin-right: 20%; background: #fff}

.list03 .slick-active .img .txt{margin: 0; opacity: 1}

.list03 .slick-prev, .list03 .slick-next{background: transparent}
.list03 .slick-next{margin-right: -24%}
.list03 .slick-next:before{background: url("../image/next4.png") no-repeat}
.list03 .slick-prev:before{background: url("../image/prev4.png") no-repeat}

/*----list04----*/
.list04{position: relative; overflow: hidden; padding-bottom: 80px;}
.list04 .title .title_right a{height: 30px; line-height: 30px; font-size: 14px; color: #282828; padding-left: 30px; margin-top: 20px; background: url("../image/ico03.png") no-repeat; }

.list04 .list04_con{padding-top: 60px; border-top: 1px solid #f0f0f0}
.list04 .list04_con .list{margin-right: -2%;}
.list04 .list04_con .list li{width: 31.3333%; float: left; margin-right: 2%; margin-bottom: 20px;}
.list04 .list04_con .list li .img{width: 100%; overflow: hidden; position: relative}
.list04 .list04_con .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .img .bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(39,146,62,.6); padding: 80px 100px; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .list li .img .bg h6{font-size: 56px; color: #fff; font-family: 'DisneyEnglish-Bold'}
.list04 .list04_con .list li .img .bg p{font-size: 14px; color: #fff; line-height: 26px;}
.list04 .list04_con .list li .img .bg:before{content: ""; display: block; width: 0; height: 1px; background: #fff; position: absolute; top: 0; left: 0; margin-top: 120px; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_con .list li .txt{padding: 20px 0; text-align: center;}
.list04 .list04_con .list li .txt h1{font-size: 16px; color: #333;}
.list04 .list04_con .list li:hover .img .bg{opacity: 1;}
.list04 .list04_con .list li:hover .img .bg:before{width: 80px;}
.list04 .list04_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

.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}
.list04 .list04_con .list li:nth-child(4){animation-delay: .8s; -webkit-animation-delay: .8s}
.list04 .list04_con .list li:nth-child(5){animation-delay: .9s; -webkit-animation-delay: .9s}
.list04 .list04_con .list li:nth-child(6){animation-delay: 1s; -webkit-animation-delay: 1s}


/*----list05----*/
.list05{position: relative; padding: 80px 0 0 0; overflow: hidden; background: #f0f0f0}
.list05 .list05_con{width: 1500px; float: right; position: relative;}

.list05 .list05_con .title{width: 400px; margin-right: 100px; height: 100%; position: absolute; top: 0; left: 0;}
.list05 .list05_con .title .title_left{padding-top: 40px;}
.list05 .list05_con .title .list{width: 100%; position: absolute; bottom: 0; left: 0; margin-bottom: 100px; border-top: 1px solid #dedede;}
.list05 .list05_con .title .list li{padding: 10px 0 10px 10px; box-sizing: border-box; border-bottom: 1px solid #dedede;}
.list05 .list05_con .title .list li h1{font-size: 16px; color: #333; font-family: "Microsoft YaHei", "微软雅黑"}

.list05 .list05_con .list05_list{width: 1000px;}
.list05 .list05_con .list05_list .li{width: 100%;}
.list05 .list05_con .list05_list .li .img{width: 100%; overflow: hidden}
.list05 .list05_con .list05_list .li .img img{width: 100%; float: none; display: block}

.list05 .list05_con .slick-prev, .list05 .list05_con .slick-next{top: 50%; border-radius: 0}
.list05 .list05_con .slick-prev:before, .list05 .list05_con .slick-next:before{}
.list05 .list05_con .slick-prev{}
.list05 .list05_con .slick-next{}

.list05 .list05_con .slick-dots{right: 100%; width: auto; margin-bottom: 100px; margin-right: 110px; z-index: 9}
.list05 .list05_con .slick-dots li{display: block; width: 400px; height: 57px; padding: 0}
.list05 .list05_con .slick-dots li button{width: 100%; height: 57px;}
.list05 .list05_con .slick-dots li button:before{border-radius: 0; width: auto; height: auto; left: 100%; border: 10px solid; border-color: transparent transparent transparent #999; background: transparent;}

.list05 .list05_con .slick-dots li.slick-active button:before{border: 10px solid; border-color: transparent transparent transparent #27923e;}


/*----list06----*/
.list06{position: relative; width: 100%; padding: 100px 0; overflow: hidden}
.list06 .title{width: 20%;}

.list06 .list06_con{width: 80%; padding-right: 10%;}
.list06 .list06_con .li{padding: 0 20px; position: relative}
.list06 .list06_con .li .img{width: 100%; max-height: 300px; overflow: hidden}
.list06 .list06_con .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list06 .list06_con .li .txt{height: 50px; padding: 22px 0 10px 20px;}
.list06 .list06_con .li .txt h1{font-size: 16px; color: #333;  transition: all ease .4s; -webkit-transition: all ease .4s}
.list06 .list06_con .li .data{width: 140px; position: absolute; bottom: 0; left: 0; background: #fff; margin-bottom: 50px; padding: 10px 20px; border-bottom: 1px solid #f4f4f4; border-left: 1px solid #f4f4f4}
.list06 .list06_con .li .data h6{font-size: 14px; color: #333; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}

.list06 .list06_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list06 .list06_con .li:hover .txt h1{color: #27923e}
.list06 .list06_con .li:hover .data h6{color: #27923e}

.list06 .list06_con .slick-next{margin-top: -40px;}
.list06 .list06_con .slick-prev{left: 100%; margin-top: 20px; margin-left: -50px;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background: #27923e}


/*----list07----*/
.list07{padding: 40px 0; background: #f0f0f0 url("../image/c6.png") no-repeat right}
.list07 .list07_con{width: 31%; padding: 260px 0 220px 9%}
.list07 .list07_con p{font-size: 13px; color: #333; line-height: 36px; margin-top: 60px;}
.list07 .list07_con p i{font-size: 22px; color: #27923e; font-style: normal; font-family: 'DisneyEnglish-Bold'}











