::selection { background:#303030; color:#1DD8D3;}
::-moz-selection { background:#303030;color:#1DD8D3; }
::-webkit-selection{background:#303030; color:#1DD8D3;}

.home-case .box {
    position: relative;
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
}


.home-case .box:hover:before {
    transform: scaleX(1);
    opacity: 1;
}


.home-case .box:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.home-case .box .imgBox {
    position: relative;
}

.home-case .box .imgBox img {
    width: 100%;
    transition: 0.5s;
}

.home-case .box:hover .imgBox img {
    opacity: .2;
    transform: scale(1.1);
}

.home-case .box .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.home-case .box .content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
}

.home-case .box .content h3 {
    margin: 0 0 10px;
    padding: 1rem 0 3rem;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    font-size: 0.9rem;
}

.home-case .box .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    font-size: 0.3rem;
}

.home-case .box:hover .content h2,
.home-case .box:hover .content h3,
.home-case .box:hover .content P {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


.partner-type .ico,
.equity .ico {
    font-size: 2.5rem;
}

.about-counter .counter .ico {
    font-size: 2.5rem;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 2rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.container .row .count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-3x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #00A2E9;
}


.product-section {
    position: relative;
    background-color: #343a40;
    background-size: cover
}

.product-wrapper {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.product-features .product-body {
    margin: 0px 25px
}

.product-features .product-body:after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(../images/about-glory/model.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0
}


.features-item {
    position: relative;
    float: left
}

.features-slide .features-item>* {
    text-align: center
}

.features-item h3 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 50px;
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.1s
}

.features-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background: url(../images/about-glory/dark.png) no-repeat;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 35px;
    z-index: 3
}

.features-item .features-info {
    display: block;
    margin: 0 auto;
    padding: 20px 53px;
    transition: all 0.3s;
    border-radius: 2px
}

.features-item .features-info .features-info-i {
    font-size: 14px;
    color: #A0A2A8;
    line-height: 22px;
    margin-bottom: 10px
}

.features-item .features-info .features-info-s {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    overflow: hidden
}

.features-item.dark i {
    background: url(../images/about-glory/dark.png) no-repeat;
    background-size: contain;
    background-position: right center
}

.features-item:hover h3 {
    font-size: 1.1rem;
    line-height: 28px;
    opacity: 0.9
}

.features-item:hover i {
    width: 75%;
    margin-left: 13px;
    background: url(../images/about-glory/hover.png) no-repeat;
    background-size: contain;
    background-position: right center
}


.product-features .swiper-button-prev {
    width: 30px;
    height: 40%;
    left: -15px;
    top: 60%;
    background: none
}

.product-features .swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(../images/about-glory/left.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px
}

.product-features .swiper-button-next {
    width: 30px;
    height: 40%;
    right: -15px;
    top: 60%;
    background: none
}

.product-features .swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(../images/about-glory/right.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px
}


.mission h3 {
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}

.mission p {
    color: #666;
}


.team-content {
    position: absolute;
    background-color: rgba(17, 24, 31, 0.8);
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.team-content h4,
.team-content div {
    margin: 0;
    padding: 0;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
}

.overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #11181f;
}

.team-img:hover .overlay {
    opacity: .8;
}

.team-img:hover .team-content {
    opacity: 0;
}

.text {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-26%, -26%);
    -ms-transform: translate(-26%, -26%);
    right: 0;
    font-weight: 400;
}


.symbol p {
    margin-bottom: 5px;
}


.contact .display-4 {
    font-size: 2rem;
}

.contact .title-p {
    line-height: 1.8;
    font-size: 0.9rem;
    font-weight: normal;
}

