a {
  text-decoration: none;
  box-sizing: border-box;
} /* 重置链接a标签 */
a:active,
a:hover {
  text-decoration: none;
} /* 重置链接a标签的鼠标滑动效果 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
} /* 重置table属性 */
img {
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
} /* 图片在当前行内的垂直位置 */
a {
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

/*清除浮动*/
.clearfix {
  overflow: hidden;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000009;
  font-weight: normal;
/*  font-family: 'ubuntubold';*/
}
p {
  font-size: 17px;
/*  font-family: 'Montserrat-Regular';*/
  color: #666;
  line-height: 32px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-200px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
.fadeInLeft {
  animation-name: fadeInLeft
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
.fadeInRight {
  animation-name: fadeInRight
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-down2 {
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale1 {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.padding-top {
  padding-top: 100px;
}
.padding {
  padding: 100px 0;
}
.margin-top {
  margin-top: 100px;
}

.container {
  width: 1400px;
  margin: 0 auto;
}


.href a {
  display: inline-block;
  padding: 13px 40px;
  background: rgba(232, 61, 36, 0.75);
  font-size: 14px;
/*  font-family: montserrat-regular;*/
  color: #fff
}

.href a:hover {
  background: #e93e25
}

.mobile-height {
  display: none;
  height: 60px;
  overflow: hidden
}

.mobile-nav {
  display: none;
  width: 100%;
  height: 60px;
  background: url('../images/head-bg.jpg');
  z-index: 999;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1)
}

.m-navico {
  line-height: 60px
}

.m-navico img {
  width: 22px
}

.m-navlist {
  position: fixed;
  left: -80%;
  top: 0;
  bottom: 0;
  width: 76%;
  padding: 0 0 20px;
  background: #fff;
  box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.2);
  overflow: scroll;
  z-index: 999
}

.m-navlist h1,
.m-navlist h5 {
  padding: 20px;
  font-size: 24px;
  background: url('../images/head-bg.jpg')
}

.m-navlist h1 img,
.m-navlist h5 img {
  width: 100px
}

.m-navlist h1 span,
.m-navlist h5 span {
  float: right;
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  line-height: 40px;
  opacity: .8
}

.m-navlistcon {
  margin-left: 20px
}

.m-navlistcon ul {
  display: none
}

.m-navlistcon span {
  display: block;
  border-bottom: 1px solid #dedede;
  overflow: hidden
}

.m-navlistcon span a {
  display: inline-block;
  width: 70%;
  padding: 15px 0;
  font-size: 16px;
  color: #000009;
/*  font-family: montserrat-regular;*/
  float: left
}

.m-navlistcon span a.on,
.m-navlistcon li a.on {
  color: #e93e25
}

.m-navlistcon span i {
  text-align: right;
  width: 24%;
  float: right;
  padding: 15px 6% 15px 0
}

.m-navlistcon ul li {
  margin-left: 20px;
  border-bottom: 1px solid #dedede
}

.m-navlistcon ul li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  color: #666
}

.m-navlistcon ul li a b {
  padding-left: 10px
}

.m-navlistcon .xla-three {
  border-top: 1px solid #dedede;
  padding-left: 20px
}

.m-navleft {
  padding-left: 6%
}

.m-navleft,
.m-navcenter {
  float: left
}

.m-navcenter {
  width: 57%;
  margin-top: 10px;
  padding-left: 40px;
  text-align: center
}

.m-navcenter img {
  width: 110px
}

.m-navright {
  float: right
}

.m-navright .href a {
  margin-top: 12px;
  margin-right: 20px;
  padding: 12px;
  font-size: 12px
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000
}

.cd-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19%;
  margin-top: -286px;
  float: none
}

.div_info {
  width: 36%;
  padding: 58px;
  background: #fff
}

.div_info h3 {
  padding-bottom: 20px;
/*  font-family: montserrat-bold;*/
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
  background: url('../images/line01.jpg') no-repeat left bottom
}

.div_info input,
.div_info textarea {
  display: block;
  width: 100%;
  height: 32px;
  margin: 32px auto 0;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e1e5e7;
/*  font-family: montserrat-regular;*/
  outline: none
}

.div_info button {
  width: 100%;
  height: 46px;
  font-size: 15px;
/*  font-family: ubuntu-medium;*/
  color: #fff;
  background: #e93e25;
  margin-top: 60px;
  border: none;
  letter-spacing: 2px
}

.div_info button img {
  margin-left: 13px
}

.div_info button:hover {
  background: #ee6d5a;
  cursor: pointer
}

.div_info textarea {
  height: 82px;
  line-height: 24px
}

.cd-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999
}

.crmFormVali-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px)
}

.input-position {
  position: relative
}

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 153px);
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box
}

.banner-text {
  position: absolute;
  width: 36.5%;
  left: 13.5%;
  top: 18%;
  text-align: left;
  z-index: 1
}

.banner-text h3,
.banner-text h1 {
  font-size: 46px;
  color: #212121;
  line-height: 62px;
/*  font-family: ubuntubold*/
}

.banner-text p {
  margin-top: 30px;
  font-size: 18px;
  color: #212121;
  line-height: 36px
}

.main-href {
  margin-top: 50px;
  text-align: center
}

.banner .main-href {
  text-align: left
}

.main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: ubuntu-medium;
  background: #e93e25;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px
}

.main-href a:hover {
  background: #ee6d5b
}

.main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.main-href a:nth-child(2) {
  padding: 15px 73px;
  margin-left: 30px;
  background: #ed6d5b
}

.main-href a:nth-child(2):hover {
  background: #e93e25
}

.mouse {
  margin-right: 18px
}

.banner-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29.7%;
  height: 90px;
  padding-left: 13.5%;
  padding-top: 26px;
  background: url('../images/line01.jpg') no-repeat right center
}

.banner-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70.3%;
  height: 90px;
  padding-left: 7%;
  padding-top: 26px;
  background: #bf4c46 url('../images/line02.jpg') no-repeat left center
}

.banner-bottomright h3 {
  font-size: 18px;
  color: #fff;
  font-family: montserrat-medium
}

.banner-bottomright p {
  font-size: 13px;
  color: #fff
}

.v-txt {
  padding: 10px 0;
  overflow: hidden
}

.mouse {
  float: left;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite
}

.v-txt p {
  float: left;
  font-size: 16px;
  font-family: montserrat-medium
}

.bannerbd,
.bannerbd ul {
  height: 100%
}

.bannerbd li {
  position: relative;
  height: 100%
}

.bannerbd li span img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bannerhd {
  position: absolute;
  right: 13.5%;
  bottom: 18px;
  font-size: 0
}

.bannerhd a {
  display: inline-block;
  width: 46px;
  height: 46px
}

.bannerhd a.prev {
  background: rgba(255, 255, 255, 0.5) url('../images/left.png') no-repeat center
}

.bannerhd a.next {
  margin-left: 1px;
  background: rgba(255, 255, 255, 0.5) url('../images/right.png') no-repeat center
}

.bannerhd a.prev:hover {
  background: #fff url('../images/lefts.png') no-repeat center
}

.bannerhd a.next:hover {
  background: #fff url('../images/rights.png') no-repeat center
}

.title {
  width: 95%;
  margin: 0 auto;
  text-align: center
}

.title h1,
.title h1 a,
.title h2,
.title h2 a,
.title h3,
.title h3 a,
.title h4,
.title h4 a,
.title h5,
.title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009
}

.title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: #e93e25;
  font-size: 17px;
  font-family: montserrat-medium;
  letter-spacing: 0
}

.title p {
  margin-top: 20px
}


.home-target {
  background-attachment: fixed;
  background-image: url('../images/bg04.jpg');
  background: auto 100%
}

.home-target .title h1 a,
.home-target .title p,
.home-target .title h3 a {
  color: #fff
}

.home-target .title b {
  padding-top: 16px;
  font-size: 76px;
  font-family: ubuntubold;
  line-height: 28px
}

.home-about {
  position: relative;
  overflow: hidden
}



.home-about .container,
.home-abvideo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.home-aboutfl {
  position: relative;
  width: 46%;
  height: 100%;
  overflow: hidden
}

.home-aboutfl img {
  width: 100%
}

.home-aboutfl:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.home-abvideo {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 88%;
  padding: 20px 45px;
  background: rgba(0, 0, 0, 0.73);
  font-size: 0
}

.home-abvideo p {
  display: inline-block;
  margin-top: 7px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  vertical-align: top
}

.home-abvideo span {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e93e25;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  vertical-align: top
}

.home-abvideo img {
  width: auto
}

.home-abvideo span::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(233, 62, 37, 0.6);
  animation: scale2 2s linear infinite
}

.home-aboutfl:hover span::after {
  display: block
}

.videos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
  overflow: hidden
}

.videos #video {
  position: fixed;
  left: 10%;
  top: 10vh;
  width: 80%;
  height: 80vh;
  background: #000;
  z-index: 999
}

.vclose {
  position: absolute;
  right: 3%;
  top: 5%;
  width: auto;
  cursor: pointer
}

.home-aboutfl img.vclose {
  width: auto
}

.home-aboutfr {
  width: 47.8%;
  margin-top: 44px
}

.home-aboutfr .title {
  width: 100%;
  text-align: left
}

.home-aboutnum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 11.9%
}

.home-aboutnum div {
  position: relative;
  width: 45%;
  padding: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #dbdbdb
}

