/*Created by lk on 2019/4/15.*/

/*----banner----*/
.banner{width: 100%; height: 800px; position: fixed; top: 0; overflow: hidden}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{width: 600px; position: absolute; top: 25%; right: 5%;}
.banner .txt2{left: 10%; top: 25%}
.banner .txt h3{margin-bottom: 4px; transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; transition: all ease .4s .8s; -webkit-transition: all ease .4s .8s}
.banner .txt h3 img{display: block; float: none}
.banner .txt h4{margin-left: 100px; transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; transition: all ease .4s 1.2s; -webkit-transition: all ease .4s 1.2s}
.banner .txt h4 img{display: block; float: none}

.banner .swiper-slide-active .txt h3{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .txt p{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .txt h4{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}

.mark{width: 100%; height: 100%; position: relative;}

.swiper-pagination{width: 160px; font-size: 24px; color: #fff; bottom: 0; left: 10%; margin-bottom: 16px }
.swiper-pagination-current{position: relative; padding-left: 18px; padding-right: 5px; font-family: 'novecentowide-book'}
.swiper-pagination-current:before{content: "0"; display: block; font-size: 24px; color: #fff; position: absolute; top: 0; left: 0}
.swiper-pagination-total{position: relative; margin-left: 4px; padding-left: 18px; font-family: 'novecentowide-book'}
.swiper-pagination-total:before{content: "0"; display: block; font-size: 24px; color: #fff; position: absolute; top: 0; left: 0}


/*--------content--------*/
.content{width: 100%; position: relative; background: #383838; z-index: 2}

.title{text-align: left; padding: 60px 0 40px 0; overflow: hidden}
.title h3{font-size: 22px; color: #dedede; margin-bottom: 2px; font-family: 'Montserrat-Light';}
.title p{font-size: 16px; color: #999;}
.title span{display: block; width: 40px; height: 1px; background: #ec0200; margin: 20px 0 0 0}

.mark_bg{width: 100%; height: 100%; background: url("../image/makr_bg.png") repeat; position: absolute; top: 0; left: 0; z-index: 1}

/*----list01----*/
.list01{width: 100%; position: relative; padding-bottom: 100px; background: url("../image/bg03.jpg") no-repeat fixed; background-size: cover; overflow: hidden}
.list01 .w1200{width: 80%; margin: 0 auto; position: relative; z-index: 3}

.list01 .title_right{width: 50%; padding-top: 20px}
.list01 .title_right .t_link{padding: 5px 20px; float: right; font-size: 13px; color: #fff; text-align: center; }
.list01 .title_right .span9{display: block; float: right; width: 1px; height: 14px; margin: 8px 0 0 0; background: #999;}
.list01 .title_right .t_link:hover{color: #ec0200}


.list01 .list01_con{position: relative}
.list01 .list01_con .ul{list-style: none; margin-right: -1%}

.list01 .list01_con .ul li{position: relative; width: 24%; margin-right: 1%; float: left; margin-bottom: 20px; transform: translateY(60px); -webkit-transform: translateY(60px); opacity: 0}
.list01 .list01_con .ul li:nth-child(1){transition: all ease .6s 1.1s; -webkit-transition: all ease .6s 1.1s; animation-delay: .3s;}
.list01 .list01_con .ul li:nth-child(2){transition: all ease .6s 1.2s; -webkit-transition: all ease .6s 1.2s; animation-delay: .4s;}
.list01 .list01_con .ul li:nth-child(3){transition: all ease .6s 1.3s; -webkit-transition: all ease .6s 1.3s; animation-delay: .5s;}
.list01 .list01_con .ul li:nth-child(4){transition: all ease .6s 1.4s; -webkit-transition: all ease .6s 1.4s; animation-delay: .6s;}
.list01 .list01_con .ul li:nth-child(5){transition: all ease .6s 1.5s; -webkit-transition: all ease .6s 1.5s; animation-delay: .7s;}
.list01 .list01_con .ul li:nth-child(6){transition: all ease .6s 1.6s; -webkit-transition: all ease .6s 1.6s; animation-delay: .8s;}
.list01 .list01_con .ul li:nth-child(7){transition: all ease .6s 1.7s; -webkit-transition: all ease .6s 1.7s; animation-delay: .9s;}
.list01 .list01_con .ul li:nth-child(8){transition: all ease .6s 1.8s; -webkit-transition: all ease .6s 1.8s; animation-delay: 1s;}
.list01 .list01_con .ul li .img{width: 100%; background: rgba(0,0,0,.6); overflow: hidden; transition: all ease .5s; -webkit-transition: all ease .5s;}
.list01 .list01_con .ul li .img img{width: 100%}
.list01 .list01_con .ul li .txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0}
.list01 .list01_con .ul li .txt .txt_bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fd0200; opacity: 0; transform: scale(0.5); -webkit-transform: scale(0.5); transition: all ease .5s; -webkit-transition: all ease .5s;}
.list01 .list01_con .ul li .txt .text{position: relative; text-align: center; padding-top: 24%}
.list01 .list01_con .ul li .txt .text h3{font-size: 16px; color: #fff; opacity: 0; transition: all ease .6s .1s; -webkit-transition: all ease .6s .1s;}
.list01 .list01_con .ul li .txt .text .line{display: block; width: 30px; height: 1px; background: rgba(255,255,255,.4); margin: 5px auto 10px auto; opacity: 0; transition: all ease .6s .1s; -webkit-transition: all ease .6s .1s;}
.list01 .list01_con .ul li .txt .text p{font-size: 13px; color: rgba(255,255,255,.5); margin-top: 60px; opacity: 0; transition: all ease .6s .1s; -webkit-transition: all ease .6s .1s;}
.list01 .list01_con .ul li .txt .text .p_link{display: block; width: 100px; line-height: 26px; margin: 30px auto 0 auto; border: 1px solid rgba(255,255,255,.5); font-size: 12px; color: #fff; text-align: center; border-radius: 12px; opacity: 0; transition: all ease .6s .1s; -webkit-transition: all ease .6s .1s;}

.list01 .list01_con .ul li:hover .img{transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0}
.list01 .list01_con .ul li:hover .txt .txt_bg{transform: scale(1.05); -webkit-transform: scale(1.05); opacity: 1}
.list01 .list01_con .ul li:hover .txt .text h3{opacity: 1}
.list01 .list01_con .ul li:hover .txt .text .line{opacity: 1}
.list01 .list01_con .ul li:hover .txt .text p{margin-top: 0; opacity: 1}
.list01 .list01_con .ul li:hover .txt .text .p_link{opacity: 1}


/*----list02----*/
.list02{width: 100%; position: relative; background-size: cover; overflow: hidden}
.list02 .list02_bg{width: 100%; height: 1280px; background: url("../image/bg05.jpg") no-repeat 50% 0 fixed; position: absolute; top: 0; left: 0}
.list02 .list02_con{padding: 160px 0}
.list02 .list02_con .list02_left{width: 50%; padding: 80px 60px 0 0}
.list02 .list02_con .list02_left h3{font-size: 24px; color: #fff; margin-bottom: 30px}
.list02 .list02_con .list02_left h3 b{font-size: 14px; font-weight: normal; padding-left: 6px; font-family: 'novecentowide-book'}
.list02 .list02_con .list02_left p{font-size: 13px; color: #fff; line-height: 24px;}
.list02 .list02_con .list02_left .link{width: 120px; height: 32px; position: relative; margin-top: 40px; line-height: 32px; text-align: center; border: 1px solid transparent; box-sizing: border-box; border-radius: 20px; overflow: hidden}
.list02 .list02_con .list02_left .link h3{font-size: 12px; color: #fff; position: relative; font-weight: normal; font-family: 'novecentowide-book'; z-index: 2}
.list02 .list02_con .list02_left .link i{font-size: 16px; margin-left: 6px; opacity: 1; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list02_left .link span{display: block; width: 100%; height: 100%; background: #ec0200; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s; z-index: 1}

.list02 .list02_con .list02_right{width: 50%; position: relative}
.list02 .list02_con .list02_right .img_c{width: 100%; overflow: hidden; position: relative; z-index: 2}

.list02 .list02_con .list02_left .link:hover{border: 1px solid #ec0200}
.list02 .list02_con .list02_left .link:hover h3{color: #fff}
.list02 .list02_con .list02_left .link:hover i{margin-left: 8px; opacity: 1; color: #fff}
.list02 .list02_con .list02_left .link:hover span{width: 0}


/*----list02_bg----*/
.list02_bg{width: 100%; height: 300px; position: relative; background: #000}
.list02_bg .list02_img{width: 100%; height: 100%}
.list02_bg .list02_img .w1200{width: 90%}

.list02_bg .list02_img .li{width: 25%; float: left; margin-top: 120px; text-align: center; position: relative; z-index: 2}
.list02_bg .list02_img .li span{height: 60px; font-size: 50px; color: #fff; margin-top: 10px; font-family:'novecentowide-book'}
.list02_bg .list02_img .li i{font-size: 12px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list02_bg .list02_img .li p{font-size: 12px; color: #fff; line-height: 30px}


/*----list03----*/
.list03{position: relative; padding: 40px 0 60px 0; background: url("../image/bg04.jpg") no-repeat fixed; background-size: cover}
.list03 .list03_con{margin: 60px 0; padding: 40px 40px 20px 40px; background: rgba(0,0,0,.4); position: relative; z-index: 3}
.list03 .list03_con .img{width: 40%; padding-bottom: 20px; position: relative}
.list03 .list03_con .img img{width: 100%; position: relative; z-index: 2}
.list03 .list03_con .img span{content: ""; display: block; width: 60%; height: 60%; background: #ec0200; position: absolute; right: 0; bottom: 0; margin: 0 -20px -20px 0; z-index: 1}
.list03 .list03_con .txt{width: 60%; padding: 30px 20px 0 80px; position: relative}
.list03 .list03_con .txt:before{content: ""; display: block; width: 60px; height: 1px; background: #777; position: absolute; top: 0; left: 0; margin-top: 66px}
.list03 .list03_con .txt h3{font-size: 28px; padding-top: 20px; padding-bottom: 10px; color: #fff; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_con .txt h4{font-size: 15px; color: #fff; margin-bottom: 40px}
.list03 .list03_con .txt p{font-size: 12px; color: #999; line-height: 26px}

.list03 .list03_con:hover .txt h3{font-size: 46px; padding-top: 10px}

.list03_con .slick-prev, .list03_con .slick-next{background: rgba(255,255,255,.2)}


/*----list04----*/
.list04{position: relative; padding: 30px 0 120px 0; background: url("../image/bg02.jpg") no-repeat 50% 0 fixed; overflow: hidden}
.list04:before{content: ""; display: block; width: 100%; height: 1px; background: #555; position: absolute; top: 50%; left: 0; margin: -4px 0 0 0; z-index: 2}
.list04 .w1200{position: relative; z-index: 3}

.list04 .list04_con{width: 100%; margin-top: 80px; margin-bottom: 80px;}
.list04 .list04_con .list04_ul .li{padding: 0 20px; animation-delay: .3s;}
.list04 .list04_con .list04_ul .li:nth-child(2){animation-delay: .4s;}
.list04 .list04_con .list04_ul .li:nth-child(3){animation-delay: .5s;}
.list04 .list04_con .list04_ul .li .data{margin-bottom: 60px; position: relative; text-align: center}
.list04 .list04_con .list04_ul .li .data h4{font-size: 26px; color: #e0e0e0; font-family: 'novecentowide-book'; transition: all .4s; -webkit-transition: all .4s}
.list04 .list04_con .list04_ul .li .data:before{content: ""; display: block; width: 10px; height: 10px; border: 1px solid #fcfcfc; background: #222; border-radius: 100%; position: absolute; bottom: 0; left: 50%; margin: 0 0 -30px -5px; transition: all .4s; -webkit-transition: all .4s}

.list04 .list04_con .list04_ul .li .txt{transition: all .4s; -webkit-transition: all .4s; text-align: center}
.list04 .list04_con .list04_ul .li .txt h3{font-size: 15px; color: #fff; margin-bottom: 20px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.list04 .list04_con .list04_ul .li .txt p{font-size: 13px; color: #999; line-height: 22px; margin-bottom: 20px}

.list04 .list04_con .list04_ul .li:hover .data h4{color: #ec0200}
.list04 .list04_con .list04_ul .li:hover .txt{transform: translateY(10px); -webkit-transform: translateY(10px)}
.list04 .list04_con .list04_ul .li:hover .txt h3{color: #fff}

.list04_con .slick-prev, .list04_con .slick-next{width: 60px; height: 30px; margin-top: 160px; background: rgba(255,255,255,.5)}
.list04_con .slick-prev{left: 50%; margin-left: -80px}
.list04_con .slick-next{right:50%; margin-right: -60px}






