﻿@charset "utf-8";
a, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, img, input, li, p, select, span, table, td, textarea, tr, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body, html {
  width: 100%;
  height: 100%;
  
}

body {
  background: #fff;
  font: 12px/1.5 'Microsoft Yahei', arial, sans-serif;
}

img {
  border: none;
  display: inherit;
}

li {
  list-style: none;
}

button, input, select, textarea {
  outline: none;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: #000;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.main {
  width: 16rem;
  height: 100%;
  margin: 0 auto;
}
/* 
.page1 {
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
  display: block;
}

.page1 .wrapper {
  position: relative;
}

.page1 .nan, .page1 .nv {
  width: 45%;
  height: 10.5%;
  display: block;
  position: absolute;
  bottom: 25.5%;
}

.page1 .nan {
  left: 0;
}

.page1 .nv {
  right: 0;
} */

.copy {
  position: fixed;
  bottom: .2rem;
  left: 50%;
  width: 16rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #000;
  font-size: .47rem;
  text-align: center;
  z-index: 100;
}

/* .page1 .nav {
  background: #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  height: 1.2rem;
  font-size: .8rem;
  color: #fff;
} */

 .page3, .page4, .page5, .page6 , .page7 {
  width: 100%;
  height: 100%;
  position: relative;
  /* display: none; */
}



.wrapper .item {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 34%;
  left: 5%;
}

.wrapper .item h2 {
  font-size: 1rem;
  color: #024497;
  padding-bottom: .5rem;
}

.wrapper .item ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
}

.wrapper .item li {
  width: 35%;
  font-size: .53rem;
     margin-bottom: .5rem;
    margin-top: 3rem;
}

.page4 .item li {
  width: 35%;
}

.wrapper .item i {
  display: inline-block;
  width: .53rem;
  height: .53rem;
  background: url(../images/dian.jpg) no-repeat;
  background-size: 100% 100%;
  margin-right: .33rem;
}

.wrapper .item p {
  margin-bottom: 5px;
}

.wrapper .list1, .wrapper .list3 {
  color: #024497;
  font-size: .73rem;
}

.wrapper .list2, .wrapper .list4 {
  font-size: .6rem;
}

.wrapper .list4 {
  color: #5182c7;
}

.wrapper .list5 {
  font-size: .6rem;
  color: #999;
}

.wrapper .weixin1 {
  width: 100%;
  height: 1rem;
  text-align: center;
  font-size: .73rem;
  color: #5182c7;
}

#Form1 {
  width: 60%;
  margin: 0 auto;
}

#Form1 input {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: .5rem;
  background: #e5e5e5;
  margin-bottom: 5%;
}

#Form1 .submit {
  display: block;
  width: 90%;
  border-radius: 19px;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 3% 2%;
  background: #5182c7;
  font-size: 16px;
  margin-top: 1rem;
}

#Form1 .name {
  margin-top: 1rem;
}

.people .con small {
  background: #fff;
  font-size: 14px;
  padding: 0 2px
}

.people .con span {
  color: #f13b40;
}

