

.display-pc{
    display: block;
}
.display-mobile{
    display: none;
}

.padding-left-60{
    padding-left: 60px;
}
.padding-left-50{
    padding-left: 50px;
}
.padding-left-30{
    padding-left: 30px;
}
.padding-right-50{
    padding-right: 50px;
}
.padding-right-30{
    padding-right: 30px;
}

.total-title{
    text-align: center;
    font-size: 70px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 18%;
    left: 20%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.backdrop,.customer-case,.scheme-driving,.application-scenarios,.multi-terminal,.user-Port-Function,.driver-Port-Function,.manage-back-stage,.recent-news{
    width: 100%;
    /*background: #FFFFFF;*/
    position: relative;
}


.customer-case .container-fluid,.scheme-driving .container-fluid,.application-scenarios .container-fluid,.multi-terminal .container-fluid,.user-Port-Function .container-fluid,.driver-Port-Function .container-fluid,.manage-back-stage .container-fluid,.recent-news .container-fluid{
    max-width: 1140px;
    padding: 80px 15px;
    text-align: center;
}
/*.backdrop{*/
/*    background-image: url('../img_intercity/banner.png');*/
/*    width: 100%;*/
/*    height: 1081px;*/
/*    background-position: top;*/
/*    background-size: cover;*/
/*    margin-bottom: 100px;*/
/*}*/

.tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.backdrop .img_banner_m{
    display: none;
}
.backdrop .img_banner{
    width: 100%;
    display: block;
    position: relative;
}
.img_bg_01{
    display: none;
}

.img_background{
    width: 100%;
    display: block;
    position: absolute;
}

.backdrop .row{
    position: relative;
    top: -310px;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.backdrop .row .row-card{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #B4B4B4;
    border-radius: 20px;
}
.backdrop .row-card .row-card-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.margin-bottom{
    margin-bottom: 20px;
}
.backdrop .row .card-item{
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 359px;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 43px 60px;
    color: #666666;
}
.backdrop .row .card-item img{
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
}
.backdrop .row .card-item:hover{
    background: #FEB934;
    color: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(219, 144, 0, 0.71);
}
.backdrop .row .icon_default_money_h:hover img{
    content: url("../img/daijia/icon_select_money.png");
}
.backdrop .row .icon_default_operation_h:hover img{
    content: url("../img/daijia/icon_select_operation.png");
}
.backdrop .row .icon_default_promote_h:hover img{
    content: url("../img/daijia/icon_select_promote.png");
}
.backdrop .row .icon_default_marketing_h:hover img{
    content: url("../img/daijia/icon_select_marketing.png");
}
.cont-Industry:hover{
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}
.backdrop .row .card-item .cont-Industry{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont-Industry .cont-Industry-top{
    font-size: 18px;
    margin-bottom: 16px;
}
.card-item .cont-Industry-bom{
    color: #999999;
    font-size: 14px;
}
.card-item:hover  .cont-Industry-bom{
    color: #F2F5F7;
    font-size: 14px;
}

/*  建立线上城际客运系统-start */
.swiper-box{
    position: relative;
    top: -300px;
    height: 565px;
    margin-left: auto;
    margin-right: auto;
}
.multi-terminal .swiper-container {
    width: 100%;
    height: 100%;
    transition: 1s background-color 1.3s;
}
.multi-terminal .swiper-wrapper {
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.multi-terminal .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.multi-terminal .title {
    transition-delay: 1s;
    z-index: 10;
    position: relative;
    left: -20%;
    top: -30%;
}
.swiper-img-box-left{
    display: flex;
    justify-content: center;
    align-items: start;
    color: #FFFFFF;
}
.swiper-title-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    letter-spacing: 3px;
}
.swiper-img-box-left img{
    width: 50px;
    height: 50px;
    margin-right: 6px;
}
.swiper-title-left .content{
    width: 154px;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}
.multi-terminal .title h3 {
    font-weight: 700;
    font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
    letter-spacing: -1px;
    color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #fff;
}
.multi-terminal .img-box {
    width: 549px;
    height: 508px;
    position: absolute;
    transform: scale(0.6, 0.6);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
    bottom: 0px;
    right: 18%;
}
.multi-terminal .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2, 1.2) translateX(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
}
.multi-terminal .button-prev, .button-next {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: 140px;
    z-index: 10;
    top: 40vh;
    transform: translateY(-34px);
    cursor: pointer;
}
.multi-terminal .button-prev {
    left: 25vw;
}
.multi-terminal .button-next {
    left: 28vw;
}
.multi-terminal .button.disabled {
    opacity: 0.2;
    cursor: default;
}
#arrow-svg-home {
    transform: translateY(353px);
}
.multi-terminal .button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}
.multi-terminal svg {
    transition: 0.5s;
}
.multi-terminal .cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}
.multi-terminal .cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}
#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-29px, 17px);
}
#line {
    transition: 0.5s;
    stroke: #fff;
    transform: translate(25px, 20px);
}
.multi-terminal .button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}
.multi-terminal .button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}
.multi-terminal .button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}
.multi-terminal .button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}
.multi-terminal .button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 17px);
}
.multi-terminal .button:not(.disabled):hover #line {
    transform: translate(35px, 20px) scaleX(0.33);
}

