:root {
  --base-font: calc(100vw / 1920); 
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
    margin: 0;
    padding: 0;;
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    font-size: calc(var(--base-font) * 18);
}
input {
  background-color: transparent;
  border: 0;
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

a{text-decoration: none}
ul{padding: 0;margin: 0;}
li{list-style:none}

button:active {
  opacity: 0.6;
}



.clear{clear:both}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}


.wp-14{width:calc(var(--base-font) * 1400);margin:0 auto}

#header-nav{
    background-color: rgba(0, 0, 0, 1);
    height: calc(var(--base-font) * 120);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-nav .logo{
    width: calc(var(--base-font) * 269);
    height: calc(var(--base-font) * 50);
    margin-left: calc(var(--base-font) * 50);
}
#header-nav .nav {
  overflow-wrap: break-word;
  font-size: 0.83rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
    align-items: center;
}

#header-nav .nav a {
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-right: 40px;
}
#header-nav .nav a.cur{color: #FFE2D3;}
#header-nav .nav a:hover{color:#FFE2D3}

/*列表页banner*/
.list-header-banner {
    height: calc(var(--base-font) * 380);
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.list-header-banner .t1{
  width: calc(var(--base-font) * 150);
  height: calc(var(--base-font) * 36);
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: calc(var(--base-font) * 36);
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 36);
  margin: calc(var(--base-font) * 155) 0 0 calc(var(--base-font) * 350);

}
.list-header-banner .t2 {
  width: calc(var(--base-font) * 201);
  height: calc(var(--base-font) * 15);
  overflow-wrap: break-word;
  color: rgba(223, 223, 223, 1);
  font-size: calc(var(--base-font) * 18);
  font-family: MicrosoftYaHei;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 18);
  margin: calc(var(--base-font) * 20) 0 calc(var(--base-font) * 154) calc(var(--base-font) * 350);
}
/*列表页banner  end*/




/*footer*/
.footer {
  background-color: rgba(17, 17, 18, 1);
  width: 100%;
  height: calc(var(--base-font) * 350);
  margin-top: calc(var(--base-font) * 50);
}

.section_20 {
  width: calc(var(--base-font) * 1229);
  height: calc(var(--base-font) * 174);
  margin: calc(var(--base-font) * 60) 0 0 calc(var(--base-font) * 100);
}

.box_35 {
  width: calc(var(--base-font) * 119);
  height: calc(var(--base-font) * 96);
}

.image_14 {
  width: calc(var(--base-font) * 114);
  height: calc(var(--base-font) * 50);
  margin-left: 1px;
}

.footer .tip {
    color: rgba(255, 226, 211, 1);
    font-size: calc(var(--base-font) * 20);
    font-family: MicrosoftYaHei;
    font-weight: bold;
    white-space: nowrap;
}

.box_36 {
  width: calc(var(--base-font) * 280);
  height: calc(var(--base-font) * 174);
  margin-left: calc(var(--base-font) * 150);
}

.text-group_51 {
  width: calc(var(--base-font) * 82);
  height: calc(var(--base-font) * 46);
}

.contact_text1 {
  color: rgba(255, 255, 255, 1);
    font-size: calc(var(--base-font) * 20);
    font-family: MicrosoftYaHei;
    font-weight: bold;
    white-space: nowrap;
}

.text_56 {
    color: rgba(255, 255, 255, 1);
    font-size: calc(var(--base-font) * 20);
    font-family: MicrosoftYaHei;
    white-space: nowrap;
}

.image_15 {
  width: calc(var(--base-font) * 280);
  height: 1px;
  margin-top: calc(var(--base-font) * 20);
}

.text-wrapper_5 {
  width: calc(var(--base-font) * 279);
  height: calc(var(--base-font) * 88);
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  line-height: calc(var(--base-font) * 24);
  margin: calc(var(--base-font) * 19) 0 0 1px;
}

.paragraph_7 {
  width: calc(var(--base-font) * 279);
  height: calc(var(--base-font) * 88);
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  line-height: calc(var(--base-font) * 24);
}

.text_57 {
  width: calc(var(--base-font) * 279);
  height: calc(var(--base-font) * 88);
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  line-height: calc(var(--base-font) * 24);
}

.text-wrapper_15 {
  width: calc(var(--base-font) * 82);
  height: calc(var(--base-font) * 164);
  margin-left: calc(var(--base-font) * 131);
}