.home-aboutnum div::after {
  content: ' ';
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px
}

.home-aboutnum div:hover::after {
  animation: ad_width 0.5s linear forwards;
  background: #e93e25
}

@keyframes ad_width {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.home-aboutnum span {
  display: block;
  font-size: 26px;
  color: #212121;
  font-family: ubuntubold
}

.home-aboutnum span b {
  margin-right: 10px;
  font-weight: 100
}

.home-aboutnum p {
  margin-top: 10px;
  color: #212121
}

.home-aboutfr .main-href {
  margin-top: 60px;
  text-align: left
}

.home-choose {
  padding-bottom: 60px;
  background: #000 url('../images/bg05.png') no-repeat left bottom;
  overflow: hidden
}

.home-choose .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.home-choose .title {
  width: 37.8%;
  margin-top: 130px;
  text-align: left
}

.home-choose .title h1,
.home-choose .title h3 {
  margin-bottom: 40px
}

.home-choose .title h1 a,
.home-choose .title h1 b,
.home-choose .title h3 a,
.home-choose .title h3 b {
  color: #fff
}

.home-choose .title p {
  color: #fff;
  opacity: .75
}

.home-choose .main-href {
  text-align: left
}

.home-choosecon {
  width: 36.7%;
  margin-top: 50px;
  -webkit-animation: bounce-down2 5s linear infinite;
  animation: bounce-down2 5s linear infinite
}

.home-chooseright {
  position: relative;
  width: 28.7%;
  margin-top: 215px
}

.home-choosecon img {
  max-width: 100%
}

.home-chooselist {
  padding: 55px 75px 56px 55px;
  border: 1px solid rgba(255, 255, 255, 0.2)
}

.home-chooselist h3 {
  margin-bottom: 30px;
  font-family: ubuntu-medium
}

.home-chooselist h3 a,
.home-chooselist h3 {
  color: #fff;
  font-size: 26px
}

.home-chooselist span {
  display: block;
  margin-top: 10px;
  padding: 5px 0 5px 38px;
  background: url('../images/gou.png') no-repeat left center
}

.home-chooselist span a,
.home-chooselist span {
  color: #999;
  font-size: 17px
}

.home-chooselist span:hover {
  background: url('../images/gous.png') no-repeat left center
}

.home-chooselist span:hover a,
.home-chooselist span:hover {
  color: #fff
}

.choose-circlea {
  position: absolute;
  left: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
  border: 21px solid #000;
  border-radius: 50%;
  background: #fff;
  z-index: 1
}

.choose-circle::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -42px;
  width: 52px;
  height: 52px;
  border: 16px solid rgba(255, 255, 255, 0.3);
  animation: scale1 3s linear infinite;
  border-radius: 50%;
  z-index: 0
}


.home-saycon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.home-saycon .title {
  width: 48.5%;
  margin-top: 86px;
  margin-left: 0;
  text-align: left
}

.home-saycon .main-href {
  text-align: left
}

.home-saylist {
  width: 39.2%
}

.home-saylist li {
  position: relative;
  padding: 40px 40px 30px 76px;
  margin-top: 30px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.home-saylist li:hover {
  transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px)
}

.home-saylist li:first-child {
  margin-top: 0
}

.toux {
  position: absolute;
  left: -40px;
  top: 22px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden
}

.toux img {
  width: 100%
}

.home-saytxt span {
  display: block;
  font-size: 0
}

.home-saytxt span img {
  margin-right: 4px
}

.home-saytxt p {
  margin-top: 20px;
  font-size: 16px
}

.home-saytxt div {
  margin-top: 20px
}

.home-saytxt div b {
  margin-right: 25px;
  font-size: 18px;
  font-family: ubuntu-medium;
  font-weight: 100
}

.home-saytxt div i {
  font-style: normal;
  color: #bbb;
  font-size: 18px;
  font-family: ubuntu-medium
}

.home-blogs {
  position: relative;
  padding-bottom: 100px;
  background: #f9f6f0 url('../images/line03.jpg') repeat-x left bottom;
  overflow: hidden
}

.home-bloglist {
  position: relative;
  z-index: 1
}

.home-bloglist ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.home-bloglist li {
  position: relative;
  width: 23.5%;
  overflow: hidden
}

.home-bloglist li span img {
  width: 100%
}

.home-bloglist li:hover span img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.home-blogup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 50%
}

.home-blogup img {
  margin-top: -27.5px
}

.home-bloganniu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
  z-index: 1
}

.home-bloganniu a.swiper-button-prev,
.home-bloganniu a.swiper-button-next {
  display: block;
  font-size: 17px;
  color: #fff
}

.home-bloganniu a.swiper-button-disabled {
  opacity: .7
}

.home-bloganniu h3 a {
  font-size: 26px;
  color: #fff
}

.home-blogs::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 269px;
  height: 161px;
  background: url('../images/bg06.png') no-repeat
}

.footer {
  padding-top: 80px;
  padding-bottom: 55px;
  background: #191919
}

.foot-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #303030
}

.foot-logo span {
  display: block;
  margin-top: 38px
}

.foot-logo span a {
  margin-left: 20px;
  opacity: .6
}

.foot-logo span a:hover {
  opacity: 1
}

.foot-con {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px
}

.foot-con div {
  width: 28%;
  margin-right: 8%
}

.foot-con h3 {
  margin-bottom: 30px;
/*  font-family: montserrat-bold;*/
  font-size: 22px;
  color: #fff
}

.foot-con ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.foot-con li a {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #8c8c8c;
  font-family: montserrat-regular
}

.foot-con li a:hover {
  color: #fff;
  text-decoration: underline
}

.foot-con div.newsletter {
  width: 44%;
  margin-right: 0
}

.foot-con div.newsletter p {
  font-size: 15px;
  color: #8c8c8c
}

.newsletter form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px
}

.newsletter input {
  width: 70%;
  height: 64px;
  padding-left: 34px;
  font-size: 13px;
  background: #252525;
  color: #fff;
  outline: none;
  border: none
}

.newsletter button {
  width: 30%;
  height: 64px;
  font-size: 13px;
  font-family: montserrat-bold;
  background: #d53a24;
  color: #fff;
  outline: none;
  border: none
}

.foot-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.foot-txt p {
  font-size: 12px;
  color: #5e5e5e
}

.foot-txt p a {
  margin-left: 50px;
  color: #5e5e5e;
  text-decoration: underline
}

.foot-txt p i {
  margin-left: 50px;
  font-style: normal;
  color: #7c7c7c
}

.foot-gotop {
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  cursor: pointer
}

.foot-gotop img {
  margin-right: 10px;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container {
  width: 100%;
  overflow: hidden
}

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform
}

.swiper-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1
}

.swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden
}

.swiper-pagination-progressbar-fill {
  background: #e93e25;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px
}

.gotop {
  position: fixed;
  right: 10px;
  top: 50%;
  display: none;
  margin-top: -61px;
  z-index: 1
}

.gotop a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #ec5b45;
  margin: 10px 0;
  text-align: center;
  line-height: 46px;
  box-shadow: 1px 2px 6px 2px rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center
}

.gotop a:hover {
  background: #ee6d5a
}

.foot-other {
  padding: 90px 0;
  background: url('../images/foot-bg.jpg') no-repeat;
  background-size: 100% 100%
}

.footother-fl .contact-listnameone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.footother-fl .contact-listnameone div {
  width: 45%
}

.footother-fl .contact-listnameone p a {
  color: #fff
}

.footother-fl .contact-listnameone p a:hover {
  color: #fff;
  text-decoration: underline
}

.footother-top p {
  margin-top: 30px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px
}

.footother-fl .contact-listnameone div {
  margin-top: 46px;
  padding-top: 30px
}

.footother-fl .contact-listnameone h3,
.footother-fl .contact-listnameone p {
  color: #fff
}

.footother-fl .contact-listnameone p {
  font-family: montserrat-regular
}

.foot-other .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.footother-fl {
  width: 43%;
  margin-top: 30px
}

.footother-fr {
  width: 44%
}

.div_infoa {
  width: 100%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1)
}

.div_infoa h3 {
  padding-bottom: 20px;
  font-size: 30px;
  color: #333;
  line-height: 24px;
  letter-spacing: 1px
}

.div_infoa input,
.div_infoa textarea {
  display: block;
  width: 100%;
  height: 49px;
  margin: 20px auto 0;
  padding-left: 30px;
  font-size: 15px;
  border: none;
  background: #fafafa;
  border: 1px solid #efefef;
  outline: none
}

.div_infoa button {
  width: 100%;
  height: 61px;
  font-size: 18px;
  color: #fff;
  background: #e93e24;
  margin-top: 36px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  font-family: montserrat-bold;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.div_infoa button:hover {
  background: #ee6d5b;
  cursor: pointer
}

.div_infoa textarea {
  height: 142px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  line-height: 30px
}

.mobile-footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #e93e25;
  z-index: 99;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1)
}

.mobile-foot a {
  float: left;
  width: 25%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-family: montserrat-regular;
  text-align: center;
  border-right: 1px solid #ee6d5a;
  box-sizing: border-box
}

.mobile-foot a:last-child {
  border-right: none
}

.mobile-foot img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 5px auto 0
}

.small-banner {
  width: 100%;
  padding: 130px 0 135px;
  background: url('../images/bg05.jpg') center;
  background-size: 100% auto
}

.small-banner h1 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #fff
}

.small-banner div {
  color: white;
}

