.hd_tit {
  text-align: center;
  line-height: normal;
  color: #000000;
}
.hd_tit .en {
  font-size: 2.5vw;
  opacity: 0.2;
  font-weight: bold;
}
.hd_tit .cn {
  font-size: 1.87vw;
}
  .swiper-slide{ text-align: center;}
@media screen and (max-width: 1000px) {
  .hd_tit {
    line-height: 24px;
  }
  .hd_tit .en {
    font-size: 20px;
  }

  .hd_tit .cn {
    font-size: 20px;
  }
}
/*banner*/
.banner {
  width: 100%;
}
.banner .swiper-container-banner {
  overflow: hidden;
  position: relative;
}
.banner .swiper-container-banner img {
  width: 100%;
}
.banner .swiper-container-banner .swiper-pagination-banner {
  position: absolute;
  z-index: 2;
  text-align: center;
  --swiper-theme-color: #fff;
  bottom: 30px;
}
.banner .swiper-container-banner .swiper-pagination-banner span {
  width: 10px;
  height: 10px;
  background: #fff;
  position: relative;
}
.banner .swiper-container-banner .swiper-pagination-banner .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.coffee {
  padding-top: 6.25vw;
}
.coffee .wrap {
  margin-top: 3.5vw;
}
.coffee .wrap .main {
  flex-wrap: wrap;
  align-items: center;
}
.coffee .lft {
  position: relative;
}
.coffee .lft:after {
  content: url(../images/cf_ico.png);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
}
.coffee .rht {
  width: 52.5%;
  color: #282828;
  font-weight: bold;
}
.coffee .rht h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.coffee .rht em {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.coffee .rht .tb {
  margin-top: 30px;
}
.coffee .rht .tb ul {
  width: 44.85%;
  float: left;
  margin-right: 26px;
}
.coffee .rht .tb ul li {
  padding-left: 11.7%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.coffee .rht .tb ul li:nth-child(odd) {
  background-color: #414141;
}
.coffee .rht .tb ul li:nth-child(even) {
  background-color: #626262;
}
.coffee .rht .tb ul li span {
  display: inline-block;
  position: relative;
  width: 80px;
  text-align-last: justify;
  top: -1px;
}
.scf_show{ display:none;}
.coffee .rht p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.coffee .rht hr {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background-color: #282828;
  opacity: 0.3;
}
.coffee .rht .price {
  margin-top: 46px;
  border-radius: 22px;
  width: 148px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #833b00;
}
@media screen and (max-width: 1420px) {
  .coffee .rht {
    width: 45%;
  }
}
@media screen and (max-width: 1220px) {
  .coffee .wrap .lft {
    width: 48%;
  }
  .coffee .wrap .lft img {
    width: 100%;
  }
  .coffee .wrap .rht {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .coffee .wrap {
    flex-direction: column;
  }
  .coffee .wrap .lft {
    width: 100%;
  }
  .coffee .wrap .rht {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .coffee .wrap .rht h4 {
    text-align: center;
    margin-bottom: 20px;
  }
  .coffee .wrap .rht hr {
    margin: 20px 0;
  }
  .coffee .wrap .rht p {
    font-size: 14px;
    line-height: 25px;
  }
  .coffee .wrap .rht .price {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 400;
  }
}
.cf_show {
  padding: 45px 0;
  background: url(../images/cf_bg1.jpg) no-repeat center top;
}
.cf_show .wrap {
  position: relative;
  padding: 14px 4%;
  background-color: #fff;
}
.cf_show .item {
  position: relative;
  display: block;
}
.cf_show .item .mask {
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(131, 59, 0, 0.9);
}
.cf_show .item:hover .mask {
  opacity: 1;
}
.cf_show .swiper-button-next,
.cf_show .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #c0c0c0;
}
.cf_show .swiper-button-next::after,
.cf_show .swiper-button-prev::after {
  font-size: 20px;
  color: #c0c0c0;
}
.cf_show .swiper-button-next:hover,
.cf_show .swiper-button-prev:hover {
  background-color: #833b00;
  border-color: #833b00;
}
.cf_show .swiper-button-next:hover::after,
.cf_show .swiper-button-prev:hover::after {
  color: #fff;
}
@media screen and (max-width: 850px) {
.cf_show .swiper-button-next,
.cf_show .swiper-button-prev{
    display: none;
  }
  .breadrumb{display: none;}
}
.xdj {
  padding: 5.989vw 0;
  background: url(../images/xdj_bg.png) no-repeat center top;
}
.xdj .box {
  margin-top: 9.11vw;
  width: 50%;
  float: right;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 48px 52px;
  padding-bottom: 66px;
  color: #fff;
}
.xdj .box h4 {
  font-size: 24px;
  font-weight: bold;
}
.xdj .box ul {
  margin-top: 40px;
}
.xdj .box ul li {
  font-size: 16px;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.xdj .box ul li::before {
  display: inline-block;
  content: '';
  margin-right: 22px;
  width: 7px;
  min-width: 7px;
  height: 7px;
  background-color: #fff;
}
.xdj .box ul li:last-child::before {
  transform: translateY(-20px);
}
.xdj .box .price {
  margin-top: 38px;
  width: 304px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #833b00;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 22px;
}
@media screen and (max-width: 1100px) {
  .xdj .box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .xdj .box ul li:last-child::before {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 750px) {
  .xdj .box {
    padding: 6% 3%;
  }
  .cf_show{ display:none;}
  .scf_show{ display:block;}
  .xdj .box h4 {
    text-align: center;
    font-size: 22px;
  }
  .xdj .box ul {
    margin-top: 20px;
  }
  .xdj .box ul li {
    font-size: 14px;
  }
  .xdj .box ul li::before {
    margin-right: 10px;
  }
  .xdj .box ul li:last-child::before {
    transform: translateY(-20px);
  }
  .xdj .box .price {
    margin: auto;
    margin-top: 20px;
    width: 75%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
  }
}
.abt {
  padding-top: 6.5vw;
  padding-bottom: 5.1vw;
  background: url(../images/abt_bg.jpg) repeat-y center top;
}
.abt strong {
  
  font-size: 9.166vw;
  color: #282828;
  opacity: 0.1;
  line-height: 138px; 
}
.abt .flex {
  align-items: center;
  margin-top: 68px;
}
.abt .rht {
  width: 47%;
}

.abt .rht h3 {
  font-size: 36px;
  font-weight: bold;
  color: #282828;
}
.abt .rht p {
  margin-top: 3.489vw;
  margin-bottom: 5.1vw;
  font-size: 16px;
  line-height: 34px;
  color: #282828;
}
.abt .rht .more {
  display: block;
  width: 180px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  border-radius: 22px;
  border: solid 1px #828282;
  font-size: 16px;
  color: #282828;
}
.abt .rht .more:hover {
  background-color: #833b00;
  color: #fff;
  border-color: #833b00;
}
@media screen and (max-width: 1420px) {
  .abt .rht {
    width: 41%;
  }
}
@media screen and (max-width: 1200px) {
  .abt strong {
    display: none;
  }
	.abt span {
    display: none;
  }
  .abt .flex {
    margin-top: 0;
  }
  .abt .rht p {
    font-size: 14px;
  }
  .abt .lft {
    width: 57%;
  }
  .abt .lft img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .abt {
    text-align: center;
  }
  .abt .flex {
    flex-direction: column;
  }
  .abt .rht {
    width: 100%;    margin-top: 20px;
  }
  .abt .rht h3 {
    font-size: 22px;
  }
  .abt .rht p {
    line-height: 30px;
  }
  .abt .rht .more {
    margin: auto;
    margin-top: 0px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .abt .lft {
    width: 100%;
  }
  .abt .lft img {
    width: 100%;
  }
}
.inc {
  background-color: #833b00;
  padding: 68px 0;
}
.inc ul li {
  text-align: center;
  flex: 1;
  font-size: 18px;
  color: #fff;
}
.inc ul li div {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  background-color: #fff;
}
.inc ul li div:hover img {
  transform: rotateY(360deg);
}
.inc ul li div img {
  transition: 0.5s;
}
.inc ul li p {
  line-height: 34px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .inc ul {
    flex-wrap: wrap;
  }
  .inc ul li {
    width: 31%;
    margin-bottom: 25px;
    flex: none;
  }
}
@media screen and (max-width: 650px) {
  .inc {
    padding: 40px 0;
  }
  .inc ul li {
    width: 45%; float: left;;
  }
  .inc ul li div {
    transform: scale(0.6);
  }
  .inc ul li p {
    margin-top: 0;
  }
}
@media screen and (max-width: 1420px) {
  .inc ul li {
    font-size: 13px;
  }
  .inc ul li div {
    width: 100px;
    height: 100px;
  }
  .inc ul li p {
    line-height: 28px;
  }
}
.new_s {
  padding-top: 7.29vw;
}
.new_s .hd_tit {
  color: #424242;
  margin-bottom: 4.68vw;
}
.new_s .hd_tit .cn {
  font-weight: bold;
}
.new_s .lft {
  width: 48.57%;
}
.new_s .lft .ct {
  -webkit-line-clamp: 3;
}
.new_s .lft a:hover .tit {
  color: #833b00;
  font-weight: bold;
}
.new_s .rht {
  width: 48.7%;
}
.new_s .rht a {
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
.new_s .rht a:first-child {
  padding-top: 0;
}
.new_s .rht a:hover time {
  background-color: #833b00;
  color: #fff;
  border-color: #833b00;
}
.new_s .rht a:hover .tit {
  color: #833b00;
  font-weight: bold;
}
.new_s .rht time {
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: solid 1px #4b4b4b;
  color: #4b4b4b;
}
.new_s .rht time .d {
  font-size: 36px;
}
.new_s .rht time .ym {
  font-size: 16px;
  margin-top: 10px;
}
.new_s .rht .cont {
  width: 83%;
}
.new_s .rht .cont .tit,
.new_s .rht .cont .ct {
  margin-top: 0;
}
.new_s .tit {
  font-size: 18px;
  color: #282828;
  margin-top: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}
.new_s .ct {
  font-size: 16px;
  line-height: 30px;
  color: #7e7e7e;
  margin-top: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (max-width: 1420px) {
  .new_s .rht time {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .new_s .rht .cont {
    width: 79%;
  }
  .new_s .rht time {
    width: 60px;
    height: 60px;
  }
  .new_s .rht time .d {
    font-size: 26px;
  }
  .new_s .rht time .ym {
    font-size: 14px;
    margin-top: 4px;
  }
  .new_s .ct {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 750px) {
  .new_s .wrap {
    flex-direction: column;
  }
  .new_s .wrap .tit {
    font-size: 16px;
  }
  .new_s .wrap .lft {
    width: 100%;
  }
  .new_s .wrap .rht {
    width: 100%;
    margin-top: 25px;
  }
  .new_s .wrap .rht a {
    padding: 15px 0;
  }
  .new_s .wrap .rht a:first-child {
    border-top: 1px solid #e1e1e1;
  }
  .new_s .wrap .rht time .d {
    font-size: 22px;
  }
  .new_s .wrap .rht time .ym {
    font-size: 12px;
    margin-top: 0;
  }
    .new_s .rht time {
    width: 60px;
    height: 60px;float: left;
  }
  .new_s .wrap .rht .cont {
    width: 80%; float: left;
  }
}
.case {
  padding-top: 6.77vw;
  padding-bottom: 85px;
}
.case .hd_tit {
  color: #424242;
  margin-bottom: 3.125vw;
}
.case .hd_tit .cn {
  font-weight: bold;
}
.case .hd_tit p {
  width: 290px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #833b00;
  color: #fff;
  font-size: 18px;
  margin: auto;
  margin-top: 24px;
  border-radius: 20px;
}
.case .sw2 {
  --swiper-theme-color: #833b00;
  padding-bottom: 3vw;
}
.case .sw2 .swiper-pagination span {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 750px) {
  .case {
    padding-bottom: 40px;
  }
  .case .hd_tit p {
    font-size: 15px;
  }
}