﻿html, body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #333;
}

/*设置最小宽度,大概适配一下手机*/
body {
    min-width: 1334px;
    font-family: "Microsoft YaHei";
}

.container {
    width: 1205px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 750px) {
    body {
        max-width: 750px;
        min-width: 375px;
        font-family: "Microsoft YaHei";
    }

    .container {
        width: 100%;
        min-width: 320px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
}

.family-light {
    font-family: "Microsoft YaHei UI Light";
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;


}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

.box {
    display: -webkit-flex; /* Safari */
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}

.box-left {
    display: -webkit-flex; /* Safari */
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.box-left .rightnews-tag {
    font-weight: normal;
    font-size: 14px;
}

.box-around {
    display: -webkit-flex; /* Safari */
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
}

.box-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}

.box-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    display: -ms-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-col {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box-col-betwen {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-col-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1
}

.item2 {
    flex: 2;
    -ms-flex: 2;
    -webkit-flex: 2
}

.item3 {
    flex: 3;
    -ms-flex: 3;
    -webkit-flex: 3
}

.item4 {
    flex: 4;
    -webkit-flex: 4
}

/*字体颜色*/
.c-white {
    color: #fff;
}

.c-white-gray {
    color: #ccc;
}

.c-dark {
    color: #999;
}

.c-666 {
    color: #666;
}

.c-gray {
    color: #999;
}

.c-blue {
    color: #2c98f3;
}

/*背景色*/
.bg-white {
    background-color: #fff;
}

.bg-white-gray {
    background-color: #f9f9f9;
}

.bg-black {
    background-color: #212324;
}

.bg-shili {
    background: url('../images/slbg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
}

.bg-cucci {
    background: url('../images/cucci.png') no-repeat center center;
    background-size: cover;
    width: 100%;
}

.bg-squre {
    background: url('../images/bg2.png') no-repeat center center;
    background-size: cover;
    width: 100%;
}

/*间距*/
.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.pd-top-10 {
    padding-top: 10px;
}

.pd-top-20 {
    padding-top: 20px;
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.pd-bottom-20 {
    padding-bottom: 20px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}

/*字体大小*/
.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-36 {
    font-size: 36px;
}

/*字体对齐*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*边框*/
.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #999;
}

.box-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*显示影藏*/
.show {
    display: block;
}

.hidden {
    display: none;
}

.transiton, .transiton * {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; /* Firefox 4 */
    -webkit-transition: all 0.3s linear; /* Safari 和 Chrome */
    -o-transition: all 0.3s linear; /* Opera */

}

.animated.delay-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated.delay-2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animated.delay-3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated.delay-4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

/*公共部分样式*/
.toMap {
    cursor: pointer;
}

/*顶部导航样式*/
nav {
    background-color: transparent;
    z-index: 99;
    height: 65px;
    padding-top: 18px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

nav:hover, nav.nav-show {
    background-color: #212324;
}

.nav-title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 50px;
}

.nav-title a {
    position: relative;
    color: #fff;
    margin-right: 25px;
}

.nav-title a:hover:after {
    content: "";
    width: 16px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari and Chrome */
}

.nav-title .active:after {
    content: "";
    width: 16px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari and Chrome */
}

.nav-phone {
    line-height: 20px;
    margin-top: -8px;
}

.nav-phone img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
}

/*侧边栏样式*/
aside {
    position: fixed;
    z-index: 5;
    right: 30px;
    top: 120px;
    padding: 0 10px;
    width: 158px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
    display: none;
}

aside img {
    vertical-align: middle;
}

aside .qrcode {
    width: 118px;
    height: 118px;
}

aside p {
    margin-bottom: 10px;
}

aside .to-top {
    cursor: pointer;
}

aside a {
    color: #2164d2;
    font-weight: bold;
}

.aside-tab {
    padding: 20px 0;
}

.aside-tab:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

/*底部链接*/
.footer-intro {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}

.footer-intro img {
    vertical-align: middle;
}

.footer-link {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.footer-link a {
    margin-right: 30px;
    color: #ccc;
    margin-bottom: 10px;
}

.footer-link_title {
    margin: 0 5px;
}

.footer-copy {
    padding: 25px 0;
}

/*优秀案例模块*/
.greatdemo .container {
    padding: 100px 5px;
    --swiper-pagination-color: #9193f1;
    overflow: hidden;
}

.greatdemo-swiper {
    width: 100%;
    height: 554px;
    position: relative;
}

.greatdemo .swiper-slide {
    padding: 40px;
}

.greatdemo .swiper-slide:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.greatdemo-indeximg {
    width: 450px;
    max-height: 480px;
    overflow: hidden;
    padding: 48px 20px 0;
}

.greatdemo-indeximg img {
    width: 100%;
}

.greatdemo-swiper h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.greatdemo-demoimg {
    height: 290px;
    max-width: 100%;
}

.greatdemo-intro {
    width: 595px;
}

.greatdemo .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -50px;
}

.greatdemo .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
}

.greatdemo .greatdemo-samllimg {
    width: 160px;
    height: 280px;
}

/*公司实力模块*/
.strength .container {
    /*width:1006px;*/
    margin: 0 auto;
    padding: 40px 0;
    line-height: 30px;
}

.strength-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 280px;
}

