/* 版心 */
.wapper {
  width: 1200px;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

.banner {
  position: relative;
  height: 356px;
  background-image: url(../image/banner.png);
  background-size: cover;
}

.banner ul {
  display: flex;
  justify-content: end;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-right: 80px;
}

.banner ul li {
  padding: 0 25px;
  color: #fff;

  line-height: 30px;
  text-align: center;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-size: 16px;
}
.active {
  background-color: orange;
  line-height: 40px;
  border-radius: 20px;
}
.banner-box {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  height: 400px;
  background-image: url(../image/mhsh.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* 主体 */
.content {
  padding-top: 170px;
  padding-bottom: 60px;
}
.content-item {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.content-item .content-right {
  width: 412px;
  height: 412px;
}
.content-item .content-right img {
  width: 100%;
  height: 100%;
}

/*  */
.content-item .content-left {
  padding-top: 120px;
  padding-right: 180px;
  flex: 1;
}
.content-item .content-left-img {
  width: 271px;
  height: 43px;
}
.content-item .content-left-img img {
  width: 100%;
  height: 100%;
}
.content-left .content-text {
  padding-top: 36px;
  line-height: 28px;
  line-height: 28px;
}
/* ------------------------------ */
.content-item1 {
  display: flex;
  justify-content: space-between;
  padding: 37px 100px 0 100px;
}
.content-item1 .content-l {
  width: 341px;
  height: 469px;
}
.content-item1 .content-l img {
  width: 100%;
  height: 100%;
}
.content-item1 .content-r {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-left: 180px;
  flex: 1;
}
.content-r-img {
  width: 271px;
  height: 43px;
}
.content-r-img img {
  width: 100%;
  height: 100%;
}
.content-r p {
  padding-left: 10px;
  padding-top: 23px;
  line-height: 28px;
}
.content-right1 {
  width: 482px;
  height: 482px;
}
.content-right1 img {
  width: 100%;
  height: 100%;
}

.content-r-img1 img {
  width: 100%;
  height: 100%;
}
.content-item1 .content-r-img1 {
  width: 376px;
  height: 43px;
}

.paddtop {
  padding-top: 30px;
}
/* 底部 */
.fotter {
  margin-top: 120px;
  box-sizing: border-box;
  padding-top: 38px;
  background-image: url(../image/fotter.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*logo */
.fotter-t {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.fotter-t .fotter-t-left {
  box-sizing: border-box;
  padding-right: 41px;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  flex: 1;
  border-right: 1px solid #fad569;
}
.footer-t-img {
  margin-left: 230px;
}
.footer-t-img img {
  vertical-align: middle;
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
}
.fotter-t .fotter-t-left p {
  margin-left: 230px;
}

.fotter-t .fotter-t-right {
  display: flex;
  flex: 1.35;
  padding-left: 120px;
}

.fotter-t .fotter-t-right li {
  margin-right: 45px;
}
.fotter-t .fotter-t-right li p {
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}
.company {
  margin: 5px 0;
}
#ps {
  margin-top: 5px;
}
#ps a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
/* 金瀚 */
.fotter .fotter-b {
  justify-content: center;
  align-items: center;
  display: flex;
  border-top: 1px solid #fad569;
}
.fotter-b p {
  font-size: 14px;
  color: #fff;
}
.fotter-b-txt {
  margin-left: 74px;
}
.fotter-b-txt img {
  width: 14px;
  height: 15px;
  vertical-align: middle;
}
.fotter-b-txt a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.content-right4 {
  width: 341px;
  height: 341px;
}
.content-right4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
