.aboutPage {
  position: relative;
  width: 100%;
}

.aboutPage .about-banner {
  width: 100%;
  height: 520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.aboutPage .about-banner img {
  width: 100%;
  height: 520px;
}

.aboutPage .about-banner .food-banner_text {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: black;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #fff;
}

.aboutPage .about-banner .food-banner_text .food-banner_h3 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 12px;
}

.aboutPage .about-banner .food-banner_text .food-banner_p {
  font-weight: 400;
  font-size: 28px;
}

.aboutPage .about-opaque {
  background: white;
  height: 430px;
  position: relative;
  margin: 0 auto;
}

.aboutPage .about-opaque .about-box_content {
  background: #FFFFFF;
  width: 1435px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.aboutPage .about-opaque .about-box_content .about-box-left {
  width: 740px;
  height: 600px;
}

.aboutPage .about-opaque .about-box_content .about-box-right {
  width: 695px;
  height: 600px;
  padding-left: 64px;
  padding-top: 81px;
}

.aboutPage .about-opaque .about-box_content .about-box-right .about-right-top {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  position: relative;
  padding-top: 13px;
  padding-bottom: 46px;
}

.aboutPage .about-opaque .about-box_content .about-box-right .about-right-top::before {
  content: '';
  width: 40px;
  height: 3px;
  background: #222222;
  position: absolute;
  top: -1px;
}

.aboutPage .about-opaque .about-box_content .about-box-right .about-smart_text {
  width: 540px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.8;
  line-height: 28px;
  text-align: justify;
}

.aboutPage .about-opaque .about-box_content .about-box-right .margin-28 {
  margin-bottom: 28px;
}

.aboutPage .about-Grey {
  background: #E4E6E9;
  height: 209px;
}

.aboutPage .about-box {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutPage .about-box .about-box-left {
  width: 50%;
  background: -webkit-linear-gradient(180deg, #006085 0%, #003552 100%);
  background: -moz-linear-gradient(180deg, #006085 0%, #003552 100%);
  background: linear-gradient(180deg, #006085 0%, #003552 100%);
  background: -o-linear-gradient(180deg, #006085 0%, #003552 100%);
  background: -ms-linear-gradient(180deg, #006085 0%, #003552 100%);
  position: relative;
}

.aboutPage .about-box .about-box-left .about-box-left-center {
  position: absolute;
  width: 393px;
  height: 800px;
  right: 173px;
}

.aboutPage .about-box .about-box-left .about-box-left-center .about-left-top {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
  padding-top: 299px;
  padding-bottom: 32px;
}

.aboutPage .about-box .about-box-left .about-box-left-center .about-left-top::before {
  content: '';
  width: 40px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  top: 283px;
}

.aboutPage .about-box .about-box-left .about-box-left-center .about-smart_text {
  width: 400px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
  line-height: 32px;
  text-align: justify;
}

.aboutPage .about-box .about-box-right {
  width: 50%;
  height: 800px;
  padding-left: 58px;
  padding-top: 264px;
  background: url("../img/aboutStone/team.png");
  position: relative;
}

.aboutPage .about-box .about-box-right .about-right-top {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
  padding-top: 13px;
  padding-bottom: 28px;
}

.aboutPage .about-box .about-box-right .about-right-top::before {
  content: '';
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -1px;
}

.aboutPage .about-box .about-box-right .about-smart_text {
  width: 475px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
  line-height: 28px;
  text-align: justify;
}

.aboutPage .about-box .about-box-right .margin-28 {
  margin-bottom: 28px;
}

.aboutPage .about-box .about-box-right .about-box-right-box {
  position: absolute;
  width: 680px;
  height: 480px;
  left: -75px;
  top: 160px;
  opacity: 0.9;
  border: 7.09px solid #fff;
}


@media screen and (max-width:1024px) {
  .about-banner{
    height: auto !important;
  }
  .about-banner img{
    height: auto !important;
  }

  .about-opaque{
    height: auto !important;
  }
  .about-opaque .about-box_content{
    display: block !important;
    width: 100% !important;
    top: 0 !important;
    height: 100% !important;
    position: static !important;
    transform: none !important;
  }
  .about-opaque .about-box_content .about-box-left{
    width: 100% !important;
    height: auto !important;
  }
  .about-opaque .about-box_content .about-box-right{
    width: 100% !important;
    height: auto !important;
    padding: 40px 20px 30px 20px !important;
  }

  .aboutPage .about-opaque .about-box_content .about-box-right .about-smart_text {
    width: 100% !important;
  }

  .about-Grey{
    display: none !important;
  }

  .about-box{
    width: 100% !important;
    top: 0 !important;
    display: block !important;
  }
  .about-box .about-box-left{
    width: 100% !important;
  }
  .about-box .about-box-left .about-box-left-center{
    width: 100% !important;
    position: static !important;
    height: auto !important;
    padding: 30px 20px !important;
  }
  .about-left-top{
    padding-top: 0 !important;
  }
  .about-box .about-box-left .about-smart_text{
    width: 100% !important;
  }
  .about-box .about-box-right{
    width: 100% !important;
    height: 500px !important;
    padding: 30px 20px !important;
  }
  .about-box-right-box{
    display: none !important;
  }
  .about-box .about-box-right .about-smart_text{
    width: 100% !important;
  }
}

@media screen and (max-width:820px) {
  .food-banner_text .food-banner_h3{
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }
  .food-banner_text .food-banner_p{
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .about-opaque .about-box-left{
    display: none !important;
  }
  .about-box{
    height: auto !important;
  }
}

@media screen and (max-width:568px) {
  .food-banner_text .food-banner_h3{
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .food-banner_text .food-banner_p{
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .aboutPage .about-opaque .about-box_content .about-box-right .about-right-top {
    padding-bottom: 24px;
  }
}