.tuijian_text1 {
    color: rgba(255, 255, 255, 1);
    font-size: calc(var(--base-font) * 20);
    font-family: MicrosoftYaHei;
    font-weight: bold;
    white-space: nowrap;
}

.paragraph_8 {
  width: calc(var(--base-font) * 58);
  height: calc(var(--base-font) * 104);
  overflow-wrap: break-word;
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  line-height: calc(var(--base-font) * 30);
  margin-top: calc(var(--base-font) * 40);
}
.paragraph_8 a{color: #999999;}
.paragraph_8 a:hover{color:#FFFFFF}

.text-wrapper_16 {
  width: calc(var(--base-font) * 82);
  height: calc(var(--base-font) * 134);
  margin-left: calc(var(--base-font) * 120);
}

.about_text {
  color: rgba(255, 255, 255, 1);
  font-size: calc(var(--base-font) * 20);
  font-family: MicrosoftYaHei;
  font-weight: bold;
  white-space: nowrap;
}

.paragraph_9 {
  width: calc(var(--base-font) * 58);
  height: calc(var(--base-font) * 74);
  overflow-wrap: break-word;
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  line-height: calc(var(--base-font) * 30);
  margin-top: calc(var(--base-font) * 40);
}
.paragraph_9 a{color: #999999;}
.paragraph_9 a:hover{color:#FFFFFF}

.image-text_9 {
  width: calc(var(--base-font) * 130);
  height: calc(var(--base-font) * 157);
  margin-left: calc(var(--base-font) * 135);
}

.group_18 {
  background-color: rgba(255, 255, 255, 1);
  width: calc(var(--base-font) * 130);
  height: calc(var(--base-font) * 130);
}

.text-group_19 {
  width: calc(var(--base-font) * 58);
  height: calc(var(--base-font) * 14);
  overflow-wrap: break-word;
  color: rgba(187, 187, 187, 1);
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 30);
  margin: calc(var(--base-font) * 13) 0 0 calc(var(--base-font) * 36);
}

.image_16 {
  width: calc(var(--base-font) * 1400);
  height: 1px;
  margin: calc(var(--base-font) * 50) 0 0 calc(var(--base-font) * 250);
}

.text-wrapper_17 {
  width: calc(var(--base-font) * 1400);
  height: calc(var(--base-font) * 16);
  margin: calc(var(--base-font) * 25) 0 calc(var(--base-font) * 24) 0;
}

.text_60 {
  width: calc(var(--base-font) * 255);
  height: calc(var(--base-font) * 16);
  overflow-wrap: break-word;
  color: rgba(85, 85, 85, 1);
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 24);
}

.text_61 {
  width: calc(var(--base-font) * 134);
  height: calc(var(--base-font) * 14);
  overflow-wrap: break-word;
  color: rgba(85, 85, 85, 1);
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: right;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 24);
}


.tagmenu{
    width: calc(var(--base-font) * 108);
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  margin: calc(var(--base-font) * 40) 0 0 0;
}
.tagmenu .tagtext {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: calc(var(--base-font) * 14);
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
}
.line{height:calc(var(--base-font) * 1);background: #EEEEEE;margin: calc(var(--base-font) * 20) 0 0 0;width: 100%;}
.dian{width: 4px;height: 4px;background: #C77935;display:inline-block}


/*右侧固定栏 返回顶部*/
.client-2 {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 900;
    border: 1px solid #EEEEEE;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 
        1px 1px 9px rgba(0, 0, 0, 0.1), /*上右*/
        -1px -1px 9px rgba(0, 0, 0, 0.1) /* 下左阴影 */;
}
.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    padding-top: 10px;
}
.client-2 li:last-child{
    border-bottom: none;
}

.client-2 li i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    text-align: center;
    font-size: 26px;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #666666;
    margin: 0;
    padding: 0;
}
.client-2 li .iconfont{color:#DD8F4B}
.client-2 li:hover .iconfont{color:#096BFF}
.client-2 li:hover p{color:#096BFF}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -197px;
    top: -24px;
    width: 180px;
    height: 210px;
    background: #FFFFFF;
    border-radius: 10px;
    display: none;
    z-index: 333;
    text-align: center;
    box-shadow: 
        1px 1px 9px rgba(0, 0, 0, 0.1), /*上右*/
        -1px -1px 9px rgba(0, 0, 0, 0.1) /* 下左阴影 */;
            padding: 10px;
}
.my-kefu-weixin-pic img {
    width: 160px;
    height: 160px;
}
.my-kefu-weixin-pic .t{
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}
.client-2 .my-kefu-tel {
    position: absolute;
    left: -235px;
    top: -8px;
    width: 220px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 10px;
    display: none;
    z-index: 333;
    text-align: center;
    box-shadow: 
        1px 1px 9px rgba(0, 0, 0, 0.1), /*上右*/
        -1px -1px 9px rgba(0, 0, 0, 0.1) /* 下左阴影 */;
            padding: 10px;
}

.my-kefu-tel .t1{
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}
.my-kefu-tel .t2{
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
    background: linear-gradient(0deg, #F8AB68 0%, #C0712D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


ul.fenye{text-align:center;margin-top:1rem}
ul.fenye li{display:inline-block;margin-right: 0.32rem;}
ul.fenye li:hover a{border: 1px solid #F2A461;color: #F2A461;}
ul.fenye li span{
    width: calc(var(--base-font) * 50);
    height: calc(var(--base-font) * 34);
    line-height: calc(var(--base-font) * 34);
    background: #F2A461;
    border-radius: calc(var(--base-font) * 4);
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: calc(var(--base-font) * 14);
    display: inline-block;
}
ul.fenye li a{
    width: calc(var(--base-font) * 50);
    height: calc(var(--base-font) * 34);
    line-height: calc(var(--base-font) * 34);
    background: #FFFFFF;
    border-radius: calc(var(--base-font) * 4);
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-weight: 300;
    font-size: calc(var(--base-font) * 14);
    display: inline-block;
}



/* 定制滚动条整体 */
::-webkit-scrollbar {
  width: 8px; /* 宽度 */
}

/* 定制滚动条轨道 */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 轨道颜色 */
}

/* 定制滚动条滑块 */
::-webkit-scrollbar-thumb {
  background-color: #888; /* 滑块颜色 */
  border-radius: 6px; /* 圆角 */
}

/* 滑块在鼠标悬停时改变颜色 */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.hover-scrollbar {
  overflow: auto;
  scrollbar-color: transparent transparent;

  &::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  &:hover {
    scrollbar-color: #8a8e99 transparent;

    &::-webkit-scrollbar-thumb {
      background-color: #8a8e99;
    }
  }
}


.kuang1-zhezhao{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 998;
}
.kuang1-box{
    background: url(../images/common/bg.png) no-repeat;
    width: calc(var(--base-font) * 398);
    height: calc(var(--base-font) * 508);
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    text-align: center;
}
.kuang1-box .kf-img{
    width: calc(var(--base-font) * 108);
    height: calc(var(--base-font) * 108);
    margin-top: calc(var(--base-font) * 6);
}
.kuang1-box .iconfont{color:#FFFFFF;font-size:calc(var(--base-font) * 20);
    position: absolute;
    right: calc(var(--base-font) * 20);
    top: calc(var(--base-font) * 20);
    cursor: pointer;
}
.kuang1-box .con{padding:calc(var(--base-font) * 20)}
.kuang1-box .con .kf-ewm{
    width: calc(var(--base-font) * 160);
    height: calc(var(--base-font) * 160);
    margin-top: calc(var(--base-font) * 5)
}
.kuang1-box .con .t1{
    font-family: PingFang SC;
    font-weight: 800;
    font-size: calc(var(--base-font) * 24);
    color: #333333;
    margin-top: calc(var(--base-font) * 15);
}
.kuang1-box .con .tel{
    margin-top: calc(var(--base-font) * 35);
    font-family: PingFang SC;
    font-weight: 800;
    font-size: calc(var(--base-font) * 40);
    color: #333333;
    background: linear-gradient(0deg, #F8AB68 0%, #C0712D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kuang1-box .con .t2{
    font-family: PingFang SC;
    font-weight: 800;
    font-size: calc(var(--base-font) * 24);
    color: #333333;
}

/*渐显效果*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
 
.fade-in-text {
  opacity: 0; /* 初始状态设置为透明 */
  animation: fadeIn 2s ease-in-out forwards; /* 应用动画 */
}