/* index */
/*公共样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
head,
body {
  width: 100%;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
button a {
  display: block;
  width: 100%;
  height: 100%;
}
a,
a:active,
a:hover {
  text-decoration: none!important;
}
ul,
li {
  list-style: none;
  margin: 0;
}
img {
  display: block;
}
.row {
  margin: 0;
  padding: 0;
}
.container-main,
.w1200 {
  width: 100%;
  padding: 0 0.4rem;
  margin: 0 auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
ul.first-nav {
  padding: 0;
}
ul.first-nav > li {
  position: relative;
  width: 100%;
}
ul.first-nav > li .first-p {
  padding: 0 0.4rem;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
}
ul.first-nav > li .first-p img {
  width: 0.18666667rem;
  height: 0.32rem;
  transition: all .4s;
}
ul.first-nav > li .first-p a.cur {
  color: #FFBE34;
}
ul.first-nav > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.46666667rem 0;
  font-size: 0.4rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
}
ul.first-nav > li div.sub-nav {
  display: none;
  padding: 0 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
ul.first-nav > li div.sub-nav ul {
  padding-left: 0.37333333rem;
}
ul.first-nav > li div.sub-nav ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
ul.first-nav > li div.sub-nav ul li a {
  padding: 0.53333333rem 0;
  font-size: 0.34666667rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #999999;
}
/* top */
.top {
  width: 100%;
  height: 1.33333333rem;
  border-bottom: 1px solid #eeeeee;
}
.top .top-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.top .top-wrapper .w1200 {
  border-bottom: 1px solid #eeeeee;
}
.top .top-wrapper .top-list {
  height: 100%;
  position: relative;
  padding: 0.34666667rem 0;
  align-items: center;
}
.top .top-wrapper .top-list .index-logo img {
  width: 2.42666667rem;
  height: 0.66666667rem;
}
.top .top-wrapper .top-list .top-right {
  align-items: center;
}
.top .top-wrapper .top-list .top-right .phone img {
  width: 0.6rem;
  height: 0.6rem;
}
.top .top-wrapper .top-list .top-right .nav-btn {
  cursor: pointer;
}
.top .top-wrapper .top-list .top-right .nav-btn img {
  width: 0.49333333rem;
  height: 0.48rem;
}
.top .top-wrapper .nav-list {
  width: 100%;
  background: #ffffff;
  display: none;
}
/* top end*/
/* footer */
.footer {
  width: 100%;
  background: #3a3a3a;
}
.footer .footer-top {
  padding-top: 0.2rem;
}
.footer .footer-top ul.first-nav > li .first-p {
  border-bottom: none;
}
.footer .footer-top ul.first-nav > li .first-p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.footer .footer-top ul.first-nav > li .first-p a.cur {
  color: #FFBE34;
}
.footer .footer-top ul.first-nav > li .first-p img {
  width: 0.21333333rem;
  height: 0.37333333rem;
}
.footer .footer-top ul.first-nav > li:last-of-type .first-p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .footer-bottom {
  padding: 1.34666667rem 0 0.49333333rem 0;
  text-align: center;
}
.footer .footer-bottom img {
  width: 3.22666667rem;
  height: 0.88rem;
  margin: 0 auto;
}
.footer .footer-bottom p {
  font-size: 0.21333333rem;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.4rem;
  opacity: 0.5;
  margin-top: 0.52rem;
}
/* footer end*/
/* 分页 */
.pages-box {
  width: 1200px;
  margin: 50px auto;
}
.pages-box .pages-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pages-box .pages-item .pages-list {
  width: 30px;
  height: 30px;
  margin: 0 3px;
  border: 1px solid #dcdcdc;
}
.pages-box .pages-item .pages-list .pages-list-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
}
.pages-box .pages-item .next,
.pages-box .pages-item .prev {
  width: 55px;
  height: 30px;
}
.pages-box .pages-item .active {
  background-color: #657380;
}
.pages-box .pages-item .active .pages-list-link {
  color: #ffffff;
}
.go-top {
  position: fixed;
  display: none;
  cursor: pointer;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.go-back {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.learn-more-btn {
  width: 2.93333333rem;
  height: 0.90666667rem;
  background: url("/static/m/images/index/btn-back.png");
  background-size: cover;
  text-align: center;
}
.learn-more-btn a {
  line-height: 0.90666667rem;
  font-size: 0.34666667rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.text-title {
  font-size: 0.45333333rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #2b82c6;
}
.text-desc {
  width: 100%;
  margin: 0.4rem 0;
  font-size: 0.34666667rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #999999;
  line-height: 0.58666667rem;
}
.restaurant-modular-box {
  margin: 0.81333333rem 0 1.33333333rem 0;
}
.solution-modular-box {
  position: relative;
  margin-bottom: 1.36rem;
}
.solution-modular-box .swiper-container {
  padding-bottom: 1rem;
}
.solution-modular-box .swiper-container-horizontal > .swiper-pagination-bullets,
.solution-modular-box .swiper-pagination-custom,
.solution-modular-box .swiper-pagination-fraction {
  bottom: 0;
}
.solution-modular-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #dcdcdc;
  border-radius: 50%;
}
.solution-modular-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.04rem solid #2b82c6;
  border-radius: 50%;
  background: transparent;
}
.solution-modular-box .solution-item-list-link {
  display: block;
  text-align: center;
}
.solution-modular-box .solution-item-list-link img {
  width: 100%;
}
.solution-modular-box .solution-item-list-link h1 {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 0.4rem;
  margin: 0.52rem 0 0.22666667rem 0;
}
.solution-modular-box .solution-item-list-link p {
  font-size: 0.34666667rem;
  font-family: PingFangSC-Thin;
  font-weight: 100;
  color: rgba(102, 102, 102, 0.8);
  line-height: 0.53333333rem;
}
.about-modular-box {
  width: 100%;
}
.about-modular-box > img {
  width: 95%;
}
.about-modular-box .about-modular-text {
  margin-bottom: 1.33333333rem;
}
.about-modular-box .about-modular-text .text-title {
  margin-top: 0.44rem;
}
.advantage-modular-box {
  padding: 0.8rem 0;
  background: #f8fbff;
}
.advantage-modular-box .advantage-modular {
  text-align: center;
}
.advantage-modular-box .advantage-modular .text-desc {
  margin-bottom: 0.94666667rem;
}
.advantage-modular-box .advantage-modular ul li:not(:last-of-type) {
  margin-bottom: 0.93333333rem;
}
.advantage-modular-box .advantage-modular ul li .list-top {
  position: relative;
}
.advantage-modular-box .advantage-modular ul li .list-top img {
  width: 1.12rem;
  height: 0.77333333rem;
}
.advantage-modular-box .advantage-modular ul li .list-top h4 {
  font-size: 0.34666667rem;
  font-weight: lighter;
  color: #333333;
  margin-left: 0.4rem;
}
.advantage-modular-box .advantage-modular ul li .list-top h4 em {
  font-size: 1.06666667rem;
  font-family: fantasy;
  font-weight: lighter;
  margin-right: 0.05rem;
}
.advantage-modular-box .advantage-modular ul li .list-bottom {
  margin-top: 0.26666667rem;
}
.advantage-modular-box .advantage-modular ul li .list-bottom p {
  font-size: 0.32rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.6);
  line-height: 0.32rem;
}
.qual-certi-modular-box {
  padding: 1.33333333rem 0;
}
