


* {
    padding: 0px;
    margin: 0px;
}





.social-item {
  position: relative;
}

.social-qrcode {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.social-qrcode img {
  width: 150px;
  height: 150px;
  display: block;
}

.social-item:hover .social-qrcode {
  display: block;
}



 .horizontal-line {
      width: 50px;
      height: 1px;
      background: #f1eee8;
      position: relative;
     margin-top:25px;
    }

    .horizontal-line::after {
      content: '';
      position: absolute;
      right: -4px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: #f1eee8;
      border-radius: 50%;
    }


 .horizontal-line1 {
      width: 50px;
      height: 1px;
      background: #f1eee8;
      position: relative;
     margin-top:25px;
    }

    .horizontal-line1::before {
      content: '';
      position: absolute;
      left: -4px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: #f1eee8;
      border-radius: 50%;
    }


.relic-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .relic-item:hover .relic-label {
      opacity: 1;
      pointer-events: auto;
    }

 .relic-item:hover .vertical-line{
      opacity: 1;
      pointer-events: auto;
    }

.relic-center:hover .relic-label {
      opacity: 1;
      pointer-events: auto;
    }

 .relic-center:hover .vertical-line{
      opacity: 1;
      pointer-events: auto;
    }

    .relic-label {
      text-align: center;
      margin-top: 15px;
      color: #fff;
      font-size: 14px;
      letter-spacing: 2px;
      writing-mode: vertical-rl;
      text-orientation: upright;
       opacity: 0;
    }


@keyframes slideIn {
      from {
        opacity: 0;
        transform: translateX(-100px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }


.footer {
      background: #5c4a37;
      padding: 60px 50px 40px;
      position: relative;
    }

    .footer-top {
      display: flex;
      justify-content: center;
      gap: 350px;
      margin-bottom: 40px;
    }

    .social-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
    }

    .social-icon {
      width: 60px;
      height: 35px;
      margin-bottom: 15px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s ease;
    }


    .social-icon img {
      width: 30px;
      height: 30px;
    }

    .social-text {
      color: #f1eee8;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .social-line {
          width: 6px;
    height: 6px;
    background: #f1eee8;
    position: relative;
    border-radius: 50%;
    position: absolute;
    top: 126px;
    }

    .social-line::after {
       content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    /* background: #d4b896; */
    border-radius: 50%;
    border: 1px solid #f1eee8;
    }

    .footer-line {
      height: 1px;
      background:#f1eee8;
      margin-bottom: 30px;
    }

    .friendship-links {
      text-align: center;
      margin-bottom: 40px;
    }

    .links-title {
      color: #fff;
      font-size: 14px;
      margin-bottom: 25px;
      letter-spacing: 3px;
    }

    .links-selects {
      display: flex;
      justify-content: center;
      gap: 30px;
    }

    .select-wrapper {
      position: relative;
      width: 310px;
    }

    .custom-select {
         width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    background: url(/template/1/rs-cms/img/shaixuan.png);
    background-size: 100% 100%;
    border: none;
    color: #d38321;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    outline: none;
    }

    .select-arrow {
      position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 14px;
    /* border-left: 6px solid transparent; */
    /* border-right: 6px solid transparent; */
    /* border-top: 6px solid #d4b896; */
    pointer-events: none;
    background: url(/template/1/rs-cms/img/shaixuanxia.png);
    background-size: 100% 100%;
    }

    .select-line {
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, #d4b896, transparent);
    }

    .footer-bottom {
      text-align: center;
      padding-top: 30px;
    }

    .copyright {
      color: #f1eee8;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .contact-info {
      display: flex;
      justify-content: center;
      gap: 60px;
      color: #f1eee8;
      font-size: 14px;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .contact-icon {
      width: 20px;
      height: 20px;
    }

    .qrcode-box {
      position: absolute;
      top: -120px;
      right: 100px;
      width: 120px;
      height: 120px;
      background: #fff;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .qrcode-box img {
      width: 100%;
      height: 100%;
    }

    @media screen and (max-width: 900px) {
      .footer-top {
        gap: 80px;
      }

      .links-selects {
        flex-wrap: wrap;
        gap: 20px;
      }

      .select-wrapper {
        width: 100%;
        max-width: 280px;
      }

      .contact-info {
        flex-wrap: wrap;
        gap: 20px;
      }

      .qrcode-box {
        display: none;
      }
    }






    .title-section {
      text-align: center;
      margin-bottom: 60px;
    }

    

    .main-title {
      font-size: 40px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 8px;
      margin-bottom: 15px;
    }

    .view-more-btn {
      display: inline-block;
      padding: 8px 25px;
      border-bottom: 2px solid #fff;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
    }

    .view-more-btn:hover {
      background: rgba(181, 166, 143, 0.2);
    }

    

    .bottom-decoration {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 120px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%235c4a37" fill-opacity="0.6" d="M0,64L48,69.3C96,75,192,85,288,90.7C384,96,480,96,576,85.3C672,75,768,53,864,48C960,43,1056,53,1152,58.7C1248,64,1344,64,1392,64L1440,64L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z"></path></svg>') no-repeat bottom;
      background-size: cover;
      pointer-events: none;
    }




  


    .item-text {
      color: #fff;
      font-size: 14px;
      writing-mode: vertical-rl;
      letter-spacing: 8px;
      text-align: center;
    }

 

 




/* 定义从左侧进入的动画 */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* 定义从右侧进入的动画 */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* 应用动画到元素 */
.slide-in-left {
  animation: slideInLeft 5s forwards;
}

.slide-in-right {
  animation: slideInRight 5s forwards;
}




.rotate-image {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.index_pre_right_item{
  text-align:center;
}

.index_pre_right_item::after {
        content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    /* margin-top: -18px; */
    position: absolute;
    top: -28px;
    margin-left: -6px;
}

.index_pre_right_item1::after{
        content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    /* margin-top: -18px; */
    position: absolute;
    top: -28px;
    margin-left: -6px;
}


@font-face {
	font-family: SourceHanSerifSC-Regular;
	src: url(/template/1/rs-cms/css/font/SourceHanSerifSC-Regular.otf);
}
@font-face {
	font-family: SourceHanSerifSC-Bold;
	src: url(/template/1/rs-cms/css/font/SourceHanSerifSC-Bold.otf);
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    /*background: #eee;
    font-family: SourceHanSerifSC-Regular!important;*/
    font-family: 'Microsoft YaHei', Arial, sans-serif!important;
    font-size: 14px;
    color: #101010;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}


.menu-div{
    height: 80px;
    line-height: 80px;
    background-image: url("/template/1/rs-cms/img/newTopBck.png");
    background-repeat: repeat-x;
    background-size: contain;
}


.menuDiv{
height: 80px;
    line-height: 80px;
    background-image: url("/template/1/rs-cms/img/newTopBck.png");
    background-repeat: repeat-x;
    background-size: contain;
}

.menu_logo {
    width: 225px!important;
    height: 38px!important;
    line-height: 38px!important;

}
.menu_logo img {
    width: 100%;
    height: 100%;

}
.menu_logo_img{
    width: 100%;
    height: 100%;
}
.menu-ul {
    position: relative;
    text-align:right;
    flex:1;
a:active,
a:hover {
    color: #f9edd9;
}

}

.menu-li {
    margin-right: 5%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.menu-ul a:nth-last-child(1){
    margin-right:0;
}
.current-li {
    padding-bottom: 25px;
    color: #f9edd9;
}

/*.content {
	width: 100%;
	height: auto;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}*/
.content {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    border: 0px;
    background: url("../img/newContentBck.png");
    /*background-size:contain;*/
}
.rightnotice {
   width:64px;
  position: fixed;
  z-index:1000;
    top:50%;
    right: 52px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    display:none;
}

.rnotice_one {
    width: 64px;
    height: 64px;
    background: #101010;
    cursor: pointer;


}
.rnotice_one_img{
    margin-top: 6px;
}
.rnotice_two {
    width: 64px;
    height: 64px;
    background: #101010;
    cursor: pointer;
}

.rnotice_left {
    width: 144px;
    height: 169px;
    position: absolute;
    top: 0;
    right: 65px;
    background: #fff;
    color: #101010;
    opacity: 0;
}
.rnotice_left_img{
    margin: 13px 13px 5px 13px;
    width: 120px;
    height: 120px;
}
.banner {
    width: 100%;
    height: 920px;
}

.serve_banner {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    --swiper-pagination-color: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-bullet-active {
    width: 44px !important;
    height:14px!important;
    background-color: #fff !important;
    border-radius: 15px !important;
    opacity: 1;
}
.index_nav {
    margin: 50px auto 40px;
    height: 149px;
    padding: 0 8%;
    min-width: 1200px;


}
.index_navimg{
    width: 100%;
    height: 100%;
}

.index_pre_dialog {
    display: none;
    transform: translateY(-536px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 536px;
    z-index: 10000;
}

.predialog_con {
    position: absolute;
    margin: 0 auto;
    top: 16%;
    left: calc(50% - 160px);
    padding: 30px 30px;
    width: 327px;
    height: auto;
    background: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 28px;
    z-index: 30;
    text-align:center;
}



.pred_con_img {
    margin-top: 15px;
    width: 90%;
    height: 100%;
}





@media screen and (max-width: 2560px) {

  
  .pre_dialog_close {
    position: absolute;
    top: 13%;
    left: calc(53% + 123px);
    z-index: 40;
}
  
  .info_con_four_out{
     width: calc(60% - 13px);
      height: 377px;
    overflow:hidden;
  }
  .info_con_four {
    margin-top: 13px;
    width: calc(60% - 13px);
    height: 377px;
    background: url(/template/1/rs-cms/img/mtgz.png) no-repeat;
    background-size: 100% 100%;
   	border-radius: 8px;
    overflow:hidden;
     -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
    transition: all 3s cubic-bezier(.165, .84, .44, 1);
}
  .info_con_four:hover{
    	transform: scale(1.03);
       -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
      transition: all 3s cubic-bezier(.165, .84, .44, 1);
  }
  
  
.footer_bt_ul_li{
   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
  
    .nav {
        display: flex;
    padding: 40px 0 50px;
    margin: 0 auto;
    width: 1550px;
    border-bottom: solid 1px #9e7b4b;
    font-size: 36px;
    color: #101010;
    cursor: pointer;
}
  
    .roll .wrap1 {
        width: 1550px;
        overflow: hidden;
        height: 388px;
        margin: 0 auto;
        position: relative;
    }



    .menu {
        box-sizing: border-box;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:1550px;
        height: 80px;
        line-height: 80px;

    }


    .info {
        margin: 40px auto 0;
        width: 1900px;
    }

    .index_pre_right {
        position: absolute;
        width:450px;
        height: 425px;
        display: flex;
      
      top: calc(50vh - 20px);
    right: 0px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
      
    }

    .pre_con_left {
        width:400px;
        padding: 42px 1% 2% 32px;
    }


    .index_pre_con {
        position: absolute;
        top: 42px;
        left: 100px;
        width:1418px;
        height: 425px;
        display: flex;
        background: #FFFAF6;
    }


    .foolter_select {
        display: flex;
        justify-content:space-between;
        width:1250px;
        margin:30px auto 0 auto;
    }

    .footer_bt_ul{
        display: flex;
        justify-content: center;
        align-items: center;
        width:1250px;
        margin:0 auto;
    }








  .barrier{
   
              font-family: MicrosoftYaHei;
              font-size: 16px;
              padding: 3px 0;
              width: 72px;
              border: 1px solid #fff;
              color: #fff;
              border-radius: 30px;
              text-align: center;
              cursor: pointer;display:inline-block;height:25px;line-height:25px;
}

  }



@media screen and (max-width: 1920px) {
  
  
 
  
  .index_pre_mid_right_img{
    width: 480px;
    height: 120px;
}
  .pre_dialog_close {
    position: absolute;
    top: 13%;
    left: calc(54% + 123px);
    z-index: 40;
}
 
  .pre_con_left_pretime {
    margin-top: 8%;
    display: flex;
    font-family: MicrosoftYaHei;
    font-size: 25px;
    line-height: 37px;
     color:#e9e7dc;
}
   .info_con_four_out{
     width: calc(60% - 13px);
      height: 377px;
     overflow:hidden;
  }
  .info_con_four {
    margin-top: 13px;
    width: calc(60% - 13px);
    height: 377px;
    background: url(/template/1/rs-cms/img/mtgz.png) no-repeat;
    background-size: 100% 100%;
   border-radius: 8px;
    overflow:hidden;
    -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
      transition: all 3s cubic-bezier(.165, .84, .44, 1);
}
.info_con_four:hover{
    	transform: scale(1.03);
       -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
      transition: all 3s cubic-bezier(.165, .84, .44, 1);
  }  
  
.footer_bt_ul_li{
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
  .nav {
       display: flex;
    padding: 40px 0 50px;
    margin: 0 auto;
    width: 1550px;
    border-bottom: solid 1px #9e7b4b;
    font-size: 36px;
    color: #101010;
    cursor: pointer;
}
  
  
    .roll .wrap1 {
        width: 1550px;
        overflow: hidden;
        height: 388px;
        margin: 0 auto;
        position: relative;
    }



    .menu {
        box-sizing: border-box;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:1550px;
        height: 80px;
        line-height: 80px;
    }


    .info {
        margin: 18px auto 0;
        width: 1550px;
    }

     .index_pre_right {
        position: absolute;
        width:450px;
        height: 425px;
        display: flex;
      
      top: calc(50vh - 20px);
    right: 0px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
      
    }


    .pre_con_left {
        width:400px;
        padding: 42px 1% 2% 32px;
    }


    .index_pre_con {
        position: absolute;
        top: 42px;
        left: 100px;
        width: 1418px;
        height: 425px;
        display: flex;
        background: #FFFAF6;
    }


    .foolter_select {
        display: flex;
        justify-content:space-between;
        width:1250px;
        margin:30px auto 0 auto;
    }

    .footer_bt_ul{
        display: flex;
        justify-content: center;
        align-items: center;
        width:1250px;
        margin:0 auto;
    }



}


@media screen and (max-width: 1440px) {
  

  
      .info {
        margin: 40px auto 0;
        width: 1250px;
    }
  
  .menu {
        box-sizing: border-box;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:1250px;
        height: 80px;
        line-height: 80px;

    }

  
  
   
 
    }
  
    @media screen and (max-width: 1366px) {
      
      
     
  .index_pre_mid_right_img{
      width: 380px;
      height: 120px;
  }
  
  .pre_dialog_close {
    position: absolute;
    top: 13%;
    left: calc(54% + 147px);
    z-index: 40;
}
  
  

  .pre_con_left_pretime {
    margin-top: 8%;
    display: flex;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 40px;
     color:#e9e7dc;
}
   .info_con_four_out{
     width: calc(60% - 13px);
      height: 377px;
     overflow:hidden;
  }
  .info_con_five{
    width: calc(60% - 13px);
    height: 377px;
    background: url(/template/1/rs-cms/img/zhenghuo.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    position: relative;
  }
  .info_con_four {
    margin-top: 13px;
    width: calc(60% - 13px);
    height: 377px;
    background: url(/template/1/rs-cms/img/meitigaunzh.png) no-repeat;
    background-size: 100% 100%;
   border-radius: 8px;
 	overflow:hidden;
    -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
      transition: all 3s cubic-bezier(.165, .84, .44, 1);
}
.info_con_four:hover{
    	transform: scale(1.03);
       -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
      transition: all 3s cubic-bezier(.165, .84, .44, 1);
  }  
  
  
.footer_bt_ul_li{
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
  .footer_bt_ul li:nth-last-child(1){
    	margin-right:0px;
  } 
  .nav {
        display: flex;
    padding: 40px 0 50px;
    margin: 0 auto;
    width: 1250px;
    border-bottom: solid 1px #9e7b4b;
    font-size: 36px;
    color: #101010;
    cursor: pointer;
}
  
  
    .roll .wrap1 {
        width: 1250px;
        overflow: hidden;
        height: 388px;
        margin: 0 auto;
        position: relative;
    }


    .menu {
        box-sizing: border-box;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:1250px;
        height: 80px;
        line-height: 80px;

    }



    .footer_bt_ul{
        display: flex;
        justify-content:center;
        align-items: center;
        width:1350px;
        margin:0 auto;
    }

    .foolter_select {
        display: flex;
        justify-content:space-between;
        width:1250px;
        margin:30px auto 0 auto;
    }



    .pre_con_left {
        width:318px;
        padding: 42px 1% 2% 32px;
    }

    .info {
        margin: 18px auto 0;
        width: 1250px;
    }


      .index_pre_right {
        position: absolute;
        width:450px;
        height: 425px;
        display: flex;
      
      top: calc(50vh - 20px);
    right: 0px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
      
    }









    .index_pre_con {
        position: absolute;
        top: 42px;
        left: 100px;
        width: 1124px;
        height: 425px;
        display: flex;
        background: #FFFAF6;
    }

}





.pre_con_left1 {
    padding: 42px 1% 2% 32px;
}

.precon_left {
    font-family: SourceHanSerifSC-Bold;
    font-size: 16px;
    color: #fff;
}






.pre_con_left_order {
    margin-top: 25px;
    position: relative;

}
.pre_con_left_order_span{
    position: absolute;
    top: 20%;
    left: 17%;
    color: #9F5700;
    font-size: 18px;
    font-weight: bold;
}


.pre_con_left_fg {
    margin-top: 7%;
    width: 107px;
    height: 3px;
    background: #AE8148;
}

.pre_con_left_pretime_img{
    margin-right: 11px;
    width: 26px;
    height: 26px;
}
.pre_con_left_address {
    margin-top: 0px;
}

.pre_con_fg {
    margin-left: 20px;
}



.index_pre_mid_left {
    display: flex;
    flex-direction: column;
}
.index_pre_mid_left_img{
    width:265px;
    height:182px;
}
.index_pre_mid_right {
    flex: 1;
    display: flex;
    flex-direction: column;


}
.index_pre_mid_1 {
    position: relative;
}

.index_pre_mid_1:hover {
    -webkit-transform: transform: scale(1.1);;
    transform: scale(1.1);
    -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
    transition: all 3s cubic-bezier(.165, .84, .44, 1);
}

.index_pre_mid_des {
    position: absolute;
    top: 33%;
    left: 35%;
    font-size: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;

img {

}

}
.index_pre_mid_des_img{
    margin-top: 14px;
    width: 28px;
    height: 28px;
}
.index_pre_mid_des1 {
    position: absolute;
    top: 33%;
    left: 16%;
    width: 68%;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.index_pre_mid_des1_img{
    width: 28px;
    height: 28px;
}


.info_con {
    margin-top: 20px;
}

.info_title {
    display: flex;
    justify-content: space-between;
}

.info_title_one {
    display: flex;
    align-items: center;


}
.info_title_one_text {
    font-size: 40px;
    color: #101010;
    font-family: SourceHanSerifSC-Bold;
    margin-left: 12px;
}

.info_title_two {
    margin: 0 12px;
    font-size: 22px !important;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color:#101010;
  
}

.info_con_one {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58%;
    height: 377px;
  background:#bb9f87;
 border-radius: 10px;
  position:relative;
}

.info_con_two {
width: calc(42% - 8px);
    display: flex
;
    justify-content: space-between;
    align-items: center;
    height: 377px;
    background: #b99d99;
    border-radius: 10px;
    position: relative;
 
}

.info_con_three {
    margin-top: 13px;
    margin-right: 13px;
    display: flex;
    justify-content: space-between;
    width: 40%;
    height: 377px;
    background:  #b2aa9f;
   border-radius: 10px;
   position:realtive;
}



.info_con_one_con_content{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info_con_one_con {
    flex: 1;
    width: calc(100% - 60px);
    padding: 34px 45px 34px 34px;
}
.info_con_one_con_p{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top:30px;
}
.info_con_one_con_ul {
    display: flex;
    flex-direction: column;
    margin: 22px 0 32px;
    height:269px;
    line-height:31px;
}
.info_con_one_con_ul_li{
  	margin-left:-7px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info_con_one_con_ul_li:hover{
  font-weight:bold;
}
.info_con_one_con_ul_li_img{
    margin-right: 14px;
}
.info_con_one_con_ul_p{
    margin-right:10px;
    display: flex;
    font-size:18px!important;


}
.info_con_three_con {
    padding: 34px 45px 34px 34px;
    position: relative;

p {

}

img {
    position: absolute;
    left: 41%;
    margin: 0 auto;
}
}
.info_con_three_con_p{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.info_con_one_img {

    height: 287px;
     position:absolute;
   top:30px;
    right:50px;

img {
    width: 90%;
    height: 100%;
}
}

.info_con_two_img {
    height: 245px;
   position:absolute;
   top:0px;
    right:0px;
}
.info_con_three_img {
    margin-top: 6%;
    margin-right: 5%;
}
.zl_con {
    margin-top: 40px;
}



.ZLswiper-slide {
    width: 336px !important;
    height: 669px !important;
    --swiper-navigation-color: #9f7c4a !important;
    /* 单独设置按钮颜色 */
}
.ZLswiper-slide img{
    width: 336px !important;
    height: 669px !important;
}
.ww_con {
    margin: 42px auto;
    position: relative;
    width: 100%;
    height: 419px;
    background: url(/template/1/rs-cms/img/ww_bg.png);
    background-size: 100%;
    overflow: hidden;

}

.roll {
    margin: 42px auto;
    width: 100%;
    height: 419px;
    background: url(/template/1/rs-cms/img/ww_bg.png) no-repeat;
    background-size: 100% 100%;
}



.roll li {
    float: left;
    list-style: none;
    margin: 40px 10px;
    width: 268px;
    height: 339px;
    background: url(/template/1/rs-cms/img/ww_bg12.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.roll li:hover{
    background: url(/template/1/rs-cms/img/ww_bg13.png) no-repeat;
    background-size: 100% 100%;
}
.roll ul {
    position: absolute;
    top: 0;
    left: 0;
}

.ww_con_item_text {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #9E7B4B;
    z-index: 20;
    transform: translateY(83%);


}
.ww_con_item_text_span{
    width:130px;
    margin: 6px 11px 0 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ww_con_item_img{
    margin-top:40px;
    width:217px;
    height:217px;
}
.more_con {
    width: 100%;
    height:216px;
    display: flex;
    justify-content: space-between;
    transition-duration:1.2s;

li{


}
}
.more_con a:nth-child(1) li{
    height:216px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 0 30px;
    background: url(/template/1/rs-cms/img/our.png) no-repeat;
    background-size: 100% 100%;
}
.more_con a:nth-child(2) li{
    height:216px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 0 30px;
    background: url(/template/1/rs-cms/img/more2.png) no-repeat;
    background-size: 100% 100%;
}
.more_con a:nth-child(3) li{
    height:216px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 0 30px;
    background: url(/template/1/rs-cms/img/more3.png) no-repeat;
    background-size: 100% 100%;
}
.more1 {
    width: 32%;
    height:216px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 0 0;

}
.more1 :hover{
    -webkit-transform: transform: scale(1.1);;
    transform: scale(1.1);
    -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
    transition: all 3s cubic-bezier(.165, .84, .44, 1);
}
.more2 :hover{
    -webkit-transform: transform: scale(1.1);;
    transform: scale(1.1);
    -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
    transition: all 3s cubic-bezier(.165, .84, .44, 1);
}
.more3 :hover{
    -webkit-transform: transform: scale(1.1);;
    transform: scale(1.1);
    -webkit-transition: all 3s cubic-bezier(.165, .84, .44, 1);
    transition: all 3s cubic-bezier(.165, .84, .44, 1);
}
.more2 {
    width: 32%;
    height:216px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 0 0;
}

.more3 {
    width: 32%;
    height:216px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 0 0;
}



.footer {
    padding-top: 42px;
    max-height: 380px;
    background: url(/template/1/rs-cms/img/index-bottom.png) no-repeat;
    background-size: 100% 100%;
}

.footer_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;

}

.footer_hr {
    width: calc(100% - 2px);

    color: #4d4035 !important;
}

.footer_visit {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    display:none;
}
.footer_visit_ul{
    display: flex;
}
.footer_visit_ul_li{
    margin-right: 4px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #666666;
    border-radius: 4px;
}
.mt40 {
    margin-top: 40px;
}



.foolter_select_item {
    width: 28%;
    height: 46px;
    background: url(/template/1/rs-cms/img/shaixuan.png) no-repeat;
    background-size: 100% 100%;
}

.footer_Copyright {
    margin-top: 22px;
    font-size: 14px;
}

.footer_bt {
    margin-top: 23px;
    text-align: center;
}


.footer_bt_ul_li_img{
    margin-right: 10px;
    width: 19px;
    height: 19px;
}


.nav>.nav-item {
    position: relative;
    margin-right: 120px;
    display: flex;
    align-items: center;
    color: #101010;
    outline: none;
    text-decoration: none;
}

.nav>.nav-item.active {
    color: #9e7b4b;
    font-weight: bold;
}

.nav>.nav-item .nav-item-txt {
    flex: 1;
}

.nav>.nav-item .decorate {
    flex: none;
    position: absolute;
    right: -80px;
}

.nav>.nav-item.active::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -20px;
    border-bottom: solid 4px #9e7b4b;
}


.link_select{position: relative;display: inline-block;width:480px; height:50px; border-radius:25px; float:left; text-align:left; background:#fff;cursor:pointer; z-index:2;}
.link_option_t{
  color:#785e2c;
  
  width:100%; text-indent:30px; height:50px; line-height:50px; background:url(../images/shaixuan.png) top right no-repeat;}
.link_option{   
  display: none;
    position: absolute;
    width: 380px;
    background: #fff;
    max-height: 180px;
    overflow-y: scroll;
    text-align: left;}
.link_option p{width:100%; height:40px; line-height:40px; text-indent:30px; font-size:14px;}
.link_option a:link,.link_option a:hover,.link_option a:active{
    color: #101010;
    text-decoration: none;
}


.link_option p:hover{ background:#f2f2f2;}
.foolter_select_item{

}


.wbox { margin:40px 0px 20px 20px;overflow: hidden;   display: flex;
    justify-content: center;}
.wbox ul{
    float: right;
}
.wbox li{
    float: left;
    margin-left:10px;
    line-height:30px;
}
.wbox li::marker{
    content:' ';
}

.pageSize{
    border:1px solid #9E7B4B;
    padding:0 5px;
    height:30px;
    line-height:30px;
    text-align: center;
    margin:0px 2px;
    float:left;
    display:block;
    text-decoration:none;
    font-size:12px;
    color:#9E7B4B;
    cursor: pointer;
    border-radius:10px;
}


.wbox a{ border:1px solid #9E7B4B;padding:0 5px;height:30px;line-height:30px;text-align: center; margin:0px 2px; float:left; display:block;
    text-decoration:none; font-size:12px; color:#9E7B4B;}
.wbox a.arrow:hover{color:#fff; display:block;background:#409fee;padding:0 5px;height:30px;line-height:30px;text-align: center;  margin:0px 2px; float:left;}
.wbox a:hover{
    display:block;
    position:relative; background:#9E7B4B;padding:0 5px;height:30px;line-height:30px;text-align: center;   z-index:9999;color:#fff;}
.wbox a.hover{display:block;position:relative; background:#9E7B4B; padding:0 5px;height:30px;line-height:30px;text-align: center;color:#fff; }

.news-pre{
    overflow: hidden;
    height: 30px;
    line-height:30px;
    margin-bottom: 10px;
}
.news-pre span{
    float: left;
}
.news-pre a{
    float: left;
    cursor: pointer;
}
.news-next{
    overflow: hidden;
    height: 30px;
    line-height:30px;
}
.news-next span{
    float: left;
}
.news-next a{
    float: left;
    cursor: pointer;
}


.line-clamp {
    white-space: initial;white-space: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.lc1 { -webkit-line-clamp: 1; }
.lc2 { -webkit-line-clamp: 2; }
.lc3 { -webkit-line-clamp: 3; }
.lc4 { -webkit-line-clamp: 4; }
.lc5 { -webkit-line-clamp: 5; }
.lc7 { -webkit-line-clamp: 7; }

.songti{
   font-family: SourceHanSerifSC-Bold!important;}

.normalSt{
   font-family: SourceHanSerifSC-Regular!important;
}


.siyuan{
   font-family: 'SourceHanSansCN', sans-serif!important}

.normalSy{
   font-family: 'SourceHanSansCN', sans-serif!important;
}


.info_title_two:active,
.info_title_two:hover,
.info_title_two:visited,
.info_title_two:link  {
    color: #101010;
}


.yahei{
      font-family: 'Microsoft YaHei', Arial, sans-serif;
}

.bottomImg{
      vertical-align: bottom;
}

.boxShadow{
  box-shadow:0px 6px 16px -7px rgb(186 186 186 / 90%)
}

.normalP{
font-size:20px!important;
  line-height:40px!important;
   color:#101010!important;
}


.mask{
  width:100%;
		height:100%;
		position: fixed;
		z-index:1000;
		background: rgb(0, 0, 0, 0.3);
		top:0px;
		right:0px;
        display:none;
}