* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
}

.content {
  background: url("../images/yplbg.png") no-repeat top center;
  background-size: 100% 504px;
  max-width: 1920px;
  min-height: 980px;
}
.content header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  max-width: 1340px;
  margin: 0 auto;
}
.content header .logo {
  display: flex;
  align-items: center;
  position: relative;
}
.content header .logo img {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  position: absolute;
  border-radius: 15px;
}
.content header .logo h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-left: 80px;
}
.content header nav {
  padding: 0px 0 0 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content header nav a {
  font-size: 20px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.6);
  margin-right: 45px;
  padding-bottom: 10px;
}
.content header nav .active {
  color: #FC7700;
  border-bottom: 4px solid #FC7700;
}
.content .two {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .two h2 {
  font-size: 40px;
}
.content .two img {
  width: 310px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 50px;
  border-radius: 30px 30px 0px 0px;
}
.content .contss {
  max-width: 1260px;
  margin: 0 auto;
}
.content .contss h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 66px 0 40px;
}
.content .contss h2 .line {
  width: 122px;
  height: 9px;
  background: linear-gradient(93deg, #FC7700 0%, rgba(255, 255, 255, 0) 100%);
  margin: -18px auto 0;
}
.content .contss p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.content .contssabout {
  max-width: 500px;
}

.contentdown {
  background: url("../images/downbg.png") no-repeat top center;
  background-size: 100% auto;
  max-width: 1920px;
  min-height: 980px;
}
.contentdown .twodown {
  margin-top: -40px;
}
.contentdown .twodown img {
  width: 370px;
  height: 600px;
  margin-top: 60px;
}
.contentdown .ewmbs {
  margin-right: 250px;
}
.contentdown .ewmbs .erm {
  width: 226px;
  height: 226px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}
.contentdown .ewmbs p {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding: 20px 0;
  text-align: center;
}

footer {
  background: #232323;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}
footer p {
  line-height: 40px;
}
footer a {
  color: #FFFFFF;
}

.aboutfooter {
  position: fixed;
  bottom: 0;
}

.abbg {
  width: 100%;
}/*# sourceMappingURL=index.css.map */