body {
    position: relative;
    min-width: 1590px;
    background: #fff;
}


/* 导航 */

@media screen and (min-width: 768px) {
    .navbar .container {
        width: 1230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-right {
        margin-right: 230px;
    }
}

.sub-nav {
    color: #333;
}

.white {
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.hover-show .logo-title {
    color: #333;
}

.logo-title {
    margin-left: 5px;
}

.logo-cn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.logo-en {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.8px
}

.navbar {
    /* background-color: #fff; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, .1); */
    border: 0 none;
    cursor: pointer;
}

.navbar-default {
    background: transparent;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    background: transparent;
}


/* .navbar:hover {
    background: rgba(51, 51, 51, 0.3) !important;
} */


/* .navbar:hover .navbar-nav>li>a {
    color: #fff !important;
} */


/* .navbar:hover .navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
} */


/* .navbar:hover .navbar-nav>.active>a {
    color: #fff !important;
} */

.nav-mobile .nav-content {
    line-height: 40px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
}

.navbar-header {
    height: 72px;
}


/* .navbar-toggle {
    margin-top: 18px;
} */


/* .nav-mobile {
    margin-bottom: 0px;
} */


/* .navbar-collapse {
    border-top: 0 none;
} */


/* logo更换 */

.logo-show {
    height: 72px;
    /* padding-top: 12px; */
    /* line-height: 72px; */
}


/* @media screen and (min-width: 767px) {
    .navbar .container {
        width: 1170px;
    }
} */

.logo-show img {
    height: 48px;
}

.default-show {}

.default-show {
    /* display: block; */
}

.hover-show {
    display: none;
}


/* .navbar:hover .default-show {
    display: block !important;
} */


/* .navbar:hover .hover-show {
    display: none !important;
} */


/* 导航电话img更换 */

.hide-mobile {
    /* margin-top: 20px; */
    margin-left: 30px;
}

.mall-enter {
    font-size: 14px;
    color: #FF8800;
    line-height: 14px;
    margin-top: 9px;
    margin-bottom: 6px;
}

.mall-enter a {
    font-size: 14px;
    color: #FF8800 !important;
    line-height: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mall-enter a:hover {
    font-size: 16px;
}

.tel-content {
    padding: 3px 6px;
    font-size: 14px;
    color: #3E94F9;
    background: #fff;
}

.tel-num {
    padding: 2px 6px;
    margin-left: -5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}


/* .navbar:hover .tel-content {
    background: #fff !important;
    color: #4C86F4 !important;
} */


/* .navbar:hover .tel-num {
    color: #fff !important;
    border: 1px solid #fff !important;
} */

.tel-icon {
    margin-top: 6px;
    margin-right: 5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.hover-icon {
    display: none;
}


/* .navbar:hover .tel-icon {
    display: inline-block !important;
} */


/* .navbar:hover .hover-icon {
    display: none !important;
} */


/* 产品hover */


/* .pointer {
    position: absolute;
    bottom: -2px;
    left: 25px;
    display: none;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: -2px;
    left: 23px;
    display: none;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 14px solid #fff;
} */


/* .current-shadow {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .8));
} */


/* .product-btn:hover .pointer {
    display: block;
} */

.product-link {
    position: relative;
}

.product-btn:hover .product-link::after {
    display: block;
}

.product-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 26px;
    display: none;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 14px solid #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .8));
}

.product-hover {
    display: none;
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(51, 51, 51, 0.15);
}

.product-hover .container {
    margin-left: 43%;
}

.product-hover .col-md-3 {
    width: 160px;
    color: #005CC9;
    font-size: 14px;
    height: 100px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .product-link::after {
        bottom: -5px;
    }
    .resolve .product-link::after {
        bottom: -5px;
    }
}

@media screen and (max-width: 767px) {
    .product-btn:hover .product-link::after {
        display: none;
    }
    .resolve:hover .product-link::after {
        display: none;
    }
}

.product-hover .col-md-3 img {
    margin-top: 20px;
}

.product-btn:hover .product-hover {
    display: block;
    background: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .logo-show {
        float: left;
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    .navbar:hover {
        background: #FFFFFF !important;
    }
    .navbar-collapse {
        border-top: 0 none;
    }
    .navbar:hover .navbar-nav>.active>a {
        color: #333 !important;
    }
    .navbar:hover .navbar-nav>li>a {
        color: #333 !important;
    }
    .default-show {
        display: none !important;
    }
    .hover-show {
        display: flex !important;
    }
}

@media screen and (max-width: 991px) {
    .nav {
        padding-top: 8px;
    }
    .product-hover {
        top: 70px;
    }
}


/* banner文字 */

.banner {
    width: 100%;
    /* height: 620px; */
    margin-bottom: 90px;
}

.carousel {
    /* position: fixed;
    top: 0;
    left: 0; */
    /* height: 620px; */
    width: 100%;
}

.carousel-inner {
    /* height: 620px; */
    overflow: hidden;
}

.carousel-inner .item {
    /* position: relative; */
    width: 100%;
    cursor: pointer;
    /* height: 620px; */
}

.carousel-inner .item img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    /* height: 620px; */
}

.shadow {
    display: none;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators .active {
    vertical-align: middle;
    width: 32px;
    height: 6px;
    opacity: 1;
    background-color: #fff;
}

.carousel-indicators li {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 3px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 3px;
    cursor: pointer;
    /* background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); */
}

.banner-desc {
    position: absolute;
    top: 48%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 1230px;
}

.banner-desc h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    color: #FAFAFA;
    text-shadow: 0px 0px 13px rgba(157, 157, 157, 0.44);
}

.cn-desc {
    line-height: 36px;
    margin-top: 25px;
    text-shadow: 0px 0px 13px rgba(157, 157, 157, 0.44);
    font-size: 20px;
}

.en-desc {
    line-height: 20px;
    margin-top: 30px;
    font-size: 14px;
}


/* banner底部块块 */

#introduce {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -70px;
    /* margin-top: -50px; */
    z-index: 1;
    /* margin-bottom: 20px; */
}

.fadeInRight:hover .store-img {
    -ms-transform: scale(1.16, 1.16);
    /* IE 9 */
    -webkit-transform: scale(1.16, 1.16);
    /* Safari */
    transform: scale(1.16, 1.16);
    /* 标准语法 */
}

.module-cake:hover {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -8px;
}

#introduce .container .col-md-2 {
    width: 14.2%;
}

#introduce .container .fadeInRight-1 {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    #introduce .container {
        width: 1230px;
    }
    /* #introduce .container .row {
        width: 1200px;
    } */
}

