/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{position: relative; width: 100%; height: 100%; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%; overflow: hidden}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.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;
    cursor: default;
}

.slide-inner-m{display: none;}

.banner .swiper-slide .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; margin: 20% 0 0 160px; color: #fff;}
.banner .swiper-slide .text h2{font-size: 42px; margin-bottom: 40px;}
.banner .swiper-slide .text h4{font-size: 16px; color: #f0f0f0;}

.b_fix{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin-bottom: 60px; 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: 14px; color: #fff; margin: 20px 0 0 0;}

@keyframes down{
    0%{transform: translateY(0);}
    50%{transform: translateY(20px);}
    100%{transform: translteY(0);}
}


/* .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 h3{font-size: 30px; color: #fff; font-weight: bold;}
.title p{font-size: 15px; color: #fff; line-height: 2; margin-top: 10px;}

.a-link{position: relative; display: block; width: 160px; height: 52px; line-height: 52px; text-align: center; margin-top: 60px; border-radius: 30px; background: transparent; border: 1px solid #fff; box-sizing: border-box; overflow: hidden; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a-link i{position: relative; font-size: 15px; color: #fff; font-style: normal; z-index: 2; padding-left: 20px; background: url(../image/next.png) no-repeat -10px center; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a-link:before{content: ""; display: block; width: 0; height: 100%; background: #c8171d; position: absolute; top: 0; right: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a-link:hover{border: 1px solid #c8171d;}
.a-link:hover:before{width: 100%; left: 0; right: auto;}
.a-link:hover i{color: #fff;}

.section-con{width: 100%; height: 100%; overflow: hidden;}

/* section02 */
.section02{background: url(../image/bg01.jpg) no-repeat center; background-size: cover;}
.section02 .section-con{position: relative; display: flex; flex-wrap: wrap; align-content: center; padding-left: 160px;}
.section02-text{width: 50%; margin-bottom: 40px;}
.section02-text h2{font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.section02-text h3{font-size: 15px; color: #fff; line-height: 1.8;}
.section02-text .a-link{margin-top: 30px;}

.section02-data{width: 100%; display: flex; color: #fff; margin-bottom: 60px;}
.section02-data .li{width: 14%;}
.section02-data .li h3{font-size: 48px; margin-bottom: 20px; font-family: 'Montserrat-Light';}
.section02-data .li h3 i{font-size: 14px; font-style: normal; padding-left: 10px;}
.section02-data .li p{font-size: 16px;}

.section02-video .img{position: relative; overflow: hidden; border-radius: 12px;}
.section02-video .img img{display: block; float: none; }
.section02-video .img .pay{width: 60px; height: 60px; background: url(../image/icon02.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer;}

.my-video{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.6); display: none;}
.my-video.on{display: block;}
.my-video .video-con{width: 70%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.my-video .video-con .myVid{width: 100%;}
.my-video .video-con .close{width: 30px; height: 30px; background: url(../image/close.png) no-repeat; position: absolute; top: 0; right: 0; margin-right: -35px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.my-video .video-con .close:hover{transform: rotateZ(180deg);}

.section02-text{transform: translateY(200px); opacity: 0; transition: all ease .8s .6s; -webkit-transition: all ease .8s .6s}
.section02-data{transform: translateY(200px); opacity: 0; transition: all ease .8s .8s; -webkit-transition: all ease .8s .8s}
.section02-video{transform: translateY(200px); opacity: 0; transition: all ease .8s 1s; -webkit-transition: all ease .8s 1s}
.section02.active .section02-text{transform: translateY(0); opacity: 1;}
.section02.active .section02-data{transform: translateY(0); opacity: 1;}
.section02.active .section02-video{transform: translateY(0); opacity: 1;}


/* section03 */
.section03{background: url(../image/bg02.jpg) no-repeat center; background-size: cover;}
.section03 .section-con{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.section03-left{width: 50%; padding-left: 160px; padding-right: 3%;}
.section03-left .section03-li{display: flex; flex-wrap: wrap; font-size: 0;}
.section03-left .section03-li a{width: 220px; font-size: 14px; color: #93989d; padding: 15px; border: 1px solid #93989d; margin: 0 10px 10px 0;}
.section03-left .section03-li a.on{color: #c31c23; border: 1px solid #c31c23;}

.section03-right{width: 50%; height: 100%; position: relative;}
.section03-right .item{width: 100%; position: absolute; top: 50%; left: 0; margin-top: 8%; opacity: 0; visibility: hidden; transform: translateY(-50%); transition: all ease .5s; -webkit-transition: all ease .5s}
.section03-right .item.active{opacity: 1; visibility: visible;}
.section03-right .item .text{text-align: center;}
.section03-right .item .text h3{font-size: 24px; color: #fff; margin-bottom: 16px;}
.section03-right .item .text p{font-size: 15px; color: #fff; line-height: 2;}
.section03-right .item .text span{width: 120px; display: flex; align-items: center; font-size: 14px; color: #fff; margin: 20px auto 0 auto;}
.section03-right .item .text span i{display: block; width: 30px; height: 30px; margin-right: 8px; border: 1px solid #fff; border-radius: 50%; background: url(../image/next.png) no-repeat;}
.section03-right .item .img{width: 100%;}
.section03-right .item .img img{width: 100%;}

.section03-left{transform: translateY(200px); opacity: 0; transition: all ease .8s .6s; -webkit-transition: all ease .8s .6s}
.section03-right{transform: translateY(200px); opacity: 0; transition: all ease .8s .8s; -webkit-transition: all ease .8s .8s}
.section03.active .section03-left{transform: translateY(0); opacity: 1;}
.section03.active .section03-right{transform: translateY(0); opacity: 1;}


/* section04 */
.section04{background: url(../image/bg03.jpg) no-repeat center; background-size: cover;}
.section04 .section-con{display: flex; flex-wrap: wrap; align-content: center;}
.section04 .title{text-align: center; width: 100%;}

.section04-con{display: flex; width: 100%; height: 55%; justify-content: center; align-items: center; padding: 0 160px;}
.section04-list{display: flex; width: 100%; height: 100%; justify-content: space-between; border-radius: 20px; overflow: hidden;}
.section04-list .li{width: 9.5%; height: 100%; position: relative; cursor: pointer; transition: all ease .8s; -webkit-transition: all ease .8s}
.section04-list .li:after{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.3) url(../image/makr_bg.png) repeat; position: absolute; top: 0; left: 0;}
.section04-list .li.active{width: 50%;}
.section04-list .li .img-bg{width: 100%; height: 100%; background-position: center; background-size: cover;}
.section04-list .li .text{width: 100%; height: 100%; color: #fff; text-align: center; position: absolute; top: 0; left: 0; transform: translateY(50%); z-index: 2; transition: all ease .5s; -webkit-transition: all ease .5s}
.section04-list .li .text h3{display: block; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.section04-list .li .text p{font-size: 14px;}
.section04-list .li .text.on{text-align: left; padding-left: 60px; transform: translateY(74%); opacity: 0;}
.section04-list .li .text.on h3{font-size: 24px;}
.section04-list .li.active .text.on{opacity: 1;}
.section04-list .li.active .text{opacity: 0;}

.section04 .title{transform: translateY(200px); opacity: 0; transition: all ease .8s .6s; -webkit-transition: all ease .8s .6s}
.section04-list{transform: translateY(200px); opacity: 0; transition: all ease .8s .8s; -webkit-transition: all ease .8s .8s}
.section04.active .title{transform: translateY(0); opacity: 1;}
.section04.active .section04-list{transform: translateY(0); opacity: 1;}


/* section05 */
.section05{background: url(../image/bg04.jpg) no-repeat center; background-size: cover;}
.section05 .section-con{display: flex; flex-wrap: wrap; align-content: center; position: relative; padding: 0 160px;}
.section05 .section-con:after{content: ""; display: block; width: 100%; height: 1px; background: #444444; position: absolute; top: 50%; left: 0;}
.section05 .title{position: absolute; top: 20%;}

.section05-con .list li{width: 400px; float: left; margin-right: 100px; position: relative;}
.section05-con .list li:last-child{margin-right: 0;}
.section05-con .list li .img{width: 100%;}
.section05-con .list li .img img{width: 100%; float: none; display: block; opacity: 0; transform: scale(0.4); transition: all ease .4s; -webkit-transition: all ease .4s;}
.section05-con .list li .time{padding: 20px 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.section05-con .list li .time h6{font-size: 14px; color: #c6c6c6; font-family: 'Montserrat-Light';}
.section05-con .list li .time h6 i{font-style: normal; display: none;}
.section05-con .list li .text{padding: 40px 0 20px 0;}
.section05-con .list li .text h3{font-size: 16px; color: #fff; margin-bottom: 10px;}
.section05-con .list li .text p{font-size: 13px; color: #c6c6c6; line-height: 2;}

.section05-con .list li:nth-child(odd) .img{transform: translateY(100%);}
.section05-con .list li:nth-child(odd) .text{transform: translateY(-150%);}
.section05-con .list li:nth-child(2) .time{transform: translateY(-100%);}
.section05-con .list li:nth-child(2) .text{transform: translateY(-50%);}

.section05-con .list li:hover .img img{opacity: 1; transform: scale(1);}
.section05-con .list li:hover .time{opacity: 0;}

.section05 .title{transform: translateY(200px); opacity: 0; transition: all ease .8s .6s; -webkit-transition: all ease .8s .6s}
.section05-con .list li:nth-child(1){transform: translateY(200px); opacity: 0; transition: all ease .8s .8s; -webkit-transition: all ease .8s .8s}
.section05-con .list li:nth-child(2){transform: translateY(200px); opacity: 0; transition: all ease .8s .9s; -webkit-transition: all ease .8s .9s}
.section05-con .list li:nth-child(3){transform: translateY(200px); opacity: 0; transition: all ease .8s 1s; -webkit-transition: all ease .8s 1s}
.section05.active .title{transform: translateY(0); opacity: 1;}
.section05.active .list li:nth-child(1){transform: translateY(0); opacity: 1;}
.section05.active .list li:nth-child(2){transform: translateY(0); opacity: 1;}
.section05.active .list li:nth-child(3){transform: translateY(0); opacity: 1;}


/* section06 */
.section06{background: url(../image/bg05.jpg) no-repeat center; background-size: cover;}
.section06 .section-con{display: flex; flex-wrap: wrap; padding-left: 160px; align-content: center;}
.section06 .title p{padding-right: 33%;}

.section06-con{display: flex; flex-wrap: wrap;}
.section06-con .item{display: flex; align-items: center; padding: 26px 40px; border: 1px solid #fff; margin-right: 30px; margin-bottom: 40px;}
.section06-con .item:nth-child(2){padding: 26px 160px 26px 40px;}
.section06-con .item:nth-child(4){padding: 26px 220px 26px 40px;}
.section06-con .item span{display: block; font-size: 42px; color: #fff; margin-right: 40px;}
.section06-con .item .text p{font-size: 15px; color: #fff;}
.section06-con .item .text a{width: 140px; font-size: 14px; color: #fff; text-align: center; height: 40px; line-height: 40px; background: #c8171d; margin-top: 20px;}
.section06-con .item .img{width: 90px;}
.section06-con .item .img img{width: 100%;}

.section06 .title{transform: translateY(200px); opacity: 0; transition: all ease .8s .6s; -webkit-transition: all ease .8s .6s}
.section06-con{transform: translateY(200px); opacity: 0;transition: all ease .8s .8s; -webkit-transition: all ease .8s .8s}
.section06.active .title{transform: translateY(0); opacity: 1;}
.section06.active .section06-con{transform: translateY(0); opacity: 1;}


/* 页面底部备案号 */
.index_fix{position: fixed; left: 0; bottom: 0; margin: 0 0 20px 30px; z-index: 9;}
.index_fix a{display: inline-block; font-size: 14px; color: #c6c6c6; margin-right: 20px;}
.index_fix .design{width: 64px; height: 16px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}

/* footer */
.footer{display: none;}







