﻿/* 全局样式 - 去重后保留一份 */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Roboto, Arial, sans-serif;
}

a {
	text-decoration: none;
}

/* 横幅样式 */
#banner {
	background: url(../pic/bg-sy.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 1000px;
}

/* 按钮区域 */
.join-buttom {
	padding-top: 550px;
	padding-left: 100px;
}

.join-buttom a {
	padding: 15px;
	border: 3px solid white;
	color: white;
	margin-right: 15px;
	float: left;
	transition: 0.4s;
}

.join-buttom a:hover {
	color: black;
	background: white;
}

/* 标题区域 */
.join-item {
	font-size: 30px;
	color: white;
	padding-bottom: 50px;
}

.join-item h2 {
	margin-bottom: 40px;
}

/* 内容盒子 */
.item-page-box {
	padding-top: 10px;
	width: 1005px;
	height: 850px;
	margin: 0 auto;
	color: #5F5F5F;
	padding-left: 20px;
}

.item-page-box hr {
	margin-top: 20px;
	margin-bottom: 50px;
	height: 4px;
	border: none;
	background: #EBEBEB;
}

.item-page-box h2 {
	padding: 20px 0;
	color: #333333;
}

/* 内容字体样式（保留正确的非白色样式，删除冲突的白色文字） */
.item-font h3 {
	line-height: 80px;
	color: #333333;
}

.item-font p {
	line-height: 35px;
}

.item-font a {
	color: #337AB7;
}

.item-font img {
	margin-top: 100px;
	box-shadow: 8px 8px 10px #EAEAEA;
	float: right;
	height: 400px;
	width: 349px;
}

/* 页脚 */
#footer {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
}

#footer a {
	padding-right: 20px;
	color: #5F5F5F;
	transition: 0.4s;
}

#footer a:hover {
	color: #337AB7;
}

#footer p#counter {
	color: #337AB7;
	padding-left: 190px;
}

/* 悬浮按钮 */
.box a {
	overflow: hidden;
	color: white;
	margin-top: 20px;
	float: right;
	background: #f8a5c2;
	width: 25px;
	height: 40px;
	padding-top: 15px;
	padding-right: 10px;
	white-space: nowrap;
	transition: 0.4s;
	box-shadow: 3px 8px 10px #EAEAEA;
}

.box a:hover {
	width: 120px;
}