html,
body {
    font-family: '微软雅黑';
}

/* ------------------------banner------------------------- */

.container-banner {
    width: 100%;
}

.container-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-content-nb{
    display: none;
}

/* --------------------------navbar------------------------ */

.container-navbar {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #e3e3e3;
}

.container-navbar>ul {
    width: 64%;
    margin-left: 18%;
    height: 70px;
    overflow: hidden;
}

.container-navbar>ul>ul>li {
    float: left;
}

.container-navbar>ul>ul {
    margin-left: -18px;
}

.container-navbar>ul>ul>li p {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    margin-top: 17px;
    margin-left: 18px;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.container-navbar>ul>ul>li p:hover {
    color: #ffffff;
    background-color: #426dd7;
}

.container-navbar>ul>div {
    float: right;
    font-size: 14px;
    color: #555555;
    margin-top: 26px;
}

.container-navbar>ul>div>img {
    vertical-align: top;
}

/* 触发效果 */

.navbar-active {
    color: #ffffff !important;
    background-color: #426dd7 !important;
}

.navbar-link a:hover {
    color: #426dd7;
}

/* ----------------------------container-qualit------------------------ */

.container-quality {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 70px;
}

.quality-title {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 20px;
}

.quality-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.quality-content-box {
    width: 100%;
}

.quality-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.quality-content-box>ul li {
    width: 49%;
    height: 340px;
    float: left;
    position: relative;
    overflow: hidden;
}

.quality-content-box>ul li:nth-child(2) {
    margin-left: 2%;
}

.quality-content-box>ul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.quality-content-box>ul li img:hover {
    transform: scale(1.1);
}

.quality-img {
    position: absolute;
    left: 50%;
    bottom: -40%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.quality-img h1 {
    font-size: 20px;
    color: #ffffff;
}

.quality-img h2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}

.quality-img h3 {
    font-size: 12px;
    color: #ffffff;
    margin-top: 40px;
}

.quality-img h3 a:hover {
    color: #426dd7;
}

.quality-content-box>ul li:hover .quality-img {
    -webkit-animation: makeup 1s ease-in-out both;
    -moz-animation: makeup 1s ease-in-out both;
    -ms-animation: makeup 1s ease-in-out both;
    animation: makeup 1s ease-in-out both;
}

/* ----------------------------container-serve------------------------ */

.container-serve {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 70px;
}

.container-serve>ul {
    width: 64%;
    margin-left: 18%;
}

.serve-img {
    width: 100%;
    overflow: hidden;
}

.serve-img>li {
    float: left;
}

.serve-img>li:nth-child(1) {
    width: 80%;
    height: 427px;
}

.serve-img-son {
    width: 100%;
}

.serve-img-son>li {
    width: 100%;
    height: 210px;
}

.serve-img-son-1 li {
    float: left;
    height: 210px;
}

.serve-img-son-1 li {
    float: left;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.serve-img-son-1 li img {
    width: 100%;
    height: 100%;
}

.serve-img-son-1 li:nth-child(1) {
    width: 60%;
}

.serve-img-son-1 li:nth-child(2) {
    width: 38.6%;
    margin-left: 7px;
}

.serve-img-son-2 {
    margin-top: 7px;
}

.serve-img-son-2 li {
    float: left;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.serve-img-son-2 li {
    float: left;
    height: 210px;
}

.serve-img-son-2 li img {
    width: 100%;
    height: 100%;
}

.serve-img-son-2 li:nth-child(1) {
    width: 40%;
}

.serve-img-son-2 li:nth-child(2) {
    width: 58.6%;
    margin-left: 7px;
}

.serve-img>li:nth-child(2) {
    width: 20%;
    height: 427px;
    position: relative;
    overflow: hidden;
}

.serve-img>li:nth-child(2) img {
    width: 100%;
    height: 100%;
}

.serve-words {
    width: 100%;
    margin-top: 14px;
    background-color: #ffffff;
}

.serve-words h4 {
    color: #2449a4;
    font-size: 24px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 3%;
}

.serve-words p {
    font-size: 14px;
    color: #555555;
    width: 90%;
    height: auto;
    padding-bottom: 30px;
    margin-left: 3%;
    line-height: 24px;
    margin-top: 16px;
    overflow: hidden;
}

/* 服务宗旨=遮罩 */

.img-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background-color: rgba(68, 92, 167, .7);
    opacity: 0;
}

.line-one {
    width: 60%;
    height: 1px;
    background-color: #ffffff;
    margin-left: 20%;
    /* left: 50%; */
    margin-top: 60px;
}

.line-two {
    width: 60%;
    height: 1px;
    background-color: #ffffff;
    margin-left: 20%;
    /* left: 50%; */
    margin-top: 60px;
}

.img-shade h4 {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 47%;
    top: 74%;
    background-image: url('/APP/Public/Home/images/serve/server-plus.png')
}

.serve-img-son-1 li h3 {
    position: absolute;
    width: 100%;
    font-size: 20px;
    text-align: center;
    top: 38%;
    color: #ffffff;
    z-index: 9;
}

.serve-img-son-1 li:hover .img-shade {
    opacity: 1;
}

.serve-img-son-1 li:hover .line-two {
    -webkit-animation: lineup .6s ease-in-out both;
    -moz-animation: lineup .6s ease-in-out both;
    -ms-animation: lineup .6s ease-in-out both;
    animation: lineup .6s ease-in-out both;
}

.serve-img-son-1 li:hover .line-one {
    -webkit-animation: linedown .6s ease-in-out both;
    -moz-animation: linedown .6s ease-in-out both;
    -ms-animation: linedown .6s ease-in-out both;
    animation: linedown .6s ease-in-out both;
}

.serve-img-son-2 li h3 {
    position: absolute;
    width: 100%;
    font-size: 20px;
    text-align: center;
    top: 38%;
    color: #ffffff;
    z-index: 9;
}

.serve-img-son-2 li:hover .img-shade {
    opacity: 1;
}

.serve-img-son-2 li:hover .line-two {
    -webkit-animation: lineup .6s ease-in-out both;
    -moz-animation: lineup .6s ease-in-out both;
    -ms-animation: lineup .6s ease-in-out both;
    animation: lineup .6s ease-in-out both;
}

.serve-img-son-2 li:hover .line-one {
    -webkit-animation: linedown .6s ease-in-out both;
    -moz-animation: linedown .6s ease-in-out both;
    -ms-animation: linedown .6s ease-in-out both;
    animation: linedown .6s ease-in-out both;
}

.line-one2 {
    width: 60%;
    height: 1px;
    background-color: #ffffff;
    margin-left: 20%;
    margin-top: 140px;
}

.line-two2 {
    width: 60%;
    height: 1px;
    background-color: #ffffff;
    margin-left: 20%;
    margin-top: 70px;
}

.serve-img>li:nth-child(2) h3 {
    position: absolute;
    width: 100%;
    font-size: 20px;
    text-align: center;
    top: 38%;
    color: #ffffff;
    z-index: 9;
}

.serve-img>li:nth-child(2):hover .img-shade {
    opacity: 1;
}

.serve-img>li:nth-child(2):hover .line-two2 {
    -webkit-animation: lineup .6s ease-in-out both;
    -moz-animation: lineup .6s ease-in-out both;
    -ms-animation: lineup .6s ease-in-out both;
    animation: lineup .6s ease-in-out both;
}

.serve-img>li:nth-child(2):hover .line-one2 {
    -webkit-animation: linedown .6s ease-in-out both;
    -moz-animation: linedown .6s ease-in-out both;
    -ms-animation: linedown .6s ease-in-out both;
    animation: linedown .6s ease-in-out both;
}

/* ----------------------------container-model------------------------ */

.container-model {
    width: 100%;
    height: 209px;
    text-align: center;
}

.container-model h2 {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    margin-top: 84px;
}

.container-model p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

/* ---------------------------container-question--------------------------------- */

.container-question {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.question-title {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 20px;
}

.question-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.question-content-box {
    width: 100%;
}

.question-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.swiper-container-one {
    width: 100%;
    position: relative;
}

.swiper-container-one>.swiper-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
#swiper-pagination{
    bottom: -40px;
}

.question-list li {
    float: left;
    width: 100%;
    margin-left: -3%;
}

.question-list li h4 {
    width: 47%;
    height: 56px;
    background-color: #fafafa;
    margin-top: 20px;
    float: left;
    margin-left: 3%;
}

.question-list li div {
    font-size: 18px;
    color: #ffffff;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background-color: #b9b9b9;
    float: left;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.question-list li h4:hover .list-qs {
    background-color: #2449a4;
}

.question-list li p {
    font-size: 14px;
    color: #333333;
    line-height: 56px;
    text-indent: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ---------------------------container-download--------------------------------- */

.container-download {
	display: none;
    width: 100%;
    padding-bottom: 70px;
    background-color: #f1f1f1;
}

.download-title {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 20px;
}

.download-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.download-navbar {
    width: 100%;
    /* height: 50px; */
}

.download-navbar ul {
    text-align: center;
    width: 74%;
    margin-left: 13%;
    overflow: hidden;
}

.download-navbar ul li {
    width:150px;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin: 10px 0 0 0;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    cursor: pointer;
}

.download-navbar ul li:hover {
    color: #ffffff;
    background-color: #0f307f;
}

.navbar-down-active {
    color: #ffffff !important;
    background-color: #0f307f !important;
}

.download-navbar ul li:nth-child(n+2) {
    margin-left: 4%;
}

.download-content-box {
    width: 100%;
    margin-top: 40px;
}

.download-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.swiper-container-two {
    width: 100%;
}

.download-list li {
    float: left;
    width: 48.5%;
    height: 120px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.download-list li:nth-child(2) {
    margin-left: 3%;
}

.download-list li h3 {
    font-size: 18px;
    color: #222222;
    margin-left: 30px;
    margin-top: 34px;
}

.download-list li p {
    font-size: 14px;
    color: #b3b3b3;
    margin-left: 30px;
    margin-top: 10px;
    width: 60%;
    height: 38px;
    overflow: hidden;
}

.download-list li img {
    position: absolute;
    right: 30px;
    top: 40px;
}

.swiper-control {
    width: 100%;
    height: 60px;
    text-align: center;
    overflow: hidden;
    margin-top: 36px;
    position: relative;
}

.swiper-control div {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.swiper-control div:hover {
    background-color: #0f307f;
}


.swiper-left {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: -34px;
}

.swiper-right {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: 34px;
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .quality-title>h4 {
        font-size: 28px;
        margin-top: 50px;
    }
    .quality-content-box>ul li {
        height: 310px;
    }
    .quality-img {
        bottom: -50%;
        transform: translate(-50%, -45%);
    }
    .serve-img-son-1 li h3 {
        font-size: 18px;
    }
    .container-model h2 {
        font-size: 28px;
    }
    .question-title>h4 {
        font-size: 28px;
    }
    .download-title>h4 {
        font-size: 28px;
    }
}

@media all and (max-width:1460px) {
    .quality-content-box>ul li {
        height: 288px;
    }
    .quality-img {
        bottom: -50%;
        transform: translate(-50%, -36%);
    }
    .quality-title>h4 {
        font-size: 26px
    }
    .container-model h2 {
        font-size: 26px;
    }
    .question-title>h4 {
        font-size: 26px;
    }
    .download-title>h4 {
        font-size: 26px;
    }
}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .quality-title>h4 {
        font-size: 24px;
    }
    .quality-content-box>ul li {
        height: 250px;
    }
    .quality-img {
        transform: translate(-50%, -20%);
    }
    .container-model h2 {
        font-size: 24px;
    }
    .question-title>h4 {
        font-size: 24px;
    }
    .download-title>h4 {
        font-size: 24px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {
    .quality-content-box>ul li {
        height: 186px;
    }
    .quality-img {
        transform: translate(-50%, 0%);
    }
    .serve-img-son-1 li {
        height: 180px;
    }
    .serve-img-son>li {
        height: 180px;
    }
    .serve-img>li:nth-child(2) {
        height: 397px;
    }
    .serve-img-son-1 li h3 {
        font-size: 14px;
    }
    .serve-img-son-2 li h3 {
        font-size: 14px;
    }
    .serve-img>li:nth-child(2) h3 {
        font-size: 14px;
    }
    .line-two {
        margin-top: 48px;
    }
    .line-two2 {
        margin-top: 46px;
    }
    .serve-words h4 {
        font-size: 20px;
        margin-top: 24px;
    }
    .container-model h2 {
        font-size: 20px;
    }
    .navbar-link{
        display: none;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner>img {
        height: 180px;
    }
    .container-navbar {
        height: auto;
    }
    .container-navbar>ul {
        width: 100%;
        margin-left: 0%;
        height: auto;
    }
    .container-navbar>ul>ul>li {
        float: left;
        width: 100%;
        height: 40px;
    }
    .container-navbar>ul>ul>li p {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 0px;
        margin-top: 0px;
        margin-left: 12px;
    }
    .quality-title {
        height: 82px;
    }
    .quality-title>h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .quality-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .quality-content-box>ul li {
        width: 100%;
        height: 182px;
        margin-top: 20px;
    }
    .quality-content-box>ul li:nth-child(2) {
        margin-left: 0%;
    }
    .container-quality {
        margin-bottom: 24px;
    }
    .container-serve>ul {
        width: 94%;
        margin-left: 3%;
    }
    .serve-img>li:nth-child(1) {
        width: 100%;
        height: 427px;
    }
    .serve-img-son-1 li:nth-child(1) {
        width: 66%;
    }
    .serve-img-son-1 li:nth-child(2) {
        width: 31.8%;
        margin-left: 7px;
    }
    .serve-img-son-2 li:nth-child(1) {
        width: 39.3%;
    }
    .serve-img-son-2 li {
        height: 110px;
    }
    .serve-img>li:nth-child(1) {
        height: auto;
        margin-bottom: 7px;
    }
    .img-shade h4 {
        left: 40%;
    }
    .serve-img>li:nth-child(2) {
        width: 100%;
        height: 140px;
        margin-top: -30px;
    }
    .serve-img>li:nth-child(2) img {
        width: 100%;
        height: auto;
    }
    .serve-img>li:nth-child(2) h3 {
        font-size: 18px;
    }
    .img-shade{
        display: none;
    }
    .serve-words p {
        font-size: 12px;
        height: 168px;
    }
    .container-serve {
        padding-bottom: 34px;
    }
    .container-model h2 {
        font-size: 14px;
        margin-top: 60px;
    }
    .container-model {
        height: 194px;
    }
    .question-title {
        height: 80px;
    }
    .question-title>h4 {
        font-size: 20px;
        margin-top: 34px;
    }
    .question-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .question-list li {
        float: left;
        width: 100%;
    }
    .download-title {
        height: 80px;
    }
    .download-title>h4 {
        font-size: 20px;
        margin-top: 32px;
    }
    .download-navbar ul li {
        width: 148px;
        font-size: 14px;
        line-height: 50px;
        border-radius: 5px;
        margin-top: 10px;
    }
    .download-navbar ul li:nth-child(n+2) {
        margin-left: 0%;
    }
    .download-navbar {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .question-list li h4 {
        width: 100%;
    }
    .download-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .download-list li h3 {
        font-size: 16px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .download-list li p {
        font-size: 12px;
        margin-left: 10px;
        width: 60%;
        height: 76px;
    }
    .download-list li img {
        right: 10px;
        top: 46px;
        width: 34px;
        height: 34px;
    }
    .container-download {
        padding-bottom: 16px;
    }
    .swiper-control {
        margin-top: 18px;
    }
    .serve-img-son>li {
        height: 140px;
    }
    .serve-img-son-1 li {
        height: 140px;
    }
    .download-navbar ul {
        text-align: center;
        width:94%;
        margin-left: 1.5%;
    }
    .download-navbar ul li{
        margin-left: 10px;
    }
    .download-navbar ul li:nth-child(n+2) {
        margin-left: 10px;
    }
    .quality-img h2 {
        display: none;
    }
    .quality-img {
        position: absolute;
        left: 50%;
        bottom: 18%;
        transform: translate(-50%, 0%);
        font-size: 20px;
    }

}


.swiper-container-one>.swiper-wrapper>.swiper-slide{
    margin-left:2px;
}








<!--0.00023698806762695-->