
html, body {
    background: #F1F1F1;
}




/* 公司简介 */
.com_name {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.introduce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.47rem;
}
.introduce .texts {
    width: 6.35rem;
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.28rem;
}
.introduce .texts p {
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.28rem;
}
.introduce .picture {
    width: 7rem;
    height: 3.92rem;
}
.introduce .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 企业文化 */

.cul_tit {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
/* 文化1 */
.culture1 {
    width: 100%;
    margin-top: 0.82rem;
    display: flex;
    justify-content: space-between;
}
.culture1 .item {
    position: relative;
    width: 4.37rem;
    height: 5.34rem;
    overflow: hidden;
    cursor: pointer;
}
.culture1 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture1 .item .txts {
    position: absolute;
    left: 0.4rem;
    top: 4.5rem;
    width: 3.27rem;
    transition: all 0.3s;
    z-index: 22;
}
.culture1 .item .txts .t1 {
    font-size: 0.24rem;
    color: #FFFFFF;
}
.culture1 .item .txts .t2 {
    margin-top: 0.25rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    opacity: 0;
}
.culture1 .item .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.42rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 100%);
    z-index: 11;
}
/* hover state */
.culture1 .item:hover .txts {
    top: 1.47rem;
}
.culture1 .item:hover .txts .t2 {
    opacity: 1;
}
.culture1 .item:hover .mask {
    height: 100%;
    background: rgba(0,0,0,0.4);
}
/* 文化2 */
.culture2 {
    width: 100%;
    margin-top: 0.84rem;
}
.culture2 p {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.28rem;
}
.culture2 .products {
    width: 100%;
    margin-top: 0.74rem;
}
.culture2 .products .item {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.culture2 .products .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.culture2 .products .imgs {
    width: 6.5rem;
    height: 3.76rem;
    overflow: hidden;
}
.culture2 .products .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture2 .products .texts {
    width: 6.7rem;
    margin-top: 0.7rem;
}
.culture2 .products .t1 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #0769B2;
}
.culture2 .products .t2 {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.28rem;
}
.culture2 .bigt {
    margin: 0.74rem 0 0.5rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}



/* 企业荣誉 */
.honorBox {
    position: relative;
    width: 100%;
    min-height: 5.88rem;
    padding: 0.43rem 0.54rem 0.93rem;
    background-image: url("../images/aboutus/whiteMask.png");
    display: flex;
    justify-content: space-between;
}
/* 左侧文字 */
.honorBox .texts {
    width: 6.25rem;
}
.honorBox .texts .title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
}
.honorBox .texts .list {
    margin-top: 0.5rem;
}
.honorBox .texts .li {
    position: relative;
    width: 100%;
    padding-left: 0.24rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.46rem;
    height:auto !important;
    cursor: pointer;
}
.honorBox .texts .li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.13rem;
    height: 0.13rem;
    background: #FFFFFF;
    border: 0.03rem solid #0769B2;
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
/* 右侧轮播 */
.honorBox .swiperBox {
    position: relative;
}
.honorBox .hor_swiper {
    width: 6.16rem;
}
.honorBox .hor_swiper .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 4.5rem;
}
.honorBox .hor_swiper .down {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    padding: 0 0.35rem;
    background: rgba(0,0,0,0.4);
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.6rem;
}
/* 分页 */
.honorBox .swiper-pagination {
    bottom: -0.45rem;
}
.honorBox .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.07rem !important;
    background: #7B7B7B;
    vertical-align: middle;
}
.honorBox .swiper-pagination-bullet-active {
    position: relative;
    width: 0.18rem;
    height: 0.18rem;
    background: rgba(7,105,178,0.2);
}
.honorBox .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background: #0769B2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* 备注--左下--定位 */
.honorBox .notes {
    position: absolute;
    left: 0.5rem;
    bottom: 0.32rem;
    font-size: 0.16rem;
    color: #333333;
}



/* 发展历程 */
.history .swiper-wrapper{
    display: flex;
  flex-direction: column;
}
.history {
    position: relative;
    width: 100%;
    padding: 0.8rem 0 2rem;
        /*overflow:auto;*/
}
/* 4.35 */
.history .his_swiper {
    height: 13.5rem;
}
.history .swiper-slide {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 3.55rem;
    margin:0.35rem 0rem;
    overflow: hidden;
}
.history .leftBox {
    width: 4.5rem;
}
.history .leftBox .txt {
    margin-top: 0.07rem;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.32rem;
    text-align: right;
}
.history .leftBox .his_img {
    width: 100%;
    height: 2.75rem;
    margin-top: 0.5rem;
}
.history .leftBox .his_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history .circle {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.12rem;
    margin-left: 0.46rem;
    margin-right: 0.24rem;
    background: #888888;
    border: 0.04rem solid #FFFFFF;
    border-radius: 50%;
}
.history .rightBox {
    width: 4.5rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #000000;
}
/* 偶数slide */
.history .swiper-slide:nth-child(2n) {
    flex-direction: row-reverse;
}
.history .swiper-slide:nth-child(2n) .txt {
    text-align: left;
}
.history .swiper-slide:nth-child(2n) .rightBox {
    text-align: right;
}
/* active slide */
.history .swiper-slide-active .circle {
    background: #0769B2;
}
/* 灰色的线 */
.history .grayline {
    position: absolute;
    left: calc(50% + 0.08rem);
    top: 0;
    width: 0.04rem;
    height: 100%;
    background: #E1E1E1;
}
/* 未来 */
.history .future {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.48rem;
    height: 0.48rem;
    background: #0769B2;
    border: 0.04rem solid #FFFFFF;
    border-radius: 50%;
    transform: translateX(-0.13rem);
    text-align: center;
    line-height: 0.45rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}
