
.js_indBanRBox {
    width: 100%;
    height: 100%;
}
.indBan{
    position: relative;
}
.indNavT {
    display: flex;
    align-items: center;
}

.indNavT img {
    width: 18px;
    margin-right: 5px;
    opacity: .6;
}

.indNavT span {
    font-size: 14px;
    color: #aaa;
    line-height: 1;
}
.corporate {
    background: #F3F3F3;
    /* background-image: url(../images/indCorImg01.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 160px);
    padding: 3% 0;
    background: #ECECEC;
    /* display: flex;
    align-items: center; */
}

.corporate .inner {
    width: 100%;
    z-index: 6;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    /* background-image: linear-gradient(rgba(256,256,256,1),rgba(256,256,256,0.4), rgba(256,256,256,0)); */
}
.corText{
    /* margin: 110px 0 80px; */
    text-align: center;
    position: relative;
}
.corText .span1{
    font-size: 28px;
    line-height: 2;
    color: #333;
    text-align: center;
    letter-spacing: 5px;
    display: block;
}
.corText .span2{
    font-size: 14px;
    line-height: 2;
    color: #888;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: "SourceHanSerifCN";
}
.corText::before{
    content: '';
    width: 0.5px;
    height: 50px;
    background:rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* .corText::after{
    content: '';
    width: 0.5px;
    height: 30px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.corText2 {
    margin: 40px 0;
}
.corText2 span{
    font-size: 20px;
    line-height: 2;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    display: block;
}
.corzhuan{
    display: flex;
    justify-content: center;
}
.corzhuan .comizhuan{
    width: 100px;
}
.corImg {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.corImg img {
    width: 100%;
}

.indBanBg {
    width: 120%;
    position: absolute;
    left: -16%;
    bottom: -23%;
}

.corTBox {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 9;
    white-space: nowrap;
    transition: all 1s;
}

.corTBox img {
    width: 100%;
}
.corTBox.fixed {
    position: fixed;
    left: 45%;
    top: 37%;
}

.corTBox.pos {
    top: auto;
    /* bottom: 60px; */
}
.abHis{
    height: 200px;
}

.introduce {
    background: #F3F3F3;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* height: calc(100vh - 80px); */
    display: flex;
    align-items: center;
}
.introduce .indBanBg{
    display: none;
}
.intText {
    margin: 80px 0;
}

.intText span {
    display: block;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 15px 0;
}

.intBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indleft {
    width: 55%;
}

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

.intItem {
    margin-right: 40px;
}

.intINum span {
    font-size: 16px;
    color: #BF8F20;
    vertical-align: initial;
}

.intINum i {
    font-size: 24px;
    color: #BF8F20;
    vertical-align: sub;
}

.intINum b {
    font-size: 42px;
    color: #BF8F20;
    font-family: "SourceHanSerifCN";
    margin-right: 5px;
}

.intItext {
    font-size: 16px;
    color: #666;
}

.indright {
    width: 30%;
    text-align: center;
}

.indright img {
    width: 80%;
}

.introduce .padd {
    /* padding: 20px 0 106px; */
    position: relative;
}
.about {
    width: 100%;
    background: url(../images/inabBg.png);
    background-attachment: fixed;
    overflow: hidden;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
}
.about .TBox{
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 5;
    transform: translateX(-50%);
}

.aboutSwiper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.aboutList {
    height: 100%;
    border-left: 1px solid rgba(256, 256, 256, 0.2);
    transition: all 1s;
}

.aboutList:last-child {
    border-right: 1px solid rgba(256, 256, 256, 0.2);
}

.aboutIcon {
    width: 50px;
}

.aboutIcon img {
    width: 100%;
}

.aboutList .tit {
    font-size: 22px;
    color: #fff;
}

.aboutList:hover {
    background: #fff;
}

.aboutList:hover .slideAvtBox {
    display: block;
}

.aboutList:hover .slideBox {
    display: none;
}

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

.icon .xian {
    width: 100px;
    height: 1px;
    background: rgba(256, 256, 256, 0.2);
}

.icon .yuan {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.titImg {
    width: 100%;
    margin: 40px 0 30px;
}

.titImg img {
    width: 100%;
}

.slideAvt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
}

.aboutList:hover .slideAvtBox .text,
.aboutList:hover .slideAvtBox .titImg,
.aboutList:hover .slideAvtBox .titbox ,
.aboutList:hover .slideAvtBox .list{
    animation: example2 0.6s linear;
}

@keyframes example2 {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}
.QNext span, .Qprev span{
    font-size: 16px;
    color: #fff;
    opacity: .8;
}

.slideAvtBox {
    display: none;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    transition: all 0.48s;
}

.slideBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slideAvtBox .text {
    font-size: 15px;
    line-height: 1.9;
    color: #888;
    margin: 20px 0;
}
.slideAvtBox .list{
    /* margin: 30px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.slideAvtBox .list span{
    font-size: 16px;
    padding: 5px 10px 5px 19px;
    color: #333;
    /* background: #B1924A; */
    display: inline-block;
    position: relative;
    border-radius: 0 10px;
    /* margin-right: 16px; */
}
.slideAvtBox .list span::before{
    width: 5px;
    height: 5px;
    background: #666;
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.company {
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}

.comTImg {
    height: 36px;
    margin-left: 50px;
}

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

.company .inner {
    position: relative;
}

.company .IndText {
    display: flex;
    align-items: center;
}

.comTBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 100px;
}

.comTLeft {
    width: 55%;
}

.comTLeft span {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 2px;
}

.comTRight {
    width: 38%;
    overflow: hidden;
}
.comTRight2{
    display: none;
}
.comSwipr {
    width: 100%;
}

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

.comTLImg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

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

.comTeBox {
    margin-left: 15px;
}

.comTeBox .tit {
    font-size: 18px;
    color: #333;
}

.comTeBox .ying {
    font-size: 14px;
    color: #999;
    font-family: "SourceHanSerifCN";
    text-transform: uppercase;
}

.comIBox {
    width: 93%;
    margin: 0 2% 0 5%;
    display: flex;
    align-items: center;
    position: relative;
}

.comiLeft {
    width: 12%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.comIImg1 {
    width: 29%;
    margin: 0 0.5% 0 0;
}

.comIImg1 img,
.comIImg2 img {
    width: 100%;
}

.comIImg2 {
    width: 58%;
}

.comizhuan {
    width: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comiz {
    width: 100%;
    animation: example1 10s infinite linear;
}

.Comlogo {
    width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes example1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.course {
    background: url(../images/indcoubg.png);
    overflow: hidden;
    background-attachment: fixed;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    background-size: cover;
}

.course .IndTit span,
.course .IndText span {
    color: #ddd;
}

.couList {
    margin-top: 90px;
    position: relative;
}

.couSwiper {
    width: 50%;
    margin: 0 auto;
    overflow: inherit;
}

.couSwiper .swiper-slide .num {
    font-size: 200px;
    color: rgba(256, 256, 256, 0);
    line-height: 0.9;
    letter-spacing: 6px;
    -webkit-text-stroke: 1px #888;
    transition: all 0.48s;
}

.couSwiper .swiper-slide-active .num {
    font-size: 200px;
    line-height: 0.9;
    max-height: 154px;
    /* text-overflow: ellipsis; */
    overflow: hidden;
    color: #ddd;
    transition: all 0.48s;
}

.couSwiper .swiper-slide {
    display: block;
    text-align: center;
}

.couSwiper .swiper-slide .text {
    display: none;
    text-align: center;
}

.couSwiper .swiper-slide-active {
    display: block;
    text-align: center;
}

.couSwiper .swiper-slide-active .text {
    display: block;
    margin-top: 150px;
}

.couSwiper .text span {
    display: block;
    font-size: 16px;
    color: #ddd;
    margin: 15px 0;
}

.couList .prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20%;
    top: 90%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 6;
}

.couList .next {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20%;
    top: 90%;
    transform: translateY(-50%);
    z-index: 6;
}

.prev img {
    transform: rotate(-180deg);
}

.prev img,
.next img {
    width: 40%;
}

.couSwiper .btn {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    height: 20px;
    background: rgba(256, 256, 256, 0);
    display: flex;
    align-items: center;
}

.couSwiper .swiper-scrollbar {
    width: 100%;
    height: 1px;
    background: rgba(256, 256, 256, 0.6);
}

.couSwiper .swiper-scrollbar-drag {
    height: 2px;
    background: rgba(256, 256, 256, 0.8);
    top: -1px;
}
.original {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.original img {
    width: 100%;
}

.oriBox {
    width: 45%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.orTBox {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #C9CACB;
}

.orText span {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 10px 0;
    display: inline-block;
}

/* .origBox{
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
} */
.origImg {
    width: 70%;
    margin: 60px auto 0;
}

.origImg img {
    width: 100%;
}

.origText {
    /* padding: 50px 0; */
    margin-right: 80px;
}

.origText .num {
    font-size: 48px;
    color: #DAC391;
    /* font-weight: 600; */
    font-family: "SourceHanSerifCN";
}

.origText .num i {
    font-size: 16px;
    color: #DAC391;
    vertical-align: baseline;
}

.origText .num b {
    font-size: 48px;
    color: #DAC391;
}

.origText .text {
    font-size: 18px;
    color: #DAC391;
    line-height: 1;
}

.oritBox {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 60px 0;
    /* justify-content: space-between; */
}
.qualification {
    background: url(../images/indQbg01.png);
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    background-size: cover;
}

.qualification .IndTit span,
.qualification .IndText span {
    color: #ddd;
}

.QSwiperBox {
    width: 1200px;
    margin: 50px auto 0;
    padding: 0 0 70px 0;
    overflow: hidden;
}

.QSwiperBox .QSwiper {
    width: 100%;
    margin: 0 auto;
    overflow: initial;
}
.QSwiper .swiper-wrapper {
    align-items: center;
}

.QSwiper .QtBox {
    /* display: ; */
    width: 100%;
    margin: 20px 0 0;
    position: absolute;
    display: none;
}
.Q2Swiper{
    width: 100%;
    display: none;
}
.Q2Swiper img{
    width: 100%;
}
.Q2Swiper img{
    width: 100%;
}
.Q2Swiper .QtBox{
    opacity: 0;
}

.Q2Swiper .swiper-slide{
    transform: scale(.8);
}
.Q2Swiper .swiper-slide-active{
    transform: scale(1);
}
.Q2Swiper .swiper-slide-active .QtBox{
    opacity: 1;
    margin-top: 20px;
}
.QtBox .tit {
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.QtBox .text {
font-size: 13px;
    color: #aaa;
    text-transform: uppercase;
    text-align: center;
}

.QSwiper {
    overflow: initial;
}

.QSwiper .swiper-slide-active .QtBox {
    display: block;
}

.QSwiperBox .Qprev {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50px;
    top: 50%;
    /* transform: translateY(-50%); */
}

.QSwiperBox .QNext {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 50%;
    /* transform: translateY(-50%); */
}

.QSwiperBox .QNext:hover,
.QSwiperBox .Qprev:hover {
    animation: example 2s;
}

@keyframes example {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.Qprev img {
    width: 20px;
    margin: 0 15px;
    transform: rotate(180deg);
    opacity: .9;
}

.QNext img {
    width: 20px;
    margin: 0 15px;
    opacity: .9;
}
.QSwiper .swiper-slide {
    width: 317px;
    height: 420px;
    background-position: center;
    background-size: cover;
}
.QSwiper .swiper-slide img {
    display: block;
    width: 100%;
  }
/* .QSwiperBox .swiper-slide-next~.swiper-slide {
    transform: scale(0.8);
} */
.QSwiper .swiper-slide{
    transform:translate3d(130px, 0px, -160px) rotateX(0deg) rotateY(20deg) scale(1) !IMPORTANT
}
.QSwiper .swiper-slide-prev{
    transform: translate3d(59px, 0px, -100px) rotateX(0deg) rotateY(20deg) scale(1) !IMPORTANT;;
}
.QSwiper .swiper-slide-next{
    transform: translate3d(-59px, 0px, -100px) rotateX(0deg) rotateY(-20deg) scale(1) !important;
}

.QSwiper .swiper-slide-next~.swiper-slide{
    transform:translate3d(-130px, 0px, -160px) rotateX(0deg) rotateY(-20deg) scale(1) !IMPORTANT
}
.QSwiper .swiper-slide-active{
    transform:translate3d(0, 0px, 0) rotateX(0deg) rotateY(0) scale(1) !IMPORTANT
}


/* 企业视频 */
.ab_video{
    width: 100%;
    background: #f7f8f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5% 0;
}
.ab_swiperBox{
    width: 1200px;
    margin-top: 50px;
    position: relative;
}
.ab_swiperBox .swiper{
    overflow: inherit;
}
.vidImgBox{
    background-size: cover;
    width: 100%;
    max-height: 600px;
    position: relative;
}
.vidImgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vidImgBox::after{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.videoBox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    left: 0;
    top: 0;
}
.videoBox video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    .planOne_play {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.48s;
        cursor: pointer;
        z-index: 6;
    }


    .planOne_play img {
        width: 40px;
        height: auto;
        position: initial;
    }
    .ab_swiperBox .prev{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #aaa;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -7%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 6;
    }
    .ab_swiperBox .prev img{
        width: 40%;
    }
    .ab_swiperBox .next{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #aaa;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -7%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 6;
    }
    .ab_swiperBox .next img{
        width: 40%;
    }
    .ab_swiper{
        width: 100%;
    }
    /* .comIBox{
        display: block;
    } */
    .XcomIBox{
        display: none;
    }
 .XcomIBox .comIBox{
        display: block;
    }

@media(max-width:1750px) {
    .indleft {
        width: 60%;
    }
    .intText {
        margin: 60px 0;
    }
}
@media(max-width:1680px) {
    .intText {
        margin: 40px 0;
    }
    .intINum b {
        font-size: 40px;
    }   
    .indleft {
        width: 68%;
    } 
    .comTBox {
        margin: 50px 0;
    }
    .comTRight {
        width: 42%;
    }
    .QSwiperBox {
        width: 1170px;
    }
    .QSwiperBox .Qprev {
        left: 30px;
    }
    .QSwiperBox .QNext {
        right: 30px;
    }
    .couSwiper .swiper-slide .num{
        font-size: 180px;
    }
}
@media(max-width:1480px) {
    .corText::before {
        height: 40px;
        top: -30px;
    }
    .corText .span1 {
        font-size: 26px;
    }
    .intText span {
        margin: 10px 0;
    }
    .intINum b {
        font-size: 36px;
    }
    .titImg {
        width: 100%;
        margin: 20px 0;
    }
    .aboutSwiper .tit {
        font-size: 24px;
    }
    .aboutSwiper .Qprev {
        cursor: pointer;
        display: flex;
        align-items: center;
        position: absolute;
        left: 10px;
        top: 50%;
        z-index: 6;
        /* transform: translateY(-50%); */
    }
    
    .aboutSwiper .QNext {
        cursor: pointer;
        display: flex;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 6;
        /* transform: translateY(-50%); */
    }
    
    .aboutSwiper .QNext:hover,
    .aboutSwiper .Qprev:hover {
        animation: example 2s;
    }
    
    @keyframes example {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .comTLImg {
        width: 100px;
        height: 100px;
    }
    .comTImg {
        margin-left: 30px;
    }
    .couSwiper .swiper-slide .num{
        font-size: 150px;
    }
    .couSwiper .swiper-slide-active .text {
        display: block;
        margin-top: 120px;
    }
    .couSwiper .text span{
        margin: 10px 0;
    }
    .couList {
        margin-top: 70px;
    }
    .ab_swiperBox {
        width: 80%;
    }
    .ab_swiperBox .prev, .ab_swiperBox .next,.couList .prev ,.couList .next {
        width: 50px;
        height: 50px;
    }
    .QSwiper .swiper-slide{
        width: 290px;
    }
    .QSwiperBox {
        width: 1074px;
    }
    .QtBox .tit {
        font-size: 16px;
    }
    .QNext span, .Qprev span {
        font-size: 14px;
    }
    .Qprev img,.QNext img {
        width: 17px;
        margin: 0px 12px;
    }    
    .icon .xian {
        width: 80px;
    }

}
@media(max-width:1368px) {
    .indBanBg{
        bottom: 0%;
    }
    .corText .span1 {
        font-size: 24px;
    }
    
    .intItem {
        margin-right: 30px;
    }
    .intINum b {
        font-size: 32px;
    }
   
    .intINum i {
        font-size: 20px;
    }
    .aboutIcon {
        width: 32px;
    }
    .icon .xian {
        width: 60px;
    }
    .aboutList .tit {
        font-size: 20px;
    }
    
    .comTImg {
        height: 30px;
        margin-left: 20px;
    }
    
    .comTLImg {
        width: 80px;
        height: 80px;
    }   
    .comTeBox .tit {
        font-size: 16px;
    }
    .comTeBox {
        margin-left: 10px;
    }
    
    .couSwiper .swiper-slide .num {
        font-size: 130px;
    }
    .couList {
        margin-top: 50px;
    }
    .couSwiper .swiper-slide-active .text{
        margin-top: 100px;
    }
    .QSwiper .swiper-slide {
        width: 260px;
        height: 354px;
    }
    .QSwiperBox {
        width: 930px;
    }
    .intItem {
        margin-right: 26px;
    }
}
@media(max-width:1200px){
    
    .company{
        height: auto;
    }
    .corText::before {
        height: 30px;
        top: -20px;
    }
    .corText .span1 {
        font-size: 22px;
    }
    .comiz {
        width: 90%;
    }
    .Comlogo {
        width: 30%;
    }
    .indleft {
        width: 75%;
    }
    .intINum b {
        font-size: 28px;
    }
    .aboutIcon {
        width: 28px;
    }
    .aboutList .tit {
        font-size: 19px;
    }
   
    .slideAvtBox .list {
        justify-content: center;
    }
    .titImg {
        width: 100%;
        margin: 20px auto;
    }
    .aboutSwiper{
        flex-wrap: wrap;
    }
    
    .slideBox {
        border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    }
    .about,.qualification{
        height: 500px;
        background-attachment: unset;
    }
    
    .Q2Swiper{
        display: block;
    }
    .QSwiper{
        display: none;
    }
    .QSwiperBox{
        width: 100%;
        margin: 30px auto 0;
        padding: 0;
    }
    .Qprev img, .QNext img {
        width: 17px;
        margin: 0px 8px;
    }
   
}
@media(max-width:1024px){
    .intText span {
        font-size: 14px;
    }
    .intItext {
        font-size: 14px;
    }
    .QtBox .tit {
        font-size: 14px;
    }
    .slideAvtBox .list span {
        font-size: 14px;
        margin: 0 7px;
    }
    .couSwiper .text span {
        margin: 5px 0;
        font-size: 14px;
    }
    .comTLeft span {
        font-size: 14px;
    } 
    .slideAvtBox .text {
        font-size: 14px;
        line-height: 1.6;
        margin: 15px 0 0;
    }
    .slideAvtBox .list span {
        font-size: 14px;
        padding: 5px 10px 5px 12px;
    }
    .intINum span {
        font-size: 14px;
    }
    .slideAvtBox .list span::before{
        left: 3px;
    }
    .corText .span1 {
        font-size: 20px;
    }
    .comiz {
        width: 80%;
    }
    .Comlogo {
        width: 25%;
    }
    .inner {
        width: 90%;
    }
    .intBox {
        width: 100%;
        flex-wrap: wrap;
    }
    .indleft {
        width: 100%;
    }
    .indright {
        width: 100%;
        margin-top: 30px;
    }
    .intItem {
        margin-right: 40px;
    }
    .comTRight {
        width: 60%;
        margin-top: 30px;
    }
    .comTBox {
        flex-wrap: wrap;
    }
    .comTLeft {
        width: 100%;
    }
    .comTList {
        justify-content: flex-start;
    }
    .couSwiper .swiper-slide-active .text{
        margin-top: 90px;
    }
    .couSwiper .swiper-slide .num {
        font-size: 110px;
    }
    .ab_swiperBox .prev, .ab_swiperBox .next, .couList .prev, .couList .next {
        width: 40px;
        height: 40px;
    }
    .Qprev img, .QNext img {
        width: 15px;
    }
    .QSwiperBox .QNext,.QSwiperBox .Qprev{
        top: 77%;
        z-index: 3;
    }
    .intINum b {
        font-size: 26px;
    }
    .intINum i {
        font-size: 18px;
    }
    .comTImg {
        height: 25px;
    }
    .corText {
        margin: 50px 0 40px;
    }
    .corporate{
        height: 400px;
    }
    .comTRight1{
        display: none;
    }
    .comTRight2{
        display: block;
        margin: 0 0 20px 0;
    }
 
    
}
@media(max-width:900px){
    .intText,.comTBox {
        margin: 30px 0;
    }
    .corText .span1 {
        font-size: 18px;
    }
    .intINum i {
        font-size: 16px;
    }
    .aboutIcon {
        width: 25px;
    }
    .aboutList .tit {
        font-size: 18px;
    }
    .comTImg {
        height: 20px;
        margin-left: 10px;
    }
    .comTeBox .tit {
        font-size: 14px;
    }
    .Qprev img, .QNext img {
        width: 12px;
        margin: 0px 5px;
    }
    .QNext span, .Qprev span {
    font-size: 13px;
    }
    .intINum b {
        font-size: 24px;
    }
    .slideAvtBox .text {
        margin: 10px 0 0;
    }
    .slideAvtBox .list span {
        margin: 0 5px;
    }
    .QSwiperBox .QNext, .QSwiperBox .Qprev {
        top: 50%;
        z-index: 3;
    }
    .ab_swiperBox .prev, .ab_swiperBox .next{
        display: none;
    }
}
@media(max-width:768px){
    .indright{
        display: none;
    }
    .intList {
       flex-wrap: wrap;
    }
    .intItem {
        margin-right: 0;
        width: 35%;
        margin-bottom: 10px;
    }
    .corText .span1 {
        font-size: 16px;
    }
    .intINum b {
        font-size: 22px;
    }
    .aboutList .tit {
        font-size: 16px;
    }
    .comTImg {
        height: 16px;
    }
    .ab_swiperBox {
        width: 75%;
    }
    .corText .span1 {
        font-size: 14px;
    }
    .corText {
        margin: 40px 0 30px;
    }
    .intText span,.comTLeft span{
        line-height: 1.6;
    }
}
@media(max-width:680px){
    .XcomIBox{
        display: block;
        margin-bottom: 30px;
    }
    .XcomIBox .comIBox{
        display: flex;
        width: 100%;
    }
    .comIBox{
        display: none;
    }
    .intItem {
        width: 40%;
    }
    .corText {
        margin: 40px 0 30px;
    }
    .comiz {
        width: 70%;
    }
    .corText::before {
        height: 20px;
        top: -15px;
    }
    .intList{
        align-items: flex-start;
    }
    .indright{
        /* width: 100%; */
    }
    .titImg {
        width: 80%;
    }
    .vidImgBox{
        height: 250px;
    }
    
    .comTRight {
        width: 100%;
        margin-top:20px;

    }
    
    .comiLeft{
        display: none;
    }
    .comIImg1 {
        width: 33%;
    }
    .comIImg2 {
        width: 66%;
    }
    .comIBox {
        width: 90%;
        margin: 0 auto;
    }
    .ab_swiperBox .prev, .ab_swiperBox .next, .couList .prev, .couList .next{
        width: 35px;
        height: 35px;
    }
    .ab_swiperBox .prev{
        left: -8%;
    }
    .ab_swiperBox .next{
        right: -8%;
    }
    .couSwiper {
        width: 70%;
    }
    .Q2Swiper .swiper-slide-active .QtBox {
        opacity: 1;
        margin-top: 9px;
    }
    .Q2Swiper {
        width: 65%;
    }
    .corporate {
        height: 370px;
    }
}
@media(max-width:500px){
 
    .introduce .indBanBg{
        display: block;
    }
    .introduce{
        /* background: url(../images/indCorImg02.jpg);
        background-size: cover; */
        background: #ECECEC;
    }
    .corporate{
        display: none;
    }
    .intItem {
        width: 50%;
    }
    .couSwiper .text span {
    font-size: 12px;
}
    .slideAvtBox{
        padding: 0 5%;
    }
    .couList .next{
        right: -15%;
    }
    .couList .prev{
        left: -15%;
    }
    .titImg {
        width: 80%;
    }
    .corporate {
        height: 290px;
        padding: 6% 0;
    }
    .indright{
        margin-top: 10px;
    }
    .couSwiper {
        width: 80%;
    }
    .ab_swiperBox .prev {
        left: -8%;
    }
    .ab_swiperBox .next {
        right: -8%;
    }
    .QSwiperBox .Qprev {
        left: 10px;
    }
    .QSwiperBox .QNext {
        right: 10px;
    }
    .comiz {
        width: 60%;
    }
    .slideAvtBox .text {
       width: 80%;
       margin: 20px auto 0;
    }
    .ab_video{
        padding: 5% 0 8%;
    }
    .about .TBox{
        display: block;
    }
}

/* 大屏幕 */
@media(min-width:2048px) {
    /* .QSwiperBox {
        width: 1480px;
    } */
}