@charset "UTF-8";

/* CSS Document */
body {
  background-color: rgba(252, 245, 249, 1);
  text-align: center;
  position: relative;
  font-family: Rubik, Rubik;
}

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

p {
  line-height: 25px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

dl {
  padding: 15px 0;
}

dl dt {
  font-weight: bold;
  padding-bottom: 10px;
}

dl dd {
  list-style: disc;
  padding: 5px 0;
}

.header .pageWid {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;

}

.header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 1);
}

.banner .top {
  position: relative;
  z-index: 10;
  width: 100%;

  float: left;

  margin-top: 16px;
}

.banner .top .logo a {
  float: left;
  background: url("logo.png") no-repeat center center;
  background-size: cover;
  text-indent: -99999999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
}

.banner .top .nav {
  float: right;
  margin-top: 10px;
}

.banner .top .nav a {
  width: 91px;
  height: 24px;
  font-family: Fredoka, Fredoka;
  font-weight: 500;
  font-size: 18px;
  color: #292933;
  line-height: 24px;
  text-align: right;
  font-style: normal;
}

.banner .top a {
  color: #323233;
}

.text-wrapper_1 {
  width: 80px;
  height: 35px;
  float: left;
  margin-left: 8px;
  margin-top: 8px
}

.text_1 {
  width: 105px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: #323233;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 34px;
}

.text_2 {
  width: 136px;
  height: 24px;
  display: block;
  overflow-wrap: break-word;
  color: #626366;
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 2px;
}

.content {
  margin-top: 78px;
}

.content .pageWid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;

}

.content .content-left {
  width: 50%;
  float: left;
  /* display: flex; */
}

.content .content-left img {
  width: 695px;
  height: 682px;
  float: right;
}

.content-describe {
  margin-top: 125px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  float: right;
  width: 50%;

}

.describe_1 {
  font-weight: bold;
  font-size: 56px;
  text-align: left;
  line-height: 66px;
  color: #323233;
  font-style: normal;
  margin-bottom: 10px;
}

.describe_1 span {
  color: #FFA247;
  font-style: normal;
}

.describe_2 {
  height: 34px;
  font-family: Fredoka, Fredoka;
  font-weight: 600;
  font-size: 28px;
  color: #292933;
  line-height: 34px;
  text-align: left;
  font-style: normal;

}

.describe_3 {
  margin-top: 32px;
  height: 34px;
  font-family: Fredoka, Fredoka;
  font-weight: 600;
  font-size: 28px;
  color: #292933;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  display: block;
}

.describe_3 img {
  width: 281px;
  height: 96px;
  margin-right: 20px;
}

.describe_4 {
  display: none;
}

.contact_2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  margin-top: 24px;
}

.contact_3 {
  height: 47px;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  font-style: normal;
  margin-top: 56px;
}

.contact_h2 {
  font-size: 35px;
}

