body {
  color: #595959;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #707070;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.3s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 12rem;max-width: 80%;
  margin: 0 auto;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}

.hidden {
  display: none;
}
/**/
.logo {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 1.5rem;
}
.en {
  color: #fff;
  position: fixed;
  font-size: 0.18rem;
  z-index: 99;
  top: 0;
  right: 0;
  padding: 0.3rem 0.15rem 0 0;
}
.en a {
  color: #fff;
  padding: 0 0.15rem;
}
@font-face {
  font-family: font;
  src: url(../fonts/fangzheng.TTF);
}
.section1 {
  background: url(../images/p1.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
  font-family: font;
}
.section2 {
  background: url(../images/p2.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.section3 {
  background: url(../images/p3.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.16rem;
}
.section3 .address {
  position: absolute;
  left: 0.3rem;
  line-height: 0.32rem;
  bottom: 0.3rem;
}
.section3 .bd,
.section2 .bd {
  font-size: 0.18rem;
  line-height: 2;
}
.section2 .bd {
  text-align: justify;
}
.section3 .foot {
  position: absolute;
  left: 0;
  font-size: 0.14rem;
  color: #9b9ea0;
  width: 100%;
  text-align: center;
  bottom: 0.3rem;
}
.section3 .foot a {
  color: #9b9ea0;
  text-decoration: underline;
}
.fp-warning,
.fp-watermark a {
  display: none;
}
.fp-overflow {
  overflow: hidden;
}
.section2 .bd {
  left: 130%;
  position: relative;
  transition: all 1000ms ease;
}
.section2 ul {
  justify-content: space-between;
  font-weight: bold;
  font-size: 0.24rem;
  padding-bottom: 0.4rem;
}
.section2 ul a {
  color: #fff;
}
.section1 h2 {
  left: -130%;
  position: relative;
  transition: all 1000ms ease;
}

.section3 .bd {
  left: -130%;
  position: relative;
  transition: all 1000ms ease;
}
.section3 .container {
  width: 9rem;
}
body.fp-viewing-firstPage .section1 h2 {
  left: 0%;
}
body.fp-viewing-secondPage .section2 .bd {
  left: 0%;
}
body.fp-viewing-3rdPage .section3 .bd {
  left: 0%;
}
.section1 .English {
  font-size: 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;
}
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .header.on .m_nav i {
    background: #ccc;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0.15rem;
  }
  .header .logo {
    width: 1.3rem;
  }
  .header .nav {
    display: none;
  }
  .m_nav {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #999;
    margin-bottom: 6px;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }

  /**/
  .section1 {
    font-size: 0.4rem;
    white-space: normal;
  }
  .section3 .bd,
  .section2 .bd {
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .section3 .address {
    bottom: 0.6rem;
    line-height: 1.4;
    font-size: 0.12rem;
  }
  .en {
    font-size: 0.16rem;
    padding-top: 0.2rem;
  }
  .logo {
    width: 1.2rem;
    top: -0.2rem;
  }
  .section2 ul {
    font-size: 0.18rem;
    display: block;
    padding: 0.3rem 0 0.15rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .section2 ul li:nth-child(4),
  .section2 ul li:nth-child(5) {
    width: auto;
  }
  .section2 ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .section2 ul li + li {
    margin-left: 0.4rem;
  }
  .section1 h2 span {
    display: block;
  }
  .section1 h2 div:first-child {
    margin-bottom: 35vh;
  }
  .section1 .English {
    font-size: 0.28rem;
    padding: 0 0.15rem;
  }
}
