/* @font-face {
    font-family: "PingFang SC";
    src: url('/css/fonts/PingFangSCBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
html {
    font-size: 75px !important;
}

body {
    font-family: PingFang SC, Microsoft YaHei, 宋体, Times New Roman, Arial;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.navbar {
    /* display: flex;
    justify-content: space-between; */
}

.navbar-header {
    /* display: flex;
    justify-content: space-between; */
}

.navbar-toggle:hover {
    background: #292e3e !important;
}

#swiperTop {
    margin-top: 72px;
    width: 100%;
    height: 505px;
}

#swiperTop .swiper-slide img {
    width: 100%;
    height: 505px;
}

#swiperTop .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: #ddd;
}

#swiperTop .swiper-button-next,
.swiper-button-prev {
    color: #000;
}

#swiperTop .swiper-slide .carousel-caption {
    left: 13%;
    top: 30%;
    width: 35%;
}

#swiperTop .swiper-slide .carousel-caption h3 {
    font-size: 40px;
    text-align: left;
    margin-bottom: 20px;
}

#swiperTop .swiper-slide .carousel-caption p {
    font-size: 24px;
    text-align: left;
    letter-spacing: 2px;
}

#swiperTop .swiper-pagination-bullet {
    width: 45px;
    height: 6px;
    border-radius: 10px;
    background: #fff;
    opacity: 1;
}

#swiperTop .swiper-pagination-bullet-active {
    background: #4067ef;
    height: 6px;
}

.information li a {
    color: #414141;
}

@media screen and (min-width: 1200px) {
    .container {
        /* width: 1215px; */
    }

    .navbar .container {
        width: 1600px;
        display: flex;
        justify-content: space-between;
    }
}

.banner {
    margin-top: 72px;
    box-sizing: border-box;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 800;
    color: #fff;
}

.banner h4 {
    margin-left: 14%;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 24px;
}

.banner p {
    margin-left: 14%;
    font-size: 18px;
    color: #ddd;
    font-weight: bold;
}

/* 首页 */

.nav-rq {
    height: 72px;
    background: #282E3E;
}

.navbar .navbar-right .form-group {
    position: relative;
}

.navbar .navbar-nav li a {
    font-weight: bold;
    color: #000000;
}

.navbar .navbar-right .form-group {
    height: 72px;
    line-height: 50px;
}

.navbar .navbar-right .form-group .form-control {
    padding-left: 30px;
    height: 23px;
    border-radius: 10px;
}

.navbar .navbar-right .form-group .search-rq {
    position: absolute;
    left: 10px;
    top: 20px;
}

.navbar-brand {
    height: 72px;
    line-height: 40px;
}

.navbar-brand img {
    width: 170px;
    height: 48px;
}

.dropdown-guanyu button {
    font-weight: bold;
    color: #000000;
    border: none;
    height: 72px;
    line-height: 50px;
    background: #fff;
}

#bs-example-navbar-collapse-1 .navbar-nav {
    /* margin-left: 222px; */
}

#bs-example-navbar-collapse-1 .navbar-nav li {
    margin-right: 1px;
}

#bs-example-navbar-collapse-1 .navbar-nav li a {
    height: 72px;
    line-height: 42px;
    font-weight: 500;
    color: #FFFFFF;
}

#bs-example-navbar-collapse-1 .dropdown-toggle {
    background: #292e3e;
}

#bs-example-navbar-collapse-1 .dropdown-menu {
    background: #292e3e;
}

#bs-example-navbar-collapse-1 .dropdown-menu li {
    margin-top: 5px;
}

#bs-example-navbar-collapse-1 .dropdown-menu li a {
    height: 45px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
}

.navbar-default {
    border: none;
}

#bs-example-navbar-collapse-1 .navbar-nav li a.active,
#bs-example-navbar-collapse-1 .navbar-nav li a:hover {
    background: linear-gradient(to bottom, #252b3d, #354061);
    border-bottom: 2px solid #1371FF;
    color: #007CFB;

}