/* 过去 */
.history .past {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.48rem;
    height: 0.48rem;
    background: #0769B2;
    border: 0.04rem solid #FFFFFF;
    border-radius: 50%;
    transform: translateX(-0.13rem);
    text-align: center;
    line-height: 0.45rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}



/* 公司架构 */
/* 架构1 */
.struct1 {
    display: flex;
    justify-content: space-between;
}
.struct1 .item {
    width: 4.45rem;
    padding: 0.3rem 0.2rem 0.4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}
.struct1 .item .t1 {
    text-align: center;
    font-size: 0.2rem;
    color: #333333;
}
.struct1 .item .t2 {
    margin-top: 0.34rem;
    font-size: 0.16rem;
    color: #7B7B7B;
    line-height: 0.28rem;
    text-indent: 2em;
}
/* 架构2 */
.struct2 {
    margin-top: 0.48rem;
}
.struct2 .tit {
    font-size: 0.2rem;
    color: #333333;
}
.struct2 .tie {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.28rem;
}
/* 架构3 */
.struct3 {
    margin-top: 0.46rem;
}
.struct3 .tit {
    font-size: 0.2rem;
    color: #333333;
}
.struct3 .boxs {
    margin-top: 0.36rem;
    display: flex;
    justify-content: space-between;
}
.struct3 .boxs .item {
    width: 6.75rem;
    padding: 0.3rem 0.3rem 0.46rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}
.struct3 .boxs .t1 {
    text-align: center;
    font-size: 0.2rem;
    color: #333333;
}
.struct3 .boxs .t2 {
    margin-top: 0.34rem;
    font-size: 0.16rem;
    color: #7B7B7B;
    line-height: 0.28rem;
    text-indent: 2em;
}

@media screen and (max-width: 1024px){
    .com_name{
        font-size: 20px;
        text-align: center;
    }
    .introduce .texts{
        width: 100%;
    }.introduce .texts p{
        font-size: 12px;
        line-height: 20px;
    }.introduce .picture{
        width: 100%;
        margin-top: 10px;
    }.cul_tit{
        font-size: 20px;
    }.culture1 .item{
        width: 100%;
        margin-top: 20px;
    }.culture1{
        flex-wrap: wrap;
        margin-top: 20px;
    }.culture2 p{
        font-size: 12px;
        line-height: 20px;
    }.culture2 .bigt{
        font-size: 20px;
    }.culture2 .products .item{
            flex-wrap: wrap;
            justify-content: center;
    }.culture2 .products .item:nth-child(2n){
            flex-direction: row;
    }.culture2 .products .t2{
        font-size: 12px;
        line-height: 20px;
    }.history .leftBox .txt{
        font-size: 14px;
    }.struct1 .item{
        width: 100%;
        margin-bottom: 10px;
    }.struct1{
        flex-wrap: wrap;
    }.struct1 .item .t1{
        font-size: 16px;
    }.struct1 .item .t2{
        font-size: 12px;
    }.struct2 .tit{
        font-size: 14px;
    }.struct2 .tie{
        font-size: 12px;
        line-height: 20px;
    }.struct3 .tit{
        font-size: 14px;
    }.struct3 .boxs{
        flex-wrap: wrap;
    }.struct3 .boxs .item{
        width: 100%;
        margin-bottom: 10px;
    }.struct3 .boxs .t1{
        font-size: 14px;
    }.struct3 .boxs .t2{
        font-size: 12px;
    }.honorBox{
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        /*height: 3rem;*/
        min-height: 4rem;
        flex-direction: column;
        padding-top: 0.2rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        padding-bottom: 0.2rem;
    }.honorBox .swiperBox{
        display: none;
    }.honorBox .texts{
        width: 100%;
        
    }.honorBox .notes{
        left: 0;
        bottom: 65px;
        font-size: 12px;
        position: static;
    }.honorBox .texts .title{
        font-size: 20px;
    }.honorBox .texts .li{
        font-size: 12px;
    }.history .future{
        font-size: 14px;
        width: 35px;
    height: 35px;
    line-height: 35px;
    left: 48.5%;
    top: -1%;
    }.history .rightBox{
        font-size: 16px;
    }.history .past{
        font-size: 14px;
        width: 35px;
    height: 35px;
    line-height: 35px;
    left: 48.5%;
    }
    .common_page .center p {
        font-size: 12px !important;
    }
    .m_title {
        font-size: 20px !important;
    }
    .m_subtitle {
        font-size: 16px !important;
    }
}