.small-banner span,
.small-banner a,
.small-banner i {
  font-size: 15px;
  color: #fff
}

.small-banner a:hover {
  text-decoration: underline;
  color: #e93e25
}

.small-banner i {
  font-style: normal;
  margin: 0 6px
}

.about-categoriespic {
  position: relative;
  margin-top: 70px
}

.about-categoriespic div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.about-categoriespic div span {
  display: block;
  overflow: hidden
}

.about-categoriespic div span:nth-child(1) {
  margin-top: 100px
}

.about-categoriespic div span:nth-child(3) {
  margin-top: 218px
}

.about-categoriespic div span:nth-child(2) {
  margin: 0 38px
}

.about-categoriespic div span img {
  width: 100%
}

.about-categoriespic div span img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.about-categoriespic b {
  position: absolute;
  left: 19%;
  top: 52%;
  z-index: 2
}

.about-categoriespic b img {
  max-width: 100%
}

.about-get {
  margin-top: 80px;
  text-align: center
}

.about-get b {
  font-weight: 100;
  font-size: 96px;
  line-height: 52px;
  font-family: ubuntubold;
  color: #ff7f7f
}

.about-get p {
  margin-top: -28px;
  font-size: 36px;
  font-family: ubuntu;
  color: #212121;
  line-height: 56px
}

.about-get .main-href {
  margin-top: 40px
}

.about-global {
  background: #121416
}

.about-global .title h1 b,
.about-global .title h1,
.about-global .title p,
.about-global .title h3 b,
.about-global .title h3 {
  color: #fff
}

.about-mcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px
}

.about-maps {
  position: relative;
  width: 75.8%
}

.about-maps img {
  width: 100%
}

.about-num {
  position: relative;
  width: 24.2%;
  margin-top: 42px
}

.about-num h3 {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 46px;
  letter-spacing: 1px
}

.about-num p {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px
}

.about-num .main-href {
  margin-top: 40px;
  text-align: left
}

.about-num::before {
  content: '50+';
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 166px;
  color: #121416;
  text-shadow: -1px -1px 0 #565757, 1px -1px 0 #565757, -1px 1px 0 #565757, 1px 1px 0 #565757;
  z-index: 0;
  font-family: montserrat-bold;
  line-height: 124px
}

.about-maps div {
  width: 14px;
  height: 14px;
  background: #212121;
  border: 4px solid #e93e25;
  border-radius: 50%;
  animation: scale2 2s linear infinite
}

.about-maps div.dian01 {
  position: absolute;
  left: 13.4%;
  top: 21.3%
}

.about-maps div.dian02 {
  position: absolute;
  left: 14.7%;
  top: 37.5%
}

.about-maps div.dian03 {
  position: absolute;
  left: 30.9%;
  top: 66.6%
}

.about-maps div.dian04 {
  position: absolute;
  left: 28.6%;
  top: 78.8%
}

.about-maps div.dian05 {
  position: absolute;
  left: 44.3%;
  top: 38.2%
}

.about-maps div.dian06 {
  position: absolute;
  left: 47.2%;
  top: 32%
}

.about-maps div.dian07 {
  position: absolute;
  left: 49.2%;
  top: 29.1%
}

.about-maps div.dian08 {
  position: absolute;
  left: 52.4%;
  top: 79.6%
}

.about-maps div.dian09 {
  position: absolute;
  left: 55.1%;
  top: 31.4%
}

.about-maps div.dian10 {
  position: absolute;
  left: 54.3%;
  top: 40.4%
}

.about-maps div.dian11 {
  position: absolute;
  left: 53.7%;
  top: 45.8%
}

.about-maps div.dian12 {
  position: absolute;
  left: 67.6%;
  top: 26.4%
}

.about-maps div.dian13 {
  position: absolute;
  left: 72.6%;
  top: 13.2%
}

.about-maps div.dian14 {
  position: absolute;
  left: 79.1%;
  top: 33.4%
}

.about-maps div.dian15 {
  position: absolute;
  left: 87.2%;
  top: 38.8%
}

.about-maps div.dian16 {
  position: absolute;
  left: 76.8%;
  top: 45.8%
}

.about-maps div.dian17 {
  position: absolute;
  left: 79.1%;
  top: 47.8%
}

.about-maps div.dian18 {
  position: absolute;
  left: 77.5%;
  top: 57.1%
}

.about-maps div.dian19 {
  position: absolute;
  left: 79.1%;
  top: 59.8%
}

.about-maps div.dian20 {
  position: absolute;
  left: 84.9%;
  top: 76.3%
}

.about-video {
  position: relative;
  overflow: hidden
}

.about-videopic {
  position: relative;
  width: 100%;
  padding-left: 58px;
  margin-top: 40px;
  background: url('../images/videobg.jpg') no-repeat left center;
  cursor: pointer
}

.about-videopic span {
  display: block;
  overflow: hidden
}

.about-videopic span img {
  width: 100%
}

.about-videopic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.btbofang {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: rgba(233, 62, 37, 0.75);
  text-align: center;
  cursor: pointer
}

.btbofang img {
  width: auto
}

.btbofang::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(233, 62, 37, 0.6);
  animation: scale2 2s linear infinite
}

.about-videopic:hover .btbofang::after {
  display: block
}

.about-video::after {
  content: "";
  position: absolute;
  right: -126px;
  top: 40%;
  width: 466px;
  height: 287px;
  background: url('../images/bg02.png') no-repeat;
  z-index: -1
}

.about-brandcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px
}

.about-brandcon div {
  width: 48.2%;
  padding: 50px 48px 0;
  border: 1px solid #ddd
}

.about-brandcon span {
  font-family: ubuntubold;
  font-size: 76px;
  color: #ff4040;
  line-height: 52px
}

.about-brandcon p {
  margin-bottom: 40px
}

.about-certifications {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f9f6f0
}

.about-certifications .swiper-slide {
  width: 56%;
  background: #fff;
  box-sizing: border-box;
  z-index: 0;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6)
}

.about-certifications .swiper-slide img {
  display: block;
  max-width: 100%
}

.about-certifications .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10
}

.about-certifications .swiper-slide-prev,
.about-certifications .swiper-slide-next {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 5
}

.about-certifications .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.about-certifications .swiper-container {
  width: 48.6%
}

.about-certifications .about-certificationstxt {
  width: 45.1%;
  margin-top: 100px
}

.about-certifications .about-certificationstxt .title {
  width: 100%;
  text-align: left
}

.about-btn {
  margin-top: 60px;
  font-size: 0
}

.about-btn a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 33px;
  margin-right: 6px;
  font-family: ubuntu-medium;
  background: #e93e25;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.about-btn a:hover {
  background: #ee6d5b
}

.about-btn a::after {
  display: none;
}

.about-btn a i {
  font-size: 12px;
}
.about-btn a:first-child i {
  margin-right: 10px;
}
.about-btn a:last-child i {
  margin-left: 10px;
}

.about-certifications::after {
  content: "";
  position: absolute;
  right: -324px;
  bottom: -144px;
  width: 743px;
  height: 639px;
  background: url('../images/bg03.png') no-repeat;
  z-index: 0
}

.goods-txt {
  background: #f8f8f8
}

.goods-txt .title,
.goods-roasted .title {
  width: 100%;
  text-align: left
}

.goods-txt .main-href {
  text-align: left
}

.goods-roasted .container {
  position: relative
}

.goods-roasted .container::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 70px;
  background: url('../images/ico14.png') no-repeat
}

.goods-cp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}

.goods-cp ul li {
  width: 23%;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  margin-left: 2.66%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.goods-cp ul li:nth-child(4n + 1) {
  margin-left: 0
}

.goods-cp ul li img {
  width: 100%
}

.goods-cp ul li:hover {
  transform: translate(0, -8px);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px)
}

.goods-cp ul li h3 {
  padding: 0 20px 20px;
  font-size: 14px;
  font-family: montserrat-regular;
  line-height: 20px;
  text-align: center
}

.goods-cp ul li h3 a:hover {
  text-decoration: underline;
  color: #e93e25
}

.goods-flei {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.goods-flei {
  margin-top: 25px
}

.goods-flei a {
  display: block;
  width: 10.2%;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #d5d5d5;
  cursor: pointer
}

.goods-flei a {
  margin-left: 1%
}

.goods-flei a:first-child {
  margin-left: 0
}

.goods-flei a.on,
.goods-flei a:hover {
  background: #e93e25;
  color: #fff;
  border: none
}

.goods-cp .page {
  margin-top: 40px
}

.roasted-video {
  background-image: url('../images/bg08.jpg');
  background-attachment: fixed
}

.roasted-video .title h3,
.roasted-video .title p,
.roasted-video .title b {
  color: #fff
}

.roasted-bofang {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer
}

.roasted-bofang img {
  margin-left: 3px
}

.roasted-bofang span::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  animation: scale2 2s linear infinite
}

.roasted-video:hover .roasted-bofang span::after {
  display: block
}

.goods-pricing {
  position: relative
}

.goods-table {
  margin-top: 40px
}

.goods-table th,
.goods-table td {
  padding: 18px 20px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #ddd
}

.goods-table th {
  color: #303030;
  border-top: 1px solid #ddd
}

.goods-table td {
  color: #666
}

.goods-pricing::after {
  content: '';
  position: absolute;
  right: 13.5%;
  bottom: 90px;
  width: 72px;
  height: 70px;
  background: url('../images/ico14.png') no-repeat
}

