* {
  padding: 0;
  margin: 0;
}
p {
  color: #333;
}
img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
.rtc-bg {
  background: #fff;
}
.iconbg {
  background: #f8f9fa;
  padding: 12px 0;
}
.container {
  line-height: 1.5;
  color: #3A3A3A;
}
.bannerimg {
  background: url(../images/bannerimg.jpg) no-repeat center 0;
  height: 500px;
  max-width: 1920px;
  background-size: auto 500px;
}
.bannerimg img {
  width: 100%;
}
.section {
  padding: 40px 0 20px;
}
.section .h2-title {
  padding-bottom: 50px;
  color: #545454;
  font-size: 36px;
}
.solution .side-img {
  max-width: 410px;
  text-align: center;
}
.banner {
  margin-top: 70px;
  max-height: 500px;
}
.banner .container {
  padding-top: 7%;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.banner .container .imgtext {
  width: 45%;
}
.banner .container .imgtext img {
  width: 100%;
}
.banner .container .threeText {
  padding-bottom: 30px;
}
.banner .container .threeText span {
  background: url(../images/bannerIcon.png) no-repeat 0 center;
  background-size: 16px auto;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 18px;
}
.banner .container a {
  margin-bottom: 10px;
}
.plr0 {
  padding-left: 0;
  padding-right: 0;
}
.setMealinfo {
  padding: 100px 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.setMealinfo .leftsider {
  padding-left: 7%;
}
.setMealinfo p {
  margin: 0;
  color: #333;
}
.setMealinfo h1 {
  font-size: 32px;
  padding: 0;
  margin: 0;
}
.setMealinfo h1 span {
  padding-left: 15px;
  font-weight: 600;
}
.setMealinfo img {
  width: 100%;
}
.setMealinfo .nums {
  font-size: 24px;
  font-weight: 600;
  color: #F78540;
  padding-left: 10px;
  line-height: 1;
}
.setMealinfo .condition {
  padding: 20px 0 10px;
  font-size: 14px;
  color: #333;
}
.setMealinfo .condition span {
  font-weight: 600;
  color: #3a3a3a;
  font-size: 16px;
}
.setMealinfo .color3a3a3a {
  color: #3a3a3a;
}
.setMealinfo .price {
  color: #333;
}
.setMealinfo img {
  padding-right: 4%;
}
.btncolor {
  width: 132px;
  height: 40px;
  background: linear-gradient(159deg, #FCB870 0%, #F7823D 100%);
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.btncolor:hover {
  color: #fff;
  opacity: 0.8;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.projectBody {
  background: #F2F4F6;
  padding: 110px 0;
  color: #333;
}
.projectBody h1 {
  font-size: 32px;
  margin: 0;
  padding-bottom: 80px;
  text-align: center;
}
.projectBody h1 span {
  font-weight: 600;
  padding-right: 10px;
}
.projectBody .info {
  background: #fff;
  padding: 22px;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.08);
  font-size: 14px;
  margin-bottom: 10px;
}
.projectBody .info img {
  width: 100%;
  padding-bottom: 25px;
}
.projectBody .info .title {
  margin: 0;
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 20px;
}
.projectBody .info .subtext {
  padding-bottom: 30px;
}
.projectBody .info .subtext span {
  color: #F78540;
}
.projectBody .info .subinfo {
  min-height: 110px;
}
.projectBody .info .infotext {
  padding-bottom: 40px;
  line-height: 2;
}
.projectBody .info .more {
  color: #099DFD;
  display: inline-block;
  margin-top: 15px;
}
.projectBody .info .more:hover {
  opacity: 0.8;
}
.fb {
  font-weight: 600;
}
.textCenter {
  text-align: center;
}
.colorF78540 {
  color: #F78540;
}
.videos {
  padding: 100px 0;
  font-size: 16px;
}
.videos .leftsider {
  padding: 0 3%;
}
.videos .leftsider img {
  width: 100%;
}
.videos h1 {
  font-size: 32px;
}
.videos h1 span {
  font-weight: 600;
  padding-left: 10px;
}
.videos .infotext {
  padding: 20px 0 15px;
  line-height: 2;
  font-size: 14px;
}
.footerbannerBg {
  background: #2538E2 url(../images/footbannerBg.png) no-repeat center center;
  padding: 4% 0;
  font-size: 16px;
}
.footerbannerBg .container {
  color: #fff;
  line-height: 2;
}
.footerbannerBg h1 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 0;
    height: 200px;
  }
  .banner .container {
    font-size: 12px;
    padding-top: 10%;
  }
  .banner .container .imgtext {
    width: 50%;
  }
  .banner .container .imgtext img {
    width: 100%;
  }
  .banner .container .threeText {
    padding-bottom: 10px;
  }
  .banner .container .threeText span {
    background: url(../images/bannerIcon.png) no-repeat 0 center;
    background-size: 10px auto;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 12px;
  }
  .projectBody {
    font-size: 14px;
    padding: 60px 0;
  }
  .projectBody h1 {
    font-size: 26px;
  }
  .setMealinfo {
    padding: 60px 0;
  }
  .setMealinfo h1 {
    font-size: 26px;
  }
  .setMealinfo p {
    font-size: 14px;
  }
  .videos {
    font-size: 14px;
    padding: 60px 0;
  }
  .videos h1 {
    font-size: 26px;
  }
  .videos .infotext {
    padding: 10px 0 25px;
  }
  .footerbannerBg {
    font-size: 14px;
  }
  .footerbannerBg h1 {
    font-size: 26px;
  }
  .footerbannerBg .container {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin-top: 0;
    height: 200px;
  }
}
