.flex {
  display: flex;
  display: -webkit-flex;
}

.flex.js {
  justify-content: space-between;
}

.flex.jc {
  justify-content: center;
}

.flex.ac {
  align-items: center;
}

.container {
  width: 100%;
  position: relative;
}

.header {
  width: 100%;
  background-color: #FFFFFF;
  height: 117px;
  padding: 0 138px 0 118px;
  box-sizing: border-box;
}

.header>img {
  width: 274px;
  height: 66px;
}

.rightNav div {
  font-size: 34px;
  color: #333333;
  font-family: 'Semibold';
  font-weight: bold;
  margin-left: 142px;
  cursor: pointer;
}

.rightNav div.active {
  color: #00947A;
}

.container>img {
  width: 100%;
  height: auto;
  display: block;
}

.btnArea1,
.btnArea3,
.btnArea2 {
  width: 100%;
  position: relative;
}

.btnArea1>img:first-child,
.btnArea3>img:first-child,
.btnArea2>img:first-child {
  width: 100%;
  height: auto;
  display: block;
}

.btnArea1>img:nth-child(2) {
  width: 19.16%;
  height: auto;
  position: absolute;
  left: 8.88%;
  top: 49.16%;
  display: block;
}

.btnArea1>img:nth-child(3) {
  width: 19.16%;
  height: auto;
  position: absolute;
  left: 8.88%;
  top: 60.33%;
  display: block;
}

.btnArea2>img:nth-child(2) {
  width: 14.53%;
  height: auto;
  position: absolute;
  right: 27.03%;
  top: 41.88%;
  display: block;
}

.btnArea2>img:nth-child(3) {
  width: 14.53%;
  height: auto;
  position: absolute;
  right: 8.28%;
  top: 41.88%;
  display: block;
}

.btnArea2 .pro {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  bottom: 17.31%;
  height: 14.52%;
}

.btnArea3 .pro {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  bottom: 3.96%;
  height: 8.19%;
}

.btnArea2 .tp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 5.2%;
  width: 80%;
  font-size: 14px;
  color: #5C8598;
}

.btnArea3 .tp {
  text-align: center;
  font-size: 14px;
  color: #5C8598;
  padding-bottom: 50px;
  width: 100%;
}

.tp div {
  margin-bottom: 8px;
}