.goods-pricing .main-href {
  margin-top: 60px
}

.goods-advanced {
  background-attachment: fixed;
  background-image: url('../images/bg09.jpg')
}

.goods-advanced .title h3,
.goods-advanced .title p,
.goods-advanced .title b {
  color: #fff
}

.goods-advancedcon {
  margin-top: 40px
}

.goods-advancedcon .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.goods-advancedcon li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center
}

.goods-advancedcon li span {
  display: block;
  overflow: hidden
}

.goods-advancedcon li img {
  width: 100%
}

.goods-advancedcon li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.goods-advancedcon li h3 a {
  font-family: montserrat-medium;
  font-size: 16px;
  color: #000
}

.goods-advancedcon li h3 a:hover {
  color: #e93e25;
  text-decoration: underline
}

.goods-advancedcon li div {
  padding: 30px
}

.goods-advancedcon li p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px
}

.goods-advancedbt {
  margin-top: 10px;
  text-align: center
}

.goods-qualitylist {
  margin-top: 40px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd
}

.goods-qualitylist ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.goods-qualitylist ul li {
  width: 31%
}

.goods-qualitylistfour ul li {
  width: 24%
}

.goods-qualitylistoth ul li {
  width: 48%
}

.goods-qualitylist ul li span {
  display: block;
  border-radius: 10px;
  overflow: hidden
}

.goods-qualitylist ul li span img {
  width: 100%
}

.goods-qualitylist ul li span img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.goods-qualitylist ul li h3 {
  margin-top: 30px
}

.goods-qualitylist ul li h3 a {
  font-size: 22px;
  font-family: ubuntu-medium;
  color: #000009
}

.goods-qualitylist ul li h3 a:hover {
  color: #e93e25;
  text-decoration: underline
}

.goods-qualitylist ul li p {
  margin-top: 30px;
  line-height: 28px;
  font-size: 15px
}

.goods-packingpic {
  width: 47.6%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.goods-packingpic span {
  display: block;
  width: 48%;
  overflow: hidden
}

.goods-packingpic span img {
  width: 100%;
  border-radius: 20px
}

.goos-packing {
  padding-top: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.goods-packingcon {
  width: 47.2%;
  margin-top: 20px
}

.goods-packingcon .title {
  margin-bottom: 30px;
  text-align: left
}

.goods-list .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.goods-listfl {
  width: 19.2%
}

.goods-listfl a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  color: #303030
}

.goods-listfl a:hover,
.goods-listfl a.on {
  color: #ff1919;
  border-bottom: 1px solid #f99
}

.goods-listfr {
  width: 75.3%
}

.goods-listfr ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.goods-listfr li {
  width: 31%;
  margin-bottom: 40px;
  text-align: center
}

.goods-listfr li span {
  display: block;
  overflow: hidden;
  border: 1px solid #e9e9e9
}

.goods-listfr li span img {
  width: 100%
}

.goods-listfr li span:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.goods-listfr li p {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  font-family: montserrat-medium
}

.list-link {
  margin-top: 10px
}

.list-link a {
  padding: 5px 10px;
  font-size: 15px;
  color: #ea4b34;
  font-family: montserrat-medium;
  border-bottom: 1px solid #f49e92
}

.list-link a img {
  margin-left: 10px
}

.list-link a:hover {
  opacity: .8
}

.page {
  margin-top: 40px;
  text-align: center
}

#pagesize {
  display: inline-block
}

#pagesize ul li {
  display: inline-block;
  vertical-align: top
}

#pagesize a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  font-size: 15px;
  border-radius: 3px;
  color: #999;
  line-height: 28px
}

#pagesize a:hover,
#pagesize a.active {
  background: #e93e25;
  color: #fff
}

#pagesize ul li a.disabled {
  color: #000;
  background: #fff
}

#pagesize ul li i {
  font-size: 22px
}

#pagesize ul li:first-child a,
#pagesize ul li:last-child a {
  display: inline-block;
  width: 11px;
  height: 28px;
  font-size: 0
}

#pagesize ul li:first-child a {
  margin-right: 52px;
  background: url('../images/jt01.png') no-repeat center
}

#pagesize ul li:first-child a.disabled:hover {
  background: url('../images/jt01.png') no-repeat center;
  cursor: default
}

#pagesize ul li:last-child a {
  margin-left: 52px;
  background: url('../images/jt02.png') no-repeat center
}

#pagesize ul li:last-child a.disabled:hover {
  background: url('../images/jt02.png') no-repeat center;
  cursor: default
}

#pagesize ul li:first-child a:hover {
  background: url('../images/jt01s.png') no-repeat center
}

#pagesize ul li:last-child a:hover {
  background: url('../images/jt02s.png') no-repeat center
}

.home-bg {
  background: #fff url('../images/line03.jpg') repeat-x left bottom
}

.faq {
  width: 100%
}

.faq .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.faq-height {
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important
}

.faqfl {
  width: 100%;
  height: auto
}

.faqcon {
  background: #fff
}

.faqfl a {
  display: block;
  padding: 25px 18px;
  font-size: 22px;
  font-family: montserrat-bold;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: -1px -1px 0 #9c9c9c, 1px -1px 0 #9c9c9c, -1px 1px 0 #9c9c9c, 1px 1px 0 #9c9c9c;
  border-bottom: 1px solid #ddd
}

.faqfl a:hover,
.faqfl .current a {
  color: #da632e;
  text-shadow: 0 0 0 #da632e
}

.faqfixed {
/*  position: fixed;*/
  top: 97px;
  width: 322px;
  z-index: 2;
  max-height: 100%;
  overflow: auto
}

.faqfl .swiper-wrapper {
  display: block
}

.faqfr {
  width: 71.4%
}

.faqfr .faq-list {
  width: 100%;
  padding-left: 40px;
  margin-top: 12px;
  border: 1px solid #dfe3e6
}

.faqfr .faq-sideMenu h3 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: none
}

.faqfr .faq-sideMenu h3 span {
  font-size: 17px;
  color: #303030
}

.faqfr .faq-sideMenu h3 em {
  margin-right: 30px
}

.faqfr .faq-txt p {
  margin-top: 10px;
  padding-right: 40px
}

.faqfr .faq-txt {
  border-bottom: none;
  line-height: 26px;
  font-size: 16px;
  color: #666;
}

.contact-listnameone,
.contact-bdtop .container,
.contact-listnametwo,
.contact-listnamethree,
.contact-bdbottom .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.contact .swiper-wrapper {
  display: block;
  max-height: 960px
}

.contact-bdtop {
  width: 100%
}

.contact-listname {
  position: relative;
  z-index: 1;
  width: 62%;
  margin-top: 20px
}

.contact-listnameone div {
  width: 28.2%;
  padding-top: 25px;
  border-top: 1px solid #cbcbcb
}

.contact-listnameone h3 {
  margin-bottom: 20px;
  font-family: montserrat-bold;
  font-size: 19px;
  color: #212121
}

.contact-listnameone p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-family: montserrat-medium
}

.contact-pic {
  width: 32.1%
}

.contact-pic img {
  width: 100%
}

.contact-listnametwo {
  margin-top: 17%
}

.contact-listnameb {
  width: 28.2%
}

.contact-listnameb span {
  display: block;
  width: 59px;
  height: 59px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #e93e25;
  text-align: center;
  line-height: 59px
}

.contact-listnameb div {
  padding-top: 25px;
  border-top: 1px solid #cbcbcb
}

.contact-listnameb h3 {
  font-family: montserrat-regular;
  font-size: 15px;
  color: #666
}

.contact-listnameb p {
  margin-top: 10px;
  font-size: 19px;
  color: #212121;
  font-family: montserrat-medium;
  line-height: 35px
}

.contact-listnamethree {
  margin-top: 65px
}

.getintxt {
  margin-top: 14px;
  font-size: 17px;
  color: #212121;
  font-family: ubuntu-medium
}

.contact-listnamethree .main-href {
  margin-top: 0
}

.contact-listnamethree .main-href a {
  padding: 15px 48px
}

.contact-listnamethree .main-href a img {
  margin-left: 0;
  margin-right: 14px;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
  vertical-align: top
}

.contact-bdbottomcon {
  width: 32%
}

.contact-bdbottomcon .div_info {
  width: 100%;
  padding: 0;
  margin-top: 100px
}

.contact-bdbottomcon .div_info h3 {
  margin-bottom: 60px;
  font-size: 36px
}

.contact-bdbottomcon .div_info button {
  width: 217px
}

.contact .container {
  position: relative;
  overflow: hidden
}

.contact .container::after {
  content: '';
  position: absolute;
  left: 2%;
  top: 28%;
  width: 1246px;
  height: 164px;
  background: url('../images/ico15.png') no-repeat
}

.contact-bdbottom .container::after {
  top: 38%;
  left: 33%
}

.contact-swiper .swiper-slide {
  width: 100%
}

.contact-swiper > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

html,
body {
  position: relative;
  height: 100%
}

.contact-swiper {
  width: 100%;
  height: 100%
}

.contact-swiper .footer {
  height: 100%
}

.small-bantxt {
  padding: 26px 0;
  border-bottom: 1px solid #eee;
  background: 0 0
}

.small-bantxt span,
.small-bantxt a,
.small-bantxt i {
  color: #999
}

.product-detail {
  margin-top: 50px
}

.product-detail .container {
  display: flex;
  justify-content: space-between
}

