/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{width: 1400px; position: absolute; left: 0; top: 0; margin: 18% 0 0 12%; 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: 3}

.title{padding-bottom: 30px;}
.title h1{font-size: 32px; color: #555657; font-weight: bold; margin-bottom: 10px;}
.title h6{font-size: 20px; color: #555657; width: 100px; font-family: 'times';}
.title span{display: block; width: 40px; height: 3px; background: #d6000f; margin: 20px 0 0 0;}

.a_link{position: relative; width: 84px; padding: 1px 0; margin: 30px 0 0 0}
.a_link i{font-size: 14px; color: #d6000f; line-height: 24px; font-style: normal; position: relative; font-family: 'times'; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link:before{content: ""; display: block; width: 100%; height: 1px; background: #d6000f; position: absolute; bottom: 0; left: 0;}


/*----list01----*/
.list01{position: relative; padding: 160px 0; background: url("../image/bg01.jpg") no-repeat; overflow: hidden}
.list01 .list01_con{padding: 0 40px;}
.list01 .list01_left{width: 50%;}
.list01 .list01_left .list{margin-right: -3%;}
.list01 .list01_left .list li{width: 30.3333%; margin-right: 3%; float: left; position: relative; border-radius: 10px; overflow: hidden;}
.list01 .list01_left .list li .img{width: 100%; overflow: hidden;}
.list01 .list01_left .list li .img img{width: 100%;}
.list01 .list01_left .list li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 20px; background: transparent; transition: all ease .6s; -webkit-transition: all ease .6s;}
.list01 .list01_left .list li .text h1{font-size: 20px; color: #fff; margin-bottom: 10px; transform: translateY(260px); -webkit-transform: translateY(260px); transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_left .list li .text p{font-size: 13px; color: #fff; margin-bottom: 30px; transform: translateY(260px); -webkit-transform: translateY(260px); transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01_left .list li .text span{position: relative; display: block; font-size: 14px; color: #fff; font-family: 'times'; transform: translateY(260px); -webkit-transform: translateY(260px); opacity: 0;; transition: all ease .4s; -webkit-transition: all ease .4s;}


.list01 .list01_right{width: 50%; padding-left: 80px; padding-top: 30px;}
.list01 .list01_right p{font-size: 14px; color: #666; line-height: 2.2;}

.list01 .list01_left .list li:hover .text{background: linear-gradient(to right,rgba(214,0,15,.3),rgba(214,0,15,.5))}
.list01 .list01_left .list li:hover .text h1{transform: translateY(120px); -webkit-transform: translateY(120px); text-align: center}
.list01 .list01_left .list li:hover .text p{transform: translateY(120px); -webkit-transform: translateY(120px); text-align: center}
.list01 .list01_left .list li:hover .text span{transform: translateY(120px); -webkit-transform: translateY(120px); text-align: center; opacity: 1}


/*----list02----*/
.list02{position: relative; padding: 80px 0; overflow: hidden}
.list02 .list02_con{}
.list02 .list02_con .li{}
.list02 .list02_con .li .img{width: 45%; margin-right: 5%;}
.list02 .list02_con .li .img img{float: none; display: block;}

.list02 .list02_con .li .text{width: 45%; padding-top: 60px; position: relative; background: #fff;}
.list02 .list02_con .li .text h1{font-size: 22px; color: #000; font-weight: bold; margin-bottom: 40px;}
.list02 .list02_con .li .text h6{font-size: 14px; color: #666; line-height: 1.6}
.list02 .list02_con .li .text span{position: relative; display: block; width: 84px; font-size: 14px; color: #d6000f; margin-top: 30px; font-family: 'times';}
.list02 .list02_con .li .text span:before{content: ""; display: block; width: 100%; height: 1px; background: #d6000f; position: absolute; bottom: 0; left: 0;}
.list02 .list02_con .li .text:before{content: ""; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; bottom: 0; left: 0; margin-bottom: -50px;}

.list02 .list02_con .slick-prev{left: 0; margin-top: 140px;}
.list02 .list02_con .slick-next{left: 41%; margin-top: 140px; }
.list02 .list02_con .slick-prev:before{content: "PREV"; background: none; font-size: 16px; color: #333; font-family: 'times'; opacity: 0.7}
.list02 .list02_con .slick-next:before{content: "NEXT"; background: none; font-size: 16px; color: #333; font-family: 'times'; opacity: 0.7}

.list02 .list02_con .slick-dots{margin-bottom: 20px; width: 50%; margin-left: 47%;}
.list02 .list02_con .slick-dots li{margin: 0 2px;}


/*----list03----*/
.list03{padding: 80px 0; background: url("../image/bg02.jpg") no-repeat center; overflow: hidden}
.list03 .title{text-align: center}
.list03 .title h6{width: 100%;}
.list03 .title span{margin: 20px auto 0 auto;}

.list03 .map_list{width: 100%; height: 600px; position: relative;}
.list03 .map_list ul{list-style: none}
.list03 .map_list li{width: 40px; height: 40px; position: absolute; cursor: pointer}
.list03 .map_list li span{}
.list03 .map_list li span:before{content: "";  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);  border-radius: 50%;  border: 1px solid #d6000f;  animation-name: circle;  animation-duration: 3s;  animation-timing-function: steps(90);  animation-iteration-count: infinite; animation-delay: 0s;}
.list03 .map_list li span:after{content: "";  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);  border-radius: 50%;  border: 1px solid #d6000f;  animation-name: circle;  animation-duration: 3s;  animation-timing-function: steps(90);  animation-iteration-count: infinite;  animation-delay: 1s;}
.list03 .map_list li span + span:before{animation-delay: 2s; -webkit-animation-delay: 2s}
.list03 .map_list li span + span:after{animation-delay: 3s; -webkit-animation-delay: 3s}
.list03 .map_list li i{display: block; font-size: 13px; color: #333; font-style: normal; text-align: center; padding-top: 36px;}
.list03 .map_list li:nth-child(1){top: 80px; right: 440px}
.list03 .map_list li:nth-child(2){top: 10px; left: 280px}
.list03 .map_list li:nth-child(3){top: -20px; left: 500px;}
.list03 .map_list li:nth-child(4){top: 240px; left: 220px}
.list03 .map_list li:nth-child(5){bottom: 340px; left: 460px}

@keyframes circle {
    0%{width: 0; height: 0; opacity: 1}
    100%{width: 100%; height: 100%; opacity: 0;}
}

@-webkit-keyframes circle {
    0%{width: 0; height: 0; opacity: 1}
    100%{width: 100%; height: 100%; opacity: 0;}
}


/*----list04----*/
.list04{position: relative; padding: 120px 0; overflow: hidden}
.list04 .list04_con{display: flex; height: 600px;}
.list04 .list04_con .item{display: block; flex: 1; padding: 20px 30px; float: left; box-sizing: border-box; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .item:before{content: ""; display: block; width: 1px; height: 100%; background: #f0f0f0; position: absolute; top: 0; left: 0;}
.list04 .list04_con .item:after{content: ""; display: block; width: 4px; height: 30px; background: #d6000f; position: absolute; top: 0; left: 0; margin-top: 20px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04_con .item .text{margin-bottom: 40px;}
.list04 .list04_con .item .text h6{font-size: 14px; color: #999; margin-bottom: 20px; font-family: 'novecentowide-book'}
.list04 .list04_con .item .text h1{font-size: 18px; color: #000; font-weight: bold; margin-bottom: 50px;}
.list04 .list04_con .item .text p{font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 40px;}
.list04 .list04_con .item .text span{position: relative; display: block; width: 84px; font-size: 14px; color: #d6000f; margin-top: 30px; font-family: 'times';}
.list04 .list04_con .item .text span:before{content: ""; display: block; width: 100%; height: 1px; background: #d6000f; position: absolute; bottom: 0; left: 0;}

.list04 .list04_con .item .img{width: 100%; max-height: 280px; overflow: hidden}
.list04 .list04_con .item .img img{width: 100%; float: none; display: block}

.list04 .list04_con .item:hover:after{height: 90px;}
.list04 .list04_con .item:hover{flex: 1.4}

.list04 .list04_con .item:nth-child(1){animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04_con .item:nth-child(2){animation-delay: .7s; -webkit-animation-delay: .7s}
.list04 .list04_con .item:nth-child(3){animation-delay: .8s; -webkit-animation-delay: .8s}


