@charset "utf-8";

@font-face {
  font-family: sy;
  src: url(../fonts/sySong.woff);
}

@font-face {
  font-family: geo;
  src: url(../fonts/georgia.ttf);
}

.header_top {
  z-index: 1000;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
}

.header_top .wp {
  max-width: 100%;
  width: 100%;
  padding: 0 4.5%;
}

.fixed .header_top::after {
  height: 1.8rem;
}

/* .fixed .header_top{background:#7C5B3E;} */
.header_top .top {
  justify-content: space-between;
  height: 1.05rem;
  align-items: center;
  width: 100%;
}

#logo {
  position: relative;
}

.header_top #logo img {
  transition: .5s;
  max-width: 3.05rem;
}

.list_box1 {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding-left: 4%;
}

.list_box1 .top-t {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.list_box1 .li {
  margin-left: .24rem;
}

.list_box1 .li:last-child {
  /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
}

.list_box1 a {
  color: #333333;
  font-size: 0.18rem;
}

.top-t a img {
  display: inline-block;
  height: .31rem;
}

.list_box1 a p {
  padding-left: 0.1rem;
}

.list_box1 .ser .a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_box1 .li .input {
  width: calc(100% - .16rem);
  height: 100%;
  padding: 0 0.1rem 0 0rem;
  font-size: .16rem;
  color: #fff;
  line-height: .28rem;
}

.list_box1 .li .serbtn {
  width: 0.16rem;
  background: url(../images/ser.png) no-repeat left center;
  background-size: 0.16rem;
  height: 100%;
}

.list_box1 .li .input::-webkit-input-placeholder {
  color: #fff;
}

.list_box1 .li .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.list_box1 .li .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.list_box1 .li .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav {
  flex: 1;
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 1000;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#nav ul li {
  z-index: 0;
  position: relative;
}

#nav ul li a {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center;
}

#nav ul li a h3 img {
  height: .48rem;
}

#nav ul li h3 {
  font-size: .22rem;
  color: #333333;
  line-height: .5rem;
  position: relative;
  transition: .36s;
  display: inline-block;
  padding: 0 0rem;
}

#nav ul li .sub {
  position: absolute;
  top: 95%;
  background: rgba(255, 255, 255, .9);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, 10px);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  overflow: hidden;
  z-index: 1000;
}

#nav ul li .sub:after {
  content: '';
  height: .02rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #7F4F21;
}

#nav ul li .sub .box {
  /* padding: .2rem 0; */
  text-align: center;
}

#nav ul li .sub a {
  padding: 10px .16rem;
  line-height: 28px;
  transition: .6s;
  font-size: .16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  min-width: 160px;
  display: block;
}

#nav ul li .sub a img {
  margin: 0 .1rem 0 0;
  opacity: .2;
  transition: .5s
}

#nav ul li .sub a:hover {
  background: #7F4F21;
  color: #fff;
}

#nav ul li:hover .sub {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  color: #7C5B3E
}

#nav ul li.on h3::after,
#nav ul li:hover h3::after {
  opacity: 1;
}

/*手机端开始*/
.m_header_box {
  transition: .6s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0 0 0 0.15rem;
  height: .7rem;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo {
  padding: 0;
  width: 75%;
  margin: 0;
}

.m_header_box header #logo img {
  max-height: .6rem;
}

/*导航按钮开始*/
#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7F4F21;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -.12rem;

  border-right: #7F4F21 .12rem solid;
  border-top: transparent .82rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.40rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: .28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #fff;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #fff;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

.m_nav_list {
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  display: none;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #f7f7f7;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: #333;
  z-index: 10000;
  /* background: rgba(255,255,255,.1); */
  width: auto;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: #7C5B3E url(../images/submit.svg) center no-repeat;
  background-size: .28rem;
}

#m_nav .list_box0 {
  text-align: center;
  width: 100%;
  justify-content: flex-start;
  margin: .32rem 0 0;
  flex-wrap: wrap;
  height: 0.4rem;
}

#m_nav .list_box0 .li {
  text-align: left;
  color: #7F4F21;
  margin: 0 .12rem 0.15rem 0;
  font-size: 14px;
  padding: 0;
  min-width: 1rem;
}

