/*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: 38px; letter-spacing: 1px; color: #fff; 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: 20px; color: #fff; text-transform: uppercase; 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}

.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}

.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;}
.title h1{font-size: 22px; color: #181818; margin-bottom: 6px;}
.title h6{font-size: 30px; color: #181818; font-weight: bold; font-family: 'Montserrat-Light'}
.title span{display: block; width: 100%; height: 1px; background: #dedede; margin: 10px 0; position: relative}
.title span:before{content: ""; display: block; width: 140px; height: 3px; background: #025ca8; position: absolute; top: 0; left: 0; margin-top: -1px;}

/*----list01----*/
.list01{position: relative; padding: 80px 0;}
.list01 .list01_con{width: 48%; margin-top: 20px;}
.list01 .list01_con h6{font-size: 14px; color: #333; line-height: 26px;}

.list01 .list01_con .list01_li{position: relative; width: 100%; margin-top: 60px; padding-bottom: 40px; overflow: hidden}
.list01 .list01_con .list01_li .li{width: 25%; float: left; position: relative;}
.list01 .list01_con .list01_li .li span{font-size: 38px; color: #025ca8; font-weight: bold; font-family: 'novecentowide-book'}
.list01 .list01_con .list01_li .li i{font-size: 14px; font-style: normal; color: #999; vertical-align: bottom; line-height: 32px; padding-left: 6px}
.list01 .list01_con .list01_li .li p{font-size: 12px; color: #999; line-height: 30px}

.list01 .list01_con .line{display: block; width: 100%; height: 1px; background: #dedede; margin: 20px 0 40px 0; position: relative}
.list01 .list01_con .line:before{content: ""; display: block; width: 140px; height: 3px; background: #025ca8; position: absolute; top: 0; left: 0}
.list01 .list01_con .link{width: 216px; height: 48px; background: url("../image/img02.jpg") no-repeat; }

.list01 .list01_img{position: absolute; left: 52%; top: 0; margin-top: 180px}



/*----list02----*/
.list02{position: relative; padding: 60px 0; margin: 60px 0; background: rgba(2,92,168,.1)}

.list02 .list02_con{}
.list02 .list02_con .li{position: relative; padding: 0 5px;}
.list02 .list02_con .li .img{width: 100%; overflow: hidden; position: relative}
.list02 .list02_con .li .img img{width: 100%;}
.list02 .list02_con .li .img .bg{position: absolute; width: 100%; height: 100%; opacity: 0; transition: all ease .6s; -webkit-transition: all ease .6s}
.list02 .list02_con .li .img .bg i{display: block; width: 60px; height: 60px; margin: 25% auto; background: url("../image/ico01.png") no-repeat}
.list02 .list02_con .li .txt{ width: 100%; padding: 16px 0 0 0; text-align: center; z-index: 2}
.list02 .list02_con .li .txt h1{font-size: 16px; color: #181818; margin-bottom: 10px}
.list02 .list02_con .li .txt span{display: block; width: 120px; height: 1px; background: #999; margin: 0 auto; transition: all ease .4s; -webkit-transition: all ease .4s }


.list02 .list02_con .li:hover .img .bg{background: rgba(2,92,168,.8)}
.list02 .list02_con .li:hover .bg{opacity: 1}
.list02 .list02_con .li:hover .txt span{width: 100%;}


/*----list03----*/
.list03{margin-bottom: 100px;}
.list03 .list03_list{width: 1040px; margin: 0 auto 0 auto;}
.list03 .list03_list .li{padding: 0 40px; position: relative; cursor: pointer}
.list03 .list03_list .li .img{width: 100%; overflow: hidden; position: relative}
.list03 .list03_list .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_list .li .bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.6);}

.list03 .list03_list .li:hover .img img{transform: scale(1.1)}
.list03 .list03_list .li .bg .txt a:hover .ja{transform: rotateZ(180deg)}

.list03 .list03_list .slick-list{overflow: inherit}
.list03 .list03_list .slick-prev{left: -20px; background: rgba(255,255,255,.6);}
.list03 .list03_list .slick-next{right: -20px; background: rgba(255,255,255,.6)}
.list03 .list03_list .li.slick-active .img .bg{background: rgba(0,0,0,0)}
.list03 .list03_list .li.slick-active .img .bg .txt{opacity: 1; transform: translateX(0);}



/*----list04----*/
.list04{padding: 80px 0; position: relative; background: url("../image/img05.jpg") no-repeat}
.list04 .title{width: 20%; margin-right: 5%; text-align: left}
.list04 .title h1{color: #fff;}
.list04 .title h6{color: #fff;}
.list04 .title span{background: #fff;}
.list04 .title span:before{background: #fff;}

.list04 .list04_left{width: 75%;}
.list04 .list04_left .list{margin-right: -2%;}
.list04 .list04_left .list li{width: 48%; margin-right: 2%; float: left; margin-bottom: 20px; padding: 60px 50px; background: #fff; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_left .list li h1{font-size: 15px; color: #282828; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_left .list li h6{font-size: 13px; color: #666; margin-bottom: 10px; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_left .list li p{font-size: 13px; color: #333; line-height: 26px; transition: all ease .4s; -webkit-transition: all ease .4s}

.list04 .list04_left .list li:hover{background: rgba(2,92,168,.9)}
.list04 .list04_left .list li:hover h1{color: #fff}
.list04 .list04_left .list li:hover h6{color: #fff;}
.list04 .list04_left .list li:hover p{color: #fff;}