/*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{position: absolute; left: 10%; top: 40%; z-index: 2}
.banner .txt h1{font-size: 32px; letter-spacing: 1px; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,.8); margin-bottom: 4px; transform: translateY(60px); -webkit-transform: translateY(60px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s;}
.banner .txt p{font-size: 24px; color: #fff; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,.8); transform: translateY(60px); -webkit-transform: translateY(60px); opacity: 0; transition: all ease .6s 1s; -webkit-transition: all ease .6s 1s; font-family: 'Montserrat-Light'}

.banner .swiper-slide-active .txt h1{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.banner .swiper-slide-active .txt p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.mark{width: 100%; height: 820px; position: relative;}

.banner .swiper-slide-active .img{animation: zoom 9s linear; -webkit-animation: zoom 9s linear; 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)}
}


/*----content----*/
.content{position: relative; background: #fff; z-index: 3}

.title{padding-bottom: 60px;}
.title .title_left{width: 50%;}
.title .title_left h1{font-size: 22px; color: #333;}
.title .title_left h6{font-size: 14px; color: #999; font-family: 'Montserrat-Light'}
.title .title_right{width: 50%; text-align: right; padding-top: 10px;}
.title .title_right a{display: inline-block; font-size: 14px; color: #333; margin-left: 2px; padding: 6px 20px; border: 1px solid #dedede; transition: all ease .5s; -webkit-transition: all ease .5s}
.title .title_right a.on{background: #d7000f; color: #fff;}
.title .title_right a:hover{background: #d7000f; color: #fff;}

/*----list01----*/
.list01{position: relative; padding: 100px 0; overflow: hidden}
.list01 .w1440{background: #fff; box-shadow: 0 0 14px 5px rgba(0,0,0,.1)}
.list01 .list01_left{width: 50%; margin-left: 5%; padding: 50px 50px 30px 0}
.list01 .list01_left h1{font-size: 20px; color: #333; _font-weight: bold; margin-bottom: 4px;}
.list01 .list01_left h6{font-size: 13px; color: #666; margin-bottom: 20px; font-family: 'novecentowide-book' }
.list01 .list01_left p{font-size: 13px; color: #666; line-height: 28px;}
.list01 .list01_left .link{width: 110px; text-align: center; padding: 4px 10px; margin-top: 30px; border: 1px solid #999; position: relative; overflow: hidden; font-family: 'novecentowide-book' }
.list01 .list01_left .link:before{content: ""; display: block; width: 0; height: 100%; background: #d7000f; position: absolute; top: 0; left: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.list01 .list01_left .link p{font-size: 13px; color: #999; position: relative; z-index: 2; transition: all ease .3s; -webkit-transition: all ease .3s}
.list01 .list01_left .link:hover:before{width: 100%}
.list01 .list01_left .link:hover p{color: #fff;}

.list01 .list01_right{width: 45%; line-height: 0; position: relative}
.list01 .list01_right .list01_video{width: 100%; height: 100%; outline: none}

/*----list02----*/
.list02{position: relative; padding: 80px 0;}

.list02 .list02_con{font-size: 0;}
.list02 .list02_con .li{display: inline-block; width: 31.3333%; margin: 0 1% 20px 1%; margin-bottom: 20px; background: #f0f0f0; border-radius: 2px; vertical-align: top; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .li .txt{padding: 44px 30px 40px 30px; position: relative}
.list02 .list02_con .li .txt h1{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 12px; transition: all ease .3s; -webkit-transition: all ease .3s}
.list02 .list02_con .li .txt h3{font-size: 14px; color: #999; height: 30px; font-family: 'novecentowide-book'; transition: all ease .3s; -webkit-transition: all ease .3s}

.list02 .list02_con .li:hover{background-image: linear-gradient(to right, #d7000f, rgba(251,0,15,.6));}
.list02 .list02_con .li:hover .txt h1{color: #fff}
.list02 .list02_con .li:hover .txt h3{color: #fff;}



/*----list03----*/
.list03{padding: 40px 0 80px 0; position: relative}
.list03 .list{margin-right: -1%}
.list03 .list li{width: 24%; margin-right: 1%; float: left; padding: 10px; background: #f0f0f0; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list li .img{width: 100%; height: 200px; margin-bottom: 10px; overflow: hidden}
.list03 .list li .img img{width: 100%;}

.list03 .list li .t{padding: 0 10px;}
.list03 .list li h1{font-size: 15px; color: #181818; margin-bottom: 14px;}
.list03 .list li h6{font-size: 13px; color: #999; margin-bottom: 10px; font-family: 'novecentowide-book'}
.list03 .list li p{font-size: 13px; color: #666; line-height: 22px;}

.list03 .list li:hover{transform: translateY(-10px); -webkit-transform: translateY(-10px); box-shadow: 3px 3px 8px 3px rgba(0,0,0,.1);}
.list03 .list li:hover .t h1{color: #d7000f}

/*----list04----*/
.list04{padding: 80px 0; margin-bottom: 20px; background: url("../image/img19.jpg") no-repeat center fixed; position: relative;}
.list04 .list{}
.list04 .list li{float: left; box-sizing: border-box}
.list04 .list li .t{transition: all ease .6s; -webkit-transition: all ease .6s}
.list04 .list li .img img{transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list li h1{font-size: 18px; color: #333; margin-bottom: 2px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list li h1 i{font-size: 20px; color: #333; font-style: normal; padding-right: 8px; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list li h6{font-size: 13px; color: #999; margin-bottom: 20px; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list li p{font-size: 13px; color: #666; line-height: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list .li{width: 50%; }
.list04 .list .li .img{width: 50%; height: 250px; overflow: hidden}
.list04 .list .li .img img{width: 100%;}
.list04 .list .li .t{width: 50%; height: 250px; padding: 50px 30px; background: #fff}

.list04 .list .li_i{width: 100%;}
.list04 .list .li_i .img{width: 50%; height: 250px; overflow: hidden}
.list04 .list .li_i .img img{width: 100%;}
.list04 .list .li_i .t{width: 25%; margin-left: 25%; height: 250px; padding: 50px 30px; background: #fff}

.list04 .list .li_ii{width: 100%;}
.list04 .list .li_ii .img{width: 25%; margin-left: 25%; height: 250px; overflow: hidden}
.list04 .list .li_ii .img img{width: 100%;}
.list04 .list .li_ii .t{width: 50%; height: 250px; padding: 40px 50px; background: #fff}


.list04 .list li:hover .t{background: #d7000f}
.list04 .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list04 .list li:hover .t h1{color: #fff;}
.list04 .list li:hover .t h1 i{color: #fff;}
.list04 .list li:hover .t h6{color: #fff;}
.list04 .list li:hover .t p{color: #fff;}



/*----list05----*/
.list05{position: relative; width: 100%; height: 280px; background: url("../image/img16.jpg") no-repeat; background-size: cover; overflow: hidden}
.list05 .li{width: 25%; float: left; margin-top: 100px; text-align: center; position: relative; border-right: 1px solid rgba(255,255,255,.5); z-index: 2}
.list05 .li:nth-child(4){border-right: none}
.list05 .li span{height: 60px; font-size: 50px; color: #fff; margin-top: 10px; font-family: 'novecentowide-book'}
.list05 .li i{font-size: 12px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list05 .li p{font-size: 12px; color: #fff; line-height: 30px}