#m_nav .old_rukou {
  margin: .24rem 0 0;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  max-height: calc(100% - 250px);
  /* background: rgba(255,255,255,.1); */
  padding: 0 0 10px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  /* flex: 1; */
}

.list_box_nav_mobile>li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.list_box_nav_mobile>li .con {
  position: relative
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: .5rem;
  color: #333;
  padding: 0;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: .5s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: .64rem;
  height: .5rem;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid #e2e2e2;
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none
}

.list_box_nav_mobile>li .list a {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*顶部搜索*/
.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 85px;
  display: block;
  margin-bottom: 0.1rem;
}

.wap_search .header-search {
  height: 40px;
  border-radius: 20px;
  background: rgb(255 255 255);
  position: relative;
  width: 3.68rem;
  margin: 10px auto;
}

.wap_search .input {
  font-size: .16rem;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 .24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: #fff;
  border-radius: 30px;
  /* background:none; */
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: url(../images/submit.svg) center no-repeat #7F4F21;
  background-size: .24rem;
  border-radius: 20px;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #999;
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn {
  cursor: pointer;
}

.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #006cb7;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: #7C5B3E;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/search-btn.svg");
  font-size: .2rem;
  color: #fff;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-btn.svg");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #006cb7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url("../images/close-btn.svg");
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}

.show .g-nav2 {
  /* opacity: 1; */
  /* visibility: visible; */
  transform: translateY(0);
}

.g-nav2 .logo {
  max-width: 17.85rem;
  margin: 0 auto;
  padding-top: .35rem;
}

.g-nav2 .gn_gb {
  position: absolute;
  right: .5rem;
  top: .4rem;
  width: .6rem;
  height: .6rem;
  line-height: .55rem;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  font-size: .4rem;
  color: #333;
  cursor: pointer;
}

.g-nav2 {
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.5s;
  transform: translateY(-100%);
}

.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .3);
  bottom: 0;
  overflow-y: auto;
}

.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}

.g-nav2 .scroll li {
  width: 10%;
  text-align: center;
  padding-top: 0.45rem;
}

.g-nav2 .scroll li a {
  color: #fff;
}

.g-nav2 .scroll li a:hover {
  color: #7C5B3E;
}

.g-nav2 .scroll li h2 {
  font-size: 0.24rem;
  font-weight: bold;
}

.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}

.g-nav2 .scroll li .list h3 {
  font-size: 0.20rem;
  line-height: 0.36rem;
  margin-bottom: .2rem;
}

.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}

.g-nav2 .scroll li .list dd {
  font-size: 0.16rem;
  line-height: 0.4rem;
  opacity: 0.65;
}

.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}

/* banner */
.main-visual-wrapper {
  width: 100%;
  position: relative;
  padding-top: 1.05rem;
}

.main-visual-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.main-visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-box1 .imged {
  padding-bottom: 45.3125%;
}

.slide-inner {
  overflow: hidden;
}

.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  transition: all 6s;
}

.main-visual-slider video {
  transform: scale(1.1)\0;
}

.swiper-box1 .cir {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: .44rem;
  height: .24rem;
  z-index: 10;
  width: 100%;
}

.swiper-box1 .cir span {
  position: relative;
  margin: 0px .15rem !important;
  width: 0.14rem;
  height: 0.14rem;
  font-size: 0;
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;

}

.swiper-box1 .cir .swiper-pagination-bullet-active {
  width: auto;
  height: auto;
  font-size: .24rem;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  border: none;
}

.swiper-box1 .cir .swiper-pagination-bullet-active:after {
  right: -.1rem;
  bottom: -.1rem;
  content: "";
  position: absolute;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: linear-gradient(305deg, rgba(178, 151, 151, 0.3) 24%, rgba(255, 255, 255, 0) 76%);
}



@media screen and (max-width:1024px) {
  .main-visual-wrapper {
    padding-top: 0;
  }

  .swiper-box1 .swiper-pagination {
    bottom: .2rem;
  }

  .banner video {
    display: none;
  }
}



@media screen and (max-width:768px) {}

/* home1 */

.home1 {
  padding: 0.6rem 0 .7rem;
  width: 100%;
  background: url(../images/sect1-bg.png) no-repeat center bottom/cover;
  overflow: hidden;
}

.title {
  margin-bottom: .5rem;
  align-items: center;
  justify-content: space-between;
  position: relative;

}

