<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: SourceHanSansCN-Regular;
}

.indexContent {
  display: flex;
  width: 100%;
  height: calc(100vh);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/indexBg.png);
}

.indexContent .logo {
  width: 137px;
  margin-bottom: 68px;
}

@media only screen and (max-width: 750px) {
  .indexContent .logo {
    width: 1.37rem;
    margin-bottom: 0.55rem;
  }
}

.indexContent .alink {
  margin-bottom: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexContent .alink a {
  color: #b88f62;
  margin: 0 20px;
}

.indexContent .text {
  color: #c9c9c9;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
}

.indexContent .mbtext {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #c9c9c9;
  text-align: center;
}

.culture_cont .container {
  background-image: url(../images/bg_culture3.png);
  background-color: #f2f2f2;
  padding-top: 0.72rem;
  padding-bottom: 1.7rem;
}

@media only screen and (max-width: 750px) {
  .culture_cont .container {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }
}

.culture_cont .culTop {
  background-color: #ffffff;
}

.culture_cont .culTop .content {
  float: right;
  height: 4.9rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culTop .content {
    float: left;
    width: 100%;
    height: 5rem;
  }
}

.culture_cont .culTop .content .titleCn {
  color: #851313;
  font-size: 0.24rem;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culTop .content .titleCn {
    font-size: 0.32rem;
  }
}

.culture_cont .culTop .content .titleEn {
  color: #666666;
  font-size: 0.14rem;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culTop .content .titleEn {
    font-size: 0.1rem;
  }
}

.culture_cont .culTop .content .titleLine {
  width: 0.1rem;
  margin-top: 0.1rem;
  border-bottom: 2px solid #9a9a9a;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culTop .content .titleLine {
    width: 0.43rem;
  }
}

.culture_cont .culTop .content .text {
  margin-top: 0.4rem;
  text-align: center;
  line-height: 0.32rem;
  color: #555555;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culTop .content .text {
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-bottom: 0.4rem;
  }
}

.culture_cont .culMed {
  height: 5.16rem;
  margin-top: 0.3rem;
}

.culture_cont .culMed .culLeft {
  height: 100%;
  background-color: #ffffff;
}

.culture_cont .culMed .intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50%;
  background-color: #ffffff;
}

.culture_cont .culMed .intro .titleCn {
  font-size: 0.24rem;
  color: #851313;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culMed .intro .titleCn {
    font-size: 0.28rem;
  }
}

.culture_cont .culMed .intro .titleEn {
  font-size: 0.14rem;
  color: #666666;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culMed .intro .titleEn {
    font-size: 0.2rem;
  }
}

.culture_cont .culMed .intro .titleLine {
  width: 0.1rem;
  margin-top: 0.1rem;
  border-bottom: 2px solid #9a9a9a;
}

@media only screen and (max-width: 750px) {
  .culture_cont .culMed .intro .titleLine {
    display: none;
  }
}

.culture_cont .culMed .intro .toBtn, .culture_cont .culMed .intro .toBtn2 {
  margin-top: 0.3rem;
}

.culture_cont .culMed .intro:nth-child(2) {
  background-color: #851313;
}

.culture_cont .culMed .intro:nth-child(2) .titleCn {
  color: #ffffff !important;
}

.culture_cont .culMed .intro:nth-child(2) .titleEn {
  color: #ffffff !important;
}

.culture_cont .culMed .intro:nth-child(2) .titleLine {
  border-bottom: 2px solid #ffffff;
}

.culture_cont .culMed .medBg {
  height: 100%;
}

.culture_cont .culBottom {
  background-color: #FFFFFF;
  margin-top: 0.38rem;
  padding: 0.3rem 0.5rem;
}

.culture_cont .culBottom .top {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture_cont .culBottom .top .ttl {
  color: #333333;
  font-size: 0.24rem;
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
}

.culture_cont .culBottom .top .ttl::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  border-bottom: 2px solid #9a9a9a;
}

.culture_cont .culBottom .top .more {
  color: #666666;
  font-size: 0.14rem;
  cursor: pointer;
}

.culture_cont .culBottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture_cont .culBottom .content .item {
  width: 3.5rem;
  height: 2.4rem;
  cursor: pointer;
}

.culture_cont .culBottomM {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  margin-top: 0.3rem;
  padding: 0.3rem 0;
}

.culture_cont .culBottomM .top {
  color: #333333;
  padding-left: 0.5rem;
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.culture_cont .culBottomM .top .ttl {
  color: #333333;
  font-size: 0.24rem;
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
}

.culture_cont .culBottomM .top .ttl::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  border-bottom: 2px solid #9a9a9a;
}

.culture_cont .culBottomM .content {
  display: grid;
  grid-template-columns: 3.09rem 3.09rem;
  grid-template-rows: 2.06rem 2.06rem;
  grid-row-gap: 0.34rem;
  grid-column-gap: 0.34rem;
}

.culture_cont .culBottomM .chakan {
  line-height: 1.2rem;
  font-size: 0.24rem;
  color: #333333;
}

.about_cont .container .inTitle {
  text-align: center;
  font-size: 0.4rem;
}

@media only screen and (max-width: 750px) {
  .about_cont .container .inTitle {
    font-size: 0.3rem;
    font-weight: bold;
  }
}

.about_cont .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .about_cont .container .title {
    padding-top: 0.6rem;
  }
}

.about_cont .container .title .name {
  font-size: 0.24rem;
  color: #333333;
}

@media only screen and (max-width: 750px) {
  .about_cont .container .title .name {
    color: #333333;
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
  }
}

.about_cont .container .title .line {
  width: 15px;
  border-bottom: 2px solid #851313;
}

@media only screen and (max-width: 750px) {
  .about_cont .container .title .line {
    width: 0.59rem;
  }
}

.about_cont .container .content {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10PX;
  padding: 0.3rem;
  margin-top: 0.55rem;
  line-height: 0.36rem;
  color: #333333;
  font-size: 0.16rem;
}

.about_cont .container .content img {
  border-radius: 10px;
  margin: 0.2rem 0;
}

.about_cont .container .content img:first-child {
  margin-top: 0;
}

.intro_cont .container {
  background-size: 150% auto;
  background-position: top;
}

.intro_cont .content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.92rem 0.8rem;
  border-radius: 10px;
}

@media only screen and (max-width: 750px) {
  .intro_cont .content {
    padding: 0.4rem;
    padding-bottom: 0;
  }
}

.intro_cont .content .line {
  border-bottom: 1px dotted #333333;
}