.strength-card > p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.strength-modaltext {
    position: absolute;
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.strength-swiper {
    position: relative;
    height: 227px;
    overflow: hidden;
    padding-left: 60px;
}

.strength-swiper img {
    height: 227px;
}

.strength .swiper-button-prev, .strength .swiper-button-next {
    z-index: 5;
}

.strength .swiper-button-prev:after, .strength .swiper-button-next:after {
    content: ''
}

.strength .swiper-slide {
    width: auto; /*根据内容调整宽度*/
}

.strength .marquee-container {
    position: relative;
    height: 227px;
    overflow: hidden;
}

.strength .marquee {
    height: 100%;
    width: 5600px;
    position: absolute;
    top: 0;
    left: 0;
    /*transition: all 1s;*/
}

.strength .marquee-container img {
    height: 100%;
    display: inline-block;
}

/*合作伙伴*/
.partner {
    padding-top: 60px;
    width: 100%;
}

.partner .item {
    margin: 70px 0;
}

.partner-container {
    width: 100%;
    overflow: hidden;
    height: 510px;
    position: relative;
    text-align: left;
}

.partner-marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 5820px;
    height: 100%;
}

.partner-marquee img {
    width: 2905px;
}

.btn-more {
    display: block;
    text-align: center;
    font-size: 20px;
    width: 221px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: url('../images/btnbg.png') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}

/*合作伙伴*/
.partner .partner-logo p {
    width: 220px;
    text-align: center;
    margin: 50px 0;
}

/*常见问题*/
.question {
    padding: 65px 0;
}

.question h2 {
    margin-bottom: 70px;
}

.question-card1 {
    background-color: #2383ee;
    z-index: 1;
}

.question-card2 {
    background-color: #239aee;
    z-index: 2;
}

.question-card3 {
    background-color: #39b3f9;
    z-index: 3;
}

.question-box {
    border-radius: 30px;
}

.question-card {
    padding: 45px 60px 20px 30px;
    color: #f9f9f9;
    position: relative;
    border-radius: 30px;
    min-height: 120px;
    position: relative;
    cursor: pointer;
    /*top:-60px;*/
}

.question-card:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 38px;
    background: url('../images/arrow.png') no-repeat center center;
    background-size: 100%;
    top: 40px;
    right: 30px;
}

.question-card h3 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.question-card p {
    line-height: 25px;
    display: none;
}

/*面包屑导航*/
.crumbs {
    font-size: 20px;
    color: #666;
    line-height: 30px;
}

.crumbs .crumbs-tag {
    color: #666;
}

.crumbs .crumbs-tag:hover {
    color: #2a86fc;
}

.crumbs span:not(:last-child), .crumbs .crumbs-tag:not(:last-child) {
    margin-right: 26px;
    position: relative;
}

.crumbs span:not(:last-child):after, .crumbs .crumbs-tag:not(:last-child):after {
    content: '';
    height: 30px;
    width: 28px;
    position: absolute;
    right: -28px;
    top: 0;
    background: url('../images/arrow.png') no-repeat center center;
    background-size: 10px;
}