.navbar-toggle {
    margin-top: 18px;
}

.swiper {
    padding-top: 72px;
}

.module {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
    /* margin-top: 20px; */
    /* margin-bottom: 50px; */
    background: #2f3442;
}

.module .row_item {
    padding: 0 60px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.module .row_item2 {
    padding: 0 60px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.module h3 {
    font-weight: bold;
    color: #FFFFFF;

}

.module p {
    color: #999999;
}

.module .item {
    position: relative;
    height: 210px;
    padding: 20px 40px;
    background: #444955;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 50px;

}

.module .item img {
    position: absolute;
    top: -20%;
    left: 50%;
    width: 30%;
    transform: translateX(-50%);

}

.module .item .line {
    margin: 10px auto;
    width: 40px;
    height: 2px;
    background: #1371FF;
}

.module .module_box>p {
    margin-bottom: 20px;
}

.module .module_box .item p {
    color: #FFFFFF;
    text-align: left;
}

.module .module_box .title {
    margin-top: 40px;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: 10px;
}

.module .module_box .more {
    width: 126px;
    height: 37px;
    border: 2px solid #294CFF;
    line-height: 32px;
    margin: 0 auto;
}

.module .module_box .more a {
    text-decoration: none;
    color: #037EF3;
}

.advantage-home {
    padding: 60px 0;
    text-align: center;
}

.advantage-home h3 {
    font-weight: bold;
}

.advantage-home h5 {
    color: #999999;
    margin-bottom: 30px;
}

.advantage-home .item {
    position: relative;
    height: 196px;
    padding: 20px 20px;
    background: #eff4f9;
    border-radius: 6px;
    opacity: 1;

}

.advantage-home .item img {
    height: 40%;
}

.advantage-home .item .title2 {
    font-weight: bold;
    font-size: 16px;
}

.advantage-home .item .line {
    margin: 10px auto;
    width: 40px;
    height: 2px;
    background: #1371FF;
}

.advantage-home .item p {
    font-size: 12px;
}

.use_rq {
    padding: 50px 0;
    background: #F2F6F9;
    text-align: center;
}

.use_rq-small {
    display: none;
}

.use_rq h3 {
    font-weight: bold;
}

.use_rq h5 {
    color: #999999;
    margin-bottom: 30px;
}

.use_rq img {
    width: 100%;

}

.use_rq .use_item {
    height: 200px;
    margin-bottom: 30px;
    text-align: left;
    box-shadow: 0 2px 2px rgba(100, 100, 100, 0.05);
    transition: 0.3s all;
    overflow: hidden;
    padding: 0;
    margin: 0 1%;
    background: #f2f6f9;
    width: 23%;
    margin-bottom: 30px;
}

.use_rq .use_item:hover {
    transform: translateY(-8px);
    background: #f2f6f9;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
}

.use_rq .use_item img {
    width: 100%;
    height: 100%;

}

.use_rq .use_item div {
    padding-left: 30px;
    bottom: 0;
    height: 50px;
    width: 100%;
    transform: translateY(-100%);
    background-color: #00092D;
    opacity: 0.8;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}

.technology {
    padding-top: 50px;
    text-align: center;
    box-sizing: border-box;
    /* margin-top: 59px; */
    background: #242833;

}

.technology h3 {

    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.technology h5 {
    color: #999999;
    margin-bottom: 30px;
}

#swiperCenter {
    width: 100%;
    height: 300px;
}

#swiperCenter img {
    width: 100%;
    height: 300px;
}

#swiperCenter .swiper-caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 8%;
    top: 14%;
    width: 35%;
    text-align: left;
}

#swiperCenter .swiper-caption p {
    width: 100%;
    text-align: left;
    color: #ddd;
    line-height: 24px;
}

#swiperCenter .swiper-caption h3 {
    justify-content: flex-start;
}

#swiperCenter .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    opacity: 1;
}

#swiperCenter .swiper-pagination-bullet-active {
    background: #4067ef;
    height: 6px;
}