@media screen and (max-width: 991px) {
    #introduce .container .col-md-2 {
        width: 16.6%;
        float: left;
    }
    #introduce .container .col-md-2 {
        width: 14.2%;
    }
    #introduce .container .col-md-6 {
        width: 50%;
        float: left;
    }
}

#introduce-mobile {
    display: none;
}

.store-info-3 {
    color: #707070;
    font-size: 14px;
    text-align: center;
}

.wow .store-img-3 {
    color: #4C86F4;
    font-size: 24px;
    text-align: center;
}

.img-time {
    font-size: 24px;
    font-weight: 400;
    color: #4C86F4;
    padding-top: 12px;
    margin-bottom: 5px;
}


/* .navbar:hover .navbar-nav>.active>a {
    background: transparent;
    color: #fff;
} */


/* .navbar:hover {
    background: #3E94F9;
    color: #fff;
} */


/* .navbar:hover .navbar-nav>li>a {
    color: #fff;
} */


/* .navbar:hover .logo {
    color: #fff;
    height: 72px;
} */

@media (min-width: 768px) and (max-width: 991px) {
    .product-hover .container {
        margin-left: 38%;
    }
    .product-hover .col-md-3 {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f8f8f8;
    }
    .product-btn:hover .pointer {
        display: none;
    }
    .product-btn:hover .product-hover {
        display: none;
    }
    .navbar:hover {
        background: transparent;
    }
    .navbar-default {
        background: #f8f8f8 !important;
    }
    .navbar-nav>li>a {
        color: #333 !important;
        background: #f8f8f8 !important;
    }
    .navbar:hover .default-show {
        display: block;
    }
    .navbar:hover .hover-show {
        display: none;
    }
    .hide-mobile {
        display: none !important;
    }
    .nav>li {
        height: 50px;
        border-top: 1px solid #e7e7e7;
    }
    .nav-mobile .nav-content {
        line-height: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-mobile {
        display: none !important;
    }
    .nav>li {
        height: 50px;
        border-top: 0 none;
        height: 70px;
    }
    .nav-mobile .nav-content {
        line-height: 27px;
    }
}


/* .img-info {
    position: absolute;
    left: 409px;
    top: 189px;
}

.img-info h2,
.img-info p {
    color: #fff;
}

.img-info p {
    padding-left: 10px;
} */

.fy-card-main {
    /* width: 1200px; */
    margin: 0 auto;
    background: #fff;
    height: 120px;
    box-shadow: 0px 0px 20px 0px rgba(37, 77, 203, 0.2);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.fy-card-main:hover {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -5px;
}

.create-time {
    display: none;
}

.create-time .col-md-6 {
    width: 25%;
}

@media screen and (max-width: 991px) {
    #introduce .create-time .col-md-6 {
        width: 25%;
        float: left;
    }
}

.login-time {
    display: none;
}

#introduce .login-time .col-md-2 {
    width: 16.6%;
}

