* {
  margin: 0;
  padding: 0;
  list-style: non outside none;
  font-family: "??雅黑", "黑体";
}
html {
  background-color: #000;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
body {
  background-color: #fff;
  max-width: 640px;
  margin: 0px auto;
}
em {
  font-style: normal;
}
/*****头部*****/
header {
  height: 55px;
  width: 100%;
  background-color: #eeeeee;
  display: -o-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  display: -webkit-box;
  display: -webkit-inline-box;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  padding-top: 8px;
}
header .logo {
  width: 45px;
  height: 45px;
  display: block;
}
header .logo img {
  width: 100%;
}
header .logo-right {
  padding-left: 10px;
  color: #3f8f6d;
  display: block;
  width: 265px;
}
header .logo-right h1 {
  font-size: 23px;
  height: 30px;
  white-space: nowarp;
}
header .logo-right span {
  font-size: 14px;
  display: block;
  text-align: center;
}
/*******nav*******/
nav {
  width: 100%;
  height: 84px;
  background-color: #3f8f6d;
}
nav > div {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flex;
  display: flex;
}
nav > div a {
  color: #fff;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-align: center;
  padding-top: 12px;
}
nav > div a em {
  border-right: 1px solid #fff;
  height: 18px;
  line-height: 18px;
  display: block;
}
nav > div a:nth-child(4) em {
  border: none;
}
nav > div:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.banner {
  display: flex;
  margin-top: 2px;
  flex-direction: column;
}
.banner img {
  width: 100%;
  margin-top: 1px;
}
/***滑动屏幕***/
/***切换样式***/
.slideBox {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
}
.slideBox .bd .tempWrap {
  overflow: hidden;
  position: relative;
}
.slideBox .bd .tempWrap ul {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  transition: 200ms;
  -webkit-transition: 200ms;
  -webkit-transform: translate(-2846px, 0px) translateZ(0px);
}
.slideBox .bd .tempWrap ul li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.slideBox .bd .tempWrap ul li:nth-child(1) {
  background-color: #fff;
}
.slideBox .bd .tempWrap ul li#listbj2 {
  background-color: #fdf085;
}
.slideBox .bd .tempWrap ul li#listbj3 {
  background-color: #79bff0;
}
.slideBox .bd .tempWrap ul li#listbj4 {
  background-color: #242833;
}
.slideBox .bd .tempWrap ul li#listbj5 {
  background-color: #a20203;
}
.slideBox .bd .tempWrap ul li#listbj6 {
  background-color: #fff;
}
.slideBox .bd .tempWrap ul li#listbj7 {
  background-color: #fdf085;
}
.slideBox .bd .tempWrap ul li#listbj8 {
  background-color: #fdf085;
}
.slideBox .bd .tempWrap ul li#listbj9 {
  background-color: #f1eded;
}
.slideBox .hd {
  position: absolute;
  height: 15px;
  line-height: 15px;
  top: -10px;
  left: 50%;
  z-index: 1;
  display: flex;
  margin-left: -155px;
}
.slideBox .hd ul {
  position: static;
}
.slideBox .hd li {
  width: 35px;
  height: 10px;
  background: #888888;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  position: static;
}
.slideBox .hd li:nth-child(1) {
  background-color: #fff;
}
.slideBox .hd li:nth-child(2) {
  background-color: #fdf085;
}
.slideBox .hd li:nth-child(3) {
  background-color: #79bff0;
}
.slideBox .hd li:nth-child(4) {
  background-color: #242833;
}
.slideBox .hd li:nth-child(5) {
  background-color: #a20203;
}
.slideBox .hd li:nth-child(6) {
  background-color: #fff;
}
.slideBox .hd li:nth-child(7) {
  background-color: #8acd71;
}
.slideBox .hd li:nth-child(8) {
  background-color: #5f94fa;
}
.slideBox .hd li:nth-child(9) {
  background-color: #f1eded;
}
.slideBox .hd li.on {
  background: #00246c;
}
.qh-box {
  width: 100%;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 10px;
}
.qh-box img.qh-img1 {
  width: 285px;
  margin: 10px auto;
}
.qh-box img.qh-img2 {
  width: 100%;
}
.qh-box .text p {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.qh-box .textb2 p {
  text-align: left;
  text-indent: 2em;
  margin: 0px 10px;
  border-bottom: 1px dashed #999999;
}
.qh-box .qh-img1-2 {
  width: 100%;
  margin-top: 10px;
}
.qh-box .textb {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.qh-box .textb a {
  color: #d30408;
  text-decoration: none;
}
.qh-box span.anniu {
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #8cce72;
  display: block;
  margin: 0px auto;
  border-radius: 8px;
}
.qh-box span.anniu a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.qh-box span.anniu a:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/dihua-img.png) no-repeat;
  background-size: 28px 28px;
}
.qh-box span.anniub {
  background-color: #d30408;
}
.qh-box span.anniuc {
  background-color: #ffcc00;
}
.qh-box span.anniuc a {
  color: #fff;
}
.qh-box span.anniud {
  background-color: #d20203;
}
.qh-box span.anniue {
  background-color: #ffe400;
}
.qh-box span.anniue a {
  color: #000000;
}
.qh-box span.anniuf {
  background-color: #f2a52b;
}
.qh-box span.anniug {
  background-color: #ffcc00;
}
.qh-boxb {
  background-color: #fdf085;
}
.qh-boxc {
  background-color: #79bff0;
}
.qh-boxc .text p {
  color: #fff;
}
.qh-boxc .textb a {
  color: #fff;
}
.qh-boxd {
  background-color: #242833;
}
.qh-boxd .text p {
  color: #fff;
}
.qh-boxd .textb a {
  color: #fff;
}
.qh-boxe {
  background-color: #a20203;
}
.qh-boxe .text p {
  color: #fff;
}
.qh-boxe .textb a {
  color: #ffffff;
}
.qh-boxg {
  background-color: #8acd71;
}
.qh-boxg .text p {
  color: #ffffff;
}
.qh-boxg .textb a {
  color: #ffffff;
}
.qh-boxh {
  background-color: #5f94fa;
}
.qh-boxh .text p {
  color: #ffffff;
}
.qh-boxh .textb a {
  color: #ffffff;
}
.qh-box-best {
  background-color: #f1eded;
}
/*********footer********/
.footer-nav {
  width: 100%;
  clear: both;
  height: 40px;
  line-height: 40px;
  background-color: #cccccc;
  overflow: hidden;
}
.footer-nav a {
  color: #111;
  float: left;
  text-align: center;
  width: 25%;
}
footer {
  padding-top: 10px;
  position: relative;
}
footer p {
	color:#fff;
  text-align: center;
  line-height: 25px;
}
/*# sourceMappingURL=index.css.map */
