/**
 * 
*  site.css
*  @file 站点通用样式
 * @author Zhangyue<zhangyue1630@163.com>
 * 
 **/


/* #region HTML元素 */

* {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", "Microsoft YaHei", "Microsoft sans serif";
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-size: 20px;
}


/* #endregion */

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}


}
input,
label,
select,
option,
textarea,
button,
fieldset,
legend {
	min-width: 0;
	font-size: 1.2rem;
}
input {
	outline: none;
}
ul,
ol {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h5 {
	font-size: 1.4rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

/* #endregion */



/* #region 首页 */
.wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.top{
	width: 100%;
	background-color: #57718c;
	background: linear-gradient(65deg, #00A2B8 -25%, #57718c 100%);
	box-shadow: 0 8px 24px rgba(32,43,54,0.12);
	position: fixed;
	top: 0;;
}
.content {margin-top: 5rem;}
header {
	display: flex;
	align-items: center;
	width: 50rem;
	height: 5rem;
	margin: 0 auto;
}
header span {
	width:15rem;
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	color: #000;
	line-height: 5rem;
	font-weight: bold;
}
.nav {
	width:40rem;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-align: center;
}
.nav .nav-bar {
	flex: 1;
	display: block;
	color:#fff;
	/* border-top: solid 5px #f0f0f0;;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav .nav-bar:hover {
	/*border-top: solid 5px #000000;*/
	color: #000000;
}

/* #endregion */

/* #region 通用类 */



.banner img{
	width: 50rem;
	height: auto;
	display: block;
	margin:0 auto;
	/*border: solid 8px #c7d6ed;*/
}

.banner{
	height: ;
}
footer{
	padding: 1rem 0;
	text-align: center;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    background-color: #f0f0f0;
}

/* #endregion */
.page-body{
	padding-top:0.25rem;
	width:50rem;
	height:auto;
	margin:0 auto;
	color:#4a4747;
}
.page-body{
	display: none;
}
.active{display: block;}
.page-body h5{
	/*width:100px;*/
	line-height: 2.5rem;
	font-weight: bold;
	font-size: 1.25rem;
	/*text-align: center;*/
	
}
.page-body h5:hover{
	/*border-bottom: solid 3px #a5844e;*/
	color: #000000;
}
.page-content{
	line-height:2rem;
	font-size: 1rem;

}
.page-content p{
	padding-left: 1rem;
	margin-top:0.25rem;
/*	text-indent: 2em;*/
}

.map{
	/*width:800px;
	height: ;*/
}

.page-content h5{
	margin-top:0.25rem;
	font-weight: normal;
	font-size: 0.75rem;
}
.map img{
	display: block;
	
}


.page-content>div{
	width:100%;
	height: auto;
	background: linear-gradient(65deg, #00A2B8 -25%, #57718c 100%);
	border-radius: 0.5rem;
	padding: 1rem;
	margin: 1rem auto;
}
.page-content>div h5{
	font-size: 1rem;
}