.intro_cont .desContent {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .intro_cont .desContent {
    flex-direction: column-reverse;
    margin-bottom: 0.5rem;
  }
}

.intro_cont .desContent img {
  width: 4.78rem;
}

@media only screen and (max-width: 750px) {
  .intro_cont .desContent img {
    width: 100%;
  }
}

.intro_cont .desContent .textbox {
  width: 5.86rem;
  height: 4.4rem;
}

@media only screen and (max-width: 750px) {
  .intro_cont .desContent .textbox {
    width: 100%;
    height: auto;
  }
}

.intro_cont .desContent .textbox .title {
  font-size: 0.28rem;
  line-height: 0.35rem;
  color: #333333;
  margin-bottom: 0.2rem;
}

.intro_cont .desContent .textbox .text {
  font-size: 0.14rem;
  line-height: 0.32rem;
  color: #333333;
  height: 3.65rem;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .intro_cont .desContent .textbox .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    max-height: 5rem;
    height: auto;
    margin-bottom: 0.4rem;
    overflow: scroll;
  }
}

.intro_cont .niange {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.35rem;
  color: #333333;
  margin: 0.8rem 0.48rem;
}

@media only screen and (max-width: 750px) {
  .intro_cont .niange {
    margin: 0.5rem 0.3rem;
  }
}

.intro_cont .layui-form-select .layui-input {
  background-color: #851313;
  text-align: center;
  color: #FFFFFF;
}

.intro_cont .layui-form-select .layui-edge {
  border-top-color: #FFFFFF;
}

.intro_cont .layui-form-select dl dd.layui-this {
  background-color: #851313;
  text-align: center;
  color: #FFFFFF;
}

.intro_cont .layui-form-select dl dd {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .intro_cont .layui-tab {
    width: 7.5rem;
    margin-left: -0.4rem;
    margin-bottom: 0;
  }
}

.intro_cont .layui-tab .layui-tab-title {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .intro_cont .layui-tab .layui-tab-title {
    visibility: hidden;
    height: 0;
  }
}

.intro_cont .layui-tab .layui-tab-title li {
  width: 1.75rem;
  line-height: 0.62rem;
  font-size: 0.2rem;
  columns: #333333;
  border-radius: 4px;
}

.intro_cont .layui-tab .layui-tab-title .layui-this {
  background-color: #851313;
  color: #FFFFFF;
}

.intro_cont .layui-tab .layui-tab-title .layui-this::after {
  display: none;
}

.intro_cont .layui-tab .layui-tab-content {
  background-image: url(../images/bg_intro.png);
  padding: 0.72rem;
  margin-top: 0.6rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.35rem;
  border-radius: 6px;
}

@media only screen and (max-width: 750px) {
  .intro_cont .layui-tab .layui-tab-content {
    margin-top: 0.4rem;
    border-radius: 0;
    background-color: #851313;
    background-size: 15rem auto;
    background-repeat: repeat;
  }
}

.heritage_cont .container {
  height: 9.96rem;
  padding-top: 2rem;
}

@media only screen and (max-width: 750px) {
  .heritage_cont .container {
    height: auto;
    padding: 0.7rem 0.4rem 1rem;
  }
}

.heritage_cont .title {
  font-size: 0.4rem;
  color: #FFFFFF;
}

.heritage_cont .content {
  width: 7.7rem;
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #ffffff;
}

@media only screen and (max-width: 750px) {
  .heritage_cont .content {
    width: auto;
    font-size: 0.24rem;
  }
}