.product-detailfl {
  width: 42.8%;
  height: 100%
}

.product-detailbd {
  border: 1px solid #e9e9e9;
  height: 73%;
  overflow: hidden
}

.product-detailbd li {
  overflow: hidden
}

.product-detailbd li img {
  width: 100%
}

.product-detailbd li img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.product-detailhd {
  width: 100%;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detailhd a {
  display: block;
  width: 30px;
  opacity: 0.6;
}

.product-detailhd a:hover {
  opacity: 1;
}

.product-detailhd ul {
  flex: 1;
}

.product-detailhd ul li {
  position: relative;
  float: left;
  width: 17.6%;
  margin-right: 15px;
  padding-top: 6px;
  overflow: hidden;
  cursor: pointer
}

.product-detailhd ul li.on::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-3px);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid var(--bg-color);
}

.product-detailhd ul li img {
  border: 1px solid #e9e9e9;
  box-sizing: border-box
}

.product-detailhd ul li.on img {
  border: 1px solid #ec5b45
}

.product-detailhd ul li img {
  width: 100%;
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
  transition: 0s all
}

.product-detailfr {
  width: 50%
}

.product-detailfr h3 {
  padding: 0 20px 28px;
  margin-top: 25px;
  font-size: 26px;
  line-height: 40px;
  color: #212121;
  border-bottom: 1px solid #eee
}

.product-detailfr p {
  padding: 0 20px;
  margin-top: 15px;
  font-size: 15px
}

.detail-table {
  margin-top: 25px;
  padding: 30px 20px 0
}

.detail-table tr td {
  padding: 12px 18px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #666
}

.product-detail .main-href {
  padding-left: 20px;
  text-align: left
}

.product-detail .main-href a {
  padding: 15px 40px
}

.detail-height {
  width: 100%;
  height: 97px;
  margin-top: 70px
}

.detail-maodian {
  width: 100%;
  height: 97px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  font-size: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box
}

.sticky {
  position: fixed;
  top: 97px;
  z-index: 9
}

.detail-maodian li {
  display: inline-block;
  margin: 0 25px
}

.detail-maodian li a {
  display: block;
  padding: 0 10px;
  line-height: 94px;
  color: #737373;
  font-size: 15px;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  transition: 0.1s all
}

.detail-maodian li.current a,
.detail-maodian li a:hover {
  border-bottom: 2px solid #e93e25;
  color: #e93e25
}

.detail-maodian li:last-child a {
  margin-right: 0
}

.detail-title {
  padding-top: 50px;
  padding-bottom: 30px
}

.detail-title h3 {
  font-size: 24px;
  color: #212121
}

.detail-title p {
  padding-top: 20px
}

.description-table th,
.description-table td {
  padding: 13px 10px;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  text-align: center
}

.description-table th {
  color: #212121;
  font-family: montserrat-medium
}

.description-table tfoot td {
  width: 33.333%
}

.description-table table:nth-child(2) {
  margin-top: -1px
}

.description-table table:nth-child(2) td {
  height: 90px
}

.product-pack {
  width: 100%
}

.packcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 86px 0;
  background: url('../images/bg11.jpg');
  text-align: center
}

.packcon div {
  width: 50%;
  padding: 0 10%
}

.packcon span {
  display: inline-block;
  width: 77px;
  height: 66px;
  margin-top: 10px;
  line-height: 66px;
  background: rgba(255, 255, 255, 0.11);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all
}

.packcon div:hover span {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH
}

.packcon h5 {
  margin-bottom: 10px;
  margin-top: 35px;
  font-family: montserrat-medium;
  font-size: 20px;
  color: #fff
}

.packcon p {
  color: #fff
}

.packcon div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4)
}

.our-servicecon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.our-servicecon div {
  width: 24%;
  padding: 45px 40px;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all
}

.our-servicecon div span {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 25px;
  background: url('../images/ico25.png') no-repeat
}

.our-servicecon div:hover {
  background: #eb513a
}

.our-servicecon div:hover span {
  background: url('../images/ico25s.png') no-repeat
}

.our-servicecon div:hover p {
  color: #fff
}

.detail-certificationlist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #f0f0f0
}

.detail-certification .swiper-container {
  width: 48.6%;
  padding: 18px;
  background: #ebebeb;
  text-align: center
}

.detail-certification .swiper-container img {
  max-width: 100%;
  height: 380px
}

.servive-certificationstxt {
  width: 51.4%;
  padding: 60px 80px
}

.servive-title h3 {
  font-size: 20px;
  color: #1d1d1f;
  font-family: montserrat-medium;
  margin-bottom: 50px;
}
.servive-title h3 b {
  display: none;
}

.servive-title span {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #666;
  font-size: 14px
}

.servive-title p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden
}

.servive-certificationstxt .about-btn a {
  padding: 15px 20px
}

.servive-certificationstxt .about-btn a i {
  margin: 0;
}

.detail-faq {
  overflow: hidden
}

.faq-con {
  margin-top: -40px
}

.faq-sideMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.faq-list {
  width: 48%
}

.faq-sideMenu h3 {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  cursor: pointer
}

.faq-sideMenu h3 span {
  float: left;
  width: 82%;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 24px;
/*  font-family: montserrat-medium;*/
  letter-spacing: 0
}

.faq-txt {
  display: none;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden
}

.faq-txt p {
  margin-top: 0;
  line-height: 26px;
  font-size: 16px;
  color: #666
}

.faq-sideMenu h3.on {
  border: none
}

.faq-sideMenu h3 em {
  float: right;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  margin-top: 6px;
  background: url('../images/ico38.png') no-repeat center;
  cursor: pointer
}

.faq-sideMenu h3.on em {
  width: 15px;
  height: 15px;
  background: url('../images/ico37.png') no-repeat center
}

.faq-sideMenu h3.on {
  padding-bottom: 10px
}

.incorterm-txt {
  width: 100%;
  padding: 35px 0 30px;
  background: #ec5741;
  text-align: center
}

.incorterm-txt p {
  font-size: 24px;
  color: #fff
}

.detail-recom .goods-listfr {
  width: 100%
}

.detail-recom .goods-listfr li {
  width: 24%
}

.detail-recom .goods-listfr ul {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.detail-recom .about-btn {
  margin-top: 0;
  text-align: center
}

.detail-recom .about-btn a {
  padding: 15px 20px
}

.detail-recom .about-btn a i {
  margin: 0;
}

.detail-recom .container {
  padding-bottom: 52px;
  border-bottom: 1px solid #ddd
}


.detail-inquiry .div_info {
  width: 100%;
  padding: 0
}

.detail-inquiry .div_info button {
  width: 147px;
  margin-top: 40px
}

.detail-inquiry .input-position {
  overflow: hidden
}

.detail-inquiry .input-position div.b-t {
  position: relative;
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-top: 30px
}

.detail-inquiry .input-position div.b-t input {
  margin-top: 0
}

.detail-inquiry .input-position div.b-t:nth-child(2n + 1) {
  margin-left: 0
}

.detail-inquiry {
  padding-bottom: 100px
}

.blog .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee
}

.blogfl {
  width: 48.2%;
  padding-bottom: 25px;
  border-bottom: 2px solid #eee;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.blogfl a,
.blogfr li a {
  display: block;
  overflow: hidden
}

.blogfl a img,
.blogfr li a img {
  width: 100%
}

.blogfl:hover a img,
.blogfr li:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.blogfl span,
.blogfr li span {
  display: block;
  margin: 25px 0 10px;
  font-size: 14px;
  color: #999
}

.blogfl:hover {
  border-bottom: 2px solid #e93e25
}

.blogfl h3,
.blogfr li h3 {
  font-size: 22px;
  color: #212121
}

.blogfl h3 a:hover,
.blogfr li h3 a:hover {
  color: #e93e25
}

.blogfl p {
  margin-top: 15px;
  font-size: 16px
}

.blogfr {
  width: 49.3%
}

.blogfr li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 33px
}

.blogfr li span {
  margin-top: 2px
}

.blogfr li h3 {
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  line-height: 32px
}

.blogfr li div:first-child {
  margin-right: 38px
}

.blogfr li p {
  margin-top: 10px
}

.blog .main-href {
  margin-top: 104px;
  text-align: right
}

.latest-blog .blogcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px
}

.latest-blog .blogfl {
  width: 31%
}

.blog-dont {
  padding-bottom: 100px
}

.blog-bgtu {
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
  background: #fff url('../images/bg12.jpg') no-repeat 20% center;
  overflow: hidden
}

.blog-dont .title span {
  display: block;
  margin-top: 30px
}

.blog-bgtu .blog-biaodan {
  float: right;
  width: 49%;
  padding: 10px 60px 60px;
  background: #fff;
  box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box
}

.blog-bgtu .blog-biaodan h3 {
  margin-top: 40px;
  font-size: 26px;
}

.blog-bgtu .blog-biaodan h3::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 18px;
  border-radius: 50%;
  background: var(--bg-color);
  vertical-align: middle;
}

