@charset "gb2312";
/*重置规则*/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: "microsoft yahei", arial;
	background: #fff;
}
a {
	text-decoration: none;
	color: #000;
}

ui,
li {
	list-style: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal
}

input,
textarea,
select,
option {
	outline: none;
}

/*导航*/
.path-nav{
	width: 100%;
	height: 1rem;
	box-sizing: border-box;
	background: #fff;
	padding: 0 0.3rem;
}
#position{
	font-size: 0.4rem;
	line-height: 0.6rem;
	line-height: 1rem;
	color: #999;
}
#position a{
	font-size: 0.4rem;
	line-height: 0.6rem;
	line-height: 1rem;
	color: #999;
}

/*顶部*/
.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.1rem  0.3rem 0 0.3rem;
	box-sizing: border-box;
}
.top h1{
	width:100%;
	font-size: 0.6rem;
	color: #333;
	text-align: center;
	line-height: 0.9rem;
	font-weight: bold;
}
.main_msg{
	width: 100%;
	margin-top: 0.2rem;
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.main_msg_left p{
	font-size: 0.3rem;
	color: #333;
	display: inline-block;
	white-space: nowrap;
	line-height: 0.45rem;
}
.main_msg_left p:first-child{
	margin-right: 0.3rem;
}
.main_msg_right p{
	font-size: 0.3rem;
	color: #333;
	line-height: 0.45rem;
}

/*内容区*/
.main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0.3rem;
	box-sizing: border-box;
	margin-top: 0.5rem;
}
.main p img{
	width: 100%;
	height: auto;
	display:block;
}
.main p{
	font-size: 0.4rem;
	line-height: 0.8rem;
	color: #333;
	text-align: justify;
	margin-bottom: 0.3rem;
	text-indent: 2em;
}

.bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0.3rem;
	box-sizing: border-box;
	margin-top: 1.6rem;
	padding-bottom: 0.5rem;
}
.bottom_nav{
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-bottom: 0.2rem;
}
.bottom_nav li{
	display: inline-block;
}
.bottom_nav li a{
	font-size: 0.3rem;
	color: #999;
}
.bottom_nav li:after{
	content: "";
	width: 1px;
	height: 0.3rem;
	background-color: #999;
	margin: 0 0.2rem;
	display: block;
	float: right;
	margin-top: 0.06rem;
}
.bottom_nav li:last-child:after{
	content: "";
	width: 0px;
	height: 0rem;
	background-color: #fff;
	margin: 0rem;
	display: inline-block;
	margin-top: 0.06rem
}
.bottom p{
	font-size: 0.3rem;
	line-height: 0.45rem;
	color: #999;
	text-align: center;
}
.bottom p a{
	color: #999;
}