@charset "UTF-8";
* {padding: 0;margin: 0;box-sizing: border-box;}
@font-face {
	font-family: 'puhui';
	src: url(../../fonts/Alibaba-PuHuiTi-Heavy.ttf);
}
@font-face {
	font-family: 'fzct';
	src: url(../../fonts/FZCuSong-B09S.ttf);
}
body {font-size: 16px;color: #263D35;font-family: Microsoft YaHei;}
a {text-decoration: none;color: inherit;}
.wrap {width: 1200px;margin: 0 auto;}
.line-1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.line-2{display:-webkit-box !important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical !important}
.line-3{display:-webkit-box !important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical !important}
.line-4{display:-webkit-box !important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical !important}
.line-5{display:-webkit-box !important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical !important}
.empty {text-align: center;line-height: 200px;color: rgba(51, 51, 51, .7);}
.flex {display: flex;}
.flex-ali {align-items: center;}
.flex-jus {justify-content: space-between;}
.flex-juc {justify-content: center;}
.wrap {width: 1200px;margin: 0 auto;}

.header {
	background: #fff;
	height: 70px;
}
.header .wrap {height: 100%;}
.header .logo img {
	width: 52px;
	height: 52px;
	margin-right: 8px;
}
.header .logo span {
	font-size: 32px;
	color: #22A14D;
	font-family: 'fzct';
}
.header .nav {
	height: 70px;
	display: flex;
	align-items: center;
	color: #282828;
}
.header .nav a {
	display: block;
	min-width: 80px;
	line-height: 70px;
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
}
.header .nav a.active {
	background: #22A14D;
	font-weight: bold;
	color: #fff;
}

.banner {
	position: relative;
	width: 100%;
	min-height: 200px;
    font-size: 0;
}
.banner img {
	width: 100%;
}
.banner .info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.banner .info .title {
	font-size: 54px;
	font-family: 'puhui';
}
.container {
    min-height: calc(100vh - 160px);
}

.footer {
	background: #22A14D;
}
.footer .wrap{
	height: 90px;
	color: #fff;
}
.footer .title {
	font-family: 'fzct';
	font-size: 26px;
}
.footer .size{
	font-size: 16px;
}
.footer .shu {
	opacity: .2;
	margin: 0 16px;
}