.title .h3 {}

.title h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}

.title p {
  font-size: 0.18rem;
  color: #999999;
}

/* .title h3::after{width: .6rem;height: 0.6rem;background: linear-gradient(180deg, #FF8F1F 0%, rgba(255, 255, 255, 0) 99%);opacity: 0.4;border-radius: 50%;bottom: 0rem;left: -0.33rem;} */

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
}

.more a img {
  height: .96rem;
  transition: all .6s;
}

.more a:hover img {
  height: .8rem;
}

.title .h3 img {
  display: block;
  height: 1.21rem;
}



.home1-t {
  justify-content: space-between;
  align-items: flex-start;
}

.home1-t .left {
  width: 59.375%;
}

.h1-1 {
  display: flex;
  flex-wrap: wrap;
}

.h1-1 .h1t_l {
  width: 4.8rem;
}

.h1-1 .h1t_r {
  flex: 1;
  min-width: 0;
  margin-left: .24rem;
  margin-top: -.1rem;
}

.h1-1 .h1t_r ul li {
  position: relative;
  padding-left: .15rem;
}

.h1-1 .h1t_r ul li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: .17rem;
  background: #B9B9B9;
  top: 50%;
  transform: translateY(-50%);
}

.h1-1 .h1t_r ul li:hover:after {
  background: #980202;
}

.h1-1 .h1t_r ul li a {
  display: block;
  line-height: .6rem;
  font-size: .2rem;
  color: #333333;
  border-bottom: 1px dashed #D8D8D8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h1-1 .h1t_r ul li:hover a {
  color: #980202;

}

.h1-2 {
  position: relative;
  margin-top: .5rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(132, 108, 79, 0.2);
  padding: .45rem .3rem;
  padding-left: 1.5rem;
  padding-bottom: .2rem;
}

.h1-2 .h1b_bt {
  width: 1.06rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 .35rem;
  font-size: .36rem;
  color: #980202;
  font-weight: 500;
  border-right: 1px solid #FAF3E2;
}

.h1-2 .h1b_bt a {
  margin: 0 -.35rem;
  margin-top: .3rem;
  text-align: center;
}

.h1-2 .h1b_bt a img {
  height: .33rem;
  transition: all .6s;
}

.h1-2 .h1b_bt a:hover img {
  height: .3rem;
}

.home1-t .right {
  width: 38.6875%;
}


.home1-t li * {
  transition: 0.5s;
}

.home1-t .h1-1 a {
  position: relative;
  display: block;
}

.home1-t .h1-1 .scale {
  width: 100%;
}

.home1-t .h1-1 .con {
  position: relative;
  left: 0;
  bottom: 0;
  height: 1.1rem;
  display: flex;
  align-items: center;
  z-index: 10;
  background: #fff;
}

.home1-t .h1-1 .imged {
  padding-bottom: 3.1rem;
}


.home1-t .h1-1 h3 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.36rem;
  font-weight: normal;
  height: .72rem;
  padding: 0 .2rem;
}

.home1-t .h1-1 p {
  color: #fff;
  font-size: 0.16rem;
  align-items: center;
}

.home1-t .h1-1 p img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.2rem;
}


.home1-t .h1-1 .cir {
  bottom: 1.35rem;
  font-size: 0rem;
  color: #fff;
  display: flex;
  align-items: center;
  width: auto;
  right: .3rem;
  left: auto;
}

.home1-t .h1-1 .cir span {
  position: relative;
  margin: 0px .1rem !important;
  width: 0.14rem;
  height: 0.14rem;
  font-size: 0;
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
}

.home1-t .h1-1 .cir span.swiper-pagination-bullet-active {
  width: auto;
  height: auto;
  font-size: .24rem;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  border: none;
}

.home1-t .h1-1 .cir .swiper-pagination-bullet-active:after {
  right: -.1rem;
  bottom: -.1rem;
  content: "";
  position: absolute;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: linear-gradient(305deg, rgba(178, 151, 151, 0.3) 24%, rgba(255, 255, 255, 0) 76%);
}

.hlist li * {
  transition: 0.5s;
}

.hlist li a {
  padding: 0.2rem 0rem;
  align-items: center;
  border-bottom: 1px dashed rgba(158, 158, 158, 0.6);
}

