/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; overflow: hidden}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .banner_arrow{width: 140px; height: 164px; background: url("../image/ico05.png") no-repeat; position: absolute; right: 0; bottom: 0; margin: 0 60px 60px 0; z-index: 9}

.banner .swiper-slide video{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; object-fit:cover;}
.banner .swiper-slide .mask{width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; padding-top: 20%; background: rgba(0,0,0,.2) url("../image/makr_bg.png") repeat; z-index: 9}

.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: 40px; text-align: center}
.title h1{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 6px;}
.title h1 i{font-size: 14px; color: #999; padding-left: 6px; font-weight: normal; font-style: normal; font-family: 'Montserrat-Light'; }


/*----list01----*/
.list01{position: relative; padding: 80px 0;}
.list01 .list01_con{}
.list01 .list01_con .list{margin-right: -1%;}
.list01 .list01_con .list li{width: 24%; margin-right: 1%; float: left; margin-bottom: 1%; position: relative}
.list01 .list01_con .list li .img{width: 100%; overflow: hidden}
.list01 .list01_con .list li .img img{width: 100%; transition: all ease .6s; -webkit-transition: all ease .6s}
.list01 .list01_con .list li .txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: all ease .6s; -webkit-transition: all ease .6s}
.list01 .list01_con .list li .txt h1{display: block; width: 100px; font-size: 16px; color: #fff; background: #c30e23; text-align: center; padding: 10px 30px; margin: 28% auto 0 auto; transform: translateY(20px); -webkit-transform: translateY(20px); transition: all ease .6s; -webkit-transition: all ease .6s}
.list01 .list01_con .list li .txt:hover{opacity: 1}
.list01 .list01_con .list li:hover .txt h1{transform: translateY(0); -webkit-transform: translateY(0);}

.list01 .list01_con .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----list02----*/
.list02{position: relative; background: url("../image/img01.jpg") no-repeat right; overflow: hidden}
.list02 .w{height: 800px;}
.list02 .list02_left{width: 50%; height: 100%; background: #c30e23; padding: 14% 8% 0 8%; text-align: center}
.list02 .list02_left h1{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 4px}
.list02 .list02_left h6{font-size: 14px; color: #fff; margin-bottom: 50px; font-family: 'Montserrat-Light';}
.list02 .list02_left p{font-size: 14px; color: #fff; line-height: 30px;}
.list02 .list02_left .a_link{margin: 40px auto 0 auto}

.list02 .list02_right{width: 50%;}
.list02 .list02_right .list02_data{width: 50%; height: 200px; background: rgba(0,0,0,.6); position: absolute; right: 0; bottom: 0;}
.list02 .list02_right .list02_data .li{width: 33.3333%; float: left; margin-top: 50px; text-align: center; position: relative; z-index: 2}
.list02 .list02_right .list02_data .li span{height: 60px; font-size: 50px; color: #fff; margin-top: 10px; font-family: 'Montserrat-Light';}
.list02 .list02_right .list02_data .li i{font-size: 12px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list02 .list02_right .list02_data .li p{font-size: 12px; color: #fff; line-height: 30px}

/*----list03----*/
.list03{padding: 80px 0}

.list03 .list03_con{}
.list03 .list03_con .list{margin-right: -1%;}
.list03 .list03_con .list li{width: 24%; float: left; margin-right: 1%; padding: 80px 30px; border: 1px solid #dedede; box-sizing: border-box; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list li h1{font-size: 16px; color: #181818; margin-bottom: 10px; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list li h6{font-size: 12px; color: #999; font-family: 'Montserrat-Light'; margin-bottom: 10px; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list li p{font-size: 13px; color: #333; line-height: 26px; transition: all ease .6s; -webkit-transition: all ease .6s}
.list03 .list03_con .list li span{position: relative; display: block; width: 100%; height: 1px; background: #dedede; margin-top: 30px; transition: all ease .6s; -webkit-transition: all ease .6s}

.list03 .list03_con .list li:hover{background: #c30e23;}
.list03 .list03_con .list li:hover h1{color: #fff;}
.list03 .list03_con .list li:hover h6{color: #fff;}
.list03 .list03_con .list li:hover p{color: #fff;}

/*----list04----*/
.list04{padding: 80px 0; position: relative;}
.list04 .list04_con{}
.list04 .list04_con .li{width: 100%; overflow: hidden}
.list04 .list04_con .li img{width: 100%;}

.list04 .list04_txt{width: 700px; padding: 80px 60px; background: rgba(255,255,255,.8); position: absolute; top: 30%; left: 50%; margin-left: -350px;}
.list04 .list04_txt p{font-size: 14px; color: #282828; line-height: 28px; text-align: center}

.list04 .list04_con .slick-prev, .list04 .list04_con .slick-next{background: rgba(255,255,255,.6)}
.list04 .list04_con .slick-prev{left: 10%;}
.list04 .list04_con .slick-next{right: 10%;}

/*----list05----*/
.list05{width: 100%;  padding: 20px 0 80px 0; background: url("../image/img03.jpg") no-repeat bottom; }

.list05 .list05_left{width: 50%; background: #c30e23; padding: 82px 50px}
.list05 .list05_left h1{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 20px}
.list05 .list05_left p{font-size: 13px; color: #fff; line-height: 24px}


.list05 .list05_right{width: 50%; background: #fff; padding: 60px 30px 21px 30px; border: 1px solid #dedede}
.list05 .list05_right .list{list-style: none; margin-right: -1%}
.list05 .list05_right .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 40px; position: relative;  cursor: pointer}
.list05 .list05_right .list li img{width: 100%; display: block; float: none; transition: all .4s; -webkit-transition: all .4s;}
.list05 .list05_right .list li p{font-size: 12px; color: #333; text-align: center; margin-top: 6px}
.list05 .list05_right .list li:hover img{box-shadow: 1px 1px 10px 2px rgba(0,0,0,.08)}

.a_link{position: relative; width: 140px; padding: 8px 0; text-align: center; border: 1px solid #fff; margin: 40px 0 0 0}
.a_link:before{content: ""; display: block; width: 0; height: 100%; background: #fff; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link i{font-size: 13px; color: #fff; line-height: 24px; font-style: normal; position: relative; z-index: 2; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link:hover:before{width: 100%}
.a_link:hover i{color: #c30e23}










