@charset "utf-8";
/* CSS Document */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:visited {
  text-decoration: none;
  color: inherit;
}
a:active {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
strong {
  font-weight: normal;
}
li {
  list-style-type: none;
}
ul,
ol {
  margin-bottom: 0;
}
a:focus {
  outline: none;
}
h1,
h2 {
  font-weight: normal;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
html,
body {
  font-family: "微软雅黑", "宋体",  Arial;
  background: #fefdf4 url("../images/prompt-back-1020.png") 0 0 / cover no-repeat;
}
/*header*/
header {
  width: 1000px;
  min-width: 1000px;
  width: auto !important;
  max-height: 215px;
  height: auto !important;
  height: 215px;
  overflow: hidden;
}
header img {
  width: 100%;
}
.header-small {
  margin: 20px 0;
  width: 1000px;
  min-width: 1000px;
  width: auto !important;
  font-size: 24px;
  background: #1cb684;
  color: #fff;
}
.header-small h4 {
  margin: 0 auto;
  line-height: 60px;
  font-size: 27px;
  text-align: center;
  font-family: "微软雅黑";
}
.header-small h4 span {
  display: inline-block;
  width: 1000px;
  text-align: left;
}
/*main*/
.main {
  width: 1000px;
  margin: 0 auto;
}
.main .prompt {
  float: left;
  width: 690px;
  margin-left: 20px;
  color: #93928e;
}
.main .prompt nav {
  overflow: hidden;
  margin: 0;
}
.main .prompt nav li {
  float: left;
  margin-right: 5px;
}
.main .prompt nav li a {
  margin-right: 5px;
  color: #a5a49f;
}
.main .prompt nav li:first-child:before {
  content: '|';
  margin-right: 5px;
  color: #1cb684;
  margin-top: -3px;
}
.main .prompt nav li:last-child a {
  color: #1a8b66;
}
.main .prompt h2 {
  color: #18a375;
  text-align: center;
  font-size: 34px;
}
.main img {
  margin-top: -3px;
  width: 75px;
  height: 75px;
  display: block;
}
.main aside {
  width: 290px;
  float: left;
}
.main aside a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main aside img {
  margin: 15px 20px 0;
  float: left;
}
.main aside h4 {
  float: left;
  margin: 30px 0 0 -5px;
  font-size: 30px;
  color: #43927c;
}
.main aside h6 {
  clear: both;
  text-indent: 18px;
  position: relative;
  top: 9px;
  font-size: 14px;
  color: #43927c;
}
.main aside h5 {
  float: left;
  margin: 40px 0 0 10px;
  font-weight: normal;
  font-size: 18px;
  font-family: "微软雅黑";
}
.main aside li {
  width: 100%;
  height: 110px;
  background: #1bb583;
  cursor: pointer;
  font-size: 18px;
}
.main aside li:nth-child(3) img {
  margin-left: 25px;
  margin-right: 12px;
}
.main aside li:first-child {
  background: #b9dcc8;
  height: 120px;
}
.main aside a {
  color: #fff;
}
.main .act img {
  width: 50px;
  height: 50px;
}
/*footer*/
footer {
  width: 1000px;
  margin: 30px auto 0;
  padding-top: 5px;
  text-align: center;
  border-top: 3px solid #1bb583;
  color: #333;
}
footer p:first-child span {
  margin-left: 20px;
}
footer p:nth-child(2) span:first-child {
  margin-right: 20px;
}
footer p:last-child span {
  display: inline-block;
  width: 30px;
}
.main aside nav .active {
  background: #1b8a67;
}