.hlist li:last-child a {
  border-bottom: none;
}

.hlist li a::after {
  height: 1px;
  bottom: -1px;
  background: #7C5B3E;
}

.hlist li h3 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.28rem;
  flex: 1;
  padding: 0 0 0 0.15rem;
  min-width: 0;
}

.hlist li p {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #999;
  width: .6rem;
  text-align: right;

  font-family: Impact;
}

.hlist li h3::after {
  content: "";
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: .05rem;
  height: .09rem;
  background: url(../images/h_list.png) no-repeat center center/.05rem auto;
}

.hlist li:first-child a {
  padding-top: 0;
}

.h1r_t {
  background: url(../images/h1r_bg1.jpg) no-repeat center center/100% 100%;
  padding: .38rem .44rem;
  margin-bottom: .5rem;
}

.h1r_t ul li {
  padding: .2rem 0;
}

.h1r_t ul li h2 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #D4C39E;
}

.h1r_t ul li p {
  font-size: .2rem;
  color: #D4C39E;
  margin: .23rem 0;
}

.h1r_t ul li .p1 {
  display: flex;
  align-items: center;
  font-size: .2rem;
  color: #F0E7D3;
  flex-wrap: wrap;
}

.h1r_t ul li .p1 span {
  font-family: Impact;
  font-size: 0.36rem;
  color: #F0E7D3;
}

.h1r_b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h1r_b ul li {
  width: 48%;
  transition: all .6s;
}

.h1r_b ul li:hover {
  box-shadow: 0 0 15px #9b9a9a;
}

.h1r_b ul li:nth-child(1) {
  background: url(../images/h1r_bg2.jpg) no-repeat center center/cover;
}

.h1r_b ul li:nth-child(2) {
  background: url(../images/h1r_bg3.jpg) no-repeat center center/cover;
}

.h1r_b ul li a {
  display: block;
  padding: .35rem .48rem;
  padding-bottom: .5rem;
}

.h1r_b ul li a .h_ic {
  height: 1.13rem;
  text-align: center;
}

.h1r_b ul li a .h_ic img {
  display: block;

  height: 1.13rem;
}

.h1r_b ul li a .txt h2 {
  font-size: 0.48rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: .1rem;
  margin-bottom: .35rem;
}

.h1r_b ul li a .txt p {
  display: flex;
  align-items: center;
  font-size: .3rem;
  color: #C4D1A2;
}

.h1r_b ul li a .txt p img {
  height: .3rem;
  margin-right: .1rem;
}

.h1r_b ul li:nth-child(2) a .txt p {
  color: #AD8F6F;
}

@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover h3 {
    font-weight: bold;
  }

  .hlist li a:hover h3 {
    color: #7C5B3E;
    font-weight: bold;
  }

  .hlist li a:hover::after {
    width: 100%;
  }

  .hlist li a:hover h3::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .home1 {
    padding: .2rem 0;
  }

  .title .h3 img {
    height: .8rem;
  }

  .more a img {
    height: .5rem;
  }

  .home1-t .left {
    width: 100%;
  }

  .home1-t .right {
    width: 100%;
    margin-top: .15rem;
  }
}

@media screen and (max-width: 768px) {
  .title {
    margin-bottom: .2rem;
  }

  .home1-t .h1-1 .imged {
    padding-bottom: 63%;
  }

  .h1-1 .h1t_l {
    width: 100%;
  }

  .h1-1 .h1t_r {
    flex: none;
    margin-left: 0;
    width: 100%;
    margin-top: .15rem;
  }

  .h1-1 .h1t_r ul li a {
    line-height: .4rem;
    font-size: .16rem;
  }

  .home1-t .h1-1 .con {
    /* height: .5rem; */
  }

  .home1-t .h1-1 h3 {
    /* line-height: .5rem; */
    font-size: .16rem;
  }

  .home1-t .h1-1 .cir {
    bottom: 1.3rem;
  }

  .h1-2 {
    margin-top: .15rem;
    padding: .2rem;
  }

  .h1-2 .h1b_bt {
    position: static;
    transform: none;
    display: flex;
    width: auto;
    justify-content: space-between;
    padding: 0;
    margin-bottom: .15rem;
    font-size: .26rem;
  }

  .h1-2 .h1b_bt a {
    margin: 0;
  }

  .hlist li a {
    padding: .1rem 0;
  }

  .hlist li h3 {
    font-size: .16rem;
  }

  .hlist li p {
    font-size: .16rem;
  }

  .h1r_t {
    padding: .2rem;
    margin-bottom: .15rem;
  }

  .h1r_t ul li h2 {
    font-size: .2rem;
  }

  .h1r_t ul li p {
    margin: .1rem 0;
  }

  .h1r_t ul li .p1 span {
    font-size: .26rem;
  }

  .h1r_t ul li {
    padding: .1rem 0;
  }

  .h1r_b ul li a .txt h2 {
    font-size: .2rem;
    margin-bottom: .15rem;
  }

  .h1r_b ul li a {
    padding: .2rem;
  }

  .h1r_b ul li a .txt p {
    font-size: .16rem;
  }

  .h1r_b ul li a .h_ic img {
    height: .8rem;
  }

  .h1r_b ul li a .h_ic {
    height: .8rem;
  }
}


