@charset "utf-8";
/*updown*/
.updown {position: absolute;bottom:100px;left: 50%;z-index: 999;z-index: 999}
.updown a{
    opacity: 1;display: inline-block;-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    color: #999;
}
.updown .s-icon {padding-top: 60px;}
.updown .s-icon span {
    position: absolute;
    top: 0;
    left: 50%;
    width:26px;
    height: 45px;
    margin-left: -13px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.updown .s-icon span::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
}
/*圆点*/
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.banner{width: 100%;height:100vh;}
.index-banner {width: 100%;height: 100%;position: relative}
.index-banner .item {
    width: 100%;height:100vh;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    -webkit-animation: fadeOutIn 1s both;
    animation: fadeOutIn 1s both;
}
.index-banner .item::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;z-index: 1;
}
.index-banner.pc{display: block;}
.index-banner.mobile{display: none;}
.index-banner .item .img{width: 100%;position: relative;z-index: 1;}
.index-banner .item .mobile-img{width: 100%;}
.video-back{width: 100%;height: 100%;}
.index-banner .item video{width: 100%;height:100%;object-fit:fill;}
.index-banner .item .text {
    text-align: left;
    position: absolute;
    z-index: 9;
    width:100%;height: 100%;left:0;top:0;padding:18% 200px 0 200px;
}
.index-banner .item h4 {
    font-size: 65px;width: 100%;font-weight: 700;
    line-height:80px;
    color: #222;
    margin-bottom:30px;
    -webkit-animation: fadeOutInUp 1s both;
    animation: fadeOutInUp 1s both;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;letter-spacing: 1px;
}
.index-banner .item p {
    display: block;
    width: 100%;
    color: #222;
    font-size:22px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom:100px;
    -webkit-animation: fadeOutInUp 1s both;
    animation: fadeOutInUp 1s both;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-banner .item a.left{margin:0 auto 0 0;}
.index-banner .item a.center{margin:0 auto;}
.index-banner .item a.right{margin:0 0 0 auto;}
.index-banner .item a{width:200px;border-radius: 30px;font-size:20px;color:#fff;text-align: center;font-weight:500;display: inline-block;line-height:60px;
    background-color:var(--color-1);
    background-image: -webkit-linear-gradient(90deg, var(--color-2),var(--color-1));
    background-image: linear-gradient(90deg, var(--color-2), var(--color-1));
}
.index-banner .item a i{font-size:1.8rem;margin-left:10px;font-weight:400;}
@media (max-width: 1680px) {
    .index-banner .item .text {padding:20% 150px 0 150px;}
    .index-banner .item h4 {font-size:55px;line-height:65px;margin-bottom:40px;}
    .index-banner .item p {font-size:25px;line-height:35px;margin-bottom:80px;}
}
@media (max-width: 1440px) {
    .index-banner .item .text {padding:20% 100px 0 100px;}
    .index-banner .item h4 {font-size:45px;line-height:55px;margin-bottom:30px;}
    .index-banner .item p {font-size:20px;line-height:35px;margin-bottom:60px;}
}
@media (max-width: 991px) {
    .banner{width: 100%;height:50vh;margin-top: 65px;}
    .index-banner .item {height:50vh;width: 100%; background-size: cover;}
    .index-banner .item::after {background-color: rgba(0, 0, 0, 0.45);}
    .index-banner .item .text {padding:60px 20px 0 20px!important;text-align: center;left:0;top:0}
    .index-banner .item h4 {font-size:2.2rem!important;margin-bottom:20px!important;line-height:3rem;letter-spacing: 0!important;}
    .index-banner .item p {font-size: 1.6rem!important;margin-bottom:40px!important;line-height:2.5rem;letter-spacing: 0!important;width:100%;}
    .index-banner .item a{font-size:1.4rem;margin-right: 10px;width:130px;line-height:40px;border-radius:4px;font-weight: 550}
    .index-banner .item a i{font-size:1.2rem;margin-left:2px;}
    .index-banner .item a.left{margin:0 auto;}
    .index-banner .item a.right{margin:0 auto;}
    .index-banner .item .mobile{display: block;width: 100%;-webkit-animation: fadeOutInUp 0.2s both;animation: fadeOutInUp 0.2s both;}
    .index-banner .item .mobile img{width: 100%}
    .updown{display:none;}
}
.index-banner .item.slick-active h4 {-webkit-animation: fadeInDown 1s both 0.2s;animation: fadeInDown 1s both 0.2s;}
.index-banner .item.slick-active p {-webkit-animation: fadeInUp 1s both 0.6s;animation: fadeInUp 1s both 0.6s;}
.index-banner .item.slick-active a {-webkit-animation: fadeInUp 1.4s both 1s;animation: fadeInUp 1.4s both 1s;}
.index-banner .item.slick-active {animation: zoom-in 11s;}
@keyframes zoom-in {
    0% {
        background-size: 120% 120%; /* 背景图初始大小 */
    }
    100% {
        background-size: 100% 100%; /* 背景图放大到 1.3 倍 */
    }
}
@keyframes scalebg {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.01);
    }

    40% {
        transform: scale(1.1);
    }

    45% {
        transform: scale(1.1);
    }

    90% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}
