@import url(flat.css);
@import url(computer.css);
@import url(mobile.css);

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	/* -webkit-box-align: center; */
	align-items: center;
}

.slide1 {
	background: url("../image/hn0fqc.jpg") no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}

.slide2 {
	background: url("../image/29uhkr.jpg") no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}

.slide3 {
	background: url("../image/0i6fae.jpg") no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}


.swiper-content1 {
	transition-duration: 0.2s;
	display: none;
	overflow: hidden;
	animation-name: content1;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
}

@keyframes content1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

.swiper-content2 {
	transition-duration: 0.2s;
	animation-name: content2;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
	z-index: 999;
}

@keyframes content2 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

.swiper-content3 {
	transition-duration: 0.2s;
	animation-name: content3;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
}

@keyframes content3 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.swiper-content1 .swiper-title {
	font-weight: 350;
	/* margin-bottom: 20px; */
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 50px;
	color: #fff;
}

.swiper-content1 .swiper-text {
	line-height: 42px;
	font-weight: 100;
	padding-bottom: 35px;
	color: #FFFFFF;
}

.swiper-content2 .swiper-title {
	font-weight: 350;
	/* margin-bottom: 20px; */
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 50px;
	color: #fff;
}

.swiper-content2 .swiper-text {
	line-height: 42px;
	font-weight: 100;
	padding-bottom: 35px;
	color: #FFFFFF;
}

.swiper-content3 .swiper-title {
	font-weight: 350;
	/* margin-bottom: 20px; */
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 50px;
	color: #fff;
}

.swiper-content3 .swiper-text {
	line-height: 42px;
	font-weight: 100;
	padding-bottom: 35px;
	color: #FFFFFF;
}

.btns {
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	background-color: #6173f4;
	border: 2px solid #6173f4;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px;
}

.btns:hover {
	border: 2px solid #FFFFFF;
	background-color: rgb(100, 100, 100, 0.1);
	transition-duration: 0.2s;
}

.introduce {
	width: 100%;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
}

.introduce-title {
	text-align: center;
}

.introduce-title h2 {
	font-weight: 300;
	color: #444;
	line-height: 1.5;
	margin: 0;
}

.introduce-title h3 {
	display: inline-block;
	color: #929292;
}

.introduce-fide {
	animation-name: introduces;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
}

@keyframes introduces {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

.introduce-content .li {
	border-radius: 12px;
	width: 360px;
	margin: 0 30px 30px 0;
	background: #fff;
	color: #7f7f7f;
	position: relative;
	visibility: hidden;
}

.introduce-content .li img {
	border-radius: 12px 12px 0 0;
	width: 360px;
	height: 240px;
	display: block;
	margin: 0 auto;
}

.introduce-content .li .name {
	padding: 10px;
	font-size: 12px;
	padding-top: 10px;
}

.introduce-content .li:nth-child(3n-3) {
	margin-right: 0;
}


.install {
	padding-top: 112px;
	background-color: #fbfbfb;
}


.install-title {
	padding-bottom: 100px;
}

.install-title h2 {
	font-weight: 300;
	color: #444;
	padding-bottom: 20px;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}

.install-title h3 {
	color: #929292;
	text-align: center;
}

.person-content {
	text-align: center;
	visibility: hidden
}

.person-content img {
	border-radius: 50%;
}

.person-content:hover {
	cursor: pointer;
}

.install-fide {
	animation-name: install;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
}

@keyframes install {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}



.about-us {
	padding: 20px 0 112px;
	background-color: #fbfbfb;
}


.about-us-title {
	/* padding-bottom: 100px; */
}

.about-us-title h2 {
	font-weight: 300;
	color: #444;
	padding-bottom: 20px;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}

.about-us-title h3 {
	color: #929292;
	text-align: center;
}

.about-us-fide {
	animation-name: about-us;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
}

@keyframes about-us {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}



.contact-us {
	padding: 20px 0 112px;
	background-color: #fbfbfb;
	display: flex;
	justify-content: center;
}


.contact-us-title {
	/* padding-bottom: 50px; */
}

.contact-us-title h2 {
	font-weight: 300;
	color: #444;
	padding-bottom: 20px;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}

.contact-us-title h3 {
	color: #929292;
	text-align: center;
}

.contact-us-li {
	padding: 10px 0;
}


.contact-us-fide {
	animation-name: contact-us;
	/*持续时间   就是动画运行时间*/
	animation-duration: 2s;
}

@keyframes contact-us {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

.person a {
	text-decoration: none;
	color: #000;
}

.person img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.person .name {
	font-size: 24px;
}

.person .position {
	text-transform: uppercase;
	color: #c3c3c3;
	margin-bottom: 30px;
	letter-spacing: 2px;
}


.agreement {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 25px 0;
	background-color: #f2f2f2;
}

.agreement-li {
	padding: 0 30px;
	font-weight: bold;
	color: #999999;
}

.agreement-li a {
	color: #9c9c9c;
}

.agreement-line {
	width: 2px;
	height: 20px;
	background-color: #999999;
}

.agreement-li:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* .footer {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
} */


.footer {
	width: 100%;
	height: 120px;
	background-color: #212121;
	padding-top: 20px;
	font-size: 11px;
	color: #9c9c9c;
	text-align: center;
}

.footer-li {
	line-height: 1.5;
}

.footer-li-2 {
	padding-top: 10px;
}

.footer-li a {
	color: #9c9c9c;
}
