/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; padding: 0 60px;}
.banner .swiper-wrapper{overflow: hidden}
.banner .swiper-wrapper:before{content: ""; display: block; width: 5px; height: 100%; background: url("../image/line.png") no-repeat; position: absolute; top: 0; left: 50%; margin-left: -2px; z-index: 9}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{width: 520px; height: 83px; position: absolute; left: 50%; top: 0; margin: 27% 0 0 -260px; 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 .banner_t{width: 100px; height: 80px; font-size: 62px; color: #fff; position: absolute; top: 0; left: 50%; margin: 21% 0 0 -50px; z-index: 9; font-family: 'novecentowide-book'}

.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: 18px; color: #737373; margin-bottom: 8px; letter-spacing: 1px;}
.title h6{font-size: 56px; color: #404040; font-family: 'DisneyEnglish-Bold'}

.a_link{position: relative; width: 180px; padding: 8px 0; text-align: center; background: transparent; border: 1px solid #fff; box-sizing: border-box}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #c30d23; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{font-size: 18px; color: #fff; font-weight: bold; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover{border: 1px solid #c30d23;}
.a_link:hover:before{width: 100%;}


/*----list01----*/
.list01{padding: 120px 0 40px 0; position: relative; overflow: hidden;}
.list01 .list01_con{}
.list01 .list01_con .list{margin-right:0}
.list01 .list01_con .list li{width: 30%; margin-left: 0.5%; float: left; padding: 580px 0 80px 40px; box-sizing: border-box}
.list01 .list01_con .list li:nth-child(1){width: 38.5%; padding: 160px 160px 100px 60px; float: right}
.list01 .list01_con .list li:nth-child(1) .txt h1{font-size: 22px; color: #3d3636; font-weight: bold; margin-bottom: 30px;}
.list01 .list01_con .list li:nth-child(1) .txt p{font-size: 14px; color: #3d3636; line-height: 26px; }
.list01 .list01_con .list li:nth-child(1) .txt .a_link{text-align: left;  margin-top: 30px; border: none; padding: 12px 0}
.list01 .list01_con .list li:nth-child(1) .txt .a_link i{font-size: 14px; color: #333; font-weight: normal;}
.list01 .list01_con .list li:nth-child(1) .txt .a_link:hover i{padding-left: 50px; color: #fff;}
.list01 .list01_con .list li:nth-child(1) .txt .a_link:hover:before{width: 100%;}

.list01 .list01_con .list li span{display: block; width: 180px; padding: 8px 0; margin-bottom: 20px; text-align: center; font-size: 20px; color: #fff; font-weight: bold; background: #c30d23}
.list01 .list01_con .list li:nth-child(2) span{background: #fff; color: #333;}
.list01 .list01_con .list li:nth-child(2) .a_link:before{background: #fff;}
.list01 .list01_con .list li:nth-child(2) .a_link:hover{border: 1px solid #fff;}
.list01 .list01_con .list li:nth-child(2) .a_link:hover i{color: #333}


/*----list02----*/
.list02{padding: 80px 0 120px 0; position: relative; overflow: hidden}
.list02 .title{text-align: center}

.list02 .list02_link{text-align: center}
.list02 .list02_link a{display: inline-block; font-size: 14px; color: #333; margin: 0 30px; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_link a:before{content: ""; display: block; width: 0; height: 2px; background: #c30d23; position: absolute; top: 0; left: 0; margin: 10px 0 0 -26px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_link a:hover{color: #c30d23}
.list02 .list02_link a:hover:before{width: 20px;}

.list02 .list02_list{width: 1040px; margin: 60px auto 0 auto;}
.list02 .list02_list .li{padding: 0 40px; position: relative; cursor: pointer;}
.list02 .list02_list .li .li_bg{position: relative; border-radius: 10px; overflow: hidden}
.list02 .list02_list .li .li_bg .img{width: 100%; overflow: hidden; position: relative;}
.list02 .list02_list .li .li_bg .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_list .li .li_bg .bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.6);}
.list02 .list02_list .li .li_bg .bg .txt{width: 50%; height: 120px; background: rgba(255,255,255,.8); position: absolute; top: 50%; right: 0; margin-top: 50px; padding: 30px 40px 0 50px; opacity: 0; transform: translateX(200px); -webkit-transform: translateX(200px); transition: all .6s .2s; -webkit-transition: all .6s .2s;}
.list02 .list02_list .li .li_bg .bg .txt h1{font-size: 18px; color: #181818; font-weight: bold; margin-bottom: 10px;}
.list02 .list02_list .li .li_bg .bg .txt a{width: 50px; height: 50px; background: #c30d23; position: absolute; bottom: 0; left: -50px}
.list02 .list02_list .li .li_bg .bg .txt a .ja{display: block; width: 28px; height: 2px; background: #fff; margin: 24px auto 0 auto; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_list .li .li_bg .bg .txt a .ja:before{content: ""; display: block; width: 2px; height: 28px; background: #fff; position: absolute; top: 0; left: 50%; margin: -13px 0 0 -1px}

.list02 .list02_list .li:hover .img img{transform: scale(1.1)}
.list02 .list02_list .li .bg .txt a:hover .ja{transform: rotateZ(180deg)}

.list02 .list02_list .slick-list{overflow: inherit}
.list02 .list02_list .slick-prev{left: -20px; background: #dedede;}
.list02 .list02_list .slick-next{right: -20px; background: #dedede}
.list02 .list02_list .li.slick-active .bg{background: rgba(0,0,0,0)}
.list02 .list02_list .li.slick-active .bg .txt{opacity: 1; transform: translateX(0);}


/*.list02 .list02_con{position: relative;}*/
/*.list02 .list02_con .slick-list{overflow: visible; transition: all ease .6s .1s; -webkit-transition: all ease .6s .1s}*/
/*.list02 .list02_con .li{position: relative; padding: 0 80px; transition: all ease .6s; -webkit-transition: all ease .6s}*/
/*.list02 .list02_con .li a{position: relative; overflow: hidden; transition: all ease .6s; -webkit-transition: all ease .6s}*/
/*.list02 .list02_con .li .img{border-radius: 20px; overflow: hidden}*/
/*.list02 .list02_con .li .img img{width: 100%;}*/
/*.list02 .list02_con .li .txt{width: 100%; height: 60px; padding: 20px 0 20px 40px; background: #fff; transition: all ease .6s .1s; -webkit-transition: all ease .6s .1s}*/
/*.list02 .list02_con .li .txt h1{font-size: 20px; color: #333;}*/

/*.list02 .list02_con .list02_list{overflow: hidden; padding-top: 100px;}*/
/*.list02 .list02_con .li_center{position: relative; z-index: 9}*/
/*.list02 .list02_con .li_left{width: 1200px; position: absolute; top: 0; left: -96%;}*/
/*.list02 .list02_con .li_right{width: 1200px; position: absolute; top: 0; right: -96%;}*/

/*.list02 .list02_con .li_left button{display: none; opacity: 0;}*/
/*.list02 .list02_con .li_right button{display: none; opacity: 0;}*/

/*.slider-track{-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);}*/
/*.list02 .list02_con .li .img img {-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); transform: scale(1.2);}*/
/*.list02 .list02_con .li.slick-active .img img {-webkit-transform: scale(1); transform: scale(1);}*/

/*.list02 .list02_con .list02_list .list02_li:hover .slick-list{transform: translateY(-40px); -webkit-transform: translateY(-40px)}*/


/*----list03----*/
.list03{padding: 160px 0; position: relative;  overflow: hidden}
.list03 .list03_con{}
.list03 .list03_con .list03_left{width: 20%; margin-right: 4%;}

.list03 .list03_con .list03_right{width: 76%; position: relative}
.list03 .list03_con .list03_right:before{content: ""; display: block; width: 1px; height: 100%; background: #f0f0f0; position: absolute; top: 0; left: 0; margin-left: 4%;}
.list03 .list03_con .list03_right .list{}
.list03 .list03_con .list03_right .list li{margin-bottom: 40px; padding: 20px 0 20px 50px; margin-left: 8%; margin-right: 4%; box-sizing: border-box; position: relative; border-radius: 10px; background: transparent; cursor: pointer; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list03_right .list li:before{content: ""; display: block; width: 7px; height: 7px; background: #dedede; border-radius: 100%; position: absolute; top: 0; left: 0; margin: 42px 0 0 -47px; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list03_right .list li span{content: ""; display: block; width: 13px; height: 13px; background: transparent; border: 1px solid #c30d23; border-radius: 100%; position: absolute; top: 0; left: 0; margin: 38px 0 0 -51px; transform: scale(0.8); -webkit-transform: scale(0.8); visibility: hidden; transition: all ease .2s; -webkit-transition: all ease .2s}
.list03 .list03_con .list03_right .list li .ico{width: 40px; height: 40px; margin-right: 20px; margin-top: 6px; background: #dedede; border-radius: 100%; overflow: hidden; position: relative; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list03_right .list li .ico img{width: 40px; height: 40px; float: none; display: block; margin-bottom: 4px; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list03_right .list li .ico .img_on{position: absolute; top: 0; left: 0; opacity: 0;}

.list03 .list03_con .list03_right .list li .txt{width: 92%;}
.list03 .list03_con .list03_right .list li .txt h1{font-size: 20px; color: #181818; margin-bottom: 4px; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list03_right .list li .txt p{font-size: 14px; color: #999; transition: all ease .6s; -webkit-transition: all ease .6s}

.list03 .list03_con .list03_right .list li:hover{background: #c30d23}
.list03 .list03_con .list03_right .list li:hover:before{background: #c30d23}
.list03 .list03_con .list03_right .list li:hover span{visibility: visible; transform: scale(1); -webkit-transform: scale(1)}
.list03 .list03_con .list03_right .list li:hover .ico{background: #fff;}
.list03 .list03_con .list03_right .list li:hover .ico .img_on{opacity: 1}
.list03 .list03_con .list03_right .list li:hover .txt h1{color: #fff;}
.list03 .list03_con .list03_right .list li:hover .txt p{color: #fff;}


/*----list04----*/
.list04{position: relative; padding: 100px 0; overflow: hidden; background: url("../image/c8.jpg") no-repeat center; background-size: cover}

.list04 .list04_con{margin-top: 50px; padding: 0 50px;}
.list04 .list04_left{width: 50%; margin-right: 5%; position: relative}
.list04 .list04_left .t{}
.list04 .list04_left .t h1{font-size: 22px; color: #333; font-weight: bold; margin-bottom: 30px;}
.list04 .list04_left .t p{font-size: 14px; color: #666; line-height: 24px;}
.list04 .list04_left .t .a_link{text-align: left;  margin-top: 30px; border: none; padding: 12px 0}
.list04 .list04_left .t .a_link i{font-size: 14px; color: #333; font-weight: normal;}
.list04 .list04_left .t .a_link:hover i{padding-left: 50px; color: #fff;}
.list04 .list04_left .t .a_link:hover:before{width: 100%;}

.list04 .list04_right{width: 45%;}
.list04 .list04_right .img{width: 100%; overflow: hidden; border-radius: 10px;}
.list04 .list04_right .img img{width: 100%;}


/*----list05----*/
.list05{position: relative; padding: 80px 0; overflow: hidden}
.list05 .title{text-align: center}
.list05 .list05_con{}
.list05 .list05_con .list{margin-right: -3.3333%}
.list05 .list05_con .list li{width: 30%; margin-right: 3.3333%; float: left; background: #f5f5f5}
.list05 .list05_con .list li .li_con{position: relative; overflow: hidden}
.list05 .list05_con .list li .li_con .t{padding: 80px 40px; position: relative; z-index: 2}
.list05 .list05_con .list li .li_con .t h6{font-size: 20px; color: #666; margin-bottom: 20px; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .li_con .t h6 i{font-size: 14px; font-style: normal; padding-left: 4px;}
.list05 .list05_con .list li .li_con .t h1{font-size: 16px; color: #333; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .li_con .t p{font-size: 14px; color: #999; line-height: 22px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .li_con .img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transform: scale(0.6); -webkit-transform: scale(0.6); transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .li_con .img:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.4)}
.list05 .list05_con .list li .li_con .img img{width: 100%; float: none; display: block}
.list05 .list05_con .list li .d{padding: 30px 0 30px 30px; border-top: 1px solid #dedede; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li .d h3{font-size: 14px; color: #999; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list li:hover .li_con .img{opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1)}
.list05 .list05_con .list li:hover .li_con .t h6{color: #fff;}
.list05 .list05_con .list li:hover .li_con .t h1{color: #fff;}
.list05 .list05_con .list li:hover .li_con .t p{color: #fff;}
.list05 .list05_con .list li:hover .d{padding: 30px 0 30px 40px;}
.list05 .list05_con .list li:hover .d h3{color: #c30d23}

.list05 .list05_con .list li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list05 .list05_con .list li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list05 .list05_con .list li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}

/*----list06----*/
.list06{position: relative; width: 100%; height: 330px; background: url("../image/c9.jpg") no-repeat; background-size: cover; overflow: hidden}
.list06 .li{width: 25%; float: left; margin-top: 120px; text-align: center; position: relative; z-index: 2}
.list06 .li span{height: 60px; font-size: 50px; color: #fff; margin-top: 10px; font-family: 'novecentowide-book'}
.list06 .li i{font-size: 12px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list06 .li p{font-size: 12px; color: #fff; line-height: 30px}