.contact-pp p {
    line-height: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.partner ul li {
    line-height: 2.5;
    cursor: pointer;
}

.partner ul li:hover {
    color: #007bff;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}


.switch input {
    display: none;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked+.slider {
    background-color: #444;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.team span {
    color: #3b9fe9;
}


@media screen and (min-width: 769px) {
    .contact .btn-primary {
        margin-top: 1rem;
    }
}


@media screen and (max-width: 768px) {
    .container-map {
        width: 100%;
        height: 250px;
    }

    .contact {
        z-index: 9999;
    }

    .partner-type .ico,
    .equity .ico {
        font-size: 2.5rem;
    }

    .about-counter .counter .ico {
        font-size: 2.5rem;
    }

    .count-title {
        font-size: 1.5rem;
    }


}

.box-part {
    background-color: #FFF;
    border-radius: 0;
    padding: 40px 10px;
    margin: 10px 0px;
}


.partner-type .bg-white:hover,
.partner-mission .border:hover,
.partner-advantage .border:hover,
.equity .box-part:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 0;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #343a40;
}

.btn-light {
    color: #343a40;
}


.btn-link {
    color: #777;
    background-color: transparent;
}

.btn-link:hover {
    color: #343a40;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    /* font-size: 0.9rem; */
    font-weight: 500;
}

.btn-link:focus,
.btn-link.focus {
    /* border-color: transparent; */
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #343a40;
    pointer-events: none;
}


.about .card {
    margin: 0 0.8rem;
}


.resources .card {
    border: 0;
    /* border: 1px solid #fff; */
}


.galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 1);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.galleryOverlay.visible {
    opacity: 1;
}

.gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}

.gallerySlider .placeholder {
    background: url(../images/preloader.gif) no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.gallerySlider .placeholder img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.prevArrow,
.nextArrow {
    border: none;
    text-decoration: none;
    background: url(../images/arrows.png) no-repeat;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
}

.prevArrow:hover,
.nextArrow:hover {
    opacity: 1;
}

.prevArrow {
    background-position: left top;
    left: 40px;
}

.nextArrow {
    background-position: right top;
    right: 40px;
}

.pagelimit {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -18px;
    color: #fff;
    font-size: 1.4rem;
}


#image-gallery .modal-footer {
    display: block;
}


.kong3,
.kong5 {
    margin-top: 3rem;
}

.kong2 {
    margin-top: 2rem;
}

.kong1 {
    margin-top: 1rem;
}

.clear {
    clear: both;
}

.gygc_a a {
    background: #B02A29;
    color: #fff;
    padding: 0.7rem 2rem;
    border-radius: .25rem;
}


.yewu_w {
    position: absolute;
    width: 100%;
    height: 2.8rem;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;

}

.yewu_w h6 {
    line-height: 2.8rem;
    color: #fff;
    font-weight: 400;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.about_an1 {
    width: 70%;
    height: auto;
    margin: 0 15%;
}

.about_an1 ul li {
    width: 16.666%;
    height: auto;
    float: left;
    text-align: center;
    list-style-type: none !important;
}

.btn-sr,
.btn-sr:hover {
    color: #fff;
    background-color: #B02A29;
    border-radius: 0.3rem;
    padding: .6rem 1rem;
}


.snew_xbox0 .col-9 p:nth-child(2) {
    margin-top: 0.5rem;
}

.snew_xbox:hover .col-3 {
    background: #B02A29;
    color: #fff !important;
}

.snew_xbox:hover .col-3 p {
    color: #fff !important;
}

.snew_xbox:hover .col-9 h6 {
    color: #B02A29;
    cursor: pointer;
}

.img_box,
.img_box img,
.yewu_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.snew_w {
    position: absolute;
    width: 100%;
    height: 2.5rem;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
}

.snew_w p {
    line-height: 2.5rem !important;
    cursor: pointer;
    color: #fff !important;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.wnew_time {
    margin-top: .5rem;
}

.wnew_time span {
    padding-left: 2px;
    color: #999;
    font-size: 0.875rem;
}

.wnew_time a {
    font-size: 0.875rem;
    color: #999;
}


.about_us p {
    padding-right: 2%;
}


.jq22-home-case {
    width: 100%;
    height: auto;
}

.zititi {
    text-align: right;
}

.cntl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.iim {
    width: 15%;
    height: auto;
    margin-right: 2.5%;
    margin-top: 2rem;
}

.iim2 {
    width: 15%;
    height: auto;
    margin-right: 0px;
    margin-top: 0px;
}

.iim img,
.iim2 img {
    border-radius: 50%;
}

.cntl-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cntl-bar {
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #B02A29;
    /*box-shadow: inset 0px 0px 7px -2px #000;*/
    opacity: 0.8;
}

.cntl-bar-fill {
    background-color: #B02A29;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;

}

.cntl-state {
    position: relative;
    width: 100%;
    min-height: 12.5rem;

}


.cntl-state::after {
    display: block;
    content: ' ';
    clear: both;
}

.cntl-icon {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: solid 3px #b02a29;
    box-shadow: 0px 0px 19px -9px #000;
    position: absolute;
    top: 0;
    text-align: center;

}

.cntl-icon2 {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: solid 3px #b02a29;
    box-shadow: 0px 0px 19px -9px #000;
    position: absolute;
    top: 0px;
    text-align: center;

}

.cntl-content {
    width: 30%;
    position: relative;
    margin-top: 3rem;
}

.cntl-content h4 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: .5rem;
    color: #343a40;
}