.multi-terminal .img_circular1{
    display: block;
    position: absolute;
    top: 0;
    width: 358px;
    height: 366px;
}
.multi-terminal .container-fluid{
    position: relative;
    top: -310px;
}
.multi-terminal .container-fluid .tite{
    color: #FFFFFF;
}

/*  多端融合-end */

/* 应用场景 */

.application-scenarios .img_circular{
    display: block;
    position: absolute;
    width: 260px;
    height: 536px;
}
.application-scenarios .container-fluid{
    padding-top: 0;
}
.application-scenarios .swiper2 {
    position: relative;
    width: 100%;
    height: 500px;
}
.application-scenarios .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 35.5%;
    right: auto;
}
.application-scenarios .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    left: auto;
    right: 37%;
}
.application-scenarios .swiper-button-prev img, .swiper-container-rtl .swiper-button-next img{
    width: 60px;
    height: 60px;
}
.application-scenarios .swiper-button-next img, .swiper-container-rtl .swiper-button-prev img{
    width: 60px;
    height: 60px;
}
.application-scenarios .swiper-button-next,.application-scenarios .swiper-button-prev{
    top: 92%;
}
.application-scenarios .swiper-slide {
    width: 288px;
    height: 384px;
    background: #F2F5F7;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.application-scenarios .swiper-slide-active,.swiper-slide-duplicate-active{
    width: 365px;
    height: 486px;
    transform: scale(1);
    background: linear-gradient(226deg, #2DC16B 0%, #60D692 100%);
    box-shadow: 0px 0px 12px 0px #0FA84F;
    border-radius: 20px;
}
.application-scenarios .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -40px;
    left: 0;
    width: 100%;
}
.application-scenarios .swiper-slide img{
    width: 156px;
    height: 156px;
    margin-bottom: 90px;
}
.application-scenarios .swiper-slide-active img,.swiper-slide-duplicate-active img{
    width: 184px;
    height: 184px;
    margin-bottom: 100px;
}
.application-scenarios .swiper-slide-active .describe,.swiper-slide-duplicate-active .describe{
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    border-radius: 50px;
    opacity: 1;
    background: #10AB46;
}
.application-scenarios .describe{
    font-size: 25px;
    font-weight: 400;
    color: #999999;
}
.application-scenarios .swiper-slide-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* 打造本地区域化代驾平台-start */
.scheme-driving .container-fluid{
    margin-top: 100px;
}
.scheme-driving .img_background2{
    display: block;
    position: absolute;
    width: 1126px;
    height: 629px;
    right: 0;
}
.scheme-driving .image_bg{
    display: block;
    position: absolute;
    top: 740px;
    width: 100%;
    height: 885px;
}
.scheme-driving .image_bg_m{
    display: none;
}
.row-bg{
    height: 1600px;
}
.scheme-driving .scheme-row-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.scheme-driving .row-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.scheme-driving .row-item .row-item-img{
    width: 370px;
    height: 280px;
    display: flex;
    justify-content: start;
    align-items: end;
}
.scheme-driving .row-item .row-item-img2{
    width: 370px;
    height: 280px;
    display: flex;
    justify-content: end;
    align-items: start;
}

.scheme-driving .row-item .img_big{
    width: 370px;
    height: 280px;
    padding: 15px;
}
.scheme-driving .row-item .img_small{
    width: 260px;
    height: 200px;
    padding: 15px;
}

