.mjmh.btn {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-family: "SourceHanSerifCN";
    position: relative;
    line-height: 1;
}

.mjmh.btn::after {
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mjmh.color_b {
    color: #fff;
}

.mjmh.color_b::after {
    background: #fff;
}

.indBan {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.caseBan {
    height: 100%;
}

.ProBan {
    height: 100%;
}

.proBan {
    position: relative;
}

.proBana {
    height: 100%;
}

.proT {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    text-align: end;
}

.proT .tit {
    font-size: 48px;
    color: #fff;
}

.proT .tit span {
    font-size: 48px;
    color: #D8B766;
    position: relative;
}

.proT .tit:first-child span {
    margin: 0 30px;
}

.proT .tit span img:first-child {
    width: 15px;
    position: absolute;
    left: -23px;
}

.proT .tit span img:last-child {
    width: 15px;
    position: absolute;
    transform: rotate(180deg);
    right: -23px;
    bottom: -10px;
}

.proT .tit:last-child {
    margin-top: 20px;
}

.indBanRImg {
    width: 100%;
    height: 100%;
}

.indBanRImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indBanRImg .img1{
    display: block;
}
.indBanRImg .img2{
    display: none;
}


.proBox {
    background: #f6f7f9;
}

.proBox .inner {
    padding: 2% 0;
    width: 90%;
}

.proCBox {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    /* transform: translateY(-50%); */
    margin: 50px auto 0;
    width: 80%;
    padding: 30px 20px;
    /* background: #FEFEFD;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%); */
    border-radius: 8px;
}

.proIBox {
    width: 90%;
    margin: 0 auto;
    padding: 15px 30px;
    /* background: #F8F7F6; */
    border: 1px solid rgb(255 255 255 / 50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.proIBox input {
    width: 90%;
    background: rgb(255 255 255 / 0%);
    font-size: 16px;
    color: #eee;
}

.proIBox input::placeholder {
    color: #eee;
}

.proIBox img {
    width: 30px;
    opacity: .8;
}

.proABox {
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    padding: 0 30px;
}

.proAItem {
    display: flex;
    align-items: flex-start;
    padding: 13px 0;
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
}

.proATit>span {
    display: block;
    font-size: 16px;
    padding: 5px 20px 5px 0;
    color: #eee;
}

.proAList {
    width: calc(100% - 90px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.proATit {
    margin-right: 25px;
}

.proATit a {
    display: block;
    padding: 5px 15px;
    border-radius: 4px;
    transition: all 0.48s;
}

.proATit a span {
    font-size: 14px;
    color: #eee;
}

.proATit .on {
    background: #B97F36;
}

.proATit .on span {
    color: #fff;
}

.proTBox {
    padding: 50px 0;
    background: #FEFEFD;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border-radius: 8px;
    background: url(../images/proTBg.jpg);
    margin: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.proText span {
    display: block;
    width: 70%;
    font-size: 18px;
    color: #fff;
    margin: 20px auto;
    line-height: 2;
}

.proTList {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.proTItem {
    width: calc(33.3% - 30px);
    position: relative;
    margin-bottom: 4%;
    margin-right: 40px;
    overflow: hidden;
}
.proTItem:nth-child(3n){
    margin-right: 0;
}
.proTImg {
    width: 100%;
}

.proTImg img {
    width: 100%;
    transition: all 0.48s;
}

.proTItext {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.proTItext .tit {
    font-size: 20px;
    color: #f6f7f9;
}

.proTItext .ying {
    font-size: 60px;
    color: #f6f7f9;
    margin: 30px 0 50px;
    text-transform: uppercase;
    font-family: "SourceHanSerifCN";
    letter-spacing: 1px;
}

.proTItem:hover .proTImg img {
    transform: scale(1.1);
}


/* 分页器 */
.proFBox {
    display: flex;
    margin: 5% 0;
    justify-content: center;
}

.proFBox .jt {
    width: 65px;
    margin: 0 50px;
    display: flex;
    align-items: center;
    content: '';
}

.proFBox .jt img {
    width: 100%;
}

.proFBox ul {
    display: flex;
    align-items: center;
}

.proFBox a {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.proFBox .on {
    border: 1px solid #D7D8D8;
}

.proFBox a .jdt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.55);
    opacity: 0;
}

.proFBox .on .jdt {
    opacity: 1;
    animation: jdt 4s linear forwards;

}

@keyframes jdt {
    0% {
        stroke-dasharray: 0 190;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 190 0;
        stroke-dashoffset: 0;
    }
}



/* 案例 */
.caseBan .swiper_item {
    position: relative;
}

.canT {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.canT .tit {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
}

.canT .ying {
    font-size: 44px;
    font-family: "SourceHanSerifCN";
    color: #fff;
}

.caseIBox {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 50px 0;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.caseIItem,
.caseIpu {
    width: 24%;
    /* border-bottom: 1px solid #eee; */
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caseITop {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

.caseIItem span {
    display: inline-block;
    font-size: 16px;
    color: #000;
}

.caseIpu input {
    width: 85%;
    background: transparent;
    font-size: 16px;
    color: #000;
}

.caseIpu input::placeholder {
    color: #000;
}

.caseIItem img,
.caseIpu img {
    width: 18px;
    transform: rotate(90deg);
    transition: all 0.48s;
}

.caseIItem:first-child img {
    width: 20px;
    transform: rotate(0);
}

.caseIdiv {
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 60px;
    transform: translateY(100%);
    opacity: 0;
    /* display: none; */
    box-shadow: 0 18px 30px rgb(0 0 0 / 5%);
    transition: all 0.48s;
    overflow-y: auto;
    height: 120px;
   
}
.conIList.active{
    padding-bottom: 120px;
}

.caseIdiv div a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.caseIdiv div {
    /* display: block; */
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.48s;
}

.caseIdiv a span {
    display: block;
    font-size: 14px;
    color: #333;
}

.caseIdiv div:hover {
    background: #eee;
}

.caseIItem.on .caseIdiv {
    /* display: block; */
    z-index: 8;
    opacity: 1;
    transform: translateY(0);
}

.caseIItem.on {
    overflow: inherit;
}

.caseIItem.on img {
    transform: rotate(270deg);
}
.caseItem {
    width: calc(33.3% - 30px);
    position: relative;
    margin-bottom: 4%;
    padding: 60px 30px 50px;
    margin-right: 40px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    transition: all 0.48s;
}
.caseItem:nth-child(3n){
    margin-right: 0;
}
.caseItem:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.caseItem:hover img {
    transform: scale(1.1);
}

.caseItem .tit {
    font-size: 28px;
    position: relative;
    color: #333;
    text-transform: uppercase;
}

.caseItem .ying {
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}

.caseItem .img {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
}

.caseItem img {
    width: 100%;
    transition: all 0.48s;
}
.mapBox{
    width: 100%;
    margin-top: 50px;
}
.mapBox .tit{
    font-size: 16px;
   color: #333;
   margin-bottom: 20px;
}
.mapBox .tit a {
    font-size: 16px;
   color: #333;
}
.MBox{
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}
.MTbox{
    width: calc(100% - 400px);
    height: 100%;
}
.MBox .Tbox{
    width: 400px;
    height: 100%;
    background: #fff;
}
.MSwiper{
    padding: 0 0 0 40px;
    height: 100%;
}
.MSwiper .item{
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    height: auto !important;
    display: inline-block;
}
.MSwiper .tit{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.MSwiper p{
    color: #656462;
    font-size: 14px;
    line-height: 20px;
}
/* 案例详情 */
.cdBox{
    width: 100%;
    height: calc(100vh - 76px);
    margin-top: 76px;
    padding: 4% 0;
}
.cdBox .inner{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cdLeft{
    width: 65%;
    height: 100%;
    position: relative;
}
.cdSwiper{
    width: 100%;
    height: calc(100% - 30px);
}
.cdSwiper .item{
    width: 100%;
    height: 100%;
}
.cdSwiper .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cdLeft .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 0;
    opacity: 0.5;
    transition: all 0.48s;
}
.cdLeft .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
    width: auto;
}
.cdLeft .swiper-pagination-bullet-active{
    opacity: 1;
}
.cdRig{
    width: 30%;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
.cdRig .tit{
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.cdRig .ying{
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}
.cdRig .text {
    margin-top: 30px;
}
.cdRig .text span{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 8px 0;
    display: block;
}
.cdRig a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    color: #333;
    /* background: #eac67c; */
    border: 1px solid #666;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .48s;
}
.cdRig .btn{
    margin-top: 50px;
}
.cdRig .btn img{
   width: 20px;
   margin-left: 10px;
}
/* 新闻 */
.newsBTox {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
}

.newsBList {
    margin-top: 60px;
}

.newsBtn {
    margin-top: 40px;
    text-align: center;
}

.newsBtn .btn {
    font-size: 22px;
}

.newsBItem {
    width: 100%;
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
}

.newsBItem img {
    width: 100%;
    height: 100%;
}

.newsBTBox .time {
    font-size: 16px;
    color: #fff;
}

.newsBTBox .tit {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NewSwiper .swiper-slide {
    transform: scale(0.8);
}

.NewSwiper .swiper-slide-active,
.NewSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.newsBox {
    position: relative;
}

.newsNav {
    width: 90%;
    height: 80px;
    border-bottom: rgb(0 0 0 / 10%);
}

.newsNav .list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.newsNav .item {
    width: 180px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
    position: relative;
}

.navSwiper .swiper-slide {
    width: auto;
}

.newsNav .item.on {
    color: #e60012;
}

/* .navSwiper .swiper-wrapper{
    justify-content: center;
} */
.newsNav .item.on::before {
    content: '';
    width: 90px;
    height: 1px;
    background: #e60012;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.navSwiper {
    display: none;
}

.newsNav .item::after {
    width: 1px;
    height: 20px;
    background: rgb(0 0 0 / 15%);
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newsNav .item:last-child:after {
    background: transparent;
}

.newsBTBox {
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.newsList {
    margin-top: 50px;
}

.newsItem {
    width: 100%;
    padding: 3% 0;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    transition: all 0.48s;
    border-top: 1px solid rgb(0 0 0 / 5%);
    display: flex;
    justify-content: space-between;

}

.newsItem:hover .img img {
    transform: scale(1.1);
}

.newsItem .img {
    width: 30%;
    overflow: hidden;
}

.newsItem .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.newsTBox {
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.newsTBox .time {
    font-size: 36px;
    color: #aaa;
    font-family: "SourceHanSerifCN";
}

.newsTBox .tit {
    font-size: 28px;
    color: #333;
}

.newsTBox .text {
    font-size: 16px;
    color: #aaa;
}

/* 联系我们 */
.conBox {
    position: relative;
    width: calc(100% + 500px);
    height: 100vh;
    transform: translateX(100px);
    transform: translateX(-500px);
    overflow: hidden;
}

.conBt {
    position: absolute;
    left: 10%;
    top: 40%;
    transform: translateY(-50%);
}

.conBTit span {
    font-size: 80px;
    color: #aaa;
    text-transform: uppercase;
    font-family: "SourceHanSerifCN";
}

.conBtext span {
    font-size: 24px;
    color: #fff;
}


.conBTBox {
    /* width: 90%; */
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 4% 3%;
    box-sizing: border-box;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.conBTBox2{
    display: none;
}


/* .conBox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 10%);
    content: '';
} */
.conBTop .tit {
    margin: 0 0 22px;
}

.conBTop .tit span {
    font-size: 44px;
    line-height: 150%;
    font-weight: bold;
}

.conBItem {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.conBItem img{
    width: 25px;
    margin-right: 10px;
}
.conBItem .tit {
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

.conBItem .num {
    font-size: 24px;
    color: #333;
    font-family: "SourceHanSerifCN";
}

.conBPhone {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.conBPhone img {
    width: 30px;
}

.conBPhone .tit {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0 15px;
}

.conBPhone .num {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    font-family: "SourceHanSerifCN";
}

.conBItem .text {
    font-size: 18px;
    line-height: 2.5;
    color: #333;
}

.conBItem:nth-child(3),
.conBItem:nth-child(4) {
    margin-bottom: 0;
}

.conCBox {
    padding: 5% 0;
    position: relative;
    box-sizing: border-box;
    background: #f6f6f6;
}

.conCBox .inner {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.conCItem {
    width: 33%;
    height: 370px;
    padding: 0 50px;
    border-right: 1px solid #eee;
}

.conCItem:last-child {
    border: none;
}

.conCItem .tit {
    font-size: 32px;
    color: #333;
    position: relative;
    font-weight: bold;
}

.conCItem .tit::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -10px;
    width: 30px;
    height: 1px;
    background: #333;
}

.conCItem form {
    margin-top: 30px;
}

.conCItem .text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-top: 54px;
    padding-bottom: 30px;
}

.conCItem input {
    width: 100%;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #555;
    line-height: 38px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    background: #f6f6f6;
}

.conCItem textarea {
    width: 100%;
    padding: 10px;
    height: 78px;
    border: 1px solid #555;
    background: #f6f6f6;
    font-size: 14px;
    color: #333;
}

.conCItem .imgBox {
    display: flex;
    align-items: center;
}

.conCItem .imgBox img {
    width: 40%;
    margin-right: 5%;
}

.conCItem .btn {
    width: 160px;
    height: 40px;
    background: #B1924A;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 20px 0 0;
}

.conDBox {
    display: flex;
    align-items: center;
}

.conMap {
    width: 100%;
    height: 100%;
}

.conDRig {
    width: 36%;
}

.contop {
    padding: 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa;
}

.conDBox {
    padding: 5% 0;
    position: relative;
}

.conIList {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all 0.48s;
}

.conIBox {
    background: #f6f6f6;
    padding: 0 20px;
    width: 28%;
    margin-right: 2%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.conIBox.on .caseIdiv {
    /* display: block; */
    z-index: 8;
    opacity: 1;
    transform: translateY(0);
}

.conIBox.on {
    overflow: inherit;
}

.conIBox.on img {
    transform: rotate(270deg);
}

.conIBox span {
    /* max-width: 100px; */
    font-size: 16px;
    color: #333;
}

.conIBox img {
    width: 15px;
    transform: rotate(90deg);
    transition: all .48s;
}

.conSBox {
    width: 10%;
    background: #f6f6f6;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conSBox img {
    width: 20px;
}

.conBot {
    padding: 3% 0 3% 5%;
    box-sizing: border-box;

}

.conSwiper {
    width: 100%;
    height: 40vh;
    overflow: auto;
    padding-right: 5%;
    box-sizing: border-box;
}

.conSWBox {
    width: 100%;
    /* height: 300px; */
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.conNbox {
    width: 20px;
    position: relative;
}

.conNbox img {
    width: 100%;
}

.conNbox span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.conNRig {
    margin-left: 20px;
}

.conNRig .tit {
    font-size: 18px;
    color: #000;
}

.conNRig .add {
    font-size: 14px;
    color: #999;
}

.conNRig .num {
    font-size: 20px;
    color: #999;
    margin-left: 15px;
}

.conNRig .item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.conNRig .item img {
    width: 22px;
    opacity: .5;
}

/* 产品应用 */
.appBanT {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 38%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.appBanT .tit {
    font-size: 44px;
    color: #fff;
    /* font-weight: bold; */
}

.appBanT .tit span {
    font-size: 44px;
    color: #e60012;
    margin: 30px 0;
}

.SeBan .appBanT .text {
    font-weight: bold;
    color: #e60012;
}

.appBanT .text {
    font-size: 60px;
    color: #fff;
    /* font-weight: bold; */
    margin: 15px 0;
}

.appBanT .text span {
    font-size: 60px;
    color: #e60012;
    /* font-weight: bold; */
    margin: 30px 0;
}

.appBanT .ying {
    font-size: 60px;
    color: #fff;
    font-family: " SourceHanSerifCN";
    text-transform: uppercase;
}

.appDn {
    position: relative;
    height: 16vh;
}

.appDn .img {
    width: 550px;
    position: absolute;
    left: 50%;
    top: -250px;
    transform: translate(-50%);
    transition: all 0.48s;
}

.appBox {
    padding: 5% 0;
    position: relative;
}

.appTit i {
    font-size: 40px;
    color: #333;
    font-weight: 600;
}

.appTit {
    text-align: center;
    position: relative;
}

.appTit span {
    font-size: 44px;
    color: #333;
    font-weight: 600;
}

.appSan {
    width: 20px;
    margin: 10px auto;
}

.appSan img {
    width: 100%;
}

.appQBox .inner {
    width: 1200px;
}

.appQList {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.appQTBox {
    margin-top: 50px;
}

.appQImgBox {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.appQImgBox img {
    width: 100%;
}
.joinYBox .appQItem{
    width: 12%;
}
.appQItem{
    width: 16.5%;
    margin-bottom: 20px;
    display: flex;
    align-items: center; 
    justify-content: center;
    position: relative;
}
.appQItem .text {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.appNBox {
    padding: 4% 0;
    position: relative;
}

.appNBox::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 15%);
    content: '';
}

.appNBox .inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.appSBox {
    position: relative;
    background: #E5E5E5;
    padding: 50px 0;
}

.appSBox .inner {
    width: 1200px;
    text-align: center;
    position: relative;
}

.appSBox .bg {
    width: 60%;
}

.appSBox .titImg {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.appSBox .text {
    width: 70%;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
}

.appSBox .text span {
    display: block;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
}

.appYBox {
    background: url(../images/appYBg.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.appYList {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.appYItem {
    width: 16.6%;
    box-sizing: border-box;
    border-right: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0, 0.3);
    height: 300px;
}

.appYItem img {
    width: 70px;
}

.appYItem .tit {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.appYItem .text {
    font-family: " SourceHanSerifCN";
    font-size: 18px;
    color: #aaa;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin-top: 10px;
}

.appMBox {
    padding: 0;
    width: 100%;
    background: url(../images/appMBg.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

}

.appMBg {
    width: 100%;
    /* height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; */
}

.appMBox .inner {
    width: 100%;
    height: 100%;
    padding: 4% 0;
    position: absolute;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
}

.appMBox .inner::before {
    content: '';
    width: 100%;
    height: calc(50% - 64px);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    left: 0;
    top: 0;
}

.appMBox .inner::after {
    content: '';
    width: 100%;
    height: calc(50% - 238px);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.appMT {
    margin: 0 0 50px 0;
}

.appMT .tit {
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
}

.appMTList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.appMTItem {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.appMTItem img {
    width: 20px;
}

.appMTItem span {
    font-size: 18px;
    color: #000;
    margin-left: 5px;
}

.appMImg {
    width: 100%;
    height: 300px;
    text-align: center;
    position: relative;
}

.appMBox::after {
    width: 10%;
    content: '';
    height: 302px;
    position: absolute;
    left: 0;
    top: calc(50% - 64px);
    background: rgb(255 255 255 / 50%);
}

.appMBox::before {
    width: 10%;
    content: '';
    height: 302px;
    position: absolute;
    right: 0;
    z-index: 6;
    top: calc(50% - 64px);
    background: rgb(255 255 255 / 50%);
}

.appMImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appTuList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12vh;
    position: relative;
    z-index: 2;
}

.appTuItem {
    width: 80px;
    margin: 0 30px;
}

.appTuItem img {
    width: 100%;
}

.appABox {
    position: relative;
}

.appABg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.appATit {
    font-size: 18px;
    letter-spacing: 2px;
    color: #333;
    margin: 30px 0;
}

.appABox .inner {
    position: relative;
}

.appAList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.appAItem {
    width: calc(25% - 20px);
    padding: 70px 0 20px;
}

.appAItem .icon {
    width: 50px;
}

.appAItem .tit {
    margin: 20px 0 50px;
}

.appAItem .ying {
    font-size: 14px;
    color: #666;
    display: block;
}

.appAItem .text {
    font-size: 16px;
    color: #666;
    display: block;
}

.appAItem img {
    width: 100%;
}

.appOBox {
    position: relative;
    padding: 0;
}

.appOBox>img {
    width: 100%;
}

.appOBox .inner {
    padding: 5% 0;
    position: absolute;
    left: 5%;
    top: 0;
}

.appJBox .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appJLeft {
    width: 36%;
    display: flex;
    align-items: center;
}

.appJItem {
    position: absolute;
    right: -10px;
    top: 30%;
    text-align: center;
}

.appJItem img {
    width: 20px;
    transform: rotate(-90deg);
}

.appJItem .ying {
    font-size: 14px;
    color: #999;
    line-height: 1;
    font-family: " SourceHanSerifCN";
    text-transform: capitalize;
}

.appJItem .text {
    font-size: 18px;
    color: #333;
}

.appJRight {
    width: 60%;
}

.appJRight .tit {
    font-size: 20px;
    color: #333;
}

.appJRight .text {
    margin-top: 50px;
    font-size: 16px;
    color: #666;
    /* line-height: 2; */
}

.appCBox {
    position: relative;
    /* height: calc(100vh - 80px); */
}

.appCBox>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.appCBox .inner {
    position: relative;
    width: 1200px;
}

.appCBox .tit {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.appCBox .text {
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.appCtit {
    margin: 50px 0;
    font-size: 24px;
    letter-spacing: 3px;
    color: #ddd;
    text-align: center;
}

.appCList {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appCItem {
    width: 32%;
    padding: 7% 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.appCItem img {
    width: 80px;
}

.appCItem .text {
    font-size: 18px;
    color: #ddd;
    text-align: center;
    margin-top: 30px;
}

.appDBox {
    position: relative;
}

.appDList {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.appDR {
    width: 25%;
}

.appDR img {
    width: 100%;
}

.appDL {
    width: 12%;
    padding-top: 24px;
}

.appDitem {
    padding: 11px 0;
    font-size: 18px;
    color: #333;
    position: relative;
}

.appDitem::before {
    content: '';
    width: 600%;
    height: 1px;
    border-top: 2px dashed #999;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.appDitem::after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 706%;
    top: 50%;
    transform: translateY(-50%);
}

.appDitem:nth-child(2):before {
    width: 560%;
}

.appDitem:nth-child(2):after {
    left: 667%;
}

.appDitem:nth-child(3):before {
    width: 560%;
}

.appDitem:nth-child(3):after {
    left: 667%;
}

.appDitem:nth-child(4):before {
    width: 580%;
}

.appDitem:nth-child(4):after {
    left: 690%;
}

.appDitem:nth-child(5):before {
    width: 650%;
}

.appDitem:nth-child(5):after {
    left: 755%;
}

.appDitem:nth-child(6):before {
    width: 628%;
    left: 120%;
}

.appDitem:nth-child(6):after {
    left: 753%;
}





.appBanbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    padding: 20px 30px;
}
.appBanbox .Left{
    width: 500px;
}
.appBanbox .rig{
    width: 300px;
}
.appZbox {
    position: relative;
}

.appZbox .inner {
    width: 1200px;
    text-align: center;
}

.appText {
    position: relative;
    z-index: 2;
}

.appZimg {
    width: 100%;
    margin: 0 auto;
}

.appZimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appZTt {
    font-size: 18px;
    color: #333;
    line-height: 2;
    margin: 50px auto 0;
    width: 80%;
}

.appZText {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 20px auto 0;
    width: 80%;
}

.appFbox .inner {
    width: 100%;
    text-align: center;
}

.appZbox {
    padding: 4% 0 0;
}
.joinIBox .bg2{
    display: none;
}
.appZList {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 50px 0;
}

.appZList .item {
    width: 20%;
    box-sizing: border-box;
    /* padding: 0 30px; */
    text-align: center;
}

.appZList .item .num {
    font-family: "SourceHanSerifCN";
    font-size: 32px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    position: relative;
}

.appZList .item .num i {
    font-size: 20px;
    color: #333;
}

/* .appZList .item .num::after{
    content: '';
    width: 1px;
    height: 30px;
    background: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.appZList .item .text {
    font-size: 16px;
    color: #333;
}

.appZList .item:last-child .num::after {
    background: #fff;
}

.appFbox {
    padding: 3% 0 5% 0;

}

.appFbox .list {
    margin-top: 50px;
    width: 100%;
    padding: 10px 10px 20px;
    background: #EDEDED;
}

.appFText span {
    font-size: 44px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.appCBox .appFText span {
    font-size: 32px;
}

.appFSwiper .item {
    width: 100%;
}

.appFSwiper .item img {
    width: 100%;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.appGBox {
    padding: 5% 0 0;
    overflow: hidden;
}

.appGBox .inner {
    width: 100%;
    text-align: center;
}

.appGBox .tit span {
    font-size: 42px;
    color: #333;
    /* font-weight: 600; */
}

.appGBox .tit div {
    margin: 50px auto 0;
    width: 1px;
    height: 60px;
    background: rgb(0, 0, 0, 0.3);
    position: relative;
}

.appGBox .tit div::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: rgb(0, 0, 0, 0.3);
    border-radius: 50%;
}

.appGBox .text {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.appGBox .text .ying {
    font-size: 48px;
    color: #333;
    font-family: " SourceHanSerifCN";
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.appGBox .text .zhong {
    font-size: 26px;
    color: #333;
    letter-spacing: 10px;
    font-weight: 500;
    display: block;
}

.appGBox .list {
    margin-top: 70px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.appGBox .item {
    padding: 0 30px;
    cursor: pointer;
}

.appGBox .item img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    object-fit: contain;
}

.appGBox .item .img1 {
    display: block;
}

.appGBox .item .img2 {
    display: none;
}

.appGBox .item div {
    font-size: 18px;
    color: rgb(0, 0, 0, 0.6);
    margin-top: 10px;
}

.appGBox .item.on div {
    color: #e60012;
}

.appGBox .item.on .img1 {
    display: none;
}

.appGBox .item.on .img2 {
    display: block;
}
.appHTit{
    background: #fff;
    margin-top: 50px;
    
}
.appHTit .appItem .appTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px dotted rgb(0 0 0 / 10%);
    margin: 0 30px;
}
.appHTit .appItem{
    position: relative;
}
.appTop div{
    display: flex;
    align-items: center;
}
.adSJ{
    display: none;
}
.appHTit .appItem span{
    font-size: 16px;
    color: #333;
}
.appTop div img{
    width: 20px;
    margin: 0 15px 0 0;
}
.appTop>img{
    width: 16px;
    transform:rotate(90deg);
}
.appHText{
    display: none;
}
.appHText .text2{
    font-size: 14px;
    color: #333;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
}
.appHText img{
   width: 100%;
}

.appHBox {
    margin-top: 70px;
}

.appGli {
    width: 100%;
    display: none;
}
.appHTBox{
    display: none;
}

.appGli .tit2 {
    font-size: 32px;
    color: #333;
    position: relative;
    z-index: 2;
}

.appGli .text2 {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.appGli .img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(256, 256, 256, 1), rgba(256, 256, 256, 0.3), rgba(256, 256, 256, 0));
}

.appGli .img {
    width: 100%;
    position: relative;
    margin-top: -30%;
}

.appGli .img img {
    width: 100%;
}

.appHBox .active {
    display: block;
}

.appNBox>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serQbox>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serQbox .inner {
    width: 1200px;
    text-align: center;
    position: relative;
}

.appNBox .tit {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.appNBox .text {
    font-size: 24px;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 20px;
    position: relative;
}

.serQbBox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.serQLeft {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    background: #E70012;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.serQLeft .tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.serQLeft .tit img {
    width: 40px;
}

.serQLeft .tit span {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
}

.serQLeft .item {
    padding: 5px 0;

    display: flex;
    align-items: center;
}

.serQLeft .item span {
    font-size: 20px;
    color: #fff;
}

.serQLeft .item input {
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 10px 15px;
    margin-left: 10px;
    width: 350px;
}

.serQLeft .item div select{
    width: 100%;
}
.serQLeft .item div {
    width: 350px;
    background: #fff;
    padding: 10px 15px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: space-between;
}

.serQLeft .item div span {
    font-size: 16px;
    color: #333;
}

.serQLeft .item img {
    width: 14px;
    opacity: .5;
}

.serQLeft .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.serQLeft .btn {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px 0;
    margin-top: 15px;
}

.serQLeft .btn div {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #FF9000;
    width: 350px;
}

.serQright {
    width: 50%;
    box-sizing: border-box;
    padding: 5%;
    background: #fff;

}

.serQright .tit {
    font-size: 30px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.serQright .tit span {
    font-size: 30px;
    color: #E70012;
}

.serQright .list {
    height: 350px;
    overflow: hidden;
}

.serQright .item {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.serWBox {
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
}

.serWBox .inner {
    /* width: 80%; */
    text-align: center;
}

.serWBox .tit {
    font-size: 44px;
    color: #333;
    font-weight: bold;
}

.serXText {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    /* left: 50%; */
    top: 31%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.serWBox .swiper {
    overflow: inherit;
}

.serWBox .list {
    margin-top: 50px;

}

.serWBox .item {
    width: 100%;
    min-height: 600px;
    background: #fff;
    padding-top: 50px;
    overflow: hidden;
    transition: all 0.48s;
    position: relative;
}

.serWBox .item .text {
    position: relative;
}

.serWBox .item .text::after {
    width: 30px;
    height: 1px;
    background: #E70012;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.serWBox .item .text .span1 {
    font-size: 32px;
    color: #333;
    display: block;
}

.serWBox .item .text .span2 {
    font-size: 20px;
    color: #333;
    display: block;
}

.serWBox .item .mshu {
    margin: 50px auto 30px;
    font-size: 16px;
    color: #333;
    width: 90%;
    min-height: 90px;
}

.serWBox .item img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.48s;
}

.serWBox .swiper-slide .item {
    border-top: 1px solid #E70012;
}

.serWBox .swiper-slide:nth-child(1) .item {
    border-top: 1px solid #E70012;
}

.serWBox .swiper-slide:nth-child(2n) .item {
    border-top: 1px solid #E8D555;
}

.serWBox .swiper-slide:nth-child(3n) .item {
    border-top: 1px solid #009944;
}

.serWBox .swiper-slide:nth-child(4n) .item {
    border-top: 1px solid #1D2088;
}

.serWBox .swiper-slide:nth-child(5n) .item {
    border-top: 1px solid #ED560C;
}

.serWBox .swiper-slide:nth-child(6n) .item {
    border-top: 1px solid #601986;
}

.serWBox .item:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.serWBox .item:hover img {
    transform: scale(1.1);
}

.serABox {
    position: relative;
    background: url(../images/seAbg.jpg);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.serABox .inner {
    position: relative;
    z-index: 2;
}

.serABox::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.6);
}

.serAList {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serAItem {
    width: calc(25% - 30px);
    text-align: center;
    background: rgb(255 255 255 / 50%);
}

.serAItem .top {
    text-align: center;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    transition: all 0.48s;
    font-weight: bold;
    text-transform: uppercase;
    font-family: " SourceHanSerifCN";
}

.serAItem .Tbox {
    padding: 7vh 3vh;
}

.serAItem .TBox>.text {
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-top: 50px;
}

.serAItem .Tbox img {
    width: 70px;
}

.serAItem .Tbox .tit {
    font-size: 28px;
    color: #333;
    margin: 30px 0 10px;
}

.serAItem .Tbox .text {
    font-size: 18px;
    color: #333;
}

.serAItem .bom {
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    transition: all 0.48s;
    text-transform: capitalize;
    font-family: " SourceHanSerifCN";
}

.serAItem:hover .top {
    background: #B1924A;
    /* color: #333; */
}

.serAItem:hover .bom {
    background: #B1924A;
    /* color: #333; */
}

.serGBox {
    background: #EEEEEE;
}

.serGBox .inner {
    width: 1200px;
}

.serGList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.serGItem {
    width: 33.3%;
    text-align: center;
    margin-bottom: 50px;
}

.serGItem:nth-child(4),
.serGItem:nth-child(5),
.serGItem:nth-child(6) {
    margin-bottom: 0;
}

.serGItem .imgBox {
    width: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.serGItem:hover .imgBox::after {
    background: rgb(0 0 0 / 15%);
}

.serGItem .imgBox img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.48s;
}

.serGItem:hover .imgBox img {
    transform: scale(1.1);
}

.serGItem .imgTBox {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 2;
}

.serGItem .imgBox .num {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    z-index: 2;
    font-family: " SourceHanSerifCN";
    display: block;
}

.serGItem .text {
    font-size: 24px;
    color: #000;
    display: block;
    margin-top: 20px;
}

.serTBox {
    /* width: 100%;
    height: calc(100vh - 80px); */
    background: url(../images/seTbg.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.serT {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}

/* .serTBox img{
    width: 100%;
} */
.serTBox .Text {
    width: 55%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    padding: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}

.serMBox {
    position: relative;
    padding: 30px 0;
}

.serList {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.serList .list {
    margin-right: 4%;
}

.serList .item {
    padding: 10px 0;
    display: flex;
    align-items: baseline;
}

.serList .item div {
    width: 20px;
    height: 20px;
    background: #997D1A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.serList .item span {
    font-size: 16px;
    color: #eee;
}

.serXBox {
    position: relative;
    height: calc(100vh - 80px);
}

.serXBox>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serXTbox {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.btnBox {
    width: 84px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin: -42px 0 0 -42px;
    opacity: .5;
}

.btnBox img {
    width: 100%;
}

.btnBox .img2 {
    display: none;
}

.btnBox:hover .img1 {
    display: none;
}

.btnBox:hover .img2 {
    display: block;
}

/* 加盟 */
.joinBT {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.joinBT .tit {
    font-size: 44px;
    color: rgb(255 255 255 / 90%);

}

.joinBT .text {
    font-size: 60px;
    margin: 20px 0;
    color: rgb(255 255 255 / 90%);
    font-weight: bold;
}

.joinBT .text span {
    font-size: 60px;
    color: #e60012;
    font-weight: bold;
}

.joinYBox {
    position: relative;
    /* height: 120px; */
    padding: 5% 0;
    background: #f6f7f9;
}

.joinYT {
    /* padding: 40px 0px; */
    width: 230px;
    height: 230px;
    box-sizing: border-box;
    background: #e60012;
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.joinYT::before {
    width: 50px;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
}

.joinYT::after {
    width: 50px;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
}

.joinYT .tit {
    font-size: 44px;
    color: #eee;
}

.joinYT .ying {
    font-size: 30px;
    color: rgb(255 255 255 / 90%);
    font-family: " SourceHanSerifCN";
    text-transform: uppercase;
}

.joinYBox .inner {
    padding: 4% 0 0;
}

.joinYItem {
    width: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinYItem:nth-child(5),
.joinYItem:nth-child(6),
.joinYItem:nth-child(7),
.joinYItem:nth-child(8) {
    margin-bottom: 0;
}

.joinYItem .box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.joinYItem .box img {
    width: 30%;
}

.joinYItem .box div {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.joinBox {
    padding: 5% 0;
    position: relative;
}

.joinSBox .inner {
    text-align: center;
}

.numBox {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.numBox span {
    font-size: 20px;
    color: #fff;
    z-index: 2;
    position: relative;
}

.numBox::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    background: #000;
}

.joinSBox .TList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinSBox .item {
    padding: 0 30px;
    text-align: center;
}

.joinSBox .item .tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.joinSBox .item .text {
    font-size: 16px;
    color: #666;
}

.joinSBox .img {
    width: 100%;
    margin: 30px 0;
}

.joinSBox .img img {
    width: 100%;
}

.joinQBox {
    position: relative;
    /* overflow: hidden; */
}

.joinQBox .inner {
    text-align: center;
}

.joinQBox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0;
}

.joinQBox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinQBox .inner {
    padding: 5% 0;
}

.joinTit.color_b span::after {
    background: #fff;
}

.joinQTList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.joinQTList .item {
    padding: 0 30px;
    text-align: center;
   
}

.joinQTList .item .num {
    font-size: 28px;
    color: #eee;
    letter-spacing: 2px;
    position: relative;
    font-family: "SourceHanSerifCN";
}

.joinQTList .item .num::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #aaa;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.joinQTList .item .text {
    font-size: 16px;
    color: #ccc;
}

.joQSwiper {
    width: 100%;
    padding: 0 0 50px;
    background: #000;
}

.joQSwiper .swiper-slide {
    padding: 30px 15px;
}

.joQSwiper .swiper-slide img {
    width: 100%;
}

.joinBBox .inner {
    text-align: center;
}

.joinBList {
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.joinBList .item {
    width: 17%;
    height: 370px;
    border: 1px solid #aaa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 30px;
    box-sizing: border-box;
    position: relative;
}

.joinBList .num {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    transition: all 1s;
    font-family: "SourceHanSerifCN";
}

.joBbg {
    width: 100%;
    height: 380px;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.joinBList .text {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 1.7;
    transition: all 1s;
}

.joinBList .item::after {
    width: 100%;
    height: 0%;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    transition: all 1s;
}

.joinBList .item:hover::after {
    height: 100%;
}

.joinBList .item:hover .num {
    color: #fff !important;
}

.joinBList .item:hover .text {
    color: #fff !important;
}

.joinBList .item:nth-child(2) {
    margin-top: 100px;
}

.joinBList .item:nth-child(2) .num {
    color: #333;
}

.joinBList .item:nth-child(2) .text {
    color: #fff;
}

.joinBList .item:nth-child(4) {
    margin-top: 100px;
}

.joinBList .item:nth-child(4) .num {
    color: #333;
}

.joinBList .item:nth-child(4) .text {
    color: #ccc;
}

.joinBList .item:nth-child(1),
.joinBList .item:nth-child(3),
.joinBList .item:nth-child(5) {
    margin-bottom: 170px;
}

.joinIBox {
    position: relative;
}

.joinIBox .appText .tit::after {
    left: 10px;
}

.joinIBox .bg {
    width: 100%;
}

.joinIBox .TBox {
    position: absolute;
    left: 5%;
    top: 22%;
    z-index: 6;
}

.joinIBox .joinTit span::after {
    left: 10%;
    background: #e60012;
}

.joinITit {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin: 50px 0;
}

.joinIText {
    font-size: 18px;
    color: #aaa;
    line-height: 1.7;
}

.joinZBox {
    width: 100%;
    background: url(../images/joZbg.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 80px);
}

.joinZBox .inner {
    width: 1200px;
    text-align: center;
}

.joinZText {
    font-size: 24px;
    color: #fff;
}

.joinList {
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.joinLeft {
    width: 44%;
    display: flex;
    flex-wrap: wrap;
}

.joinLeft .img1 {
    width: 100%;
    padding: 3px;
}

.joinLeft .img2 {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
}

.joinrig {
    width: 27.8%;
}

.joinrig .img2 {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.joinrig .img6 {
    padding: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.joinABox .inner {
    text-align: center;
}

.joinAList {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinAList .item {
    padding: 30px;
}

.joinAList .item .icon {
    width: 50px;
}

.joinAList .item .tit {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 0;
    position: relative;
}

.joinAList .item .tit::after {
    width: 1px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -50px;
    content: '';
    background: #ccc;
}

.joinAList .item:last-child .tit::after {
    background: transparent;
}

.joinAList .item .text {
    font-size: 16px;
    color: #333;
}

.joinAList .item .img {
    width: 300px;
    margin-top: 30px;
}

.joinTBox {
    position: relative;
    height: calc(100vh - 80px);
}

.joinTBox .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.joinTBox .TBox {
    text-align: center;
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    transform: translate(-50%, -50%);
    padding: 5%;
    box-sizing: border-box;
}

/* .joinTBox .TBox .text{
    margin-top: 50px;
    font-size: 16px;
    color: #999;
    line-height: 1.8;
} */
.joZSBox {
    padding: 20px 20px 50px;
    background: #000;
}

.jZSwiper1,
.joZSwiper2 {
    width: 100%;
}

.joZSwiper1 .swiper-slide,
.joZSwiper2 .swiper-slide {
    width: 100%;
    padding: 5px;
}

.joZSwiper1 .swiper-slide img,
.joZSwiper2 .swiper-slide img {
    width: 100%;
}

.joinMBox .TBox {
    text-align: center;
}

.joMTu {
    width: 100%;
    margin-top: 50px;
}

.joMSwiper {
    width: 100%;
}

.joMSwiper .swiper-slide {
    /* height: calc((100% - 30px) / 2); */
    padding: 5px;
}

.joMSwiper .swiper-slide img {
    width: 100%;
}

.joinMBox {
    background: #F2F2F2;
}

.joinSList {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinSList .item {
    margin: 0 20px;
    padding: 50px 20px;
    border: 1px solid #aaa;
}

.joinCBox .inner {
    text-align: center;
}

.joinSList .item .tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.joinSList .item .text {
    font-size: 16px;
    color: #333;
}

.joinCBox .img img {
    width: 50px;
}

.joinKBox {
    position: relative;
    /* background: #333; */
}

.joinKBox .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.joinKBox .inner {
    width: 1200px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.joinKList {
    margin-top: 50px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.joinKList .left {
    width: 40%;
}

.joinKList .left .img {
    width: 90%;
}

.joinKList .right {
    width: 55%;
}

.joinKList .text {
    font-size: 18px;
    color: #ccc;
    line-height: 2;
}

.joinKList .listBox {
    margin-top: 70px;
}

.joinKList .list {
    margin: 70px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.joinKList .item {
    padding: 0 50px;
}

.joinKList .items {
    /* width: 20%; */
    padding: 0 50px;
}

.joinKList .item img,
.joinKList .items img {
    width: 90px;
}

.joinPBox {
    position: relative;
    overflow: hidden;
}

.joinPBox .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.joinPBox .inner {
    padding: 6% 0;
    text-align: center;
    position: relative;
    width: 100%;
}

.joinPBox .tit {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.joinPBox .text {
    font-size: 22px;
    color: #333;
}

.joinPList {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 50px;
}

.joinPList .swiper-slide {
    transition: all 0.48s;

}

.joinPList .swiper-slide img {
    width: 100%;
    transition: all 0.48s;
}

.joinPList .joPSwiper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: initial;
}

.joinPList .swiper-slide {
    width: 76%;
    height: 100%;
}

/* .joinPList .swiper-slide img{
    opacity: 0;
}

.joinPList  .swiper-slide-active img{
    width: 100%;
    opacity: 1;
} */
.joinPList .swiper-wrapper {
    align-items: center;
}

.joinPList .swiper-slide-prev,
.joinPList .swiper-slide-next {
    transform: scale(0.8);
    /* background: #333; */
}

/* .joinPList .swiper-slide-prev,.joinPList .swiper-slide-next{
    transform: scale(0.8) ;
    background: #333;
}
 .joinPList .swiper-slide{
    transform: scale(0.7) translateX(196%);
    z-index: 1;
}
.joinPList .swiper-slide-prev,.joinPList .swiper-slide-next{
    transform: scale(0.8) ;
    background: #333;
}
.joinPList  .swiper-slide-active {
    width: 76%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
    transform: scale(1) translateX(0) !important;
}
.joinPList .swiper-slide-prev{
    transform: scale(0.9) translateX(96%);
    z-index: 3;
} 
.joinPList .swiper-slide-next{
    transform: scale(0.9) translateX(-96%);
    z-index: 3;
}
.joinPList .swiper-slide-prev img,.joinPList .swiper-slide-next img{
    opacity: 0;
}  
.joinPList .swiper-slide-next~.swiper-slide {
    transform: scale(0.7) translateX(-196%);
}   */
.joinOBox .ying {
    font-size: 32px;
    color: #fff;
    font-family: " SourceHanSerifCN";
    text-transform: uppercase;
    letter-spacing: -1px;
}

.joinOBox .tit {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.joinOBox .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.joinOBox {
    background: #000;
}

.joinOBox .inner {
    text-align: center;
}

.joinOBox .img {
    width: 70%;
    margin: 50px auto 0;
}

.joinOBox .img img {
    width: 100%;
}

.joinPList .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #000;
    opacity: .5;
}

.joinPList .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.joinPList .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.joinQTList .item:last-child .num::after {
    background: transparent;
}


/* 联系方式 */
.contactBox {
    background: #F2F2F2;
    padding: 5% 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactBox .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}

.conLeft {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.conRtop {
    width: 600px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #e60012;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.conRtop input {
    width: calc(100% - 120px);
    background: #E6E6E6;
    height: 100%;
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #333;
}

.conRtop .ti {
    width: 120px;
    height: 100%;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e60012;
}

.conRig .text {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}


.footer .inner {
    width: 94%;
}


/* 大屏幕 */
@media(min-width:2048px) {

    /* .QSwiperBox {
        width: 1480px;
    } */
    .proFBox {
        margin: 3% 0;
    }

    .appZbox .inner,
    .appQBox .inner {
        width: 1600px;
    }
}

@media(max-width:1750px) {}

@media(max-width:1680px) {
    .proT .tit span img:last-child {
        width: 10px;
        right: -20px;
    }

    .proT .tit {
        font-size: 42px;
    }

    .proT .tit span {
        font-size: 42px;
    }

    .proT .tit span img:first-child {
        width: 10px;
        left: -20px;
    }

    .newsTBox .time {
        font-size: 33px;
    }
    .proATit {
        margin-right: 20px;
    }
    .cdLeft {
        width: 60%;
    }
    .cdRig {
        width: 35%;
    }
    .cdRig .tit {
        font-size: 30px;
    }
}

@media(max-width:1480px) {
    .indBan {
        margin-top: 70px;
    }

    .newsNav {
        height: 70px;
    }

    .newsNav .item {
        width: 160px;
        font-size: 16px;
    }

    .proText span {
        font-size: 16px;
    }

    .proCBox {
        margin-top: 40px;
    }

    .proIBox {
        padding: 12px 25px;
    }

    .proIBox img {
        width: 25px;
    }

    .proATit {
        margin-right: 15px;
    }

    .proTItext .ying {
        font-size: 52px;
    }

    .conLeft {
        font-size: 28px;
    }

    .conRtop {
        height: 60px;
    }

    .conRtop {
        width: 550px;
    }

    .proT .tit span img:last-child {
        width: 8px;
        right: -16px;

    }

    .proT .tit:first-child span {
        margin: 0 25px;
    }

    .proT .tit {
        font-size: 36px;
    }

    .proT .tit span {
        font-size: 36px;
    }

    .proT .tit span img:first-child {
        width: 8px;
        left: -16px;
    }

    .newsTBox .time {
        font-size: 30px;
    }

    .joinYT {
        width: 200px;
        height: 200px;
        top: -110px;
    }

    .joinYT .tit {
        font-size: 36px;
        color: #eee;
    }

    .joinYT .ying {
        font-size: 24px;
    }

    .appQImgBox {
        width: 80px;
    }

    .joinSBox .item {
        padding: 0px 16px;
    }

    .joinBList .item {
        width: 19%;
        padding: 35px 20px;
    }

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 56px;
    }

    .joinBT .tit,.appBanT .tit {
        font-size: 42px;
    }

    .conBTBox {
        padding: 3% 2%;
    }

    .conBTop .tit span {
        font-size: 40px;
    }

    .conBPhone img {
        width: 28px;
    }

    .conCItem .tit {
        font-size: 30px;
    }
    .MBox {
        height: 550px;
    }
}

@media(max-width:1368px) {
    .cdRig .tit {
        font-size: 28px;
    }
    .cdRig {
        width: 40%;
    }
    .cdLeft {
        width: 55%;
    }
    .MBox {
        height: 500px;
    }
    .newsTBox .text {
        font-size: 14px;
    }
    .proTItext .ying {
        font-size: 48px;
    }

    .contactBox .inner {
        width: 90%;
    }

    .conRtop .ti {
        width: 110px;
        font-size: 16px;
    }

    .conRtop input {
        width: calc(100% - 110px);
        font-size: 16px;

    }

    .conRig .text {
        font-size: 14px;
    }

    .conLeft {
        font-size: 24px;
    }

    .conRtop {
        width: 500px;
    }

    .proT .tit:first-child span {
        margin: 0 20px;
    }

    .proT .tit {
        font-size: 32px;
    }

    .proT .tit span {
        font-size: 32px;
    }
    .proTItem{
        width: calc(33.3% - 20px);
        margin-right: 30px;

    }

    .caseItem .tit {
        font-size: 26px;
    }

    .caseIItem,
    .caseIpu {
        padding: 10px;
    }

    .caseIItem span,
    .caseIpu input {
        font-size: 14px;
    }

    .caseIItem img,
    .caseIpu img {
        width: 16px;
    }

    .newsTBox .tit {
        font-size: 26px;
    }

    .newsTBox .time {
        font-size: 26px;
    }

    /* .newsTBox {
        width: calc(100% - 380px);
    } */

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 52px;
    }

    .joinBT .tit,.appBanT .tit {
        font-size: 40px;
    }

    .joinYT {
        width: 170px;
        height: 170px;
        top: -95px;
    }

    .joinYT .tit {
        font-size: 32px;
    }

    .joinYT .ying {
        font-size: 22px;
    }

    .appQItem .text {
        font-size: 18px;
    }
    .appJItem {
        right: -8px;
    }
    .appJItem img {
        width: 16px;
    }

    .appQImgBox {
        width: 70px;
    }

    .numBox {
        width: 45px;
        height: 45px;
    }

    .joinSBox .item .tit {
        font-size: 18px;
    }

    .joinSBox .item .text {
        font-size: 14px;
    }

    .joinSBox .item {
        padding: 0px 10px;
    }

    .joinQTList .item .text {
        font-size: 15px;
    }

    .joinQTList .item {
        padding: 0 25px;
    }

    .joinBList .item {
        width: 19%;
        padding: 10px 15px;
        height: 350px;
    }

    .joinBList .item:nth-child(1),
    .joinBList .item:nth-child(3),
    .joinBList .item:nth-child(5) {
        margin-bottom: 150px;
    }

    /* .joinBList .item:nth-child(2),
    .joinBList .item:nth-child(4) {
        margin-top: 0px;
    } */

    .joinBList .text {
        font-size: 14px;
    }

    .joinBList .num {
        font-size: 30px;
    }

    .joinITit {
        font-size: 30px;
    }

    .joinIText {
        font-size: 16px;
    }

    .joinZText {
        font-size: 22px;
    }

    .joinZBox {
        height: auto;
        padding: 60px 0;
         background-attachment: unset;
    }

    .joinSList .item .tit {
        font-size: 18px;
    }

    .joinSList .item .text {
        font-size: 14px;
    }

    .joinSList .item {
        margin: 0 15px;
        padding: 40px 15px;
    }

    .joinTBox .TBox,
    .joinKBox .inner,
    .joinZBox .inner {
        width: 80%;
    }

    .TBox>.text {
        font-size: 16px;
        margin-top: 35px;
    }

    .joinKList .text {
        font-size: 16px;
    }

    .joinKList .item {
        padding: 0 40px;
    }

    .appText .text {
        margin-top: 30px;
    }

    .joinOBox .img {
        width: 100%;
    }

    .btnBox {
        width: 70px;
    }

    .joZSBox {
        padding: 15px 15px 30px;
    }

    .conBTBox {
        padding: 3% 2%;
        width: 30%;
        left: 78%;
    }

    .conBTop .tit span {
        font-size: 36px;
    }

    .conCItem .tit {
        font-size: 28px;
    }

    .conCItem {
        padding: 0 40px;
    }
}

@media (max-width:1200px) {
    .cdRig a{
        padding: 12px 25px;
    }
    .cdBox{
        height: auto;
    }
    .cdLeft {
        width: 100%;
    }
    .cdRig {
        width: 100%;
    }
    .cdRig .ying {
        font-size: 16px;
    }   
    .cdRig .tit {
        font-size: 26px;
    } 
    .cdBox .inner {
        flex-wrap: wrap;
    }
    .MBox .Tbox {
        width: 350px;
    }
    .MTbox {
       width: calc(100% - 350px);
    }
    .conCItem {
        padding: 0 30px;
    }

    .conBItem {
        margin: 10px 0;
    }

    .conCItem .tit {
        font-size: 26px;
    }

    .conBTop .tit span {
        font-size: 36px;
    }

    .proText span {
        font-size: 14px;
        width: 90%;
    }

    .proABox {
        width: 100%;
    }

    .proCBox {
        width: 90%;
    }

    .proATit {
        margin-right: 10px;
    }

    .proATit a span {
        color: #eee;
    }

    .proATit>span,
    .proIBox input {
        font-size: 14px;
    }

    .proIBox img {
        width: 20px;
    }

    .proTItext .ying {
        font-size: 42px;
    }
    
    .mjmh.btn {
        font-size: 16px;
    }

    .proTItext .tit {
        font-size: 16px;
    }

    .proFBox a {
        width: 50px;
        height: 50px;
    }

    .proFBox .jt {
        width: 50px;
        margin: 0 40px;
    }

    .proFBox a .jdt {
        transform: translate(-50%, -50%) scale(1.0);
    }

    .proTBox {
        padding: 40px 0;
    }

    .conLeft {
        font-size: 22px;
    }

    .proT .tit:first-child span {
        margin: 0 15px;
    }

    .proT .tit {
        font-size: 28px;
    }

    .proT .tit span {
        font-size: 28px;
    }

    .caseItem .tit {
        font-size: 24px;
    }

    .caseItem .ying {
        font-size: 16px;
    }

    .caseItem .ying {
        font-size: 14px;
    }

    .caseItem .tit {
        font-size: 22px;
    }

    .caseIBox {
        margin: 40px 0;
    }

    .caseItem {
        width: calc(33.3% - 20px);
        padding: 50px 20px 40px;
        margin-right: 20px;
    }

    .proFBox {
        margin: 3% 0;
    }

    .caseIdiv div {
        padding: 8px 0;
        text-align: center;
        font-size: 12px;
    }

    .newsTBox .time {
        font-size: 24px;
    }

    .newsTBox .tit {
        font-size: 24px;
    }

    .joinBT .tit,.appBanT .tit {
        font-size: 30px;
    }

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 42px;
    }

    .joinYT {
        width: 150px;
        height: 150px;
        top: -75px;
    }

    .joinYT .tit {
        font-size: 28px;
    }

    .joinYT .ying {
        font-size: 20px;
    }

    .joinYT::before {
        top: 25px;
    }

    .joinYT::after {
        bottom: 25px;
    }

    .appQItem .text {
        font-size: 16px;
    }

    .appQImgBox {
        width: 66px;
    }

    .joinSBox .item .tit {
        font-size: 15px;
    }

    .joinQTList .item {
        padding: 0 18px;
    }

    .joinQTList .item .num {
        font-size: 24px;
    }

    .joinQTList .item .text {
        font-size: 14px;
    }

    .joQSwiper {
        padding: 0 0 30px 0;
    }

    .joQSwiper .swiper-slide {
        padding: 15px 8px;
    }

    

    .joinBList {
        flex-wrap: wrap;
    }

    .joinBList .text {
        width: 100%;
    }

    .joBbg {
        width: 100%;
        height: auto;
    }

    .joinITit {
        font-size: 26px;
        margin: 40px 0 30px;
    }

    .joinIText {
        font-size: 14px;
    }

    .joinZText {
        font-size: 20px;
    }

    .joinSList .item {
        margin: 0 10px;
        padding: 32px 12px;
    }

    .TBox>.text {
        font-size: 15px;
        margin-top: 25px;
        line-height: 1.7;
    }

    .joinTBox {
        height: 70vh;
    }

    .joinKList .item {
        padding: 0 30px;
    }

    .joinKList .item img,
    .joinKList .items img {
        width: 80px;
    }

    .btnBox {
        width: 60px;
    }

    .appText .text {
        margin-top: 26px;
    }

    .appText .text {
        font-size: 22px;
    }
}

@media (max-width:1024px) {
    .appYBox,.appMBox{
        background-attachment: unset;
    }
    .cdRig .tit {
        font-size: 24px;
    }
    .proTBox {
        padding: 30px 0;
    }

    .proATit a {
        display: block;
        padding: 3px 13px;
    }

    .newsNav {
        height: 60px;
    }

    .proTItext .ying {
        font-size: 36px;
        margin: 20px 0 30px;
    }

    .proTBox {
        margin: 30px 0;
    }

    .proTItem {
        width: 49%;
        margin-bottom: 3%;
        margin-right: 1%;
    }
    .proTItem:nth-child(3n){
        margin-right: 1%;
    }
    .proFBox {
        margin: 3% 0;
    }

    .proCBox {
        margin-top: 30px;
    }

    .conLeft {
        font-size: 20px;
    }

    .conRig .text {
        font-size: 14px;
        margin-top: 10px;
    }

    .conRtop {
        width: 430px;
        height: 40px;
    }

    .conRtop input {
        width: calc(100% - 90px);
        font-size: 12px;
    }

    .conRtop .ti {
        width: 90px;
        font-size: 14px;
    }

    .proT {
        display: none;
    }

    .caseItem {
        padding: 40px 15px 30px;
    }

    .caseIItem span,
    .caseIpu input {
        font-size: 12px;
    }

    .caseIItem img,
    .caseIpu img {
        width: 14px;
    }

    .caseIdiv div {
        padding: 5px 0;
    }

    .caseIdiv {
        padding: 15px;
        top: 40px;
    }
    .caseIdiv
    .caseItem .tit {
        font-size: 20px;
    }

  

    .newsTBox .time {
        font-size: 22px;
    }

    .newsTBox .tit {
        font-size: 20px;
    }

    .newsList {
        margin-top: 40px;
    }

    .proAList {
        width: calc(100% - 70px);
    }

    .comTLImg {
        width: 60px;
        height: 60px;
    }

    .course {
        height: auto;
        background-attachment: unset;
    }

    .qualification {
        height: auto;
    }
    .appJItem {
        right: -7px;
    }
    .appJItem img {
        width: 14px;
    }

    .appQItem .text {
        font-size: 14px;
    }

    .appQImgBox {
        width: 55px;
    }

    .joinYT .tit {
        font-size: 25px;
    }

    .joinYT .ying {
        font-size: 18px;
    }

    .joinYT {
        width: 130px;
        height: 130px;
        top: -75px;
    }

    .joinYT::before {
        top: 20px;
    }

    .joinYT::after {
        bottom: 20px;
    }

    .numBox {
        width: 40px;
        height: 40px;
        top: -20px;
    }

    .joinSBox .item {
        padding: 0px 5px;
    }

    .joinSBox .item .tit {
        font-size: 14px;
    }

    .joinSBox .item .text {
        font-size: 12px;
    }

    .joinQTList .item .num {
        font-size: 22px;
    }

    .joinQTList .item .text {
        font-size: 12px;
    }

    .joinQTList .item .num::after {
        right: -15px;
    }

    .joinQTList .item {
        padding: 0px 15px;
    }

    .joinITit {
        font-size: 24px;
        margin: 40px 0 20px;
    }

    .joinZText {
        font-size: 18px;
    }

    .joinSList {
        flex-wrap: wrap;
    }

    .joinSList .item {
        padding: 12px;
        width: 30%;
        margin: 0 1% 1%;
        height: 130px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .joinTBox {
        height: auto;
        padding: 4% 0;
    }

    .joinTBox .TBox {

        position: relative;
        transform: translate(-50%, 0);
    }

    .joinKList .text,
    .TBox>.text {
        font-size: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .joinKList .list {
        margin: 50px 0 0;
    }

    .joinKList .item img,
    .joinKList .items img {
        width: 70px;
    }

    .numBox span {
        font-size: 18px;
    }

    .inner {
        width: 90%;
    }

    .appText .text {
        font-size: 20px;
    }

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 48px;
        margin: 10px 0;
    }

    .joinBT .tit ,.appBanT .tit{
        font-size: 36px;
    }

    .conBTop .tit span {
        font-size: 34px;
    }

    .conBTBox {
        left: 80%;
    }

    .conBItem {
        margin: 0;
    }

    .conCBox .inner {
        width: 90%;
    }
    .caseItem{
        width: calc(50% - 10px);
    }
    .caseItem:nth-child(2n){
        margin-right: 0;
    }
    .caseItem:nth-child(3n){
        margin-right: 20px;
    }
    .caseItem .img {
        width: 90%;
        margin: 30px auto;
        overflow: hidden;
    }

    .appBanbox .Left{
        width: 50%;
    }
    .appBanbox .rig{
        width: 40%;
    }
}

@media (max-width:900px) {
    .cdRig a{
        padding: 8px 20px;
        font-size: 14px;
    }
    .cdRig .tit {
        font-size: 22px;
    }
    .cdRig .text span {
        font-size: 14px;
    }
    .cdRig .ying {
        font-size: 14px;
    }
    .MBox {
        height: auto;
    }
    .MSwiper .item{
        padding: 20px;
        background: #f6f6f6;
        border-bottom: none;
        margin-bottom: 10px;
    }
    .MSwiper{
        padding: 0;
        margin-top: 30px;
        height: 400px;
    }
    .MTbox{
        height: 400px;
    }
    .mapBox .tit a {
        font-size: 14px;
    }
    .MSwiper .tit {
        font-size: 16px;
        color: #333;
        line-height: 20px;
    }
    .MBox{
        flex-wrap: wrap;
    }
    .indBanRImg .img2{
        display: block;
    }
    .indBanRImg .img1{
        display: none;
    }
    .MTbox{
        width: 100%;
    }
    .MBox .Tbox{
        width: 100%;
    }
    .proTBox {
        background: url(../images/proTBg2.jpg);
    }
    .appBanbox{
        padding: 10px 15px;
    }
    .appBanbox .rig{
        width: 30%;
    }
    .joinIBox .bg{
        display: none;
    }
    .joinIBox .bg2{
        display: block;
        width: 100%;
    }
    .indBan {
        margin-top: 70px;
        height: auto;
    }
.joinQTList{
    display: none;
}
.joinQBox .adSJ{
    margin: 30px 0 0;
    position: relative;
}
    .proCBox {
        margin-top: 20px;
    }


    .proATit {
        margin-right: 5px;
    }

    .proATit a {
        display: block;
        padding: 2px 10px;
    }



    .proIBox img {
        width: 18px;
    }

    .proIBox {
        padding: 10px 16px;
    }

    .conLeft {
        font-size: 18px;
    }

    .conRig .text {
        font-size: 12px;
        margin-top: 10px;
    }

    .conRtop {
        width: 400px;
        height: 40px;
    }

    .conRtop input {
        width: calc(100% - 70px);
        font-size: 12px;
    }

    /* .QSwiperBox {
        width: 75%;
    } */

    .conRtop .ti {
        width: 70px;
        font-size: 12px;
    }

    .caseIBox {
        margin: 30px 0;
        flex-wrap: wrap;
    }

    .caseIItem,
    .caseIpu {
        width: 49%;
        margin-bottom: 15px;
    }

  

    .newsItem {
        flex-wrap: wrap;
    }

    .newsItem .img {
        width: 100%;
    }
    .newsItem{
        width: 49%;
        margin-right: 2%;
    }
    .newsItem:nth-child(2n){
        margin-right: 0;
    }
    .newsTBox {
        width: 100%;
        padding: 20px;
        background: rgb(255 255 255 / 80%);
    }

    .newsTBox .time {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .newsTBox .tit {
        font-size: 18px;
    }

    .newsTBox .text {
        margin: 15px 0;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsBox .IndTit {
        text-align: center;
    }

    .newsBox .IndText {
        text-align: center;
    }

    .newsList {
        margin-top: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;    
    }

    .appJItem {
        display: none;
    }

    .joinYT .ying {
        font-size: 16px;
    }

    .joinYT .tit {
        font-size: 22px;
    }

    .joinYT {
        width: 110px;
        height: 110px;
        top: -65px;
    }

    .numBox {
        width: 35px;
        height: 35px;
        top: -18px;
    }

    .numBox span {
        font-size: 16px;
    }

    .joinSBox .TList {
        flex-wrap: wrap;
    }

    .joinSBox .item {
        width: 38%;
        margin-bottom: 16px;
    }

    .joinBList .num {
        font-size: 24px;
    }

    .joBbg {
        width: 100%;
        height: 227px;
    }

    .joinITit {
        font-size: 22px;
    }

    .joinZText {
        font-size: 16px;
    }

    .joinSList .item {
        padding: 15px;
        /* width: 100%; */
    }

    .joMTu {
        width: 100%;
        margin-top: 30px;
    }

    .joinKList .list {
        margin: 30px 0 0;
    }

    .joinKList .item {
        padding: 0px 20px;
    }

    .joinKList .item img,
    .joinKList .items img {
        width: 60px;
    }

    .joinOBox .inner {
        width: 80%;
    }

    .btnBox {
        width: 50px;
    }

    .appText .text {
        font-size: 18px
    }

    .joinBT .text,
    .joinBT .text span ,.appBanT .text{
        font-size: 44px;
        margin: 10px 0;
    }

    .joinBT .tit ,.appBanT .tit{
        font-size: 32px;
    }
    .appQList{
        justify-content: center;
    }
    .appQItem{
        /* width: 12.5%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .conBox {
        width: 100%;
        height: 500px;
        margin-top: 70px;
        transform: translate(0, 0);
    }

    .conBTBox {
        display: none;
    }
    .conBTBox2{
        display: block;
        position: relative;
        left: 0;
        width: 100%;
        padding: 3% 8%;
    }
    .conBTop .tit span {
        font-size: 26px;
    }
    .conBItem .tit,.conBPhone .tit {
        font-size: 18px;
        font-weight: normal;
    }
    .conBItem .num,.conBPhone .num {
        font-size: 22px;
        font-weight: normal;
    }
    .conCBox .inner {
        flex-wrap: wrap;
    }

    .conCItem {
        padding: 20px 30px;
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: 20px;
    }
    .joinBList .item:nth-child(2),.joinBList .item:nth-child(4){
        margin-top: 80px;
    }
    .joinBList .item:nth-child(1), .joinBList .item:nth-child(3), .joinBList .item:nth-child(5) {
        margin-bottom: 80px;
    }

    .conCItem .tit {
        font-size: 24px;
    }

    .conCItem .text {
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 18px;
    }

    .conCItem .imgBox img {
        width: 20%;
        margin-right: 5%;
    }

    .conCBox {
        padding: 4% 0 2%;
    }
    .newsNav {
        display: none;
    }

    .navSwiper {
        display: block;
    }
    .appZList{
        display: none;
    }
    .adSJ{
        display: block;
        width: 100%;
        margin: 30px 0;
    }
   
}

@media (max-width:768px) {
    .MTbox {
        height: 350px;
    }
    .cdRig .text {
        margin-top: 20px;
    }
    .cdRig .btn {
        margin-top: 30px;
    }
    .cdRig .tit {
        font-size: 20px;
    }
    .serTBox {
        background: url(../images/seTbg2.png);
    }
    .proText span{
        font-size: 12px;
    }
    .proTItext .tit {
        font-size: 14px;
    }

    .proTItext .ying {
        font-size: 30px;
        margin: 10px 0 15px;
    }

    .mjmh.btn {
        font-size: 14px;
    }

    .caseIBox {
        margin: 20px 0;
    }

    .newsItem .img {
        width: 100%;
    }

    .proAList {
        width: calc(100% - 100px);
    }

    
    .joinYT .ying {
        font-size: 14px;
    }

    .joinYT .tit {
        font-size: 20px;
    }

    .joinYT::before {
        width: 0;
        top: 15px;
    }

    .joinYT::after {
        width: 0;
        bottom: 15px;
    }

    .appQImgBox {
        width: 50px;
    }
    .joinQTList{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .joinQTList .item {
        padding:8px;
        width: 32%;
        background: rgb(255 255 255 / 10%);
        margin-bottom: 10px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .joinQTList .item:nth-child(4),
    .joinQTList .item:nth-child(5){
        width: 49%;
    }
    .joinQTList .item .num {
        font-size: 18px;
    }

    .joinQTList .item .num::after {
        height: 0;
    }

    .joinBList,
    .joinPList,
    .joinQTList,
    .joinList,
    .joinKList {
        margin-top: 30px;
    }

    .joinCBox .img img {
        width: 40px;
    }

    .joinITit {
        font-size: 20px;
    }

    .joinSList {
        margin: 30px 0 10px;
    }

    .appText .text {
        font-size: 16px;
        margin-top: 10px;
    }

    .joinPList {
        width: 90%;
    }

    .joinPList .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        background: #000
    }

    .conRtop {
        width: 350px;
        height: 40px;
    }

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 40px;
        margin: 10px 0;
    }

    .joinBT .tit ,.appBanT .tit{
        font-size: 28px;
    }
    .conBox {
        width: 100%;
        height: 500px;
    }
}

@media (max-width:680px) {
    .cdRig .tit {
        font-size: 18px;
    }
    .conBItem .num,.conBPhone .num {
        font-size: 20px;
    }
    .joinQBox .inner,.joinBox,.joinTBox{
        padding: 8% 0;
    }
    .joinYBox .appQItem{
        width: 25%;
    }
    .conBItem .tit,.conBPhone .tit {
        font-size: 16px;
    }
    .conBTop .tit span {
        font-size: 24px;
    }
    .conBItem .text {
        font-size: 16px
    }
    .proTItext .ying {
        font-size: 26px;
        margin: 0px 0 0px;
    }
    
    .mjmh.btn {
        font-size: 12px;
    }

    .proATit a {
        display: block;
        padding: 1px 8px;
    }

    .proATit>span {
        padding: 3px 12px 3px 0;
    }

    .proCBox {
        width: 95%;
    }

    .proIBox {
        width: 100%;
    }

    .proABox {
        width: 100%;
        padding: 0;
    }

    .proATit {
        margin-right: 1px;
    }
    .proATit a span {
        font-size: 12px;
    }
    .conRtop {
        width: 270px;
        height: 32px;
        border-radius: 4px;
    }
    .conRig .text {
        font-size: 12px;
        margin-top: 4px;
    }
    .conLeft {
        font-size: 13px;
    }
    .caseItem .img {
        margin: 20px auto;
    }
    .caseItem{
        width: 100%;
        margin-right: 0;
    }

    .newsItem .img {
        width: 100%;
    }

    .newsTBox .time {
        font-size: 18px;
        margin: 8px 0;
    }

    .newsTBox .text {
        margin: 8px 0;
    }

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 24px;
        margin: 5px 0;
    }

    .joinBT .tit,.appBanT .tit{
        font-size: 20px;
    }

    .appQItem .text {
        font-size: 12px;
    }

    .appQImgBox {
        width: 45px;
    }

    .joinYT {
        height: 100px;
        top: -70px;
    }

    .numBox {
        width: 30px;
        height: 30px;
        top: -15px;
    }

    .appText .tit::after {
        width: 0;
    }

    .joinSBox .item {
        width: 46%;
        margin-bottom: 16px;
    }

    .joinSBox .img {
        margin: 20px 0;
    }

    .joinQTList {
        flex-wrap: wrap;
    }

    /* .joinQTList .item {
        padding: 8px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(255 255 255 / 10%);
        margin-bottom: 5px;
    }

    .joinQTList .item .text {
        margin-left: 20px;
        font-size: 14px;
    }

    .joinQTList .item .num::after {
        height: 0;
    }

    .joinQTList .item .num {
        font-size: 16px;
    } */

    .joBbg {
        width: 100%;
        height: 250px;
    }

    .joinITit {
        font-size: 16px;
        margin: 30px 0 15px;
    }
    .joinSList .item {
        width: 48%;
    }
    .joinSList .item:nth-child(5){
        width: 100%;
    }
    .joinIBox .TBox {
        top: 20%;
    }

    .joinTBox .TBox {
        width: 90%;
    }

    .joinKList .item img,
    .joinKList .items img {
        width: 50px;
    }

    .joinKList .item {
        padding: 0px 13px;
    }

    .joinOBox .img {
        margin-top: 30px;
    }

    .conCItem .text {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .conCItem .tit {
        font-size: 22px;
    }

    .conIList {
        margin-top: 30px;
    }

    .conCItem .text {
        font-size: 14px;
    }

    .conIBox span {
        /* max-width: 100px; */
        font-size: 14px;
    }
    .appQItem {
        width: 25%;
        margin-bottom: 10px;
    }
    .conBox {
        width: 100%;
        height: 400px;
    }
    .proATit>span, .proIBox input {
        font-size: 12px;
    }
}

@media (max-width:500px) {
    .cdRig a{
        font-size: 12px;
    }
    .MTbox {
        height: 300px;
    }
    .joinKList .text, .TBox>.text {
        font-size: 12px;
    }
    .conBTop .tit span {
        font-size: 20px;
    }
  .conBTop .tit{
        margin-bottom: 10px;
    }
    .conBPhone{
        margin-top: 0;
    }
    .conBItem .tit,.conBPhone .tit {
        font-size: 14px;
    }
    .conBItem .text {
        font-size: 14px;
    }
    .conIBox img {
        width: 12px;
    }
    .conBItem img,.conBPhone img {
        width: 18px;
    }
    .appSBox .text {
        width: 90%;
    }
    .appText .text {
        font-size: 14px;
        width: 290px;
        margin: 10px auto;
    }
    .appNBox .text{
        margin-top: 0;
    }
    .conRtop{
        width: 190px;
    }
    .conRtop .ti{
        width: 40px;
    }
    .conRtop input {
        width: calc(100% - 40px);
        font-size: 12px;
        padding-left: 5px;
    }
    .conLeft {
        font-size: 12px;
    }
    .joinYT {
        height: 90px;
        top: -60px;
    }
    .conBox {
        width: 100%;
        height: 300px;
    }
    /* .proTItem {
        width: 100%;
        margin-bottom: 3%;
    } */
    .proTItext{
        padding: 20px;
    }
    .newsItem{
        width: 100%;
        margin-right: 0;
    }
    .proATit>span {
        padding: 2px 10px 3px 0;
    }
    .newsTBox .time {
        font-size: 16px;
        margin: 0;
    }

    .newsTBox {
        padding: 15px;
    }

    .newsTBox .tit {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .newsTBox .text {
        font-size: 12px;
    }

    .joinSBox .item .tit {
        font-size: 12px;
    }

    .caseItem .img {
        margin: 10px auto;
    }

    .caseItem .ying {
        font-size: 12px;
    }

    .caseItem .tit {
        font-size: 18px;
    }

    .proCBox {
        padding: 20px 10px;
    }
    .proAList {
        width: calc(100% - 40px);
    }

    .joinBT .text,
    .joinBT .text span,.appBanT .text {
        font-size: 20px;
        margin: 5px 0;
        font-weight: bold;
    }
    .joinBT .tit,.appBanT .tit{
        font-size: 16px;
        font-weight: bold;
    }
    .appQList {
        flex-wrap: wrap;
    }

    

    .appQImgBox {
        width: 45px;
        margin: 0 auto;
    }

    .appQItem .text {
        margin-top: 3px;
    }

    .joinSBox .item {
        width: 50%;
        margin-bottom: 12px;
    }

    .joinITit {
        font-size: 14px;
        margin: 25px 0 7px;
        font-weight: 400;
    }
    .joinIText {
        font-size: 12px;
    }
    .joinZText {
        font-size: 14px;
    }

    .appText .text {
        font-size: 14px;
    }

    .joinSList .item .tit {
        font-size: 16px;
    }

    .joinTBox .TBox {
        padding: 10px;
    }

    .joinTBox .TBox,
    .joinKBox .inner,
    .joinZBox .inner {
        width: 90%;
    }

    .joinKList .item {
        padding: 0px 10px;
    }

    .joinKList .item img,
    .joinKList .items img {
        width: 40px;
    }

    .joBbg {
        width: 100%;
        height: 230px;
    }

    .conIBox {
        padding: 0 10px;
        height: 40px;
    }

    .conCItem .tit {
        font-size: 20px;
    }

    .conSBox img {
        width: 15px;
    }

    .conSBox {
        height: 40px;
    }
    .adSJ {
        margin: 20px 0;
    }
}