/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; overflow: hidden; position: fixed}
.banner .swiper-slide{width: 100%; height: 100%; overflow: hidden}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
    transform: scale(1.2);
    transition: all ease 2s;
}

.banner .swiper-slide-active .slide-inner{transform: scale(1);}

.banner .swiper-slide .text{width: 100%; height: 100%; position: absolute; top: 0; color: #fff;}
.banner .swiper-slide .text h2{transform: translateY(80px); opacity: 0; transition: all ease .9s .7s; -webkit-transition: all ease .9s .7s;}
.banner .swiper-slide .text h3{transform: translateY(80px); opacity: 0; transition: all ease .9s 1s; -webkit-transition: all ease .9s 1s;}
.banner .swiper-slide .text h4{transform: translateY(80px); opacity: 0; transition: all ease .9s 1.3s; -webkit-transition: all ease .9s 1.3s;}
.banner .swiper-slide .text h5{transform: translateY(80px); opacity: 0; transition: all ease .9s 1.5s; -webkit-transition: all ease .9s 1.5s;}
.banner .swiper-slide .text h6{transform: translateY(80px); opacity: 0; transition: all ease .9s 1.5s; -webkit-transition: all ease .9s 1.5s;}
.banner .swiper-slide .text a{transform: translateY(80px); opacity: 0; transition: all ease .9s 1.3s; -webkit-transition: all ease .9s 1.3s;}

.banner .swiper-slide .text-first{left: 0; margin: 10% 0 0 6%;}
.banner .swiper-slide .text-first h2{font-size: 30px; padding-right: 68%; line-height: 1.6; margin-bottom: 20px;}
.banner .swiper-slide .text-first h3{font-size: 20px; font-weight: bold; margin-bottom: 30px; position: relative; padding-left: 55px;}
.banner .swiper-slide .text-first h3:before{content: ""; display: block; width: 50px; height: 3px; background: #fff; position: absolute; top: 0; left: 0; margin-top: 14px; }
.banner .swiper-slide .text-first a{width: 120px; height: 32px; font-size: 14px; color: #fff; text-align: center; line-height: 32px; border-radius: 20px; background: #005cdd; font-family: 'Montserrat-Light';}

.banner .swiper-slide .text-second{right: 0; margin: 16% 12% 0 0; text-align: right;}
.banner .swiper-slide .text-second h2{font-size: 24px; margin-bottom: 20px; text-transform: uppercase; font-family: 'Montserrat-Light';}
.banner .swiper-slide .text-second h3{font-size: 48px; font-weight: bold; margin-bottom: 30px; position: relative;}
.banner .swiper-slide .text-second h4{font-size: 40px; font-weight: 100;}

.banner .swiper-slide .text-third{left: 0; margin: 16% 0 0 12%;}
.banner .swiper-slide .text-third h2{font-size: 48px; font-weight: bold; margin-bottom: 40px;}
.banner .swiper-slide .text-third h3{width: 30%;}
.banner .swiper-slide .text-third span{display: inline-block; font-size: 20px; font-weight: bold; margin-right: 40px; padding-left: 38px; margin-bottom: 20px;}
.banner .swiper-slide .text-third span:nth-child(1){width: 150px; background: url(../image/icon04.png) no-repeat;}
.banner .swiper-slide .text-third span:nth-child(2){background: url(../image/icon05.png) no-repeat;}
.banner .swiper-slide .text-third span:nth-child(3){width: 150px; background: url(../image/icon06.png) no-repeat;}
.banner .swiper-slide .text-third span:nth-child(4){background: url(../image/icon07.png) no-repeat;}
.banner .swiper-slide .text-third h6{font-size: 28px; font-weight: bold;}

.banner .swiper-slide .text-fourth{left: 0; margin: 16% 0 0 12%;}
.banner .swiper-slide .text-fourth h3{font-size: 80px; font-weight: bold; text-transform: uppercase; }
.banner .swiper-slide .text-fourth h4{font-size: 48px; font-weight: bold; margin-bottom: 10px;}
.banner .swiper-slide .text-fourth h5{font-size: 32px; font-weight: bold;}

.banner .swiper-slide .text-fourth-bottom{position: absolute; bottom: 0; right: 0; margin: 0 16% 5% 0; transform: translateY(80px); opacity: 0; transition: all ease .9s .7s; -webkit-transition: all ease .9s .7s;}
.banner .swiper-slide .text-fourth-bottom:before{content: ""; display: block; width: 200%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; margin-bottom: -10px;}
.banner .swiper-slide .text-fourth-bottom span{display: inline-block; font-size: 26px; color: #fff; font-weight: 100; margin-right: 60px;}
.banner .swiper-slide .text-fourth-bottom span i{display: block; font-style: normal;}

.banner .swiper-slide .text-fifth{left: 0; margin: 16% 0 0 12%;}
.banner .swiper-slide .text-fifth h2{font-size: 42px; font-weight: bold; margin-bottom: 40px;}
.banner .swiper-slide .text-fifth h6{font-size: 26px; font-weight: bold;}

.banner .swiper-slide-active .text h2{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text h3{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text h4{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text h5{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text h6{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text a{transform: translateY(0); opacity: 1;}
.banner .swiper-slide-active .text-fourth-bottom{transform: translateY(0); opacity: 1;}

.b_fix{position: absolute; bottom: 0; right: 0; margin: 0 80px 100px 0; z-index: 9;}
.b_fix .ico{width: 30px; height: 40px; margin: 0 auto; animation: down 3s infinite; -webkit-animation: down 3s infinite;} 
.b_fix span{display: block; font-size: 16px; color: #fff; font-weight: bold; font-family: 'dincond-medium'; margin: 40px 0 0 0; transform: rotate(90deg);}

@keyframes down{
    0%{transform: translateY(0);}
    50%{transform: translateY(20px);}
    100%{transform: translteY(0);}
}

.mark{width: 100%; height: 820px; position: relative; z-index: -1}

.wow{animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 40px; z-index: 2;}
.title h2{font-size: 22px; color: #fff;}
.title h2 i{font-size: 14px; color: #7c7c7c; font-style: normal; padding-left: 8px; vertical-align: bottom; font-family: 'Montserrat-Light';}
.title .title-list{position: absolute; top: 0; right: 0; text-align: right;}
.title .title-list a{display: inline-block; margin-left: 10px; font-size: 14px; color: #a1a1a1; padding: 6px 14px; border-radius: 6px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.title .title-list a.on{background: #005cdd; color: #fff;}
.title .title-list a:hover{background: #005cdd; color: #fff;}

.a_link{position: relative; display: block; width: 120px; height: 36px; line-height: 36px; text-align: center; margin-top: 60px; border-radius: 18px; background: #005cdd; box-sizing: border-box; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link i{font-size: 14px; color: #fff; font-style: normal; font-family: 'Montserrat-Light';}
.a_link:hover{width: 140px;}

/* list01 */
.list01{position: relative; padding: 100px 0; background: #1f1f1f; overflow: hidden;}
.list01 .list01-con{margin-top: 80px;}
.list01 .list01-con .list{margin-right: -2.3333%;}
.list01 .list01-con .list li{position: relative; width: 31%; float: left; margin-right: 2.3333%; margin-bottom: 30px; background: #191919;}
.list01 .list01-con .list li .img{width: 100%; overflow: hidden;}
.list01 .list01-con .list li .img img{width: 100%;}
.list01 .list01-con .list li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; padding-top: 20%; background: #0261dd; opacity: 0; visibility: hidden; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list01 .list01-con .list li .text h3{font-size: 16px; color: #fff; font-family: 'Montserrat-Light';}
.list01 .list01-con .list li .text .line{display: block; width: 60px; height: 1px; background: rgba(255,255,255,.4); margin: 10px auto;}
.list01 .list01-con .list li .text h2{font-size: 16px; color: #fff;}
.list01 .list01-con .list li .text .r{display: block; width: 110px; padding: 6px 0; font-size: 14px; color: #fff; text-align: center; border-radius: 16px; border: 1px solid #fff; margin: 20px auto 0 auto; font-family: 'Montserrat-Light';}
.list01 .list01-con .list li:hover .text{opacity: 1; visibility: visible;}
.list01 .list01-con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list01 .list01-con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}
.list01 .list01-con .list li:nth-child(4){animation-delay: .7s; -webkit-animation-delay: .7s}
.list01 .list01-con .list li:nth-child(5){animation-delay: .8s; -webkit-animation-delay: .8s}
.list01 .list01-con .list li:nth-child(6){animation-delay: .9s; -webkit-animation-delay: .9s}


/* list02 */
.list02{position: relative; padding: 160px 0; background: url(../image/bg01.jpg) no-repeat fixed; background-size: cover; overflow: hidden;}
.list02 .list02-left{width: 50%;}
.list02 .list02-left .text p{font-size: 14px; color: #a1a1a1; line-height: 2;}

.list02 .list02-right{width: 50%; animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02-right .video-bg{width: 495px; position: relative; float: right;}
.list02 .list02-right .video-bg:before{content: "";  display: block; width: 100%; height: 40%; background: #005cdd; position: absolute; bottom: 0; left: 0; margin-left: -6%; margin-bottom: -6%;}
.list02 .list02-right .video-bg .img{position: relative; z-index: 2;}
.list02 .list02-right .video-bg .img img{width: 100%; display: block; float: none;}
.list02 .list02-right .video-bg .img .btn-play{width: 80px; height: 80px; background: url(../image/icon08.png) no-repeat; position: absolute; top: 50%; left: 50%; margin: -40px 0 0 -40px; z-index: 2;}

.list02 .video-con{width: 100%; height: 100%; overflow: hidden; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.6); opacity: 0; visibility: hidden; z-index: -99; transition: all ease .2s; -webkit-transition: all ease .2s;}
.list02 .video-con .video-box{width: 60%; margin: 10% auto 0 auto; position: relative;}
.list02 .video-con .video-box .list02-video{width: 100%;}
.list02 .video-con .video-box .btn-close{width: 30px; height: 30px; background: url(../image/icon12.png) no-repeat; position: absolute; top: 0; right: 0; margin: 0 -50px 0 0; transition: all ease .4s; -webkit-transition: all ease .4s;} 
.list02 .video-con .video-box .btn-close:hover{transform: rotateZ(180deg);}
.list02 .video-con.on{opacity: 1; visibility: visible; z-index: 8;}


/* list03 */
.list03{position: relative; padding: 100px 0 160px 0; background: url(../image/bg02.jpg) no-repeat; overflow: hidden;}
.list03 .list03-con{position: relative; width: 1200px; margin: 60px auto 0 auto;}
.list03 .list03-con:before{content: ""; display: block; width: 500px; height: 50px; background: #005cdd; position: absolute; bottom: 0; left: 0; margin-bottom: -50px;}
.list03 .list03-con .list03-list .li{display: flex;}
.list03 .list03-con .list03-list .li .img{width: 500px;}
.list03 .list03-con .list03-list .li .img img{width: 100%;}
.list03 .list03-con .list03-list .li .text{width: 700px; height: 285px; margin-top: 50px; padding: 60px; background: #252525;}
.list03 .list03-con .list03-list .li .text h2{font-size: 16px; color: #005cdd;}
.list03 .list03-con .list03-list .li .text .line{display: block; width: 60px; height: 1px; background: rgba(255,255,255,.2); margin: 20px 0;}
.list03 .list03-con .list03-list .li .text p{font-size: 13px; color: #a1a1a1; line-height: 1.8;}

.list03 .list03-con .list03-list .slick-prev{margin-left: -60px;}
.list03 .list03-con .list03-list .slick-next{margin-left: 40px;}

/* list04 */
.list04{position: relative; padding: 80px 0; background: url(../image/bg03.jpg) no-repeat;}
.list04 .list04-con .list04-left{width: 43.7%; margin-right: 4.3%;}
.list04 .list04-con .list04-left .img{width: 100%; max-height: 264px; overflow: hidden;}
.list04 .list04-con .list04-left .img img{width: 100%; float: none; display: block; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04-con .list04-left .text{display: flex; margin-top: 34px;}
.list04 .list04-con .list04-left .text .date{width: 20%;}
.list04 .list04-con .list04-left .text .date h6{font-size: 22px; color: #a1a1a1; font-family: 'Montserrat-Light'}
.list04 .list04-con .list04-left .text .t{width: 80%;}
.list04 .list04-con .list04-left .text .t h2{font-size: 18px; color: #fff; margin-bottom: 36px;}
.list04 .list04-con .list04-left .text .t p{font-size: 13px; color: #a1a1a1; line-height: 2;}
.list04 .list04-con .list04-right{width: 52%; animation-delay: .6s; -webkit-animation-delay: .6s}
.list04 .list04-con .list04-right .list li{position: relative; padding: 40px 0 40px 20px; border-top: 1px solid #a1a1a1; box-sizing: border-box;}
.list04 .list04-con .list04-right .list li h2{position: relative; font-size: 16px; color: #fff; padding-left: 22px; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04-con .list04-right .list li h2:before{content: ""; display: block; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 0; left: 0; margin-top: 6px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.list04 .list04-con .list04-right .list li p{font-size: 13px; color: #a1a1a1; line-height: 2; padding-left: 22px;}
.list04 .list04-con .list04-right .list li h6{font-size: 22px; color: #a1a1a1; font-family: 'Montserrat-Light'; position: absolute; top: 0; right: 0; margin-top: 40px;}
.list04 .list04-con .list04-right .list li .r{display: block; width: 40px; height: 20px; background: url(../image/icon09.png) no-repeat; position: absolute; top: 0; right: 0; margin-top: 80px; margin-right: 20px; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}

.list04 .list04-con .list04-left:hover .img img{transform: scale(1.1);}
.list04 .list04-con .list04-right .list li:hover h2{color: #005cdd;}
.list04 .list04-con .list04-right .list li:hover h2:before{background: #005cdd;}
.list04 .list04-con .list04-right .list li:hover .r{opacity: 1;}