/*公共样式的响应式处理*/
@media only screen  and (max-width: 750px) {
    .pcshow {
        display: none !important;
    }

    body {
        padding-top: 44px;
    }

    /*顶部导航*/
    .pc-nav {
        display: none;
        position: relative;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav .title {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

    nav {
        height: 44px;
        line-height: 44px;
        color: #fff;
        background-color: #212324;
        padding: 0 10px;
    }

    nav .logo {
        display: inline-block;
        width: 95px;
    }

    nav .logo img {
        width: 100%
    }

    nav .item {
        width: 150px;
        font-size: 18px;
        text-align: center;
    }

    .nav-control {
        width: 20px;
        display: inline-block;
    }

    .nav-control img {
        width: 100%;
        position: relative;
        top: 5px;
    }

    .nav-titlebox {
        width: 100%;
        position: absolute;
        z-index: 99;
        padding: 12px;
        height: 660px;
        overflow-y: auto;
        background-color: #212324;
        display: none;
        top: 44px;
        left: 0;
    }

    .nav-titlebox a {
        display: block;
        width: 100%;
        color: #73ddfb;
        padding: 5px 15px;
        background-color: #21282f;
        font-size: 18px;
        border-radius: 5px;
        margin: 10px auto;
    }

    /*影藏侧边栏移动端*/
    aside {
        display: none !important;
    }

    /*间距*/
    .mg-top-10 {
        margin-top: 5px;
    }

    .mg-top-20 {
        margin-top: 10px;
    }

    .mg-top-30 {
        margin-top: 15px;
    }

    .mg-top-40 {
        margin-top: 20px;
    }

    .mg-bottom-10 {
        margin-bottom: 5px;
    }

    .mg-bottom-15 {
        margin-bottom: 7px;
    }

    .mg-bottom-20 {
        margin-bottom: 10px;
    }

    .mg-bottom-30 {
        margin-bottom: 15px;
    }

    .mg-bottom-40 {
        margin-bottom: 20px;
    }

    .mg-bottom-50 {
        margin-bottom: 25px;
    }

    .pd-top-10 {
        padding-top: 5px;
    }

    .pd-top-20 {
        padding-top: 10px;
    }

    .pd-top-30 {
        padding-top: 15px;
    }

    .pd-top-40 {
        padding-top: 20px;
    }

    .pd-bottom-10 {
        padding-bottom: 5px;
    }

    .pd-bottom-20 {
        padding-bottom: 10px;
    }

    .pd-bottom-30 {
        padding-bottom: 15px;
    }

    .pd-bottom-40 {
        padding-bottom: 20px;
    }

    /*字体大小*/
    .font-bold {
        font-weight: bold;
    }

    .font-normal {
        font-weight: normal;
    }

    .font-12 {
        font-size: 10px;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-16 {
        font-size: 12px;
    }

    .font-18 {
        font-size: 14px;
    }

    .font-20 {
        font-size: 15px;
    }

    .font-24 {
        font-size: 14px;
    }

    .font-30 {
        font-size: 15px;
    }

    .font-36 {
        font-size: 18px;
    }

    /*底部导航栏*/
    footer .footer-intro {
        display: block;
        padding: 22px 0;
    }

    footer .footer-logo {
        width: 100px;
        margin-bottom: 25px;
    }

    footer .footer-addr_img {
        width: 10px;
        height: 10px;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

    .btn-more {
        display: block;
        text-align: center;
        font-size: 12px;
        width: 115px;
        height: 25px;
        line-height: 25px;
        color: #fff;
        background: url('../images/btnbg.png') no-repeat center center;
        background-size: cover;
        margin: 0 auto;
    }

    /*公司实力模块*/
    .strength .container {
        /*width:1006px;*/
        margin: 0 auto;
        padding: 25px 10px;
        line-height: 20px;
        color: #eee;
    }

    .strength-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        width: 48%;
    }

    .strength-card img {
        width: 100%
    }

    .strength-card > p {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .strength-modaltext {
        position: absolute;
        text-align: center;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .strength-swiper {
        position: relative;
        height: 115px;
        overflow: hidden;
        padding-left: 30px;
    }

    .strength-swiper img {
        height: 115px;
    }

    /*合作伙伴*/
    .partner {
        padding-top: 30px;
        width: 100%;
    }

    .partner .item {
        margin: 0;
    }

    .partner-container {
        width: 100%;
        overflow: hidden;
        height: 255px;
        position: relative;
        text-align: left;
    }

    .partner-marquee {
        position: absolute;
        top: 0;
        left: 0;
        width: 3000px;
        height: 100%;
    }

    .partner-marquee img {
        width: 1495px;
    }

    /*移动端常见问题*/
    .question {
        display: none;
    }

    /*移动端优秀案例模块*/
    .greatdemo .container {
        padding: 30px 10px 50px;
        --swiper-pagination-color: #9193f1;
        overflow: hidden;
    }

    .greatdemo-swiper {
        width: 100%;
        height: auto;
        position: relative;
    }

    .greatdemo .swiper-slide {
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .greatdemo-swiper h2 {
        font-size: 15px;
        margin-bottom: 20px;

    }

    .greatdemo-intro {
        width: 100%;
    }

    .greatdemo-intro .box {
        display: block;
    }

    .greatdemo .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -30px;
    }

    .greatdemo .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #fff;
    }

    .greatdemo .greatdemo-samllimg {
        width: 30%;
        margin-top: 10px;
        height: auto;
        margin-right: 5px;
    }

    .greatdemo-indeximg {
        display: none;
    }

}

@media only screen and (min-width: 750px) {
    .mobileshow {
        display: none !important;
    }

    .pc-nav {
        display: block;
    }

    .mobile-nav {
        display: none;
        position: relative;
    }

}

.pagination-container > span {
    display: none
}

.pagination-container .pagination {
    display: block;
    text-align: center;
}

.pagination-container .pagination li {
    margin: 0 2px;
    line-height: 50px;
    display: inline-block;
}

.pagination-container .pagination li.active span {
    background: #cfcfcf;
    border-radius: 5px !important;
}

.pagination-container .pagination li a,
.pagination-container .pagination li span {
    color: #333;
    height: 50px;
    padding: 0 10px;
    min-width: 50px;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

.pagination-container .pagination li a:hover {
    color: #fff;
    border: 1px solid #2a86fc;
    background-color: #2a86fc;
    border-radius: 5px !important;
}