@charset "UTF-8";
@import url('./font.css');
/*reset css*/

html {
  font-size: max(calc(100vw / 19.2), 40px); /* 适配1920px宽度 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font: var(--font-size-p) , 'Microsoft YaHei', 'sans-serif';
  --theme-color: #053fa7;
  --font-bold: 'sans-serif';
  --font-medium: 'sans-serif';
  --font-regular: 'sans-serif';
  line-height: 1.5;
  --font-size-p: max(0.16rem, 14px);
  --font-size-60: max(0.6rem, 28px);
  --font-size-48: max(0.48rem, 26px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 28px);
  --font-size-32: max(0.32rem, 26px);
  --font-size-30: max(0.3rem, 24px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 18px);
  --font-size-22: max(0.22rem, 18px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 15px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-72: max(0.72rem, 30px);
}

div,
a,
p,
span,
button,
input,
textarea {
  font-family: var(--font-regular);
}

p {
  color: #666;
  font-size: var(--font-size-p);
  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bold);
  color: #222;
}

h2 {
  font-size: var(--font-size-48);
}

img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 1s;
}

video {
  width: 100%;
}

a {
  color: inherit;
}

/* @media (min-width: 768px) {
  a:hover {
    color: #fff;
  }
  
} */

body {
  background-color: #f2f2f2;
}

.s1-container {
  display: flex;
  align-items: flex-start;
  /* margin: 1.2rem; */
  padding-top: 0.75rem;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  width: 100%;
  gap: 0.44rem;
  /* overflow: hidden; */
}

/* 产品分类banner模块start */
.s0 {
  position: relative;
  /*top: 1rem;*/
  margin-top: 120px;
}

.banner-text {
  position: absolute; /* 绝对定位 */
  top: 50%; /* 距离顶部50% */
  left: 50%; /* 距离左侧50% */
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.banner-text-right-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 0.15rem;
}

@media (max-width: 768px) {
  .banner-text-right-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.banner-text-left {
  font-size: var(--font-size-60);
  font-family: var(--font-bold);
  color: #fff;
  font-weight: normal;
  font-stretch: normal;
  margin-right: 0.88rem;
  white-space: nowrap;
}

.banner-blue {
  width: 10px;
  height: 10px;
  background-color: #006fc1;
  border-radius: 50%;
  margin-right: 0.1rem;
}

.banner-text-right-1-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  width: 3rem;
}

.banner-text-p {
  font-family: var(--font-regular);
  font-size: var(--font-size-18);
  color: #fff;
  font-weight: normal;
  font-stretch: normal;
}

/* 产品分类banner模块end */

/* 产品分类左边固定模块start */
.product-left {
  /* box-shadow: 5px 9px 30px 0px 
      rgba(176, 176, 176, 0.13); */
  /* margin-right: 0.44rem; */
  border-radius: 10px;
  /* padding: 0 5%; */
  align-self: stretch;
  flex: 0.7;
}

.product-left-child {
  height: fit-content;
  background-color: #fff;
  position: sticky;
  top: 1rem;
  padding-left: 0.9rem;
  padding-top: 0.19rem;
  padding-right: 0.36rem;
  padding-bottom: 0.33rem;
  border-radius: 0.2rem;
}

@media screen and (max-width: 768px) {
  .product-left-child {
    padding-right: 0.9rem;
  }
}

.product-right {
  flex: 2;
  /* padding-right: 2rem;
    box-sizing: border-box; */
}

.product-left p {
  /* font-size: var(--font-size-24); */
  font-family: var(--font-medium);
  padding: 0.16rem 0;
  color: #222;
  /* border-bottom: 2px solid #f2f2f2; */
}

.product-left p:last-child {
  border-bottom: none;
}

.product-left-title {
  font-family: 'sans-serif';
  font-size: var(--font-size-24);
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0px;
  color: #222222;
}

.left-blue-line {
  width: 0.3rem;
  height: 6px;
  background-color: #666;
  opacity: 0.2;
  border-radius: 3px;
  margin-top: 0.2rem;
}

.left-h1::before.active {
  width: 0.3rem;
  height: 6px;
  background-color: #006fc1;
  border-radius: 3px;
  margin-top: 0.2rem;
}

.left-h1 {
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  font-weight: 900;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222;
  white-space: nowrap;
  transition: 0.6s;
  padding-bottom: 0;
}

.left-h1::before {
  display: block;
  content: '';
  width: 30px;
  height: 6px;
  background-color: #666;
  opacity: 0.2;
  border-radius: 3px;
  /* margin-top: 0.2rem; */
  margin-bottom: 0.1rem;
  transition: 0.6s;
}

.left-h1:hover::before {
  background-color: #006fc1;
  opacity: 1;
}

.left-h1.active::before {
  background-color: #006fc1;
  opacity: 1;
}

.left-h1:hover {
  color: #006fc1;
}

.left-b:hover .blue-crile {
  display: block;
}

.left-b img {
  display: none;
}

.left-b img.active {
  display: block;
}

.left-b:hover .left-b img.active {
  display: none;
}

.product-left .active {
  /* display: block; */
  color: #006fc1;
}

.blue-crile {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
}

.left-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f2f2f2;
}