.fault-time {
    display: none;
}

.fy {
    /* background: skyblue; */
    height: 120px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.store-img {
    /* width: 160px;
    height: 56px; */
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.store-info {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.create-img {
    height: 120px;
    line-height: 120px;
    padding-left: 50px;
}

.create-left {
    text-align: right;
    color: #707070;
    padding-right: 50px;
}

.create-right {
    text-align: left;
}

.standard-info {
    /* padding-top: 10px; */
    padding-top: 10px;
    margin: 0 auto;
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    background: #fff;
    /* padding-top: 40px; */
    padding-bottom: 90px;
    font-size: 14px;
    color: #707070;
}

.standard-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    background: #FFD15D;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width: 1200px) {
    .standard .container {
        width: 970px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .standard .container .row .col-md-4 {
        padding-left: 230px;
    }
}

@media screen and (max-width: 767px) {}

.partner {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-bottom: 50px;
}

.partner-title,
.partner-state {
    padding-top: 16px;
    font-size: 18px;
    height: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    text-align: center;
    margin-bottom: 53px;
}

.partner-title {
    height: 24px;
    font-size: 26px;
    color: #333333;
    margin-bottom: 16px;
}

.partner-module {
    min-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.module {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 620px;
    z-index: 10;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background: url("../image/bg_partner.png") no-repeat center bottom;
    /* margin-bottom: 50px; */
}

.module:hover {
    /* background: url("../image/bg_partner.png") no-repeat center bottom; */
    /* height: 620px; */
}

.module-cake {
    min-width: 224px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 27px 46px 0px rgba(0, 0, 0, 0.05);
    float: left;
    height: 620px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    /* Safari */
}


/* .module-cake:hover {
    height: 620px;
} */

.module-cake:hover .cake-content {
    /* display: block; */
}

.take {
    min-width: 20px;
    background: #fff;
    z-index: 30;
}

.module-cake {
    /* margin-right: 20px; */
}

.module-cake:last-child {
    margin-right: 0;
}

.cake-top {
    height: 72px;
    background: #FF6E71;
    padding-left: 15px;
    padding-top: 10px;
}

.cake-title {
    font-weight: 400;
    color: #FFFFFF;
    height: 18px;
    font-size: 18px;
}

.cake-en {
    height: 13px;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.4;
    margin-top: 3px;
}

.line {
    width: 54px;
    height: 2px;
    background: #FFFFFF;
    margin-top: 15px;
}

.serve {
    background: #FA9E00;
}

.teamwork {
    background: #3E94F9;
}

.mall {
    background: #00D2CF;
}

.deployment {
    background: #A697FF;
}

.cake-content {
    padding-top: 12px;
    width: 224px;
}

.key-point-img {
    width: 10px;
    height: 10px;
    border: 2px solid #0093FF;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 9.3px;
}

.key-point {
    padding-left: 16px;
    margin-bottom: 8px;
}

.key-point p {
    text-align: justify;
    width: 174px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-left: 14px;
}

.key-point .key-point-content {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    width: 168px;
    line-height: 25px;
}

.key-point .blue-content {
    color: #3E94F9;
    width: 160px;
    margin-top: 8px;
}

.content-img {
    position: absolute;
    width: 126px;
    height: 134px;
    bottom: 13px;
    left: 49px;
}

.key-point .client {
    margin-top: 0px;
}

.bubble {
    position: absolute;
    width: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #3E94F9;
    font-size: 14px;
    left: 4px;
    background: url("../image/bubble.png");
}

.medicine {
    left: 61px;
    bottom: 100px;
}

.real {
    left: 8px;
    bottom: 70px;
}

.finance {
    left: 30px;
    bottom: 10px;
}

.many {
    padding-top: 10px;
    line-height: 18px;
    left: 80px;
    bottom: 45px;
}

.food {
    padding-top: 8px;
    line-height: 18px;
    left: 120px;
    bottom: 8px;
}

.sinopec {
    left: 150px;
    bottom: 60px;
}

.high-tech {
    left: 140px;
    bottom: 130px;
}

.key-point .party {
    text-align: center;
}

.party-people {
    width: 122px;
    height: 143px;
    bottom: 13px;
    left: 51px;
}

.deploy-img {
    width: 123px;
    height: 121px;
    bottom: 13px;
    left: 55px;
}

.key-point .party-content {
    line-height: 20px;
}

.key-point .alignment {
    text-align: justify;
    /* line-height: 22px; */
}


/* .key-point .mall-mode {
    line-height: 18px;
} */

#bootstrap {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    z-index: 10;
    background: #fff;
}

.feature-title {
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 20px;
}

.product {
    font-size: 26px;
    color: #333333;
    margin-bottom: 16px;
}

.feature-img {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .feature-title {
        line-height: 24px;
    }
}

.step {
    height: 60px;
    margin-left: -40px;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    text-indent: 40px;
    cursor: pointer;
    padding-right: 15px;
}

.step:first-child {
    margin-top: 24px;
}

.step:last-child {
    margin-bottom: 20px;
}

.step-1 {
    color: #000000;
    font-size: 24px;
    margin-right: 49px;
    display: inline-block;
    vertical-align: middle;
}

.step:hover {
    background: linear-gradient(90deg, #328FF8, #61A6F3);
    border-radius: 10px;
    color: #fff;
}

.step:hover .step-1 {
    color: #fff;
}

@media screen and (max-width: 767px) {
    /* .step {
        font-size: 14px;
    }
    .step-1 {
        margin-right: 20px;
        margin-left: -20px;
    } */
}

@media (min-width: 992px) and (max-width: 1199px) {
    #bootstrap .style-img {
        /* height: 482px; */
        width: 600px;
    }
    #bootstrap .container {
        width: 1200px;
    }
    #bootstrap .container .col-md-6 {
        width: 600px !important;
    }
}

#supply {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #fff;
}