.technology .carousel-caption h3 {
    justify-content: flex-start;
}

.technology .carousel-caption p {
    width: 45%;
    text-align: left;
    color: #ddd;
    line-height: 24px;
}

.technology ul {
    /* margin: 0 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology ul li {
    cursor: pointer;
    text-align: center;
    width: 10%;
    height: 40px;
    margin: 0 30px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.technology ul .active {
    border-bottom: 2px solid #1371FF;
}



.information .more {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.information .more a {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #DEEBFF;
    border-radius: 13px;
    border: 1px solid #1371FF;
    font-size: 12px;
    color: #1371FF;
}

.information h3 {
    text-align: center;
    color: #000;
}

.information h5 {
    text-align: center;
    color: #999999;
}

.information li .text .right .content span {
    color: #3296f5;
    font-weight: 900;
}

.serve {
    margin-top: 60px;
    padding: 50px 0;
    text-align: center;
    box-sizing: border-box;
    /* margin-top: 59px; */
    background: #2f3442;
}

.serve h3 {
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.serve h5 {
    color: #999999;
    margin-bottom: 30px;
}

.serve .serve-box {
    width: 100%;
    background: #4a4f5b;
    display: flex;
}

.serve .serve-box .left {
    width: 60%;
    padding: 30px 60px;
    text-align: left;
}

.serve .serve-box .left h4 {
    font-weight: bold;
    color: #FFFFFF;
}

.serve .serve-box .left .line {
    margin: 30px 0;
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
}

.serve .serve-box .left p {
    color: #FFFFFF;
    line-height: 24px;
}

.serve .serve-box .left .video img {
    margin-top: 30px;
    float: right;
}

.serve .serve-box .right {
    width: 40%;
}

.serve .serve-box .right img {
    width: 100%;

}

.collect_rq {
    margin-top: 47px;
    height: 294px;
    background-repeat: no-repeat;
    background-size: 100% 294px;
    display: flex;
    align-items: center;

}

.collect_rq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.collect_rq ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 27px 0;

}

.collect_rq ul li .collect_item {
    height: 165px;
    padding: 27px 60px;
    background: rgba(0, 0, 0, 0.28);
}

.collect_rq ul li .collect_item2 {
    padding: 27px 60px;
}

.collect_rq ul li img {
    height: 52px;
}

.collect_rq ul li .num {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Segoe UI-Black Italic, Segoe UI;
    font-weight: normal;
    margin-top: 30px;
}

.works h3 {
    display: flex;
    justify-content: center;
    color: #414141;
    font-weight: bold;
    margin-top: 60px;
}

#carousel-example-generic2 {
    /* height: 200px; */
    margin-top: 20px;
}

#carousel-example-generic2 .carousel-inner .carousel-item {
    display: flex;
    justify-content: space-between;
}

#carousel-example-generic2 .carousel-inner .carousel-item li {
    margin-right: 10px;
    text-align: center;
    width: 23%;
    cursor: pointer;
}

#carousel-example-generic2 .carousel-inner .carousel-item li:nth-child(4) {
    margin-right: 0;
}

#carousel-example-generic2 .carousel-inner .carousel-item img {
    width: 100%;
}

.carousel-example-generic2 .carousel-inner .carousel-item li:last-child {
    margin-right: 0;
}

.works .more {
    display: flex;
    justify-content: center;
    width: 126px;
    height: 37px;
    border: 2px solid #294CFF;
    line-height: 32px;
    margin: 50px auto;
    margin-bottom: 0;
}

.works .more a {
    text-decoration: none;
    color: #387cf0;
}

.introductory {
    height: 570px;
    background: #F0F0F0;
}

.introductory h3 {
    display: flex;
    justify-content: center;
    color: #414141;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 30px;
}

.introductory .introductory_box {
    height: 378px;
    /* background: rgba(6, 13, 60, 0.74);
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.74); */
    border-radius: 0px 0px 0px 0px;
    position: relative;
    margin: 20px 0px;
}