/* 产品分类左边固定模块end */

/* 产品分类右边s1模块start */
.right-s1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  width: min-content;
}

.product-right-s1 .title {
  /* width: 112px;
      height: 19px; */
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  font-weight: 900;
  font-stretch: normal;
  /*line-height: 2.5;*/
  letter-spacing: 0px;
  color: #222222;
  padding: 0.3rem 0;
  /*padding: 0.2rem 0;*/
}

/* .product-right-s1 .titleone{
  padding-top: 1rem;

} */
.s1-1 {
  background-color: #ffffff;
  /* padding: 17px 17px 20px 17px; */
  box-sizing: border-box;
  display: block;
  height: 7rem;
  position: relative;
}

.s1-1-titlep {
  padding: 17px 17px 20px 17px;
}

.s1-1-p1 {
  background-color: #006fc1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
  font-weight: 900;
  font-stretch: normal;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 38px;
  width: fit-content;
  padding: 0 0.3rem;
}

.s1-1 img {
  max-height: max(150px, 1.15rem);
}

.s1-1-img-box {
  /* width: 259px; */
  /* height:200px ; */
  width: 2.59rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-s1-img {
  margin-bottom: 54px;
}

.s1-1-p2 {
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
  font-weight: bold;
  font-stretch: normal;
  color: #222222;
  margin-bottom: 23px;
  margin-bottom: 0.16rem;
  white-space: nowrap;
}

.s1-1-p3 {
  font-family: var(--font-medium);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #666666;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 0.42rem;
  background-color: #f2f2f2;
  border-radius: 10px;
  position: absolute;
  bottom: 0.3rem;
  margin: 0 0.3rem;
  left: 0;
  right: 0;
}

.right-s1-img2 {
  width: 20px;
  height: 12px;
}

.s1-1-p4 {
  /* width: 82px;
      height: 14px; */
  font-family: var(--font-medium);
  font-size: var(--font-size-p);
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.75;
  color: #222222;
  margin-left: 11px;
}

/* 产品分类右边s1模块end */

/* 首页模块1start */
.banner-text-top {
  font-size: var(--font-size-60);
  font-family: var(--font-bold);
  color: #fff;
  font-weight: 900;
  font-stretch: normal;
  margin-bottom: 0.33rem;
  line-height: 1.15;
}

.index-s1 {
  position: relative;
  margin-top:120px ;
}

.index-s1-box img {
  min-height: 300px;
  object-fit: cover;
}

.index-text {
  position: absolute;
  left: 15%;
  top: 26%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
}

.index-text-right-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  justify-items: flex-start;
  gap: 0.2rem;
}

.banner-text-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0.12rem 0.3rem;
  background-color: #006fc1;
  border-radius: 10px;
  margin-top: 0.23rem;
}

.banner-text-button .banner-title {
  color: #fff;
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
}

.banner-text-button .banner-images {
  margin-left: 0.4rem;
}

/* 首页模块1end */

/* 首页模块2start */
.index-s2 {
  padding-top: 1rem;
  background-color: #fff;
}

.index-s2-1 {
  /* padding: 0 1.4rem; */
  text-align: center;
}

.index-s2-1-4 {
  position: relative;
}

.index-text-button {
  position: absolute;
  top: 5%;
  left: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0.12rem 0.5rem;
  background-color: #006fc1;
  border-radius: 10px;
  margin-top: 0.23rem;
}

.index-text-button-two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0.12rem 0.5rem;
  background-color: #006fc1;
  border-radius: 10px;
  margin: 0.23rem 0;
}