#super {
    position: relative;
    min-width: 1590px;
    height: 782px;
    /* background: url("../img/map.png") no-repeat center center; */
}

.super-info {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 782px;
}

.super-supply {
    padding-top: 50px;
}

#type-bround {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #fff;
}

#typeCase {
    height: 620px;
    background: url("../image/Layer.png") no-repeat center center;
    min-width: 1590px;
    position: relative;
    z-index: 10;
}

.type-case {
    margin-top: 28px;
    color: #FFFFFF;
    font-size: 26px;
    padding-left: 12px;
}

.type-case-title {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 16px;
    padding-left: 12px;
    margin-bottom: 40px;
}

.course {
    margin-bottom: 20px;
    cursor: pointer;
}

.bank {
    font-size: 18px;
}

.bank-title {
    line-height: 22px;
    font-size: 14px;
    color: #FFFFFF;
}

#cooperative {
    padding: 100px 0;
    position: relative;
    width: 100%;
    background: #fff;
}

.bank-line {
    margin-top: 104px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    width: 1202px;
    height: 281px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bank-line {
        height: 645px;
    }
}

@media screen and (max-width: 767px) {
    .bank-line {
        height: 965px;
    }
}

.gold-bank .col-md-2 {
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 200px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* Safari */
}

.gold-bank .col-md-2:hover {
    box-shadow: 0px 0px 20px 1px rgba(153, 153, 153, 0.2);
}

