*{
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
video{
	outline: none;
}
.header-border{
	height: 70px;
	background:transparent;
}
/* 头部导航 */
.header-box{
	background: rgba(0,0,0,.6);
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
}
.header{
	width: 1140px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.header img{
	display: block;
	/* width: 120px; */
	height: 45px;
}
.nav{
	width: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav a{
	flex: 1;
	font-size: 14px;
	min-width: 36px;
	line-height: 70px;
	color: #fff;
	text-align: center;
}
.nav a img{
	display: inline-block;
	width: 10px;
	height: 5px;
	margin-left: 12px;
	vertical-align: middle;
}
.nav a:hover{
	/* font-size: 18px; */
	/* color: #AA8546; */
	font-weight: bold;
}
/* .navActive{
	padding-bottom: 19px;
	border-bottom: 4px solid #AA8546;
} */
.twomenu{
	display: none;
	width: 255px;
	height: 217px;
	background: url(../images/menu-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 40px;
	left: 700px;
	padding-top: 10px;
	z-index: 10;
}
.twomenu a{
	padding-top: 20px;
	color: #111111;
	display: flex;
	align-items: center;
}
.twomenu a img{
	width: 38px;
	height: 38px;
	margin-left: 50px;
	margin-right: 20px;
}
/* footer */
.footer{
	width: 100%;
	height: 415px;
}
.footer-link{
	width: 1140px;
	height: 246px;
	margin: 0 auto;
	border-bottom: 2px solid #AA8546;
	display: flex;
}
.footer-link img{
	width: 136px;
	height: 157px;
	margin-top: 40px;
	margin-left: 78px;
	margin-right: 218px;
}
.footer-link-box{
	width: auto;
	flex: 1;
	padding-top: 40px;
	padding-right: 38px;
	display: flex;
	justify-content: space-between;
}
.footer-dl dt{
	color: #151821;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}
.footer-dl dd{
	line-height: 1;
	padding-bottom: 15px;
}
.footer-dl dd a{
	color: #9B9B9B;
	font-size: 14px;
	line-height: 1;
}
.footer-footer{
	text-align: center;
	padding-top: 60px;
}
.footer-footer p{
	font-size: 12px;
	color: #9B9B9B;
	padding-bottom: 8px;
}
.footer-footer p a{
	color: #9B9B9B;
}


/* 创始人 */
.founder{
	padding-bottom: 170px;
}
.founder-box{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-warp:warp; /*CSS3样式，支持webkit，ms*/
	-ms-flex-wrap: wrap;/*IE9以及一下不支持*/
	-webkit-flex-wrap: wrap;
}
.founder-box-lists{
	width: 217px;
	height: 450px;
	background: #AA8546;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 40px;
}
.founder-message{
	height: 112px;
	background: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.founder-message h2{
	font-size: 37px;
	color: #111111;
	font-weight: normal;
}
.founder-message span{
	font-size: 17px;
	color: #5B5E66;
	padding-top: 12px;
	padding-bottom: 9px;
}
.founder-message p{
	font-size: 16px;
	color: #111111;
}
.founder-box-lists ul{
	height: 338px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.founder-box-lists ul li{
	font-size: 12px;
	padding: 0 20px 0 19px;
	line-height: 26px;
}
.bottom{
	display: flex;
	justify-content: flex-end;
}

/* 遮罩层 */
.zzc{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,1);
	z-index: 5;
}
.videos{
	width: 920px;
	height: 520px;
	z-index: 11;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.zzc img{
	position: absolute;
	top: 100px;
	right: 100px;
	cursor: pointer;
}

/* 返回顶部 */
.fhtop{
	position: fixed;
	right:100px;
	bottom: 100px;
}