*{
	margin: 0;
	padding: 0;
}
body{
	background: #f9f9f9;
}
@font-face {
	font-family: 'yuanti';
	src: url(../font/xxht.ttf);
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #eee;
	box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
	z-index: 9999;
}
#header-action{
	color: #FFFFFF;
	font-size: 14px;
	background: #000000;
	padding: 5px 0;
}
.header-action{
	width: 1280px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-action ul li{
	display: inline-block;
	margin-left: 10px;
}
.header-action ul li a{
	color: #FFFFFF;
}
.header{
	width: 1280px;
	height: 60px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header a{
	color: #333333;
}
.logo h3{
	color: #000000;
	font-family: 'yuanti';
	font-size: 24px;
	letter-spacing: 5px;
}
.nav a{
	margin-left: 60px;
}
.nav .active{
	color: #000000;
	font-weight: bold;
}
.kong{
	height: 30px;
}
.banner{
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: 80px auto 40px auto;
}
.banner-img{
	width: 850px;
}
.banner-img img{
	display: block;
	width: 100%;
	height: 440px;
}
.banner-text{
	width: 360px;
	height: 400px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px rgba(0,0,0,0.08);
}
.banner-text img{
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 20px;
}
.banner-text h3{
	margin-bottom: 10px;
}
.banner-text p{
	margin: 10px 0;
	color: #555555;
}
.banner-text a{
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
	padding: 5px 20px;
	color: #FFFFFF;
	background: #000000;
	border-radius: 30px;
}
.title{
	width: 1280px;
	margin: auto;
}
.title h3{
	color: #000000;
	padding-left: 10px;
	border-left: 5px solid #000000;
}
.work{
	width: 1280px;
	margin: 30px auto 0 auto;
}
.work ul{
	margin: 20px 0 0 0;
}
.work ul li{
	display: inline-block;
	width: 21.81%;
	margin: 10px auto;
	margin-right: 1%;
	padding: 1%;
	background: #FFFFFF;
	border: 1px solid #eee;
	transition: all 0.3s;
}
.work ul li:hover{
	box-shadow: 0px 3px 18px #CCC;
	transform: translateY(-10px);
}
.work ul li:nth-child(4n+4){
	margin-right: 0;
}
.work ul li a{
	display: block;
	color: #000000;
}
.work ul li img{
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.work ul li p{
	font-size: 17px;
	margin-top: 10px;
}
.life{
	margin-top: 30px;
}
.life-box{
	width: 1280px;
	margin: 30px auto;
}
.life-box-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.life-box-list:hover{
	
}
.lbl-img{
	width: 400px;
}
.lbl-img img{
	display: block;
	width: 100%;
}
.lbl-text{
	width: 820px;
}
.lbl-text h3{
	font-size: 18px;
}
.lbl-text p{
	line-height: 1.6;
	margin: 20px 0;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.lbl-text a{
	font-size: 14px;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #000000;
}
.footer{
	color: #FFFFFF;
	background: #000000;
	padding: 10px 0;
	text-align: center;
}
.f-banner{
	position: relative;
	width: 100%;
	height: 200px;
	line-height: 200px;
	margin-top: 60px;
}
.f-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.f-banner h3{
	position: absolute;
	width: 1280px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 15px;
}
.f-nav{
	background: #333333;
	text-align: center;
}
.f-nav a{
	display: inline-block;
	color: #FFFFFF;
	padding: 10px 30px;
}
.f-nav .active,.f-nav a:hover{
	background: #000000;
}
.about-page{
	width: 1220px;
	margin: 30px auto;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px rgba(0,0,0,0.08);
}
.about-page>h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.about-page p{
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 20px;
	word-break: break-all;
}
.about-page img{
	display: block;
	max-width: 60%;
	margin: 0 auto 30px;
}
.tag{
	display: flex;
	align-items: center;
	padding: 15px 0;
	width: 1280px;
	margin: auto;
}
.tag img{
	height: 18px;
	margin: 0 6px;
}
.tag a{
	color: #333;
}
.about-page ul li{
	display: inline-block;
	width: 32%;
	margin-right: 1.6%;
}
.about-page ul li:nth-child(3n+3){
	margin-right: 0;
}
.about-page ul li img{
	display: block;
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin-bottom: 20px;
}
.about-like{
	color: #FFFFFF;
}
.about-like h1{
	width: 90%;
	background: red;
	margin-bottom: 20px;
	padding: 10px;
}
.about-like h2{
	width: 70%;
	background: orangered;
	margin-bottom: 20px;
	padding: 10px;
}
.about-like h3{
	width: 50%;
	background: green;
	margin-bottom: 20px;
	padding: 10px;
}
.about-like h4{
	width: 30%;
	background: purple;
	margin-bottom: 20px;
	padding: 10px;
}
.lyy{
	width: 76%;
	margin: 50px auto;
	padding: 2%;
	background: #FFFFFF;
	box-shadow: 2px 1px 10px #CCC;
}
.lyy-t ul li{
	display: inline-block;
	width: 33%;
	height: 50px;
}
.lyy-t ul li input{
	outline: none;
	width: 200px;
	height: 30px;
	border: 1px solid #888;
	border-radius: 6px;
	padding-left: 10px;
}
.lyy-b{
	width: 100%;
}
.lyy-b textarea{
	outline: none;
	width: 100%;
	height: 250px;
	border-radius: 6px;
	padding: 10px;
}
.lyy-btn {
	margin-top: 30px;
	text-align: center;
}
.lyy-btn input[type="submit"], .lyy-btn a{
	display: block;
	margin: auto;
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
	background: #000000;
	color: #FFFFFF;
	border: none;
}
.lyy-btn input[type="submit"]:hover, .lyy-btn a:hover{
	background: #333333;
}
.page{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
}
.page span,.page a{
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	margin: 0 5px;
	font-size: 12px;
	border-radius: 3px;
}
.page .active,.page span:hover,.page a:hover{
	color: #FFFFFF;
	border: 1px solid #333333;
	background: #333333;
}
.login {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 95vh;
	background: #444;
}

.login-form {
	background: #FFFFFF;
	padding: 30px;
	border-radius: 10px;
}

.login-form h3 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 5px;
}

.login-form div {
	margin: 20px 0;
}

.kuang input {
	display: block;
	width: 250px;
	height: 40px;
	padding-left: 20px;
	border: none;
	font-size: 15px;
	background: #f2f2f2;
	border-radius: 30px;
	margin: 15px auto;
}

.submit input {
	cursor: pointer;
	display: block;
	width: 250px;
	height: 40px;
	margin: auto;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 10px;
	transition: all 0.3s;
	background-image: linear-gradient(150deg, #1e90ff 0%, #4facfe 100%)
}

.submit input:hover {
	background-image: linear-gradient(150deg, #48c6ef 0%, #6f86d6 100%)
}