.introductory .introductory_box img {
    width: 100%;
}

.introductory .introductory_box .md {
    padding-left: 0;
    padding-right: 0;
}

.introductory .introductory_box .particularsBTN {
    margin-top: 30px;
    width: 106px;
    height: 29px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #037EF3;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}

.introductory .introductory_box .particularsBTN a {
    text-decoration: none;
    color: #037EF3;
}

.introductory .introductory_box .md2 {
    padding: 0 70px;
}

.introductory .introductory_box .row_right {
    height: 378px;
    display: flex;
    justify-content: center;

}

.introductory .introductory_box .introductory_right {
    color: #000;
}

.introductory .introductory_box .introductory_right h3 {
    color: #000;
}

.introductory .introductory_box .introductory_right p {
    margin-top: 20px;
    height: 120px;
    font-size: 14px;
    line-height: 30px;
}

.culture_top {
    text-align: center;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture_top p {
    font-size: 40px;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    letter-spacing: 5px;
}

.culture_center_oneline {
    height: 357px;
    margin-top: 60px;
    margin: 0 60px;
}

.culture_center_oneline .row>div {
    font-size: 15px;
    height: 357px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.culture_center_oneline .oneline_img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
}

.culture_center_oneline .row>div p {
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #414141;
    line-height: 24px;
}

.culture_center_oneline .row>div p:nth-child(2) {
    margin: 30px 0;

}

.culture_center_oneline img {
    width: 100%;
}

.culture_center_oneline .more {
    width: 126px;
    height: 37px;
    border: 2px solid #294CFF;
    line-height: 32px;
    text-align: center;
}

.culture_center_oneline .more a {


    text-decoration: none;
    color: #037EF3;
}

.culture_rq {
    margin-top: 80px;
    margin-bottom: 80px;
}

.culture_rq h3 {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.culture_rq .more {
    width: 126px;
    height: 37px;
    border: 2px solid #294CFF;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    margin-top: 74px;
}

.culture_rq .more a {
    text-decoration: none;
    color: #037EF3;
}

.culture_rq ul li {
    position: relative;
    height: 309px;
    background-image: url(/images/AboutUs/302.png);
    background-repeat: no-repeat;

}

.culture_rq ul li>div {
    position: absolute;
    top: 36px;
    left: 82px;
    font-size: 20px;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #000000;
}

.culture_rq ul li>p {
    position: absolute;
    top: 140px;
    left: 45px;
    font-size: 20px;
    font-family: Segoe UI-Semibold, Segoe UI;
    font-weight: 600;
    color: #FFFFFF;
}

.partner {
    background: #FAFAFB;
    padding-bottom: 30px;

}

.partner h3 {
    margin-top: 0;
    padding-top: 50px;
}

.partner p {
    margin-bottom: 30px;
}

.partner h3,
.partner p {
    display: flex;
    justify-content: center;
}

.partner h3 {
    font-weight: bold;
}

.partner p {
    color: #8E8E8E;
}

.scroll-container {
    position: relative;
    overflow: hidden;
    /* 隐藏超出的部分 */
    white-space: nowrap;
}

.image-wrapper {
    animation: scroll 30s linear infinite;
    display: inline-flex;
    width: 2198px;
}

.image-wrapper2 {
    animation: scroll2 30s linear infinite;
    display: inline-flex;
    width: 1092px;
    transform: translateX(-100%)
}

.image-wrapper3 {
    animation: scroll2 30s linear infinite;
    display: inline-flex;
    width: 2206px;
    transform: translateX(-100%)
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}


/* 以下是左右侧模糊效果 */
.scroll-container:before,
.scroll-container:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    z-index: 2;
}

.scroll-container:before {
    left: -60px;
    box-shadow: 50px 0 15px rgba(255, 255, 255, 0.6);
}

.scroll-container:after {
    right: -60px;
    box-shadow: -50px 0 15px rgba(255, 255, 255, 0.6);
}

.culture_center_footer {
    height: 312px;
    background-image: url(/images/new/12.jpg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.culture_center_footer h3 {
    font-family: PingFang-SC-Heavy-, PingFang-SC-Heavy;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-size: 38px;
}

.culture_center_footer p {
    font-size: 25px;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    color: #FFFFFF;
}

.culture_center_footer .more {
    margin-top: 20px;
    width: 161px;
    height: 51px;
    background: #007CFB;
    border-radius: 36px 36px 36px 36px;
    opacity: 1;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
}

.culture_center_footer .more a {
    text-decoration: none;
    color: #fff;
}

#home_footer {
    /* height: 350px; */
}

#home_footer .top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #17191e;
}

#home_footer .top .line {
    margin: 0 50px;
    width: 1px;
    height: 120px;
    background: #C1C1C1;
    opacity: 0.5;
}

#home_footer .top .left h4 {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px;
    color: #F3F9FF;
}

