.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0;
}

/*登录窗口*/
.login-dialog {
    background: url('../images/login-bg.png') no-repeat;
    background-size: 100% 100%;
}

.login-form-bg {
    background: url('../images/login-img02.png') no-repeat;
    background-size: 100% 100%;
}

.login-modal .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0 1rem;
}

/*头部*/
.g_header {
    height: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.g_header .navbar-brand {
    padding: 0;
}

.g_header .nav-link img {
    margin-left: 2px;
}

/*banner*/
.g_banner .carousel-control {
    width: auto;
}

.g_banner .carousel-control-next-icon {
    background-image: url('../images/icon_banner_next.png');
}

.g_banner .carousel-control .carousel-control-prev-icon {
    background-image: url('../images/icon_banner_prev.png');
}

.g_banner .carousel-caption {
    bottom: auto;
    text-align: left;
    left: 0;
    right: 0;
}

.g_banner .carousel-caption .text01 {
    color: #505771;
    margin-bottom: 20px;
}

.g_banner .carousel-caption .text02 {
    color: #051542;
}

.g_banner .carousel-caption .text03 {
    color: #505771;
    line-height: 38px;
}

.g_banner .home-tab {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
}

.g_banner .home-tab .home-tab-bg {
    background: url('../images/banner-tiao.jpg') no-repeat;
    border-radius: 4px;
    background-size: 100% 100%;
}

.g_banner .home-tab-price .home-tab .home-tab-bg {
    border-radius: 8px;
    cursor: pointer;
    background: white;
}

.home-tab-text02 {
    color: #222222;
    margin-bottom: 0.5rem;
}

.home-tab-text03 {
    color: #666666
}

.index-title {
    color: #222222;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.index-desc {
    color: #666666;
    font-size: 16px;
    margin-bottom: 50px;
}

.carousel-inner .carousel-item .img-banner {
    height: 420px;
}

/*角色解决方案*/
.role-view {
    background: url('../images/role_bg2.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.row-view-pt {
    padding-top: 150px;
    padding-bottom: 100px;
}

.role-title-01 {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.role-title-02 {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    margin-top: 10px;
}

.role-title-03 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.home-intell ul {
    /* display: flex;
    flex-direction: row;
    justify-content: space-around; */
}

.home-intell li {
    padding: 8px;
    float: left;
}

.home-intell li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.home-intell li .mask {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 110px;
    padding: 0 40px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    z-index: 19;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.home-intell li .mask .title {
    font-size: 16px;
}

.home-intell li .bg {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 9;
    position: absolute;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    /*    background-color: #013460;*/
    /* background: rgba(0, 90, 255, 0.8) */
    background: linear-gradient(#41a5fb, #1564ff);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home-intell li .pic {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    height: 310px;
}

.vcenter {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    max-width: 100%;

    max-height: 100%;

    display: block;

    vertical-align: middle;

    text-align: center;

    margin: auto
}

.home-intell li .pic:after {
    content: "";
    display: block;
    /* padding-bottom: 67.2% */
}

.home-intell li .pic img {
    padding: 0;
    margin: 0;
    height: 200px;
    width: 300px;
}

.home-intell li .title {
    width: 100%;
    height: 110px;
    font-weight: normal;
    font-size: 24px;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.home-intell li .line {
    width: 25px;
    height: 2px;
    margin: 0 auto;
    background: #fff
}

.home-intell li .text {
    font-size: 14px;
    /* height: 44px; */
    margin-top: 20px;
    /* overflow: hidden; */
    line-height: 22px;
    position: relative;
}

.home-intell li .more {
    margin-top: 20px
}

.home-intell li .more img {
    margin-top: 3px;
    vertical-align: top;
    margin-right: 10px
}

.home-intell li a:hover .bg {
    height: 100%;
    background: linear-gradient(#41a5fb, #1564ff);
    border-radius: 8px;
}

.home-intell li a:hover .mask {
    height: 100%
}

.home-intell li a:hover .role-title-01,
.home-intell li a:hover .role-title-02 {
    text-align: center;
}

.home-intell li a:hover .role-title-02 {
    display: none;
}

.home-intell li a:hover .title {
    height: 68px;
}

.home-intell li a:hover .mask .title {
    margin-top: 30px
}

/*行业方案*/
.g_field {
    padding: 0;
}

.g_field-container {}

.g_field-thumb {
    width: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
}

.g_fieldthumb-item {
    height: 120px;
    padding: 0 40px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    font-weight: 500;
}

.g_fieldthumb-item span {
    display: inline-block;
}

.g_field-thumb .swiper-wrapper {
    justify-content: center;
}

.g_field-thumb .swiper-slide {
    width: auto;
}

.swiper-slide-thumb-active .g_fieldthumb-item {
    font-weight: 700;
    border-bottom: 5px solid #007bff;
}

.g_field-scene {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.g_field-item {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.g_field-bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 600px;
    width: 100%;
}

.g_field-content {
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.g_field-title {
    height: 27px;
    margin-left: 23px;
}

.g_field-content>p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

.g_field-content>span {
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 28px;
    padding: 16px 23px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
}

.g_field-content>span a {
    border-bottom: 1 dashed #ccc;
    font-weight: 400;
}

/*适配*/
@media (max-width: 1024px) {
    .g_fieldthumb-item {
        padding: 0 15px;
    }
}

/*产品功能*/
.pro-view-pt {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pro-view {
    background: url('../images/pro-bg.jpg') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.pro-view .row {
    margin: 0 auto;
}

.pro-menu {
    border-left: 1px solid #ccc;
    padding: 0;
}

.pro-menu ul li {
    padding: 18px 20px;
    cursor: pointer;
    margin-left: -1px;
    font-size: 16px;
    color: #333;
}

.pro-menu ul li.active {
    background: url('../images/pro-active.png') no-repeat;
    background-size: cover;
    color: #0089ff;
    font-size: 18px;
    font-weight: medium;
}

.pro-content-btn {
    width: 140px;
    background-color: #0089ff;
    border-radius: 5px;
}

/*为什么斗拱云*/
.why_dou {
    background: url('../images/why_bg.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.why_dou .row {
    background-color: white;
    border-radius: 4px;
    margin: 0 auto;
}

.why_dou .footer-one-title {
    height: 100px;
}

.why_dou .why-icon {
    height: 88px;
    width: 88px;
    background-size: 100% 100%;
    margin-bottom: 27px;
    margin-top: 20px;
    transition: all linear 500ms 0ms;
}

.why-icon01 {
    background: url('../images/why-icon-01.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon02 {
    background: url('../images/why-icon-02.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon03 {
    background: url('../images/why-icon-03.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon04 {
    background: url('../images/why-icon-04.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon05 {
    background: url('../images/why-icon-05.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon06 {
    background: url('../images/why-icon-06.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon07 {
    background: url('../images/why-icon-07.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why-icon08 {
    background: url('../images/why-icon-08.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.why_dou .bg-btn {
    font-size: 20px;
    color: #0089ff;
    background-color: rgb(243, 239, 239);
    width: 100%;
    text-align: center;
    height: 100%;
    display: none;
}

.yidong {
    cursor: pointer;
    position: relative;
    padding: 0;
    height: 262px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.yidong:nth-child(8),
.yidong:nth-child(5),
.yidong:nth-child(6),
.yidong:nth-child(7) {
    border-bottom: none;
}

.yidong-item {
    padding-top: 24px;
    padding-bottom: 60px;
}


.why_dou .yidong:hover .yidong-item {
    padding-bottom: 24px;
}

.why_dou .yidong:hover .why-icon {
    height: 60px;
    width: 60px;
    background-size: 100% 100%;
    margin-bottom: 17px;
    padding-bottom: 5px;
}

.why_dou .yidong .bg-btn {
    height: 60px;
    line-height: 60px;
}

.why_dou .yidong:hover .bg-btn {
    display: inline-block;
}

.why_dou .index-title {
    padding-top: 100px;
    margin-bottom: 20px;
}

/*客户见证*/

.custom-view {
    background: url('../images/role_bg.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.custom-view .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-view-swiper {
    margin: 0 auto;
}

.custom-view-swiper .swiper-slide-icon {
    background-size: 100% 100%;
    /* height: 490px; */
}

.custom-view-swiper .swiper-slide-icon:nth-child(2n-1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-view-swiper .swiper-slide-icon:nth-child(2n) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-view-swiper .swiper-slide-icon-01 {
    background: #0089FF;
}

.custom-view-swiper .swiper-slide-icon-02 {
    background: url('../images/custom-01.png') no-repeat;
}

.custom-view-swiper .swiper-slide-icon-03 {
    background: url('../images/custom-01.png') no-repeat;
}

.custom-view-swiper .swiper-slide-icon-04 {
    background: url('../images/custom-01.png') no-repeat;
}

.custom-view-swiper .swiper-slide-icon-05 {
    background: url('../images/custom-01.png') no-repeat;
}

.custom-view-swiper .swiper-slide-icon-06 {
    background: url('../images/custom-01.png') no-repeat;
}

.custom-view-content {}

.custom-view-content .title {
    padding: 40px;
}

.custom-view-content .custom-view-company img {
    width: 30px;
    height: 42px;
}

.custom-view-content .custom-view-header img {
    width: 60px;
    height: 60px;
}

.custom-view-content .desc {
    line-height: 2em;
}

.custom-view .swiper-button-next,
.custom-view .swiper-button-prev {
    color: #666666 !important;
}

/*建筑企业转型升级*/
.zhuan-view-01 {
    background: url('../images/zhuan-bg.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.zhuan-view-02 {
    background: white;
    border-radius: 4px;
    margin: 0 auto;
    z-index: 1;
    margin-top: -100px;
}

.zhuan-grid {
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.zhuan-grid .zhuan-grid-icon {
    margin: 15px 0;
    padding: 0;
    width: calc(100% / 7);
    text-align: center;
}

.zhuan-grid .zhuan-grid-icon img {
    width: 90px;
    height: 90px;
}

.form-row {
    margin: 0;
}

/*适配*/
@media (min-width: 768px) {

    .g_banner .carousel-caption {
        top: 40px;
    }

    .g_banner .carousel-caption .text01 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .g_banner .carousel-control {
        display: none;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 25px;
    }

    .g_banner .carousel-caption .btn-text img {
        width: 20px;
    }

    .g_banner .home-tab {
        bottom: -30px;
    }

    .g_banner .home-tab .home-tab-bg {
        height: 60px;
    }

    .g_banner .home-tab-price .home-tab {
        bottom: -70px;
    }

    .g_banner .home-tab-price .home-tab-price {
        height: 140px;
    }

    .g_banner .carousel-indicators {
        bottom: 34px;
    }

    .home-tab-text01 {
        width: 350px;
    }

    .home-tab-text01 {
        width: 200px;
        font-size: smaller;
        line-height: 20px;
        padding-left: 10px;
    }

    .home-tab-icon {
        width: 30px;
        height: 30px;
    }

    .home-tab-text02 {
        font-size: small;
    }

    .home-tab-text03 {
        font-size: 9px;
    }
}

@media (max-width: 768px) {
    .g_banner .carousel-caption .btn-text {
        width: auto;
        height: auto;
        font-size: 12px;
    }

    .home-intell li {
        padding-bottom: 16px;
    }

    .g_fieldthumb-item {
        padding: 0;
        height: auto;
    }

    .g_field-thumb .swiper-wrapper {
        justify-content: space-around;
    }

    .g_field-item {
        height: 480px;
    }

    .custom-view-swiper .swiper-slide-icon {
        background-size: 100% 100%;
        height: 550px;
    }
}
@media (min-width: 768px) {
    .g_banner .carousel-caption {
        top: 100px;
    }

    .g_banner .carousel-caption .text01 {
        font-size: 18px;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 28px;
    }

    .g_banner .carousel-caption .btn-text {
        width: auto;
    }

    .g_banner .home-tab {
        bottom: -40px;
    }

    .g_banner .home-tab .home-tab-bg {
        height: 80px;
    }

    .g_banner .home-tab-price .home-tab {
        bottom: -75px;
    }

    .g_banner .home-tab-price .home-tab-price {
        height: 150px;
    }

    .g_banner .carousel-indicators {
        bottom: 44px;
    }
}
@media (min-width: 768px) and (max-width:920px){
    .g_banner .carousel-caption {
        top: 80px;
    }

    .g_banner .carousel-caption .text01 {
        font-size: 16px;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .g_banner .carousel-caption .btn-text {
        width: auto;
    }

    .g_banner .home-tab {
        bottom: -40px;
    }

    .g_banner .home-tab .home-tab-bg {
        height: 80px;
    }

    .g_banner .home-tab-price .home-tab {
        bottom: -75px;
    }

    .g_banner .home-tab-price .home-tab-price {
        height: 150px;
    }

    .g_banner .carousel-indicators {
        bottom: 44px;
    }
}


@media (min-width: 1024px) {

    .g_header .navbar-brand {
        padding: 0;
    }

    .g_header .navbar-brand img {
        /* width: 100px; */
    }

    .g_header .nav-item {
        font-size: 13px;
    }

    .g_header .btn_header {
        font-size: 14px;
    }

    .g_header .nav-item-tel {
        font-size: 11px;
    }

    .g_header .navbar-expand .navbar-nav .nav-link {
        padding-right: 0;
    }

    .g_banner .carousel-caption {
        top: 100px;
    }

    .g_banner .carousel-caption .text01 {
        font-size: 18px;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 38px;
    }

    .g_banner .carousel-caption .btn-text {
        width: auto;
    }

    .g_banner .home-tab {
        bottom: -40px;
    }

    .g_banner .home-tab .home-tab-bg {
        height: 80px;
    }

    .g_banner .home-tab-price .home-tab {
        bottom: -75px;
    }

    .g_banner .home-tab-price .home-tab-price {
        height: 150px;
    }

    .g_banner .carousel-indicators {
        bottom: 44px;
    }

    .home-tab-text01 {
        width: 250px;
        font-size: medium;
        line-height: 20px;
        padding-left: 20px;
    }

    .home-tab-icon {
        width: 40px;
        height: 40px;
    }

    .home-tab-text02 {
        font-size: medium;
    }

    .home-tab-text03 {
        font-size: 12px;
    }

    .g_field-content>span {
        width: 800px;
    }
}

@media (max-width: 1024px) {

    .home-intell li .mask {
        padding: 0 20px;
    }

    .zhuan-grid .zhuan-grid-icon img {
        width: 65px;
        height: 65px;
    }
}

@media (min-width: 1280px) {

    .g_header .nav-item {
        font-size: medium;
    }

    .g_header .btn_header {
        font-size: medium;
    }

    .g_header .nav-item-tel {
        font-size: medium;
    }

    .g_banner .carousel-control-icon {
        width: 30px;
        height: 60px;
    }

    .g_banner .carousel-control-prev {
        left: calc(((100% - 1140px) / 2) * 0.3);
    }

    .g_banner .carousel-control-next {
        right: calc(((100% - 1140px) / 2) * 0.3);
    }

    .g_banner .carousel-control {
        display: block;
    }

    .g_header .navbar-brand img {
        width: 120px;
    }

    .g_banner .carousel-caption {
        top: 100px;
    }

    .g_banner .carousel-caption .text01 {
        font-size: 20px;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .g_banner .home-tab {
        bottom: -50px;
    }

    .g_banner .home-tab .home-tab-bg {
        height: 100px;
    }

    .g_banner .home-tab-price .home-tab {
        bottom: -80px;
    }

    .g_banner .home-tab-price .home-tab-price {
        height: 160px;
    }

    .g_banner .carousel-indicators {
        bottom: 54px;
    }

    .home-tab-text01 {
        width: 320px;
        line-height: 28px;
        padding-left: 40px;
    }

    .home-tab-icon {
        width: 50px;
        height: 50px;
    }

    .home-tab-text02 {
        font-size: medium;
    }

    .home-tab-text03 {
        font-size: 12px;
    }

    /*.custom-view .swiper-button-prev {*/
    /*    left: -50px;*/
    /*}*/

    /*.custom-view .swiper-button-next {*/
    /*    right: -50px;*/
    /*}*/

    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }

    .home-tab-price .container {
        max-width: 1360px;
    }

    .g_header .mx-1 {
        margin: 0 10px !important;
    }

    .g_header .btn_header {
        width: 100px;
    }

  

    .g_header .navbar-brand img {
        width: auto;
    }

    .g_banner .carousel-control-prev {
        left: calc(((100% - 1280px) / 2) * 0.3);
    }

    .g_banner .carousel-control-next {
        right: calc(((100% - 1280px) / 2) * 0.3);
    }

    .g_banner .carousel-caption .text01 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .g_banner .carousel-caption .btn-text {
        width: 165px;
        height: 46px;
        font-size: 18px
    }

    .g_banner .home-tab {
        bottom: -62.5px;
    }

    .g_banner .home-tab .home-tab-bg {
        height: 125px;
    }

    .g_banner .home-tab-price .home-tab {
        bottom: -90px;
    }

    .g_banner .home-tab-price .home-tab-price {
        height: 250px;
    }

    .g_banner .carousel-indicators {
        bottom: 66.5px;
    }

    .g_banner .carousel-control-icon {
        width: 30px;
        height: 60px;
    }

    .home-tab-text01 {
        width: 350px;
        font-size: 20px;
        line-height: 32px;
        padding-left: 40px;
    }

    .home-tab-icon {
        width: 58px;
        height: 58px;
    }

    .home-tab-text02 {
        color: #222222;
        font-size: 18px;
        margin-bottom: 0.5rem;
    }

    .home-tab-text03 {
        font-size: 14px;
        color: #666666
    }

    /*.custom-view .swiper-button-prev {*/
    /*    left: -130px;*/
    /*}*/

    /*.custom-view .swiper-button-next {*/
    /*    right: -130px;*/
    /*}*/
}
@media (min-width: 1300px) and (max-width:1420px){
    .g_banner .carousel-caption .text01 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .g_banner .carousel-caption .text02 {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .g_banner .carousel-caption .text03 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1500px) {
    .g_banner .carousel-caption {
        top: 140px;
    }
}
@media (min-width: 1700px) {
    .g_banner .carousel-caption {
        top: 220px;
    }
}
@media (min-width: 1300px) and (max-width:1400px){

    /* .home-tab-price .container {
        max-width: 1280px;
    } */
    .g_banner .home-tab-price .home-tab-price{
        height: 200px;
    }
    /* .custom-view .swiper-button-prev {*/
    /*    left: 10px;*/
    /*}*/

    /*.custom-view .swiper-button-next {*/
    /*    right: 10px;*/
    /*}*/
}
@media (min-width: 1300px) and (max-width:1580px){

    /* .home-tab-price .container {
        max-width: 1280px;
    } */
    .g_banner .home-tab-price .home-tab-price{
        height: 200px;
    }
    
}
@media (min-width: 1420px) and (max-width:1580px){

    .g_banner .carousel-caption .text03
    {
        margin-bottom: 40px;
    }
    /* .custom-view .swiper-button-prev {*/
    /*    left: -30px;*/
    /*}*/

    /*.custom-view .swiper-button-next {*/
    /*    right: -30px;*/
    /*}*/
}
.main-list-show ul {
    margin-right: -1px;
    margin-bottom: -1px
}

.main-list-show li {
    height: 262px;
    border-right: 1px #f3f3f3 solid;
    border-bottom: 1px #f3f3f3 solid;
    width: 25%;
    overflow: hidden;
    color: #212121;
    text-align: center;
    background: #efefef
}

.main-list-show li .inner {
    padding-top: 24px;
    background: #fff;
    -webkit-transition: all linear 200ms 0ms;
    -o-transition: all linear 200ms 0ms;
    transition: all linear 200ms 0ms;
    padding-bottom: 60px
}

.main-list-show li .ow-img {
    -webkit-transition: all linear 200ms 0ms;
    -o-transition: all linear 200ms 0ms;
    transition: all linear 200ms 0ms;
    height: 68px;
    width: 68px;
    margin-bottom: 27px;
    margin-top: 20px;
    display: inline-block;
}

.main-list-show li .ow-text {
    font-size: 16px;
}

.main-list-show li p {
    font-size: 14px;
    text-decoration: none;
}

.main-list-show li .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 10px;
    height: 33px;
    max-width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main-list-show li .button {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: none;
    line-height: 60px;
    background: #f8f8f8
}

.main-list-show li .button i {
    margin-left: 10px
}

.main-list-show li .button:hover i {
    margin-left: 20px
}

.main-list-show li:hover .inner {
    padding-bottom: 24px
}

.main-list-show li:hover .ow-img {
    height: 48px;
    width: 48px;
    padding-bottom: 5px;
    margin-bottom: 17px
}

.rightPop {
    position: fixed;
    bottom: calc(50% - 278px);
    right: 10px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: scale(0.9);
}



.rightPop .right-fixed-btn-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    /* background: #0089ff; */
    border-radius: 8px;
    /* padding: 5px 0 10px; */
}

.rightPop .right-fixed-btn:not(.service) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    transition: all 0.2s linear;
    position: relative;
}

.rightPop .right-fixed-btn-main {
    min-width: 94px;
    text-align: center;
    background: #0089ff;
}

.rightPop .right-fixed-btn:first-child .right-fixed-btn-main {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.rightPop .right-fixed-btn:last-child .right-fixed-btn-main {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rightPop .right-fixed-btn:hover .hidden-box {
    display: flex;
    position: absolute;
    right: 106px;
    white-space: nowrap;
    background: #fff;
    color: #111;
    font-weight: bold;
    height: 100%;
    height: auto;
    min-height: 54px;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    box-shadow: 0px 2px 4px 0px #EAE3E3;
    border-radius: 5px;
}

.rightPop .right-fixed-btn:hover .hidden-box>img {
    height: 30px;
    margin-left: 16px;
}

.rightPop .right-fixed-btn span {
    font-weight: 600;
    font-size: 16px;
}

.rightPop .right-fixed-btn .right-fixed-btn-main img {
    width: 54px;
    margin-top: 4px;
}

.rightPop .right-fixed-btn:first-child>img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 8px;
}

.rightPop .right-fixed-btn .right-fixed-btn-text {
    margin: 0 auto;
    display: block;
    width: 70px;
    padding-bottom: 8px;
    border-bottom: 0.5px solid rgba(250, 250, 250, 0.59);
}

.rightPop .right-fixed-btn:last-child .right-fixed-btn-text {
    padding-bottom: 18px;
    border: 0;
}

.rightPop .right-fixed-btn:hover {
    width: 110px;
}

/* .rightPop .right-fixed-btn.call:hover{width: 110px;border-radius: 5px;}
.rightPop .right-fixed-btn.demo:hover{width: 140px;border-radius: 5px;} */
/* .rightPop .right-fixed-btn.service:hover{width: 140px;border-radius: 5px;} */
.rightPop .right-fixed-btn.service {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
    position: relative;
    width: 98px;
    height: 98px;
    margin-bottom: 32px;
    border-radius: 50%;
    padding: 0;
    background: none;
    /* border: 2px solid #0089ff; */
}

.rightPop .right-fixed-btn.service img {
    width: 98px;
    /* border-radius: 50%; */
    /* border: 2px solid #0089ff; */
}

.rightPop .right-fixed-btn.service .service-text {
    font-size: 14px;
    font-weight: bold;
    width: 94px;
    height: 33px;
    line-height: 33px;
    background: #0089ff;
    border-radius: 17px;
    text-align: center;
    position: absolute;
    bottom: -21px;
}

.rightPop .right-fixed-btn.download-app {
    text-align: center;
}

.rightPop .right-fixed-btn.download-app:hover .download-app-image {
    width: 130px;
    height: auto;
    margin-left: 0;
    margin-top: 11px;
}

.rightPop .right-fixed-btn.download-app span {
    font-size: 12px;
    margin-bottom: 14px;
}

.rightPop .right-fixed-btn.download-app:hover .hidden-box {
    flex-direction: column;
    width: 200px;
}

.rightPop .right-fixed-btn .hidden-box {
    display: none
}

#video_box {
    width: 100%;
    height: 600px;
    overflow-y: hidden;
}

.video-js,
video {
    width: 100% !important;
    height: 100% !important;
}

.popup-player {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.popup-player .popup-player-ct {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.popup-player .popup-player-mask {
    background: rgba(0, 0, 0, .9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 1279px) {
    .popup-player .popup-player-ct {
        display: block;
    }
}

.popup-player .video-fr {
    height: 540px !important;
    position: relative;
    width: 960px !important;
}

@media (max-width: 1279px) {
    .popup-player .video-fr {
        width: 100% !important;
        height: auto !important;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 1024px) {
    .rightPop{
        bottom: calc(50% - 150px);
    } 
    .rightPop .right-fixed-btn.service{
        width: 50px;
        height: 50px;
    }
    .rightPop .right-fixed-btn.service img{
        width: 50px;
    }
    .rightPop .right-fixed-btn.service .service-text{
        width: 50px;
    }
    .rightPop .right-fixed-btn-main{
        min-width: 50px;
    }
    .rightPop .right-fixed-btn .right-fixed-btn-main img{
        width: 34px;
    }
    .rightPop .right-fixed-btn .right-fixed-btn-text{
        width: 50px;
        font-size: 12px;
    }
    .rightPop .right-fixed-btn:hover .hidden-box{
        right: 70px;
    }
    .rightPop .right-fixed-btn:hover{
        width: 60px;
    }
    .rightPop .right-fixed-btn .hidden-box img{
        width: 40px;
        height: 40px;
    }
}