.scenic_cont {
  background-color: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .scenic_cont {
    flex-direction: column;
  }
  .scenic_cont &gt; .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .scenic_cont &gt; .title {
    padding-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}

@media only screen and (max-width: 750px) {
  .scenic_cont &gt; .title .name {
    font-size: 0.24rem;
    color: #333333;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .scenic_cont &gt; .title .name {
    color: #333333;
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 750px) {
  .scenic_cont &gt; .title .line {
    width: 15px;
    border-bottom: 2px solid #851313;
  }
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
  .scenic_cont &gt; .title .line {
    width: 0.59rem;
  }
}

.scenic_cont .tabs {
  width: 20%;
  background-image: url(../images/bg_scenic.png);
  height: calc(100vh - 125px);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scenic_cont .tabs .tab {
  font-size: 0.24rem;
  color: #646464;
  width: 80%;
  height: 0.66rem;
  line-height: 0.66rem;
  border-radius: 4px;
  margin: 0.15rem 0;
  cursor: pointer;
}

.scenic_cont .tabs .tab.active {
  background-color: #851313;
  color: #FFFFFF;
}

.scenic_cont .tabContent {
  width: 80%;
}

@media only screen and (max-width: 750px) {
  .scenic_cont .tabContent {
    width: 100%;
  }
}

.scenic_cont .tabContent .tabCon {
  display: none;
}

.scenic_cont .tabContent .tabCon.active {
  display: block;
}

.scenic_cont .tabContent .viewImg {
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: 100%;
  background-position: center;
}

.scenic_cont .tabContent .des {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.8rem;
  background-color: #fafafa;
  padding: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .scenic_cont .tabContent .des {
    height: 2.84rem;
  }
  .scenic_cont .tabContent .des .num {
    height: 0.5rem !important;
    font-size: 0.5rem !important;
  }
  .scenic_cont .tabContent .des .title {
    height: 0.24rem;
    font-size: 0.24rem !important;
    margin-top: 0.38rem !important;
  }
  .scenic_cont .tabContent .des .txt {
    height: 0.2rem;
    font-size: 0.2rem !important;
    margin-top: 0.2rem !important;
  }
}

.scenic_cont .tabContent .des .num {
  font-size: 0.5rem;
  color: #999999;
}

.scenic_cont .tabContent .des .title {
  font-size: 0.19rem;
  color: #999999;
  margin-top: 0.4rem;
}

.scenic_cont .tabContent .des .txt {
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.26rem;
}

.scenic_cont .tabContent .des .addplus {
  width: 0;
  height: 0;
  margin-top: 0.7rem;
}

@media only screen and (max-width: 750px) {
  .scenic_cont .swiper-container {
    margin: 0.7rem 0;
    padding-bottom: 0.5rem;
  }
}

.scenic_cont .swiper-container .swiper-prev {
  background-image: url(../images/swiper_pre.png);
  position: absolute;
  left: 10px;
  right: auto;
  top: 40%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 120px;
}

@media only screen and (max-width: 750px) {
  .scenic_cont .swiper-container .swiper-prev {
    display: none;
  }
}

.scenic_cont .swiper-container .swiper-next {
  background-image: url(../images/swiper_next.png);
  position: absolute;
  left: auto;
  right: 10px;
  top: 40%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 120px;
}

@media only screen and (max-width: 750px) {
  .scenic_cont .swiper-container .swiper-next {
    display: none;
  }
}

.scenic_cont .swiper-container .swiper-slide {
  padding-bottom: 3rem;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 750px) {
  .scenic_cont .swiper-container .swiper-slide {
    padding-bottom: 2.84rem;
  }
  .scenic_cont .swiper-container .swiper-slide.swiper-slide-active .viewImg {
    filter: none;
  }
  .scenic_cont .swiper-container .swiper-slide.swiper-slide-active .des {
    background-color: #FFFFFF;
  }
  .scenic_cont .swiper-container .swiper-slide.swiper-slide-active .des .num {
    color: #851313;
  }
  .scenic_cont .swiper-container .swiper-slide.swiper-slide-active .des .title {
    color: #851313;
  }
  .scenic_cont .swiper-container .swiper-slide.swiper-slide-active .des .txt {
    color: #851313;
  }
}

@media only screen and (min-width: 750px) {
  .scenic_cont .swiper-container .swiper-slide:hover .viewImg {
    filter: none;
    background-size: 120%;
  }
}

@media only screen and (min-width: 750px) {
  .scenic_cont .swiper-container .swiper-slide:hover .des {
    height: 4.5rem;
    background-color: #851313;
  }
}

@media only screen and (min-width: 750px) and (max-width: 750px) {
  .scenic_cont .swiper-container .swiper-slide:hover .des {
    height: 2.84rem;
    background-color: #FFFFFF;
  }
}

@media only screen and (min-width: 750px) {
  .scenic_cont .swiper-container .swiper-slide:hover .des .num {
    color: #FFFFFF;
  }
  .scenic_cont .swiper-container .swiper-slide:hover .des .title {
    color: #FFFFFF;
  }
  .scenic_cont .swiper-container .swiper-slide:hover .des .txt {
    color: #FFFFFF;
  }
  .scenic_cont .swiper-container .swiper-slide:hover .des .addplus {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
  }
}

.scenic_d_cont .container {
  padding-top: 0;
  padding-bottom: 0;
}

.scenic_d_cont .container .content {
  padding: 0.6rem 0.8rem;
  background-color: #FFFFFF;
  border-radius: 20px;
}

@media only screen and (max-width: 750px) {
  .scenic_d_cont .container .content {
    padding: 0.4rem;
    border-radius: 0;
  }
}

.scenic_d_cont .container .content img {
  margin-bottom: 0.4rem;
}

.scenic_d_cont .container .content .title {
  color: #333333;
  font-size: 0.32rem;
}

@media only screen and (max-width: 750px) {
  .scenic_d_cont .container .content .title {
    font-size: 0.28rem;
    font-weight: bold;
  }
}

.scenic_d_cont .container .content .date {
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #333333;
  margin-bottom: 0.4rem;
}

.scenic_d_cont .container .content .content_html {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
}

@media only screen and (max-width: 750px) {
  .scenic_d_cont .container .content .content_html {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
}

.pdt_cont {
  background-color: #F1F1F1;
}

.pdt_cont .container {
  padding-bottom: 1rem;
}

.pdt_cont .container .content {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: 309px 309px 309px 309px;
  grid-template-rows: 389px 389px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

@media only screen and (max-width: 750px) {
  .pdt_cont .container .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

.pdt_cont .container .content .item {
  width: 3.08rem;
  height: 3.89rem;
  cursor: pointer;
  background-image: url(../images/demo_bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .pdt_cont .container .content .item {
    background-size: 3.08rem 3.89rem;
  }
}

.pdt_cont .container .content .item:hover {
  background-image: url(../images/demo_bg_active.png);
}

.pdt_cont .container .content .item .cover {
  width: 1.6rem;
  height: 1.6rem;
}

.pdt_cont .container .content .item .text {
  font-size: 0.2rem;
  line-height: 2;
  color: #5a2727;
  margin-top: 0.1rem;
}

.pdt_cont .pdt_bg {
  position: relative;
  background-size: 1920px 800px;
  background-position: top center;
  background-color: #F1F1F1;
  height: 1000px;
  background-repeat: no-repeat;
  padding-top: 1.46rem;
}

@media only screen and (max-width: 750px) {
  .pdt_cont .pdt_bg {
    background-size: 15rem 8.9rem;
    padding-top: 1.06rem;
    height: inherit;
  }
}

.pdt_cont .pdt_bg .title {
  width: 8.21rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 750px) {
  .pdt_cont .pdt_bg .title {
    width: 7.5rem;
    background-size: 8.21rem 0.11rem;
  }
}

.pdt_cont .pdt_bg .sfx {
  margin: 0 auto;
  width: 12.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdt_cont .pdt_bg .sfx .item {
  width: 2.5rem;
  height: 7.68rem;
}

.pdt_cont .pdt_bg .sfx .item.active {
  width: 5.3rem;
}

.pdt_cont .pdt_bg .sfx .item.active .text {
  opacity: 0;
}

.pdt_cont .pdt_bg .sfx .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.pdt_cont .pdt_bg .sfx .item .text span {
  width: 0.2rem;
  color: #FFFFFF;
  display: block;
  line-height: 0.24rem;
  font-size: 0.24rem;
  margin: 0.4rem 0.3rem;
}

.pdt_cont .pdt_bg .swiper-pdt {
  width: 5.3rem;
  margin: 0 auto;
}

.pdt_cont .pdt_bg .swiper-pdt .swiper-slide {
  width: 5.3rem;
  height: 7.68rem;
}

.pdt_cont .pdt_bg .swiper-prev {
  background-image: url(../images/arr_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.25rem 0.49rem;
  position: absolute;
  left: 10px;
  right: auto;
  top: 5.5rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 1rem;
}

.pdt_cont .pdt_bg .swiper-next {
  background-image: url(../images/arr_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.25rem 0.49rem;
  position: absolute;
  left: auto;
  right: 10px;
  top: 5.5rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 1rem;
}

.pdt_cont .pdtbg {
  width: 15rem;
  margin: 0.5rem auto 0;
  padding: 1rem 0;
  background-image: url(../images/bg_pdt.png);
  background-color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
  .pdt_cont .pdtbg {
    width: 6.7rem;
    background-image: none;
    background: none;
    padding-bottom: 0;
  }
}

.pdt_cont .pdtbg .title {
  background-image: url(../images/arr_pdt.png);
  padding-left: 0.4rem;
  background-repeat: no-repeat;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.32rem;
}

@media only screen and (max-width: 750px) {
  .pdt_cont .pdtbg .title {
    margin-bottom: 0.4rem;
  }
}

.pdt_cont .pdtbg .loadmore {
  background-image: url(../images/arr_down.png);
  width: 100%;
  height: 0.3rem;
  margin-top: 0.3rem;
}

.img_cont .container {
  background-color: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media only screen and (max-width: 750px) {
  .img_cont .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.img_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .img_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.img_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.img_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.img_cont .container .content {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .img_cont .container .content {
    padding: 0 0.4rem;
  }
}

.img_cont .container .content .item {
  width: 406px;
  height: 406px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.3rem;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .img_cont .container .content .item {
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.2rem;
  }
}

.img_cont .container .content .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  opacity: 0;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_cont .container .content .item:hover .cover {
  opacity: 1;
}

.img_cont .container .loadmores {
  text-align: center;
  cursor: pointer;
}

.img_cont .container .loadmores img {
  width: 0.32rem;
}

@media only screen and (max-width: 750px) {
  .img_cont .container .loadmores img {
    width: 0.62rem;
  }
}

.video_cont .container {
  background-color: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media only screen and (max-width: 750px) {
  .video_cont .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.video_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .video_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.video_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.video_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.video_cont .container .content {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .video_cont .container .content {
    padding: 0 0.4rem;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.video_cont .container .content .box {
  width: 422px;
  margin-right: 0.17rem;
}

@media only screen and (max-width: 750px) {
  .video_cont .container .content .box {
    width: 3.22rem;
    margin-right: 0;
  }
}

.video_cont .container .content .box:nth-child(3n) {
  margin-right: 0rem;
}

.video_cont .container .content .box .text {
  color: #343434;
  font-size: 0.16rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.2rem;
}

.video_cont .container .content .box .item {
  width: 422px;
  height: 290px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .video_cont .container .content .box .item {
    width: 3.22rem;
    height: 2.21rem;
  }
}

.video_cont .container .content .box .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/cover_video.png);
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_cont .container .content .box .item:hover .cover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.video_cont .container .content .box .item:hover .cover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.62rem;
}

.video_cont .container .loadmore {
  text-align: center;
  cursor: pointer;
}

.video_cont .container .loadmore img {
  width: 0.32rem;
}

@media only screen and (max-width: 750px) {
  .video_cont .container .loadmore img {
    width: 0.62rem;
  }
}

.video_cont .container .videoBox {
  width: 1000px;
  height: 800px;
}

.video_cont.detail .vid-wrap {
  width: 100%;
  background: #000;
  position: relative;
  padding-bottom: 56.25%;
  /*需要用padding来维持16:9比例,也就是9除以16*/
  height: 3rem;
}

.video_cont.detail .vid-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_cont.detail .ttl {
  padding-left: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.annt_cont .container {
  background-color: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.annt_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.annt_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.annt_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.annt_cont .container .anmt .content .ant_bg {
  width: 6.08rem;
  height: 5.46rem;
}

.annt_cont .container .anmt .content .ant_list {
  width: 6.92rem;
  height: 5.46rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.6rem;
  color: #FFFFFF;
  position: relative;
}

.annt_cont .container .anmt .content .ant_list .hd {
  font-size: 0.26rem;
}

.annt_cont .container .anmt .content .ant_list::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 25%;
  height: 60%;
  border-right: 1px solid #FFFFFF;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .anmt .content .ant_list::after {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .anmt .content .ant_list {
    width: 100%;
    padding: 0.5rem 0.6rem;
  }
}

.annt_cont .container .anmt .content .ant_list .item {
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  padding: 0.4rem 0 0.34rem 0.24rem;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .anmt .content .ant_list .item {
    padding: 0.3rem 0 0.3rem 0.24rem;
  }
}

.annt_cont .container .anmt .content .ant_list .item .ttl {
  font-size: 0.18rem;
}

.annt_cont .container .anmt .content .ant_list .item .ttl:hover {
  color: #b88f62;
  cursor: pointer;
}

.annt_cont .container .anmt .content .ant_list .item .des {
  margin-top: 0.23rem;
  font-size: 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .anmt .content .ant_list .item .des {
    margin-top: 0.13rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.annt_cont .container .anmt .content .ant_list .item::after {
  content: '';
  position: absolute;
  left: 0.05rem;
  top: 0.48rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.annt_cont .container .anmt .content .ant_list .item:nth-child(4) {
  border-bottom: none;
}

.annt_cont .container .actcont {
  background-image: url(../images/bg_act.png);
  height: 1000px;
  padding-top: 0.9rem;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .actcont {
    height: initial;
    padding-bottom: 0.5rem;
  }
}

.annt_cont .container .actcont .swiper-container .swiper-slide {
  cursor: pointer;
}

.annt_cont .container .actcont .swiper-container .swiper-slide .swp_bg {
  border: 5px solid #FFFFFF;
  height: 5rem;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .actcont .swiper-container .swiper-slide .swp_bg {
    height: 3.75rem;
  }
}

.annt_cont .container .actcont .swiper-container .swiper-slide .text {
  color: #5a2727;
  font-size: 0.16rem;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}

.annt_cont .container .actcont .swiper-container .swiper-slide .date {
  color: #5a2727;
  text-align: center;
  font-size: 0.14rem;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .actcont .swiper-container .swiper-slide-active {
    width: 80% !important;
    margin-left: 10%;
  }
}

.annt_cont .container .newscont {
  padding-top: 0.8rem;
}

.annt_cont .container .newscont .content {
  background-image: url(../images/bg_ant3.png);
  background-size: 100%;
  background-position: top center;
  height: 800px;
  padding: 0.7rem 0.9rem 0;
  color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .newscont .content {
    padding: 0.8rem 0.7rem;
    height: inherit;
    background-repeat: repeat;
    background-size: 15rem;
  }
}

.annt_cont .container .newscont .content .item {
  border-bottom: 1px dotted #FFFFFF;
  padding-bottom: 0.45rem;
  margin-bottom: 0.3rem;
}

.annt_cont .container .newscont .content .item:nth-child(3) {
  border-bottom: none;
}

.annt_cont .container .newscont .content .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.annt_cont .container .newscont .content .item:hover {
  color: #b88f62;
  cursor: pointer;
}

.annt_cont .container .newscont .content .item .ttl {
  font-size: 20px;
  margin-bottom: 0.1rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .newscont .content .item .ttl {
    font-size: 0.24rem;
  }
}

.annt_cont .container .newscont .content .item .con {
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.66rem;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .annt_cont .container .newscont .content .item .con {
    font-size: 0.2rem;
    line-height: 0.27rem;
    height: 0.81rem;
  }
}

.annt_cont .container .newscont .content .item .date {
  font-size: 0.14rem;
}

@media only screen and (max-width: 750px) {
  .announment_cont .container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.announment_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .announment_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.announment_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.announment_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.announment_cont .container .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
  .announment_cont .container .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.4rem;
  }
}

.announment_cont .container .content .item {
  width: 3rem;
  height: 2.66rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background-color: #FFFFFF;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .announment_cont .container .content .item {
    width: 3.25rem;
    height: 2.7rem;
    margin-right: 0;
  }
}

.announment_cont .container .content .item .img {
  height: 1.87rem;
  margin-bottom: 0.2rem;
  background-size: 100% 100%;
}

.announment_cont .container .content .item .img:hover {
  background-size: 120% 120%;
  background-position: center;
}

.announment_cont .container .content .item .ttl {
  font-size: 0.14rem;
  color: #836756;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.announment_cont .container .content .item .date {
  font-size: 0.14rem;
  color: #836756;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .announment_cont .container .content .item .date {
    display: none;
  }
}

.announment_cont .container .content .item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: #FFFFFF;
  }
}

.activity_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.activity_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.activity_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.activity_cont .container .content {
  padding: 0.81rem 0.74rem;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content {
    padding: 0 0.4rem;
  }
}

.activity_cont .container .content .item {
  height: 4.45rem;
  background-image: url(../images/bg_act_item.png);
  background-size: 100% 100%;
  background-position: center;
  margin-bottom: 0.55rem;
  padding: 0.48rem 0.6rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content .item {
    padding: 0;
    height: 2.85rem;
  }
}

.activity_cont .container .content .item:nth-child(2n) {
  flex-direction: row-reverse;
  background-image: url(../images/bg_act_item2.png);
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content .item:nth-child(2n) {
    background-image: url(../images/bg_act_item.png);
    flex-direction: row;
  }
}

.activity_cont .container .content .item .img {
  width: 4.62rem;
  height: 3.5rem;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content .item .img {
    height: 2.85rem;
    width: 2.91rem;
  }
}

.activity_cont .container .content .item .item_left {
  width: 5.34rem;
  height: 3.5rem;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content .item .item_left {
    width: 3.79rem;
    height: 2.85rem;
    padding: 0.3rem 0.3rem;
  }
}

.activity_cont .container .content .item .item_left .item_head {
  width: 1.72rem;
  height: 0.49rem;
  line-height: 0.49rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../images/bg_title.png);
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content .item .item_left .item_head {
    width: 100%;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
    background-image: none;
    color: #333333;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.activity_cont .container .content .item .item_left .text {
  height: 1.6rem;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.27rem;
  margin: 0.32rem 0 0.35rem;
  color: #333333;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .activity_cont .container .content .item .item_left .text {
    height: 1.21rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin: 0.16rem 0;
    -webkit-line-clamp: 5;
  }
}

.activity_cont .container .content .item .item_left .address, .activity_cont .container .content .item .item_left .date {
  color: #836756;
  font-size: 0.16rem;
  line-height: 0.27rem;
}

.activity_cont .container .content .item .item_left .aa {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.activity_cont .swpCont {
  position: relative;
}

.activity_cont .swpCont .swiper-prev, .activity_cont .swpCont .swiper-next {
  position: absolute;
  top: 50%;
  width: 85px;
  height: 194px;
  margin-top: -97px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.activity_cont .swpCont .swiper-prev {
  left: 105px;
  right: auto;
  background-image: url(../images/swp_left.png);
  background-position: center;
  background-size: 20px 35px;
  background-repeat: no-repeat;
}

.activity_cont .swpCont .swiper-next {
  right: 105px;
  left: auto;
  background-image: url(../images/swp_right.png);
  background-position: center;
  background-size: 20px 35px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 750px) {
  .news_cont .container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.news_cont .container .searchBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5rem;
}

.news_cont .container .searchBox input {
  width: 2.5rem;
  height: 0.64rem;
  line-height: 0.64rem;
  padding-left: 0.2rem;
}

.news_cont .container .searchBox button {
  width: 1.4rem;
  height: 0.64rem;
  margin-left: 0.2rem;
  background-color: #851313;
  font-size: 0.2rem;
}

.news_cont .container .title {
  padding-bottom: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .news_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.news_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.news_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

@media only screen and (max-width: 750px) {
  .news_cont .container .content {
    padding: 0 0.4rem;
  }
}

.news_cont .container .content .item {
  background-color: #FFFFFF;
  margin-bottom: 0.55rem;
  padding: 0.5rem 0.4rem 0.5rem 0.7rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .news_cont .container .content .item {
    padding: 0.39rem 0.34rem;
    height: 2.85rem;
    flex-direction: row-reverse;
    margin-bottom: 0.27rem;
  }
}

.news_cont .container .content .item:hover .item_head {
  color: #b88f62;
}

.news_cont .container .content .item:hover .text {
  color: #b88f62;
}

.news_cont .container .content .item .date {
  width: 1.83rem;
  height: 1.96rem;
  border-right: 1px solid #cccccc;
  padding-top: 0.5rem;
}

.news_cont .container .content .item .date .month {
  font-size: 0.4rem;
}

.news_cont .container .content .item .date .yeay {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.news_cont .container .content .item .item_med {
  width: 5.88rem;
  align-self: flex-start;
}

@media only screen and (max-width: 750px) {
  .news_cont .container .content .item .item_med {
    width: 3.41rem;
    align-self: center;
  }
}

.news_cont .container .content .item .item_med .item_head {
  font-size: 0.24rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_cont .container .content .item .item_med .text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  height: 1.43rem;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .news_cont .container .content .item .item_med .text {
    height: 1.3rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-top: 0.05rem;
    -webkit-line-clamp: 4;
  }
}

.news_cont .container .content .item .img {
  width: 3.2rem;
  height: 2rem;
}

@media only screen and (max-width: 750px) {
  .news_cont .container .content .item .img {
    width: 2.2rem;
    height: 1.7rem;
  }
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: #FFFFFF;
  }
}

.strategy_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.strategy_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.strategy_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.strategy_cont .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content {
    padding: 0 0.4rem;
  }
}

.strategy_cont .container .content .glist {
  width: 8.86rem;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content .glist {
    width: 100%;
  }
}

.strategy_cont .container .content .glist .item {
  height: 2.97rem;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 0.36rem 0.55rem;
  margin-bottom: 0.4rem;
  border: 3px solid #ffffff;
  cursor: pointer;
}

.strategy_cont .container .content .glist .item:hover {
  border: 3px solid #5a2727;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content .glist .item {
    border: 3px solid #5a2727;
    padding: 0.39rem;
    height: 3.25rem;
  }
}

.strategy_cont .container .content .glist .item .item_head {
  font-size: 0.22rem;
  line-height: 0.22rem;
  height: 0.22rem;
  margin-bottom: 0.22rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content .glist .item .item_head {
    font-size: 0.28rem;
    height: 0.28rem;
    line-height: 0.28rem;
  }
}

.strategy_cont .container .content .glist .item .item_con {
  display: flex;
  justify-content: space-between;
}

.strategy_cont .container .content .glist .item .item_con .img {
  width: 2.27rem;
  height: 1.83rem;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content .glist .item .item_con .img {
    width: 2.42rem;
    height: 1.94rem;
  }
}

.strategy_cont .container .content .glist .item .item_con .item_text {
  width: 5.18rem;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content .glist .item .item_con .item_text {
    width: 2.93rem;
  }
}

.strategy_cont .container .content .glist .item .item_con .item_text .text {
  font-size: 0.14rem;
  color: #333333;
  height: 1.26rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 750px) {
  .strategy_cont .container .content .glist .item .item_con .item_text .text {
    height: 1.75rem;
    font-size: 0.24rem;
    -webkit-line-clamp: 5;
  }
}

.strategy_cont .container .content .glist .item .item_con .item_text .des {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
  color: #5a2727;
}

.strategy_cont .container .content .glist .item .item_con .item_text .des span {
  color: #333333;
  margin-left: 0.1rem;
}

.strategy_cont .container .content .glist .item .item_con .item_text .des .chakan {
  width: 129px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  border: solid 2px #5a2727;
  color: #5a2727;
  font-size: 0.14rem;
  cursor: pointer;
}

.strategy_cont .container .content .glist .item .item_con .item_text .des .chakan:hover {
  background-color: #5a2727;
  color: #FFFFFF;
}

.strategy_cont .container .content .hlist {
  width: 3.52rem;
  padding: 0.44rem 0.4rem;
  background-color: #5a2727;
}

.strategy_cont .container .content .hlist .h_head {
  color: #FFFFFF;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.strategy_cont .container .content .hlist .h_content {
  color: #FFFFFF;
  position: relative;
}

.strategy_cont .container .content .hlist .h_content .h_item {
  padding-left: 0.27rem;
  font-size: 0.16rem;
  line-height: 0.25rem;
  margin-bottom: 0.2rem;
}

.strategy_cont .container .content .hlist .h_content .h_item::after {
  content: '';
  position: absolute;
  left: 0.05rem;
  top: 0.08rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.strategy_cont .container .content .hlist .h_content .h_item:hover {
  color: #b88f62;
  cursor: pointer;
}

.strategy_detail {
  width: 100%;
  height: 2.18rem;
  position: absolute;
  top: -3rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0.58rem 0.34rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .strategy_detail {
    height: 2.5rem;
    position: relative;
    top: 0;
    background: none;
  }
}

.strategy_detail .img {
  width: 2.83rem;
  height: 1.8rem;
}

@media only screen and (max-width: 750px) {
  .strategy_detail .img {
    width: 1.57rem;
  }
}

.strategy_detail .img img {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 750px) {
  .strategy_detail .img img {
    position: relative;
  }
}

.strategy_detail .textContent {
  width: 6.98rem;
  height: 1.04rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .strategy_detail .textContent {
    height: 1.5rem;
    width: 4.58rem;
  }
}

.strategy_detail .textContent div span {
  font-size: 0.2rem;
  margin-right: 0.4rem;
  color: #333333;
  font-weight: lighter;
}

.strategy_detail .textContent .ttl {
  font-size: 0.36rem;
  color: #333333;
}

@media only screen and (max-width: 750px) {
  .strategy_detail .textContent .ttl {
    font-size: 0.32rem;
  }
}

.strategy_detail .zan {
  width: 1.6rem;
  height: 1.04rem;
  border-left: 1px solid #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.strategy_detail .zan .img {
  width: 0.62rem;
  height: 0.62rem;
  background-image: url(../images/zan.png);
  margin-bottom: 0.1rem;
}

.strategy_detail .zan .img.active {
  background-image: url(../images/zan_active.png);
}

.strategy_detail .zan .nums {
  font-size: 0.2rem;
  font-weight: lighter;
}

.strategy_d_c div.bgTitle {
  height: 4.74rem;
}

@media only screen and (max-width: 750px) {
  .strategy_d_c div.bgTitle {
    height: 3rem;
  }
}

.strategy_d_c .container {
  padding-top: 0 !important;
}

.traffic_cont .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
}

@media only screen and (max-width: 750px) {
  .traffic_cont .container .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: inherit;
    padding: 0.4rem;
  }
}

.traffic_cont .container .content .traffic_info {
  height: 7.42rem;
  width: 50%;
  padding: 1.2rem;
  color: #707070;
  font-size: 0.16rem;
}

@media only screen and (max-width: 750px) {
  .traffic_cont .container .content .traffic_info {
    padding: 0.4rem 0rem;
    width: 100%;
    height: inherit;
  }
}

.traffic_cont .container .content .traffic_info .title {
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .traffic_cont .container .content .traffic_info .title {
    padding-bottom: 0.3rem;
  }
}

.traffic_cont .container .content .traffic_info .title .name {
  font-size: 0.32rem;
  color: #000000;
}

.traffic_cont .container .content .traffic_info .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.traffic_cont .container .traffic_map {
  width: 50%;
  height: 7.42rem;
}

@media only screen and (max-width: 750px) {
  .traffic_cont .container .traffic_map {
    width: 100%;
    padding: 0.4rem;
  }
}

.hotel_cont .container {
  background-color: #f2f2f2;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media only screen and (max-width: 750px) {
  .hotel_cont .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.hotel_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .hotel_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.hotel_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.hotel_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.hotel_cont .container .content {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .hotel_cont .container .content {
    padding: 0 0.4rem;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.hotel_cont .container .content .box {
  width: 409px;
  margin-right: 0.36rem;
  margin-bottom: 0.48rem;
}

@media only screen and (max-width: 750px) {
  .hotel_cont .container .content .box {
    width: 3.22rem;
    margin-right: 0;
    margin-bottom: 0.34rem;
  }
}

.hotel_cont .container .content .box:nth-child(3n) {
  margin-right: 0rem;
}

.hotel_cont .container .content .box .text {
  color: #343434;
  font-size: 0.16rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 0.21rem 0.26rem;
  background-color: #FFFFFF;
  text-align: left;
}

.hotel_cont .container .content .box .text .ttl {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotel_cont .container .content .box .text .price {
  font-size: 0.22rem;
  color: #5a2727;
}

.hotel_cont .container .content .box .text .price span {
  color: #676767;
  font-size: 0.14rem;
}

.hotel_cont .container .content .box .item {
  width: 409px;
  height: 290px;
  overflow: hidden;
  position: relative;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .hotel_cont .container .content .box .item {
    width: 3.22rem;
    height: 2.21rem;
  }
}

.hotel_cont .container .content .box .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/cover_video.png);
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotel_cont .container .content .box .item:hover {
  background-size: 120%;
}

.hotel_cont .container .content .box .item:hover .cover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.62rem;
}

.hotel_cont .container .loadmore {
  text-align: center;
  cursor: pointer;
}

.hotel_cont .container .loadmore img {
  width: 0.32rem;
}

@media only screen and (max-width: 750px) {
  .hotel_cont .container .loadmore img {
    width: 0.62rem;
  }
}

.hotel_cont .container .videoBox {
  width: 1000px;
  height: 800px;
}

@media only screen and (max-width: 750px) {
  .hotel_detail .container {
    padding: 0.4rem;
  }
}

.hotel_detail .title {
  font-size: 0.36rem;
  color: #333333;
}

.hotel_detail .fen {
  color: #f97743;
  font-size: 0.36rem;
}

.hotel_detail .fen span {
  font-size: 0.2rem;
  color: #333333;
}

.hotel_detail .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.56rem;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 750px) {
  .hotel_detail .imgs {
    flex-direction: column;
  }
}

.hotel_detail .imgs .img_left {
  width: 6.44rem;
  height: 4.35rem;
}

@media only screen and (max-width: 750px) {
  .hotel_detail .imgs .img_left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.hotel_detail .imgs .img_right {
  width: 6.32rem;
  height: 4.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-between;
}

@media only screen and (max-width: 750px) {
  .hotel_detail .imgs .img_right {
    width: 100%;
    height: 4.65rem;
  }
}

.hotel_detail .imgs .img_right .img {
  width: 3.04rem;
  height: 2.05rem;
}

@media only screen and (max-width: 750px) {
  .hotel_detail .imgs .img_right .img {
    width: 3.23rem;
    height: 2.19rem;
  }
}

.travel_cont .lookMore {
  margin: 0.4rem auto 0.9rem;
}

.travel_cont .container {
  background-color: #FFFFFF;
  padding-top: 0.8rem;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.travel_cont .container .title {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .title {
    padding-bottom: 0.3rem;
  }
}

.travel_cont .container .title .name {
  font-size: 0.3rem;
  color: #000000;
}

.travel_cont .container .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont {
    padding: 0.5rem 0;
  }
}

.travel_cont .container .gl_cont .gl_con {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con {
    flex-direction: column;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item {
  width: 3.86rem;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 0.38rem;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item:nth-child(2) .img {
  margin-bottom: 0;
  margin-top: 0.05rem;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item:nth-child(2) .img {
    margin-top: 0rem;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item .img {
  width: 100%;
  height: 3.1rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item .img {
    width: 3.86rem;
    height: 3.1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item .textBox {
  height: 2.06rem;
  background-color: #FFFFFF;
  border: solid 1px #836756;
  padding: 0.4rem 0.3rem;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item .textBox {
    width: 2.84rem;
    height: 3.1rem;
    padding: 0.3rem 0.3rem;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item .textBox .text_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item .textBox .text_head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item .textBox .text_head .nums_img {
  width: 0.82rem;
  height: 0.42rem;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item .textBox .text_head .nums_img {
    margin-bottom: 0.2rem;
  }
}

.travel_cont .container .gl_cont .gl_con .gl_item .textBox .text_head .ttl {
  font-size: 0.24rem;
  line-height: 0.26rem;
  font-weight: bold;
  color: #333333;
}

.travel_cont .container .gl_cont .gl_con .gl_item .textBox .text {
  width: 100%;
  color: #343434;
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 750px) {
  .travel_cont .container .gl_cont .gl_con .gl_item .textBox .text {
    -webkit-line-clamp: 5;
    font-size: 0.2rem;
    line-height: 0.24rem;
    height: 1.2rem;
    overflow: hidden;
  }
}

.med_ad {
  width: 100%;
  height: 5.72rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.54rem;
}

@media only screen and (max-width: 750px) {
  .med_ad {
    height: 3.64rem;
    font-size: 0.44rem;
  }
}

.map_cont {
  padding: 2rem 0;
}

@media only screen and (max-width: 750px) {
  .map_cont {
    padding: 0;
  }
}

.map_cont .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
}

@media only screen and (max-width: 750px) {
  .map_cont .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: inherit;
    padding: 0.4rem;
  }
}

.map_cont .content .traffic_info {
  height: 6.25rem;
  width: 50%;
  color: #707070;
  font-size: 0.16rem;
  padding-top: 0.2rem;
}

@media only screen and (max-width: 750px) {
  .map_cont .content .traffic_info {
    padding: 0.4rem 0rem;
    width: 100%;
    height: inherit;
    font-size: 0.24rem;
  }
}

.map_cont .content .traffic_info .text {
  margin-top: 0.2rem;
}

.map_cont .content .traffic_info .title {
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 750px) {
  .map_cont .content .traffic_info .title {
    padding-bottom: 0.3rem;
  }
}

.map_cont .content .traffic_info .title .name {
  font-size: 0.32rem;
  color: #000000;
}

.map_cont .content .traffic_info .title .line {
  font-size: 0.2rem;
  color: #9d9d9d;
}

.map_cont .traffic_map {
  width: 6.25rem;
  height: 6.25rem;
  padding: 0.36rem;
  background-image: url(../images/bg_ant3.png);
}

@media only screen and (max-width: 750px) {
  .map_cont .traffic_map {
    width: 100%;
    padding: 0.4rem;
  }
}

.map_cont .traffic_map #map {
  width: 100%;
  height: 5.53rem;
}

@media only screen and (max-width: 750px) {
  .ht_cont {
    padding: 0.6rem 0  !important;
  }
}

.ht_cont .swpBig {
  width: 12.44rem;
  margin: 0 auto;
  padding: 0.2rem;
  margin-bottom: 0.1rem;
  background-color: #836756;
  position: relative;
}

.ht_cont .swpBig .swiper-slide {
  width: 100%;
  height: 5.43rem;
}

.ht_cont .swpBig .swiper-prev {
  left: 0.2rem;
  background-image: url(../images/swp_left.png);
}

.ht_cont .swpBig .swiper-next {
  right: 0.2rem;
  background-image: url(../images/swp_right.png);
}

.ht_cont .swpBig .swiper-prev,
.ht_cont .swpBig .swiper-next {
  position: absolute;
  top: 0.2rem;
  width: 1.2rem;
  height: 5.43rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 0.15rem 0.32rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  outline: none;
}

.ht_cont .swpThumbs {
  width: 12.44rem;
  margin: 0 auto;
}

.ht_cont .swpThumbs .swiper-slide {
  position: relative;
  height: 2.41rem;
}

.ht_cont .swpThumbs .swiper-slide.swiper-slide-thumb-active .text {
  display: none;
}

.ht_cont .swpThumbs .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: #FFFFFF;
}

.ht_cont .htMobile {
  padding: 0.2rem;
}

.ht_cont .htMobile .item {
  width: 6.7rem;
  height: 3.03rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.ht_cont .htMobile .item .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.78rem;
  height: 3.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0.24rem;
  color: #333333;
}

.business_cont .container {
  padding: 0.85rem 0 2rem;
}

@media only screen and (max-width: 750px) {
  .business_cont .container {
    padding: 0.4rem;
    background-color: #F5F5F5;
  }
}

.business_cont .form_title {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #5a2727;
  font-size: 0.24rem;
}

@media only screen and (max-width: 750px) {
  .business_cont .form_title {
    font-size: 0.28rem;
  }
}

.business_cont input[type=text] {
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.2rem;
}

@media only screen and (max-width: 750px) {
  .business_cont input[type=text] {
    line-height: 0.75rem;
    height: 0.75rem;
  }
}

.business_cont textarea {
  height: 3.3rem;
  margin-bottom: 0.58rem;
}

.business_cont .textbox {
  margin-left: 0.4rem;
}

@media only screen and (max-width: 750px) {
  .business_cont .textbox {
    margin-left: 0;
  }
}

.business_cont .tijiao {
  text-align: right;
  margin-left: 0;
}

.business_cont .layui-btn {
  background-color: #5a2727;
  width: 1.6rem;
  line-height: 0.54rem;
  height: 0.54rem;
  border-radius: 4px;
  font-size: 0.2rem;
}

@media only screen and (max-width: 750px) {
  .business_cont .layui-btn {
    height: 0.88rem;
    line-height: 0.88rem;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    font-size: 0.24rem;
  }
}

.business_cont .zhTitle {
  color: #000000;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 750px) {
  .business_cont .zhTitle {
    margin-bottom: 0.5rem;
  }
}

.swiper-container {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #FFFFFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: .5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff6600;
}

.com_content {
  padding: 0.6rem 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

@media only screen and (max-width: 750px) {
  .com_content {
    padding: 0.3rem 0.4rem;
  }
}

.com_content .com_tbox {
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 750px) {
  .com_content .com_tbox {
    margin-bottom: 0.2rem;
  }
}

.com_content .com_title {
  text-align: center;
  font-size: 0.28rem;
  color: #333333;
}

.com_content .com_date {
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #333333;
  text-align: center;
}

.com_content img {
  margin-bottom: 0.2rem;
  border-radius: 6px;
}

@media only screen and (max-width: 750px) {
  .com_content img {
    border-radius: 0;
  }
}

.com_content .content {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.35rem;
}

@media only screen and (max-width: 750px) {
  .com_content .content {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
}

.layui-layer {
  margin: 0.15rem !important;
  margin-right: 0.5rem !important;
}

.mutainBg {
  background-image: url(../images/bg_culture3.png);
  background-color: #f2f2f2;
  padding-top: 0.72rem;
  padding-bottom: 1.7rem;
  background-position: center bottom;
}

@media only screen and (max-width: 750px) {
  .mutainBg {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }
}

.shuimoBg {
  background-image: url(../images/shuimo.png);
  background-color: #f1f1f1;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 750px) {
  .shuimoBg {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }
}

.loadmore {
  background-image: url(../images/arr_down.png);
  width: 100%;
  height: 0.3rem;
  margin-top: 0.3rem;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #851313;
}

.layui-laypage a:hover {
  color: #851313;
}

.lookMore {
  display: block;
  margin: 0.6rem auto 0.6rem;
  width: 1.8rem;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #5a2727;
  border-radius: 6px;
  font-size: 0.18rem;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .lookMore {
    width: 2.06rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

.lookMore.white {
  background-color: #FFFFFF;
  color: #707070;
}

.bgTitle {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bgTitle .text {
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

@media only screen and (max-width: 750px) {
  .bgTitle .text {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

.bgTitle .solid {
  width: 1.14rem;
  border-bottom: 2px solid #c9c9c9;
}

@media only screen and (max-width: 750px) {
  .bgTitle {
    height: 3rem;
  }
}

.tabs {
  background-color: #e6e6e6;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.tabs.gray {
  background-color: #836756;
}

.tabs.gray .tab {
  color: #FFFFFF;
}

.tabs.gray .tab.active, .tabs.gray .tab:hover {
  color: #ff4545;
}

@media only screen and (max-width: 750px) {
  .tabs {
    height: 1.08rem;
    font-size: 0.24rem;
  }
}

.tabs .tab {
  color: #666666;
  margin: 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tabs .tab .bgc {
  width: 0.38rem;
  height: 0.38rem;
  display: none;
  margin-bottom: 0.12rem;
}

@media only screen and (max-width: 750px) {
  .tabs .tab .bgc {
    margin-bottom: 0.06rem;
  }
}

.tabs .tab .bgc:first-child {
  display: block;
}

.tabs .tab.active, .tabs .tab:hover {
  color: #851313;
}

.tabs .tab.active .bgc:nth-child(2n),
.tabs .tab:hover .bgc:nth-child(2n) {
  display: block;
}

.tabs .tab.active .bgc:nth-child(2n+1),
.tabs .tab:hover .bgc:nth-child(2n+1) {
  display: none;
}

.toBtn {
  width: 0.43rem;
  height: 0.43rem;
  background-image: url(../images/toBtn.png);
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .toBtn {
    width: 0.64rem;
    height: 0.64rem;
  }
}

.toBtn2 {
  width: 0.43rem;
  height: 0.43rem;
  background-image: url(../images/toBtn2.png);
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .toBtn2 {
    width: 0.64rem;
    height: 0.64rem;
  }
}
/*# sourceMappingURL=all.css.map */</pre></body></html>