.slick-slider {
    float: left;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.index-banner .NextArrow,.index-banner .PrevArrow{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    background:rgba(0,0,0,0.15);
    text-align: center;
    z-index: 999;
    outline: none;
    bottom: 50%;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index-banner .NextArrow i,.index-banner .PrevArrow i{font-size:2.8rem;color:#fff;}
.index-banner .PrevArrow{left:0;}
.index-banner .NextArrow{right:0;transform: rotate(-180deg)}
.index-banner .NextArrow:hover,.index-banner .PrevArrow:hover{opacity: 1;}
.index-banner .NextArrow:hover i,.index-banner .PrevArrow:hover i{color: #fff}
.index-banner .slick-dots {position: absolute;height:15px;bottom:50px;width:100%;padding: 0;list-style-type: none;text-align:center}
.index-banner .slick-dots li button {display: none;}
.index-banner .slick-dots li {width:30px;height:1px;background-color:rgba(255,255,255,1);}
.index-banner .slick-dots li:last-child{margin-right: 0;}
.index-banner .slick-dots li.slick-active {background-color:var(--color-2);width:100px;}
@media (max-width: 1280px) {
    .index-banner .slick-dots {width:100%;margin-left:0;padding: 0 60px;left: 0}
}
@media (max-width: 991px) {
    .index-banner .NextArrow,.index-banner .PrevArrow{opacity:0;}
    .index-banner .slick-dots {width:100%;bottom:20px;}
    .index-banner .slick-dots li {width:8px;height:8px;border-radius:50%;}
    .index-banner .slick-dots li.slick-active {width:8px;}
    .index-banner .item.slick-active {-webkit-animation: fadeIn 0.1s both;animation: fadeIn 0.1s both;}
}

.more-text{padding: 20px 0;text-align:center;}
.more-text p{font-size: 22px;color: #333;line-height:35px;margin-bottom:20px;}
.more{
    display: block;width: 200px;height:55px;line-height: 52px;border-radius: 30px;
    text-align: center;font-size: 18px;text-transform: uppercase;font-weight: 450;
    background-image: -webkit-linear-gradient(45deg, var(--color-2),var(--color-1));
    background-image: linear-gradient(45deg, var(--color-2), var(--color-1));
    -webkit-animation: fadeOutInUp 1s both;
    animation: fadeOutInUp 1s both;
    color: #fff!important;
    box-shadow:0 10px 20px rgba(37,57,121,0.3);
    -webkit-box-shadow:0 10px 20px rgba(37,57,121,0.3);
    margin: 0 auto;
}
.more i{font-size: 1.8rem;margin-left: 10px;}
@media (max-width: 991px) {
.more-text{padding:10px 0;}
.more-text p{font-size: 1.5rem;line-height:2.2rem;margin-bottom:10px;}
.more{width: 50%;height:45px;line-height:45px;font-size:1.5rem}
.more i{font-size: 1.5rem;} 
}


.advantage{background-color:#f6f6f6;padding:80px 0} 
.home-advantage-box1 {width:100%;height:auto;}
.home-advantage-box1 li{
	background: #3a4354;
	background-size: 100% 100%;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin:20px 15px;min-height:300px;
}

.home-advantage-box1 li .home-advantage-box1-title {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	left: 0;
	line-height: 25px;
	position: absolute;
	text-align: center;
	width: 100%
}
.home-advantage-box1 li .home-advantage-box1-hide {
	animation: advantageHide 1s;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;padding:50px 20px;
}

.home-advantage-box1 li .home-advantage-box1-hide h6{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.home-advantage-box1 li .home-advantage-box1-hide p{
	font-size: 16px;
	line-height: 26px;
	margin: 10px auto;
	text-align: left;
}

.home-advantage-box1 li:hover .home-advantage-box1-title {
	display: none
}

.home-advantage-box1 li:hover .home-advantage-box1-hide {
	animation: advantageShow 1s forwards
}

@keyframes advantageShow{0%{opacity:0}to{opacity:1}}

@media (max-width: 1440px) {
.home-advantage-box1 li{min-height:250px;}
.home-advantage-box1 li .home-advantage-box1-hide {padding:30px 20px;}
.home-advantage-box1 li .home-advantage-box1-hide h6{font-size: 18px;}
.home-advantage-box1 li .home-advantage-box1-hide p{font-size: 14px;line-height: 22px;}  
}
@media (max-width: 991px) {
.advantage{padding:20px 0} 
.home-advantage-box1 {flex-wrap:wrap;}
.home-advantage-box1 li{;width:100%;min-height:200px;}
.home-advantage-box1 li .home-advantage-box1-title {display:none;}
.home-advantage-box1 li .home-advantage-box1-hide {height:200px;}
.home-advantage-box1 li .home-advantage-box1-hide h6{font-size: 1.8rem;}
.home-advantage-box1 li .home-advantage-box1-hide p{font-size: 1.4rem;line-height:2.2rem;}
}

.home-advantage-box1 li.slick-active{-webkit-animation: fadeIn 1s both;animation: fadeIn 1s both;}
.home-advantage-box1 .NextArrow,.home-advantage-box1 .PrevArrow{
    position: absolute;
    width: 40px;
    height:40px;border-radius: 50%;
    line-height:40px;
    background:transparent;border: none;top:50%;margin-top: -20px;
    text-align: center;
    z-index: 999;
    outline: none;
}
.home-advantage-box1 .NextArrow i,.home-advantage-box1 .PrevArrow i{font-size:4rem;color:var(--color-1);font-weight: 400;}
.home-advantage-box1 .NextArrow:hover i,.home-advantage-box1 .PrevArrow:hover i{color:var(--color-2);}
.home-advantage-box1 .NextArrow{right:-50px;transform: rotate(-180deg)}
.home-advantage-box1 .PrevArrow{left:-50px;}
.home-advantage-box1 .slick-dots{position: absolute;width: 100%;left: 0;bottom:-30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.home-advantage-box1 .slick-dots li{margin:6px!important;border: none;border-radius: 50%;width:12px!important;height: 12px;min-height:12px;padding: 0!important;background-color: rgba(0,0,0,0.2)}
.home-advantage-box1 .slick-dots li button{padding: 0;border: none;margin: 0;}
.home-advantage-box1 .slick-dots li.slick-active{background-color:var(--color-2)}
.home-advantage-box1 .slick-dots li button:before {font-size:0.8rem;color:#222;opacity: 0;left:50%;margin-left: -0.4rem;top:0;}
.home-advantage-box1 .slick-dots li.slick-active button:before {opacity: 0;color: var(--color-2)}
@media screen and (max-width: 1536px) and (min-width: 1281px) {
    .home-advantage-box1 .NextArrow{right:-30px;}
    .home-advantage-box1 .PrevArrow{left:-30px;}
}
@media screen and (max-width: 1280px) and (min-width: 1152px) {
    .home-advantage-box1 .NextArrow{right:-10px;}
    .home-advantage-box1 .PrevArrow{left:-10px;}
}
@media (max-width: 991px) {
       .home-advantage-box1 .slick-dots{bottom:0;}
       .home-advantage-box1 .slick-dots li{margin:4px!important;width:8px!important;height:8px;min-height:8px;}
       .home-advantage-box1 li.slick-active .home-advantage-box1-hide {	animation: advantageShow 1s forwards;}
}

.app{padding: 100px 0;}
.app-ul{flex-wrap: wrap;padding: 20px 0}
.app-ul li{width: 23.5%;text-align: center;border-right: 1px solid #eaeaea;margin: 2% 0}
.app-ul li:nth-child(4n){border-right: none;}
.app-ul li i{display: block;margin-bottom: 10px;font-size: 5rem;line-height: 5rem;color: var(--color-2);}
.app-ul li h6{font-size: 18px;font-weight: 500;margin-bottom: 5px;color: #333;}
.app-ul li p{font-size: 14px;color: #888;}
.main-box{min-width:1200px;width:1200px;margin:0 auto}
@media (max-width: 991px) {
    .app{padding: 20px 0;}
    .app-ul li i{font-size:3rem;line-height:3rem;}
    .app-ul li h6{font-size: 1.4rem;}
    .app-ul li p{display:none;}
    .main-box{min-width:100%;width:100%}
}

.Process{padding: 100px 0 50px 0;}
.process-ul{width: 100%;padding: 50px 0 0 0;}
.process-ul li{width: 18.4%;text-align: center;position: relative}
.process-ul li:after{content: '';width: 100%;position: absolute;right:-50%;top:38px;height: 5px;background-color: var(--color-2);z-index: 1;}
.process-ul li:last-child:after{display: none;}
.process-ul li i{width: 50px;line-height:40px;height: 50px;position: relative;z-index: 2;font-style: normal;border: 5px solid rgba(255,255,255,0.7);text-align: center;font-size: 2rem;color: #fff;border-radius: 50%;background-color: var(--color-2);display: block;margin: 15px auto;font-family: Arial}
.process-ul li h6{font-size: 22px;color: #333;}
.process-ul li p{background-color: #f2f2f2;font-size: 16px;line-height: 26px;border-radius: 8px;color: #666;display: block;padding: 20px;width: 90%;height: 100px;margin: 30px auto;}
@media (max-width: 991px) {
  .Process{padding: 20px 0 20px 0;}
  .process-ul{padding:10px 0 0 0;}
  .process-ul li:after{height: 2px;}
  .process-ul li i{font-size: 1.6rem;margin: 15px auto;}
  .process-ul li h6{font-size: 1.6rem;}
  .process-ul li p{font-size:1.4rem;line-height:2.2rem;padding:15px;margin: 10px auto 25px auto;}
}

.process-ul li.slick-active{-webkit-animation: fadeIn 1s both;animation: fadeIn 1s both;}
.process-ul .NextArrow,.process-ul .PrevArrow{
    position: absolute;
    width: 40px;
    height:40px;border-radius: 50%;
    line-height:40px;
    background:transparent;border: none;top:50%;margin-top: -20px;
    text-align: center;
    z-index: 999;
    outline: none;
}
.process-ul .NextArrow i,.process-ul .PrevArrow i{font-size:4rem;color:var(--color-1);font-weight: 400;}
.process-ul .NextArrow:hover i,.process-ul .PrevArrow:hover i{color:var(--color-2);}
.process-ul .NextArrow{right:-50px;transform: rotate(-180deg)}
.process-ul .PrevArrow{left:-50px;}
.process-ul .slick-dots{position: absolute;width: 100%;left: 0;bottom:-30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.process-ul .slick-dots li{margin:6px!important;border: none;border-radius: 50%;width:12px!important;height: 12px;min-height:12px;padding: 0!important;background-color: rgba(0,0,0,0.2)}
.process-ul .slick-dots li:after{display:none;}
.process-ul .slick-dots li button{padding: 0;border: none;margin: 0;}
.process-ul .slick-dots li.slick-active{background-color:var(--color-2)}
.process-ul .slick-dots li button:before {font-size:0.8rem;color:#222;opacity: 0;left:50%;margin-left: -0.4rem;top:0;}
.process-ul .slick-dots li.slick-active button:before {opacity: 0;color: var(--color-2)}
@media screen and (max-width: 1536px) and (min-width: 1281px) {
    .process-ul .NextArrow{right:-30px;}
    .process-ul .PrevArrow{left:-30px;}
}
@media screen and (max-width: 1280px) and (min-width: 1152px) {
    .process-ul .NextArrow{right:-10px;}
    .process-ul .PrevArrow{left:-10px;}
}
@media (max-width: 991px) {
       .process-ul .slick-dots{bottom:0;}
       .process-ul .slick-dots li{margin:4px!important;width:8px!important;height:8px;min-height:8px;}
       .process-ul li.slick-active .home-advantage-box1-hide {	animation: advantageShow 1s forwards;}
}

.ads{background-image: url(/static/images/adv.jpg);background-size: cover;height: 350px;display: flex;align-items: center;justify-content: center;}
.ads .text{}
.ads .text h4{font-size: 30px;margin-bottom: 20px;font-weight: 550;}
.ads .text p{font-size: 50px;line-height:60px;margin-bottom:50px;font-weight: 550;}
.ads .text a{
    display: block;width: 200px;height:55px;line-height: 52px;border-radius: 30px;
    text-align: center;font-size: 18px;text-transform: uppercase;font-weight: 450;
    background-image: -webkit-linear-gradient(45deg, var(--color-2),var(--color-1));
    background-image: linear-gradient(45deg, var(--color-2), var(--color-1));
    -webkit-animation: fadeOutInUp 1s both;
    animation: fadeOutInUp 1s both;
    color: #fff!important;
    box-shadow:0 10px 20px rgba(37,57,121,0.3);
    -webkit-box-shadow:0 10px 20px rgba(37,57,121,0.3);
}

@media (max-width: 991px) {
    .ads{background-size:auto 100%;height: 200px;background-position:center;}
    .ads .text h4{font-size:1.6rem;margin-bottom:10px;}
    .ads .text p{font-size: 2.5rem;line-height:3.5rem;margin-bottom:20px;}
    .ads .text a{width:40%;height:45px;line-height:45px;font-size: 1.5rem;}

}

