﻿@import "css.css";
@import "css2-Robotowght300400700_swap.css";
@import "css2-NotoSansSCwght100..900_swap.css";


body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: Roboto,"Noto Sans SC",Roboto, SF Pro Text, Poppins, Peach Crush, SF Pro TC, SF Pro Text, PingFang TC, Noto Sans TC, sans-serif;
	font-size: 14px;
	font-weight: normal;
	overflow-x: hidden;
}

.header{
	position: fixed;
	top: 0;
	color:#fff;
	font-size: 1.1rem;
	width: 100vw;
	z-index: 999;
	transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);

}

.header-box{
	width: 100%;
	max-width: 1400px;
	display: flex;
	margin: auto;
	height: 75px;
	align-items: center;

}

.nav{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-link:hover{
	color:rgba(255,255,255,0.75);
}

.nav-link{
	display: block;
	color:#fff;
	margin-left: 3rem;

}

.nav-link-white{
	background:#fff;
	color:#000;
	padding:8px 20px;
	border-radius: 3rem;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
	border:1px solid #fff;
}

.nav-link-white:hover{
	background: transparent;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: pulseWhite 1s 1 ease-in-out forwards;
    animation: pulseWhite 1s 1 ease-in-out forwards;
}


.logo{
	width: 50%;
}



.banner{
	height: 100vh;
	background-image: url('../image/banner.jpg');
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}

.banner-box{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	color:#fff;
}

.banner-left{
	width: 50%;
	display: flex;
	flex-direction: column;
	
	justify-content: center;
}

.banner-left h2{
	font-size: 3.5rem;
}

.banner-left p{
	width: 100%;
	max-width: 550px;
	font-size: 18px;
	margin-top: 1rem;
	color:rgba(255,255,255,0.75);
}

.banner-btn-box{
	display: flex;
	align-items: center;
	border-radius: 3rem;
	border:1px solid #fff;
	color:#fff;
	width: 180px;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	padding:15px 0;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.banner-btn-box span{
	margin-left: 5px;
}

.banner-btn-box i{
	font-size: 18px;
}

.banner-btn-box:hover{
	color:#000;
	background: #fff;
	animation: pulseWhite 1s 1 ease-in-out forwards;
}

.function-btn-box{
	display: block;
	background: #2891F9;
	color: #fff;
	margin-top: 50px;
}

.function-btn-box:hover{
	color: #fff;
	background: #2891F9;
	animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.banner-right{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.function{
	background: #f6f9fe;
	padding:85px 0 50px 0;
}


.function-box h2{
	text-align: center;
	font-size: 2.5rem;
}

.function-box p{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.3rem;
	margin-top: 5px;
}

.function-list{
	width: 100%;
	max-width: 1200px;
	margin:auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	margin-top: 85px;
	margin-bottom: 85px;
}

.function-item{
	padding:80px 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 20px 0 rgba(145,145,145,.05);
	transition: all .5s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.function-item img{
	width: 120px;
}

.function-item:hover{
	box-shadow: 0 20px 30px 0 rgba(62,123,248,.3);
	transform: translateY(-50px);
}



.function-list h2{
	font-size: 22px;
	margin-top: 20px;
	color: #515c7a;
}


.function-list p{
	letter-spacing: normal;
	font-size: 16px;
	color: #8a95b2;
}

.block-line{
	width: 50px;
	height: 3px;
	margin: 15px 0;
}

.block-line-red{
	background: #ff8b88;
}

.block-line-green{
	background: #47e7c4;
}

.block-line-blue{
	background: #6e94ff;
}

.function-content{
	width: 100vw;
	background: #fff;
	padding:85px 0;
}

.function-content-box{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
}

.function-content-left{
	width: 65%;
}

.function-content-right{
	width: 35%;
	display: flex;
	justify-content: flex-end;
}


.function-content-left-small-title{
	color: #2891F9;
}

.function-content-left-title{
	font-size: 2.5rem;
	margin: 15px 0;
}

.function-content-ul{
	margin-left: 20px;
}

.function-content-ul li{
	list-style-type: circle;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.function-content-count{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	font-size: 1.2rem;
	margin-top: 50px;
}


.function-content-count-item{
	display: flex;
	flex-direction: column;
	border-left: 10px solid #2891F9;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2)
}

.count-number{
	font-size: 1.2rem;
	font-weight: 700;
	color:#2891F9;
	margin-top: 10px;
	font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", sans-serif;
}

.business{
	padding: 85px 0;
	width: 100vw;
	background: #f6f9fe;
}

.business-box{
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.business-box h2 {
    text-align: center;
    font-size: 2.5rem;
}

.business-box p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    margin-top: 5px;
}

.business-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 35px;
	margin-top: 65px;

	
}

.business-list-item{
	background: #fff;
	border-radius: 5px;
	padding:30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.business-list-item-title{
	font-size: 28px;
	margin-top: 25px;
}

.business-list-item img{
	width: 100px;
	margin-top: 35px

}

.business-price{
	color:#F00;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 5px;
}

.business-list-item ul{
	margin-top: 25px;
	font-size: 16px;
	line-height: 2;
}
.business-list-item li{
	display: flex;
	align-items: center;
}


.business-list-item:hover{
	box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}


.business-list-item .layui-icon{
	font-size: 22px;
	color:#16b777;
	margin-right: 5px;
}

.faq{
	width: 100vw;
	background: #fff;
	padding: 85px 0;
}

.faq-box{
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.faq-box h2 {
    text-align: center;
    font-size: 2.5rem;
}

.faq-box p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    margin-top: 5px;
}

.faq-list{
	margin-top: 35px;
	font-size: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 35px;
	padding:35px 0 70px 0;
}

.faq-item-title{
	font-weight: 700;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;

}
.faq-item-content{
	padding:15px;
	display: none;
	font-size: 15px;

}

.faq-item-title .layui-icon{
	font-size: 24px;
	font-weight: normal;
}

.footer{
	padding-top: 120px;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-image: url('../image/bg-footer.png');
}
.faq-item-title-l{
	width: 80%;
}

.faq-item-title-l img{
	margin-right: 10px;
}

.faq-item-title-l span:hover{
	color: rgba(0,0,0,0.75);
}

.faq-item-title-r{
	text-align: right;
	width: 20%;
}

.footer-box{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	color:#fff;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding-bottom: 45px;
}

.footer-item-title{
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	
}
.footer-item-line{
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 10px 0 15px 0;
}

.footer-item a{
	color:#fff;
	display: block;
	font-size: 15px;
	line-height: 2;
}

.footer-item p{
	color:#fff;
	display: block;
	font-size: 15px;
	line-height: 2;
}

.copyright{

    padding: 30px 0;
    background:rgba(255, 255, 255, 0.1)
}
.copyright-text{
	text-align: center;
	color:#ffff;
}

.copyright a{
	color:#fff;
	margin:0 10px;
}
.footer-item img{
	margin-top: 10px;
}

.scroll-top-btn{
	right: 10px;
    width: 60px;
    height: 60px;
    z-index: 144;
    line-height: 60px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    color: #fff !important;
    background: #2891F9;
    transition: all 0.5s ease;
    bottom: 30px;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
}

.scroll-top-btn:hover{
	animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn img{
	width: 24px;
}

.scroll-top-btn.active{
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}

.header-shrink{
	background: #fff;
	color:#000;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.header-shrink .nav-link{
	color: #000;
}

.header-shrink .nav-link-white{
	background: #2891F9;
	color: #fff;
}

.header-shrink .nav-link-white:hover{
	animation: pulsePrimary 1s 1 ease-in-out forwards;
}



@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}