
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 12px/1.5 'microsoft yahei',tahoma, Srial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover { text-decoration: underline; color:#F40; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 12px/1.5 'microsoft yahei',tahoma, Srial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover { text-decoration: underline; color:#F40; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
p,img,span{
    /* transition: all 1s; */
}
a{
   text-decoration: none;
}
/*包含以下四种的链接*/
a {
   text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
   text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
   text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
   text-decoration: none;
}
/* 正在点击的链接*/
a:active {
   text-decoration: none;
}
[v-cloak] {
   display: none;
}
.init{
   color: #9a9a9a;
}

.flex_center{
   display: flex;
   flex-direction: row;
   align-items: center;
}
body,html {
   margin: 0;
   padding: 0;
   width: 100%;
}
.single_line_ellipsis {
    display: -webkit-box; /* 使用WebKit的盒子模型 */
    -webkit-box-orient: vertical; /* 盒子的子元素垂直排列 */
    -webkit-line-clamp: 5; /* 显示的行数 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示为省略号 */
  }
 /* PC端样式 - 媒体查询 */
 @media screen and (min-width: 960px) {
    /* 联系客服样式开始 */
    .pc-float-contact{
        width: .82rem;
        height: 0.86rem;
        background: #F7F2ED;
        box-shadow: 0px 4px 8px 0px rgba(156,141,122,0.41);
        border-radius: .48rem;
        border: 2px solid #FFFFFF;
        position: fixed;
        /* top:50%; */
        top: calc(50% + 0.86rem);
        margin-top:-0.93rem;
        right: .39rem;
        text-align: center;
        z-index: 1001;
        cursor: pointer;
    }
    .pc-kefu-icon{
        text-align: center;
        margin:0 auto;
    }
    .pc-kefu-icon1{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:.06rem;
    }
    .pc-kefu-icon2{
        display: flex;
        align-items: end;
        justify-content: center;
        margin-top:.04rem;
    }
    .pc-kefu-icon img{
        width:.72rem;
        height:.72rem;
    }
    .pc-kefu-icon img.addImgClass{
        width:.56rem;
        height:.56rem;
        padding:0.08rem;
    }
    .pc-line-icon{
        display: inline-block;
        width: .66rem;
        position:relative;
        top:-0.03rem;
        border: 1px solid #E3CEB1;
    }
    .pc-kefu-text{
        background: url("//cdn.xuansiwei.com/yangy11566/images/kefu/kefuK.png") no-repeat;
        background-size: 100% 100%;
        width:1.82rem;
        height:.72rem;
        text-align: center;
        font-weight: 400;
        font-size: .18rem;
        color: #9C703A;
        line-height: .67rem;
        letter-spacing: 1px;
    }
    .pc-float-content{
        right:1.18rem;
        position: fixed;
        top:50%;
        margin-top:-.8rem;
        z-index: 1001;
        width:2rem;
        display: none;
    }
    .pc-wx-text{
        background: url("//cdn.xuansiwei.com/yangy11566/images/kefu/wxK.png") no-repeat;
        background-size: 100% 100%;
        width:1.82rem;
        height:1.8rem;
        text-align: center;
        font-weight: 400;
        font-size: .18rem;
        color: #9C703A;
        letter-spacing: 1px;
    }
    .pc-float-content2{
        right:1.18rem;
        position: fixed;
        top:50%;
        margin-top:.245rem;
        z-index: 1001;
        width:2rem;
        display: none;
    }
    .blockClass{
        display: block;
    }
    .blockClass2{
        display: block;
    }
    /* 联系客服样式结束 */
    .header{
    position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 0 5px #888;
    }

    /* 顶部logo信息 */
    .main_top{
        width: 100%;
        height: 1.12rem;
        line-height: 1.12rem;
        background-color: #FFFFFF;
    }
    .top_image{
        width: 1.45rem;
        height: 0.72rem;
        margin-left: 2.6rem;
        float: left;
        margin-top: 0.2rem;
        object-fit: contain;
    }
    .top_title{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.2rem;
        color: #D42B28;
        line-height: 1.12rem;
        letter-spacing: 11px;
        text-align: center;
        font-style: normal;
        /* float: left; */
        margin-left: 3.36rem;      
    }
    .top_text{
        float: right;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.16rem;
        color: #333333;
        line-height: 1.12rem;
        letter-spacing: 0.03rem;
        text-align: left;
        font-style: normal;
        margin-right: 2rem;
        display: flex;
        flex-direction: row;
    }
    .top_text span{
        font-family: HelveticaNeue, HelveticaNeue;
        font-weight: bold;
        font-size: 0.26rem;
        color: #333333;
        line-height: 1.12rem;
        letter-spacing: 0.04rem;
        text-align: left;
        font-style: normal;
    }
  /* 导航 */
   .nav{
      width:100%;
      height: 0.8rem;
      background: #FA7E02;
   }

   .nav ul{
      height: 0.8rem;
      margin: 0 2.51rem;
      display: flex;
      flex-direction: row;
   }
   .nav a,.nav a:link,.nav a:visited{
      color: #FFFFFF;
      text-decoration: none;
       transition: color 0.5s;
   }
   .nav a:hover{
      color: #9A6217;
      background-color: #FFFFFF;
   }
  
   .nav ul .active a{
      display: inline-block;
      width: 1.8rem;
      color: #9A6217;
      background-color: #FFFFFF;
      font-weight: bold;
   }
  
   .nav ul li:nth-child(1){
      margin-left: 0;
   }
   .nav ul li{
      /* float: left; */
      width: 1.8rem;
      text-align: center;
   }
   .nav ul li:after{
      /* content: "";
      position: absolute;
       left: 0;
       bottom: 0;
       width: 0;
       height: 4px;
       background-color: #18411e;
       transform: translateY(150%);
       transition: width 0.5s; */
   }
   /* .nav ul li:hover:after{
      width: 100%;
   } */
   .nav ul li a{
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 0.22rem;
      color: #FFFFFF;
      line-height: 0.8rem;
      text-align: center;
      font-style: normal;
      display: inline-block;
      width: 1.8rem;
   }
   .nav_active{
    width:100%;
    height: 0.8rem;
    background: #fff;
   }
   .nav_active a:hover{
    color: #333333;
    /* background-color: #FFFFFF; */
 }
   .nav_active  ul .active a{
    display: inline-block;
    width: 1.8rem;
    color: #333333;
    background-color: #FFFFFF;
    font-weight: bold;
 }
   .nav_active ul li a{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.8rem;
    text-align: center;
    font-style: normal;
    display: inline-block;
    width: 1.8rem;
 }
 #navId  ul  a{
    color: #333333;
 }
 .nav_active{
  width:100%;
  height: 0.8rem;
  background: #fff;
 }
 #navId  ul li  a:hover{
  color: #9A6217;
  /* background-color: #FFFFFF; */
}
#navId  .nav_active  ul .active a{
    color: #9A6217;
}
 .two_nav{
    display: none;
    /* height:3.4rem; */
    /* height: 2.8rem; */
    background-color: #FFFFFF;
    color: #333333;
}
 .two_nav .two_nav_li a{
    width: 100%;
    height:0.65rem;
    line-height: 0.65rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-align: center;
}
.two_nav_item:hover .two_nav{
    display: block;
}
#header  .two_nav .two_nav_li a:hover{
    background: #D6AB70; 
    color: #FFFFFF;
}
#header .two_nav  .hover a{
    background: #D6AB70; 
    color: #FFFFFF;
}
     /* 公共底部 */
     .main_address{
      margin: 0.45rem 2rem;
      display: flex;
      flex-direction: row;
  }
  .main_address_left{
      display: flex;
      flex-direction: column;
      margin-top: 1.05rem;
  }
  .address_left_title img{
      width: 0.64rem;
  }
  .address_left_title span{
      margin-left: 0.22rem;
      font-family: STSongti-SC, STSongti-SC;
      font-weight: 900;
      font-size:0.3rem;
      color: #333333;
      line-height: 0.42rem;
      letter-spacing: 0.05rem;
      text-align: left;
      font-style: normal;
  }
  .address_left_address{
      margin:0.5rem  0 0.4rem 0.3rem;
      align-items: flex-start;
  }
  .address_left_address img{
      width: 0.31rem;
  }
  .address_left_address span{
      margin-left: 0.28rem;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 0.2rem;
      color: #333333;
      line-height: 0.28rem;
      letter-spacing: 0.03rem;
      text-align: left;
      font-style: normal;
      display: flex;
      flex-direction: row;
  }
  .address_left_address span span{
      margin-left: 0.02rem;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 0.2rem;
      color: #333333;
      line-height: 0.28rem;
      letter-spacing: 0.03rem;
      text-align: left;
      font-style: normal;
      display: inline-block;
      width: 3rem;
  }
  .address_left_mumber {
      margin-left: 0.3rem;
  }
  .address_left_mumber img{
      width: 0.32rem;
  }
  .address_left_mumber span{
      margin-left: 0.25rem;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 0.2rem;
      color: #333333;
      line-height: 0.28rem;
      letter-spacing:0.03rem;
      text-align: left;
      font-style: normal;
  }
  .address_left_mumber span span{
      margin-left: 0.02rem;
      font-family: HelveticaNeue, HelveticaNeue;
      font-weight: bold;
      font-size: 0.26rem;
      color: #333333;
      line-height: 0.32rem;
      letter-spacing: 0.04rem;
      text-align: left;
      font-style: normal;
  }
  .main_address_right{
      margin-left: 0.7rem;
  }
  .address_map{
      width: 9.28rem;
      height: 5.2rem;
  }
  .main_footer{
      width: 100%;
      height:4.98rem;
      /* background:url('//cdn.xuansiwei.com/yangy11566/images/bj2.png') center no-repeat; */
      background-color: #FA7E02;
      background-size: 100% 100%;
      position: relative;
      
  }
  .footer_list{
      display: inline-block;
      margin-left:calc((100% - 12.6rem)/2);
      margin-top: 0.90rem;
  }
  .footer_item{
      width:3.15rem;
      text-align: center;
      margin: auto;
      float: left;
  }
  .footer_item img{
      width: 1.7rem;
      margin:0.34rem 0
  }
  .footer_title{
      font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.33rem;
  letter-spacing: 0.01rem;
  text-align: center;
  font-style: normal;
  width: 100%;
  display: inline-block;
  }
  .footer_name{
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 0.20rem;
      color: #FFFFFF;
      line-height: 0.28rem;
      letter-spacing: 0.01rem;
      text-align: center;
      font-style: normal;   
      width: 100%;
      display: inline-block;
  }
  .main_filing{
      width: 100%;
      height:1.26rem ;
      text-align: center;
  }
  .main_filing span{
      display: block;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 0.16rem;
      color: #333333;
      line-height: 0.22rem;
      letter-spacing: 0.01rem;
      text-align: center;
      font-style: normal; 
      margin-top: 0.15rem;   
  }
  .main_filing span:nth-child(1){
      margin-top: 0.40rem;
  }
  
 }
 /* 移动端样式 - 媒体查询 */