.blog-bgtu .blog-biaodan p {
  margin-top: 20px;
  margin-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.blog-bgtu .blog-biaodan input {
  width: 100%;
  padding-left: 30px;
  height: 72px;
  outline: none;
  border: 1px solid #bbb;
  font-size: 16px;
  margin-top: 50px;
  box-sizing: border-box
}

.blog-bgtu button {
  width: 100%;
  margin-top: 20px;
  height: 72px;
  font-size: 16px;
  outline: none;
  background: #e93e25;
  border: none;
  color: #fff;
  cursor: pointer
}

.blog-bgtu button:hover {
  background: #ee6d5a
}

.blog-gou {
  margin-top: 30px;
  overflow: hidden
}

.blog-gou b {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: pointer;
  line-height: 24px
}

.blog-gou b.cilckgou {
  border-color: #e93e25;
  background: url('../images/ico61.png') no-repeat center
}

.blog-gou span {
  float: left;
  width: 85%;
  color: #999;
  font-size: 18px;
  line-height: 26px
}

.blog-gou span a {
  color: #666;
  text-decoration: underline
}

.list-blog {
  margin-top: 60px;
  margin-bottom: 90px
}

.list-blog .blogcon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0
}

.list-blog .blogfl {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 32%;
  margin-top: 40px;
  padding: 0;
  border: 1px solid #f5f5f5;
}

.list-blog .blogfl {
  margin-left: 2%;
}

.list-blog .blogfl:nth-child(3n + 1) {
  margin-left: 0;
}

.list-blog .blogfl:hover {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px)
}

.list-blog .blogfl h3 {
  font-size: 18px;
  font-family: montserrat-medium;
  line-height: 34px
}

.p-href a {
  display: inline-block;
  font-size: 16px;
  color: var(--btn-bg);
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  opacity: .8;
  border-bottom: 1px solid transparent;
}

.p-href a i {
  font-weight: bold;
}

.p-href a:hover {
  color: var(--btn-bg-hover);
  border-bottom: 1px solid #f49e92;
  opacity: 1
}

.blog-wen {
  position: relative;
  flex: 1;
  padding: 0 30px 70px;
  overflow: hidden;
  background: #f5f5f5;
}

.blog-wen h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-wen p {
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-wen .p-href {
  position: absolute;
  left: 30px;
  bottom: 5px;
}

.list-blog .page {
  margin-top: 15px
}

.new-main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 80px
}

.news-right {
  width: 22%
}

.news-left {
  width: 72%
}

.news-nav h3 {
  font-size: 18px;
  display: block;
  color: #484848;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 30px;
  text-transform: uppercase;
  position: relative
}

.news-nav ul {
  border-top: 1px solid #e2e2e2
}

.news-nav ul li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2
}

.news-nav ul li a {
  color: #484848;
  font-size: 16px;
  display: block;
  padding: 0 0 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.newsnr h1 {
  font-size: 28px;
  line-height: 1;
  margin: 30px 0 0;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  color: #000009
}

.newsnr .artInfo {
  padding: 15px 0 28px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  margin: 25px 0 0;
  position: relative
}

.newsnr .artInfo span.time {
  background: url('../images/time.png') no-repeat left center;
  padding: 0 0 0 20px
}

.newsnr .artInfo span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 15px;
  color: #666
}

.newsnr .artInfo span.hit {
  background: url('../images/hit.png') no-repeat left center;
  padding: 0 0 0 30px
}

.newsnr .artInfo::after {
  content: "";
  display: block;
  height: 3px;
  background: #d53a24;
  width: 200px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -100px;
  z-index: 1
}

.myart {
  margin: 20px 0;
  line-height: 26px;
  font-size: 15px;
  color: #666;
  font-family: Arial
}

.newsnr img {
  max-width: 100%
}

.myart p {
  margin: 10px 0 0
}

.pnbar {
  margin-top: 30px
}

.pnbar p {
  max-width: 100%;
  margin: -1px 0 0;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.pnbar p a {
  color: #545454
}

.recipeslist ul {
  padding: 10px 10px 0;
  overflow: hidden
}

.recipeslist ul li {
  float: left;
  width: 48%;
  margin: 0 0 28px;
  box-sizing: border-box;
  position: relative
}

.recipeslist ul li:nth-child(2n) {
  float: right
}

.recipeslist ul li .pic {
  float: left;
  width: 206px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px 0
}

.recipeslist ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s
}

.recipeslist ul li .t {
  margin: 0 0 0 206px;
  height: 224px;
  padding: 25px 30px 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px 0
}

.recipeslist ul li .t h5 {
  font-size: 20px;
  color: #484848;
  line-height: 25px
}

.recipeslist ul li .t h5 a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.recipeslist ul li .t h5 a:hover {
  color: red
}

.recipeslist ul li .t p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.recipeslist ul li .more {
  text-align: right;
  margin: 10px 0 0
}

.recipeslist ul li .more a {
  display: inline-block;
  font-size: 15px;
  color: red
}

.recipeslist ul li:hover .t {
  background: #ff6363
}

.recipeslist ul li:hover .t h5 a {
  color: #fff
}

.recipeslist ul li:hover .t p {
  color: #fff
}

.recipeslist ul li:hover .more a {
  color: #fff
}

.recipes {
  padding: 0 0 40px
}

.recipes .pic {
  text-align: center;
  overflow: hidden
}

.recipes img {
  max-width: 100%
}

.recipes .pic img {
  margin-top: 40px
}

.recipes .pic img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.recipes-top {
  margin: 50px 0 0
}

.recipes-top h1 {
  font-size: 28px;
  color: #444;
  text-transform: uppercase
}

.recipes-top p {
  margin: 20px 0 0
}

.recipes-content {
  margin: 50px 0 0
}

.recipes-content h5 {
  font-size: 28px;
  color: #444;
  text-transform: uppercase
}

.recipes-content ul {
  font-size: 0;
  margin: 20px 0 0
}

.recipes-content ul li {
  width: 33.333333%;
  display: inline-block;
  font-size: 17px;
  color: #666;
  line-height: 26px
}

.recipes-content .t {
  margin: 20px 0 0
}

.recipes-content p {
  margin: 0 0 10px
}

.recipes-tit {
  background: #f7f7f7;
  padding: 40px 0;
  text-align: center
}

.recipes-tit p {
  color: #545454;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px
}

.recipes-tit i {
  font-size: 30px
}

.recipes-pic {
  padding: 60px 0
}

.recipes-pic .list {
  position: relative
}

.recipes-pic .swiper-container .swiper-wrapper {
  box-sizing: border-box
}

.recipes-pic .swiper-container .swiper-slide {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding: 15px 10px;
  transition: all 0.3s ease 0s
}

.recipes-pic .swiper-container .swiper-slide::after {
  content: "";
  background: #000;
  width: 80%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 10%
}

.recipes-pic .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s ease 0s
}

.recipes-pic .swiper-container .swiper-slide img {
  width: 100%;
  display: block
}

.recipes-pic .swiper-container .swiper-slide:hover a {
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 7px 0;
  padding: 13px;
  background: #fff
}

.recipes-pic .swiper-container .swiper-slide:hover::after {
  background: red
}

.recipes-pic .swiper-button-prev,
.recipes-pic .swiper-button-next {
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  background: #fc2d2d;
  border-radius: 3px
}

.recipes-pic .swiper-button-prev,
.recipes-pic .swiper-container-rtl .swiper-button-next {
  left: -76px;
  right: auto
}

.recipes-pic .swiper-button-next,
.recipes-pic .swiper-container-rtl .swiper-button-prev {
  right: -76px;
  left: auto
}

.recipes-pic .swiper-button-prev i,
.recipes-pic .swiper-button-next i {
  color: #fff;
  font-size: 25px;
  line-height: 45px
}

.recipes-pic .swiper-button-prev:hover,
.recipes-pic .swiper-button-next:hover {
  background: red
}

@media screen and (min-width: 1921px) {
  .goods-roasted .swiper-container {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 10px
  }
}

@media screen and (max-width: 1580px) {
  .container {
    width: 82%
  }

  .banner {
    background-size: auto 100%;
    height: auto
  }

  .home-aboutnum div {
    margin-top: 5px
  }

  .banner-text h3,
  .banner-text h1 {
    font-size: 38px;
    line-height: 48px
  }

  .title h3 {
    font-size: 34px
  }

  .banner,
  .bannerbd li {
    position: relative
  }

  .goods-roasted .swiper-container {
    margin-left: 8.5%
  }

  .home-abvideo {
    padding: 20px
  }

  .home-abvideo p {
    font-size: 16px
  }

  .home-aboutfr {
    margin-top: 0
  }

  .small-banner {
    padding: 70px 0 95px
  }

  .about-num {
    width: 26%
  }

  .about-maps {
    width: 74%
  }

  .about-num h3 {
    font-size: 27px
  }

  .about-videopic {
    background-size: auto 84%
  }

  .goods-packingcon {
    margin-top: 0
  }

  .small-bantxt {
    padding: 26px 0
  }

  .product-detailhd ul li {
    margin-right: 9px
  }

  .detail-maodian li {
    margin: 0 10px
  }

  .blog-gou span {
    font-size: 15px
  }

  .contact-bdbottomcon {
    width: 36%
  }

  .faqfl,
  .faqfixed {
    width: 272px
  }

  .contact-bdtop {
    padding-top: 80px
  }

  .contact-listnametwo {
    margin-top: 10%
  }

  .contact-listnamethree {
    margin-top: 30px
  }

  .contact-listnameb p {
    font-size: 16px;
    line-height: 28px
  }

  .contact-bdbottomcon .div_info {
    margin-top: 60px
  }

  .banner-text {
    top: 11%
  }

  .goods-flei {
    margin-top: 15px
  }

  .goods-flei a {
    width: 24%;
    margin-top: 10px;
    margin-left: 1.3%
  }

  .goods-flei a:nth-child(4n + 1) {
    margin-left: 0
  }

  .banner-text p,
  p {
    line-height: 26px
  }
}