.index-text-button-two-box {
  display: flex;
  justify-content: center;
}

.index-text-button .index-title {
  color: #fff;
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
}

.index-text-button .index-images {
  margin-left: 0.4rem;
}

.index-text-button-two .index-title-two {
  color: #fff;
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
}

.index-text-button-two .index-images-two {
  margin-left: 0.4rem;
}

.index-s3-button {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0.12rem 0.5rem;
  background-color: #006fc1;
  border-radius: 10px;
  margin-top: 0.23rem;
}

.index-s3-button .index-s3-images {
  margin-left: 0.4rem;
}

.index-s2-1-3 {
  /* white-space: nowrap; */
}

.index-text-1 {
  font-family: var(--font-bold);
  font-size: var(--font-size-48);
  font-weight: 900;
  color: #222;
  text-align: center;
  line-height: 1.2;
  /* padding-bottom: 0.3rem; */
}

.index-s3-1-1 {
  padding-top: 1rem;
  position: relative;
}

.index-text-2 {
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
  color: #222;
  text-align: center;
  margin: 0.15rem 0;
  line-height: 1.2;
}

/* 首页模块2end */

/* 首页模块3start */
.index-s3-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  position: absolute;
  top: 6%;
  /* left: 10%; */
  z-index: 1;
  padding: 0.2rem;
}

.index-s3-position-one {
  gap: 1rem;
}

div.index-s3-1 > div.index-s3-3 > a > div.index-s3-position.index-s3-position-one{
  gap: 2rem;
}

div.index-s3-2 > a> div.index-s3-position.index-s3-position-one{
  gap: .3rem;

}

.writer-1 {
  display: flex;
  justify-content: space-evenly;
  margin-left: 0.6rem;
}

.writer-2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 0.3rem;
}

.writer-2 .images {
  margin-left: 0.2rem;
}

.writer-1 .images {
  margin-left: 0.1rem;
}

.index-s3-position .title {
  color: #fff;
  white-space: nowrap;
}

.index-s3-position2 {
  position: absolute;
  top: 25%;
  /*bottom: 10%;*/
  padding: 0.2rem;
  z-index: 1;
}

.index-s3-position3 {
  display: none;
}

.index-s3-2-1:hover .index-s3-position3 {
  transition: all 0.5s;
  display: block;
}

.index-s3-2-1:hover .title-two {
  /* color: #48b1ff; */
  font-weight: 900;
}

.index-s3-2-1:hover .title-one {
  color: #48b1ff;
  font-weight: 900;
}
.index-s3-2-1:hover .position3-title {
  /* color: #48b1ff; */
  /* font-weight: 900; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.index-s3-2-1:hover .position3-title p {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}

.index-s3-22 {
  position: relative;
}

.writer {
  background-color: #006fc1;
  padding: 0.02rem 0.45rem;
  border-radius: 10px;
  width: fit-content;
  height: fit-content;
  color: #fff;
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  font-weight: 900;
  white-space: nowrap;
}

.index-s3-2-1:hover .writer {
  background-color: #fff;
  color: #006fc1;
}

.title-one {
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  color: #fff;
}

.title-two {
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
  color: #fff;
}

.index-s3-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.index-s3-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}

.index-s3-2-1 {
  position: relative;
  color: #fff;
  transition: all 0.5s;
}

.index-s3-2-1:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.index-s3-1-2 {
  line-height: 1.5;
  font-family: var(--font-medium);
  font-size: var(--font-size-24);
  color: #fff;
  background-color: #2222220e;
  border-radius: 0.3rem;
  padding: 0.15rem;
  width: fit-content;
  margin: 0.33rem auto;
}

.index-s3-1-2.active {
  color: #fff;
  background-color: #006fc1;
  transition: all 0.3s;
}

/* 首页模块3end */

/* 首页模块4start */
.index-s4-1-1 {
  padding-bottom: 0.5rem;
}

.index-s4 {
  padding: 1rem 0;
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .index-s4-2 {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    align-items: center;
    gap: 0.1rem 0.1rem;
  }
}

.index-s4-swiper2 {
  padding-bottom: 0.5rem;
  overflow: hidden;
}

.index-s4-swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}

.index-s4-2 img {
  width: auto;
  /*height: 50px;*/
  padding: 10px;
}

/* 首页模块4end */

