@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: 2.2rem;
    padding-bottom: 1.2rem;
    box-sizing: border-box;
    width: 100%;
    gap: 0.44rem;
    /* overflow: hidden; */
}

/* 浜у搧鍒嗙被banner妯″潡start */
.s0 {
    position: relative;
    /*top: 1rem;*/
    margin-top: 1rem;
}

.banner-text {
    position: absolute;
    right: 10%;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;

}

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

.banner-text-left {
    display: none;
    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: 6px;
    height: 6px;
    background-color: #006fc1;
    border-radius: 50%;
    margin-right: 0.2rem;

}

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

.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 {
    width: 100%;
    /* box-shadow: 5px 9px 30px 0px 
      rgba(176, 176, 176, 0.13); */
    /* margin-right: 0.44rem; */
    border-radius: 10px;
    /* flex: 1; */
    align-self: stretch;
}

.product-left-child {
    height: fit-content;
    background-color: #fff;
    padding: 0 5%;
    /* position: sticky;
    top: 1rem; */
    /* padding-left: 0.9rem;
    padding-top: 0.19rem;
    padding-right: 0.36rem;
    padding-bottom: 0.33rem; */
}

.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: .6s;
    padding-bottom: 0;
}

.left-h1::before {
    display: none;
    content: '';
    width: 30px;
    height: 6px;
    background-color: #666;
    opacity: 0.2;
    border-radius: 3px;
    /* margin-top: 0.2rem; */
    margin-bottom: 0.1rem;
    transition: .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.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;
}

.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(160px, 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: normal;
    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: var(--font-size-p);
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #666666;
}

.item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.32rem;
    height: 0.42rem;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-top: 32px;


}

.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: 41px;

}

/* 浜у搧鍒嗙被鍙宠竟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.375;
}

.index-s1 {
    position: relative;
    background: #fff;
}

.index-s1-box img {
    min-height: 380px;
    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: 0rem;
}

.banner-text-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.12rem 0.30rem;
    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.50rem;
    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.50rem;
    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);
    margin-right: -8px;
}

.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.50rem;
    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; */
    margin: 0 10px;
    color: #666;
}

.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-bold);
    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;
    padding: 0 0.3rem;
    /*width: 100%;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /* gap: 0.5rem; */
    position: absolute;
    top: 6%;
    /* left: 10%; */
    z-index: 1;
    flex-direction: column;
}

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

.index-s3-position-one2 {
    left: 2%;
}

.index-s3-position-one2 .writer-1 {
    margin-left: 0.4rem;
}

.writer-1 {
    /* margin-left: 0.6rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.12rem 0.2rem;
}

.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.2rem;
}

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

.index-s3-position2 {
    position: absolute;
    /*top: 25%;*/
    /*left: 5%;*/
    padding: 0 0.3rem;
    z-index: 1;
    bottom: 5%;
    top: 50%; /* 璺濈椤堕儴50% */
    /* left: 50%; */ /* 璺濈宸︿晶50% */
    transform: translate(-0%, -20%); /* 閫氳繃骞崇Щ瀹炵幇鐪熸鐨勫眳涓 */

}

/* .index-s3-position3{
  display: none;
} */
/* .index-s3-2-1 img{
  height: 247px;
  object-fit: cover;
} */
.index-s3-2-1::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background-color: #2a2a2a53;
}

.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-22 {
    position: relative;
}

.writer {
    background-color: #006fc1;
    color: #fff;
    text-align: center;
    padding: 0.02rem 0.2rem;
    border-radius: 10px;
    width: 100%;
    height: fit-content;
    font-family: var(--font-bold);
    font-size: var(--font-size-24);
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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.5rem;
    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: 0.5rem 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.5rem 0.5rem;
    }
}

.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: 70px;
    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: 460px;*/
}

.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-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;
}

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

/* .s5-time{
  position: absolute;
  top: 5%;
    left: 3%;
} */
.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: var(--font-size-16);
    font-family: var(--font-medium);
    color: #006fc1;

}

.s5-time-img-1 img {
    vertical-align: text-top;
}

.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;
    margin-top: 1rem;
}

.join-word {
    font-size: var(--font-size-60);
    font-family: var(--font-bold);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* join椤甸潰banner妯″潡end*/

/* join椤甸潰s2宸﹁竟鍥哄畾妯″潡start*/
.join-s2-container {
    display: flex;
    margin-top: 2rem;
}

.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-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: .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::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;
    margin-bottom: .22rem;
}