@media screen and (max-width: 1400px) {
  .head-logo {
    width: 20%
  }

  .head-logo img {
    width: 100%
  }

  .href a {
    padding: 13px 18px;
    font-size: 12px
  }

  .head-nav li {
    padding: 0 14px
  }

  .head-nav {
    width: 62%
  }

  .head-nav li a {
    font-size: 14px
  }

  .banner-text h3,
  .banner-text h1 {
    line-height: 48px
  }

  .banner-text {
    width: 48%
  }

  .banner-text p {
    font-size: 16px;
    line-height: 24px
  }

  .banner .main-href {
    margin-top: 30px
  }

  .main-href a {
    padding: 15px 50px
  }

  .banner-bottomright {
    width: 62%
  }

  .banner-bottomleft {
    width: 38%
  }

  .home-aboutfl {
    height: 100%
  }

  .home-abvideo p {
    width: 80%
  }

  .home-chooselist {
    margin-bottom: 20px
  }

  .foot-txt p {
    width: 80%
  }

  .about-maps {
    height: 100%
  }

  .about-certifications::after {
    z-index: 0
  }

  .about-certificationstxt {
    z-index: 1
  }

  .about-certifications .swiper-container {
    height: 100%
  }

  .about-certifications .about-certificationstxt {
    margin-top: 0
  }

  .about-num::before {
    font-size: 130px
  }

  .small-banner {
    background-size: auto 100%
  }

  .detail-maodian li {
    margin: 0
  }

  .detail-maodian li a {
    font-size: 13px
  }

  .detail-maodian li a {
    padding: 0 3px
  }

  .packcon {
    padding: 60px 0
  }

  .packcon div {
    padding: 0 8%
  }

  .blog-gou span {
    width: 80%
  }

  .product-detailhd ul li {
    margin-right: 2px
  }

  .product-detailfr h3 {
    margin-top: 0
  }

  .product-detailfr h3 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px
  }

  .servive-certificationstxt {
    padding: 50px
  }

  .servive-title p {
    line-height: 32px
  }

  .servive-title span {
    margin-bottom: 20px
  }

  .about-btn {
    margin-top: 40px
  }

  .blogfr li h3 {
    line-height: 26px
  }

  .blogfr li p {
    line-height: 24px
  }

  .faqfl,
  .faqfixed {
    width: 200px
  }

  .faqfl a {
    font-size: 18px
  }

  .footother-fl {
    margin-top: 0
  }

  .home-choose .title h1,
  .home-choose .title h3 {
    margin-bottom: 10px
  }

  .home-choosecon {
    margin-top: 100px
  }

  .header {
    height: 82px
  }

  .head-logo {
    width: 16%
  }

  .title h1,
  .title h1 a,
  .title h3,
  .title h3 a {
    font-size: 32px
  }

  .banner-bottomright {
    height: 76px;
    padding-top: 15px
  }

  .banner-bottomright h3 {
    font-size: 17px
  }

  .header .href {
    margin-top: 21px
  }

  .head-nav {
    margin-top: 34px
  }

  .head-nav li {
    height: 48px
  }

  .nav-slidedown {
    top: 47px
  }

  .head-logo {
    margin-top: 13px
  }

  .bannerhd {
    bottom: 14px
  }

  .banner-bottomleft {
    height: 76px;
    padding-top: 13px
  }

  .head-top {
    height: 46px
  }

  .head-fl {
    line-height: 46px
  }

  .head-fl span img {
    margin-top: 16px
  }

  .lang-show {
    position: relative;
    float: left;
    padding: 15px 0 14px
  }

  .head-searchcon {
    height: 46px;
    line-height: 48px
  }

  .head-search,
  .lang-show .lang-hide {
    top: 46px
  }

  .head-link {
    margin-top: 9px
  }

  .main-href a {
    font-size: 14px
  }

  .foot-logo div:first-child img {
    width: 180px
  }

  .foot-con h3 {
    font-size: 20px
  }

  .header-height {
    height: 82px
  }

  .sticky {
    top: 82px
  }

  .faqfixed {
    top: 82px
  }
}

@media screen and (max-width: 1280px) {
  .detail-maodian li a {
    padding: 0 7px
  }

  .padding-top {
    padding-top: 60px
  }

  .padding {
    padding: 60px 0
  }

  .margin-top {
    margin-top: 60px
  }

  .blog-bgtu .blog-biaodan {
    padding: 10px 30px 20px
  }
  .blog-bgtu .blog-biaodan h3 {
    margin-top: 20px
  }
  .blog-bgtu .blog-biaodan input {
    margin-top: 30px;
    height: 52px;
  }
  .blog-bgtu button {
    height: 52px;
  }

  .list-blog {
    margin-top: 20px
  }

  .div_info {
    width: 50%
  }

  .cd-popup .div_info {
    margin-left: -24%
  }

  .contact-listnameb p {
    font-size: 14px
  }

  .contact-bdbottomcon .div_info h3 {
    font-size: 26px
  }

  .contact-bdbottomcon .div_info {
    margin-top: 0
  }

  .contact-bdbottomcon {
    width: 48%
  }

  .about-global .main-href a {
    padding: 15px 26px
  }

  .div_infoa h3 {
    font-size: 24px
  }

  .footother-top p {
    font-size: 18px
  }

  .foot-other {
    background-size: 100% 100%
  }

  .footother-fl .contact-listnameone div {
    margin-top: 20px
  }

  .home-chooseright {
    margin-top: 152px
  }

  .home-choose .title {
    width: 32%
  }

  .home-chooselist {
    padding: 55px 30px 56px 35px
  }

  .home-choosecon {
    width: 36%
  }

  .home-choosecon {
    padding-right: 15px
  }

  .home-about .container,
  .home-abvideo {
    display: block
  }

  .home-aboutfl {
    float: left;
    margin-right: 40px
  }

  .home-aboutfr {
    float: none;
    width: 100%
  }

  .home-aboutnum {
    width: 100%
  }

  .home-choose .container,
  .home-saycon {
    flex-wrap: wrap
  }

  .home-choose .title,
  .home-saycon .title,
  .home-saylist {
    width: 100%
  }

  .home-chooseright {
    width: 50%
  }

  .home-choosecon {
    width: 38%
  }

  .home-choosecon {
    margin-top: 40px
  }

  .home-chooseright {
    margin-top: 80px
  }

  .home-saycon .title {
    margin-top: 0
  }

  .home-saylist {
    margin-top: 30px
  }

  .about-num {
    margin-top: 0
  }

  .goos-packing {
    display: block
  }

  .goods-packingpic {
    float: left;
    margin-right: 40px
  }

  .goods-packingcon {
    width: 100%
  }

  .home-aboutfr .title {
    padding-top: 20px
  }

  .banner-text h3,
  .banner-text h1 {
    font-size: 36px;
    line-height: 40px
  }

  .banner-text p {
    margin-top: 20px
  }
}

@media screen and (max-width: 1100px) {
  .banner-text {
    width: 74%
  }
}

