/** Global classes**/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
body {
    font-family: "Microsoft Yahei", 微软雅黑, arial, 宋体, sans-serif;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    color: #4d4d4d;
}

a:hover {
    color: #525252;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4d4d4d;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}
em {
    font-style: normal;
}
img {
    max-width: 100%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus {
    outline: none;
}
input:focus,textarea:focus {
    outline: 1px solid #ff6537;;
}
.btn-orange {
    color: #ffffff;
    background: #ff6537;
}
.btn-orange:hover {
    background: #f97e5a;
}
#page_scroller {
    background: #e75524;
}
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) center no-repeat #fff;
}
/* 导航栏 */
.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: inherit;
    color: rgba(128, 128, 128, 1);
    text-transform: uppercase;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
}
.main-header .navbar-expand-lg .navbar-nav .active a {
    color: #e75524;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item span {
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 2px;
    background-color: #e75524;
    display: none;
}
.main-header .navbar-expand-lg .navbar-nav .active,
.main-header .navbar-expand-lg .navbar-nav a:hover {
    color: #e75524;
}
.main-header .navbar-expand-lg .navbar-nav .active span,
.main-header .navbar-expand-lg .navbar-nav a:hover + span {
    display: inline-block;
}
.main-header .navbar-expand-lg .navbar-nav .link-color:hover {
    background: transparent;
}

.main-header .navbar-expand-lg .user-account {
    padding: 30px 15px;
    font-size: 14px;
    font-weight: 600;
}

