﻿body {
  color: #333333;
  font-family: Inter-Regular, PingFangSC-Regular, sans-serif, "microsoft yahei";
  background: #fff9ed;
  overflow-x: hidden;
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #864d2e;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 80%;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/
.infomenu {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0.16rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.6rem;
  padding-bottom: 0.6rem;
  border-right: 1px dashed #d3c5be;
}
.infomenu .logo {
  background: #b71616;
  height: 3.1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.infomenu .share li + li {
  margin-top: 0.2rem;
}
.infomenu .share li {
  position: relative;
}
.infomenu .share li .code {
  position: absolute;
  top: 50%;
  background: #fff;
  display: none;
  padding: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin-left: 0.1rem;
  left: 100%;
  transform: translate(0, -50%);
  width: 1.3rem;
}
.infomenu .share li:hover .code {
  display: block;
}
.infomenu .share li .code::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
}
.infomenu .share a {
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #b79a8b;
  height: 40px;
}
.infomenu .share li:hover a {
  background: #b71616;
  border-color: #b71616;
}
.infomenu .share li:hover a i {
  background-image: url(../images/info_19_on.png);
}
.infomenu .share i {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/info_19.png);
  background-repeat: no-repeat;
}
.infomenu .share .i1 {
  height: 19px;
}
.infomenu .share .i2 {
  width: 22px;
  height: 22px;
  background-position: 0 -58px;
}
.infomenu .share .i3 {
  background-position: 0 -116px;
}
.infomenu .share .i4 {
  background-position: 0 -177px;
}
.infomenu .share .i5 {
  background-position: 0 -236px;
}
.nav_icon {
  cursor: pointer;
}
.nav_icon i {
  display: block;
  height: 2px;
  width: 26px;
  background: #864d2e;
  margin-bottom: 6px;
}
.nav_icon i:nth-of-type(2) {
  width: 15px;
}
.scroll i:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.scroll i:nth-of-type(2) {
  opacity: 0;
}
.scroll i:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.infopage {
  padding-left: 1.6rem;
  padding-top: 0.95rem;
}
.bread {
  position: relative;
  color: #864d2e;
  font-size: 0.2rem;
  padding-left: 1.5rem;
}
.bread::before {
  content: "";
  border-bottom: 1px solid #d3c5be;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
}
.bread a {
  color: #864d2e;
}
.bread a::after {
  padding: 0 0.1rem;
  content: "/";
}
.bread span {
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff9ed;
  padding: 0 0.4rem 0 0.2rem;
}
.bread span::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #d3c5be;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer {
  color: #b79a8b;
  background: #864d2e;
  font-size: 0.16rem;
}
.footer a {
  color: #b79a8b;
}
.footer a:hover {
  color: #fff;
}
.footer .hd {
  padding: 0.95rem 0 0.35rem;
}
.footer .hd .txt {
  margin-left: 0.4rem;
}
.footer .bd {
  padding: 0.5rem 0;
  border-top: 1px dashed #b79a8b;
}
.footer .bd ul {
  line-height: 0.42rem;
}
.footer .bd .flex {
  align-items: stretch;
}
.footer .bd h4 {
  color: #fff;
  font-size: 0.2rem;
  padding-bottom: 0.15rem;
}
.footer .bd .box {
  width: 2.6rem;
}
.footer .tel {
  font-weight: bold;
  color: #fff;
  font-size: 0.3rem;
  padding: 0.1rem 0;
  line-height: 0.4rem;
}
.footer .code,
.footer .share {
  display: flex;
  text-align: center;
}
.footer .code {
  padding: 0.55rem 0;
}
.footer .code > div {
  margin-right: 0.15rem;
  width: 1.16rem;
}
.footer .code p {
  margin-top: 0.1rem;
}
.footer .share {
  margin-top: 0.25rem;
}
.footer .share a {
  display: block;
  margin-right: 0.3rem;
  width: 0.73rem;
}
.footer .share a {
  margin-top: 0.1rem;
}
.footer .ft {
  text-align: center;
  color: #864d2e;
  font-size: 0.14rem;
  padding: 0.16rem 0;
  background: #b79a8b;
}
/**/
.products .bd {
  overflow: hidden;
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.products .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.products .bd ul > li {
  width: 20%;
  padding: 0.05rem;
}
.products .bd ul > li.lg {
  width: 40%;
}
.products .bd ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.4rem;
  background: #f1e6d9;
}
.products .bd ul p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0 0.2rem;
  transition: all 0.3s;
  line-height: 0.65rem;
  background: rgba(134, 77, 46, 0.8);
  width: 100%;
  opacity: 0;
}
.products .bd ul li:hover p {
  opacity: 1;
}
.products .bd ul p i {
  display: block;
  width: 0.34rem;
  height: 0.24rem;
  background: url(../images/info_10.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.products .bd dl {
  text-align: center;
  font-size: 0.16rem;
  color: #864d2e;
  flex: 1;
  position: relative;
  margin: 0 0.27rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #d3c5be;
}
.products .bd dl::before {
  content: "";
  display: block;
  width: 0.07rem;
  border-radius: 50%;
  background: #d3c5be;
  height: 0.07rem;
  position: absolute;
  left: 0;
  bottom: -0.04rem;
}
.products .bd dl::after {
  content: "";
  display: block;
  width: 0.07rem;
  border-radius: 50%;
  background: #d3c5be;
  height: 0.07rem;
  position: absolute;
  right: 0;
  bottom: -0.04rem;
}
.products .bd dl dd {
  margin-top: 0.15rem;
}
.pages {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
}
.pages a {
  border-radius: 50%;
  color: #864d2e;
  font-weight: bold;
  width: 0.41rem;
  height: 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  border: 1px solid #864d2e;
}
.pages a.on,
.pages a:hover {
  color: #fff;
  background: #864d2e;
}
.pages span {
  margin-right: 0.1rem;
}
.pages .search {
  display: flex;
  border: 1px solid #864d2e;
  border-radius: 0.4rem;
  overflow: hidden;
  width: 1.13rem;
}
.pages .search button {
  background: #864d2e;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.18rem;
  color: #fff;
}
.pages .search input {
  width: 100%;
  height: 0.4rem;
  padding-left: 0.15rem;
  background: none;
}
/**/
.contact {
  font-size: 0.18rem;
  color: #4f4f4f;
  line-height: 0.36rem;
}
.contact .a {
  background: #f2e6da;
  margin-top: 0.3rem;
}
.contact .a .map {
  width: 50%;
  height: 7.89rem;
  margin-left: 0.3rem;
}
.contact .a .flex {
  padding-left: 10%;
}
.contact .a .code {
  display: flex;
  margin-top: 0.4rem;
}
.contact .a .code > div {
  margin-right: 0.25rem;
  font-size: 0.16rem;
  width: 1.11rem;
  text-align: center;
}
.contact .a .code p {
  margin-top: 0.1rem;
}
.contact .a h3 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #864d2e;
}
.contact .a h3 img {
  margin-right: 0.1rem;
  width: 0.34rem;
}
.contact .a ul {
  padding: 0.2rem 0 0 0.34rem;
}
.contact .a .title {
  padding-bottom: 0.5rem;
}
.contact .a .line {
  position: relative;
  margin: 0.5rem 0;
  border-bottom: 1px dashed #d3c5be;
}
.contact .a .line::before {
  content: "";
  display: block;
  width: 0.07rem;
  border-radius: 50%;
  background: #d3c5be;
  height: 0.07rem;
  position: absolute;
  left: 0;
  bottom: -0.04rem;
}
.contact .b {
  padding: 0.9rem 0;
}
.contact .b .side {
  width: 4.8rem;
  padding-right: 1.3rem;
}
.contact .b p {
  padding: 1rem 0;
}
.contact .b dd {
  font-weight: bold;
  color: #864d2e;
  font-size: 0.36rem;
  margin-top: 0.1rem;
}
.contact .b ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
}
.contact .b ul li {
  width: 50%;
  padding: 0.1rem;
}
.contact .b ul li:last-child {
  width: 100%;
}
.contact .b input {
  width: 100%;
  height: 0.6rem;
  padding-left: 0.2rem;
  background: none;
  font-size: 0.16rem;
  border: 1px solid #d3c5be;
}
.contact .b ul textarea {
  width: 100%;
  font-size: 0.16rem;
  height: 2.8rem;
  background: none;
  resize: none;
  font-family: inherit;
  padding: 0.2rem;
  border: 1px solid #d3c5be;
}
.contact .b .ft input {
  width: 2.94rem;
  margin-right: 0.2rem;
}
.contact .b .ft .code {
  border: 1px solid #d3c5be;
  width: 1.33rem;
  height: 0.6rem;
}
.contact .b .ft button {
  height: 0.6rem;
  color: #fff;
  width: 2rem;
  font-size: 0.18rem;
  background: #864d2e;
  font-weight: bold;
}
/**/
.news {
  font-size: 0.16rem;
}
.title_info {
  margin-left: 10%;
}
.title_info p {
  position: relative;
  margin-top: 0.15rem;
  font-size: 0.18rem;
}
.title_info p::before {
  content: "";
  border-bottom: 1px dashed #d3c5be;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
}
.title_info p span {
  position: relative;
  padding-right: 0.2rem;
  background: #fff9ed;
}
.news .tabtitle {
  display: flex;
  font-size: 0.24rem;
  margin: 0.6rem 0 0.4rem;
}
.news .tabtitle li {
  margin-right: 0.25rem;
}
.news .tabtitle li a {
  color: #864d2e;
}
.news .tabtitle li.on a {
  color: #b71616;
}
.news .tabbox {
  position: relative;
}
.news .tabbox::before {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #864d2e;
  position: absolute;
  left: -0.07rem;
  bottom: -0.07rem;
  z-index: 9;
}
.news .tabbox::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #864d2e;
  position: absolute;
  right: -0.03rem;
  bottom: -0.07rem;
}
.news .tabbox ul::before {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #864d2e;
  position: absolute;
  left: -0.07rem;
  top: -0.07rem;
}
.news .tabbox ul::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #864d2e;
  position: absolute;
  right: -0.03rem;
  top: -0.07rem;
}
.news .tabbox ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.news .tabbox ul > li {
  width: 33.333%;
  border: 1px dashed #d3c5be;
  margin: -1px 0 0 -1px;
}

