/* advantage by rebecca_shen */
/*公共样式*/
* {
  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;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d2d2d2;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border: 0.04rem solid #ffbe34;
  background: transparent;
}
.guarantee-wrapper .food-modular-box .food-right img {
  width: 100%;
}
.guarantee-wrapper .quality-modular-box .quality-right p em {
  color: #333;
}
.aptitude-wrapper .aptitude-middle {
  margin: 0.93333333rem 0 1.73333333rem 0;
}
.aptitude-wrapper .aptitude-middle .aptitude-list {
  padding-bottom: 0.5rem;
}
.aptitude-wrapper .aptitude-middle .aptitude-list .swiper-slide {
  text-align: center;
}
.aptitude-wrapper .aptitude-middle .aptitude-list .swiper-slide div.slide-img-wrapper {
  width: 60%;
  padding: 0.4rem;
  margin: 0 auto;
  border: 1px solid #eeeeee;
}
.aptitude-wrapper .aptitude-middle .aptitude-list .swiper-slide div.slide-img-wrapper img {
  width: 100%;
}
.aptitude-wrapper .aptitude-middle .aptitude-list .swiper-slide p {
  font-size: 0.34666667rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.4rem;
}
.aptitude-wrapper .aptitude-middle .swiper-container-horizontal > .swiper-pagination-bullets,
.aptitude-wrapper .aptitude-middle .swiper-pagination-custom,
.aptitude-wrapper .aptitude-middle .swiper-pagination-fraction {
  bottom: 0;
}
.aptitude-wrapper .aptitude-bottom .honor-list .swiper-slide ul li {
  width: 49%;
  margin-bottom: 35px;
}
.aptitude-wrapper .aptitude-bottom .honor-list .swiper-slide ul li:nth-of-type(2n) {
  margin-left: 2%;
}
.aptitude-wrapper .aptitude-bottom .honor-list .swiper-slide ul li div {
  width: 100%;
  background: url('/static/cn/images/advantage/honor-back.png') no-repeat;
  background-size: cover;
}
.aptitude-wrapper .aptitude-bottom .honor-list .swiper-slide ul li div p {
  font-size: 0.29333333rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.6rem;
  text-align: center;
}
.aptitude-wrapper .aptitude-bottom .honor-list .swiper-slide ul li div p em {
  color: #333333;
  font-weight: bold;
}
.aptitude-wrapper .aptitude-bottom .swiper-container-horizontal > .swiper-pagination-bullets,
.aptitude-wrapper .aptitude-bottom .swiper-pagination-custom,
.aptitude-wrapper .aptitude-bottom .swiper-pagination-fraction {
  bottom: 0;
}
