@charset "utf-8";

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  background: #000;
}

abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}

li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input {
  outline: 0;
}

a,
button {
  cursor: pointer;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

a,
a:hover {
  text-decoration: none;
}

body,
button,
input,
textarea {
  color: #000;
}

body,
html {
  width: 100%;
  min-height: 737px;
  height: auto;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Arial, HelveticaNeue,
    Helvetica, 'BBAlpha Sans', sans-serif;
  background: #fff;
}

.hide {
  display: none;
}

.img-module .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.8;
}

.img-module .swiper-pagination-bullet-active {
  background: #d49e78;
  opacity: 1;
}

.footer {
  margin: 1.5rem auto;
  max-width: 1000px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3rem;
  display: block;
}

body,
html {
  min-width: 1280px;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-body {
  position: relative;
  min-width: 1280px;
}

section {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap {
  width: 1280px;
  height: 100%;
  /* overflow:hidden;*/
  display: block;
  margin: 0 auto;
}

.page1 {
  background: url(../images/官网_01.jpg) no-repeat center top #ffffff;
  background-size: cover;
}

.page1 .wrap {
  height: 1000px;
}

.page2 .wrap {
  height: auto;
  width: auto;
}

.middle {
  /* min-height: 848px; */
}

.middle img {
  width: 100%
}
.middle ul {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.middle ul li {
  list-style: none;
  width: 20%;
}
.middle ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  
}

.middle ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.page3 {
  background: url(../images/官网_07.jpg)  no-repeat center bottom #ffd101;
}

.page3 .wrap {
  min-height: 1053px;
}

.page3 .textBox {
  padding: 124px 0 0 50px;
  font-size: 18px;
  line-height: 30px;
}

.page3 .textBox h3 {
  margin-top: 20px;
  font-size: 27px;
  line-height: 46px;
}

.bottom {
  padding: 20px 0;
  line-height: 22px;
  text-align: center;
  font-size: 17px;
}

.bottom strong {
  font-weight: bold;
}
a:link{
  color:black; 
}
a:visited{
  color:black;
}