.footer {
  width: 100%;
  height: 50px;
  /* position: fixed; */
  left: 0;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a {
  color: #323233;
  overflow-wrap: break-word;
  color: rgba(50, 50, 51, 1);
  font-family: Rubik-Bold;
  white-space: nowrap;
  padding: 10px;

}


@media screen and (min-width: 769px) {
  .nav {
    display: block !important;
  }


}

@media screen and (max-width: 1500px) {
  .header .pageWid {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4px;

  }

  .header {
    position: relative;
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, 1);
  }

  .banner .top {
    position: relative;
    z-index: 10;
    width: 100%;

    float: left;
  }

  .banner .top .logo a {
    float: left;
    background: url("logo.png") no-repeat center center;
    background-size: cover;
    text-indent: -99999999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
  }

  .banner .top .nav {
    float: right;
    margin-top: 2px;
  }

  .banner .top .nav a {
    width: 66px;
    height: 18px;
    font-family: Fredoka, Fredoka;
    font-weight: 500;
    font-size: 13px;
    color: #292933;
    line-height: 18px;
    text-align: right;
    font-style: normal;
  }

  .banner .top a {
    color: #323233;
  }



  .text-wrapper_1 img {
    width: 58px;
    height: 26px;
    float: left;

  }

  .text_1 {
    width: 66px;
    height: 18px;
    display: block;
    overflow-wrap: break-word;
    color: #323233;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
  }

  .text_2 {
    width: 85px;
    display: block;
    overflow-wrap: break-word;
    color: #626366;
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
    margin-top: 2px;
  }

  .content {
    margin-top: 49px;
  }

  .content .pageWid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;

  }

  .content .content-left {
    width: 50%;
    float: left;
    display: flex;
  }

  .content .content-left img {
    width: 507px;
    height: 497px;
    float: right;
  }

  .content-describe {
    margin-top: 125px;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    float: right;
    width: 50%;

  }

  .describe-logo {
    width: 73px;
    height: 73px;
  }

  .describe-shelog {
    width: 116px;
    height: 51px;
    margin-right: 10px;
  }

  .describe_3 img {
    width: 205px;
    height: 70px;
    margin-right: 15px;
  }

  .describe_2 {
    font-weight: 400;
    font-size: 18px;
    color: #323233;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    margin-top: 15px;
  }

  .describe_3 {
    height: 80px;
    font-weight: 500;
    font-size: 25px;
    color: #323233;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    margin-top: 35px;
    display: block;
  }

  .contact_2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    margin-top: 15px;
  }

  .contact_3 {
    height: 29px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    margin-top: 35px;
  }

  .contact_h2 {
    font-size: 22px;
  }

  .footer {
    width: 100%;
    height: 50px;
    /* position: fixed; */
    left: 0;
    bottom: 20px;
    justify-content: center;
    align-items: center;


  }

  .footer a {
    color: #323233;
    overflow-wrap: break-word;
    color: rgba(50, 50, 51, 1);
    font-family: Rubik-Bold;
    white-space: nowrap;
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .banner .bannerWords h1 {
    padding-top: 140px;
  }

  .header {
    height: 80px;
  }

  .header .pageWid {
    width: 100%;
  }


  .text-wrapper_1 {
    width: 106px;
    height: 42px;
    float: left;
    margin-left: 8px;
  }

  .banner .top .logo a {
    float: left;
    background: url("logo.png") no-repeat center center;
    background-size: cover;
    text-indent: -99999999px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin-left: 35px;
  }

  .nav {
    display: block !important;
    margin-right: 35px;
  }

  .mobileMenu {
    display: block;
  }

  .text_1 {
    width: 65px;
    height: 24px;
    display: block;
    overflow-wrap: break-word;
    color: #323233;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
  }

  .text_2 {
    width: 106px;
    height: 20px;
    display: block;
    overflow-wrap: break-word;
    color: #626366;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
  }

  .banner .top .nav a {
    color: #323233;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(50, 50, 51, 1);
    font-size: 14px;
    font-family: Rubik-Bold;
    font-weight: 400;
    white-space: nowrap;
    line-height: 20px;
  }

  .content {
    margin-top: 20px;
  }

  .content .pageWid {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;

  }

  .content-describe {
    flex-direction: column;
    justify-content: center;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 1px;

  }

  .describe_1 {
    display: none;
  }



  .describe_2 {

    height: 59px;
    font-family: Fredoka, Fredoka;
    font-weight: 600;
    font-size: 45px;
    color: #292933;
    line-height: 59px;
    text-align: center;
    font-style: normal;
  }

  .describe_3 {
    font-weight: 500;
    font-size: 18px;
    color: #323233;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-top: 16px;
  }

  .content .content-left {
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content .content-left img {
    min-width: 304px;
    max-width: 608px;
    height: auto;
    float: none;
  }

  .content .content-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .content .content-left img {
    min-width: 304px;
    max-width: 608px;
    height: auto;
    float: none;
  }


}

@media screen and (max-width: 700px) {
  .describe_2 {
    height: 31px;
    font-family: Fredoka, Fredoka;
    font-weight: 600;
    font-size: 24px;
    color: #292933;
    line-height: 31px;
    text-align: center;
    font-style: normal;

  }

  .describe_3 {
    display: none;
  }

  .describe_4 {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #323233;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-top: 16px;
  }

  .describe_4 img {
    width: 281px;
    height: auto;
    margin-top: 10px;
  }

  .content .content-left img {

    width: 281px;
    height: auto;
    float: none;
  }

  .contact_2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-top: 8px;
  }

  .contact_3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-top: 16px;
  }

  .contact_h2 {
    font-size: 14px;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    justify-content: center;
    align-items: center;
    /* position: static; */
  }
}