/* header */
.header {
  display: flex;
  align-items: center;
  padding: 27px 50px 27PX 60px;
  width: calc(100% - 110px);
  justify-content: space-between;
  background: #fff;
  /* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16); */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.header-boxshow {
  width: 100%;
  height: 111px
}

.flex-left {
  flex: 1;
  display: flex;
}

.flex-right {
  width: 275px;
  position: relative;
}

.header-logo {
  width: 235px;
  height: 35px;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.menu {
  align-items: center;
  margin-left: 81px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #707070;
}

.menu__item {
  color: #707070;
  margin: 0 15px;
  cursor: pointer;
}

.menu__item:hover {
  color: #000;
  font-weight: bold;
  transition-duration: 0.2s;
}



.facebook {
  width: 65px;
  align-items: center;
}

.trumpet-img {
  width: 33px;
  height: 28px;
}

.header-button {
  width: 139px;
  height: 57px;
  background: #8fbe9e;
  opacity: 1;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
}

/* banner */
.banner {
  padding-top: 200px;
  padding-bottom: 84PX;
  display: flex;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner__left{
  margin-right: 249px;
}

/* footer */
.footer-top {
  align-items: center;
  font-size: 17px;
  font-family: "AppleSystemUIFont";
  color: #000000;
  margin-bottom: 10px;
}

.footer-top h1 {
  color: #020202;
  height: 28px;
  font-size: 20px;
  font-family: "DIN Alternate";
  font-weight: bold;
  margin-right: 22px;
}

.footer-top div {
  line-height: 17px;
  margin-right: 20px;
}

.footer-top p {
  line-height: 17px;
}

.hot-box {
  position: relative;
}

.hot-tip {
  position: absolute;
  width: 48px;
  height: 26px;
  top: -26px;
  left: 5px;
}

.footer-bottom {
  font-size: 12px;
  font-family: 'PingFang SC';
  font-weight: 400;
  line-height: 17px;
  color: #D5D5D5;
}

.footer-bottom li:hover {
  color: #000;
}

.nat-emb-block {
  display: flex;
  align-items: center;
}

.nat-emb-img {
  width: 15px;
  height: 15px;
}

/* .pro-block  */
.pro-block {
  padding-top: 13px;
  background: url('../image/bgk_1.png') no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  position: fixed;
  left: 320px;
  top: 70px;
  animation: diamove 1.5s;
  display: none;
  z-index: 1001;
}

.pro-block-box {
  height: 280px;
  padding: 42px 20px 20px 75px;
}

.pro-block-item {
  display: flex;
}

.pro-block-item__icon-link {
  margin-right: 22px;
  width: 50px;
  height: 50px;
  /* border: 1px dashed #333; */
  cursor: pointer;
}

.pro-block-item__icon-link img {
  width: 100%;
  height: 100%;
}

.pro-block-item__text-h {
  height: 26px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
}

.pro-block-item__text p {
  height: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  color: #000000;
}

/* .fac-block  */
.fac-block {
  padding-top: 13px;
  background: url('../image/bgk_1.png') no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  position: fixed;
  left: 390px;
  top: 70px;
  animation: diamove 1.5s;
  display: none;
  z-index: 1001;
}

.fac-block-box {
  width: 290px;
  height: 130px;
  padding: 55px 94px 42px 147px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fac-block-item-h {
  height: 26px;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  color: #000000;
}

.fac-block-item-p {
  height: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  -webkit-color: #000;
  -moz-color: #000;
  -o-color: #000;
  color: #000;
}

.fac-block-item-a {
  position: absolute;
  top: 115px;
  right: 94px;
}

.button-size-three {
  width: 106px;
  height: 42px;
  background: #8FBE9E;
  color: #FFFFFF;
  border-radius: 3px;
}

.button-size-four {
  padding: 9px 17px 8px 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  background: #d5d5d5;
  border-radius: 3px;
}

.button-cancle {
  border-radius: 0;
  color: #000000;
  background: #FCFCFC;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

/* .dialog-feedback  */
.dialog-feedback {
  width: 450px;
  padding-top: 13px;
  position: absolute;
  background: url('../image/bgk_2.png') no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  top: 50px;
  left: -294px;
  display: none;
  border-radius: 3px;
  transition-duration: 0.8s;
  z-index: 1001;
}
.dialog-feedback__box{
  width: 448px;
  background: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  border-top: none;
}
.dialog-feedback__content {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.dialog-feedback .erea {
  padding: 30px 20px;
  width: calc(100% - 40px);
  height: 70px;
  background: #fff;
  color: #000;
  resize:none;
  border-bottom: 1px solid #EFEFEF;
  border-radius: 0 0 3px 3px
}

.dialog-feedback .erea:focus {
  outline: none;
}

.dialog-feedback__footer {
  padding: 20px 34px;
  border-radius: 0 0 3px 3px;
  display: flex;
  justify-content: space-between;
}

.button {
  cursor: pointer;
  position: relative;
}

.block__one {
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 18px;
}

.block__two {
  width: 10px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  opacity: 0.25;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-10px);
}

.block__three {
  width: 12px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  position: absolute;
  top: 50%;
  transform: translateY(-13px);
  right: 9px;
}

.button-experience {
  color: #fff;
}

.button-size-self {
  color: #fff;
  background-color: #8fbe9e;
}