@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: 0;
}
body,
.header,
.con,
.nav {
  width: 100%;
  font-family: 'STHeiti', "Microsoft YaHei", Arial, "\5fae\8f6f\96c5\9ed1", sans-serif;
}
p {
  letter-spacing: 0;
}
.header,
.con,
.nav {
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
}
.header {
  background-color: #00ba97;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  height: 50px;
  z-index: 10;
}
.headBack {
  position: absolute;
  left: 0;
  bottom: 17px;
}
.headBack a {
  font-size: 1.15rem;
  color: #ffffff;
}
.arrowLeft {
  display: inline-block;
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.arrowLeft:after {
  display: inline-block;
  border: 12px solid transparent;
  border-right: 12px solid #00ba97;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: -9px;
  content: "";
}
.headLogo {
  width: 100%;
  height: 100%;
}
.headLogo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.headLogo img {
  width: 178px;
  margin-top: 10px;
  display: inline-block;
}
.nav {
  z-index: 1;
  width: 100%;
  background-color: #fbfbfb;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  padding: 3px 0;
}
.navHeightOne ul {
  height: 2.5rem;
  padding-right: 3rem;
}
.navHeightAuto {
  z-index: 9;
  opacity: .98;
}
.navHeightAuto ul {
  height: auto;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  float: left;
}
.nav a {
  line-height: 2.5rem;
  font-size: 1.15rem;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 4.4rem;
  color: #4a4a4a;
}
.nav a.navActive {
  color: #00ba97;
  font-size: 1.28rem;
}
#arrowMenu {
  position: absolute;
  right: 2rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/xiala.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 10;
}
.arrowBottom {
  bottom: .7rem;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.arrowTop {
  bottom: .7rem;
}
.con {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
#banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper-slide {
  position: relative;
  text-align: center;
}
#banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-radius: 100%;
}
#banner .pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.con .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
#banner img {
  max-width: 100%;
}
.banner h2 {
  text-align: left;
  font-size: 1.07em;
  color: #fafafa;
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  font-weight: normal;
  padding-right: 60px;
  padding-left: 10px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: auto;
  text-align: center;
  right: 0;
  padding-right: 5px;
}
.pagination span.swiper-pagination-bullet {
  background-color: #bbbbbb;
  opacity: 1;
}
.articleList-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.articleList-box ul {
  width: 100%;
}
.articleList-box ul li {
  width: 100%;
  padding: 15px 10px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.articleList-box ul li:first-child {
  border-top: 0 solid #dcdcdc;
}
.articleList > a {
  display: block;
  float: left;
  width: 24%;
  min-width: 90px;
  height: 4rem;
  min-height: 67px;
  margin-top: 2px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.articleList > a {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/logo.png");
}
.articleList p,
.articleList h3 {
  overflow: hidden;
  zoom: 1;
}
.articleList h3 {
  padding-bottom: 5px;
}
.articleList h3 a {
  font-size: 1.2rem;
  font-weight: normal;
  color: #262626;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.articleList p a {
  font-size: 1rem;
  color: #b3b3b3;
  margin: 0;
  line-height: 1.4rem;
  height: 2.8rem;
  overflow: hidden;
  display: inline-block;
}
.con .swiper-slide {
  height: auto;
}
.loadInfo {
  color: #b3b3b3;
  padding: 5px 5px 10px;
  text-align: center;
  font-size: 1.1rem;
}
.loadInfo img {
  width: 25px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  opacity: .4;
}
.article-box .swiper-slide {
  height: auto;
  background-color: #ffffff;
}
.toTop {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  background-image: url("../images/top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  display: none;
}
.toTop.a{
	bottom:70px;
	background-image: url("../images/sy.png");
	display:block;
}
.toTop.a a{
	display: block;
	width: 45px;
  height: 45px;
}