/* home2 */
.home2 {
  padding: 1.15rem 0 .65rem;
  background: url(../images/sect2-bg.png) no-repeat center center/cover;
  overflow: hidden;
}

.home2 .wp {
  position: relative;
}

.home2 .more {
  top: .2rem;
  transform: none;
}

.home2 .more a {
  display: none;
}

.home2 .more a.on {
  display: block;
}

.home_bt {
  position: absolute;
  top: .2rem;
  left: 25%;
  display: flex;
  align-items: center;
}

.home_bt span {
  font-size: .3rem;
  padding: 0 .5rem;
  line-height: .71rem;
  color: #333333;
  cursor: pointer;
}

.home_bt span.on {
  background: url(../images/bt_bg.png) no-repeat center center/100% 100%;
  color: #fff;
}

.h2_list {
  width: 100%;
}

.h2_list .swiper-slide {
  width: 23.75%;
}

.h2_list .swiper-slide-active {
  width: 47.5%;
}

.h2_list a {
  position: relative;
  display: block;
}

.h2_list a .h3_01 .imged {
  padding-bottom: 5.4rem;
}

.h2_list a .h3_02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all .6s;
  opacity: 0;
  visibility: hidden;
}

.h2_list a .h3_02 .scale {
  width: 3.8rem;
  height: 5.4rem;
}

.h2_list a .h3_02 .scale .imged {
  height: 100%;
}

.h2_list a .h3_02 .txt {
  flex: 1;
  min-width: 0;
  padding: .3rem;
  background: url(../images/h2-txtbg.jpg) no-repeat center center/cover;
}

.h2_list a .h3_02 .txt h2 {
  font-size: .26rem;
  color: #fff;
  font-weight: bold;
  line-height: .34rem;
  margin-top: .3rem;
  max-height: .68rem\0;
}

.h2_list a .h3_02 .txt p {
  font-size: .16rem;
  color: #E7DECA;
  line-height: .3rem;
  max-height: 1.5rem\0;
  margin-top: .28rem;
}

.h2_list a .h3_02 .txt .p1 {
  display: flex;
  align-items: center;
  margin-top: .3rem;
  font-size: .16rem;
  color: #E7DECA;
}

.h2_list a .h3_02 .txt .p1 img {
  margin-right: .05rem;
  max-height: .16rem;
}

.h2_list .swiper-slide-active a .h3_02 {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width:1024px) {
  .home2 {
    padding: .2rem 0;
  }

  .home_bt {
    position: static;
    margin-bottom: .2rem;
    margin-top: 0.5rem;
  }

  .h2_list a .h3_01 {
    display: none;
  }

  .h2_list a .h3_02 {
    position: static;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .h2_list a .h3_02 .scale {
    width: 100%;
  }

  .h2_list a .h3_02 .scale .imged {
    padding-bottom: 142.63%;
  }

}

@media screen and (max-width:768px) {
  .home_bt span {
    padding: 0 .2rem;
    font-size: .2rem;
  }

  .home2 .more {
    position: static;
    margin-top: .2rem;
    text-align: center;
  }

  .h2_list a .h3_02 .txt h2 {
    margin-top: 0;
    font-size: .2rem;
  }

  .h2_list a .h3_02 .txt p {
    margin-top: .15rem;
  }

  .h2_list a .h3_02 .txt .p1 {
    margin-top: .15rem;
  }
}


@media screen and (max-width:480px) {
    .home_bt span {
        padding:0 .2rem !important;
    }
}

/* home3 */
.home3 {
  padding: 1.18rem 0 1rem;
  background: url(../images/sect3-bg.png) no-repeat center center/cover;
}

.home3 .wp {
  position: relative;
}

.home3 .wp .more {
  position: absolute;
  transform: none;
  top: .2rem;
}

.home3 .wp .more a {
  display: none;
}

.home3 .wp .more a.on {
  display: block;
}

.home3-t {}



.h3_list a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  
}