/* 首页模块5start */
.index-s5 {
  padding: 0.7rem 0;
}

.index-s5-1 {
  padding-bottom: 0.3rem;
}

.index-s5-2-1 img {
  width: 100%;
  height: 100%;
}

.index-s5-2 {
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

.index-s5-text {
  padding: 0rem 0.39rem 0.39rem 0.21rem;
  height: 2.2rem;
}

.index-s5-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.index-s5-2-3 {
  display: flex;
  align-items: center;
  padding-top: 0.18rem;
  padding-bottom: 0.2rem;
  border-top: 2px solid #cccccc3b;
  margin-top: 0.15rem;
}

.index-s5-2-3 img {
  width: 0.19rem;
  height: 0.17rem;
  min-width: 19px;
  min-height: 19px;
}

/* .index-s5-2-4ss-l{

  display: -webkit-box;       
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;     
    overflow: hidden;           
    text-overflow: ellipsis;
} */
.index-s5-2-2 {
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
  line-height: 1.2;
  color: #222;
  /* padding:0.2rem 0rem; */
  margin: 0.2rem 0rem;
  /* background-color: #fafafa; */
  /* border-bottom: 2px solid #cccccc3b; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  box-sizing: border-box;
  height: 0.4rem;
}

.index-s5-2-1 {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  position: relative;
}

.s5-time {
  position: absolute;
  top: 5%;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.1rem 0.2rem;
}

.s5-time-text-1 {
  font-size: 16px;
  font-family: var(--font-medium);
  color: #006fc1;
}

.index-s5-2-1:hover .index-s5-2-1 img {
  transform: scale(1.2);
}

.index-s5-2-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index-s5-2-1 img:hover {
  transform: scale(1.1);
}

.index-s5-2-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-s5-flex {
  margin-left: 0.05rem;
}

/* 首页模块5end */

/* join页面banner模块start*/
.join-s1 {
  position: relative;
  /*top: 1rem;*/
  margin-top: 120px;
}

.join-word {
  position: absolute;
  font-size: var(--font-size-60);
  font-family: var(--font-bold);
  color: #fff;
  top: 50%; /* 距离顶部 50% */
  left: 50%; /* 距离左侧 50% */
  transform: translate(-50%, -50%);
}

/* join页面banner模块end*/

/* join页面s2左边固定模块start*/
.join-s2-container {
  display: flex;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.join-blue-line.active {
  background-color: #006fc1;
  opacity: 1;
}

/* .join-blue-line{
width: 0.3rem;
height: 6px;
border-radius: 3px;
margin-top: 0.2rem;
background-color: #666666;
opacity: 0.27;

} */

.join-s2-title-a::before {
  display: block;
  content: '';
  width: 0.3rem;
  height: 6px;
  border-radius: 3px;
  margin-top: 0.1rem;
  background-color: #666666;
  opacity: 0.27;
  
}

.join-s2 .name {
        font-family: var(--font-regular);
        font-size: var(--font-size-24);
        /* font-weight: 600; */
        padding-top: 0.05rem;
        color: #333;
        transition: 0.6s;
    }
     .join-s2 .s2-list{
        margin-top: .1rem;
        margin-left: .2rem;
     }
     .join-s2 .join-s2-title-a:hover .name{
            color:  #006FC1 !important;
     }
     .join-s2 .name:hover{
      
     }
     .join-s2 .s2-list .s2-item:hover{
         color:  #006FC1;
     }
     .join-s2 .s2-list .s2-item:hover{
         color:  #006FC1 !important;
     }
     
     .join-s2 .s2-list .s2-item{
         font-family: var(--font-regular);
        font-size: var(--font-size-18);
        /* font-weight: 600; */
        margin-bottom: .1rem;
        color: #333;
        transition: 0.6s;
        display: block;
        font-weight: 400 !important;
       
      
     }

/* .join-s2-title-a:hover~.join-blue-line{
  background-color: #006fc1;
  opacity: 1;
}
.join-s2-title-a:hover~.join-blue-line.active{
  background-color: #666666;
  opacity: 0.27;
} */
.join-s2-left {
  position: sticky;
  top: 1rem;
  padding: 0.35rem 0.55rem 0.36rem 0.96rem;
  background-color: #fff;
  height: fit-content;
  margin-right: 0.3rem;
  box-shadow: 5px 9px 30px 0px rgba(176, 176, 176, 0.13);
  border-radius: 10px;
}

.join-s2-title {
  display: block;
  font-family: var(--font-bold);
  font-size: var(--font-size-24);
  /* padding-top: 0.2rem;
    padding-bottom: 0.2rem; */
  color: #222;
}

.join-s2-left .active {
  color: #006fc1;
}

.join-s2-right-top {
  padding: 0.25rem 0.4rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0.22rem;
}

.join-s2-title {
  padding-top: 0.13rem;
  padding-bottom: 0.1rem;
}

.join-s2-title-a {
  display: block;
  font-family: var(--font-regular);
  font-size: var(--font-size-24);
  /* font-weight: 600; */
  padding-top: 0.05rem;
  color: #333;
  transition: 0.6s;
}

.join-s2-title-a:hover {
  font-weight: 600;
}

.join-s2-title-a.active {
  color: #006fc1;
  opacity: 1;
  font-weight: 600;
}
.join-s2-title-a.active .name {
  color: #006fc1;
  opacity: 1;
  font-weight: 600;
}

.join-s2-title-a.active::before {
  background-color: #006fc1;
  opacity: 1;
}

.join-s2-title-a:hover {
  color: #006fc1;
  
}


.join-s2-title-a:hover::before {
  color: #006fc1;
}

.join-s2-title-a:hover::before {
  background-color: #006fc1;
  opacity: 1;
}

.join-s2-title-a::before {
  background-color: #222;
  opacity: 0.2;
}

/* join页面s2模块end*/

/* join页面s3模块start*/
.join-s2-right-center {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.41rem 0.26rem 0.8rem 0.42rem;
}

.writer-1-1 {
  display: flex;
  justify-content: space-evenly;
  margin-left: 2rem;
}

.writer-1-1 .images {
  margin-left: 20px;
}

/* join页面s3模块end*/
/* join页面s4模块start*/
.join-s4-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
}

.join-s2-right-bottom {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 0.3rem;
  margin-bottom: .22rem;
  padding: 0.41rem 0.26rem 0.8rem 0.42rem;
}

.join-s2-text {
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
  /* color: #006fc1; */
}

.join-s2-text.active {
  color: #006fc1;
  font-weight: 600;
}

.join-s2-text2 {
  font-family: var(--font-medium);
  font-size: var(--font-size-p);
  color: #666666;
  /* margin-bottom: 0.3rem; */
}

.join-s4-content-left {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0.2rem;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.join-s4-content-left:hover {
  border: solid 1px #006fc1;
}
.join-s4-content-left:hover .join-s4-text {
  color: #006fc1;
}
.join-s4-content-left:hover .join-s4-date {
  color: #006fc1;
}
.join-s4-content-left:hover .join-s4-text2 {
  color: #006fc1;
}
.join-s4-text {
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
  font-weight: 600;
  color: #222;
  padding-top: 0.2rem;
  padding-bottom: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.join-s4-text2 {
  margin-top: 0.03rem;
  font-family: var(--font-medium);
  font-size: var(--font-size-p);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.join-s4-content {
  padding-top: 0.3rem;
}
.join-s2-right {
  width: 60%;
  overflow: hidden;
}
.join-s4-link {
  margin-top: 0.3rem;
  font-size: var(--font-size-18);
  display: flex;
  align-items: center;
  gap: 0.1rem;
  color: #006fc1;
}
.join-s4-link::after {
  content: '';
  display: inline-block;
  width: var(--font-size-18);
  height: var(--font-size-18);
  background-image: url(../images/jion-right-arrow-on.png);
  background-size: cover;
}
@media screen and (max-width: 1650px) {
  .right-s1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }

  /* .join-s2-right{
      width: 60%;
    } */
}

@media screen and (max-width: 1298px) {
  .join-s2-title {
    white-space: nowrap;
  }

  .join-s4-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .join-s4-content-left {
    width: auto;
  }

  br {
    display: none;
  }

  .join-s2-right {
    width: 65%;
  }

  .product-right {
    padding-right: 0;
  }

  .right-s1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .index-text {
    top: 20%;
  }

  .title-one {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .index-s4-2-swiper {
    display: block;
  }

  .join-s4-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .s1-container {
    flex-wrap: wrap;
  }

  .s1-container {
    padding: 0;
  }

  .product-right-s1 .titleone {
    padding-top: 0;
  }

  .product-left-child {
    width: 95%;
    margin: auto;
    margin-top: 1.5rem;
  }

  .right-s1 {
    grid-template-columns: repeat(1, 1fr);
    justify-self: center;
    width: 90%;
  }

  .item {
    width: 80%;
    height: 80%;
  }

  .s1-1-img-box {
    width: 100%;
    height: fit-content;
  }

  .product-right-s1 .title {
    padding-left: 0.5rem;
  }

  .s5-time img {
    width: 1.41rem;
    height: 0.41rem;
    min-width: 120px;
    min-height: 21px;
    border-radius: 5px;
  }
}

/* join页面s4模块end*/

/* 首页手机端媒介start */
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }

  .banner-text-top {
    font-size: 24px;
  }

  .banner-text-p {
    font-size: var(--font-size-p);
  }

  .index-text-right-1 {
    grid-template-columns: repeat(3, 1fr);
  }

  .index-text {
    left: 5%;
  }

  .index-text {
    top: 10%;
  }

  .index-s3-button {
    display: none;
  }

  .index-text-button {
    left: 30%;
  }

  .index-s3-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .index-text-right-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-text-button .banner-title {
    font-size: var(--font-size-14);
  }

  .index-s3 {
    width: 84.08%;
    margin: 0 auto;
  }

  .index-s5-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .index-s3-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .footer-1 {
    display: block;
    padding-left: 20px;
  }

  .foot .foot_mid {
    padding-left: 20px;
    /*justify-content: none;*/
    flex-direction: column;
  }

  .footer .clearfix {
    justify-content: flex-start;
  }

  .footer-two {
    margin-top: 10px;
  }

  .footer-two .footer-two-1 {
    gap: 0.1rem;
  }

  .footer .foot_mid dt a {
    padding-bottom: 0;
  }

  .footer .foot_mid dl {
    padding-bottom: 10px;
  }

  .index-s5-2 {
    width: 100%;
    margin: auto;
  }

  .index-s5-2 .index-s5-2-1 {
    height: 4.5rem;
  }

  .join-s2-left {
    display: none;
  }

  .join-s2-container {
    margin-top: 1.1rem;
    
  }

  .join-s2-right {
    width: 95%;
    margin: auto;
  }

  .join-s1 img {
    min-height: 100px;
    object-fit: cover;
  }
}

/* 首页手机端媒介end */

@media screen and (max-width: 1010px) {
  .index-s3-position {
    gap: 0.3rem;
  }
}

/* 按钮动效 */
.wpx-btn {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.wpx-btn::before {
  position: absolute;
  z-index: 1;
  right: 120%;
  top: 0;
  width: 10%;
  height: 100%;
  content: '';
  transition: 1s ease;
  background-color: #ffffff91;
  transform: skewX(-45deg);
}

.wpx-btn:hover::before {
  animation: fadex 1s ease forwards;
}

@keyframes fadex {
  0% {
    right: calc(120%);
  }
  100% {
    right: -100%;
  }
}

/* 手机竖屏：小于 768px */
@media (max-width: 767px) {
}

/* 平板电脑：768px 到 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .index-s3-position2 {
    position: absolute;
    top: 25%;
    /*bottom: 10%;*/
    padding: 0.2rem;
    z-index: 1;
  }

  .index-s3-2-1 {
    width: 100%;
    height: 100%;
  }
  .index-s5-2-2 {
    height: initial;
  }
  .index-s5-text {
    padding: 0 0.39rem;
    height: 2.2rem;
  }
  .index-s5-2-3 {
    padding-bottom: 0;
  }
  .writer {
    padding: 0.02rem 0.25rem;
  }
  .item {
    width: initial;
  }
  .banner-text {
    top: 45%;
  }
  .s1-1-p3 {
    font-family: var(--font-medium);
    font-size: var(--font-size-p);
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1023px) and (max-width: 1280px) {
  .s1-1-p3 {
    font-family: var(--font-medium);
    font-size: var(--font-size-p);
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .s1-1 {
    background-color: #ffffff;
    /* padding: 17px 17px 20px 17px; */
    box-sizing: border-box;
    display: block;
    height: 6rem;
    position: relative;
  }
  .s1-1-p3 {
    font-family: var(--font-medium);
    font-size: var(--font-size-p);
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1500px) and (max-width: 1680px) {
  .s1-1 {
    background-color: #ffffff;
    /* padding: 17px 17px 20px 17px; */
    box-sizing: border-box;
    display: block;
    height: 6rem;
    position: relative;
  }
  .s1-1-p3 {
    font-family: var(--font-medium);
    font-size: var(--font-size-p);
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
}
/* 桌面显示器：1280px 到 1919px */
@media (min-width: 1680px) and (max-width: 1919px) {
  .s1-1 {
    background-color: #ffffff;
    /* padding: 17px 17px 20px 17px; */
    box-sizing: border-box;
    display: block;
    height: 6rem;
    position: relative;
  }
}

/* 大屏显示器：大于 1920px */
@media (min-width: 1920px) {
  .s1-1 {
    background-color: #ffffff;
    /* padding: 17px 17px 20px 17px; */
    box-sizing: border-box;
    display: block;
    height: 5.5rem;
    position: relative;
  }
}

.jion-s2-right-top {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.41rem 0.26rem 0.5rem 0.42rem;
  margin-bottom: 0.3rem;
}
.join-s2-right-tit {
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
  margin-bottom: 0.26rem;
}
.join-s2-right-top-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #b7b7b7;
  margin-bottom: 10px;
  padding: 0.18rem 0.26rem;
  cursor: pointer;
  transition: 0.6s;
}
.join-s2-right-top-item-left-desc {
  font-size: var(--font-size-p);
  margin-bottom: 0.04rem;
}
.join-s2-right-top-item-left-time {
  color: #006fc1;
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}
.join-s2-right-top-item-right {
  font-size: var(--font-size-18);
  color: #006fc1;
  font-family: var(--font-medium);
  display: flex;
  align-items: center;
  gap: 0.1rem;
  opacity: 0;
}
.join-s2-right-top-item-right::after {
  content: '';
  display: inline-block;
  width: var(--font-size-18);
  height: var(--font-size-18);
  background-image: url(../images/jion-right-arrow-on.png);
  background-size: cover;
}
.join-s2-right-top-link {
  margin-top: 0.2rem;
  width: fit-content;
  background-color: #006fc1;
  border-radius: 10px;
  padding: 0.18rem 0.22rem;
  font-size: var(--font-size-p);
  color: #ffffff;
  font-family: var(--font-medium);
  display: flex;
  align-items: center;
  gap: 0.24rem;
}
.join-s2-right-top-link::after {
  content: '';
  display: inline-block;
  width: var(--font-size-18);
  height: var(--font-size-18);
  background-image: url(../images/jion-right-arrow.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .join-s2-right-top-item:hover .join-s2-right-top-item-left-desc {
    color: #006fc1;
  }
  .join-s2-right-top-item:hover .join-s2-right-top-item-right {
    opacity: 1;
  }
  .join-s2-right-top-item:hover .join-s2-right-top-item-left-time {
    height: calc(var(--font-size-p) * 1.5);
  }
}

.jion-talent-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
  padding-left: 0.3rem;
}
.jion-talent-item-left-icon {
  width: max(0.6rem, 40px);
  height: max(0.6rem, 40px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem #edf5fb;
}
.jion-talent-item-left-icon img {
  width: auto;
}
.jion-talent-item-right-tit {
  font-family: var(--font-bold);
  color: #222;
  margin-bottom: 0.04rem;
  font-size: var(--font-size-p);
}
.jion-talent-item-right-desc {
  color: #666;
  font-size: var(--font-size-p);
}
.titbottom {
  margin-top: 0.5rem;
}
.jion-talent-item .jion-talent-item-left-icon img {
  transition: unset;
}

.jion-talent-item:hover .jion-talent-item-right-tit {
  color: #006fc1;
}
.jion-talent-item:hover .jion-talent-item-right-desc {
  color: #006fc1;
}
.jion-talent-item:hover .jion-talent-item-left-icon {
  background-color: #006fc1;
  box-shadow: 0 0 0 0.1rem #deecf7;
}
.jion-talent-item:hover .jion-talent-item-left-icon img {
  filter: invert(1) brightness(2);
}

@media (max-width: 768px) {
  .join-s2-right-top-item {
    flex-wrap: wrap;
  }
  .join-s2-right-top-item .join-s2-right-top-item-right {
    opacity: 1;
    margin-left: auto;
    margin-right: 0.2rem;
  }
}