.gold-bank .col-md-2:hover img {
    -ms-transform: scale(1.15, 1.15);
    /* IE 9 */
    -webkit-transform: scale(1.15, 1.15);
    /* Safari */
    transform: scale(1.15, 1.15);
    /* 标准语法 */
}

.gold-title {
    margin-bottom: 48px;
}

.gold {
    padding: 20px 10px;
    /* background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(153, 153, 153, 0.2); */
}

#quality {
    padding-top: 5px;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 100px;
}

.quality-show {
    background: #FFFFFF;
    box-shadow: 0px 27px 46px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
    margin-bottom: 35px;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    /* Safari */
}

.quality-show:hover {
    -ms-transform: scale(1.06, 1.06);
    /* IE 9 */
    -webkit-transform: scale(1.06, 1.06);
    /* Safari */
    transform: scale(1.06, 1.06);
    /* 标准语法 */
}

.quality-show p {
    height: 40px;
    color: #333333;
    width: 165px;
    text-align: center;
    margin: 0 auto;
}

.relax {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #4397F9;
    text-align: center;
    height: 88px;
    line-height: 88px;
    font-weight: 500;
    color: #FAFAFA;
    text-shadow: 0px 0px 13px rgba(157, 157, 157, 0.44);
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    .relax {
        font-size: 20px;
    }
}

#footer {
    background: #303030;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 48px 10px;
    color: #DCDCDC;
    font-size: 14px;
    padding-bottom: 32px;
}

.footer-content .col-md-2 {
    margin-bottom: 30px;
    padding-left: 20px;
}

.footer-content .foot-sence {
    margin-left: -20px;
    margin-right: 20px;
}

.footer-content .col-md-4 {
    padding-left: 30px;
}

.footer-content h4 {
    font-size: 16px;
    color: #F8F8F8;
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    padding-top: 32px;
    text-align: center;
}

.footer-content p a {
    color: #DCDCDC;
}

.footer-bot p a {
    color: #DCDCDC;
}

@media screen and (min-width: 992px) {
    .footer-content .col-md-4 {
        padding-left: 10px;
        padding-right: 2px;
    }
}

@media screen and (max-width: 991px) {
    .footer-content .col-md-4 {
        padding-left: 20px;
    }
    .footer-content .foot-sence {
        margin-left: 0px;
    }
}


/* 证书适配 */

@media screen and (max-width: 991px) {
    .quality-show img,
    .quality-show p {
        margin: 0 auto;
    }
    .quality-show p {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .quality-show p {
        width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .quality-show img,
    .quality-show p {
        margin: 0 auto;
    }
    .quality-show p {
        width: 100%;
    }
}


/* 银行适配 */

@media (min-width: 768px) and (max-width: 991px) {
    .gold-bank .col-md-2 {
        width: 33.3%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .gold-bank .col-md-2 {
        width: 50%;
        float: left;
    }
}


/* 典型案例 */

.h5-img {
    position: absolute;
    left: 817px;
    top: 67px;
}

.select-img {
    width: 210px;
    height: 453px;
}

.securities,
.bank-guiyang,
.qh-mall,
.insurance,
.vienna,
.china-post,
.telecom,
.b-o-c {
    display: none;
}

.type-case-row .col-md-12 {
    width: 60%;
}

.type-case-row .col-md-12 .col-md-6 {
    width: 30%;
}

.type-case-row .col-md-12 .col-md-4 {
    min-height: 91px;
}

.current-select .course img {
    box-shadow: 1px 10px 15px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 991px) {
    /* #typeCase .type-case-row .col-md-12 {
        width: 80%;
    }
    #typeCase .row .col-md-12 .col-md-4 {
        width: 33.3%;
        float: left;
    }
    #typeCase {
        height: auto;
        min-width: 1590px;
        min-height: 620px;
    } */
}

@media screen and (max-width: 767px) {
    /* #typeCase .type-case-row .col-md-12 {
        width: 100%;
    } */
    #typeCase .row .col-md-12 .col-md-4 {
        /* width: 30%;
        float: left; */
        /* margin-left: 30px; */
    }
    /* #typeCase {
        height: auto;
        min-width: 0px;
    }
    .h5-img {
        display: none;
    } */
}


/* 超级供应链 */


/* 地图 */

.animated {
    /* animation-duration: 1s; */
    /*动画时间*/
    /* animation-fill-mode: both; */
    /*播放后的状态*/
}

.animated {
    /* animation-iteration-count: infinite; */
    /*动作循环的次数：infinite 无限循环*/
}

.animated {
    /* animation-duration: 2s; */
    /*动画时间*/
}

@keyframes container {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0, 0, 0);
        /*设置只在Z轴上移动*/
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -8px, 0);
    }
    90% {
        transform: translate3d(0, -2px, 0);
    }
}

