@media screen and (min-width: 751px) {


    /*页面标题*/
    .title-box {
        margin: 1rem 0;
    }

    .title-box .title {
        font-size: 0.4rem;
        font-weight: 500;
        text-align: center;
        color: #0068b7;
    }

    .title-box .text {
        color: #373737;
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
    }

    .title-box .stitle {
        text-align: center;
        color: #0068b7;
        font-size: 0.25rem;
        margin-bottom: 0.35rem;
    }

    /*公司简介内容*/
    .contain {
        width: 100%;
    }

    .contain .top {
        width: 100%;
        background: linear-gradient(-30deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        text-align: center;
        padding: 1rem 0 0.4rem;
    }

    .contain .top-in {
        width: 75%;
        margin: 0 auto;
    }

    .contain .top .title {
        font-size: 0.42rem;
        color: #fff;
    }

    .contain .top-box {
        display: flex;
        justify-content: space-between;
        margin-top: 0.75rem;
    }

    .contain .top-box .box {
        width: 2.75rem;
        height: 3rem;
        background: #fff;
        margin-right: 0.15rem;
    }

    .contain .top-box .box:last-child {
        margin-right: 0;
    }


    .contain .top-box .box:nth-child(1) img {
        margin-top: 0.5rem;
        width: 0.65rem;
        height: 0.65rem;
    }


    .contain .top-box .box:nth-child(2) img {
        margin-top: 0.45rem;
        width: 0.82rem;
        height: 0.7rem;
    }

    .contain .top-box .box:nth-child(3) img {
        margin-top: 0.5rem;
        width: 0.7rem;
        height: 0.65rem;
    }

    .contain .top-box .box:nth-child(4) img {
        margin-top: 0.45rem;
        width: 0.65rem;
        height: 0.65rem;
    }

    .contain .top-box .box:nth-child(5) img {
        margin-top: 0.48rem;
        width: 0.75rem;
        height: 0.62rem;
    }

    .contain .top-box .box .title {
        font-size: 0.24rem;
        color: #0068b7;
        margin: 0.4rem 0 0.3rem;
    }

    .contain .top-box .box:nth-child(4) .title {
        margin: 0.4rem 0 0.15rem;
    }

    .contain .top-box .box .text {
        font-size: 0.2rem;
        font-weight: 540;
        color: #3c3c3c;
    }

    .contain .bottom {
        width: 75%;
        height: 2.5rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contain .bottom .box {
        width: 25%;
        text-align: center;
    }

    .contain .bottom .box .title {
        font-size: 0.2rem;
        color: #6b6b6b;
    }

    .contain .bottom .box .num {
        font-size: 0.48rem;
        color: #0068b7;
        margin-top: 0.35rem;
    }

    .contain .bottom .box .num > span {
        font-size: 0.24rem;
    }

    .contain .top-box .box:nth-child(4) .text {
        padding: 0 0.6rem;
        box-sizing: border-box;
        font-size: 0.2rem;
        line-height: 1.6;
    }


    /*大事记*/
    .dashiji {
        width: 100%;
        height: 13.8rem;
        background: #f7f6f6;
        overflow: hidden;
    }

    .dashiji .dashiji-banner, .dashiji .title-box {
        width: 14rem;
        margin: 0 auto;
    }

    .dashiji .title-box {
        margin: 1rem auto;
    }

    .dashiji .dashiji-banner .swiper-pagination {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: -0.2rem;
    }

    .swiper-container img {
        height: 6.9rem;
    }

    .dashiji .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
        margin: 0 0.1rem;
    }

    .dashiji .dashiji-banner .more a {
        border: 1.5px solid rgba(181, 181, 181, 1);
        color: #0068b7;
        border-radius: 0.1rem;
        width: 1rem;
        height: 0.35rem;
        line-height: 0.35rem;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 1.25rem;
        display: block;
        font-size: 0.2rem;
    }


    /*技术实力*/
    .inner {
        width: 14rem;
        margin: 0 auto;
    }

    .technical .content {
        width: 100%;
        background: url(../images/technical.png);
        height: auto;
        padding-bottom: 0.5rem;
    }

    .technical .content .inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .technical .content .box {
        width: 3.75rem;
        height: 3.75rem;
        background: rgba(255, 255, 255, 0.5);
        padding: 0.2rem 0.2rem 0 0.38rem;
        box-sizing: border-box;
        color: #fff;
        margin-top: 0.8rem;
        font-size: 0.2rem;
    }

    .technical .content .box .top {
        display: flex;
        justify-content: flex-end;
    }

    .technical .content .box .top img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .technical .content .box .bottom .title {
        font-size: 0.32rem;
        margin-top: 0.4rem;
    }

    .technical .content .box .bottom .num {
        font-size: 0.42rem;
        font-weight: 600;
        padding-bottom: 0.05rem;
    }

    .technical .content .box .bottom .num > span {
        font-size: 0.2rem;
    }

    /*.industry .title-box{
        padding-bottom: 0.7rem;
    }*/
    .industry .industry-bg {
        margin: 0 auto;
        width: 8.8rem;
        height: 1.7rem;
    }

    .industry .content {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0.6rem 0 1.5rem;
    }

    .industry .content .box {
        width: 25%;
        height: 4.4rem;
        position: relative;
    }

    .industry .content .box img {
        width: 100%;
        height: 4.4rem;
    }

    .industry .content .box .title {
        position: absolute;
        top: 15%;
        left: 10%;
        z-index: 5;
        font-size: 0.26rem;
        color: #fff;
    }

    .industry .content .box .sbox {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-30deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        box-shadow: 0.04rem 0.06rem 0.17rem 0.05rem rgba(35, 39, 42, 0.8);
        opacity: 0.8;
    }

    .industry .content .box .sbox .text {
        font-size: 0.17rem;
        line-height: 2;
        padding: 40% 10% 0;
        color: #fff;
    }

}


@media screen and (max-width: 751px) {

    .title_down {
        width: 0.55rem;
        height: 0.045rem;
    }

    .banner div {
        font-size: 0.36rem !important;
    }

    /*页面标题*/
    .title-box {
        margin: 0.4rem 0;
    }

    .title-box .title {
        font-size: 0.35rem !important;
        /*  font-weight: 600;*/
        text-align: center;
        color: #0068b7;
        margin-bottom: 0.25rem;
    }

    .title-box .text {
        color: #373737;
        text-align: justify;
        flex-flow: wrap;
        text-align-last: center;
        font-size: 0.23rem !important;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        padding: 0 0.35rem !important;
        color: #5f5f5f;
    }

    .title-box .stitle {
        text-align: center;
        color: #0068b7;
        font-size: 0.26rem;
        margin-top: 0.37rem;
        margin-bottom: 0.35rem;
        font-weight: bold;
    }

    .content .title_down {
        margin: 0 auto;
        display: block;
    }


    /*公司简介内容*/
    .contain {
        width: 100%;
    }

    .contain .top {
        width: 100%;
        background: linear-gradient(-30deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        text-align: center;
        padding: 0.5rem 0 0.3rem;
    }

    .contain .top-in {
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .contain .top .title {
        font-size: 0.3rem;
        color: #fff;
    }

    .contain .top-box {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        margin-top: 0.5rem;
    }

    .contain .top-box .box:nth-child(1) {
        width: 100%;
        height: 3rem;
        background: #fff;
    }

    .contain .top-box .box {
        width: 49.3%;
        height: 3rem;
        background: #fff;
        margin-bottom: 0.1rem;
    }

    .contain .top-box .box:last-child {
        margin-right: 0;
    }


    .contain .top-box .box:nth-child(1) img {
        margin-top: 0.5rem;
        width: 0.65rem;
        height: 0.65rem;
    }


    .contain .top-box .box:nth-child(2) img {
        margin-top: 0.45rem;
        width: 0.82rem;
        height: 0.7rem;
    }

    .contain .top-box .box:nth-child(3) img {
        margin-top: 0.5rem;
        width: 0.7rem;
        height: 0.65rem;
    }

    .contain .top-box .box:nth-child(4) img {
        margin-top: 0.45rem;
        width: 0.65rem;
        height: 0.65rem;
    }

    .contain .top-box .box:nth-child(5) img {
        margin-top: 0.48rem;
        width: 0.75rem;
        height: 0.62rem;
    }

    .contain .top-box .box .title {
        font-size: 0.27rem;
        color: #0068b7;
        margin: 0.4rem 0 0.3rem;
        font-weight: bold;
    }

    .contain .top-box .box:nth-child(4) .title {
        margin: 0.4rem 0 0.15rem;
    }

    .contain .top-box .box .text {
        font-size: 0.22rem;
        font-weight: 600;
    }

    .contain .bottom {
        width: 100%;
        padding: 0.5rem 0 0.3rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .contain .bottom .box {
        width: 50%;
        text-align: center;
        margin-bottom: 0.2rem;
    }

    .contain .bottom .box .title {
        font-size: 0.2rem;
        color: #6b6b6b;
    }

    .contain .bottom .box .num {
        font-size: 0.48rem;
        color: #0068b7;
        margin-top: 0.35rem;
    }

    .contain .bottom .box .num > span {
        font-size: 0.24rem;
    }

    .contain .top-box .box:nth-child(4) .text {
        padding: 0 0rem;
        box-sizing: border-box;
        font-size: 0.2rem;
        line-height: 1.6;
    }


    /*大事记*/
    .dashiji {
        width: 100%;
        height: 9rem;
        background: #f7f6f6;
        overflow: hidden;
    }

    .dashiji .dashiji-banner, .dashiji .title-box {
        width: 100%;
        box-sizing: border-box;
    }

    .dashiji .dashiji-banner .swiper-pagination {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: -0.4rem;
    }

    .dashiji-inner .title_down {
        margin: 0 auto;
        display: block;
    }

    .dashiji .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
        margin: 0 0.1rem;
    }

    .dashiji .dashiji-banner .more a {
        border: 1.5px solid rgba(181, 181, 181, 1);
        color: #0068b7;
        border-radius: 0.1rem;
        width: 1rem;
        height: 0.3rem;
        line-height: 0.3rem;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 1.1rem;
        display: block;
        font-size: 0.2rem;
    }

    .swiper-slide img {
        height: 3rem;
    }

    .dashiji-banner {
        padding: 0 0.2rem;
        box-sizing: border-box;
    }


    /*技术实力*/
    .inner {
        width: 100%;
        margin: 0 auto;
    }

    .technical .title_down {
        margin: 0 auto;
        display: block;
    }

    .technical .content {
        width: 100%;
        background: url(../images/technical.png);
        height: 5.1rem;
        padding-top: 0.36rem;
        background-size: 100% 5.5rem;
    }

    .technical .content .inner {
        padding: 0 0.2rem;
        box-sizing: border-box;
        height: 4.85rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .technical .content .box {
        width: 2.1rem;
        height: 2.2rem;
        padding: 0 0.15rem;
        padding-top: 0.15rem;
        background: rgba(255, 255, 255, 0.5);
        box-sizing: border-box;
        color: #fff;
        font-size: 0.2rem;
    }

    .technical .content .box .top {
        display: flex;
        0 justify-content: flex-end;
    }

    .technical .content .box .top img {
        width: 0.6rem;
        height: 0.6rem;
    }

    .technical .content .box .bottom .title {
        font-size: 0.17rem;
        margin-top: 0.12rem;
        margin-bottom: 0.05rem;
    }

    .technical .content .box .bottom .num {
        font-size: 0.28rem;
        font-weight: 600;
        padding-bottom: 0.05rem;
    }

    .technical .content .box .bottom .num > span {
        font-size: 0.16rem;
    }


    .technical .content .box p {
        font-size: 0.28rem;
    }

    /*.industry .title-box{
        padding-bottom: 0.7rem;
    }*/
    .industry .title_down {
        margin: 0 auto;
        display: block;
    }

    /*图片*/
    .industry .industry-bg {
        margin: 0 auto;
        width: 5.8rem;
        height: 0.9rem;
    }

    .industry .content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        margin: 0.6rem 0 0.5rem;
    }

    .industry .content .box {
        width: 100%;
        height: 2.65rem;
        margin-bottom: 0.07rem;
        position: relative;
    }

    .industry .content .box img {
        width: 100%;
        height: 2.65rem;

    }

    .industry .content .box .title {
        position: absolute;
        top: 15%;
        left: 10%;
        z-index: 5;
        font-size: 0.26rem;
        color: #fff;
        font-weight: bold;
    }

    .industry .content .box .sbox {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-30deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        box-shadow: 0.04rem 0.06rem 0.17rem 0.05rem rgba(35, 39, 42, 0.8);
        opacity: 0.8;
    }

    .industry .content .box .sbox .text {
        font-size: 0.2rem;
        line-height: 2;
        padding: 1rem 10% 0;
        color: #fff;
    }


}


@media screen and (max-width: 340px) {

    .industry .content .box .title {
        position: absolute;
        top: 10%;
        left: 7%;
        z-index: 5;
        font-size: 0.26rem;
        color: #fff;
        font-weight: bold;
    }

    .industry .content .box .sbox {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-30deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        box-shadow: 0.04rem 0.06rem 0.17rem 0.05rem rgba(35, 39, 42, 0.8);
        opacity: 0.8;
    }

    .industry .content .box .sbox .text {
        font-size: 0.16rem;
        line-height: 2;
        padding: 0.7rem 7% 0;
        color: #fff;
    }


    .technical .content .box {
        width: 2.25rem;
        height: 2.3rem;
        padding: 0 0.1rem;
        padding-top: 0.15rem;
        background: rgba(255, 255, 255, 0.5);
        box-sizing: border-box;
        color: #fff;
        font-size: 0.2rem;
    }


}