.h3_list a .scale {
  width: 51.25%;
}

.h3_list a .scale .imged {
  padding-bottom: 5.3rem;
}

.h3_list a .txt {
  width: 48.75%;
}

.h3_list a .txt h2 {
  font-size: .36rem;
  color: #980202;
  font-weight: bold;
  line-height: .82rem;
  background: linear-gradient(270deg, rgba(234, 225, 206, 0) 0%, #EAE1CE 100%);
  padding-left: .6rem;
  margin-bottom: .3rem;
}

.h3_list a .txt p {
  font-size: .2rem;
  color: #333;
  line-height: .42rem;
  padding-left: .6rem;
  text-indent: 2em;
}

@media screen and (min-width:1200px) {}

@media screen and (max-width:1024px) {
  .home3 {
    padding: .2rem 0;
  }

  .h3_list a .scale {
    width: 100%;
  }

  .h3_list a .txt {
    width: 100%;
    margin-top: .15rem;
  }

  .h3_list a .txt p {
    padding-left: 0;
  }

  .h3_list a .txt h2 {
    font-size: .24rem;
    line-height: .5rem;
  }

  .h3_list a .scale .imged {
    padding-bottom: 64.63%;
  }
}

@media screen and (max-width:768px) {

  .home3 .wp .more {
    position: static;
    text-align: center;
  }

  .h3_list a .txt p {
    font-size: .16rem;
    line-height: .3rem;
  }
}

@media screen and (max-width:480px) {}

/* home4 */
.home4 {
  position: relative;
  width: 100%;
  padding: 0.2rem 0rem 0.6rem;
  background: url(../images/sect4_bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}

.home4 .wp {
  position: relative;
  z-index: 9;
}

.home4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34.375%;
  background: url(../images/h4_bg1.png) no-repeat center top/100% 100%;
}

.home4 .home_bt {
  left: 40%;
}

.home4-t .swiper-slide {
  visibility: hidden;
  z-index: -1;
}

.home4-t .swiper-slide.swiper-slide-active {
  z-index: 9;
  visibility: visible;
}

.home4 .more {
  top: .2rem;
  transform: none;

}

.home4 .more a {
  display: none;
}

.home4 .more a.on {
  display: block;
}

.h4_list {
  display: flex;
  flex-wrap: wrap;
}

.h4_list .h4_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 5.20rem;
}

.h4_list .h4_left span {
  width: .42rem;
  font-size: .36rem;
  color: #fff;
}

.h4_list .h4_left .h4_tp {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-left: 1.04rem;
  font-size: .36rem;
  color: #FFFFFF;
  margin-left: .1rem;
  margin-right: 0.2rem;
}

.h4_list .h4_left .h4_tp img {
  display: block;
  max-width: 100%;
}

.h4_list .h4_left .h4_tp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .2rem;
  height: .2rem;
  background: url(../images/h4-qq.png) no-repeat center center/100% 100%;
}

.h4_list .h4_left .h4_tp::after {
  content: "";
  position: absolute;
  left: .15rem;
  top: 50%;
  width: 2.38rem;
  height: 1px;
  background: #D8D8D8;
}

.h4_list .h4_right {
  flex: 1;
  min-width: 0;
}

.h4_list .h4_right ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.h4_list .h4_right ul li {
  width: 33.33333%;
  padding: 0 .08rem;
  margin: 0.2rem 0;
}

.h4_list .h4_right ul li a {
  display: block;
}

.h4_list .h4_right ul li a .h4_tp {
  text-align: center;
  padding-top: 105%;
  position: relative;
  overflow: hidden;
}