.cntl-content p {
    font-size: 0.875rem;
    line-height: 2rem;
    color: #343a40;
}

.cntl-bar-fill,
.cntl-content,
.cntl-image {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ac {
    font-size: 1rem;
}


@media (min-width: 315px) and (max-width: 576px) {
    .mission .col-12 {
        border-bottom: 1px solid #ddd;
    }

    .kong3,
    .kong2 {
        margin-top: 1rem;
    }

    .kong5 {
        margin-top: 2rem;
    }

    .kong1 {
        margin: 0;
    }

    .gygc_p p {
        line-height: 2rem !important;
        margin-top: -.5rem;
    }

    .carousel-indicators li {
        width: 20px;
        height: 2px;
    }

    .carousel-indicators {
        bottom: 0;
    }


    .yewu_w {
        height: 2.2rem;
    }

    .yewu_w h6 {
        line-height: 2.2rem;
    }

    .about_an1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .about_an1 ul li {
        width: 30%;
        line-height: 2rem;
        list-style-type: none !important;
    }

    .about_an1 ul {
        width: 100%;
        height: auto;
        list-style-type: none !important;
    }

    .btn-sr {
        color: #B02A29;
        background: none;
        padding: .6rem .6rem;
    }

    .about_an1 ul li:nth-child(4),
    .about_an1 ul li:nth-child(5),
    .about_an1 ul li:nth-child(6) {
        margin-bottom: 1rem;
    }

    .snew_daohang .nav-item {
        padding: 0;
    }

    .new_btn {
        border-radius: 0.25rem;
        padding: .5rem 0.8rem;
    }

    .kong {
        margin-top: 2rem !important;
    }

    .about_us p {
        padding-right: 0;
    }


    .iim {
        width: 30%;
    }

    .iim2 {
        width: 30%;
    }

    .cntl-content {
        width: 82%;
        margin-top: 1rem;
        margin-left: 15%;
    }

    .cntl-center {
        margin-right: 0;
        margin-left: 5%;
        left: 7px;
    }

    .cntl-icon,
    .cntl-icon2 {
        left: 0;
    }


    .cntl-content h4 {
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 0.6rem;
        color: #343a40;
        text-align: left;
    }

    .cntl-content p {
        font-size: 0.8rem;
        line-height: 1.5rem;
        color: #343a40;
        text-indent: 0em;
        text-align: justify;
    }

    .equipment .row .text-center p {
        text-align: center !important;
    }

    .box-shadow {
        box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        will-change: transform, box-shadow;
    }


}

.advantage-nav .row ul li {
    margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
    /* 案例间距 */
    /* .home-case .row>div{
        margin-top: 20px;
    } */
}

/*手机端轮播图*/
#mobile-carousel-wrapper {
    position: relative;
}

#mobile-carousel {
    padding: 0px;
}

#mobile-carousel img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.floater {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    left: 46%;
    margin-left: -12px;
    /*border: 1px solid black;*/
    /*border-bottom: none;*/
}

.floater a {
    /* background-color: white; */
    display: inline-block;
    padding: 15px;
    /*border: 1px solid black;*/
}

.floater a img {
    height: 30px;
    animation: mov 2s infinite;
}

@keyframes mov {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}