﻿/* CSS layout*/
/*内部网页结构css*/
body {
	/*设置网页底色代码*/
	background-color:#FFFFE8;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/
	border-style:none;
}
* {
	border:0px 0px 0px 0px;
}
/*内页主体框架*/
.neirong {
	width:100%;
	text-align:left;
	border-style:none;
}
img {
	max-width:640px;
	height:auto;
}
@media screen and (max-width: 600px) {
	img {
		max-width:200px;
	}
}

.neirong_center {
	width:100%;
	text-align:left;
	border-style:none;
}
.neirong_center p {
	line-height:200%;
	text-align:center;
	text-indent:0px;
	font-size:16px;
}
.neirong_center img {
	border-radius:15px;
	width:480px;
	height:auto;
}
/*内页主体导航框架*/
.neirong_daohang {
	text-align:center;
	border:0px 0px 0px 0px;
	border-style:none;
}
.neirong_daohang_01 {
	width:100%;
	height:25px;
	text-align:center;
	border-style:none;
}
.neirong_daohang_02 {
	height:100%;
	text-align:left;
	vertical-align:top;
	border-style:none;
}
p.daohang {
	line-height:110%;
	text-indent:0px;
	margin:10px 0px 0px 0px;
}
/*文字段落字体*/
h1,h2,h3,h4,h5,h6 {
	color:#800000;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
h1 {
	font-family:隶书;
	font-size:64px;
	letter-spacing:10px;
}
h2 {
	font-family:楷体;
	font-size:36px;
}
h3 {
	font-family:楷体;
	font-size:24px;
}
h4 {
	font-family:楷体;
	font-size:18px;
}
h5 {
	font-family:楷体;
	font-size:16px;
}
h6 {
	font-family:宋体;
	font-size:14px;
}

p,a {
	font-family:宋体;
	color:#000000;

}
p {
	font-size:16px;
	margin-left:10px;
	margin-right:10px;
	text-indent:32px;
	line-height:150%;
}
a {
	font-size:14px;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#990033;
	text-decoration:underline;
}