.location {
    position: absolute;
    left: 114px;
    top: 348px;
    text-align: center;
    cursor: pointer;
}

.location:hover p img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.toponym {
    font-size: 12px;
    color: #333333;
    height: 12px;
    line-height: 16px;
}

.south-america {
    position: absolute;
    left: 232px;
    top: 500px;
    text-align: center;
    cursor: pointer;
}

.south-america:hover p img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.location-2 .toponym,
.location-1 .toponym,
.location .toponym,
.south-america .toponym,
.african .toponym,
.europe .toponym {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2px 8px;
}

.toponym-1 {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2px 8px;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
}

.african {
    position: absolute;
    left: 411px;
    top: 447px;
    text-align: center;
    cursor: pointer;
}

.african:hover p img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.europe {
    position: absolute;
    left: 425px;
    top: 330px;
    text-align: center;
    cursor: pointer;
}

.europe:hover p img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.location-1 {
    position: absolute;
    left: 660px;
    top: 530px;
    text-align: center;
    cursor: pointer;
}

.location-1:hover p img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.location-2 {
    position: absolute;
    left: 629px;
    top: 465px;
    text-align: center;
    cursor: pointer;
}

.location-2:hover p img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.location-3 {
    position: absolute;
    left: 713px;
    top: 383px;
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.location-3:hover img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.location-4 {
    position: absolute;
    left: 632px;
    top: 395px;
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.location-4:hover img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.location-5 {
    position: absolute;
    left: 653px;
    top: 425px;
    text-align: center;
    height: 20px;
    cursor: pointer;
}

.location-5:hover img {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}

.bond {
    background: #3E94F9;
    border-radius: 0px 0px 10px 0px;
    display: inline-block;
    position: absolute;
    width: 130px;
    height: 32px;
    text-align: center;
    left: 887px;
    padding: 0 6px;
    font-size: 16px;
    color: #FFFFFF;
    top: 184px;
}

.bond-1 {
    top: 444px;
}

.internal {
    position: absolute;
    left: 668px;
    top: 300px;
}

.internal span {
    width: 100px;
    height: 2px;
    background: #3E94F9;
    display: inline-block;
}

.internal-left {
    transform: rotate(315deg);
    -webkit-transform: rotate(315eg);
    -moz-transform: rotate(315deg);
    transform-origin: right;
}

.internal .internal-right {
    width: 150px;
    margin-left: -5px;
}

.warehouse {
    position: absolute;
    left: 670px;
    top: 520px;
}

.warehouse span {
    width: 120px;
    height: 2px;
    background: #3E94F9;
    display: inline-block;
}

.warehouse-left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45eg);
    -moz-transform: rotate(45deg);
    transform-origin: right;
}

.warehouse .warehouse-right {
    margin-left: -5px;
    width: 140px;
}

