@charset "utf-8";
body,
html {
  background: #f3f3f3;
}
header {
  height: 1.173333rem;
  background: #fff;
  position: relative;
  text-align: center;
  background: #00d865;
}
header h1 {
  font-weight: normal;
  font-size: 0.426667rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: #fff;
}
header .back {
  position: absolute;
  left: 0.266667rem;
  top: 0.266667rem;
}
.back img {
  width: 0.25rem;
  vertical-align: middle;
  margin-left: 0.133333rem;
  margin-top: 0.05rem;
}
header .back a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
header .news {
  position: absolute;
  right: 0.266667rem;
  top: 0.266667rem;
  font-size: 0.32rem;
}
.news .redround {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: red;
  position: absolute;
  right: 0;
  top: 0.053333rem;
}
header .msg {
  position: absolute;
  right: 0.366667rem;
  top: 0.366667rem;
  font-size: 0.32rem;
}
.msg img {
  width: 0.466667rem;
  vertical-align: middle;
  margin-right: 0.133333rem;
}
.back i,
.news i {
  font-size: 0.666667rem;
  color: #fff;
}
.news i {
  vertical-align: middle;
  margin-left: 0.133333rem;
}
.show {
  display: block;
}
.hide {
  display: none;
}
section {
  position: absolute;
  top: 1.173333rem;
  width: 100%;
}
.navigation {
  width: 100%;
  height: 1rem;
}
.navigation ul {
  width: 100%;
}
.navigation ul li {
  width: 20%;
  text-align: center;
  line-height: 1rem;
  float: left;
  font-size: 0.34rem;
}
.greenLi {
  color: #00d865;
}

.itemUl {
  width: 100%;
}
.itemUl ul {
  background: #fff;
  padding: 0 10px;
}
.itemUl ul li {
  position: relative;
  display: block;
}
.itemUl ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  height: 1px;
  background: #c6d3cc;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.itemUl .class1 {
}
.class1 .title1 {
  line-height: 0.6rem;
  font-size: 0.38rem;
  font-weight: 600;
  padding: 10px 0;
  text-align: justify;
}
.class1 .from {
  width: 100%;
  height: 0.8rem;
}
.class1 .from span:nth-of-type(1) {
  line-height: 0.8rem;
  font-size: 0.32rem;
  text-align: left;
  color: #94a2a6;
}
.class1 .from span:nth-of-type(2) {
  line-height: 0.8rem;
  font-size: 0.32rem;
  text-align: right;
  color: #94a2a6;
  float: right;
}

.class2 {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.class2 .title2 {
  font-size: 0.38rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.class2 .from2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.32rem;
  color: #94a2a6;
}
.class2 .from2 span:nth-of-type(1) {
  float: left;
}
.class2 .from2 span:nth-of-type(2) {
  float: right;
}

.class3 {
  width: 100%;
}
.class3 .title3 {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.38rem;
  font-weight: 600;
  padding: 10px 0;
}
.class3 .banner3 {
  width: 30%;
  margin: 0 1.5% 0 0;
  float: left;
}
.class3 .banner3:nth-of-type(1) {
  margin-left: 3.5%;
}
.class3 .banner3:nth-of-type(3) {
  margin-right: 3%;
}
.class3 .from {
  width: 100%;
  height: 0.8rem;
}
.class3 .from span:nth-of-type(1) {
  line-height: 0.8rem;
  font-size: 0.32rem;
  text-align: left;
  color: #94a2a6;
}
.class3 .from span:nth-of-type(2) {
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #94a2a6;
  float: right;
}

/*图片1*/
.infoOne {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.infoOne .img {
  width: 100%;
  padding-top: 50%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
}
/*图片网格3*/
.images {
  margin-left: -4px;
  margin-bottom: -4px;
  overflow: hidden;
}
.images .info {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0;
  margin: 0;
  border-width: 0 0 4px 4px;
  border-style: solid;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.images .info .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
}

/*图片网格2*/
.images {
  overflow: hidden;
}
.images .infoTwo {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.images .infoTwo:nth-child(1) {
  width: 66.666%;
  padding-top: 31.5%;
}
.images .infoTwo:nth-child(2) {
  width: 33.333%;
}
.info {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.images .infoTwo .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
}