@media screen and (max-width: 960px) {
    /* 联系客服样式开始 */
    .float-contact{
        width: .86rem;
        height: 1.54rem;
        background: #F0EAE2;
        box-shadow: 0px 4px 7px 0px rgba(156,141,122,0.41);
        border-radius: .43rem;
        border: 1px solid #FFFFFF;
        position: fixed;
        top:50%;
        margin-top:-0.77rem;
        right: .16rem;
        text-align: center;
        z-index: 1001;
        cursor: pointer;
    }
    .contact_icon{
        width:.72rem;
        height:.72rem;
        margin-top:.08rem;
    }
    .contact_content{
        font-weight: 400;
        font-size: .2rem;
        color: #9C703A;
        letter-spacing: 1px;
        margin-top:-.05rem;
    }
    /* 联系客服样式结束 */
/* 公共顶部 */
/* 顶部logo信息 */
.main_top{
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.top_image{
    width: 1.29rem;
    height: 0.65rem;
    margin-left: 0.32rem;
    margin-top: 0.14rem;
    float: left;
    object-fit: contain;
}
.top_title{
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #D42B28;
    line-height: 1.18rem;
    letter-spacing: 0.04rem;
    font-style: normal;
    float: left;
    margin-left: 0.7rem; 
    /* padding-top: 0.3rem;     */
}
.top_nav{
    float: right;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.35rem;
    margin-top: 0.4rem;
    
}
.yc_nav{
    display: none;
    position: fixed;
    top: 0.88rem;
    right: 0;
    z-index: 666;
    width: 100%;
    height: 100vh;
}
.yc_nav_div{
    width: 100%;
    height: calc(100% - 1rem);
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 6;
}
.yc_nav_ul{
    width: 2.6rem;
    background-color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 66;
}
.yc_nav_li,.yc_nav_li2{
    width: 100%;
    height:0.8rem;
    margin-bottom: 0.18rem;
    background-color: #fff;
    text-align: center;
}
.yc_nav_li2{
    background: #F9F5F1;
    margin-bottom: 0;
}
.yc_nav_li a,.yc_nav_li2 a{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #663E0F;
    line-height: 0.8rem;
    letter-spacing: 0.02rem;
    text-align: center;
    font-style: normal    
}
.yc_nav_li.active a,.yc_nav_li2.active a{
    display: inline-block;
    width: 2.6rem;
    color: #FFFFFF;
    background-color: #FA7E02;
    font-weight: bold;
 }






     /* 公共底部 */
     .main_address{
        margin: 0.7rem 0.32rem 0.4rem;
        display: flex;
        flex-direction: column;
    }
    .main_address_left{
        display: flex;
        flex-direction: column;
    }
    .address_left_title img{
        width: 0.64rem;
    }
    .address_left_title span{
        margin-left: 0.22rem;
        font-family: STSongti-SC, STSongti-SC;
        font-weight: 900;
        font-size:0.34rem;
        color: #333333;
        line-height: 0.48rem;
        letter-spacing: 0.06rem;
        text-align: left;
        font-style: normal;
    }
    .address_left_address{
        margin:0.5rem  0 0.2rem 0.3rem;
        align-items: flex-start;
    }
    .address_left_address img{
        width: 0.31rem;
    }
    .address_left_address span{
        margin-left: 0.28rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.42rem;
        letter-spacing: 0.05rem;
        text-align: left;
        font-style: normal;
        display: flex;
        flex-direction: row;
    }
    .address_left_address span span{
        margin-left: 0.02rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.42rem;
        letter-spacing: 0.05rem;
        text-align: left;
        font-style: normal;
        display: inline-block;
        width: 4.8rem;
    }
    .address_left_mumber {
        margin-left: 0.3rem;
    }
    .address_left_mumber img{
        width: 0.32rem;
    }
    .address_left_mumber span{
        margin-left: 0.25rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.42rem;
        letter-spacing:0.05rem;
        text-align: left;
        font-style: normal;
    }
    .address_left_mumber span span{
        margin-left: 0.02rem;
        font-family: HelveticaNeue, HelveticaNeue;
        font-weight: bold;
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.45rem;
        letter-spacing: 0.06rem;
        text-align: left;
        font-style: normal;
    }
    .main_address_right{
        /* margin-left: 0.7rem; */
    }
    .address_map{
        width: 100%;
        height: 3.84rem;
        margin-top: 0.24rem;
        position: relative;
    }
    .map22{
        width: 100%;
        height: 4.5rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .main_footer{
        width: 100%;
        height:2.4rem;
        /* background:url('//cdn.xuansiwei.com/yangy11566/images/min/bj2.png') center no-repeat; */
        background-color: rgb(250,126,2);
        background-size: 100% 100%;
        position: relative;
        margin-top: 0.6rem;
    }
    .footer_list{
        height:2.4rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0.1rem 0.1rem;
    }
    .footer_item{
        text-align: center;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
       
    }
    .footer_item img{
        width: 1.2rem;
        margin:0.1rem 0
    }
    .footer_title{
        font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    letter-spacing: 0.01rem;
    text-align: center;
    font-style: normal;
    width: 100%;
    display: inline-block;
    }
    .footer_name{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.22rem;
        letter-spacing: 0.01rem;
        text-align: center;
        font-style: normal;   
        width: 100%;
        display: inline-block;
    }
    .main_filing{
        width: 100%;
        height:1.2rem ;
        text-align: center;
    }
    .main_filing span{
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.2rem;
        color: #333333;
        line-height: 0.28rem;
        letter-spacing: 0.01rem;
        text-align: center;
        font-style: normal; 
        margin-top: 0.07rem;   
    }
    .main_filing span:nth-child(1){
        margin-top: 0.18rem;
    }
}