.area-dot {
    width: 6px;
    height: 6px;
    background: #FA5309;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.province-1 {
    position: absolute;
    top: 242px;
    left: 954px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-2 {
    position: absolute;
    top: 290px;
    left: 1018px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-3 {
    position: absolute;
    top: 321px;
    left: 1020px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-4 {
    position: absolute;
    top: 277px;
    left: 1042px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-5 {
    position: absolute;
    top: 224px;
    left: 1115px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-6 {
    position: absolute;
    top: 264px;
    left: 1080px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-7 {
    position: absolute;
    top: 292px;
    left: 1105px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-8 {
    position: absolute;
    top: 307px;
    left: 1082px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-9 {
    position: absolute;
    top: 320px;
    left: 1073px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-10 {
    position: absolute;
    top: 337px;
    left: 1121px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-11 {
    position: absolute;
    top: 360px;
    left: 1078px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-12 {
    position: absolute;
    top: 375px;
    left: 1092px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.province-13 {
    position: absolute;
    top: 375px;
    left: 1060px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.area-1 {
    position: absolute;
    top: 462px;
    left: 1026px;
    font-size: 12px;
    line-height: 16px;
}

.area-2 {
    position: absolute;
    top: 484px;
    left: 992px;
    font-size: 12px;
    line-height: 16px;
}

.area-3 {
    position: absolute;
    top: 510px;
    left: 998px;
    font-size: 12px;
    line-height: 16px;
}

.area-4 {
    position: absolute;
    top: 534px;
    left: 1012px;
    font-size: 12px;
    line-height: 16px;
}

.area-5 {
    position: absolute;
    top: 554px;
    left: 1022px;
    font-size: 12px;
    line-height: 16px;
}

.area-6 {
    position: absolute;
    top: 574px;
    left: 1014px;
    font-size: 12px;
    line-height: 16px;
}

.area-7 {
    position: absolute;
    top: 599px;
    left: 1011px;
    font-size: 12px;
    line-height: 16px;
}

.area-8 {
    position: absolute;
    top: 655px;
    left: 950px;
    font-size: 12px;
    line-height: 16px;
}

.area-9 {
    position: absolute;
    top: 633px;
    left: 961px;
    font-size: 12px;
    line-height: 16px;
}

.area-10 {
    position: absolute;
    top: 620px;
    left: 968px;
    font-size: 12px;
    line-height: 16px;
}

.area-11 {
    position: absolute;
    top: 625px;
    left: 976px;
    font-size: 12px;
    line-height: 16px;
}

.area-12 {
    position: absolute;
    top: 617px;
    left: 985px;
    font-size: 12px;
    line-height: 16px;
}

.area-13 {
    position: absolute;
    top: 620px;
    left: 995px;
    font-size: 12px;
    line-height: 16px;
}

.area-14 {
    position: absolute;
    top: 636px;
    left: 995px;
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* #super {
        min-height: 782px;
    } */
}

@media screen and (max-width: 767px) {
    /* #super {
        min-height: 240px;
        width: 100%;
        display: none;
        background-size: contain;
    } */
}


/* 合作模式 */

@media screen and (max-width: 767px) {
    /* .partner-module {
        min-width: 0px;
        width: 300px;
        margin: 0 auto;
        height: 1800px;
    }
    .module {
        min-width: 0px;
        height: auto;
        width: 300px;
        margin: 0 auto;
    }
    .module-cake {
        min-width: 0px;
        width: 224px;
        margin: 0 auto;
        height: 620px;
        margin-left: 38px;
        margin-top: 20px;
    }
    .take {
        height: 0;
    } */
}


/* banner 文字 */

@media (min-width: 992px) and (max-width: 1199px) {}

@media(max-width:991px) {}

@media(max-width:991px) {
    .banner {
        min-width: 1590px;
    }
}

.gold-title {
    padding-top: 100px;
}

#cooperative {
    width: 1212px;
    margin: 0 auto;
    margin-top: 48px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.gold {
    width: 202px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* Safari */
}

.gold img {
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* Safari */
}

.gold:hover img {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -5px;
}

.company-profile {
    width: 1200px;
    margin: 0 auto;
}

.company-info {
    padding-bottom: 100px;
}

.company-content {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.left-img {
    vertical-align: middle;
}

.news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.news li {
    float: left;
    width: 392px;
    min-height: 466px;
    margin-right: 12px;
    background: #FAFAFA;
    border-radius: 12px 12px 12px 12px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    /* Safari */
}

.news li:hover {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -5px;
}

.news-logo {
    height: 294px;
    border-radius: 12px 12px 0px 0px;
}

.news-info {
    margin-bottom: 8px;
}

.news-content p {
    line-height: 22px;
}

.news-content .news-info-1 {
    font-size: 18px;
    color: #333;
}

.news-logo img {
    border-radius: 12px 12px 0px 0px;
}

.news-logo-last {
    background: #397FE5;
    height: 294px;
    border-radius: 12px 12px 0px 0px;
}

.news li:last-child {
    margin-right: 0px;
}

.news-content {
    padding: 18px 28px 28px 15px;
}

.news-content h5 {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}

.news-content p {
    font-size: 14px;
    color: #999999;
}

.more-1 {
    margin-top: 24px;
    width: 280px;
    font-size: 16px;
    color: #666666;
}

.more-1 .more-info {
    width: 352px;
}

.more-2,
.more-3 {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
}

.more-2,
.more-3 {
    margin-top: 54px;
}

.more-content {
    color: #3E94F9;
}

.map {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.view {
    margin: 30px auto 100px;
    width: 160px;
    height: 44px;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* Safari */
}

.introduce-info {
    font-size: 26px;
}

.en-info {
    font-size: 18px;
    color: #666;
}

.view:hover {
    -ms-transform: scale(1.15, 1.15);
    /* IE 9 */
    -webkit-transform: scale(1.15, 1.15);
    /* Safari */
    transform: scale(1.15, 1.15);
    /* 标准语法 */
}

.view-more {
    font-size: 18px;
    line-height: 18px;
    color: #999999;
}

.honor {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.honor-content {
    width: 285px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 2px 36px 0px rgba(6, 0, 1, 0.03);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* Safari */
}

.honor-content:hover {
    box-shadow: 5px 5px 16px 0 rgba(0, 9, 76, 0.3);
    top: -5px;
}

.honor-content div {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 28px;
    color: #333;
}

.honor-content div p {
    margin-top: 6px;
}

.end {
    margin-right: 0;
}


/* @media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
} */

.type-case-1 {
    display: flex;
    width: 520px;
    flex-wrap: wrap;
}

.case-list {
    margin-right: 20px;
    margin-bottom: 20px;
}

.case-list:nth-child(3n) {
    margin-right: 0;
}

.typeCase {
    width: 1200px;
    margin: 0 auto;
    padding-top: 58px;
    position: relative;
}

.bank-brief {
    margin-top: 10px;
}

.vision {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    animation: actLeft 1s linear 0s;
    -webkit-animation: actLeft 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.active:hover .vision {
    animation: actRight 1s linear 0s;
}

.move-right {
    animation: actLeft 1s linear 0s;
    -webkit-animation: actLeft 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.active:hover .move-right {
    animation: actRight 1s linear 0s;
}

.vision-content {
    font-size: 32px;
    line-height: 32px;
    animation: actRight 1s linear 0s;
    -webkit-animation: actRight 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.active:hover .vision-content {
    animation: actLeft 1s linear 0s;
}

.move-left {
    animation: actRight 1s linear 0s;
    -webkit-animation: actRight 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.active:hover .move-left {
    animation: actLeft 1s linear 0s;
}

.vision-top {
    margin-top: 30px;
}

.en-desc {
    margin-top: 50px;
    animation: actLeft 1s linear 0s;
    -webkit-animation: actLeft 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.active:hover .en-desc {
    animation: actRight 1s linear 0s;
}

@keyframes actLeft {
    from {
        opacity: 0;
        left: 45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

@-webkit-keyframes actLeft
/* Safari 与 Chrome */

{
    from {
        opacity: 0;
        left: 45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

@keyframes actRight {
    from {
        opacity: 0;
        left: -45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

@-webkit-keyframes actRight
/* Safari 与 Chrome */

{
    from {
        opacity: 0;
        left: -45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}