.main-header .navbar-expand-lg .user-account li {
    border: none;
    display: inline-block;
    font-size: 14px;
}
/* 轮播图 */
.swiper-container {
    height: 800px;
}
.swiper-slide.banner-one {
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-image: url("../images/banner1.jpg");
}
.swiper-slide.banner-two {
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-image: url("../images/banner2.jpg");
}
.swiper-slide .container {
    position: relative;
    margin: 0 auto;
}
.swiper-slide  .container .banner-wrap {
    position: absolute;
    top: 247px;
    left: 7px;
    width: 480px;
    color: #ffffff;
    
}
.swiper-slide  .container .banner-wrap .title {
    font-size: 68px;
    font-weight: 100;
}
.swiper-slide  .container .banner-wrap .desc {
    margin-top: 30px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 36px;
}
.swiper-slide  .container .banner-wrap .desc.part2 {
    width: 460px;
}
.swiper-slide  .container .banner-wrap .btn {
    margin-top: 40px;
    font-size: 16px;
    border: 3px 3px 3px 3px;
    width: 159px;
    height: 48px;
    line-height: 36px;
}
.swiper-button-next,.swiper-button-prev {
    color: #ffffff;
}
/* service */
.service {
    max-width: 1200px;
    margin-top: 80px;
}
.service .service-header {
    text-align: center;
}
.service .service-header .name {
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.service .service-header .desc {
    margin-top: 6px;
    color: rgb(185, 185, 185);
    font-size: 14px;
}
.service .row .item-cell {
    margin-top: 60px;
    text-align: center;
}
.service .row .item-cell .icon img {
    max-width: 100%;
}
.service .row .item-cell .name {
    margin-top: 30px;
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.service .row .item-cell .desc {
    margin-top: 10px;
    font-size: 14px;
    color: #909399;
}
/* build-up */
.build-up {
    min-height: 750px;
    background: url("../images/build-up-bg.jpg") repeat top, transparent;
    background-size: cover;
}
.build-up .container {
    padding-top: 130px;
    max-width: 1200px;
}
.build-up .container .part-left .name {
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.build-up .container .part-left .tip {
    padding-top: 8px;
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.build-up .container .part-left .desc {
    max-width: 350px;
    padding-top: 60px;
    font-size: 14px;
    line-height: 42px;
    color: rgb(153, 153, 153);
}
.build-up .container .part-right {
    position: relative;
}
.build-up .container .part-right .item-custom {
    width: 493px;
    height: 268px;
    position: absolute;
    top: -30px;
    background-image: url("../images/build-up-card-user.png");
    background-repeat: no-repeat;
    z-index: 3;
}
.build-up .container .part-right .item-custom .icon {
    position: absolute;
    top: 86px;
    left: 130px;
}
.build-up .container .part-right .item-custom .desc {
    position: absolute;
    top: 67px;
    right: 130px;
}
.build-up .container .part-right .item-custom .desc .number {
    font-size: 42px;
    color: rgb(255, 255, 255);
}
.build-up .container .part-right .item-custom .desc .tip {
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: initial;
}
.build-up .container .part-right .item-industry {
    width: 350px;
    height: 172px;
    position: absolute;
    right: 23px;
    top: 44px;
    background-image: url("../images/build-up-card.png");
    background-repeat: no-repeat;
    z-index: 1;
}
.build-up .container .part-right .item-industry .icon {
    position: absolute;
    top: 63px;
    left: 90px;
}
.build-up .container .part-right .item-industry .desc {
    position: absolute;
    top: 36px;
    right: 90px;
}
.build-up .container .part-right .item-industry .desc .number {
    font-size: 32px;
    color: rgb(255, 101, 55);
}
.build-up .container .part-right .item-industry .desc .tip {
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.build-up .container .part-right .opinions {
    left: 100px;
    top: 198px;
}
.build-up .container .part-right .plan {
    top: 198px;
}
/* advantage */
.advantage {
    min-height: 850px;
    background: url("../images/advantage-bg.jpg") repeat top, transparent;
    background-size: cover;
}
.advantage .container {
    max-width: 1200px;
    position: relative;
}
.advantage .container .part-left {
    position: relative;
}
.advantage .container .part-left .card-adv {
    width: 274px;
    height: 336px;
    position: absolute;
    top: 95px;
    left: 253px;
    background-image: url("../images/advantage-card-one.png");
    background-repeat: no-repeat;
    color: rgb(102, 102, 102);
    background-size: 100%;
}
.advantage .container .part-left .card-adv .text-name {
    position: absolute;
    top: 60px;
    left: 50px;
    font-size: 28px;
    color: rgba(89, 177, 253, 0.506);
}
.advantage .container .part-left .card-adv .name {
    position: absolute;
    top: 130px;
    left: 115px;
    font-size: 18px;
    line-height: 48px;
}
.advantage .container .part-left .card-adv .desc {
    position: absolute;
    width: calc(100% - 100px);
    top: 200px;
    left: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: rgb(153, 153, 153);
}
.advantage .container .part-left .item-team {
    top: 280px;
    left: 0;
    background-image: url("../images/advantage-card-two.png");
}
.advantage .container .part-left .card-adv.item-team .text-name {
    color: rgba(255, 170, 99, 0.498);
    left: 90px;
}
.advantage .container .part-left .item-service {
    top: 410px;
    background-image: url("../images/advantage-card-three.png");
}
.advantage .container .part-left .card-adv.item-service .text-name {
    color: rgba(96, 218, 227, 0.5);
    left: 75px;
}
.advantage .container .part-left .item-price {
    top: 280px;
    right: 20px;
    left: auto;
    background-image: url("../images/advantage-card-four.png");
}
.advantage .container .part-left .card-adv.item-price .text-name {
    color: rgba(119, 131, 236, 0.5);
    left: 93px;
}
.advantage .container .part-right {
    padding-top: 300px;
}
.advantage .container .part-right .name {
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.advantage .container .part-right .tip {
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.advantage .container .part-right .desc {
    padding-top: 50px;
    font-size: 14px;
    line-height: 36px;
    color: rgb(153, 153, 153);
}
/* scheme */
.scheme .scheme-header {
    margin-top: 122px;
    text-align: center;
}
.scheme .scheme-header .name {
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.scheme .scheme-header .tip {
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.scheme .container {
    margin-top: 52px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
.scheme .container .part-left,.scheme .container .part-right {
    width: 50%;
}
.scheme .container .part-right {
    margin-top: 70px;
    max-width: 500px;
}
.scheme .container .part-right .name {
    font-size: 18px;
    color: rgb(102, 102, 102);
}
.scheme .container .part-right .desc {
    margin-top: 55px;
    font-size: 14px;
    color: rgb(153, 153, 153);
}
.scheme .container .part-right .group {
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scheme .container .part-right .group .item-cell {
    flex: 1;
    text-align: center;
    border-right: 1px solid #EBEEF5;
}
.scheme .container .part-right .group .item-cell .text-name {
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.scheme .container .part-right .group .item-cell .text-tip {
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.scheme .container .part-right .group .item-cell:last-child {
    border: none;
}
/* mobile-scheme */
.mobile-scheme {
    margin-top: 100px;
}
.mobile-scheme .container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-scheme .container .part-left,.mobile-scheme .container .part-right {
    flex: 1;
}
.mobile-scheme .container .part-left {
    max-width: 510px;
}
.mobile-scheme .container .part-left .name {
    font-size: 18px;
    color: rgb(102, 102, 102);
}
.mobile-scheme .container .part-left .desc {
    margin-top: 50px;
    font-size: 14px;
    color: rgb(153, 153, 153);
}
.mobile-scheme .container .part-left .group {
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-scheme .container .part-left .group .item-cell {
    flex: 1;
    text-align: center;
    border-right: 1px solid #EBEEF5;
}
.mobile-scheme .container .part-left .group .item-cell .text-name {
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.mobile-scheme .container .part-left .group .item-cell .text-tip {
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.mobile-scheme .container .part-left .group .item-cell:last-child {
    border: none;
}

.mobile-scheme .container .part-right {
    text-align: right;
}
/* case */
.case {
    margin-top: 200px;
}
.case .case-header {
    text-align: center;
}
.case .case-header .name {
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.case .case-header .desc {
    margin-top: 8px;
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.case .container {
    margin-top: 70px;
}
/* footer */
.footer {
    margin-top: 150px;
    padding-top: 60px;
    background: rgba(44, 44, 44, 1);
}
.footer .partners .name {
    font-size: 14px;
    color: rgb(92, 92, 92);
}
.footer .footer-contact {
    margin-top: 40px;
}
.footer .footer-contact .footer-contact-right {
    font-size: 14px;
    color: rgb(92, 92, 92);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .copy-right {
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: center;
    color: rgb(92, 92, 92);
}
#page_scroller {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    background: #e75524;
    border-radius: 3px;
}
/* modal */
.modal-body .msg-form-input {
    display: flex;
}
.modal-body .msg-form-input input {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    height: 46px;
    line-height: 24px;
    padding: 10px;
}
.modal-body .msg-form-input input:first-child {
    margin-right: 10px;
}
.modal-body .msg-form-textarea textarea {
    width: 100%;
    height: 78px;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 10px;
    resize: none;
}
.modal-header,.modal-footer {
    border: none;
}
.modal-footer .btn {
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 960px){
    /* 手机端CSS代码 */
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px;
    }
    .main-header .navbar-expand-lg .navbar-nav .nav-item span {
        bottom: 0;
    }
    .swiper-container {
        height: 270px;
    }
    .swiper-slide  .container .banner-wrap {
        position: absolute;
        top: 57px;
        left: 50px;
        width: 210px;
        color: #ffffff;
    }
    .swiper-slide  .container .banner-wrap .title {
        font-size: 28px;
    }
    .swiper-slide  .container .banner-wrap .desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-slide  .container .banner-wrap .desc.part2 {
        width: 160px;
    }
    .swiper-slide  .container .banner-wrap .btn {
        margin-top: 10px;
        margin-left: 55px;
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 18px;
    }
    /* build */
    .build-up .container .part-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .build-up .container .part-right .item-custom {
        position: relative;
        margin-top: 30px;
        max-width: 100%;
        background-size: 100% 100%;
    }
    .build-up .container .part-right .item-custom .icon {
        top: 86px;
        left: 69px;
    }
    .build-up .container .part-right .item-custom .desc {
        top: 67px;
        right: 65px;
    }
    .build-up .container .part-right .item-industry {
        position: relative;
        max-width: 100%;
        top: -62px;
        right: 0;
        left: 0;
        background-size: 100% 100%;
    }
    /* advantage */
    .advantage .container {
        padding-top: 50px;
    }
    .advantage .container .part-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .advantage .container .part-left .card-adv {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .advantage .container .part-right {
        padding-top: 50px;
    }
    /* scheme */
    .scheme .container {
        flex-direction: column;
        align-items: center;
    }
    .scheme .container .part-left,.scheme .container .part-right {
        width: 100%;
    }
    /* mobile-scheme */
    .mobile-scheme .container {
        flex-direction: column;
    }
    .mobile-scheme .container .part-left .group {
        margin-top: 65px;
    }
    .mobile-scheme .container .part-left .group .item-cell .text-name {
        font-size: 14px;
    }
    .mobile-scheme .container .part-left .group .item-cell .text-tip {
        font-size: 12px;
    }
    .mobile-scheme .container .part-right {
        margin-top: 50px;
        text-align: center;
    }
    /* footer */
    .footer .footer-contact .footer-contact-right {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (min-width: 960px){
    /* 电脑端CSS代码 */
   
}