.news .tabbox ul > li .pic {
  padding: 0.2rem;
  border-bottom: 1px dashed #d3c5be;
}
.news .tabbox ul > li .flex {
  padding: 0.2rem;
  color: #864d2e;
  border-bottom: 1px dashed #d3c5be;
}
.news .tabbox ul > li .flex .flex_item {
  font-weight: bold;
  font-size: 0.24rem;
}
.news .tabbox ul > li .flex span {
  display: block;

  background: url(../images/news_11.png) left center no-repeat;
  background-size: 0.34rem auto;
  line-height: 0.24rem;
  padding-left: 0.45rem;
}
.news .tabbox ul > li:hover .flex,
.news .tabbox ul > li:hover dt {
  color: #b71616;
}
.news .tabbox ul > li:hover .flex span {
  background: url(../images/news_13.png) left center no-repeat;
  background-size: 0.34rem auto;
  color: #b71616;
}
.news .tabbox ul > li dl {
  padding: 0.4rem 0.2rem;
  line-height: 0.28rem;
}
.news .tabbox ul > li dt {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}

/**/
.newsitem {
  font-size: 0.18rem;
  display: flex;
  padding-bottom: 0.5rem;
  margin-top: -0.1rem;
}
.newsitem .hd {
  text-align: center;
  padding-top: 1.1rem;
  padding-bottom: 0.2rem;
  position: relative;
  border-bottom: 1px dashed #d3c5be;
}
.newsitem .hd::before {
  content: "";
  display: block;
  width: 0.07rem;
  background: #d3c5be;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  height: 0.07rem;
}
.newsitem .hd::after {
  content: "";
  display: block;
  width: 0.07rem;
  background: #d3c5be;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -0.04rem;
  height: 0.07rem;
}
.newsitem .hd h1 {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.newsitem .hd p {
  color: #a7a7a7;
  margin-top: 0.3rem;
}
.newsitem .bd img {
  margin: 0.3rem 0;
}
.newsitem .bd p {
  text-indent: 2em;
}
.newsitem .bd {
  line-height: 0.48rem;
  padding: 0.4rem 0;
  color: #535353;
}
.newsitem .ft {
  border-bottom: 1px dashed #d3c5be;
  border-top: 1px dashed #d3c5be;
  line-height: 0.9rem;
}
.newsitem .ft .btn {
  display: block;
  text-align: center;
  width: 0.9rem;
  border-left: 1px dashed #d3c5be;
  border-right: 1px dashed #d3c5be;
}
.newsitem .ft a {
  font-size: 0.16rem;
  color: #7f7f7f;
}
.newsitem .ft .last {
  text-align: right;
}
.newsitem .side {
  width: 3.1rem;
  border-left: 1px dashed #d3c5be;
  margin-left: 0.35rem;
  padding-left: 0.24rem;
  padding-top: 1.2rem;
}
.newsitem .side .title {
  font-size: 0.24rem;
  color: #864d2e;
  padding-bottom: 0.15rem;
}
.newsitem .side ul li {
  padding: 0.15rem 0;
  border-top: 1px dashed #d3c5be;
}
.newsitem .side dd {
  color: #959595;
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.08rem;
}
.newsitem .side ul dt {
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/**/
.chuancheng {
  padding-bottom: 1.5rem;
}
.chuancheng li {
  position: relative;
}
.chuancheng li a > img {
  position: absolute;
  z-index: 5;
  top: 0;
}
.chuancheng li .position_01 {
  right: 14%;
}
.chuancheng li .position_02 {
  left: 21%;
}
.chuancheng li .position_03 {
  right: 12%;
  top: -0.2rem;
}
.chuancheng li .position_04,
.chuancheng li .position_05 {
  left: 22%;
}
.chuancheng li .position_05 {
  top: -0.05rem;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.18rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.dialog {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin-left: 0.8rem;
}
.dialog .close {
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
  background: url(../images/dialog_03.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.7rem;
  right: 0;
}
.dialog .flex {
  padding: 0.53rem;
}
.dialog .video {
  width: 55%;
  margin-right: 5%;
  position: relative;
}
.dialog .video i {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/dialog_11.png) center no-repeat;
  background-size: 100% 100%;
}
.dialog .video img {
  width: 100%;
}
.dialog h3 {
  font-size: 0.42rem;
  margin-top: 0.3rem;
}
.dialog h3::after {
  content: "";
  display: block;
  background: #898989;
  width: 0.4rem;
  height: 2px;
  margin-top: 0.2rem;
}
.dialog dl {
  color: #636363;
  line-height: 0.3rem;
}
.dialog dl dt {
  font-size: 0.26rem;
  padding: 0.3rem 0 0.5rem;
}
.dialog dd {
  height: 1.2rem;
  overflow-y: auto;
  padding-right: 0.3rem;
}
.dialog dd::-webkit-scrollbar {
  width: 8px;
}
.dialog dd::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #864d2e;
}
.dialog dd::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}

.totop {
  display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
/******************************************/
.yingxiao {
  font-size: 0.16rem;
}
.yingxiao .a .bd {
  display: flex;
  margin-top: 0.6rem;
  justify-content: space-between;
  align-items: center;
}
.yingxiao .a .bd .map {
  width: 50%;
}
.yingxiao .a .bd .tabcontent {
  width: 36%;
}
.yingxiao .a .bd .box {
  padding-right: 0.5rem;
  color: #864d2e;
  line-height: 0.22rem;
  height: 5.45rem;

  overflow-y: auto;
}
.yingxiao .a .bd .box::-webkit-scrollbar {
  width: 4px;
}
.yingxiao .a .bd .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d3c5be;
}
.yingxiao .a .bd .box::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #d3c5be;
}

