.inner {
    width: 90%;
    margin: 0 auto;
}

.indTit {
    margin-top: 0;
    margin-bottom: 50px;
}

.indTit.center {
    text-align: center;
}

.indTit b {
    font-size: 48px;
    color: #333;
}

.indTit.white b {
    color: #fff;
}



/* 公司介绍 */

.abAbout .inner {
    display: flex;
    flex-wrap: wrap;
}

.abAboutL {
    width: 50%;
}

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

.abAboutR {
    width: 50%;
    padding: 30px 0px 0 85px;
}

.abAboutR .indTit {
    margin-bottom: 20px;
}

.abAboutText {
    margin-bottom: 40px;
}

.abAboutText p {
    font-size: 16px;
    margin-bottom: 30px;
}

.abAboutImg {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50%;
}

.abAboutImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}
.abAboutImg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    /*display: none;*/
}

.abAboutImg:hover img {
    transform: scale(1.05);
    transition: all .48s;
}

/* <!-- 文化理念 --> */

.abWh {
    width: 100%;
    /* background: url(../images/abLn.jpg) no-repeat;
    background-size: cover; */
    background: #f7f8f9;
    position: relative;
}
.abWhXq{
    margin-top: 70px;
}
.abWhItem{
    position: relative;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.abWhItem.swiper-slide-active{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.abWhItem .imgBox{
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.abWhItem video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.abWhItem .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abWhItem .imgBox .icon {
    transition: all 0.48s;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abWhItem .imgBox::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,.4);
}
.abWhItem.act .icon{
   opacity: 0;
}
.abWhItem.act .bg{
    opacity: 0;
 }
/* 荣誉资质 */

.abRyTit {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.abRyTit span {
    display: block;
    width: 80px;
    padding-right: 20px;
}

.abRyTit p {
    width: calc(100% - 100px);
    height: 1px;
    background: #ddd;
}

.abRyuImg {
    width: 100%;
    padding: 40% 0;
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
}

.abRyuImg img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    transition: all .48s;
}

.abRyuText p {
    text-align: center;
    padding: 10px 0;
}

.abRyuXq {
    position: relative;
}


.abRyuXq .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: #aaabad;
    opacity: .48;
    margin: 0 4px;
}

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

.abRyuImg:hover img {
    transform: translate(-50%, -50%) scale(1.08);
    transition: all .48s;
}
.abRyuTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abRyuBtn{
    display: flex;
}
.abRyuBtn .btn{
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abRyuBtn .btn:hover{
    background: #bd936d;
    border: 1px solid #bd936d;
}
.abRyuBtn .btn:hover path{
   fill: #fff;
}
.abRyuBtn .btn svg{
    width: 50%;
    height: 50%;
}
.abRyuBtn .btn path{
    fill: #333;
}
.abRyuBtn .btn.prev svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.abHbtn{
    z-index: 3;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #bd936d;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.abHbtn.prev{
    left: -50px;
}
.abHbtn.prev svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.abHbtn.next{
    right: -50px;
}
.abHbtn svg{
    width: 50%;
    height: 50%;
}
.abHbtn path{
    fill: #fff;
}
/* <!--发展历史--> */

.history {
    background: url(../images/history.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

.history .Tit span{
    color: #fff;
}
.hisBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hisItem{
    width: 17%;
}
.hisItem:nth-child(3n){
    width: 31%;
}
.hisItem{
    padding: 5px;
    position: relative;
}
.hisItem .imgBox{
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hisItem .imgBox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,.4);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.hisItem .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.hisItem:hover .imgBox img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.hisItem:hover .imgBox::after{
    background: rgba(0,0,0,0);
}
.hisTbox{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:20px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.hisItem:hover .hisTbox{
    opacity: 1;
}

/* 合作伙伴 */

.abHz {
    width: 100%;
    overflow: hidden;
}

.abHzImg {
    overflow: hidden;
    padding-top: 56%;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 10px 10px -10px #999;
}

.abHzImg img {
    width: 100%;
    padding: 12%;
    object-fit: contain;
    transition: all .48s;
}

.abHzXq .swiper-wrapper {
    padding-bottom: 10px;
}

.abHzXq {
    position: relative;
}



.abHzXq .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: #aaabad;
    opacity: .48;
    margin: 0 4px;
}

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

.abHzImg:hover img {
    transform: scale(1.08);
    transition: all .48s;
}

/* <!-- 环境 --> */

.abHj {
    width: 100%;
    background: #F4EFE9;
}

.abHjImg {
    padding-top: 70%;
}

.abHjImg img {
    width: 100%;
    object-fit: cover;
    transition: all .48s;
}

.abHjText p {
    text-align: center;
    padding: 15px 0;
}

.abHjXq {
    position: relative;
}



.abHjXq .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: #aaabad;
    opacity: .48;
    margin: 0 4px;
}

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

.abHjImg:hover img {
    transform: scale(1.08);
    transition: all .48s;
}
.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 99;
    display: none;
}
.shadowBox{
    position: relative;
    height: 550px;
    padding: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 30px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    z-index: 100;
    display: none;
}
.shadowBox svg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.shadowBox path{
    fill: #fff;
}
.shadowBox video {
    height: 100%;
}
/* 响应 */

@media(max-width:1920px) {
    /*/* ===================================================================================  */
}

@media(max-width:1680px) {
    /*/* ===================================================================================  */
            
}

@media(max-width:1440px) {
    /*/* ===================================================================================  */
    .abAboutText p {
        font-size: 15px;
    }
    .abWhText p {
        font-size: 15px;
    }
}

@media(max-width:1366px) {
    /*/* ===================================================================================  */
    .abAboutText p {
        font-size: 14px;
    }
    .abHbtn.prev{
        left: -40px;
    }
    .abHbtn.next{
        right: -30px;
    }
    .abRyuBtn .btn{
        width: 40px;
        height: 40px;
    }
    .abRyuTop{
        margin-bottom: 30px;
    }
    .abWhText span {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .abWhText p {
        font-size: 14px;
    }
    /* 发展历程 */
    .historyImg {
        width: 170px;
        height: 95px;
    }
    .historyXq .swiper-slide {
        width: 400px;
    }
    .historyXq li:nth-child(even) {
        margin-left: -200px;
    }
    .historyXq li:nth-child(odd) {
        margin-left: -200px;
    }
    .historyXq li:first-child {
        margin-left: 0;
    }
}

@media(max-width:1280px) {
    /*/* ===================================================================================  */
  
    .abWhText span {
        margin-bottom: 20px;
    }
    .hisItem .imgBox {
        height: 250px;
    }
}

@media(max-width:1100px) {
    /*/* ===================================================================================  */
    .abAboutR {
        padding: 30px 0px 0 50px;
    }
    .abWh {
        height: 70vh;
    }
    .abWhText span {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .hisItem{
        width: 30%;
    }
    .hisItem:nth-child(3n-1) {
        width: 40%;
    }
    .hisItem:nth-child(3n) {
        width: 30%;
    }
    .hisItem .imgBox {
        height: 220px;
    }
    .abHbtn{
        width: 50px;
        height: 50px;
    }
    .abHbtn.prev{
        left: -30px;
    }
    .abHbtn.next{
        right: -30px;
    }
}

@media(max-width:1025px) {
    /*/* ===================================================================================  */

    .abAboutL {
        width: 100%;
    }
    .abAboutR {
        width: 100%;
        padding: 0px 0px 0 0;
        order: -1;
    }
    .abAbout.padd {
        padding-bottom: 40px;
    }


    .abWhImg {
        width: 80px;
    }

    .abWh {
        height: auto;
    }
    .history{
        background-attachment: initial;
    }
   
}

@media(max-width:900px) {
    .hisItem{
        width: 45%;
    }
    .hisItem:nth-child(3n) {
        width: 55%;
    }
    .hisItem:nth-child(3n-1) {
        width: 55%;
    }
    .hisItem:nth-child(6n) {
        width: 45%;
    }
    .hisItem:last-child{
        width: 100%;
    }
    /* 发展历程 */
    .historyText .year {
        font-size: 26px;
    }
    .historyText .cn {
        font-size: 14px;
    }
    .historyText .en {
        font-size: 12px;
    }
    .shadowBox{
        width: 80%;
        height: auto;
        padding: 30px;
    }
    .shadowBox video{
        width: 100%;
        height: auto;
    }
    .abWhItem .imgBox .icon{
        width: 40px;
        height: 40px;
    }
    .shadowBox svg {
        width: 40px;
        height: 40px;
    }
    .hisTbox{
        font-size: 18px;
    }
}

@media(max-width:768px) {

    

    /* 发展历程 */
    /* .historyImg {
        width: 300px;
        height: 180px;
    } */
    /* .historyXq {
        height: 60vh;
    } */
}

@media(max-width:680px) {
    /*/* ===================================================================================  */
  
    /* 发展历程 */
    .hisTbox{
        font-size: 16px;
    }
    .historyXq {
        height: auto;
    }
    .historyXq .swiper-container::before {
        display: none;
    }
    .historyXq .swiper-slide {
        width: 100%;
        
    }
    .historyXq li:nth-child(even) {
        margin-left: 0;
    }
    .historyXq li:nth-child(odd) {
        margin-left: 0;
    }
    .historyWarp {
        padding: 0 40px;
        border-left: none;
        top:0;
        bottom: initial;
        transform: translateY(0);
        position: initial;
        min-height: 350px;
        display: flex;
        align-items: center;
    }
    .historyXq::after {
        display: none;
    }
    .historyImg {
        width: 100%;
        height: 25vh;
    }
    .hisItem .imgBox {
        height: 200px;
    }
    
}

@media(max-width:500px) {
    .shadowBox{
        width: 90%;
        height: auto;
        padding: 20px;
    }
    .hisItem{
        width: 50% !important;
    }
    .hisItem:last-child{
        width: 100% !important;
    }
    .hisItem .imgBox {
        height: 180px;
    }
   
    .abAboutText p{
        margin-bottom: 14px;
    }


    .abWhText p {
        font-size: 12px;
    }
    .abWh.padd {
        padding: 30px 0;
    }
    .abHbtn.prev{
        left: -30px;
    }
    .abHbtn.next{
        right: -20px;
    }
}

@media(max-width:420px) {
    /*/* ===================================================================================  */
}