.writer-1-1 {
    /* display: flex;
    justify-content: space-evenly; */
    margin-left: 0;
}

.writer-1-5 {
    margin-left: 0.15rem;
}

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

/* join椤甸潰s3妯″潡end*/
/* join椤甸潰s4妯″潡start*/
.join-s4-content {
    display: grid;
    grid-template-columns: repeat(4, 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 {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 0.2rem;
    width: fit-content;
}

.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.1rem;

}

.join-s4-text2 {
    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;
    -webkit-box-orient: vertical;
}

.join-s4-content {
    padding-top: 0.3rem;
}

@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;
    }

    .title-one {
        font-size: 18px;
        font-weight: bold;

    }

    .title-two {
        font-size: 16px;
        font-weight: bold;
    }

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

    .position3-title p {
        color: #fff;
    }
}

@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: 100%;*/
        margin: auto;
        position: relative;
        padding: 0.3rem 0.2rem;
    }

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

    .item {
        width: 50%;
        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*/
.ht_span {
    position: relative;
}

.dropdown-menu-two.single-two {
    position: absolute;
    top: 100%;
    left: 50%;
    /* -webkit-transform: translate(-50%, 0); */
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    z-index: 1100;
    background: 0 0;
    margin-top: 0;
    /* -webkit-transition: max-height .7s; */
    -o-transition: max-height .7s;
    transition: max-height .7s;
    border: none;
    color: #303233;
    padding: 0;
    display: none;
}

.dropdown-menu-two.single-two li {
    display: block;
    font-size: 16px;
    width: 100%;
    position: relative;
    /* -webkit-transition: all .3s; */
    -o-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu-two * {
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
}

.dropdown-menu-two.single-two li {
    display: block;
    font-size: 16px;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu-two.single-two li {
    display: block;
    font-size: 16px;
    width: 100%;
    position: relative;
    /* -webkit-transition: all .3s; */
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
}

.dropdown-menu-two.single-two li > a {
    padding: 16px 14px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #303233;
    line-height: 1;
    height: auto;
    background: #f2faff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.ht_span:hover .dropdown-menu-two.single-two {
    display: block;
}

.language {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
}

/* 棣栭〉涓嬫媺end*/

/* 棣栭〉鎵嬫満绔獟浠媠tart */
@media screen and (max-width: 768px) {
    .header {
        display: none;
    }

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

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

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

    .index-text {
        left: 5%;
        right: 5%;
    }

    /* .index-text{
      top: 10%;
    } */
    .index-s3-button {
        display: none;
    }

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

    .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%;
        height: 100%;
        margin: auto;
    }

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

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

    .join-s2-container {
        margin-top: 0.2rem;
        margin-bottom: 1rem;
    }

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

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

/* 棣栭〉鎵嬫満绔獟浠媏nd */

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

.jiantou {
    width: var(--font-size-p);
    display: block;
}

.index-s1-box-left2::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    background-color: #2a2a2a53;
}

.heigai {
    height: 247px;
    object-fit: cover;
}

.shangtext {
    display: none;
}

.xiaotext-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 5%;
}

.nav_warp .top:hover {
    color: #006fc1;
}


.xiaotext.active .xiaotext-content {
    display: block;
}

.xiaotext {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.xiaotext {
    position: relative;
}

.left-h1 {
    position: relative;
    width: 100%;
}

.xiaotext .left-h1::after {
    content: "  ";
    position: absolute;
    top: 0.3rem;
    right: 5%;
    width: 40px;
    height: 10px;
    background-image: url(../images/xiajianto.png);
    filter: brightness(0.5) contrast(1);
    background-repeat: no-repeat;
    background-size: 15px 10px;
}


.xiaotext.active .left-h1::after {
    content: "  ";
    position: absolute;
    top: 0.3rem;
    right: 5%;
    width: 40px;
    height: 10px;
    background-image: url(../images/xiajianto.png);
    filter: brightness(0.5) contrast(1);
    background-repeat: no-repeat;
    background-size: 15px 10px;


}

.index-s5-swiper {
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

.index-s5-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #006fc1;
    border-color: #006fc1;
}

.swiper-container-two .swiper-wrapper {
    height: auto;
}

.swiper-container-two .swiper-slide {
    height: auto;
}

.breadsheet {
    padding: 0 .3rem;
}