.h4_list .h4_right ul li a .h4_tp img {
  /* opacity: .4; */
  /* max-height: 3rem; */
  /* filter: grayscale(100%); */
  /* -webkit-filter: grayscale(100%); */
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  object-fit: cover;
}

.h4_list .h4_right ul li.on a .h4_tp img {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
}

.h4_list .h4_right ul li a p {
  text-align: center;
  margin-top: .15rem;
  font-size: .2rem;
  color: #9E9E9E;
line-height: 0.24rem;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .home4::after {
    bottom: auto;
    height: 10%;
    width: 100%;
    background-size: 100% auto;
  }

  .h4_list .h4_left {
    display: none;
  }

  .h4_list .h4_right ul li a .h4_tp img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
  }

  .home_bt span {
    padding: 0 .3rem;
  }
}

@media screen and (max-width: 768px) {
  .home4 .more {
    position: static;
    text-align: center;
  }

  .home4 .home_bt {
    flex-wrap: wrap;
  }
}


/* home5 */
.home5 {
  padding: 0.6rem 0 .7rem;
  position: relative;
  overflow: hidden;
  background: url(../images/sect5-bg.png) no-repeat center center/cover;
}


.home5-t {
  position: relative;
}

.home5-t li * {
  transition: 0.5s;
}

.home5-t ul {
  flex-wrap: wrap;
}

.home5-t>ul>li {
  position: relative;
  width: 20%;
  margin-left: 2.5%;
  cursor: pointer;
}

.home5-t>ul>li:first-child {
  margin-left: 0;
}

.home5-t>ul>li.on {
  width: 55%;
}

.home5-t>ul>li .h5t_tp {
  position: relative;
}

.home5-t>ul>li .h5t_tp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
}

.home5-t>ul>li .h5t_tp .scale {
  position: relative;
  z-index: 4;
}

.home5-t>ul>li .imged {
  padding-bottom: 5.8rem;
}

.home5-t>ul>li .h5t_tp p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .48rem;
  font-size: .48rem;
  color: #fff;
  font-family: sy;
  z-index: 9;
}

.home5-t>ul>li.on .h5t_tp p {
  opacity: -1;
}

