html,
body,
p {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

.dropdown-menu {
    padding: 10px 5px !important;
    background-color: #080808 !important
}

.dropdown-menu a {
    background-color: #080808;
    color: #fff !important;
}

.dropdown-menu li a {
    padding: 10px 20px !important;
}

.dropdown-menu li a:hover {
    padding: 10px 20px !important;
    background-color: #292929;
}

.navbar {
    border-radius: 0 !important;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.img_rsp {
    width: 100%;
    height: auto;
    display: block;
}

.logo {
    width: 210px;
    height: 70px;
    display: block;
    background: url(../images/logo.svg) left center no-repeat;
}

.margin-b-50 {
    margin-bottom: 50px !important;
}

.margin-t-50 {
    margin-top: 50px !important;
}

.pd-20 {
    padding: 20px 0;
}

.navbar-inverse {
    background: rgba(0, 0, 0, 0.9) !important;
}


/*当页面大于1200px 时，大屏幕，主要是PC端*/

@media (min-width: 1200px) {
    .pro-warp {
        width: 1100px;
        margin: auto;
        display: block;
    }
    .pro-item {
        margin-top: 30px;
        width: 366px;
        border-right: 1px solid #666666;
        float: left;
        display: block;
        height: 476px;
        padding: 10px 20px;
    }
    .pro-item:last-child {
        border: 0px !important;
    }
    .pro-item-1 .pro-item-2 .pro-item-3 .pro-item-4 .pro-item-5 .pro-item-6 .pro-item-7 {
        display: block;
        padding: 0 30px
    }
    .pro-item-warp-txt {
        display: block;
        float: left;
        margin-left: 10px;
    }
    .pro-tit {
        display: block;
        width: 200px;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
    }
    .pro-txt {
        display: block;
        width: 200px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding: 5px 0;
    }
    .pro-item-1,
    .pro-item-2,
    .pro-item-3,
    .pro-item-4,
    .pro-item-5,
    .pro-item-6,
    .pro-item-7 {
        padding-bottom: 10px;
        display: block;
        margin-bottom: 20px;
        float: left;
    }
    .pro-icon-1 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-1.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-2 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-2.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-3 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-3.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-4 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-4.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-5 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-5.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-6 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-6.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-7 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-7.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-layer {
        width: 100%;
        height: 530px;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
    }
    .navbar-right {
        margin-right: 30px !important;
    }
    .index_banner {
        width: 100%;
        height: 600px;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
    }
    .index_banner_text {
        margin-top: 200px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 36px;
        color: #ffffff
    }
    .index_banner_text2 {
        font-size: 64px;
        color: #ffffff;
        font-weight: bold;
    }
    .index_banner_text3 {
        font-size: 24px;
        color: #ffffff
    }
    .index_banner_btn {
        margin-top: 50px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .s-tit {
        font-size: 40px;
        margin: 50px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 64px;
        height: 64px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 18px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 20px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 22px;
    }
    .s2-text-warp {
        padding-left: 95px;
        height: 300px;
        padding-top: 150px;
        text-align: left;
    }
    .s2-img {
        width: 337px;
    }
    .img-s3-left {
        width: 627px;
    }
    .img-s3-right {
        width: 305px;
        margin-top: 50px;
    }
    .s4-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s4-img {
        width: auto;
    }
    .s5-text-warp {
        padding-left: 95px;
        height: 300px;
        padding-top: 60px;
        text-align: left
    }
    .s5-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s6-img {
        width: 85%;
    }
    .s6-text-warp {
        padding-left: 90px;
        height: 300px;
        padding-top: 70px;
        text-align: left
    }
    .s6-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 16px;
        color: #999;
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: table;
        margin: 0 auto;
    }
    .s8-xs-box {
        display: none;
    }
    .s8-col {
        width: 161px;
        height: 322px;
        display: table-cell;
    }
    .s8-img {
        height: 161px;
        width: 161px;
    }
    .s8-warp-text {
        width: 161px;
        height: 161px;
        color: #fff;
        display: table-cell;
        padding-top: 65px;
    }
    .s8-warp-tit {
        font-size: 18px;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 30px 0 !important;
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 0
    }
    .address-nowarp {
        padding: 0;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: left;
        display: block;
        width: 580px;
        float: left;
        padding: 20px 0
    }
    .address-txt-center {
        text-align: center;
        display: block;
        /*width: 580px;*/
        float: center;
        padding: 10px 0
    }
    .address-txt-right {
        text-align: right;
        display: block;
        width: 390px;
        float: right;
        padding: 20px 0;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 600px;
        display: block;
        background: url(../images/contact-banner.jpg) top center no-repeat;
        background-size: cover;
    }
    .contact-warp {
        padding-top: 60px;
    }
    .contact-map {
        padding-top: 50px
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 600px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 30px;
        box-shadow: 0;
        transition: all 0.3s ease;
    }
    .news-list:hover {
        box-shadow: 5px 5px 20px #0000002a
    }
    .news-tit {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin-top: 30px;
        text-align: center;
        text-decoration: none;
        transition: ease-in all 0.3s;
        float: right;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        float: left;
        display: block;
    }
    .news-list-img {
        width: 270px;
        height: 180px;
    }
    .news-list-text-warp {
        float: left;
        display: block;
        width: 800px;
        margin-left: 30px;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        margin-top: 50px;
    }
    .news-detail-tit {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 600px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 50px;
    }
    .job-item-active {
        text-decoration: none !important;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff !important;
        border-radius: 30px;
        background-color: #043a7a;
    }
    .job-item {
        border-bottom: 0px solid #043A7A;
        text-decoration: none !important;
        padding: 10px;
        font-size: 16px;
        color: #999999 !important;
    }
    .job-section {
        padding-top: 50px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 3em;
    }
    .job-mail {
        float: right;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 600px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
        padding-left: 48px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
        padding-left: 48px;
    }
    .aboutus-pic-space {
        margin-bottom: 30px;
    }
    .aboutus-office-img {
        width: 300px;
        height: 180px;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
    }
    .aboutus-office-img:hover {
        width: 300px;
        height: 180px;
        box-shadow: 1px 1px 20px #b0b0b0;
    }
    .aboutus-history-bg {
        width: 100%;
        height: 540px;
        display: block;
        background: url(../images/aboutus-history-bg.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 300px;
        display: block;
        background: url(../images/history-timeline-lg.png) center center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 50px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 360px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 50px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 5px;
    }
    /*aboutus end*/
}


/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/

@media (min-width: 992px) and (max-width: 1199px) {
    .pro-warp {
        width: 1000px;
        margin: auto;
        display: block;
    }
    .pro-item {
        margin-top: 30px;
        width: 330px;
        border-right: 1px solid #666666;
        float: left;
        display: block;
        height: 476px;
        padding: 10px 20px;
    }
    .pro-item:last-child {
        border: 0px !important;
    }
    .pro-item-1 .pro-item-2 .pro-item-3 .pro-item-4 .pro-item-5 .pro-item-6 .pro-item-7 {
        display: block;
        padding: 0 30px
    }
    .pro-item-warp-txt {
        display: block;
        float: left;
        margin-left: 10px;
    }
    .pro-tit {
        display: block;
        width: 200px;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
    }
    .pro-txt {
        display: block;
        width: 200px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding: 5px 0;
    }
    .pro-item-1,
    .pro-item-2,
    .pro-item-3,
    .pro-item-4,
    .pro-item-5,
    .pro-item-6,
    .pro-item-7 {
        padding-bottom: 10px;
        display: block;
        margin-bottom: 20px;
        float: left;
    }
    .pro-icon-1 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-1.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-2 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-2.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-3 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-3.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-4 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-4.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-5 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-5.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-6 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-6.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-7 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-7.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-layer {
        width: 100%;
        height: 550px;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
    }
    .navbar-right {
        margin-right: 20px !important;
    }
    .index_banner {
        width: 100%;
        height: 480px;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
    }
    .index_banner_text {
        margin-top: 150px;
        padding-left: 50px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 30px;
        color: #ffffff
    }
    .index_banner_text2 {
        font-size: 56px;
        color: #ffffff;
        font-weight: bold;
    }
    .index_banner_text3 {
        font-size: 22px;
        color: #ffffff
    }
    .index_banner_btn {
        margin-top: 50px;
        width: 180px;
        height: 60px;
        line-height: 60px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .s-tit {
        font-size: 40px;
        margin: 50px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 64px;
        height: 64px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 16px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 20px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 22px;
    }
    .s2-text-warp {
        padding-left: 50px;
        height: 300px;
        padding-top: 150px;
        text-align: left;
    }
    .s2-img {
        width: 337px;
    }
    .img-s3-left {
        width: 90%;
    }
    .img-s3-right {
        width: 90%;
        margin-top: 50px;
    }
    .s4-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s4-img {
        width: 80%;
    }
    .s5-img {
        width: 329px;
    }
    .s5-text-warp {
        padding-left: 50px;
        height: 300px;
        padding-top: 60px;
        text-align: left
    }
    .s5-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s6-img {
        width: 85%;
    }
    .s6-text-warp {
        height: 300px;
        padding-top: 60px;
        text-align: left
    }
    .s6-text {
        font-size: 22px;
        margin-bottom: 50px;
        padding: 20px;
    }
    .s7-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 16px;
        color: #999
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: table;
        margin: 0 auto;
        margin-left: -14px;
    }
    .s8-xs-box {
        display: none;
    }
    .s8-col {
        width: 161px;
        height: 322px;
        display: table-cell;
    }
    .s8-img {
        height: 161px;
        width: 161px;
    }
    .s8-warp-text {
        width: 161px;
        height: 161px;
        color: #fff;
        display: table-cell;
        padding-top: 65px;
    }
    .s8-warp-tit {
        font-size: 18px;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 30px 0 !important;
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 0
    }
    .address-nowarp {
        padding: 0;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: left;
        display: block;
        width: 580px;
        float: left;
        padding: 20px 0
    }
    .address-txt-center {
        text-align: center;
        display: block;
        /*width: 580px;*/
        float: center;
        padding: 10px 0
    }
    .address-txt-right {
        text-align: right;
        display: block;
        width: 390px;
        float: right;
        padding: 20px 0;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 480px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
    }
    .contact-warp {
        padding-top: 60px;
    }
    .contact-map {
        padding-top: 50px
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 480px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 30px;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .news-list:hover {
        box-shadow: 5px 5px 20px #0000002a
    }
    .news-tit {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin-top: 30px;
        text-align: center;
        text-decoration: none;
        transition: ease-in all 0.3s;
        float: right;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        float: left;
        display: block;
    }
    .news-list-img {
        width: 270px;
        height: 180px;
    }
    .news-list-text-warp {
        float: left;
        display: block;
        width: 600px;
        margin-left: 30px;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        margin-top: 50px;
    }
    .news-detail-tit {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 480px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .job-item-active {
        text-decoration: none !important;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff !important;
        border-radius: 30px;
        background-color: #043a7a;
    }
    .job-item {
        text-decoration: none !important;
        padding: 10px;
        font-size: 16px;
        color: #999999 !important;
    }
    .job-section {
        padding-top: 50px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 3em;
    }
    .job-mail {
        float: right;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 480px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
        padding-left: 15px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
        padding-left: 15px;
    }
    .aboutus-pic-space {
        margin-bottom: 30px;
    }
    .aboutus-office-img {
        width: 265px;
        height: 180px;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
    }
    .aboutus-office-img:hover {
        width: 265px;
        height: 180px;
        box-shadow: 1px 1px 20px #b0b0b0;
    }
    .aboutus-history-bg {
        width: 100%;
        height: 540px;
        display: block;
        background: url(../images/aboutus-history-bg.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 300px;
        display: block;
        background: url(../images/history-timeline-lg.png) center center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 50px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 360px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 50px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 0 4px 8px 4px;
    }
    /*aboutus end*/
}


/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/

@media (min-width: 768px) and (max-width: 991px) {
    .pro-warp {
        width: 1000px;
        margin: auto;
        display: block;
    }
    .pro-item {
        margin-top: 30px;
        width: 250px;
        border-right: 1px solid #666666;
        float: left;
        display: block;
        height: 476px;
        padding: 10px 0px 10px 15px;
    }
    .pro-item:last-child {
        border: 0px !important;
    }
    .pro-item-1 .pro-item-2 .pro-item-3 .pro-item-4 .pro-item-5 .pro-item-6 .pro-item-7 {
        display: block;
        padding: 0 30px
    }
    .pro-item-warp-txt {
        display: block;
        float: left;
        margin-left: 10px;
    }
    .pro-tit {
        display: block;
        width: 200px;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
    }
    .pro-txt {
        display: block;
        width: 178px;
        color: #fff;
        font-size: 13px;
        text-align: left;
        padding: 5px 0;
    }
    .pro-item-1,
    .pro-item-2,
    .pro-item-3,
    .pro-item-4,
    .pro-item-5,
    .pro-item-6,
    .pro-item-7 {
        padding-bottom: 10px;
        display: block;
        margin-bottom: 20px;
        float: left;
    }
    .pro-icon-1 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-1.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-2 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-2.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-3 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-3.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-4 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-4.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-5 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-5.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-6 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-6.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-7 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-7.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-layer {
        width: 100%;
        height: 550px;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
    }
    .navbar-right {
        margin-right: 20px !important;
    }
    .index_banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
    }
    .index_banner_text {
        margin-top: 130px;
        padding-left: 30px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 24px;
        color: #ffffff
    }
    .index_banner_text2 {
        font-size: 48px;
        color: #ffffff;
        font-weight: bold;
    }
    .index_banner_text3 {
        font-size: 18px;
        color: #ffffff
    }
    .index_banner_btn {
        margin-top: 30px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .s-tit {
        font-size: 40px;
        margin: 50px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 64px;
        height: 64px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 16px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 20px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 22px;
    }
    .s2-text-warp {
        padding-left: 20px;
        height: 300px;
        padding-top: 120px;
        text-align: left;
    }
    .s2-img {
        width: 90%;
    }
    .img-s3-left {
        width: 100%;
    }
    .img-s3-right {
        width: 100%;
        margin-top: 50px;
    }
    .s4-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s4-img {
        width: 100%;
    }
    .s5-text-warp {
        padding-left: 20px;
        height: 300px;
        padding-top: 40px;
        text-align: left
    }
    .s5-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s5-img {
        width: 100%;
    }
    .s6-img {
        width: 85%;
    }
    .s6-text-warp {
        height: 300px;
        padding-top: 20px;
        text-align: left
    }
    .s6-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 16px;
        color: #999
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: table;
        margin: 0 auto;
        width: 500px;
    }
    .s8-xs-box {
        display: none;
    }
    .s8-col {
        width: 161px;
        height: 322px;
        display: inline-table;
    }
    .s8-img {
        height: 161px;
        width: 161px;
    }
    .s8-warp-text {
        width: 161px;
        height: 161px;
        color: #fff;
        display: inline-table;
        padding-top: 65px;
    }
    .s8-warp-tit {
        font-size: 18px;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 30px 0 !important;
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 10px 0 !important;
    }
    .address-nowarp {
        padding: 10px 0 !important;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: center;
        display: block;
    }
    .address-txt-center {
        text-align: center;
        display: block;
    }
    .address-txt-right {
        text-align: center;
        display: block;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
    }
    .contact-warp {
        padding-top: 30px;
    }
    .contact-map {
        padding-top: 50px
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 20px;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .news-list:hover {
        box-shadow: 5px 5px 20px #0000002a
    }
    .news-tit {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin-top: 30px;
        text-align: center;
        text-decoration: none;
        transition: ease-in all 0.3s;
        float: right;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        float: left;
        display: block;
    }
    .news-list-img {
        width: 270px;
        height: 180px;
    }
    .news-list-text-warp {
        float: left;
        display: block;
        width: 400px;
        margin-left: 30px;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        margin-top: 50px;
    }
    .news-detail-tit {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .job-item-active {
        text-decoration: none !important;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff !important;
        border-radius: 30px;
        background-color: #043a7a;
    }
    .job-item {
        border-bottom: 0px solid #043A7A;
        text-decoration: none !important;
        padding: 10px;
        font-size: 16px;
        color: #999999 !important;
    }
    .job-section {
        padding-top: 50px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 3em;
    }
    .job-mail {
        float: right;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .aboutus-pic-space {
        margin-bottom: 30px;
    }
    .aboutus-office-img {
        width: 220px;
        height: auto;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
    }
    .aboutus-office-img:hover {
        width: 220px;
        height: auto;
        box-shadow: 1px 1px 20px #b0b0b0;
    }
    .aboutus-history-bg {
        width: 100%;
        height: 540px;
        display: block;
        background: url(../images/aboutus-history-bg.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 300px;
        display: block;
        background: url(../images/history-timeline-md.png) center center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 50px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 300px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 50px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 0px 5px 8px 5px;
    }
    .clients-logo img {
		box-sizing: border-box;
		vertical-align: middle;
        width: 100%;
        height: auto;
    }
    /*aboutus end*/
}


/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/

@media (min-width: 480px) and (max-width: 767px) {
    .pro-warp {
        width: 1000px;
        margin: auto;
        display: block;
        overscroll-behavior: contain
    }
    .pro-item {
        margin-top: 30px;
        width: 250px;
        border-right: 1px solid #666666;
        float: left;
        display: block;
        height: 476px;
        padding: 10px 0px 10px 15px;
    }
    .pro-item:last-child {
        border: 0px !important;
    }
    .pro-item-1 .pro-item-2 .pro-item-3 .pro-item-4 .pro-item-5 .pro-item-6 .pro-item-7 {
        display: block;
        padding: 0 30px
    }
    .pro-item-warp-txt {
        display: block;
        float: left;
        margin-left: 10px;
    }
    .pro-tit {
        display: block;
        width: 200px;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
    }
    .pro-txt {
        display: block;
        width: 178px;
        color: #fff;
        font-size: 13px;
        text-align: left;
        padding: 5px 0;
    }
    .pro-item-1,
    .pro-item-2,
    .pro-item-3,
    .pro-item-4,
    .pro-item-5,
    .pro-item-6,
    .pro-item-7 {
        padding-bottom: 10px;
        display: block;
        margin-bottom: 20px;
        float: left;
    }
    .pro-icon-1 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-1.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-2 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-2.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-3 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-3.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-4 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-4.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-5 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-5.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-6 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-6.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-7 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-7.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-layer {
        width: 100%;
        height: 550px;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
    }
    .navbar-right {
        margin-right: 0px !important;
    }
    .index_banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
    }
    .index_banner_text {
        margin-top: 110px;
        padding-left: 30px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 24px;
        color: #ffffff
    }
    .index_banner_text2 {
        font-size: 48px;
        color: #ffffff;
        font-weight: bold;
    }
    .index_banner_text3 {
        font-size: 18px;
        color: #ffffff
    }
    .index_banner_btn {
        margin-top: 30px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .s-tit {
        font-size: 40px;
        margin: 30px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 48px;
        height: 48px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 16px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 20px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 22px;
    }
    .s2-text-warp {
        padding-top: 50px;
        text-align: left;
    }
    .s2-img {
        width: 75%;
        padding-top: 30px;
    }
    .img-s3-left {
        width: 90%;
    }
    .img-s3-right {
        width: 50%;
        margin-top: 50px;
    }
    .s4-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s4-img {
        width: 75%;
    }
    .s5-text-warp {
        padding-left: 20px;
        padding-top: 40px;
        text-align: left
    }
    .s5-text {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .s5-img {
        width: 75%;
    }
    .s6-img {
        width: 75%;
    }
    .s6-text-warp {
        padding-top: 20px;
        text-align: left
    }
    .s6-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-text {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 16px;
        color: #999
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: table;
        margin: 0 auto;
        width: 500px;
    }
    .s8-xs-box {
        display: none;
    }
    .s8-col {
        width: 161px;
        height: 322px;
        display: inline-table;
    }
    .s8-img {
        height: 161px;
        width: 161px;
    }
    .s8-warp-text {
        width: 161px;
        height: 161px;
        color: #fff;
        display: inline-table;
        padding-top: 65px;
    }
    .s8-warp-tit {
        font-size: 18px;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 30px 0 !important;
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 10px 0 !important;
    }
    .address-nowarp {
        padding: 10px 0 !important;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: center;
        display: block;
    }
    .address-txt-center {
        text-align: center;
        display: block;
    }
    .address-txt-right {
        text-align: center;
        display: block;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
    }
    .contact-warp {
        padding-top: 60px;
    }
    .contact-map {
        padding-top: 50px
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
    }
    .contact-warp {
        padding-top: 60px;
    }
    .contact-map {
        padding-top: 50px
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 30px;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .news-list:hover {
        box-shadow: 5px 5px 20px #0000002a
    }
    .news-tit {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin-top: 30px;
        text-align: center;
        text-decoration: none;
        transition: ease-in all 0.3s;
        float: right;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        float: left;
        display: block;
    }
    .news-list-img {
        width: 270px;
        height: 180px;
    }
    .news-list-text-warp {
        float: left;
        display: block;
        width: 430px;
        margin-left: 30px;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        margin-top: 50px;
    }
    .news-detail-tit {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 400px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 50px;
        padding: 0 30px;
    }
    .job-item-active {
        border-bottom: 0px solid #043A7A;
        text-decoration: none !important;
        padding: 10px;
        font-weight: bold;
        font-size: 20px;
        color: #043A7A !important;
        border-bottom: 3px solid #043A7A;
    }
    .job-item {
        border-bottom: 0px solid #043A7A;
        text-decoration: none !important;
        padding: 10px;
        font-size: 20px;
        color: #999999 !important;
    }
    .job-section {
        padding-top: 50px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 3em;
    }
    .job-mail {
        float: right;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 32px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .aboutus-pic-space {
        margin-bottom: 0px;
    }
    .aboutus-office-img {
        width: 340px;
        height: auto;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
        margin-bottom: 30px;
    }
    .aboutus-history-bg {
        width: 100%;
        height: 540px;
        display: block;
        background: url(../images/aboutus-history-bg.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 300px;
        display: block;
        background: url(../images/history-timeline-md.png) center center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 50px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 280px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-size: 40px;
        color: #333;
        text-align: center;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 50px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 24px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 0px 10px 15px 10px;
		vertical-align: middle;
    }
    .clients-logo img {
		vertical-align: middle;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
    /*aboutus end*/
}


/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/

@media (max-width: 425px) {
    .pro-warp {
        width: 100%;
        height: 100vh;
        margin: 0px auto;
        display: block;
        overflow: scroll;
        padding: 0 20px;
        overscroll-behavior: contain;
    }
    .pro-item {
        width: auto;
        float: left;
        display: block;
        padding: 0px 15px;
    }
    .pro-item:last-child {
        border: 0px !important;
        width: auto;
        float: left;
        display: block;
        height: 297px;
    }
    .pro-item-1 .pro-item-2 .pro-item-3 .pro-item-4 .pro-item-5 .pro-item-6 .pro-item-7 {
        display: block;
        padding: 0 30px;
    }
    .pro-item-warp-txt {
        display: block;
        float: left;
        margin-left: 10px;
    }
    .pro-tit {
        display: block;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
    }
    .pro-txt {
        display: block;
        width: 178px;
        color: #fff;
        font-size: 13px;
        text-align: left;
        padding: 5px 0;
    }
    .pro-item-1,
    .pro-item-2,
    .pro-item-3,
    .pro-item-4,
    .pro-item-5,
    .pro-item-6,
    .pro-item-7 {
        display: block;
        margin-bottom: 10px;
        float: left;
    }
    .pro-icon-1 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-1.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-2 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-2.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-3 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-3.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-4 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-4.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-5 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-5.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-6 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-6.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-icon-7 {
        width: 24px;
        height: 24px;
        display: block;
        background: url(../images/pro-ico-7.svg) top center no-repeat;
        float: left;
        margin-top: 8px;
    }
    .pro-layer {
        width: 100%;
        height: 100vh;
        display: block;
        background-color: rgba(0, 0, 0, 1);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
    }
    .navbar-right {
        margin-right: 0px !important;
    }
    .index_banner_text {
        margin-top: 250px;
        padding-left: 0px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 22px;
        color: #ffffff;
        text-align: center;
    }
    .index_banner_text2 {
        font-size: 36px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }
    .index_banner_text3 {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    .index_banner_btn {
        margin: 100px auto 0 auto;
        width: 140px;
        height: 45px;
        line-height: 45px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .index_banner {
        width: 100%;
        height: 100vh;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
        background-position: 37% 0%;
    }
    .s-tit {
        font-size: 32px;
        margin: 40px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 48px;
        height: 48px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 16px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 20px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .s2-text-warp {
        text-align: left;
    }
    .s2-img {
        width: 75%;
    }
    .img-s3-left {
        width: 100%;
    }
    .img-s3-right {
        width: 75%;
        margin: 50px auto 0;
    }
    .s4-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s4-img {
        width: 95%;
    }
    .s5-text-warp {
        text-align: left
    }
    .s5-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s5-img {
        width: 75%;
    }
    .s6-img {
        width: 75%;
    }
    .s6-text-warp {
        padding-top: 20px;
        text-align: left
    }
    .s6-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 16px;
        color: #999
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: none;
    }
    .s8-li-warp {
        width: 161px;
        height: 322px;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .s8-xs-warp {
        height: 161px;
        width: 161px;
        display: block;
        padding-top: 50px;
    }
    .s8-xs-tit {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }
    .s8-xs-txt {
        font-size: 16px;
        color: #ffffff;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 20px 0 0 0 !important;
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .footer-space {
        padding-bottom: 20px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 10px 0 !important;
    }
    .address-nowarp {
        padding: 10px 0 !important;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: left;
        display: block;
        padding: 0 20px
    }
    .address-txt-center {
        text-align: center;
        display: block;
        padding: 0 10px
    }
    .address-txt-left span {
        padding: 5px 0 !important
    }
    .address-txt-right {
        display: block;
        text-align: center;
        margin: 10px;
    }
    .address-txt-left1,
    .address-txt-left2,
    .address-txt-left3 {
        width: 230px;
        display: block;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
        background-position: -420px 10px
    }
    .contact-warp {
        background: url(../images/contactus-map.png) center center no-repeat;
        background-size: 100%;
    }
    .contact-map {
        display: none;
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 90%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 10px;
        box-shadow: none;
    }
    .news-tit {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin: 30px auto 20px auto;
        text-decoration: none;
        transition: ease-in all 0.3s;
        padding-left: 10px;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .news-list-img {
        width: 100%;
        height: auto;
    }
    .news-list-text-warp {
        float: left;
        display: block;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        width: 90%;
        margin: 30px auto;
    }
    .news-detail-tit {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 14px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
        width: 85%;
        height: auto;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 40px;
        padding: 0 15px;
    }
    .job-item-active {
        text-decoration: none !important;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff !important;
        border-radius: 30px;
        background-color: #043a7a;
        display: block;
        text-align: center;
    }
    .job-item {
        border-bottom: 0px solid #043A7A;
        padding: 15px 20px;
        font-size: 16px;
        color: #999999 !important;
        text-align: center;
        display: block;
        border-radius: 30px;
    }
    .job-section {
        padding-top: 30px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 2em;
        margin-bottom: 30px;
        text-align: justify;
    }
    .job-mail {
        margin: auto;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 32px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 14px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .aboutus-pic-space {
        margin-bottom: 0px;
    }
    .aboutus-office-img {
        width: 340px;
        height: auto;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
        margin-bottom: 30px;
    }
    .aboutus-history-bg {
        width: 100%;
        height: 900px;
        display: block;
        background: url(../images/aboutus-history-xs-bg.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 900px;
        display: block;
        background: url(../images/history-timeline-xs.png) top center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 30px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 280px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-weight: bold;
        font-size: 32px;
        color: #333;
        text-align: center;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 30px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 0px 5px 15px 7px;
    }
    .clients-logo img {
		box-sizing: border-box;
		vertical-align: middle;
        width: 100%;
        height: auto;
    }
    /*aboutus end*/
}


/*在小于480  iphone6/7/8 像素的屏幕，微小屏幕，更低分辨率的手机*/

@media (max-width: 375px) {
    .pro-layer {
        width: 100%;
        height: 100vh;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
        overscroll-behavior: contain
    }
    .navbar-right {
        margin-right: 0px !important;
    }
    .index_banner_text {
        margin-top: 190px;
        padding-left: 0px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 22px;
        color: #ffffff;
        text-align: center;
    }
    .index_banner_text2 {
        font-size: 32px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }
    .index_banner_text3 {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    .index_banner_btn {
        margin: 100px auto 0 auto;
        width: 140px;
        height: 45px;
        line-height: 45px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .index_banner {
        width: 100%;
        height: 100vh;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
        background-position: 37% 0%;
    }
    .s-tit {
        font-size: 32px;
        margin: 30px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 48px;
        height: 48px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 16px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 20px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .s2-text-warp {
        text-align: left;
    }
    .s2-img {
        width: 75%;
    }
    .img-s3-left {
        width: 90%;
    }
    .img-s3-right {
        width: 75%;
        margin: 50px auto 0;
    }
    .s4-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s4-img {
        width: 95%;
    }
    .s5-text-warp {
        text-align: left
    }
    .s5-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s5-img {
        width: 75%;
    }
    .s6-img {
        width: 75%;
    }
    .s6-text-warp {
        padding-top: 20px;
        text-align: left
    }
    .s6-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-text {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 16px;
        color: #999
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: none;
    }
    .s8-li-warp {
        width: 161px;
        height: 322px;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .s8-xs-warp {
        height: 161px;
        width: 161px;
        display: block;
        padding-top: 50px;
    }
    .s8-xs-tit {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }
    .s8-xs-txt {
        font-size: 16px;
        color: #ffffff;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 20px 0 0 0 !important
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .footer-space {
        padding-bottom: 20px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 10px 0 !important;
    }
    .address-nowarp {
        padding: 10px 0 !important;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: left;
        display: block;
        padding: 0 20px
    }
    .address-txt-center {
        text-align: center;
        display: block;
        padding: 0 10px
    }
    .address-txt-left span {
        padding: 5px 0 !important
    }
    .address-txt-right {
        display: block;
        text-align: center;
        margin: 10px;
    }
    .address-txt-left1,
    .address-txt-left2,
    .address-txt-left3 {
        width: 230px;
        display: block;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
        background-position: -420px 10px
    }
    .contact-warp {
        background: url(../images/contactus-map.png) center center no-repeat;
        background-size: 100%;
    }
    .contact-map {
        display: none;
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 90%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 10px;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .news-list:hover {
        box-shadow: 5px 5px 20px #0000002a
    }
    .news-tit {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin: 30px auto 20px auto;
        text-decoration: none;
        transition: ease-in all 0.3s;
        padding-left: 10px;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .news-list-img {
        width: 100%;
        height: auto;
    }
    .news-list-text-warp {
        float: left;
        display: block;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        width: 90%;
        margin: 30px auto;
    }
    .news-detail-tit {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 14px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
        width: 85%;
        height: auto;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 40px;
        padding: 0 15px;
    }
    .job-item-active {
        text-decoration: none !important;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff !important;
        border-radius: 30px;
        background-color: #043a7a;
        display: block;
        text-align: center;
    }
    .job-item {
        border-bottom: 0px solid #043A7A;
        padding: 15px 20px;
        font-size: 16px;
        color: #999999 !important;
        text-align: center;
        display: block;
        border-radius: 30px;
    }
    .job-section {
        padding-top: 30px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        margin-bottom: 30px;
        text-align: justify;
    }
    .job-mail {
        margin: auto;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 32px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 14px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .aboutus-pic-space {
        margin-bottom: 0px;
    }
    .aboutus-office-img {
        width: 340px;
        height: auto;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
        margin-bottom: 30px;
    }
    .aboutus-history-bg {
        width: 100%;
        height: 900px;
        display: block;
        background: url(../images/aboutus-history-xs-bg.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 900px;
        display: block;
        background: url(../images/history-timeline-xs.png) top center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 30px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 280px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-size: 32px;
        color: #333;
        text-align: center;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 30px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 18px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 0px 10px 15px 10px;
    }
    .clients-logo img {
        width: 150px;
        height: auto;
    }
    /*aboutus end*/
}


/*在小于320 iphone5 像素的屏幕，微小屏幕，更低分辨率的手机*/

@media (max-width: 320px) {
    .pro-layer {
        width: 100%;
        height: 100vh;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 333;
        position: absolute;
        left: 0px;
        top: 70px;
        overscroll-behavior: contain
    }
    .navbar-right {
        margin-right: px !important;
    }
    .index_banner_text {
        margin-top: 190px;
        padding-left: 0px;
        color: #ffffff;
    }
    .index_banner_text1 {
        font-size: 22px;
        color: #ffffff;
        text-align: center;
    }
    .index_banner_text2 {
        font-size: 28px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }
    .index_banner_text3 {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    .index_banner_btn {
        margin: 50px auto;
        width: 140px;
        height: 45px;
        line-height: 45px;
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        border: 1px solid #ffffff;
        border-radius: 30px;
        background-color: transparent;
        transition: all 0.3s;
        text-decoration: none;
    }
    .index_banner_btn:hover {
        background-color: #ff9900;
        border: 1px solid #ff9900;
        color: #fff;
        text-decoration: none;
    }
    .index_banner_arrow {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
    }
    .index_banner {
        width: 100%;
        height: 100vh;
        display: block;
        background: url(../images/index_banner.jpg) no-repeat;
        background-size: cover;
        background-position: 37% 0%;
    }
    .s-tit {
        font-size: 26px;
        margin: 28px auto;
        font-weight: bold;
    }
    /* 小图标开始 */
    .s1-ico-warp {
        width: 48px;
        height: 48px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 10px auto;
    }
    .s1-text {
        font-size: 14px;
        color: #999
    }
    .s1-ico-1 {
        background-image: url(../images/s1-ico-1.svg);
    }
    .s1-ico-2 {
        background-image: url(../images/s1-ico-2.svg);
    }
    .s1-ico-3 {
        background-image: url(../images/s1-ico-3.svg);
    }
    .s1-ico-4 {
        background-image: url(../images/s1-ico-4.svg);
    }
    .s1-ico-5 {
        background-image: url(../images/s1-ico-5.svg);
    }
    .s1-ico-6 {
        background-image: url(../images/s1-ico-6.svg);
    }
    /* 小图标结束 */
    .def-padding {
        padding: 10px 0;
    }
    .container-bg {
        background: #F1F1F1;
    }
    .s2-text {
        font-size: 16px;
    }
    .s2-text-warp {
        text-align: left;
    }
    .s2-img {
        width: 90%;
    }
    .img-s3-left {
        width: 100%;
    }
    .img-s3-right {
        width: 75%;
        margin: 50px auto 0;
    }
    .s4-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s4-img {
        width: 95%;
    }
    .s5-text-warp {
        text-align: left
    }
    .s5-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s5-img {
        width: 100%;
    }
    .s6-img {
        width: 75%;
    }
    .s6-text-warp {
        padding-top: 20px;
        text-align: left
    }
    .s6-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .s7-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s7-icons {
        padding-bottom: 20px;
    }
    .s7-icons p {
        padding: 10px 0;
        font-size: 14px;
        color: #999
    }
    .s8-warp {
        margin: 0 !important;
    }
    .s8-box {
        display: none;
    }
    .s8-li-warp img {
        width: 140px;
        height: 140px;
    }
    .s8-li-warp {
        width: 140px;
        height: 280px;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .s8-xs-warp {
        height: 140px;
        width: 140px;
        display: block;
        padding-top: 50px;
    }
    .s8-xs-tit {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
    .s8-xs-txt {
        font-size: 14px;
        color: #ffffff;
    }
    .s8-warp-text-bg1 {
        background-color: #FA6F6F;
    }
    .s8-warp-text-bg2 {
        background-color: #D9AC66;
    }
    .s8-warp-text-bg3 {
        background-color: #3BDEAB;
    }
    .s8-warp-text-bg4 {
        background-color: #3DE1CD;
    }
    .s8-warp-text-bg5 {
        background-color: #D35F1E;
    }
    .s8-warp-text-bg6 {
        background-color: #3D82EF;
    }
    .footer {
        background-color: #2F2F2F;
        color: #999999;
        width: 100%;
    }
    .footer-warp {
        padding: 30px 0 10px 0 !important;
    }
    .footer img {
        float: left;
    }
    .footer-text {
        padding-left: 15px;
    }
    .footer-space {
        padding-bottom: 20px;
    }
    .address {
        background: #242424;
        color: #999999;
    }
    .address-warp {
        padding: 10px 0 !important;
    }
    .address-nowarp {
        padding: 10px 0 !important;
        white-space: nowrap;
    }
    .address p {
        float: left;
    }
    .address img {
        float: none;
        margin: 0 5px;
    }
    .address-text {
        font-size: 12px;
    }
    .address-text-fix {
        margin-top: 3px;
    }
    .address-txt-left {
        text-align: left;
        display: block;
        padding: 0 20px
    }
    .address-txt-center {
        text-align: center;
        display: block;
        padding: 0 10px
    }
    .address-txt-left span {
        padding: 5px 0 !important
    }
    .address-txt-right {
        display: block;
        text-align: center;
        margin: 10px;
    }
    .address-txt-left1,
    .address-txt-left2,
    .address-txt-left3 {
        width: 230px;
        display: block;
    }
    /*contact us begin*/
    .contact-banner {
        width: 100%;
        height: 280px;
        display: block;
        background: url(../images/contact-banner.jpg) center top no-repeat;
        background-size: cover;
        background-position: -420px 10px
    }
    .contact-warp {
        background: url(../images/contactus-map.png) center center no-repeat;
        background-size: 100%;
    }
    .contact-map {
        display: none;
    }
    .contact-txt {
        padding: 10px 0
    }
    .contact-txt h5 {
        color: #666666;
    }
    .contact-txt h3 {
        color: #333333;
        padding-left: 20px;
    }
    .contact-txt img {
        margin-bottom: 3px;
    }
    /*contact us end*/
    /*news begin*/
    .news-banner {
        width: 100%;
        height: 280px;
        display: block;
        background: url(../images/news-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .news-list {
        margin-top: 20px;
        width: 90%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        margin: 20px auto;
        display: block;
        padding: 10px;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .news-list:hover {
        box-shadow: 5px 5px 20px #0000002a
    }
    .news-tit {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        line-height: 150%;
    }
    .news-txt {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        position: relative;
    }
    .news-txt:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 5px;
        background-color: rgb(255, 255, 255);
    }
    .news-btn-detail {
        width: 98px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        display: block;
        background: #043A7A;
        margin: 30px auto 20px auto;
        text-decoration: none;
        transition: ease-in all 0.3s;
        padding-left: 10px;
    }
    .news-btn-detail:hover {
        color: #fff;
        background: #ff9900;
        text-decoration: none;
    }
    .news-list-img-warp {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .news-list-img {
        width: 100%;
        height: auto;
    }
    .news-list-text-warp {
        float: left;
        display: block;
    }
    /*news end*/
    /*news-detail begin*/
    .news-detail-warp {
        width: 90%;
        margin: 30px auto;
    }
    .news-detail-tit {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .news-detail-date {
        font-size: 14px;
        text-align: center;
        color: #999999;
        margin-bottom: 20px;
    }
    .news-detail-txt {
        font-size: 14px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .news-detail-img {
        margin-bottom: 30px;
        width: 85%;
        height: auto;
    }
    .line {
        height: 1px;
        background: #eaeaea;
        width: 100%;
        margin-bottom: 20px;
    }
    /*news-detail end*/
    /*job begin*/
    .job-banner {
        width: 100%;
        height: 280px;
        display: block;
        background: url(../images/job-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .job-warp {
        margin-top: 40px;
        padding: 0 15px;
    }
    .job-item-active {
        text-decoration: none !important;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff !important;
        border-radius: 30px;
        background-color: #043a7a;
        display: block;
        text-align: center;
    }
    .job-item {
        border-bottom: 0px solid #043A7A;
        padding: 15px 20px;
        font-size: 16px;
        color: #999999 !important;
        text-align: center;
        display: block;
        border-radius: 30px;
    }
    .job-section {
        padding-top: 30px;
    }
    .job-tit {
        font-size: 18px;
        font-weight: bold;
        color: #043A7A;
        padding: 20px 0;
    }
    .job-txt {
        font-size: 14px;
        color: #666666;
        line-height: 1.5em;
        margin-bottom: 30px;
        text-align: justify;
    }
    .job-mail {
        margin: auto;
        width: 260px;
        height: 50px;
        display: block;
        background-color: #043A7A;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
        transition: all 0.3s ease-in;
    }
    .job-mail:hover {
        background-color: #ff9900;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-decoration: none !important;
        border-radius: 30px;
    }
    .job-ico-mail {
        padding-left: 15px;
        padding-right: 5px;
    }
    /*job end*/
    /*aboutus begin*/
    .aboutus-banner {
        width: 100%;
        height: 300px;
        display: block;
        background: url(../images/aboutus-banner.jpg) no-repeat center;
        background-position: top;
        background-size: cover;
    }
    .aboutus-tit {
        font-size: 28px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-tit-en {
        font-size: 16px;
        color: #999;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .aboutus-warp {
        margin-top: 50px;
    }
    .aboutus-txt {
        font-size: 16px;
        line-height: 2em;
        color: #666666;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        text-indent: 2em;
    }
    .otyper-sh-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .otyper-gz-tit {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .aboutus-pic-space {
        margin-bottom: 0px;
    }
    .aboutus-office-img {
        width: 280px;
        height: auto;
        box-shadow: 0 0 0 #fff;
        transition: all 0.3s;
        margin-bottom: 30px;
    }
    .aboutus-history-bg {
        width: auto;
        height: 900px;
        display: block;
        background: url(../images/aboutus-history-xs-bg.jpg) top center no-repeat;
    }
    .aboutus-history-tit {
        color: #ffffff;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .aboutus-history-tit-en {
        font-size: 16px;
        color: #999;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .aboutus-history-img {
        width: auto;
        height: 900px;
        display: block;
        background: url(../images/history-timeline-xs2.png) top center no-repeat;
    }
    .aboutus-certifications-warp {
        padding-top: 30px;
    }
    .aboutus-certifications-tit {
        color: #333333;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    .aboutus-certification-tit-en {
        font-size: 16px;
        color: #999;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .aboutus-certifications-pic-space {
        padding: 20px 0 !important;
        display: block;
    }
    .aboutus-certifications-pic {
        max-width: 280px;
        height: auto;
    }
    .aboutus-certifications-txt {
        color: #333333;
        font-size: 14px;
    }
    .aboutus-clients-tit {
        font-size: 28px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }
    .aboutus-clients-bg {
        background: #f1f1f1;
        width: 100%;
        padding: 30px 0;
    }
    .aboutus-clients-tit-en {
        font-size: 16px;
        color: #999;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .clients-logo-warp {
        display: block;
        margin-bottom: 20px;
    }
    .clients-logo {
        float: left;
        padding: 0px 10px 15px 10px;
    }
    .clients-logo img {
        width: 125px;
        height: auto;
    }
    /*aboutus end*/
}