*{
  padding: 0;
  margin: 0;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
/* #region头部start */
.header{
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 1580px;
  background-color: rgba(255, 255, 255,0.4);
}
.header:hover{
  background-color: #fff;
}
.header.scrolled{
  background-color: #fff;
  transition: background-color 0.3s; /* 平滑过渡 */
  border-bottom: 1px solid #eee;
}
.header-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left{
  height: 80px;
  display: flex;
}
.header-logo{
  padding: 10px;
}
.header-logo img{
  width: 100%;
  height: 100%;
  padding-right: 5px;
  border-right: 1px solid #e1e2e2;
}
.header-title{
  display: flex; /* 使用Flexbox布局 */
  flex-direction: column; /* 子元素垂直排列 */
  justify-content: center; /* 垂直居中 */
  align-items: center; /* 水平居中 */
  margin-left: 5px;
}
.header-title p{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.5px; /* 字母间距 */
  margin-bottom: 5px;
}
.header-title span{
  font-size: 12px;
  letter-spacing: 0.5px;
}
.header-right{
  display: flex;
}
.header-nav{
  display: flex;
}
.header-nav li{
  text-align: center;
  font-size: 16px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  transition: all 0.3s ease;
}
.header-nav li:hover{
  background-color: #7a4040;
}
.header-nav li:hover a{
  color: #fff;
}
.header-nav li::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.header-nav li:hover::after{
  width: 100%;
}
.header-nav li.active{
  box-sizing: border-box;
  border-bottom: 2px solid #7a4040 !important;
}
/* .header-nav li.active a{
  color: #fff;
} */
/* 二级菜单 */
.header-nav .header-menu{
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #fff;
  box-shadow: 0 1px 5px #00000030;
  border-radius: 10px;
  overflow: hidden;
}
.header-nav li .header-menu a{
  min-width: 100px;
  display: block;
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
  color: black;
  height: 20px;
  line-height: 20px;
}
.header-nav .header-menu a:hover{
  /* background-color: #d3e7f7; */
  color:#fff ;
  background-color: #7a4040;
}
.header-nav li:hover .header-menu{
  display: block;
}
.header-call{
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.header-call svg{
  margin-right: 5px;
}
.header-call span{
  font-size: 20px;
}
/* #endregion头部end */

/* #region轮播图start */
.slidershow {
  min-width: 1580px;
  margin: 0 auto;
  padding: 80px 0 50px 0;
  position: relative;
}
.slider .item{
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: .5s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 570px;
  
}
.slider .item p{
  margin-top: 170px;
  height: 30px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  max-width: 700px;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
.slider .item span{
  font-size: 18px;
  max-width: 700px;
  color: #fff;
  display: block;
  text-align: left;
  text-indent: 2em;
  margin-left: 85px;
  -webkit-box-orient: vertical;  /* 设置盒子方向为垂直 */
  -webkit-line-clamp: 2;       /* 限制文本行数 */
  overflow: hidden;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5); 
}
.btn_area{
  width: 150px;
  margin-top: 74px;
  margin-left: 100px;
  
}
.btn_area em{
  display: inline-block;
  text-align: center;
  overflow: hidden;
  font-weight: 500;
  padding: 5px 27px;
  font-size: 16px;
  color: #fff;
  background: #2a49c3;
  border-radius: 5px;
  border: 1px solid #2a49c3;
}
.btn_area em:hover{
  background: #556dcf;
  border: 1px solid #556dcf;
}
.slick-dots li button{
  display: none;
}
.slick-dots{
  text-align: center;
  padding: 10px 10px;
  overflow: hidden;
}
.slick-dots li{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #eee;
  margin: 0 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 1px solid #292929 !important;
  box-sizing: border-box;
}
.slick-dots li.slick-active{
  background-color: #920101;
}
.slick-arrow{
  font-size: 0px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: none !important;
  width: 20px;
  height: 20px;
  transform: translate(0px, -50%);
  cursor: pointer;
  color: transparent;
  padding: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.5;
}
.slick-prev{
  left: 0px;
}
.slick-next{
  right: 0px;
}
.slick-arrow::before{
  font-size: 20px;
  line-height: 1;
  opacity: 0.3;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.slick-prev::before{
  content: "<";
}
.slick-next::before{
  content: ">";
}
.slider:hover .slick-arrow{
  display: block !important;
}
/* #endregion轮播图end */

/* #region神州服务start */
.serve{
  width: 100%;
  padding: 50px 0;
  text-align: center;
  min-width: 1580px;
}
.serve h3{
  padding: 10px 0;
  font-size: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.serve h3::after{
  content: '';
  position: absolute;
  left: 25px;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: #920101;
}
.serve p{
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 30px;
}
.serve-main{
  display: flex;
}
.serve-item{
  width: 25%;
  border: 1px solid #eee;
  margin:0 10px;
  overflow: hidden;
  border-radius: 10px;
}
.serve-item:hover{
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}
.serve-item:hover a{
  color: black;
}
.serve-item .serve-img{
  padding: 10px 5px;
  height: 157px;
  overflow: hidden;
  transition: .5s;
}
.serve-item .serve-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.serve-item:hover .serve-img{
  transform: scale(1.12);
}
.serve-item h4{
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 10px; 
}
.serve-item span{
  display: block;
  padding: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, .65);
  text-align: left;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 39px;
  margin-bottom: 10px;
}
/* #endregion神州服务end */

/* #region海外仓的优势start */
.effect{
  width: 100%;
  background-color: #fff;
  text-align: center;
  min-width: 1580px;
}
.effect h3{
  padding: 10px 0;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.effect h3::after{
  content: '';
  position: absolute;
  left: 118px;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: #920101;
}
.effect-main{
  height: 470px;
  background-image: url(./images/bg-01.png);
  background-size: cover; /* 背景图覆盖整个元素 */
  background-position: center; /* 背景图居中 */
}
.effect-title{
  width: 100%;
  height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none; /* 默认隐藏标题 */
}
.effect-title.visible {
  display: flex; /* 使用flex布局 */
}
.effect-title p{
  font-size: 25px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);

}
.effect-title span{
  font-size: 16px;
  color: #fff;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
  white-space: pre-wrap; /* 保持空白字符和换行，并在必要时换行 */
  word-wrap: break-word; /* 在单词内部进行换行，以避免溢出 */
  overflow-wrap: break-word; /* 与word-wrap相同，更推荐使用 */
  max-width: 20em; /* 设置最大宽度，超过这个宽度就会换行 */
  text-align: left;
  text-indent: 2em; /* 首行缩进2em */
}
.effect-num ul{
  position: relative;
  top: -39px;
  display: flex;
}
.effect-num ul li{
  display: inline-block;
  text-align: center;
  width: 20%;
  cursor: pointer;
}
.effect-num ul li .effect-button{
  width: 78px;
  height: 78px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  border-bottom: 1px solid #999;
}
.effect-num ul li .effect-button:hover,
.effect-num ul li .effect-button.hovered{
  background: #807474; /* 鼠标悬停时或被选中时按钮变暗 */
  color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
} 
.effect-num ul li .effect-button span{
  display: inline-block;
  padding-top: 25px;
  font-size: 20px;
  /* color: #333; */
  font-weight: 500;
}
.effect-num ul li .button-title{
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  color: #333;
  padding-top: 20px;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
/* #endregion海外仓的作用end */

/* #region海外仓的布局start */
  .layout{
    padding: 50px 0;
    text-align: center;
    min-width: 1580px;
  }
  .layout h3{
    padding: 10px 0;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
  }
  .layout h3::after{
    content: '';
    position: absolute;
    left: 25px;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background-color: #920101;
  }
  .layout-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .layout-item{
    flex: 1;
    padding: 5px;
    border: 1px solid #eee;
    position: relative;
  }
  .layout-item .layout-img{
    width: 100%;
    height: 170px;
  }
  .layout-item .layout-img img{
    width: 100%;
    height: 100%;
  }
  .layout-item .layout-bg{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .layout-item .layout-bg span{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
  }
  .layout-item .layout-title{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    display: none;
  }
  .layout-item .layout-title span{
    font-size: 16px;
  }
  .layout-item .layout-title p{
    width: 80%;
    margin: 15px 0 0 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .layout-item .layout-title a{
    border-radius: 2px;
    border: 1px solid #333;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px;
    margin-top: 10px;
    width: 60px;
  }
  .layout-item:hover .layout-bg{
    display: none;
  }
  .layout-item:hover .layout-title{
    display: flex;
  }
/* #endregion海外仓的布局end */

/* #region神州动态start */
.dynamic{
  text-align: center;
  background-color: #fff;
  min-width: 1580px;
}
.dynamic h3{
  padding: 10px 0;
  font-size: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.dynamic h3::after{
  content: '';
  position: absolute;
  left: 25px;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: #920101;
}
.dynamic span{
  font-size: 14px;
  display: inline-block;
  color: #999;
  padding: 5px 20px;
  border-radius: 20px;
  /* background-color: #77b7fc; */
}
.dynamic span:first-child{
  margin-right: 30px;
}
.dynamic-main{
  padding: 50px 0;
}
.dynamic-module{
  display: flex;
  justify-content: left;
  row-gap: 20px;
  flex-wrap: wrap;
}
.dynamic-main .dynamic-item{
  padding: 0 25px;
  width: 33.3%;
  box-sizing: border-box;
}
.dynamic-main .dynamic-item .dynamic-list{
  align-items: center;
  border-radius: 70px;
  cursor: pointer;
  display: flex;
  padding: 8px 20px 8px 8px;
}
.dynamic-main .dynamic-item .dynamic-list:hover{
  background-color: #920101;
}
.dynamic-main .dynamic-item .dynamic-list:hover .dynamic-content{
  color: #fff;
}
.dynamic-main .dynamic-item .dynamic-list .dynamic-img{
  border-radius: 50%;
  height: 120px;
  margin-right: 20px;
  overflow: hidden;
  width: 120px;
}
.dynamic-main .dynamic-item .dynamic-list .dynamic-img img{
  width: 100%;
  height: 100%;
}
.dynamic-main .dynamic-item .dynamic-list .dynamic-content{
  flex: 1;
  overflow: hidden;
  text-align: left;
  padding: 5px;
  color: #333;
}
.dynamic-main .dynamic-item .dynamic-list .dynamic-content h5{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.dynamic-main .dynamic-item .dynamic-list .dynamic-content p{
  font-size: 14px;
}
.dynamic-main .dynamic-more{
  margin-top: 20px;
  font-size: 18px;
}
.dynamic-main {
  display: none;
}

.dynamic-main.active {
  display: block;
}

.dynamic-nav span {
  cursor: pointer;
}
.dynamic-nav span.active {
  background-color: #920101;
  color: #fff;
}
/* #endregion神州动态end*/

/* #region合作伙伴start */
.partner{
  padding: 50px 0;
  text-align: center;
  min-width: 1580px;
}
.partner h3{
  padding: 10px 0;
  font-size: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.partner h3::after{
  content: '';
  position: absolute;
  left: 25px;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: #920101;
}
.partner-main {
  width: 100%;
  display: flex;
  justify-content: flex-start; /* 从左到右排列 */
  overflow: hidden; /* 隐藏超出部分 */
  transition: transform 0.3s ease; /* 平滑过渡 */
}

.partner-main .partner-item {
  width: 25%; /* 每个项目占 25% 宽度 */
  margin: 16px 20px;
  height: 300px;
  border-radius: 10px;
  transition: transform 0.1s ease;
}

.partner-main .partner-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.partner-main .partner-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
/* #endregion合作伙伴end */
/* #region页脚start */
.footer{
  min-width: 1580px;
  padding: 50px 0;
  width: 100%;
  background: #1f2228;
  color: #fff;
}
.footer p{
  text-align: center;
  font-size: 16px;
}
.footer p a{
  color: #fff;
}
.footer p a:hover{
  color: #920101;
}
.footer-main{
  display: flex;
  margin-bottom: 30px;
}
.footer-left{
  width: 75%;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #999;
  box-sizing: border-box;
}
.footer-left .footer-item{
  flex: 1;
  padding: 5px 10px;
}
.footer-left .footer-item h3{
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-left .footer-item li{
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-left .footer-item li a{
  color: #fff;
}

.footer-right{
  width: 25%;
  padding: 5px 10px;
  text-align: left;
}
.footer-right-main{
  margin: 0 50px;
  padding: 0 10px;
}
.footer-right-main p{
  text-align: left;
}
.footer-right h3{
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-right p{
  font-size: 14px;
  margin-bottom: 12px;
}
.footer-right .erweima{
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.footer-right .erweima img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
/* #endregion页脚end */

/* #region侧边导航start */
.sidebar{
  position: fixed;
  width: 40px;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  opacity: 1;
  transition: opacity .5s;
}
.sidebar-top{
  width: 40px;
  box-shadow: 0 2px 15px rgba(0, 104, 228, .2);
}
.side-button{
  width: 40px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 104, 228, .2);
  margin-top: 10px;
  height: 40px;
}
.side-button a{
  display: block;
  height: 30px;
  bottom: 30px;
  width: 30px;
  right: 4px;
  z-index: 99;
  background: url(./images/button01.png) no-repeat 50%;
  margin: 0 auto;
  padding-top: 5px;
}
/* #endregion侧边导航end */