@media screen and (max-width: 960px) {
  .container {
    width: 88%
  }

  .header,
  .header-top,
  .header-height {
    display: none
  }

  .mobile-nav,
  .mobile-footer,
  .mobile-height {
    display: block
  }

  .head-link {
    display: none
  }

  .head-fl span b {
    font-size: 14px
  }

  .lang-show .show-current {
    padding: 0 0 0 24px
  }

  .lang-show .lang-hide {
    left: auto;
    right: -42%
  }

  .head-top {
    position: relative
  }

  .head-searchcon {
    position: static
  }

  .head-search {
    width: 100%;
    left: 0
  }

  .head-searchbg {
    width: auto
  }

  .cd-popup .div_info {
    width: 86%;
    margin-left: -43%;
    margin-top: -232px
  }

  .div_info {
    padding: 30px
  }

  .cd-popup-close {
    top: 15px
  }

  .div_info button {
    margin-top: 28px
  }

  .banner-text {
    width: 88%;
    left: 6%
  }

  .banner-text h3,
  .banner-text h1 {
    font-size: 32px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
  }

  .main-href a {
    font-size: 14px
  }

  .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px
  }

  .banner-bottomleft {
    display: none
  }

  .banner-bottomright {
    width: 100%;
    background: #bf4c46
  }

  .title {
    width: 100%
  }

  .padding-top {
    padding-top: 40px
  }

  .padding {
    padding: 40px 0
  }

  .margin-top {
    margin-top: 40px
  }

  .title h1,
  .title h1 a,
  .title h3,
  .title h3 a {
    font-size: 30px
  }

  p {
    font-size: 15px;
    line-height: 24px
  }

  .home-target {
    background-image: url('../images/m-bg04.jpg');
    background-size: auto 100%
  }

  .home-about .container,
  .home-abvideo,
  .home-choose .container,
  .home-saycon,
  .foot-logo,
  .foot-con,
  .foot-txt,
  .about-categoriespic div,
  .about-mcon,
  .about-brandcon,
  .about-certifications .container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .home-aboutfl,
  .home-aboutfr {
    width: 100%
  }

  .home-aboutfr {
    margin-top: 30px
  }

  .home-aboutnum {
    padding-right: 0
  }

  .home-choose .title {
    width: 100%;
    margin-top: 50px
  }

  .home-choose .title h1,
  .home-choose .title h3 {
    margin-bottom: 0
  }

  .home-choosecon {
    width: 100%
  }

  .home-chooseright {
    width: 94%;
    margin-top: 20px;
    margin-left: 6%
  }

  .home-saycon .title {
    width: 100%;
    margin-top: 0
  }

  .home-saylist {
    width: 100%;
    margin-top: 30px;
    margin-left: 10%
  }

  .foot-logo div:first-child img {
    width: 160px
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 80px
  }

  .foot-con div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .foot-con div.newsletter,
  .foot-txt p {
    width: 100%
  }

  .foot-gotop {
    margin-top: 20px
  }

  .small-banner {
    padding: 50px 0
  }

  .about-categoriespic div span,
  .about-categoriespic div span:nth-child(1),
  .about-categoriespic div span:nth-child(2),
  .about-categoriespic div span:nth-child(3) {
    width: 100%;
    margin: 20px 0 0;
  }

  .about-categoriespic div span img {
    width: 100%
  }

  .about-categoriespic {
    margin-top: 10px
  }

  .about-categoriespic div {}

  .about-get p {
    font-size: 24px;
    line-height: 36px
  }

  .main-href a {
    padding: 15px 40px
  }

  .about-maps,
  .about-num {
    width: 100%
  }

  .about-num {
    margin-top: 20px
  }

  .about-videopic {
    padding-left: 18px
  }

  .about-brandcon div {
    width: 100%;
    padding: 40px 38px 0
  }

  .about-brandcon div:nth-child(2) {
    margin-top: 20px
  }

  .about-certifications .swiper-container {
    width: 100%
  }

  .about-certifications .about-certificationstxt {
    width: 100%;
    margin-top: 20px
  }

  .goods-txt .main-href a:nth-child(2) {
    padding: 15px 48px
  }

  .goods-roasted .swiper-container {
    margin-top: 20px
  }

  .swiper-pagination-progress {
    width: 110px
  }

  .roasted-video {
    background-image: url('../images/m-bg08.jpg');
    background-size: auto 100%
  }

  .goods-pricing .main-href a {
    padding: 15px 35px
  }

  .swiper-pagination {
    margin-top: 40px
  }

  .goods-qualitylist {
    margin-top: 0
  }

  .goods-qualitylist ul,
  .goos-packing,
  .goods-list .container,
  .product-detail .container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .goods-qualitylist ul li {
    width: 100%;
    margin-top: 30px
  }

  .goods-qualitylist ul li p {
    margin-top: 20px
  }

  .goods-qualitylist {
    padding-bottom: 40px
  }

  .goos-packing {
    padding-top: 40px
  }

  .goods-packingpic,
  .goods-packingcon,
  .goods-listfl,
  .goods-listfr,
  .goods-listfr li,
  .product-detailfl,
  .product-detailfr {
    width: 100%
  }

  .goods-packingcon {
    margin-top: 30px
  }

  #pagesize a {
    margin: 0 1px
  }

  #pagesize ul li:first-child a {
    margin-right: 10px
  }

  #pagesize ul li:last-child a {
    margin-left: 10px
  }

  .small-bantxt {
    padding: 20px 0
  }

  .product-detail {
    margin-top: 30px
  }

  .product-detailfr {
    margin-top: 30px
  }

  .sticky {
    top: 60px
  }

  .detail-maodian li a {
    line-height: 56px
  }

  .detail-maodian,
  .detail-height {
    height: 170px
  }

  .detail-maodian li {
    margin: 0 5px
  }

  .description-table th,
  .description-table td {
    width: 100%;
    display: block;
    margin-top: 2px
  }

  .packcon,
  .our-servicecon,
  .detail-certificationlist,
  .blog .container,
  .blogfr li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .packcon div,
  .our-servicecon div,
  .detail-certification .swiper-container,
  .servive-certificationstxt,
  .faq-list,
  .blogfl,
  .blogfr {
    width: 100%
  }

  .packcon div:first-child {
    border-right: none;
    margin-bottom: 30px
  }

  .our-servicecon div {
    margin-top: 5px
  }

  .detail-inquiry .input-position div.b-t {
    float: none;
    width: 100%;
    margin-left: 0
  }

  .detail-inquiry {
    padding-bottom: 60px
  }

  .blogfr {
    margin-top: 30px
  }

  .blogfr li div,
  .blogfr li div img {
    width: 100%
  }

  .blogfr li div:first-child {
    margin-right: 0
  }

  .blogfr li span {
    margin-top: 20px
  }

  .blog .main-href {
    margin-top: 50px;
    text-align: center
  }

  .blog .container,
  .blog-dont {
    padding-bottom: 60px
  }

  .latest-blog .blogfl,
  .list-blog .blogfl {
    width: 100%;
    margin: 30px 0 0;
  }

  .blog-bgtu .blog-biaodan {
    float: none;
    width: 100%
  }

  .faq .container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .faqfl,
  .faqfixed,
  .faqfr {
    width: 100%
  }

  .faqfixed {
    position: static
  }

  .faqfr .faq-list {
    padding-left: 30px
  }

  .contact-pic {
    display: none
  }

  .contact-listnameone,
  .contact-bdtop .container,
  .contact-listnametwo,
  .contact-listnamethree,
  .contact-bdbottom .container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-listnameone div,
  .contact-listname,
  .contact-listnameb,
  .contact-bdbottomcon {
    width: 100%
  }

  .contact-bdtop {
    padding-top: 0
  }

  .contact-listnameone div {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .contact-listnameb {
    margin-top: 20px
  }

  .contact-listnametwo {
    margin-top: 0
  }

  .contact-listnamethree {
    display: none
  }

  .p-href {
    margin-top: 30px
  }

  .goods-pricing::after {
    display: none
  }

  .goods-roasted .swiper-container {
    margin-left: 5%
  }

  html,
  body {
    position: static;
    height: auto
  }

  .contact-swiper {
    width: 100%;
    height: auto
  }

  .contact .container::after {
    background-size: 60% auto
  }

  .goods-cp ul li {
    width: 100%;
    margin-left: 0
  }

  .footother-fl,
  .footother-fr {
    margin-top: 20px;
    width: 100%
  }

  .div_infoa {
    padding: 40px 30px
  }

  .footother-fl .contact-listnameone div {
    width: 100%
  }

  .faq-height {
    width: 100% !important
  }

  .banner {
    z-index: 0;
    padding-bottom: 60px
  }

  .bannerbd li {
    padding-bottom: 60px
  }

  .banner-bottomright {
    bottom: 58px
  }

  .bannerhd {
    bottom: 60px
  }

  .banner-bottomright p {
    font-size: 0;
    display: none
  }

  .bannerhd {
    display: none
  }

  .banner-bottomright h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
  }

  .banner-text {
    top: 14%
  }

  .banner-bottomleft {
    display: none
  }

  .banner-bottomright {
    bottom: -16px;
    padding: 0 6%;
    display: flex;
    display: -webkit-flex;
    align-items: center
  }

  .about-categories {
    margin-top: 0
  }

  .bannerhd {
    right: auto;
    left: 6%
  }

  .mobile-height {
    position: relative;
    z-index: 9
  }

  .goods-flei a {
    width: 48%;
    margin-left: 4%
  }

  .goods-flei a:nth-child(2n + 1) {
    margin-left: 0
  }

  .new-main {
    padding: 10px 0 60px
  }

  .newsnr h1 {
    font-size: 24px
  }

  .news-left,
  .news-right {
    width: 100%
  }

  .news-right {
    margin-top: 30px
  }

  .goods-packingpic,
  .home-aboutfl {
    float: none;
    margin-right: 0
  }

  .small-banner h1 {
    font-size: 32px;
    margin-bottom: 10px
  }

  .detail-table {
    margin-top: 0
  }

  .detail-table tr td,
  .detail-table tr th {
    height: auto;
    display: block;
    width: 100%;
    margin-top: 2px;
    padding: 12px 10px
  }

  .our-servicecon div {
    padding: 25px 30px
  }

  .goods-table {
    width: 100%;
    overflow-x: scroll
  }

  .goods-table table {
    width: 844px
  }

  .goods-table th,
  .goods-table td {
    height: auto;
    padding: 15px 10px
  }

  .recipeslist ul li .pic,
  .recipeslist ul li,
  .recipeslist ul li:nth-child(2n) {
    float: none;
    width: 100%
  }

  .recipeslist ul li .t {
    margin-left: 0;
    height: auto;
    padding-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .recipeslist ul li .pic {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .recipeslist ul li:last-child {
    margin-bottom: 10px
  }

  .recipes-tit p {
    font-size: 18px;
    line-height: 24px
  }

  .recipes-top h1,
  .recipes-content h5 {
    font-size: 24px
  }

  .recipes-content ul li {
    font-size: 15px
  }

  .recipes .pic img {
    margin-top: 20px
  }

  .recipes-top,
  .recipes-content {
    margin-top: 40px
  }
}

@media screen and (max-width: 800px) {
  .banner-text p {
    display: none
  }
}

@media screen and (max-width: 550px) {
  .banner .main-href {
    display: none
  }
}

@media screen and (max-width: 375px) {
  .head-fl span b {
    font-size: 12px
  }

  .head-fl span {
    margin-right: 0
  }

  .m-navcenter {
    width: 44%
  }
}

@media screen and (max-width: 320px) {
  .goods-flei a {
    width: 100%;
    margin-left: 0
  }
}