@charset "utf-8";

.topbar {
	position: absolute;
}
.topbar.small {
	position: fixed;
}

.topbar .topbar-left .logo img.white {
	display: block;
}
.topbar .topbar-left .logo img.black {
	display: none;
}
.topbar.small .topbar-left .logo img.white {
	display: none;
}
.topbar.small .topbar-left .logo img.black {
	display: block;
}

.topbar .topbar-right ul li a {
    color: #fff;
}
.topbar.small .topbar-right ul li a {
    color: #333;
}
.topbar.small .topbar-right ul li a:hover {
    color: #e60012;
}
.topbar.small .topbar-right ul li.chked a {
	color: #e60012;
}

.topbar .topbar-more div ul li {
	background-color: #fff;
}
.topbar.small .topbar-more div ul li {
	background-color: #333;
}

.banner {
	/*
	width: 100%;
	height: 100vh;
	*/
	color: #fff;
	/*
	background-color: #000;
	position: relative;
	*/
}

.banner .content {
	/*
	height: 100%;
	margin: 0 12.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	*/
	
	position: absolute;
	left: 0px;
	top: 30%;
	margin-left: 12.5%;
	z-index: 2;
}

.banner .content h1 {
	color: #e60012;
	font-size: 38px;
	font-weight: normal;
}

.banner .content p {
	font-size: 42px;
	/* font-weight: bold; */
	line-height: 1.5em;
	margin-top: 2.5%;
	white-space: pre-wrap;
}

.banner .bottom {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 6%;
	z-index: 2;
}
.banner .bottom img {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	animation: kf-banner-arrow 1.7s infinite ease;
}

.mainbar {
	padding-top: 0px;
}

.x-title {
	color: #333;
	font-size: 38px;
	font-size: 42px;
	font-weight: normal;
	font-weight: bold;
	margin: 3% 0px;
	margin-left: 12.5%;
}

/* ================================ about ================================ */

.about {
	/* width: 1080px;
	margin: 0 auto; */
	padding: 7% 12.5%;
}

/* .about h1 {
	font-size: 30px;
	line-height: 2em;
	font-weight: normal;
	margin-bottom: 60px;
}

.about p {
	color: #888;
	font-size: 14px;
	line-height: 2em;
	white-space: pre-wrap;
} */

.about h2 {
	color: #333;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: normal;
}

/* ================================ anli ================================ */

.anli {
}

/* ================================ service ================================ */

.service {
	margin-top: 7%;
}

.service .x-title {
	margin-bottom: 0px;
}

.service .content {
	margin: 4% 12.5%;
	margin-right: 0px;
	margin-top: -2%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.service .content div {
	width: 33.3%;
	margin-top: 6%;
}

.service .content div h1 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 15px;
}

.service .content div ul {
}

.service .content div ul li {
}

.service .content div ul li {
	color: #666;
	font-size: 16px;
	line-height: 2em;
}

/* ================================ news ================================ */

.news {
	/* width: 1080px;
	margin: 0 auto; */
	padding-left: 25%;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #d7d5d6;
	/* display: flex;
	justify-content: space-between; */
}

.news div {
	/* width: 250px; */
	width: 33.3%;
	float: left;
}

.news div h1 {
	font-size: 18px;
	font-weight: normal;
}

.news div ul {
	margin-top: 15px;
	width: 65%;
}

.news div ul li {
	color: #888;
	font-size: 12px;
	line-height: 28px;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news div ul li a {
}
.news div ul li a:hover {
	text-decoration: underline;
}

@media (min-width: 1px) and (max-width: 750px) {
	
	.banner {
		/*
		width: 100%;
		height: 100vh;
		*/
		color: #fff;
		/*
		background-color: #000;
		position: relative;
		*/
	}
	
	.banner .content {
		/*
		height: 100%;
		margin: 0 12.5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		
		margin: 0 5%;
		*/
		
		position: absolute;
		left: 0px;
		top: 30%;
		margin-left: 12.5%;
		z-index: 2;
		
		margin-left: 5%;
	}
	
	.banner .content h1 {
		color: #e60012;
		font-size: 38px;
		font-weight: normal;
		
		font-size: 22px;
	}
	
	.banner .content p {
		font-size: 42px;
		/* font-weight: bold; */
		line-height: 1.5em;
		margin-top: 2.5%;
		white-space: pre-wrap;
		
		font-size: 18px;
		font-weight: normal;
		line-height: 1.7em;
	}
	
	.banner .bottom {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 6%;
		z-index: 2;
	}
	.banner .bottom img {
		display: block;
		margin: 0 auto;
		cursor: pointer;
		animation: kf-banner-arrow 1.7s infinite ease;
	}
	
	.mainbar {
		padding-top: 0px;
	}
	
	.x-title {
		color: #333;
		font-size: 38px;
		font-size: 42px;
		font-weight: normal;
		font-weight: bold;
		margin: 3% 0px;
		margin-left: 12.5%;
		
		font-size: 22px;
		font-weight: normal;
		margin-left: 3%;
	}
	
	/* ================================ about ================================ */
	
	.about {
		/* width: 1080px;
		margin: 0 auto; */
		padding: 7% 12.5%;
		
		padding: 6% 3%;
	}
	
	/* .about h1 {
		font-size: 16px;
		line-height: 1em;
		margin-bottom: 5.6%;
	}
	
	.about p {
		font-size: 12px;
	} */
	
	.about h2 {
		color: #333;
		font-size: 30px;
		line-height: 1.5em;
		font-weight: normal;
		
		font-size: 14px;
		line-height: 1.8em;
	}
	
	/* ================================ anli ================================ */
	
	.anli {
		
		padding-top: 3%;
	}
	
	/* ================================ service ================================ */
	
	.service {
		margin-top: 7%;
		
		margin-top: 12%;
	}
	
	.service .x-title {
		margin-bottom: 0px;
	}
	
	.service .content {
		margin: 4% 12.5%;
		margin-right: 0px;
		margin-top: -2%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0%;
	}
	
	.service .content div {
		width: 33.3%;
		margin-top: 6%;
		
		width: 50%;
		margin-top: 9%;
	}
	
	.service .content div h1 {
		font-size: 22px;
		font-weight: normal;
		padding-bottom: 15px;
		
		font-size: 18px;
		font-weight: bold;
	}
	
	.service .content div ul {
	}
	
	.service .content div ul li {
	}
	
	.service .content div ul li {
		color: #666;
		font-size: 16px;
		line-height: 2em;
		
		font-size: 14px;
	}
	
}