.yingxiao .a .bd .box .flex {
  height: 0.78rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px dashed #d3c5be;
}
.yingxiao .a .bd .box li {
  position: relative;
}
.yingxiao .a .bd .box li::before {
  content: "";
  display: block;
  width: 0.07rem;
  z-index: 0;
  height: 0.07rem;
  background: #d3c5be;
  position: absolute;
  border-radius: 50%;
  bottom: -0.03rem;
  left: 0;
}
.yingxiao .a .bd .box .flex:hover {
  color: #fff;
  background: #864d2e;
}
.yingxiao .a .bd .box .flex > span {
  font-size: 0.26rem;
  width: 1.05rem;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  height: 0.78rem;
  margin-right: 0.2rem;
  border-right: 1px dashed #d3c5be;
}
.yingxiao .b::before {
  content: "";
  display: block;
  height: 2.51rem;
  background: url(../images/yinxiao_bg.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -2.51rem;
  width: 100%;
  left: 0;
}
.yingxiao .b {
  background: #864d2e;
  color: #fff;
  margin-top: 2.51rem;
  position: relative;
  padding-bottom: 0.9rem;
}
.yingxiao .b .title_info {
  margin: 0;
  text-align: center;
}
.yingxiao .b .bd {
  margin-top: 0.4rem;
  position: relative;
  padding: 1rem 0 2rem;
}
.yingxiao .b .bd::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #d3c5be;
}
.yingxiao .b .bd::before {
  content: "";
  border-left: 1px dashed #d3c5be;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.yingxiao .b .bd .flex {
  position: relative;
}
.yingxiao .b .bd .flex::before {
  content: "";
  display: block;
  background: url(../images/yinxiao_15.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.yingxiao .b .bd .flex_item {
  padding-right: 0.45rem;
}
.yingxiao .b .bd .flex_item + .flex_item {
  padding: 0 0 0 0.45rem;
}
.yingxiao .b .box {
  position: relative;
  margin-top: 0.35rem;
}
.yingxiao .b .box dl {
  position: absolute;
  left: 0;
  top: 100%;
}
.yingxiao .b .box .pic {
  border: 0.1rem solid #d3c5be;
}
.yingxiao .b .box dt {
  font-size: 0.24rem;
  padding: 0.15rem 0 0.1rem;
}
.yingxiao .b .box dd {
  line-height: 0.3rem;
}
.yingxiao .c {
  padding: 0.8rem 0 1.4rem;
}
.yingxiao .c .bd {
  margin-top: 0.7rem;
}
.yingxiao .c ul {
  display: flex;
  justify-content: space-between;
}
.yingxiao .c ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  border: 1px solid #b79a8b;
  border-radius: 50%;
  height: 2.15rem;
}
.yingxiao .c ul li a:hover {
  background: #864d2e;
}
.yingxiao .c ul li a:hover img {
  filter: brightness(100);
}
.yingxiao .pages {
  width: 9.65rem;
  margin: 0 auto;
  border: 1px dashed #d3c5be;
  border-radius: 0.3rem;
  padding: 0.34rem 0;
}
.yingxiao .pages a {
  color: #fff;
  border: 1px solid #fff;
}
.yingxiao .pages .search {
  border-color: #fff;
}
.yingxiao .pages .search button {
  background: #fff9ed;
  color: #864d2e;
}
.yingxiao .pages a.on,
.yingxiao .pages a:hover {
  background: #fff;
  color: #864d2e;
}
/**/
.aboutus {
  font-size: 0.16rem;
}
.aboutus .a {
  margin-top: -0.95rem;
}
.aboutus .a .flex_item {
  padding-top: 0.5rem;
}
.aboutus .a .side {
  width: 5.32rem;
  height: 8rem;
  background: url(../images/aboutus_07.png) right bottom no-repeat #f1e6d9;
  background-size: 100% auto;
  padding: 0 0 0.8rem 0.5rem;
  display: flex;
  align-items: flex-end;
  color: #854c2c;
  margin-left: 0.35rem;
}
.aboutus .a .side ul {
  flex: 1;
}
.aboutus .a .side li {
  position: relative;
  padding: 0.3rem 0 0.15rem;
  border-bottom: 1px dashed #d3c5be;
}
.aboutus .a .side li::before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  background: #d3c5be;
}
.aboutus .a .side li span,
.aboutus .a .side li b {
  font-size: 0.5rem;
  font-weight: normal;
}
.aboutus .a .bd p {
  line-height: 0.3rem;
  padding: 0.15rem 0;
}
.aboutus .a .more {
  margin-top: 0.4rem;
}
.aboutus .more {
  display: inline-block;
  color: #864d2e;
  font-size: 0.18rem;
  line-height: 0.35rem;
  background: url(../images/news_11.png) left center no-repeat;
  background-size: 0.34rem auto;
  padding-left: 0.4rem;
}
.aboutus .a .bd {
  margin-top: 0.3rem;
  padding-left: 10%;
}
.aboutus .b {
  color: #fff;
  background: url(../images/aboutus_01.jpg) center no-repeat;
  background-size: cover;
  padding: 1.5rem 0 1.05rem;
}
.aboutus .b .title_info p::before {
  display: none;
}
.aboutus .b .title_info p span {
  background: none;
}
.aboutus .b .bd {
  position: relative;
  margin-top: 1rem;
}
.aboutus .b .bd .flex {
  align-items: stretch;
}
.aboutus .b .bd .box {
  padding-left: 0.6rem;
}
.aboutus .b .bd h4 span {
  display: inline-block;
  font-size: 0.3rem;
  background: url(../images/aboutus_16.png) right bottom no-repeat;
  background-size: 0.8rem auto;
  padding-right: 0.9rem;
}
.aboutus .b .bd p {
  font-size: 0.18rem;
  color: #ddcac0;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.aboutus .b .ft {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.24rem;
  position: relative;
}
.aboutus .b .ft::before {
  content: "";
  border-bottom: 1px solid #b79a8b;
  left: 0;
  bottom: 0.22rem;
  position: absolute;
  width: 100%;
}
.aboutus .b .ft .swiper-slide {
  cursor: pointer;
}
.aboutus .b .ft .swiper-slide p {
  opacity: 0.5;
}
.aboutus .b .ft i {
  display: block;
  margin: 0.15rem auto;
  width: 0.14rem;
  height: 0.14rem;
  z-index: 5;
  position: relative;
  background: #b79a8b;
  border-radius: 50%;
}
.aboutus .b .ft i::after {
  content: "";
  opacity: 0.5;
  width: 0.24rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.24rem;
  background: #b79a8b;
  border-radius: 50%;
}
.aboutus .b .ft .swiper-slide-thumb-active i,
.aboutus .b .ft .swiper-slide-thumb-active i::after {
  background: #fff;
}
.aboutus .b .ft .swiper-slide-thumb-active p {
  opacity: 1;
}
.aboutus .b .swiper-button-prev,
.aboutus .b .swiper-button-next {
  border-radius: 50%;
  width: 0.65rem;
  height: 0.65rem;
  color: #b79a8b;
  border: 1px solid #b79a8b;
}
.aboutus .b .swiper-button-prev::after,
.aboutus .b .swiper-button-next::after {
  font-size: 0.26rem;
}
.aboutus .b .swiper-button-prev:hover,
.aboutus .b .swiper-button-next:hover {
  background: #b79a8b;
  color: #7f492b;
}
.aboutus .b .swiper-button-prev {
  left: -1rem;
}
.aboutus .b .swiper-button-next {
  right: -1rem;
}
.aboutus .bg {
  background: url(../images/aboutus_02.jpg) top center no-repeat;
  background-size: 100% auto;
  margin-left: -1.6rem;
  padding-left: 1.6rem;
}
.aboutus .c {
  padding: 1.1rem 0 2.4rem;
}
.aboutus .c .bd {
  display: flex;
  margin-top: 0.45rem;
}
.aboutus .c .bd .pic {
  width: 3.75rem;
  margin-right: 0.35rem;
}
.aboutus .c .bd p {
  line-height: 0.3rem;
  padding-bottom: 0.3rem;
}
.aboutus .c .bd .img {
  width: 2.24rem;
  margin-left: 0.4rem;
}
.aboutus .c .bd .name {
  text-align: right;
  padding-top: 0.2rem;
}
.aboutus .d {
  padding-bottom: 0.6rem;
}
.aboutus .d .title_info p span {
  color: #fff;
  background: none;
}
.aboutus .d .title_info p::before {
  left: 1.6rem;
}
.aboutus .d .title_info {
  position: relative;
}
.aboutus .d .title_info .flex {
  position: absolute;
  right: 10%;
  bottom: 0.2rem;
}
.aboutus .d .swiper-button-prev,
.aboutus .d .swiper-button-next {
  border-radius: 50%;
  width: 0.47rem;
  height: 0.47rem;
  color: #7f492b;
  background: #c5ad9f;
  margin-left: 0.2rem;
}
.aboutus .d .swiper-button-prev::after,
.aboutus .d .swiper-button-next::after {
  font-size: 0.26rem;
}
.aboutus .d .swiper-button-prev:hover,
.aboutus .d .swiper-button-next:hover {
  background: #c54341;
  color: #fff;
}
.aboutus .d .bd {
  margin-top: 0.4rem;
}
.aboutus .d .bd a {
  display: block;
  text-align: center;
  color: #98664a;
  margin: 0.05rem;
  line-height: 1.35rem;
  position: relative;
  border: 1px dashed #864d2e;
  font-size: 0.22rem;
}
.aboutus .d .bd a::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  display: block;
  background: #98664a;
  position: absolute;
  bottom: -0.06rem;
  left: -0.06rem;
  border-radius: 50%;
}
.aboutus .d .bd a::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  display: block;
  background: #98664a;
  position: absolute;
  bottom: -0.06rem;
  right: -0.06rem;
  border-radius: 50%;
}
.aboutus .e {
  background: #f1e6d9;
  padding: 0.8rem 0;
}
.aboutus .e .title_info p span {
  background: #f1e6d9;
}
.aboutus .e .bd {
  margin-top: 0.8rem;
}
.aboutus .e .swiper {
  height: 6.54rem;
}
.aboutus .e .swiper-slide {
  height: calc((100% - 25px) / 2);
}
.aboutus .e .swiper a {
  display: block;
  position: relative;
}
.aboutus .e .swiper a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/aboutus_52.png) center no-repeat;
  background-size: 100% 100%;
}
.aboutus .d .swiper-button-prev,
.aboutus .d .swiper-button-next,
.aboutus .e .swiper-button-prev,
.aboutus .e .swiper-button-next {
  position: static;
}
.aboutus .e .swiper-button-prev,
.aboutus .e .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #864d2e;
  border-radius: 50%;
  color: #864d2e;
}
.aboutus .e .swiper-button-prev:hover,
.aboutus .e .swiper-button-next:hover {
  background: #864d2e;
  color: #fff;
}
.aboutus .e .swiper-button-next {
  margin-left: 0.2rem;
}
.aboutus .e .swiper-button-prev::after,
.aboutus .e .swiper-button-next::after {
  font-size: 0.24rem;
  margin-top: 0.05rem;
}
.aboutus .e .ft {
  margin-top: 0.6rem;
}
.aboutus .e .ft .flex_item {
  border-bottom: 1px dashed #864d2e;
  position: relative;
  margin: 0 0.35rem;
}
.aboutus .e .ft .flex_item::after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  position: absolute;
  right: 0;
  background: #864d2e;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
