@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.bgw {
  background: #fff;
}
.wrap_box {
  line-height: 1.7;
  color: #222;
  font-size: 0.16rem;
}
.content {
  width: 17.8rem;
  margin: 0 auto;
}
.main {
  width: 14.4rem;
  margin: 0 auto;
}
.main1 {
  width: 18.2rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f42 {
  font-size: 0.42rem;
}
.f40 {
  font-size: 0.4rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray5 {
  color: #555 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.brown {
  color: #765742;
}
.phone {
  display: none;
}
@font-face{
  font-family:'technaSans';
  src:url(../images/TechnaSans-Regular.otf);
}
/*banner*/
.index-app.on .header_bg {
  background: #fff;
}
.index-app.on .header_bg .nav {
  color: #333;
}
.index-app.on .header_bg .nav li > a {
  color: #333;
}
.index-app.on .header_bg .nav li > a::after {
  background: url(../images/nav_dot1.png) no-repeat;
  background-size: 100% 100%;
}
.index-app.on .header_bg .nav li > a::before {
  background: #765742;
} 
.header_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.3rem;
  z-index: 9;
}
.logo img {
  width: 0.8rem;
  height: 0.8rem;
}
.nav {
  width: 7.65rem;
  color: #fff;
}
.nav li{
  position: relative;
}
.nav li > a {
  line-height: 0.56rem;
  position: relative;
  display: block;
}
.subnav_box{
  width: 1.37rem;
  /* padding: .2rem 0 0; */
  top: 0.56rem;
  left: -.05rem;
  display: none;
}
.nav li:hover .subnav_box{
  display: block;
}
.subnav{
  height: 2.49rem;
  background: url(../images/subnav1.png) no-repeat center bottom;
  background-size: 100%;
  padding: .12rem 0.4rem 0 0;
  font-size:.16rem;
  text-align: center;
}
.subnav a{
  display: block;
  color: #765742;
  line-height: .44rem;
  /* padding-left: .12rem; */
}
.subnav a:hover{
  font-weight: bold;
  text-decoration: underline;
}
.nav li > a::after {
  width: 0;
  height: 0.07rem;
  display: block;
  background: url(../images/nav_dot.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s;
}
.nav li > a::before {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0.07rem;
  bottom: 0.03rem;
  transition: all 0.6s;
}
.nav li.active > a {
  font-weight: bold;
}
.nav li.active > a::after {
  width: 0.07rem;
}
.nav li.active > a::before {
  width: calc(100% - 0.07rem);
}
.nav li:hover > a {
  font-weight: bold;
}
.nav li:hover > a::after {
  width: 0.07rem;
}
.nav li:hover > a::before {
  width: calc(100% - 0.07rem);
}
.banner_down {
  bottom: 0.45rem;
  z-index: 2;
  color: #b79e70;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.banner_down img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.15rem 0 0;
  animation: xuanzhuan 10s linear infinite;
}
@-webkit-keyframes xuanzhuan {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}


.index_bg {
  background: url(../images/bg1.jpg) no-repeat center top #fffdf5;
  background-size: 100% 100%;
}
.index1_box {
  padding: 1rem 0 1.65rem;
}
.line1 {
  width: 0.77rem;
  height: 0.07rem;
  margin: 0 0.15rem;
}
.line2 {
  margin: 0 0 0 0.2rem;
}
.index1 {
  flex-direction: row-reverse;
  margin: 0.55rem 0 0;
}
.tit1 {
  width: 1.63rem;
  height: 3.15rem;
}
.welcome {
  width: .24rem;
  writing-mode: vertical-rl;
  margin: 0 0.25rem 0 1.2rem;
}
.index1_txt {
  writing-mode: vertical-rl;
  height: 3.3rem;
  line-height: 0.48rem;
  letter-spacing: 0.04rem;
  margin-left: 0.7rem;
}
.more {
  writing-mode: vertical-rl;
}
.more img {
  width: 0.33rem;
  height: 0.17rem;
  margin-top: 0.15rem;
}
.index1_list {
  margin: 0.95rem 1.2rem 0;
}
.index1_list li a {
  display: block;
  padding-left: 0.4rem;
  text-align: center;
  position: relative;
  margin: 0 0.16rem;
}
.index1_list li a::before {
  width: 0.1rem;
  height: 0.1rem;
  background: #765742;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  border-radius: 100%;
}
.index1_list_pic {
  width: 3.2rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.index1_list_pic img {
  width: 100%;
  height: 100%;
}
.index2 {
  padding: 0.4rem 0 1.75rem;
}
.tit2 {
  width: 2.72rem;
}
.index2_list {
  margin: 0.5rem 0 0;
}
.index2_list li:hover .index2_list_con {
  background: url(../images/chuan_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.index2_list_pic {
  height: 2.6rem;
}
.index2_list_con {
  background: #e5dfcf;
  height: 2rem;
  padding: 0.3rem 0 0;
  transition: background 0.6s;
}
.index2_list_con h3 {
  background: url(../images/nar1.png) no-repeat center bottom;
  background-size: 0.48rem 0.25rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0.2rem;
}
.index_box3 {
  padding: 0.4rem 0 0;
}
.pro_type {
  margin-top: 0.5rem;
}
.pro_type li:last-child {
  margin-right: 0;
}
.pro_type li:hover .pro_type_hover {
  transform: scale(1, 1);
}
.pro_type_pic {
  height: 6.37rem;
}
.pro_type_con {
  width: 100%;
  height: 100%;
  padding: 0.47rem 0 0 0.4rem;
  top: 0;
  left: 0;
  color: #f8e5c7;
}
.pro_type_con h2 {
  width: 0.32rem;
  line-height: 1.1;
  margin-right: 0.1rem;
}
.pro_type_con p {
  width: 0.38rem;
  margin: 0.9rem 0 0;
  background: url(../images/line3.png) no-repeat left top;
  background-size: 0.08rem 0.77rem;
  padding-left: 0.22rem;
  line-height: 1.1;
}
.pro_type_hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s;
  transform: scale(0, 1);
}
.index4_box {
  padding: 1.75rem 0 2.55rem;
}
.index4 {
  margin: 0.9rem 0 0;
  align-items: flex-end;
}
.gao_left {
  width: 3.3rem;
  z-index: 3;
}
.chang {
  width: 1.36rem;
  height: 8.05rem;
  left: 3.3rem;
  top: 0;
}
.index4_con {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 0.3rem 0.3rem 0.44rem;
  align-items: end;
}
.tit4 {
  width: 0.58rem;
  height: 2.17rem;
  margin-bottom: 0.4rem;
}
.logo2 {
  width: 0.46rem;
  height: 0.47rem;
}
.index4_list li {
  width: 1.36rem;
  height: 2.96rem;
}
.video_btn_box {
  width: 1.33rem;
  height: 1.33rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cicle {
  top: 0;
  left: 0;
  animation: xuanzhuan 10s linear infinite;
}
.video_btn {
  width: 1.05rem;
  height: 1.05rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.leaves {
  width: 2.45rem;
  height: 4.49rem;
  left: 3.3rem;
  top: 0.1rem;
  animation: swing 5s linear infinite;
  transform-origin: left bottom;
  z-index: 2;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.shan {
  width: 25rem;
  height: 6.12rem;
  left: -0.5rem;
  top: 0.6rem;
  animation: move 3s linear infinite;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
.index4_text {
  width: 7.4rem;
  height: 4.15rem;
  right: 0;
  top: 0;
  flex-direction: row-reverse;
}
.index4_text .welcome {
  margin: 1.3rem 0.25rem 0;
}
.index4_text .index1_txt,
.index4_text .more {
  margin-top: 0.6rem;
}
.tit5 {
  width: 0.69rem;
  height: 2.69rem;
}
.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  position: absolute;
  font-size: 0.4rem;
  right: calc(50% - 10rem / 2 - 1rem);
  top: calc(10rem/16*2);
  cursor: pointer;
  color: #fff;
}
.video_con {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.35rem 0 0;
}
.footer_leaves{
	width: 6.42rem;
	top: 0;
	left: 0;
	animation: swing 5s linear infinite;
    transform-origin: left top;
}
.footer {
  width: 6rem;
  padding-bottom: 0.6rem;
}
.footer_nav {
  width: 4rem;
}
.footer_nav li {
  margin-right: 1.25rem;
}
.footer_nav li h3 {
  font-size: 0.16rem;
}
.footer_nav li p {
  color: #736254;
}
.footer_nav li p a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.footer_nav li p a:hover{
  color: #2f2f2e;
}
.footer_nav li:nth-child(3) {
  margin-right: 0.78rem;
  margin-top: 0.6rem;
}
.footer_nav li:nth-child(4) {
  margin-right: 0;
  margin-top: 0.6rem;
}
.share_list {
  width: 1.9rem;
}
.share_list li {
  width: 0.48rem;
  position: relative;
  cursor: pointer;
}
.share_list li:hover .code_list {
  display: block;
}
.code_list {
  width: 1.14rem;
  height: 1.14rem;
  background: #fff;
  border-radius: 0.06rem;
  padding: 0.1rem;
  top: 0.65rem;
  left: -0.3rem;
  display: none;
}
.copyright {
  border-top: solid 1px #d8cfbe;
  padding: 0.15rem 0;
  color: #736254;
}
.pro-app.on .header_bg {
  background: #f7f6f5;
}
.m_pro_bg {
  background: url(../images/m_prolist_bg.jpg) no-repeat center top #edeae1;
  background-size: 100%;
  padding: 1.75rem 0 1rem;
}
.m_pro_type_box {
  height: 0.9rem;
  margin: 0.4rem 0 0;
}
.m_pro_type_box::after {
  width: calc(100% - 0.6rem);
  height: 1px;
  background: #d8ccb6;
  display: block;
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  z-index: 0;
}
.m_pro_type {
  width: 1.91rem;
  height: 0.83rem;
  background: url(../images/m_pro_type.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 0.6rem;
  line-height: 0.83rem;
  color: #fff;
  z-index: 2;
}
.xie {
  width: 0.93rem;
  /* height: 0.61rem; */
  bottom: -0.1rem;
  left: 1.28rem;
}
.m_pro_type_list {
  margin-left: 1.3rem;
  padding: 0.22rem 0 0;
  z-index: 2;
}
.m_pro_type_list li {
  margin-right: 0.9rem;
  cursor: pointer;
  position: relative;
}
.m_pro_type_list li h3 {
  height: 0.68rem;
}
.m_pro_type_list li:hover h3 {
  background: url(../images/flower.png) no-repeat center bottom;
  padding-bottom: 0.35rem;
  font-weight: bold;
}
.m_pro_type_list li:hover .sub_m_pro_type {
  display: block;
}
.sub_m_pro_type {
  width: 14.9rem;
  left: 0;
  top: 0.68rem;
  padding: 0.3rem 0 0;
  display: none;
}
.sub_m_pro_type a {
  margin-right: 0.75rem;
  display: inline-block;
  background: url(../images/type1.png) no-repeat left center;
  background-size: 0.13rem 0.25rem;
  padding-left: 0.2rem;
}
.sub_m_pro_type a:hover {
  background: url(../images/type2.png) no-repeat left center;
  background-size: 0.13rem 0.25rem;
}
.m_pro_list {
  padding: 1.2rem 0 0.5rem;
}
.m_pro_list li {
  width: 4.3rem;
  height: 6.16rem;
  background: url(../images/m_pro_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.7rem 0.3rem 0;
  text-align: center;
  margin: 0 0.32rem 0.35rem 0;
}
.m_pro_list li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro_list_pic {
  height: 3.7rem;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 0.52rem;
  display: inline-block;
  text-align: center;
  background: #f2efe7;
  padding: 0 0.22rem;
  margin: 0 0.02rem;
  border-radius: 3px;
  color: #736254;
}
.pagination li.active {
  background: #973321;
  color: #fff;
}
.proshow-app.on .header_bg {
  position: absolute;
  background: none;
}
.m_proshow_bg {
  background: url(../images/pro_xx_bg.jpg) no-repeat center top #edeae1;
  padding: 1.6rem 0 0.9rem;
}
.m_proshow_box {
  padding: 0.2rem 0 0;
}
.m_pro_show_left {
  width: 6.2rem;
  padding: 0.3rem 0 0;
}
.m_pro_show_type {
  width: 1.46rem;
  height: 0.47rem;
  background: url(../images/m_pro_show.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 0.5rem;
  line-height: 0.47rem;
  color: #fff;
  margin-left: 0.2rem;
}
.m_proshow_tit {
  line-height: 1.5;
}
.m_pro_show_con {
  line-height: 2;
  padding: 0 0 0.6rem;
}
.m_pro_show_con h2 {
  padding: 0.25rem 0 0;
}
.pro_nextpage {
  width: 1.4rem;
}
.pro_nextpage a {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_nextpage a img {
  width: 0.13rem;
  height: 0.25rem;
}
.pro_nextpage a:hover {
  background: #765742;
}
.m_pro_show_right {
  width: 7.2rem;
}
.news_type {
  border-bottom: solid 1px #d8ccb6;
  height: 0.7rem;
}
.news_type li {
  margin-right: 0.85rem;
  line-height: 0.7rem;
  position: relative;
  transition: all 0.6s;
  text-align: center;
}
.news_type li::after {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/flower.png) no-repeat center bottom;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  margin: 0 auto;
  transition: all 0.6s;
  transform: scale(0);
}
.news_type li.on {
  font-weight: bold;
}
.news_type li.on::after {
  transform: scale(1);
}
.news_type li:hover {
  font-weight: bold;
}
.news_type li:hover::after {
  transform: scale(1);
}
.m_news_box {
  padding: 0.4rem 0 1rem;
}
.m_news {
  padding: 0.4rem 0 0.45rem;
}
.m_news li {
  width: 4.58rem;
  margin: 0 0.33rem 0.35rem 0;
}
.m_news li:nth-child(3n) {
  margin-right: 0;
}
.m_news li:hover .m_news_con {
  background: url(../images/news_bg.jpg) no-repeat;
}
.m_news_pic {
  height: 2.6rem;
}
.m_news_con {
  background: #f2efe7;
  height: 1.78rem;
  padding: 0.25rem 0.3rem 0;
}
.m_news_date {
  background: url(../images/next1.png) no-repeat left center;
  background-size: 0.13rem 0.25rem;
  padding-left: 0.3rem;
  color: #b7a189;
}
.news_show_bg {
  background: url(../images/news_xx_bg.jpg) no-repeat center top #fff;
  background-size: 100%;
  padding: 1.84rem 0 1.5rem;
}
.m_news_show_box {
  background: linear-gradient(transparent, #fff, transparent);
  margin: 0.5rem 0 0;
  padding: 0 0.8rem;
}
.xx_tit {
  line-height: 1.5;
  background: url(../images/nar1.png) no-repeat center bottom;
  background-size: 0.48rem 0.25rem;
  padding-bottom: 0.45rem;
}
.xx_time {
  color: #b7a189;
  margin: 0.15rem 0 0;
}
.xx_txt {
  padding: 0.4rem 0 1.2rem;
}
.xx_txt img {
  max-width: 100%;
}
.nextpage {
  width: 80%;
}
.nextpage > div {
  line-height: 0.5rem;
}
.nextpage > div > a {
  color: #656565;
}
.backlist {
  width: 0.34rem;
  height: 0.35rem;
}
.m_contact_bg {
  background: url(../images/contact_bg.jpg) no-repeat center bottom #fff;
  background-size: 100% ;
}
.m_contact_logo {
  margin: 0.4rem 0 0.85rem;
}
.m_contact_logo img {
  width: 1.45rem;
}
.m_contact li {
  margin: 0 0.3rem;
}
.m_contact li .f30 {
  font-family: 'technaSans';
}
.m_contact li img {
  width: 0.44rem;
  height: 0.45rem;
  margin-right: 0.15rem;
}
.m_address {
  padding: 0.6rem 0 1.2rem;
}
.m_address li {
  margin: 0 0.25rem;
  position: relative;
  padding-left: 0.27rem;
}
.m_address li::before {
  width: 0.05rem;
  height: 0.46rem;
  background: #b7a189;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.m_address li .fb {
  color: #b7a189;
}
.m_code li {
  margin: 0 0.28rem;
  text-align: center;
}
.m_code li img {
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: 0.3rem;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top #fcfbf9;
  background-size: 100%;
}
.m_about_box {
  padding: 0.4rem 0.75rem 1.75rem;
}
.m_about_tit {
  margin: 0.4rem 0 0.25rem;
}
.m_about_tit img {
  width: 3.4rem;
}
.m_about_txt {
  margin: 0.65rem 0 0.7rem;
  line-height: 3;
}
.m_about_video {
  width: 9.03rem;
  margin: 0 auto;
}
.m_about_video img {
  border-radius: 0.08rem;
}
.m_linian_box {
  padding-bottom: 1.5rem;
}
.m_linian {
  margin: 0.95rem 0 0;
}
.m_linian_con {
  width: 7.2rem;
  flex-direction: row-reverse;
}
.m_linian_tit {
  width: 0.68rem;
  height: 2.7rem;
}
.m_linian_tip {
  writing-mode: vertical-rl;
  height: 4rem;
  line-height: 0.36rem;
  margin: 0.88rem 0.2rem 0 0;
  letter-spacing: 2px;
}
.m_linian_txt {
  writing-mode: vertical-rl;
  height: 3.85rem;
  line-height: 0.52rem;
  margin: 0.88rem 0.85rem 0 0;
}
.m_linian_pic {
  width: 6.57rem;
  height: 6.91rem;
  background: url(../images/linian_bg.png) no-repeat center 0.25rem;
  background-size: 100% 100%;
  padding-left: 1.2rem;
}
.m_linian_pic img {
  width: 4.47rem;
}
.m_tit3 {
  margin: 0.38rem 0 0.15rem;
}
.m_tit3 img {
  width: 2.69rem;
}
.m_story {
  margin: 0.9rem auto 0;
  padding: 0 0.5rem 0 1.8rem;
  background: url(../images/story_line.png) no-repeat left 0.1rem;
  background-size: 100%;
  cursor: url(../images/cus.png), pointer;
}
.m_story li {
  align-items: flex-start;
}
.m_story .swiper-button-next {
  display: none;
  width: 0.11rem;
  height: 0.18rem;
  background: url(../images/nar2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  right: auto;
  left: 1.45rem;
  top: 0.1rem;
}
.m_story .swiper-button-next::after {
  display: none;
}
.story_pic1 {
  width: 2.22rem;
}
.story_pic2 {
  width: 5.2rem;
  margin: 3.16rem 0 0 -2.73rem;
}
.story_pic3 {
  width: 2.22rem;
  margin: 2.7rem 0 0 0.8rem;
}
.story_txt {
  color: #4a4946;
  text-indent: 2em;
}
.story_txt1 {
  width: 3.32rem;
  margin: 0.75rem 0 0 0.75rem;
  padding-bottom: 0.58rem;
}
.story_txt2 {
  width: 4.5rem;
  margin: 1.95rem 0 0 0.62rem;
  padding-bottom: 0.8rem;
}
.guide_box {
  padding: 1.5rem 0 0;
}
.m_tit4 {
  margin: 0.57rem 0 0.2rem;
}
.m_tit4 img {
  width: 2.61rem;
}
.guide_type {
  background: url(../images/guide_bg.png) no-repeat center center;
  margin: 0.6rem 0 0;
}
.guide_type li {
  width: 1.91rem;
  height: 0.83rem;
  line-height: 0.83rem;
  margin: 0 0.2rem;
  background: url(../images/dot_flower.png) no-repeat 0.56rem center;
  background-size: 0.19rem 0.19rem;
  padding-left: 0.9rem;
  color: #222;
  position: relative;
  cursor: pointer;
}
.guide_type li.on {
  background: url(../images/m_pro_type.png) no-repeat center center;
  background-size: 100% 100%;
  padding-left: 0.78rem;
  color: #fff;
  font-weight: bold;
}
.guide_type li.on img {
  opacity: 1;
}
.guide_type li img {
  width: 1.02rem;
  height: 1.31rem;
  position: absolute;
  top: -0.3rem;
  right: -0.5rem;
  opacity: 0;
}
.guide_con {
  padding: 0.7rem 0 1.8rem;
}
.guide {
  width: 6.98rem;
}
.guide_con_list {
  display: none;
}
.guide_con_list:first-child {
  display: flex;
}
.guide_list li {
  background: #f3eddd;
  border-radius: 0.03rem;
  cursor: pointer;
  margin-bottom: 2px;
}
.guide_list li.current .guide_list_tit {
  background: url(../images/nar4.png) no-repeat right 0.22rem center #765742;
  background-size: 0.21rem 0.11rem;
  color: #fff;
}
.guide_list li.current .guide_list_tit span {
  color: #ece4d3;
}
.guide_list_tit {
  line-height: 0.5rem;
  padding: 0 0.5rem 0 0.2rem;
  background: url(../images/nar3.png) no-repeat right 0.2rem center;
  background-size: 0.11rem 0.21rem;
}
.guide_list_tit span {
  /* margin-right: 0.3rem; */
  width: .4rem;
  display: inline-block;
}
.guide_list_txt {
  padding: 0.2rem 0.5rem 0.2rem 0.6rem;
  color: #765742;
  display: none;
}
.dupin_bg {
  background: url(../images/dupin_bg.jpg) no-repeat center top #fff;
  background-size: 100%;
}
.m_du_tit {
  width: 2.7rem;
  margin: 0.45rem 0 0;
}
.dupin_txt {
  padding: 0.6rem 3.1rem 0.5rem;
}
.dp_list li {
  width: 4.5rem;
  height: 3.05rem;
  background: url(../images/dp_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.35rem 0 0.3rem;
  margin: 0 0.44rem 0.44rem 0;
  position: relative;
}
.dp_list li:nth-child(3n) {
  margin-right: 0;
}
.dp_list_pic {
  width: 1.33rem;
  height: 1.33rem;
}
.dp_list_pic::after {
  width: 100%;
  height: 100%;
  background: url(../images/dp_pic_bg.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.dp_list_con {
  width: 2.26rem;
  position: relative;
  z-index: 2;
}
.dp_list_mum {
  font-size: 1rem;
  font-weight: bold;
  background: linear-gradient(#fafafa, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  right: 0.1rem;
  bottom: 0.1rem;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 0;
}