#home_footer .top .left .tab {
    display: flex;
    justify-content: space-between;
}

#home_footer .top .left .tab li {
    margin-bottom: 12px;
}

#home_footer .top .left .tab li a {
    color: #C1C1C1;
}

#home_footer .top .center {
    margin-top: 20px;
    color: #FFFFFF;
}

#home_footer .center div {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

#home_footer .right {
    margin-top: 20px;
}

#home_footer .right img {
    width: 130px;
    height: 130px;
}

#home_footer .right p {
    margin-top: 10px;
    color: #C1C1C1;
}

#home_footer .bottom {
    height: 40px;
    background: #0e0e0f;
}

#home_footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_footer .bottom p {
    margin: 0;
    color: #7B7B7B;
}

#home_footer .bottom a {
    color: #7B7B7B;
}

#carousel-example-generic .item {
    background: no-repeat center center;
    background-size: 100% 100%;
}

#carousel-example-generic .item img {
    height: 202px;
}

@media screen and (min-width: 769px) {
    #carousel-example-generic .item {
        height: 505px;
    }

    .information {
        margin-top: 60px;
        background: #fff;
    }

    .information h3 {
        text-align: center;
        color: #000;
    }

    .information h5 {
        text-align: center;
        color: #999999;
    }

    .information .information-box {
        margin-top: 40px;
    }

    .information ul {
        margin-left: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .information ul li {
        text-align: left;
        width: 50%;
        height: 80px;
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
        display: flex;

        color: #9ba5aa;
    }

    .information li img {
        margin-right: 30px;
        width: 150px;
        height: 80px;
    }

    .information li h6 {
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #414141;
        font-weight: 700;
    }

    .information li a {
        cursor: pointer;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #414141;
        font-weight: 700;
    }

    .information li span {
        color: #1371FF;
        font-weight: 600;
    }
}

/* 平板 */
@media screen and (min-width:768px) and (max-width:991px) {
    .advantage-home .item {
        margin-bottom: 30px;
    }

    .technology ul {
        display: flex;
        flex-wrap: wrap;
    }

    .technology ul li {
        width: 14%;
        font-size: 14px;
        margin: 0 10px;
    }

    .technology ul li p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    #carousel-example-generic6 {
        margin-top: 10px;
    }

    #carousel-example-generic6 .carousel-inner img {
        height: 260px !important;
    }

    #carousel-example-generic6 .carousel-caption h3 {
        font-size: 14px;
    }

    #carousel-example-generic6 .carousel-caption p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .collect_rq {
        margin-top: 47px;
        height: 327px;
        padding: 10px;
        background-repeat: no-repeat;
    }

    .collect_rq ul li {
        padding: 15px 0;
    }

    .collect_rq ul li img {
        height: 30px;
    }

    .collect_rq ul li .collect_item {
        height: 100px;
        padding: 15px 45px;
        background: rgba(0, 0, 0, 0.28);
    }

    .collect_rq ul li .collect_item2 {
        padding: 15px 35px;
    }

    .collect_rq ul li .num {
        font-size: 14px;
        margin-top: 10px;
    }

    .works {
        height: 360px;
    }

    .introductory {
        height: 942px;
        padding-top: 5px;
    }

    .introductory .introductory_box {
        height: 120px;
        box-shadow: none
    }

    .introductory .introductory_box img {
        width: 100%;
    }

    .introductory .introductory_box .md2 {
        padding: 0 40px;
        width: 100%;
        background: rgba(6, 13, 60, 0.74);
        border-radius: 0px 0px 0px 0px;
    }

    .introductory .introductory_box .row_right {
        height: 228px;
    }

    .introductory .introductory_box .particularsBTN {
        display: none;
    }

    .introductory .introductory_box .introductory_right h3 {
        font-size: 18px;
    }

    .introductory .introductory_box .introductory_right p {
        font-size: 14px;
    }

    .introductory h3 {
        padding-top: 10px;
        margin-top: 30px;
    }

    .culture_center_oneline {
        height: 800px;
        margin: 0 0px;
        padding-top: 50px;

    }

    .culture_center_footer h3 {
        font-size: 28px;
    }

    #home_footer .top .line {
        margin: 0 20px;
    }

    #carousel-example-generic .carousel-inner .carousel-caption {
        width: 62%;
    }
}