.home5-t>ul>li .h5t_wz {
  /* position: absolute;
  left: 0;
  right: 0; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/h5-txtbg.png) no-repeat center center/cover;
  padding: .6rem;
  opacity: 0;
  visibility: hidden;
}

.home5-t>ul>li.on .h5t_wz {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.home5-t>ul>li .h5t_wz .h5_bt {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: .35rem;
  border-bottom: 1px solid #A58D6E;
}

.home5-t>ul>li .h5t_wz .h5_bt:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -.04rem;
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  border: 1px solid #A58D6E;
}

.home5-t>ul>li .h5t_wz .h5_bt img {
  margin-right: .15rem;
  height: .48rem;
}

.home5-t>ul>li .h5t_wz .h5_bt span {
  font-size: .48rem;
  color: #fff;
  font-weight: 600;
  font-family: sy;
}

.home5-t>ul>li .h5t_wz .hlist {
  margin-top: .4rem;
}

.home5-t>ul>li .hlist li a::after {
  background: #fff;
}

.home5-t>ul>li .h5t_wz .hlist h3 {
  color: #fff;
}

.home5-t>ul>li .h5t_wz .hlist li p {
  color: #FFFFFF;
}

.home5-t>ul>li .hlist li h3::after {
  background: url(../images/h5_list.png) no-repeat center center / 0.05rem auto;
}

@media screen and (min-width:1025px) {}

@media screen and (max-width:1024px) {
  .home5 {
    padding: .2rem 0;
  }

  .home5-t>ul>li,
  .home5-t>ul>li.on {
    width: 100%;
    margin-left: 0;
    margin-bottom: .15rem;
  }

  .home5-t>ul>li .h5t_wz {
    position: static;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    padding: .2rem;
    height: initial;
  }

  .home5-t>ul>li.on .h5t_tp p {
    opacity: 6;
  }

  .home5-t>ul>li .imged {
    padding-bottom: 81.8%;
  }
}

@media screen and (max-width:768px) {
  .home5-t>ul>li .h5t_wz .h5_bt {
    padding-bottom: .2rem;
  }

  .home5-t>ul>li .h5t_tp p {
    font-size: .26rem;
  }

  .home5-t>ul>li .h5t_wz .h5_bt span {
    font-size: .24rem;
  }

  .home5-t>ul>li .h5t_wz .hlist {
    margin-top: .2rem;
  }
}




/* footer */
.footer {
  width: 100%;
}
.footer .wp {
width: 16rem;
}
.footer::after {
  width: 100%;
  height: auto;
  top: 0rem;
  background: url(../images/fbg.jpg) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}

.foot-t {
  padding: .3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-t ul {
  color: #fff;
  line-height: 0.3rem;
  align-items: center;
}

.foot-t li {
  color: #fff;
  padding: 0 0.15rem;
  font-size: 16px;
}

.foot-t h3 {
  font-weight: bold;
  font-size: 0.18rem;
  align-items: center;
}

.foot-t li a {
  font-size: 0.16rem;
  color: #fff;
}

.foot-t h3 img {
  display: inline-block;
  margin-right: .1rem;
}

.foot-b {
  padding: 0.5rem 0;
  justify-content: space-between;
  align-items: center;
}

.foot-b .fot-1 {
  width: 32%;
}

.foot-b .fot-2 {
  width: 28%;
  text-align: left;
  padding: 0 2%;
  border-right: 1px solid rgba(216, 216, 216, 0.1);
}

.foot-b .fot-2 h2 {
  font-size: .3rem;
  color: #BFB09B;
  margin-bottom: .45rem;
}

.foot-b .fot-2 ul {
  display: flex;
  align-items: center;
  margin-left: -.23rem;
}

.foot-b .fot-2 ul li {
  margin: 0 .23rem;
}

.foot-b .fot-3 {
  width: 40%;
  padding-left: 3%;
}

.foot-b .fot-1 h3 {
  font-weight: normal;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  color: #BFB09B;
}

.foot-b .fot-1 li {
  line-height: .48rem;
    float: left;
    width: 50%;
}

.foot-b .fot-1 li a {
  display: block;
  font-size: 0.18rem;
  color: #BFB09B;
  padding-left: .15rem;
  background: url(../images/lj.png) no-repeat left center;
}

.fot-3 ul li {
  padding: .18rem 0;
  border-bottom: 1px dashed rgba(216, 216, 216, 0.1);
}

.fot-3 ul li:last-child {
  border-bottom: none;
}

.fot-3 ul li h2 {
  font-size: .2rem;
  color: #BFB09B;
  margin-bottom: .1rem;
}

.fot-3 ul li p {
  position: relative;
  padding-left: .3rem;
  line-height: .36rem;
  font-size: .18rem;
  color: #BFB09B;
}

.fot-3 ul li p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.f-bq {
  padding: .15rem 0;
  border-top: 1px solid rgba(216, 216, 216, 0.06);
  text-align: center;
}

.f-bq p,
.f-bq p a {
  display: inline-block;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #BFB09B;
}

@media screen and (max-width:1024px) {
  .foot-b {
    padding: .2rem 0;
  }

  .foot-b .fot-1 {
    width: 100%;
  }

  .foot-b .fot-1 ul {
    display: flex;
    flex-wrap: wrap;
  }



  .foot-b .fot-2 {
    width: 100%;
    padding: 0;
    border-right: none;
        margin-top: 0.2rem;
  }

  .foot-b .fot-2 h2 {
    margin-bottom: .15rem;
    font-size: .2rem;

  }

  .foot-b .fot-1 h3 {
    font-size: .2rem;
  }

  .foot-b .fot-3 {
    padding-left: 0;
    width: 100%;
  }
.footer .wp {
width: auto;
}



}

@media screen and (max-width:768px) {

.fot-3 ul li p {
    line-height: .3rem;
}

}





@media screen and (max-width:600px) {
  .foot-b .fot-1 ul li {
    margin-right: .2rem;
width: 100%;
  }
}

@media screen and (max-width:420px) {
    .title .h3 img {
        height: .6rem;
    }
    .home_bt span {
        padding: 0 .15rem !important;
    }
}

@media screen and (max-width:380px) {
    .home_bt span {
        padding: 0 .05rem !important;
    }
}


@media(min-width: 200px) {
  [aos=zoom-in] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

@media screen and (max-height:500px) {
  .list_box_nav_mobile {
    max-height: calc(100% - 120px);
    padding-left: 0rem;
  }
}