@charset "utf-8";

/**-样式重置以及清除浮动--*/

html {
  font-size: 100px;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

body,
input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
td,
th,
caption {
  background-color: transparent;
  font-weight: 400;
  color: #3a3d40;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', Helvetica, Roboto, Arial, sans-serif;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

a,
button {
  color: #3a3d40;
  text-decoration: none;
  cursor: pointer;
  border: none;
  display: inline-block;
}

a {
  vertical-align: top;
}

img {
  border: none;
  vertical-align: middle;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  outline: none;
}

/* table { border-collapse:collapse; } */

html {
  min-width: 100%;
  min-height: 100%;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

/*通用样式*/

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

a {
  display: inline-block;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* footer */

.footer {
  background: #000;
  width: 100%;
  height: auto;
}

.footer .copyright .tac {
  text-align: center;
}

.footer .copyright .wxb {
  display: flex;
  justify-content: space-evenly;
  height: 0.7rem;
  margin: 0.05rem 0.5rem;
}

.footer .copyright p {
  text-align: center;
  line-height: 42.67px;
  line-height: 0.42667rem;
  font-size: 20px;
  font-size: 0.2rem;
  color: #4e4e4e;
}

/* section */

.section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 7.5rem;
  overflow: hidden;
}

.section .title {
  margin: 0 auto;
}

.section .title img {
  width: 100%;
}

.sec1 {
  margin-top: 0;
  height: 16.4rem;
  background: url('https://static.web.sdo.com/gmys/web6/mob-banner.jpg') no-repeat center/cover;
  /* background: url(https://fu5.web.sdo.com/10036/202205/16538975893323.jpg) no-repeat center/cover; */
  z-index: 7;
}

.sec2 {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec2_new.jpg') no-repeat center/cover;
  z-index: 6;
}

.sec3 {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec3_new01.jpg') no-repeat center/cover;
  z-index: 5;
}

.sec4 {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec4_new.jpg') no-repeat center/cover;
  z-index: 4;
}

.sec5 {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec5_new.jpg') no-repeat center/cover;
  z-index: 3;
}

.sec6 {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec6_new.jpg') no-repeat center/cover;
  z-index: 2;
}

.sec7 {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec7_new.jpg') no-repeat center/cover;
  z-index: 1;
}

.sec8 {
  height: 11.17rem;
  top: -1px;
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/sec8_new.jpg') no-repeat center/cover;
}

.gmystips {
  background: #000;
  color: #4e4e4e;
  text-align: center;
  font-size: 0.24rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gmystips .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gmystips .link ul li a {
  color: #4e4e4e;
  padding: 5px;
}
.gogogo {
  position: absolute;
  width: 1920px;
  height: 1080px;
}