/* 超小屏幕 */
@media screen and (max-width: 767px) {
    .banner {
        height: 200px;
    }

    .banner h4 {
        font-size: 22px;
    }

    .banner p {
        font-size: 14px;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar-collapse {
        z-index: 999;
        background: #2a2e3e;
    }

    /* .nav-rq {
        background: #ffffff;
    } */
    /* .navbar-nav  li {
        height: 40px!important;
        line-height: 40px!important;
    } */
    .navbar-nav li a {
        height: 50px !important;
        line-height: 25px !important;
    }

    #bs-example-navbar-collapse-1 .navbar-nav li a.active,
    #bs-example-navbar-collapse-1 .navbar-nav li a:hover {
        border-bottom: none;
    }

    #swiperTop {
        margin-top: 72px;
        width: 100%;
        height: 240px;
    }

    #swiperTop .swiper-slide img {
        width: 100%;
        height: 240px;
    }

    #swiperTop .swiper-slide .carousel-caption {
        top: 10%;
        width: 50%;
    }

    #swiperTop .swiper-slide .carousel-caption img {
        height: 240px;
    }

    #swiperTop .swiper-slide .carousel-caption h3 {
        font-size: 26px;
    }

    #swiperTop .swiper-slide .carousel-caption p {
        font-size: 14px;
    }

    .module {
        padding: 30px 0;
    }

    .module .row_item {
        padding: 0 0px;
        font-size: 12px;
    }

    .module .row_item>div {
        padding-right: 10px;
        padding-left: 10px;
    }

    .module .item {
        height: 200px;
    }

    .module .item img {
        top: -20%;
        left: 50%;
        width: 50%;
        transform: translateX(-50%);
    }

    .module .module_box .title {
        margin-top: 30px;
    }

    .module .row_item2 {
        height: 135px;
        padding: 10px 10px;
    }

    .module .item {
        padding: 20px 10px;
    }

    .module .item .title {
        font-size: 16px;
    }

    .advantage-home {
        padding: 30px 0;
    }

    .advantage-home .item {
        height: 300px;
        margin-bottom: 40px;
    }

    #gallery {
        width: 100%;
        height: 130px;
    }

    #gallery img {
        height: 130px;
    }

    #thumbs {
        width: 1000px;
        margin-top: 50px;
    }

    #thumbs .swiper-slide {
        opacity: 0.3;
    }

    #thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

    .use_rq {
        padding: 30px 0;
    }

    .use_rq-small {
        display: block;
    }

    .use_rq .use_item {
        height: 160px;
        margin-bottom: 20px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .use_rq .use_item>div {
        height: 40px;
        background-color: #00092D;
        color: #fff;
        line-height: 40px;
        font-size: 12px;
    }

    .use_rq .use_item img {
        width: 100%;
        height: 115px;
    }

    .technology {
        margin-top: 0px;
        /* height: 564px; */
        background: #2F3542;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 30px;
    }

    .technology ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .technology ul li {
        position: relative;
        margin-bottom: 4px;
        width: 100%;
        height: 120px;
        padding-left: 0;
        padding-right: 0;
    }

    .technology ul li img {
        width: 100%;
        height: 100%;
    }

    .technology ul li div {
        position: absolute;
        left: 15%;
        top: 45%;
        font-size: 16px;
        font-weight: 600;
    }

    .information {
        margin-top: 60px;

    }

    .information ul {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .information ul li {
        align-items: flex-start;
        margin: 0;
        padding: 0;
    }

    .information ul li img {
        width: 150px;
        height: 80px;
    }

    .information {
        margin-top: 0px;
        padding: 30px 0;
    }

    .information h6 {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

    .information ul li {
        padding: 15px 10px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px dashed #CCCCCC;
    }

    .information ul li:nth-child(1) {
        padding-top: 0;
    }

    .information ul li i {
        color: #3296f5;
        font-weight: 900;
        font-style: normal;
    }

    .information ul li img {
        width: 140px;
        height: 80px;
        margin-right: 15px;
    }

    .information ul li h6 {
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .information ul li h5 {
        font-size: 14px;
        font-weight: bold;
    }

    .information ul li span {
        font-size: 12px;
        color: #6C6B6B;
    }

    .information ul li p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .serve {
        margin-top: 0;
        padding: 30px 0;
    }

    .serve .serve-box {
        display: flex;
        flex-direction: column;
        color: #FFFFFF;
        background: #303442;
    }

    .serve .serve-box img {
        width: 100%;
    }

    .serve .serve-box .bottom {
        margin: 30px;
        text-align: center;
    }

    .serve .serve-box .bottom h4 {
        margin-bottom: 20px;
    }

    .serve .serve-box .bottom p {
        text-align: left;
        font-size: 12px;
    }

    .collect_rq {
        margin-top: 47px;
        height: 327px;
        padding: 10px;
        background-size: 100% 327px;
    }

    .collect_rq ul li img {
        height: 30px;
    }

    .collect_rq ul li .collect_item {
        height: 100px;
        padding: 15px 45px;
        background: rgba(0, 0, 0, 0.28);
    }

    .collect_rq ul li .collect_item2 {
        padding: 15px 35px;
    }

    .collect_rq ul li .num {
        font-size: 14px;
        margin-top: 10px;
    }

    #carousel-example-generic2 {
        height: 105px;
    }

    #carousel-example-generic2 .carousel-inner .carousel-item li {
        width: 50%;
    }

    #carousel-example-generic2 .carousel-inner .carousel-item li:nth-child(2) {
        margin-right: 0;
    }

    #carousel-example-generic2 .carousel-inner .carousel-item li img {
        width: 100%;
        height: 105px;
    }

    .works {
        height: 280px;
    }

    .introductory {
        height: 650px;
        padding-top: 5px;
    }

    .introductory .introductory_box {
        height: 120px;
        box-shadow: none
    }

    .introductory .introductory_box img {
        width: 100%;
    }

    .introductory .introductory_box .md2 {
        padding: 0 40px;
        width: 100%;
        /* background: rgba(6, 13, 60, 0.74); */
        border-radius: 0px 0px 0px 0px;
    }

    .introductory .introductory_box .row_right {
        height: 228px;
    }

    .introductory .introductory_box .particularsBTN {
        display: none;
    }

    .introductory .introductory_box .introductory_right h3 {
        font-size: 18px;
    }

    .introductory .introductory_box .introductory_right p {
        font-size: 14px;
    }

    .introductory h3 {
        padding-top: 10px;
        margin-top: 30px;
    }

    .culture_center_oneline {
        height: 550px;
        margin: 0 0px;
        padding-top: 50px;

    }

    .culture_center_oneline .oneline_img {
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-top: 0px;
    }

    .culture_center_oneline .row>div {
        display: block;
        height: 300px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .culture_rq ul li {
        height: 178px;
        background-image: url(/images/AboutUs/small/组-291.png);
    }

    .culture_rq ul li>div {
        top: 22px;
        left: 50px;
        font-size: 14px;
    }

    .culture_rq ul li>p {
        top: 97px;
        left: 20px;
        font-size: 12px;
    }

    .culture_rq .more {
        margin-top: 35px;
    }

    .partner {
        margin-top: 0px;
    }

    .partner .row>div {
        margin-top: 20px;
        height: 60px;
    }

    .culture_center_footer {
        height: 210px;
    }

    .culture_center_footer h1 {
        font-size: 20px;
    }

    .culture_center_footer p {
        font-size: 12px;
    }

    .culture_center_footer .more {
        margin-top: 20px;
        width: 100px;
        height: 28px;
        background: #007CFB;
        border-radius: 36px 36px 36px 36px;
        opacity: 1;
        text-align: center;
        line-height: 28px;
        font-size: 12px;
    }

    #home_footer {
        padding: 50px 0;
        padding-bottom: 0;
        background: #17191e;
    }

    #home_footer .top {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #ffffff;
    }

    #home_footer .top img {
        margin-bottom: 10px;
        width: 80px;
    }

    #home_footer .footer_row ul li {
        font-size: 12px;
    }

    #home_footer .footer_row ul li:nth-child(1) {
        font-size: 18px;
    }

    .navbar-nav-bottom {
        margin: 0 23px;
        /* margin-bottom: 80px; */
        margin-top: 30px;
        max-height: 1000px;
    }

    .navbar-nav-bottom li {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        border-bottom: 1px solid #313131;
    }

    .navbar-nav-bottom li .dropdown-menu {
        background: #17191e;
        padding: 0;
    }

    .navbar-nav-bottom li .dropdown-menu li {
        margin-bottom: 0;
    }

    .navbar-nav-bottom li .dropdown-menu li a {
        color: #ffffff;
    }

    #home_footer .bottom {
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        background: #17191e;
    }

    #home_footer .bottom p {
        font-size: 12px;
    }

    .dropdown-guanyu button {
        background: #fbf4f4;
        padding-left: 15px;
    }

    .dropdown-menu {
        top: -400%;
    }

    .swiper-slide {
        position: relative;
    }

    .slide-caption {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 1.0);
        color: #fff;
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    .use_rq .swiper-slide div {
        font-size: 14px;
    }

    #bs-example-navbar-collapse-1 {
        height: 100vh;
        max-height: 1600px;

    }

    .navbar-fixed-top .navbar-collapse {
        height: 100vh !important;
        max-height: 1600px;

    }

    .navbar-collapse {
        position: fixed;
        top: 72px;
        right: -80px;
        width: 100%;
        z-index: 1000;
    }

    .navbar-collapse.in {}

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;

    }

    .navbar-toggle .icon-close {
        color: #fff;
        font-size: 32px;
    }

    .navbar-toggle.collapsed .icon-close {
        display: none;
    }

    .navbar-toggle:not(.collapsed) .icon-close {
        display: block;
        color: #888888;
    }

    .navbar-toggle:not(.collapsed) {
        border: none;
        margin-top: 0;
    }

    .navbar-toggle:not(.collapsed) .icon-bar {
        display: none;
    }

    .culture_center_footer {
        background-size: cover;
    }

    .culture_center_footer h3 {
        font-size: 14px;
        font-weight: 500;
    }

    #swiperTop .swiper-pagination-bullet {
        width: 25px;
        height: 6px;
        border-radius: 10px;
        background: #fff;
        opacity: 0.9;
    }

    #swiperTop .swiper-pagination-bullet-active {
        background: #4067ef;
        height: 6px;
    }

    .btn-close {
        transform: translateX(100%) !important;
    }

    .btn-bar {
        transform: translateX(0) !important;
    }
}