
*{
	padding: 0;
	margin: 0;
}

/* 菜单部分 */
.head-menu{
	height: 88px;
	width: 100%;
	min-width: 1200px;
	display: flew;
	/* background-color: #375168; */
}
.head-box {
	width: 1200px;
	margin: 0 auto;
	height: 88px;
	line-height: 82px;
	display: flex;
	justify-content: space-between;
}
.head-logo{
	/* display: inline-block; */
	display: flex;
	/* float: left;
	margin: 20px 0px 0px 355px; */
}
.head-logo-img {
	display: inline-block;
	margin-top: 20px;
}
.head-logo-name{
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 4px;
	margin-left: 10px;
}
.menu-list{
	/* color: #FFFFFF;
	float: right;
	line-height: 70px;
	margin-right: 373px;
	margin-top: 7px; */
}

	
.menu-list a {
	color: #FFFFFF;
}

.unselected{
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	opacity:0.8;
}

.selected {
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background:url(../images/selected.png) no-repeat;
	background-position: bottom;
	background-size: 50%;
}



/* 底部样式 */
.fail{
	width: 100%;
	min-width: 1200px;
	background-color: #464646;
	height: 200px;
}
.fail-footer {
	margin: 0 auto;
	width: 975px;
	height: 200px;
	display: flex;
	justify-content: space-between;
}
.fail-left{
	padding: 54px 0px;
}
.fail-left-img{
	float: left;
	width: 82px;
	height: 93px;
}
.fail-left-img img{
	width: 100%;
	height:  100%;
}
.fail-left-contact{
	float: left;
	margin-left: 30px;
}
.fail-left-contact p{
	color: #ffffff;
	line-height: 30px;
}

.fail-right{
	/* float: right; */
	padding: 45px 45px 45px 0px;
}

.fail-right-img{
	width: 80px;
	height: 80px;
}
.fail-right-img img{
	width: 100%;
	height:  100%;
}
.fail-right-clint{
	float: right;
	margin-right: 50px;
}
.fail-right-gzh{
	float: right;
}
.fail-right p{
	text-align: center;
	font-size: 20;
	color: #ffffff;
	line-height: 26px;
}

/* 加入我们弹框 */
.join-us {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #0000008f;
	z-index: 300;
	text-align: center;
	display: none;
}
.join-us .join {
	display: inline-block;
	margin: 200px auto;
	width: 673px;
	height: 488px;
	background: url(../images/加入我们背景板.png) no-repeat;
	background-size: 100% 100%;
}
.join .code {
	width: 104px;
	height: 104px;
	margin: 0 auto;
	margin-top: 35%;
}
.join .join-text {
	width: 296px;
	height: 70px;
	margin: 0 auto;
	margin-top: 5%;
}

.beian {
	text-decoration: none;
	color:#fff;
}