.aboutus .e .ft .flex_item::before {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  position: absolute;
  left: 0;
  background: #864d2e;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner .pic {
  width: 100%;
  height: 100vh;
}
.homepage .banner .bd {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  color: #fff;
  font-size: 0.24rem;
  transform: translate(0, -50%);
}
.homepage .banner .bd p {
  padding-bottom: 0.15rem;
}
.homepage .banner .swiper-pagination {
  color: #fff;
  text-align: left;
  padding-left: 10%;
  bottom: 1.3rem;
}
.homepage .banner .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 0.6;
  margin: 0 0.2rem 0 0;
  border-radius: 0;
}
.homepage .banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.homepage .banner .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 2px;
  margin: 0 auto 0.1rem;
  height: 0.22rem;
  background: #fff;
}
.homepage .a {
  background: url(../images/home_11.jpg) left center no-repeat #fff;
  background-size: 40% 100%;
}
.homepage .a .flex {
  align-items: stretch;
  align-items: center;
  justify-content: space-between;
  margin-top: 10vh;
}
.homepage .a .mySwiper {
  height: 3rem;
}
.homepage .a .bd {
  width: 74%;
}

.homepage .a .mySwiper2 ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .a .mySwiper2 ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.homepage .a .mySwiper2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background: #d3c5be;
  margin: 0 auto;
  overflow: hidden;
}
.homepage .a .mySwiper2 a::before {
  content: "";
  background: #864d2e;
  opacity: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.homepage .a .mySwiper2 a:hover::before {
  opacity: 0.7;
}
.homepage .a .mySwiper2 a:hover p {
  opacity: 1;
}
.homepage .a .mySwiper2 a p {
  position: absolute;
  left: 50%;
  opacity: 0;
  line-height: 0.5rem;
  top: 50%;
  z-index: 5;
  text-align: center;
  border-bottom: 1px solid #b79a8b;
  border-top: 1px solid #b79a8b;
  width: 75%;
  font-size: 0.2rem;
  color: #fff;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.homepage .title h2 {
  margin-top: 0.35rem;
}
.homepage .a .hd {
  width: 0.6rem;
  text-align: center;
  color: #864d2e;
  position: relative;
  padding: 1rem 0;
  margin-top: 0.4rem;
}
.homepage .a .hd::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px dashed #a08679;
}
.homepage .a .hd .swiper-button-next,
.homepage .a .hd .swiper-button-prev {
  width: 0.24rem;
  margin: 0;
  height: 0.24rem;
  left: 50%;
  right: auto;
  margin-left: -0.12rem;
  transform: rotate(90deg);
  color: #fff;
  background: #864d2e;
  border-radius: 50%;
}
.homepage .a .hd .swiper-button-next {
  bottom: 0.5rem;
  top: auto;
}
.homepage .a .hd .swiper-button-prev {
  top: 0.5rem;
}
.homepage .a .hd .swiper-button-next::after,
.homepage .a .hd .swiper-button-prev::after {
  font-size: 0.16rem;
}
.homepage .a .hd .swiper-slide {
  display: flex;
  align-items: center;
}
.homepage .a .hd .swiper-slide span {
  display: flex;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background: #b79a8b;
  margin: 0 auto;
}
.homepage .a .hd .swiper-slide-thumb-active span {
  width: 0.6rem;
  height: 0.6rem;
  font-weight: bold;
  background: #fff;
  font-size: 0.16rem;
}
.homepage .b {
  background: #b79a8b;
  color: #864d2e;
}