.scheme-driving .bg_terminal_m{
    display: none;
}
.scheme-driving .row{
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
    padding-top: 85px;
}
.scheme-driving .row-flex{
    padding-top: 230px;
}
.scheme-driving .scheme-item-rounded{
    width: 12px;
    height: 12px;
    background: #FEB934;
    border-radius: 50%;
    margin-right: 15px;
}
.scheme-row-item2{
    display: flex;
    justify-content: flex-end;
    color: #FFFFFF;
    margin: 30px 20px;
}
.scheme-row-item2 .row-item-right{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.row-item-right .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.row-item-right .describe{
    max-width: 240px;
    font-size: 14px;
}
/*@media (min-width: 992px){*/
/*    .scheme-driving .row-item .row-item-img{*/
/*        width: 310px;*/
/*        height: 220px;*/
/*    }*/
/*    .scheme-driving .row-item .row-item-img2{*/
/*        width: 310px;*/
/*        height: 220px;*/
/*    }*/

/*    .scheme-driving .row-item .img_big{*/
/*        width: 310px;*/
/*        height: 220px;*/
/*        padding: 15px;*/
/*    }*/
/*    .scheme-driving .row-item .img_small{*/
/*        width: 200px;*/
/*        height: 180px;*/
/*        padding: 15px;*/
/*    }*/
/*}*/
/* 打造本地区域化代驾平台-end */
/* 用户端功能-start */
.user-Port-Function .img_ellipse {
    display: none;
}
.user-Port-Function .user_bg_m {
    display: none;
}
.user-Port-Function .user_bg {
    display: block;
    position: absolute;
    top: 34%;
    left: 119px;
    width: 667px;
    height: 589px;
}
.user-Port-Function .img_circular_right {
    display: block;
    position: absolute;
    top: 34%;
    right: 0;
    width: 389px;
    height: 536px;
}
.user-Port-Function .row{
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
}
.user-Port-Function .user-Port-row{
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
}
.user-Port-Function .user-Port-row img{
    width: 289px;
    height: 590px;
}
.user-Port-Function .rhombus{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-Port-Function .rhombus img{
    display: block;
    width: 106px;
    height: 85px;
}
.user-Port-Function .rhombus .rhombus-l{
    display: flex;
}
.user-Port-Function .rhombus .rhombus-item{
    margin: 15px 20px;
    color: #FFFFFF;
    text-align: center;
    padding:26px 8px;
    background: #FEB934;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    opacity: 0.7;
}
.user-Port-Function .rhombus .item-rgba{
    width: 73px;
    height: 74px;
    background: linear-gradient(270deg, #FEB934 0%, rgba(254, 185, 52, 0.1) 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    opacity: 0.2;
}
.user-Port-Function .rhombus .item-rgba-l{
    width: 73px;
    height: 74px;
    background: linear-gradient(90deg, #FEB934 0%, rgba(254, 185, 52, 0.1) 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    opacity: 0.2;
}
.item-box-shadow{
    margin: 15px 20px;
    color: #FFFFFF;
    text-align: center;
    padding:26px 8px;
    background: #FEB934;
    box-shadow: -15px 0 0px rgba(254, 185, 52, 0.1);
    /*background: linear-gradient(90deg, #FEB934 0%, rgba(254, 185, 52, 0.1) 100%);*/
    /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);*/
    border-radius: 10px;
    opacity: 0.7;
}
/* 用户端功能-end */


/* 司机端功能-start */
.driver-Port-Function .driver_bg {
    display: block;
    position: absolute;
    top: 34%;
    right: 121px;
    width: 667px;
    height: 589px;
}
.driver-Port-Function .user_bg_m {
    display: none;
}
.driver-Port-Function .img_circular_left {
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 417px;
    height: 536px;
}

.driver-Port-Function .row{
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
}
.driver-Port-Function .driver_function {
    width: 671px;
    height: 553px;
    position: relative;
    color: #FFFFFF;
}
.driver-Port-Function .driver_function img{
    width: 100%;
    height: 100%;
}
.driver-Port-Function .driver_function .span1{
    position: absolute;
    top: 44.2%;
    left: 44%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span2{
    position: absolute;
    top: 53%;
    left: 30.4%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span3{
    position: absolute;
    top: 66.3%;
    left: 49.5%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span4{
    position: absolute;
    top: 5.3%;
    left: 44.9%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span5{
    position: absolute;
    top: 30.5%;
    left: 20.1%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span6{
    position: absolute;
    top: 48.8%;
    left: 1.6%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span7{
    position: absolute;
    top: 80.4%;
    left: 6.95%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span8{
    position: absolute;
    top: 89.8%;
    left: 29.65%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span9{
    position: absolute;
    top: 87.2%;
    left: 63.8%;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span10{
    position: absolute;
    top: 63.5%;
    left: 67.7%;;
    font-size: 14px;
}
.driver-Port-Function .driver_function .span11{
    position: absolute;
    top: 50%;
    left: 88.7%;
    font-size: 14px;
}.driver-Port-Function .driver_function .span12{
     position: absolute;
     top: 26.2%;
     left: 66.6%;
     font-size: 14px;
 }

.driver-Port-Function .user-Port-row .img_valet_driver{
    width: 289px;
    height: 590px;
}
.driver-Port-Function .user-Port-row{
    display: flex;
    justify-content: flex-end;
}
.driver-Port-Function .user-Port-row .rhombus-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.driver-Port-Function .user-Port-row .rhombus-item div{
    color: #FFFFFF;
    padding: 25px 10px;
    background: #10AB46;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 20px 0;
}
.driver-Port-Function .user-Port-row .rhombus-item.item-padding{
    padding-bottom: 130px;
}

/* 司机端功能-end */



/* 管理后台-start */

.manage-back-stage .scheduling_bg {
    display: block;
    position: absolute;
    top: 23%;
    left: 108px;
    width: 787px;
    height: 493px;
}
.manage-back-stage .img_circular_right {
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    width: 389px;
    height: 536px;
}

.manage-back-stage .row{
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
}
.manage-back-stage .user-Port-row{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.manage-back-stage .user-Port-row img{
    width: 548px;
    height: 430px;
}
.manage-back-stage .manage-row-img{
    width: 540px;
    height: 417px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.manage-back-stage .manage-row-img img {
    width: 100%;
    height: 100%;
}
.manage-back-stage .manage-row-img .manage-row-center{
    position: absolute;
}

.manage-back-stage .manage-row-center{
    width: 458px;
    height: 329px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 40px;
}
.manage-back-stage .manage-row-center .manage-row-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px 0;
}
.manage-row-center .manage-row-item.item-left{
    padding-left: 65px;
}
.manage-row-center .manage-row-item.item-right{
    padding-right: 65px;
}
.manage-back-stage .manage-row-center .manage-row-item div{
    color: #FFFFFF;
    padding: 8px 20px;
    background: #FEB934;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}
/* 管理后台-end */


/*客户案例*/

.customer-case .row{
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.customer-case-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 47px 0;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}
.customer-case .customer-case-item img{
    width: 132px;
    height: 132px;
    margin-bottom: 10px;
}

/*客户案例*/


/* 最新动态
*/

.recent-news .row{
    /*width: 1140px;*/
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.recent-news .positioning_small{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 99px;
}
.recent-news .positioning_big{
    width: 282px;
    height: 372px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.recent-news-content{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #E5E5E5;
    border-radius: 0px 176px 0px 176px;
    padding: 42px 80px;
    color: #999999;
    z-index: 99;
}
.news-content-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.news-content-item div{
    margin: 9px 0;
}
.recent-news-content .news-content-item-top{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.news-content-item-top:hover{
    color: #10AB46;
}
.news-content-item-top-assistant{
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.recent-news-content .dot{
    width: 8px;
    height: 8px;
    background: #2EC16C;
    border-radius: 50%;
    margin-right: 15px;
}
.recent-news-content .news-details{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 最新动态
*/



/*系统导航条*/
.system-nav{
    width: 100%;
    background: #272727;
    margin-top: 100px;
}
.system-nav .row{
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.system-nav .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.system-nav .row .system-nav-item{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    color: #FFFFFF;
    font-size: 18px;
}
.system-nav .row .system-nav-item img{
    width: 52px;
    height: 52px;
    margin: 20px 10px 20px 0;
}
.system-nav .system-nav-item div div:nth-child(2){
    color: #999999;
    font-size: 14px;
}
/*系统导航条*/

/* 大屏幕（大桌面显示器，大于等于 1200px） */

body{
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,'PingFang SC',Arial,sans-serif !important;
}
a{
    text-decoration: none !important;
}
input,button,a,i,p{
    outline:0 none !important; blr:expression(this.onFocus=this.blur()) !important;
    background-color: none !important;
}
.swiper-button-prevs,.swiper-button-nexts{
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top:-25px;
    border: 0;
    outline:none;
}
.swiper-button-prevs{
    left: 10px;

}
.swiper-button-nexts{
    right: 10px;
    z-index: 20px;
}
.swiper-button-prevs i,.swiper-button-nexts i{
    font-size: 50px;
    color: #fff;

}
@media (max-width: 767px){
    .swiper-button-prevs i,.swiper-button-nexts i{
        font-size: 40px;
        color: #fff;
    }
}
.swiper-button-disabled{
    opacity: 0.3;
    color: #000;
}
.stick{
    width: 40px;
    height: 40px;
    background: #999999;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.stick:hover{
    background: #02692e;
}
.stick i{
    font-size: 25px;
}
.box{
    width: 100%;
    background: #F5F5F5;
}
