
html {
  font-size: 16px;
}

.header {
  width: 100%;
  height: 100px;
  line-height: 100px;
  padding-left: 5%;
}

.w {
  width: 80%;
  /* min-width: 1400px; */
  margin: 100px auto;
}

.pageOne {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  padding: 10px;
}

.right-txt .tit {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.right-txt .sub-tit {
  font-size: 1rem;
  color: #555;
}

/* 左图 */
.imgBox {
  position: relative;
  width: 45%;
}

.imgBox>img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.one-right {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 45%;
  height: 450px;
  padding: 50px 0;
}

.one-right-top {
  display: flex;
  align-items: center;
}

.one-right-top .imgBox {
  width: 100px;
  height: 100px;
}

.one-right-top .imgBox>img {
  width: 100%;
  height: 100%;
}

.one-right-btm {
   display: flex;
  align-items: center;
}

.text-desc {
  font-size: 1.2rem;
  color: #585858;
}

.fl {
  color: #aba9a8;
}

.links {
  margin-left: 50px;
}

.links button {
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #ff7900;
  color: #fff;
  border: none;
}

.one-right-btm .imgbox {
  position: relative;
  width: 170px;
  height: 170px;
}

.one-right-btm .imgbox>img {
  width: 100%;
  height: 100%;
}

.footer {
  /* padding-top: 20px; */
  width: 100%;
  height: 150px;
  text-align: center;
  color: #8f8e8e;
}

.ys {
  cursor: pointer;
  color: #ff7900;
  font-size: 16px;
  margin-top: 10px;
}

.ewm_center {
  position: absolute;
  left: 38%;
  top: 39%;
  width: 44px;
  height: 44px;
}

.ewm_center img {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 969px) {
  .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  html {
    font-size: 13px;
  }
  .imgBox{
    width: auto;
  }
  .one-right{
    width: auto;
  }
}