.homepage .b .hd,
.homepage .c .hd,
.homepage .f .hd {
  display: flex;
  align-items: flex-end;
  margin-top: 10vh;
  padding-bottom: 0.25rem;
  background: url(../images/home_26.png) bottom center no-repeat;
  background-size: 100% auto;
}
.homepage .c .hd dl + dl,
.homepage .b .hd dl + dl {
  border-left: 1px solid #b79a8b;
  padding-left: 0.3rem;
  margin-left: 0.3rem;
}
.homepage .c .hd dd,
.homepage .b .hd dd {
  color: #b71616;
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.homepage .b .hd dd {
  color: #fff;
}
.homepage .c .hd dt span,
.homepage .b .hd dt span {
  display: inline-block;
  color: #a46d4f;
  font-size: 0.18rem;
  background: url(../images/home_25.png) left center no-repeat;
  padding-left: 0.45rem;
  line-height: 0.34rem;
  background-size: 0.34rem;
}

.homepage .b .bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .b .mapImg {
  transform: scale(0.8);
}
.homepage .b .map {
  width: 46%;
}
.homepage .b .box {
  width: 48%;
}
.homepage .b .box h2 {
  text-align: center;
  padding-bottom: 0.4rem;
  font-size: 0.36rem;
}
.homepage .b .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .b .box ul li {
  width: 33.333%;
  padding: 0.15rem;
}

.homepage .b .box dl {
  border: 1px solid #864d2e;
  height: 1.3rem;
  line-height: 0.22rem;
  padding: 0.15rem;
}
.homepage .b .box dl:hover {
  color: #fff;
  background: #b71616;
  border-color: #b71616;
}
.homepage .b .box dt {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.homepage .b .box dd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.homepage .b .list {
  position: relative;
  min-height: 3.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px dashed #a46d4f;
}

.homepage .c .bd {
  margin-top: 0.5rem;
}
.homepage .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
}
.homepage .c .bd ul li {
  width: 20%;
  padding: 0.1rem;
}
.homepage .c .bd ul li a {
  display: block;
  background: #f1e6d9;
}
.homepage .c .bd ul li a:hover {
  background: #864d2e;
}
.homepage .c .bd ul li a:hover img {
  filter: brightness(100);
}
.homepage .c .ft ul {
  margin: -0.05rem;
}
.homepage .c .ft li {
  float: left;
  transition: all 0.3s;
  width: 12.5%;
  padding: 0.05rem;
}
.homepage .c .ft li img {
  height: 3.24rem;
  width: 100%;
  object-fit: cover;
}
.homepage .c .ft li.on {
  width: 50%;
}
.homepage .c .ft li .pic {
  position: relative;
}
.homepage .c .ft li dl {
  padding: 0.25rem;
  position: absolute;
  width: 3.65rem;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  display: none;
  bottom: 0;
  line-height: 0.3rem;
  color: #fff;
}
.homepage .c .ft li.on dl {
  display: block;
}
.homepage .c .ft li dl dt {
  padding-bottom: 0.1rem;
  font-size: 0.24rem;
}
.homepage .c h3 {
  font-weight: bold;
  color: #864d2e;
  border-left: 4px solid #864d2e;
  line-height: 0.26rem;
  padding-left: 0.1rem;
  font-size: 0.26rem;
  margin: 0.2rem 0 0.15rem;
}
.homepage .d .mySwiper2 {
  height: 100vh;
}
.homepage .d .title {
  padding-top: 18vh;
}
.homepage .d .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.homepage .d {
  color: #fff;
}
.homepage .d dt {
  font-size: 0.3rem;
  margin-top: 0.5rem;
}
.homepage .d dd {
  font-size: 0.18rem;
  padding: 0.2rem 0 3rem;
  width: 4rem;
}
.homepage .d .ft {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 1.16rem;
  left: 0;

  z-index: 6;
  background: url(../images/home_30.png) center no-repeat;
}

.homepage .d .ft p {
  position: absolute;
  width: 100%;
  top: 2.1rem;
  opacity: 0;
  font-size: 0.2rem;
}
.homepage .d .ft .swiper-slide {
  padding: 0.5rem 0;
}
.homepage .d .ft .swiper-slide:first-child,
.homepage .d .ft .swiper-slide:nth-child(2) {
  margin-top: 0.5rem;
}
.homepage .d .ft .swiper-slide:nth-child(4) {
  margin-top: -0.25rem;
}
.homepage .d .ft .swiper-slide:nth-child(5) {
  margin-top: -0.15rem;
}
.homepage .d .ft .swiper-slide-thumb-active p {
  opacity: 1;
}
.homepage .d .ft span {
  background: url(../images/home_35.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  justify-content: center;
}
.homepage .d .ft .swiper-slide-thumb-active span {
  background: url(../images/home_34.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .d .ft .swiper-slide-thumb-active span img {
  filter: brightness(100);
}
.homepage .e {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0;
}
.homepage .e .hd {
  padding-bottom: 0.6rem;
}
.homepage .e .hd dt {
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
.homepage .e .hd dt::after {
  content: "";
  display: block;
  width: 0.54rem;
  border-bottom: 1px solid #c9c9c9;
  margin: 0.1rem auto 0.2rem;
}
.homepage .e .hd dd {
  color: #666;
  line-height: 0.24rem;
}
.homepage .e .hd ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .e .hd ul li {
  width: 33.333%;
  padding: 0 0.35rem;
}
.homepage .e .bd .flex_item + .flex_item {
  padding-right: 10%;
}
.homepage .e .bd {
  background: #864d2e;
  color: #fff;
}
.homepage .e .bd .box {
  font-size: 0.18rem;
}
.homepage .e .bd .box dd {
  padding: 0.3rem 0 0.7rem;
}
.homepage .e .bd .box h4 {
  text-align: right;
  padding-bottom: 0.6rem;
}
.homepage .e .bd .pic {
  display: block;
}
.homepage .e .bd .pic::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.homepage .e .bd .pic::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/home_103.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  z-index: 5;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .f {
  background: #fff;
}
.homepage .f .hd .tab {
  display: flex;
  color: #864d2e;
  align-items: center;
  cursor: pointer;
}
.homepage .f .hd .tab li + li::before {
  content: "|";
  padding: 0 0.2rem;
}
.homepage .f .hd .tab li.on {
  color: #b35139;
}
.homepage .f .bd {
  overflow: hidden;
  margin-top: 0.4rem;
}
.homepage .f .bd ul {
  display: flex;
  margin: -0.25rem;
  flex-wrap: wrap;
}
.homepage .f .bd ul li {
  width: 33.333%;
  padding: 0.25rem;
}
.homepage .f .bd ul li p {
  color: #808080;
  line-height: 0.28rem;
  margin: 0.15rem 0;
}
.homepage .f .bd ul li .data {
  font-size: 0.14rem;
  color: #808080;
  margin-bottom: 0.3rem;
}
.homepage .f .bd ul li h4 {
  font-size: 0.22rem;
  color: #864d2e;
  border-bottom: 1px solid #b79a8b;
  border-top: 1px solid #b79a8b;
  line-height: 0.6rem;
  margin-top: 0.45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .f .bd ul li .more {
  color: #b79a8b;
  line-height: 0.24rem;
  padding-left: 0.45rem;
  background: url(../images/home_122.png) left center no-repeat;
  background-size: 0.34rem auto;
}
.homepage .f .bd ul li:hover h4 {
  color: #b71616;
  border-color: #b71616;
}
.homepage .f .bd ul li:hover .more {
  color: #b71616;
  background: url(../images/news_13.png) left center no-repeat;
  background-size: 0.34rem auto;
}
.homepage .footer .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.rightside {
  position: fixed;
  z-index: 99;
  width: 35px;
  font-size: 0.14rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.4rem;
}
.rightside li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b79a8b;
  height: 0.35rem;
  border-radius: 0.05rem;
}
.rightside li {
  position: relative;
}
.rightside li p {
  position: absolute;
  right: 100%;
  white-space: nowrap;
  top: 50%;
  min-width: 1.2rem;
  color: #fff;
  background: #b71616;
  border-radius: 0.05rem;
  text-align: center;
  display: none;
  padding: 0.05rem;
  margin-right: 0.15rem;
  line-height: 0.24rem;
  transform: translate(0, -50%);
}
.rightside li p img {
  background: #fff;
  width: 100%;
  border-radius: 0.05rem;
  display: block;
}
.rightside li:hover p {
  display: block;
}
.rightside li:hover a {
  background: #fff;
  border: 1px solid #b71616;
}
.rightside li:hover i {
  background-image: url(../images/home_14_on.png);
}
.rightside li p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b71616;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(0, -50%);
}
.rightside li i {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/home_14.png);
  background-repeat: no-repeat;
}
.rightside li .i1 {
  background-position: 0 5px;
}
.rightside li .i2 {
  background-position: 0 -38px;
}
.rightside li .i3 {
  background-position: 0 -77px;
}
.rightside li .i4 {
  background-position: 0 -114px;
}
.rightside li .i5 {
  background-position: 0 -154px;
}
.rightside li + li {
  margin-top: 0.05rem;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  font-size: 0.18rem;
  top: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.header .logo {
  width: 3.1rem;
}

.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  padding: 0 0.3rem;
}
.header .nav > li > a {
  display: block;
  line-height: 1rem;
  position: relative;
}
.header .nav > li:hover > a {
  color: #b71616;
}
.header .nav > li:hover > a::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #c54545;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .nav > li:hover .dropmenu {
  display: block;
}
.header .nav > li .dropmenu {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  font-size: 0.16rem;
  width: 100%;
  background: rgba(183, 22, 22, 0.8);
  padding: 0.15rem 0;
  text-align: center;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  line-height: 0.42rem;
}

.header .nav > li .dropmenu a {
  color: #fff;
  padding: 0 0.15rem;
}
.header .search {
  position: relative;
  padding: 0.2rem 0;
}
.header .search > i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/search.png) center no-repeat #864d2e;
  background-size: 0.2rem auto;
}
.header .search .down {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 2.64rem;
  border-radius: 0.05rem;
  background: #e8e8e8;
}
.header .search:hover .down {
  display: flex;
}
.header .search .down::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #e8e8e8;
  position: absolute;
  bottom: 100%;
  left: 0.17rem;
}
.header .search .down span {
  background: url(../images/search1.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translate(0, -50%);
}
.header .search .down input {
  height: 0.4rem;
  width: 100%;
  background: none;
  padding-left: 0.2rem;
}
.header .tel {
  background: url(../images/tel.png) left center no-repeat;
  background-size: 0.34rem auto;
  padding-left: 0.45rem;
  margin-left: 0.4rem;
}
.header .tel dt {
  color: #929292;
  font-size: 0.14rem;
}
.header .tel dd {
  color: #864d2e;
  font-size: 0.2rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li a:hover span,
.fp-slidesNav ul li a:hover span {
  width: 15px !important;
  height: 15px !important;
  background: none;
  position: static;
  display: block;
  border: 2px solid #b1b1b1;
  margin: 0 auto !important;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: 0;
  height: 4px !important;
  border: none;
  background: #b71616;
  border-radius: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: auto;
  width: 15px !important;
  margin: 0 !important;
}
#fp-nav ul li + li::before {
  content: "";
  display: block;
  margin: 8px auto;
  background: #d2d2d2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.fp-sr-only,
.fp-warning,
.fp-watermark a {
  display: none !important;
}
.menumask {
  position: fixed;
  z-index: 100;
  left: 1.6rem;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 0.16rem;
  display: none;
}
.menumask.on {
  display: flex;
}
.menumask .nav-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff9ed;
  padding: 0 0.8rem;
  min-width: 30vw;
}
.menumask .nav-mod li {
  position: relative;
  line-height: 0.46rem;
}
.menumask .nav-mod li a {
  display: block;
}
.menumask .nav-mod li:hover > a {
  color: #b71616;
}
.menumask .nav-mod li:hover .dropmenu {
  display: block;
}
.menumask .nav-mod li .dropmenu {
  position: absolute;
  left: 50%;
  top: 0;
  display: none;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

/**/
.mobile_nav {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 101;
  padding: 0.05rem 0.15rem;
  font-size: 0.16rem;
  height: 53px;
  width: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}
.mobile_nav .logo {
  width: 1.9rem;
}
.mobile_nav .down {
  background: #864d2e;
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  top: 53px;
  line-height: 0.47rem;
  padding: 0.1rem 0.2rem;
  bottom: 0;
}
.mobile_nav .down li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile_nav .down a {
  display: block;
  color: #fff;
  position: relative;
}
.mobile_nav .down i {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 4px;
}
.mobile_nav .down i.on {
  border-width: 2px 0 0 2px;
  margin-top: -2px;
}
.mobile_nav .down .dropmenu {
  line-height: 0.3rem;
  padding-bottom: 0.15rem;
  display: none;
  padding-left: 0.2rem;
}
/**/
.mapImg {
  margin: auto;
  text-align: center;
  width: 792px;
  height: 669px;
  position: relative;
}
.mapImg img {
  max-width: inherit;
}
.mapImg > img {
  width: 792px;
  height: 669px;
}
.mapList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mapList li {
  width: 23px;
  height: 33px;
  position: absolute;
  top: 477px;
  left: 455px;
}
.mapList li .bg-y {
  width: auto;
  height: auto;
  position: absolute;
  font-size: 0px;
  display: none;
  z-index: 8;
}
.mapList li .mapText {
  width: 70px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  left: 50%;
  margin-left: -35px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapList li.cur .mapText {
  color: #fff;
}
.mapList li.cur .bg-y {
  display: block;
}
/*.mapList li.cur .bg-y2{ display: none;}*/
.mapList li:hover .mapText {
  color: #fff;
}
.mapList li:hover .bg-y {
  display: block;
}
.mapList li.on .mapText {
  color: #fff;
}
.mapList li.on .bg-y {
  display: block;
}
/*.mapList li.on .bg-y2 {display: block;}*/
.mapList li.on .bg-y {
  -webkit-animation: scaleout 1s infinite ease-in-out alternate;
  animation: scaleout 1s infinite ease-in-out alternate;
}
.mapList li.SX {
  top: 340px;
  left: 475px;
}
.mapList li.SX .bg-y {
  top: -75px;
  left: -34px;
}
.mapList li.NX {
  top: 275px;
  left: 432px;
}
.mapList li.NX .bg-y {
  top: -4px;
  left: -12px;
}
.mapList li.GS {
  top: 320px;
  left: 410px;
}
.mapList li.GS .bg-y {
  top: -124px;
  left: -151px;
}
.mapList li.SC {
  top: 390px;
  left: 392px;
}
.mapList li.SC .bg-y {
  top: -28px;
  left: -77px;
}
.mapList li.ZQ {
  top: 413px;
  left: 445px;
}
.mapList li.ZQ .bg-y {
  top: -12px;
  left: -9px;
}
.mapList li.SXX {
  left: 520px;
  top: 286px;
}
.mapList li.SXX .bg-y {
  top: -42px;
  left: -13px;
}
.mapList li.XJ {
  left: 168px;
  top: 173px;
}
.mapList li.XJ .bg-y {
  top: -109px;
  left: -168px;
}
.mapList li.YN {
  left: 354px;
  top: 514px;
}
.mapList li.YN .bg-y {
  top: -59px;
  left: -47px;
}
.mapList li.GX {
  left: 483px;
  top: 530px;
}
.mapList li.GX .bg-y {
  top: -15px;
  left: -60px;
}
.mapList li.HN {
  left: 502px;
  top: 614px;
}
.mapList li.HN .bg-y {
  top: 17px;
  left: -15px;
}
.mapList li.GD {
  left: 554px;
  top: 514px;
}
.mapList li.GD .bg-y {
  top: 14px;
  left: -52px;
}
.mapList li.HNN {
  left: 543px;
  top: 449px;
}
.mapList li.HNN .bg-y {
  top: -9px;
  left: -54px;
}
.mapList li.HB {
  left: 538px;
  top: 401px;
}
.mapList li.HB .bg-y {
  top: -17px;
  left: -55px;
}
.mapList li.HNNN {
  left: 551px;
  top: 338px;
}
.mapList li.HNNN .bg-y {
  top: -15px;
  left: -40px;
}
.mapList li.FJ {
  left: 645px;
  top: 475px;
}
.mapList li.FJ .bg-y {
  top: -6px;
  left: -37px;
}
.mapList li.JX {
  left: 591px;
  top: 446px;
}
.mapList li.JX .bg-y {
  top: -9px;
  left: -25px;
}
.mapList li.ZJ {
  left: 655px;
  top: 413px;
}
.mapList li.ZJ .bg-y {
  top: 14px;
  left: -22px;
}
.mapList li.AH {
  left: 606px;
  top: 383px;
}
.mapList li.AH .bg-y {
  top: -32px;
  left: -26px;
}
.mapList li.JS {
  left: 645px;
  top: 356px;
}
.mapList li.JS .bg-y {
  top: -16px;
  left: -46px;
}
.mapList li.SD {
  left: 595px;
  top: 300px;
}
.mapList li.SD .bg-y {
  top: -14px;
  left: -18px;
}
.mapList li.TJ {
  left: 592px;
  top: 233px;
}
.mapList li.TJ .bg-y {
  top: 1px;
  left: -19px;
}
.mapList li.LN {
  left: 668px;
  top: 179px;
}
.mapList li.LN .bg-y {
  top: 1px;
  left: -49px;
}
.mapList li.HBB {
  left: 562px;
  top: 261px;
}
.mapList li.HBB .bg-y {
  top: -59px;
  left: -12px;
}
.mapList li.GZ {
  left: 445px;
  top: 470px;
}
.mapList li.GZ .bg-y {
  top: -15px;
  left: -38px;
}
.mapList li.HLJ {
  top: 66px;
  left: initial;
  right: 70px;
}
.mapList li.HLJ .bg-y {
  top: -66px;
  right: -66px;
}
.mapList li.XZ {
  top: 330px;
  left: 125px;
}
.mapList li.XZ .bg-y {
  top: -42px;
  left: -95px;
}
.mapList li.QH {
  top: 280px;
  left: 271px;
}
.mapList li.QH .bg-y {
  top: -24px;
  left: -68px;
}
.mapList li.NMG {
  top: 190px;
  left: 480px;
}
.mapList li.NMG .bg-y {
  top: -184px;
  left: -151px;
}
.mapList li.JL {
  top: 125px;
  left: 688px;
}
.mapList li.JL .bg-y {
  top: 1px;
  left: -54px;
}
.mapList li.TW {
  top: 531px;
  left: 675px;
}
.mapList li.BJ {
  top: 200px;
  left: 565px;
}
.mapList li.BJ .bg-y {
  top: 30px;
  left: 15px;
}
.mapList li.SH {
  top: 371px;
  left: 670px;
}
.mapList li.SH .bg-y {
  top: 40px;
  left: 0px;
}
.mapList li.XG {
  top: 530px;
  left: 580px;
}
.mapList li.XG .bg-y {
  top: 40px;
  left: -8px;
}
.mapList li.AM {
  top: 542px;
  left: 534px;
}
.mapList li.AM .bg-y {
  top: 31px;
  left: 23px;
}
.mapList li.SD .mapText {
  bottom: 0;
  margin-left: -20px;
}
.mapList li.HB .mapText {
  bottom: -5px;
}
.mapList li.JS .mapText {
  bottom: 0;
}
.mapList li.HNN .mapText {
  margin-left: -55px;
}
.mapList li.AH .mapText {
  bottom: 0;
}
.mapList li.SX .mapText {
  bottom: 0;
}
.mapList li.ZQ .mapText {
  bottom: -5px;
  margin-left: -30px;
}
.mapList li.SXX .mapText {
  bottom: 0;
}
.mapList li.TJ .mapText {
  bottom: -10px;
  margin-left: -20px;
}
.mapList li.BJ .mapText {
  bottom: -10px;
  margin-left: -20px;
}
.mapList li.HBB .mapText {
  bottom: -5px;
}
/**/

/**/

/**/

/**/

@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
  .header .nav > li {
    padding: 0 0.2rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  html {
    font-size: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  /**/
}

@media (max-width: 768px) {
  .infomenu,
  .header {
    display: none;
  }
  .infopage {
    padding-left: 0;
  }
  .mobile_nav {
    display: block;
  }
  .m_nav {
    width: 25px;
    z-index: 102;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #864d2e;
    margin-bottom: 6px;
  }
  .m_nav i:last-child {
    margin: 0;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .header .side {
    display: none;
  }
  .footer .bd .flex {
    display: block;
  }
  .footer .hd {
    padding: 0.3rem 0;
  }
  .footer .hd .txt {
    display: none;
  }
  .footer {
    font-size: 0.14rem;
  }
  .footer .ft {
    padding: 0.15rem;
  }
  .footer .code p{
    padding: 0.2rem 0;
  }
  .footer .share {
    margin-top: 0.15rem;
  }
  .footer .bd {
    padding: 0.3rem 0 0.2rem;
  }

  /**/
  .title_info p {
    font-size: 0.14rem;
  }
  .title_info img {
    height: 0.3rem;
  }
  .yingxiao .c ul li {
    width: 33.333%;
    padding-bottom: 0.15rem;
  }
  .yingxiao .c .bd {
    margin-top: 0.3rem;
  }
  .yingxiao .c ul li a {
    width: 0.9rem;
    height: 0.9rem;
  }
  .yingxiao .c ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .yingxiao .pages,
  .yingxiao .a .bd .map,
  .yingxiao .a .bd .box {
    width: 100%;
  }
  .title_info {
    margin-left: 15px;
  }
  .yingxiao .a .bd {
    display: block;
    margin-top: 0.3rem;
  }
  .yingxiao .a .bd .box {
    padding-right: 0.2rem;
    margin-top: 0.3rem;
  }
  .yingxiao .b::before {
    height: 1rem;
    top: -1rem;
  }
  .yingxiao .b {
    margin-top: 1.3rem;
  }
  .yingxiao .b .bd .flex_item {
    padding-right: 0.15rem;
  }
  .yingxiao .b .bd .flex_item + .flex_item {
    padding-left: 0.15rem;
  }
  .yingxiao .b .box .pic {
    border: 2px solid #d3c5be;
  }
  .yingxiao .b .box dt {
    font-size: 0.14rem;
  }
  .yingxiao .b .box dd {
    display: none;
  }
  .yingxiao .b .box {
    margin-top: 0;
  }
  .yingxiao .b .box dl {
    position: static;
  }
  .yingxiao .b .bd {
    padding: 0.5rem 0;
  }
  .yingxiao .b .bd .flex::before {
    width: 0.2rem;
    height: 0.2rem;
  }
  .pages {
    font-size: 0.14rem;
    padding: 0.3rem 0;
  }
  .pages .search {
    display: none;
  }
  .yingxiao .pages {
    padding: 0.15rem 0;
  }
  .yingxiao .c {
    padding: 0.5rem 0;
  }
  .bread {
    padding-left: 15px;
    font-size: 0.14rem;
  }

  /**/
  .products {
    padding: 15px;
  }
  .products .bd ul > li,
  .products .bd ul > li.lg {
    width: 50%;
  }
  .products .bd {
    font-size: 0.14rem;
  }
  .products .bd ul a {
    height: 2.2rem;
  }
  .products .bd ul p {
    line-height: 0.4rem;
    padding: 0 0.1rem;
  }
  /**/
  .newsitem {
    display: block;
    font-size: 0.14rem;
    margin: 0;
    padding-bottom: 0.3rem;
  }
  .newsitem .hd {
    padding-top: 0.3rem;
  }
  .newsitem .hd h1 {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .newsitem .hd p {
    margin-top: 0.15rem;
  }
  .newsitem .bd {
    line-height: 0.28rem;
    padding: 0.2rem 0;
  }
  .newsitem .bd img {
    margin: 0.15rem 0;
  }
  .newsitem .ft a {
    font-size: 0.14rem;
  }
  .newsitem .ft .last {
    text-align: left;
  }
  .newsitem .ft .flex {
    display: block;
  }
  .newsitem .ft .btn {
    display: none;
  }
  .newsitem .ft {
    padding: 0.15rem 0;
    line-height: 0.4rem;
  }
  .newsitem .side {
    margin: 0;
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 0.3rem;
  }
  .newsitem .side ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.05rem;
  }
  .newsitem .side ul > li {
    width: 50%;
    padding: 0.05rem;
    border: none;
  }
  .contact .a .flex {
    padding: 0;
    display: block;
  }
  .contact .a {
    padding: 30px 15px;
  }
  .contact .a .title {
    padding-bottom: 0.15rem;
  }
  .contact .a .title img {
    height: 0.3rem;
  }
  .contact .a h3 {
    font-size: 0.18rem;
  }
  .contact {
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  .contact .a .line {
    margin: 0.25rem 0;
  }
  .contact .a .code {
    margin-top: 0.2rem;
  }
  .contact .a .map {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .contact .a .code > div {
    font-size: 0.14rem;
  }
  .contact .b {
    padding: 0.3rem 0;
  }
  .contact .b .flex {
    display: block;
  }
  .contact .title img {
    height: 0.3rem;
  }
  .contact .b p {
    padding: 0.2rem 0;
  }
  .contact .b .side {
    width: 100%;
    padding: 0;
  }
  .contact .b dd {
    padding-bottom: 0.3rem;
  }
  .contact .b ul li {
    width: 100%;
  }
  .contact .b .ft button {
    width: 53px;
  }
  .contact .b .ft input {
    width: auto;
    flex: 1;
    margin-right: 0.1rem;
  }
  .contact .b .ft {
    display: flex;
  }
  .contact .b .ft .code {
    width: 0.8rem;
    margin-right: 0.1rem;
  }
  .chuancheng li a > img {
    position: static;
  }
  .chuancheng li a .img {
    position: relative;
    margin-top: -0.6rem;
  }
  .chuancheng li {
    text-align: center;
    padding-top: 0.3rem;
  }
  .chuancheng {
    padding-bottom: 0.5rem;
  }
  .aboutus .a {
    margin: 0;
  }
  .aboutus .a .flex {
    display: block;
  }
  .aboutus .a .bd {
    padding: 0 15px;
  }
  .aboutus .a .flex_item {
    padding: 0;
  }
  .aboutus {
    font-size: 0.14rem;
  }
  .aboutus .a .bd p {
    padding: 0.06rem 0;
  }
  .aboutus .a .side {
    width: 100%;
    margin: 0.3rem 0 0;
    height: auto;
    padding: 15px 15px 30px;
  }
  .aboutus .a .side li span,
  .aboutus .a .side li b {
    font-size: 0.3rem;
  }
  .aboutus .b {
    padding: 0.5rem 0;
  }
  .aboutus .b .bd .flex {
    display: block;
  }
  .aboutus .b .bd {
    margin-top: 0.3rem;
  }
  .aboutus .b .bd .box {
    padding: 0.2rem 0 0;
  }
  .aboutus .b .bd p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0.15rem;
  }
  .aboutus .b .bd h4 span {
    font-size: 0.22rem;
  }
  .aboutus .b .ft {
    font-size: 0.16rem;
    margin-top: 0.5rem;
  }
  .aboutus .c {
    padding: 0.5rem 0;
  }
  .aboutus .c .bd {
    display: block;
    margin-top: 0.3rem;
  }
  .aboutus .c .bd .img {
    display: none;
  }
  .aboutus .c .bd .pic {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .aboutus .b .swiper-button-prev {
    left: 0;
  }
  .aboutus .b .swiper-button-next {
    right: 0;
  }
  .aboutus .more {
    font-size: 0.14rem;
  }
  .aboutus .e .bd {
    margin-top: 0.3rem;
  }
  .aboutus .e {
    padding: 0.4rem 0;
  }
  .aboutus .e .swiper {
    height: 5.2rem;
  }
  .aboutus .d .title_info p span {
    color: #333;
  }
  .aboutus .d .title_info img {
    filter: brightness(0);
  }
  .aboutus .d .bd a {
    line-height: 0.8rem;
    font-size: 0.18rem;
  }
  .aboutus .c .bd .name {
    padding: 0;
  }
  .homepage .banner .pic {
    object-fit: cover;
  }
  .homepage .a {
    background-size: cover;
  }
  .homepage .a .flex {
    display: block;
  }
  .homepage .a .mySwiper {
    height: auto;
  }
  .homepage .a .hd {
    width: 100%;
    padding: 0 0.3rem;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
  }
  .homepage .a .hd .swiper-slide {
    height: 60px;
  }
  .homepage .a .hd::before {
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #a08679;
    top: 50%;
  }
  .homepage .a .hd .swiper-button-next,
  .homepage .a .hd .swiper-button-prev {
    transform: rotate(0deg);
    top: 50%;
    bottom: auto;
    margin: -0.12rem 0 0;
  }
  .homepage .a .mySwiper2 ul li {
    padding: 0.08rem;
  }
  .homepage .a .hd .swiper-button-prev {
    left: 0;
  }
  .homepage .a .hd .swiper-button-next {
    right: 0;
    left: auto;
  }
  .homepage .a .bd,
  .homepage .b .map,
  .homepage .b .box {
    width: 100%;
	display: none;
  }
  .rightside {
    display: none;
  }
  .homepage .b .bd {
    display: block;
  }

  .homepage .b .hd dl,
  .homepage .c .hd dl {
    display: none;
  }
  .homepage .title {
    display: flex;
    align-items: center;
  }
  .homepage .title h2 {
    margin: 0 0 0 0.1rem;
  }
  .homepage .title h2 img {
    height: 0.4rem;
  }
  .homepage .b .box h2 {
    font-size: 0.2rem;
    padding: 0.2rem 0;
  }
  .homepage .b .list {
    padding-bottom: 0.5rem;
  }
  .homepage .b .box ul {
    margin: 0 -0.15rem;
  }
  .homepage .b .box ul li {
    width: 100%;
    padding: 0.05rem 0.15rem;
  }

  .homepage .c .bd {
    margin-top: 0.3rem;
  }
  .homepage .c .bd ul li {
    width: 33.333%;
  }
  .homepage .c .ft {
    padding-bottom: 0.3rem;
  }
  .homepage .c .ft li,
  .homepage .c .ft li.on {
    width: 100%;
  }
  .homepage .c .ft li dl {
    display: block;
    position: static;
    font-size: 0.12rem;
    line-height: 0.24rem;
    padding: 0.1rem 0.2rem;
  }
  .homepage .c .ft li img {
    display: none;
  }
  .homepage .c .ft li dl dt {
    font-size: 0.16rem;
    padding: 0;
  }
  .homepage .c h3 {
    font-size: 0.2rem;
  }
  .homepage .d .video {
    object-fit: cover;
  }
  .homepage .d dd {
    padding: 0.2rem 0;
    font-size: 0.15rem;
  }
  .homepage .d dt {
    font-size: 0.24rem;
  }
  .homepage .d .ft {
    bottom: 0.5rem;
  }
  .homepage .d .ft .swiper-slide p {
    position: static;
    opacity: 1;
    font-size: 0.14rem;
  }
  .homepage .d .ft .swiper-slide:first-child,
  .homepage .d .ft .swiper-slide:nth-child(2),
  .homepage .d .ft .swiper-slide:nth-child(4),
  .homepage .d .ft .swiper-slide:nth-child(5) {
    margin: 0;
  }
  .homepage {
    font-size: 0.14rem;
  }
  .homepage .e .hd dt {
    margin: 0;
  }
  .homepage .e .hd dt::after {
    margin: 0.1rem 0;
  }
  .homepage .e .hd img {
    margin-right: 0.15rem;
    width: 0.9rem;
  }
  .homepage .e .hd ul li {
    width: 100%;
    text-align: left;
    display: flex;
    padding: 0.1rem 0;
    align-items: center;
  }
  .homepage .e .bd .flex {
    display: block;
  }
  .homepage .e .bd .pic {
  display: block;
}
  .homepage .e {
    position: static;
  }
  .homepage .e .hd {
    padding: 0.3rem 0;
  }
  .homepage .e .bd .pic::after {
    width: 0.9rem;
    height: 0.9rem;
  }
  .homepage .e .bd .flex_item + .flex_item {
    padding: 30px 15px;
  }
  .homepage .e .bd .box {
    font-size: 0.14rem;
  }
  .homepage .f .bd ul {
    margin: 0;
  }
  .homepage .f .bd ul li {
    width: 100%;
    padding: 0.1rem 0;
  }
  .homepage .f .bd ul li h4 {
    margin-top: 0.15rem;
    font-size: 0.17rem;
  }
  .homepage .b .hd,
  .homepage .c .hd,
  .homepage .f .hd {
    margin-top: 0.4rem;
  }
  .homepage .f .bd {
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
  }
  .homepage .footer .code {
    padding: 0.8rem 0;
  }
  .aboutus .e .swiper-button-prev,
  .aboutus .e .swiper-button-next,
  .aboutus .d .swiper-button-prev,
  .aboutus .d .swiper-button-next,
  .aboutus .b .swiper-button-prev,
  .aboutus .b .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
  }
  .aboutus .e .swiper-button-prev::after,
  .aboutus .e .swiper-button-next::after {
    margin: 0;
  }
  .dialog {
    margin: 0;
    width: 95%;
    font-size: 0.14rem;
  }
  .dialog .flex {
    padding: 0.15rem;
    display: block;
  }
  .dialog .video {
    width: 100%;
    margin: 0 0 0.15rem 0;
  }
  .dialog h3 {
    font-size: 0.21rem;
  }
  .dialog h3::after {
    display: none;
  }
  .dialog dl {
    line-height: 0.24rem;
  }
  .dialog dl dt {
    font-size: 0.18rem;
    padding: 0.2rem 0;
  }
  .mapImg {
    display: none;
  }
  .yingxiao .a .bd .tabcontent {
    width: 100%;
	display: none;
  }
  .yingxiao .a .bd .box {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: inherit;
  }
  /*.yingxiao .a .bd .hidden {
    display: block;
  }*/
}
