* {
    letter-spacing: 1px;
}

.zero {
    padding: 0 !important;
}

.index {
    overflow: hidden;
}

.travel {
    background: url(../../../image/newIndex/traBg.png) no-repeat;
    width: 100%;
    /* height: 696px; */
    background-size: 100% 100%;
    padding: 70px 0 77px 0;
    cursor: pointer;
    margin-top: 135px;
}

.travel .i_design .top .top_header {
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF !important;
}

.travel .i_design .right .top .top_dec {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
}

.travel-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    width: 1488px !important;
}

.travel-content .travel-item {
    background: linear-gradient(180deg, #FFECEC 0%, #FFFFFF 51.43%);
    box-shadow: 0px 4px 12px 0px rgba(146, 139, 139, 0.1333);
    border-radius: 20px 20px 20px 20px;
    padding: 50px 25px 46px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.travel-content .travel-item .item-left .item-left_tit {
    font-weight: 500;
    font-size: 30px;
    color: #1A1A1A;
}

.travel-content .travel-item .item-left .item-left_dec {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    width: 258px;
    font-size: 18px;
    color: #6B6764;
    margin-top: 18px;
}

.travel-content .travel-item .item-left_ico {
    width: 132px;
    height: 132px;
}

.travel-content .travel-item .item-left_ico img {
    width: 100%;
    height: 100%;
}

.travel .travel-fun {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
}

.travel .travel-fun .fun-one {
    width: 248px;
    height: 56px;
    border-radius: 205px 205px 205px 205px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.travel .travel-fun .fun-two {
    width: 248px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 205px 205px 205px 205px;
    font-weight: 400;
    font-size: 20px;
    color: #E52629;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 首页 index.html */
.head-cover {
    width: 100%;
    height: 526px;
}

.head-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i_predicament .right .top {
    text-align: center;
    font-weight: 700;
    font-size: 51px;
    color: #181818;
    margin-top: 82px;

}

.i_predicament .right .top span {
    color: rgba(229, 38, 41, 1);
}

.predicament-one {
    position: relative;
    width: 352px;

}

.special_ul-item {
    position: absolute;
    top: -20%;
    width: 164px;
    height: 164px;
    z-index: 111;
    left: 94px;
}

.special_ul-item .ul-item_img {
    width: 164px;
    height: 164px;

}

.special-one {
    margin-top: 110px;
    position: relative;
    /* margin-left: 20px; */
    /* margin-right: 77px; */
}

.special-tree {
    margin-top: 86px;
    position: relative;
    margin-right: 77px;
}

.content .container {
    width: 1468px;
}

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

    .travel-content {
        width: 1170px;
    }
}

.special-two {
    margin-top: 89px;
    position: relative;
    margin-left: 62px;
}

.right-spec .special-two {
    margin-left: 74px;
}

.predicament-one .ui-item {
    width: 352px;
    position: relative;
    /* height: 304px; */
    background: linear-gradient(180deg, #FFF1F0 0%, #FFFFFF 37.86%);
    box-shadow: 0px 2px 20px 0px rgba(169, 158, 156, 0.2);
    border-radius: 20px 20px 20px 20px;
    padding: 132px 30px 15px 30px;
}

.center-ico {
    width: 589px;
    height: 549px;
}

.center-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special_ul {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
}

.ui-item .item-tit {
    font-weight: 700;
    font-size: 30px;
    color: #323231;
    text-align: center;
}

.ui-item .item-dect {
    font-weight: 400;
    font-size: 16px;
    color: #6B6764;
    margin-top: 16px;
    width: 291px;
    height: 100px;
    text-align: center;
}

/* 轮播 */
.i_banner {
    position: relative;
}

.module {
    width: 100px;
    height: 82px;
    background: #FD2D55;
    position: absolute;
    bottom: 0;
    right: 20%;
    z-index: 1000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module .module_one {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 400;
}

.module .module_two {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 300;
}

.i_banner .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: cover;
}

.i_banner .swiper-pagination-bullet-active {
    background: #fff;
}

.pattern {
    background: #F6F7FA;
    padding: 95px 0 17px 0;
    margin-top: 145px;
}

.pattern .bgimg {
    width: 806px;
    height: 743px;
}

.pattern .bgimg img {
    width: 100%;
    height: 100%;
}

.pattern-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pattern .pattern-left .left-one {
    width: 470px;
    background: linear-gradient(90deg, #FF736D 0%, #F03B31 100%);
    box-shadow: 0px 2px 20px 0px rgba(169, 158, 156, 0.2);
    border-radius: 12px 12px 12px 12px;
    padding: 23px 0 25px 26px;
    cursor: pointer;
}

.pattern .pattern-left .left-two {
    width: 470px;
    background: linear-gradient(270deg, #FFE1E1 0%, #FFF0F0 100%);
    border-radius: 12px 12px 12px 12px;
    padding: 23px 0 25px 26px;
    margin-top: 33px;
    cursor: pointer;
}

.pattern .pattern-left .left-one:hover {
    background: linear-gradient(270deg, #FFE1E1 0%, #FFF0F0 100%);
    cursor: pointer;

    .left-one_hea .one_hea-tit {
        font-weight: 700;
        font-size: 24px;
        color: #E52629;
    }

    .left-botm_hea .two_hea-tit {
        font-weight: 400;
        font-size: 16px;
        color: #1A1A1A;
    }
}

.pattern .pattern-left .left-two:hover {
    background: linear-gradient(90deg, #FF736D 0%, #F03B31 100%);
    box-shadow: 0px 2px 20px 0px rgba(169, 158, 156, 0.2);

    .left-one_hea .one_hea-tit {
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
    }

    .left-botm_hea .two_hea-tit {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
}


.pillar .pillar-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
    margin-bottom: 50px;
    cursor: pointer;
}

.pillar .pillar-tab .tab-item {
    width: 270px;
    height: 64px;
    border-radius: 108px 108px 108px 108px;
    font-weight: 400;
    font-size: 20px;
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar .pillar-tab .tab-itemact {
    width: 270px;
    height: 64px;
    background: #E52629;
    border-radius: 108px 108px 108px 108px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar .pillar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1430px;
}

.pillar-left .pillar-left-tit {
    font-weight: 500;
    font-size: 38px;
    color: #181818;
}

.pillar-left-item {
    display: flex;
    margin-top: 37px;
}

.pillar-left-itemIco {
    width: 24px;
    height: 24px;
}

.pillar-left-item .pillar-left-itemtit {
    width: 526px;
    font-weight: 400;
    font-size: 20px;
    color: #767676;
}

.pillar .bgimg {
    width: 804px;
    height: 554px;
}

.pillar .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.left-one_hea {
    display: flex;
    justify-content: space-between;
}

.left-one_hea span {
    font-size: 20px;
}

.left-one_hea .one_hea-tit {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.left-two .left-one_hea .one_hea-tit {
    font-weight: 700;
    font-size: 24px;
    color: #E52629;
}

.left-one_hea .one_hea-ico {
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

.left-botm_hea .two_hea-tit {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.left-two .left-botm_hea .two_hea-tit {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.left-botm_hea {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-botm_hea .two_hea-ico {
    width: 108px;
    height: 108px;
}

.left-botm_hea .two_hea-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 设计 */
.i_design {
    margin-top: 80px;
}

.i_design .right .top {
    text-align: center;
}

.i_design .right .top .top_header {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 550;
    font-size: 51px;
    color: #181818;
}

.i_design .right .top .top_dect {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #676767;
    margin-top: 20px;
}

.i_design .right .top .top_header span {
    color: rgba(229, 38, 41, 1);
}

.i_design ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.i_design ul li {
    text-align: center;
    padding: 0;
    cursor: pointer;
    height: 249px;
}

.i_design ul li:hover {
    animation-duration: 1s;
    animation-name: fadeIn
}

.i_design ul li .con {
    padding: 35px 14px 0px 14px;
}

.i_design ul li img {
    width: 77px;
    height: 103px;
}

.i_design ul li .img_cur {
    display: none;
}

.i_design ul li p.red_line {
    width: 46px;
    height: 4px;
    background: rgba(241, 77, 60, 1);
    margin: 15px auto 23px;
}

.i_design ul li p:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    line-height: 29px;
}

.i_design ul li:hover {
    /* margin-top: -20px; */
}

.i_design ul li:hover .f14 {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.i_design ul li:hover .con {
    padding: 110px 20px 0px 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #fff;
}

.i_design ul li:hover .red_line {
    display: none;
}

.i_design ul li:hover .one {
    display: none;
}

.i_design ul li .f14 {
    display: none;
}

.i_design ul li:hover .f14 {
    display: inline;
}

.i_design ul li:hover .f29 {
    display: none;
}

/* .i_design .right { 
    padding-top: 10%;
} */
/* .i_design .right .top p {
    background: url('../image/index/bgnew.png') no-repeat center;
    color: #151515;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 11px;
    text-align: center;
    height: 53px;
    line-height: 53px;
} */

.i_design .right .top p.top_two {
    background: url('../image/index/two.png') no-repeat center;
    /* background-size: 100% 100%;    */
}

.i_design .right .top p.top_three {
    background: url('../image/index/three.png') no-repeat center;
    /* background-size: 100% 100%;    */
}

.i_design .right .top p.top_four {
    background: url('../image/index/ma.png') no-repeat center;
}

.i_design .right .top p.top_five {
    background: url('../image/index/news.png') no-repeat center;
    margin-top: 110px;
}

.i_design .right .top p.top_six {
    background: url('../image/index/cho.png') no-repeat center;
    margin-bottom: 35px;
}

/* .i_design .right p:nth-of-type(2) {
    color: #151515;
    margin: 25px 0 18px 0;
} */

.i_design .right p:nth-of-type(3) {
    color: #999999;
}

.i_design .button {
    text-align: center;
    margin-bottom: 87px;
    margin-top: 60px;
}

.i_design .more {
    display: inline-block;
    padding: 14px 85px;
    color: #F14D3C;
    border: 1px solid #F14D3C;
    box-shadow: 0px 3px 16px rgba(230, 42, 161, 0.06);
    border-radius: 31px;
    font-size: 18px;
}

.i_design .apply {
    display: inline-block;
    padding: 15px 85px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
    box-shadow: 0px 4px 12px 0px rgba(218, 155, 148, 1);
    border-radius: 31px;
    opacity: 0.81;
    font-size: 18px;
    margin-right: 39px;
}

/* 三部分 */
.i_design ul li {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 2%;
    width: 263px;
}

.i_design ul li:last-of-type {
    margin-right: 0;
}

.i_design ul li:nth-of-type(1) {
    background: url(../image/index/01.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(1):hover {
    background: url(../image/index/01on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

.i_design ul li:nth-of-type(2) {
    background: url(../image/index/02.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(2):hover {
    background: url(../image/index/02on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

.i_design ul li:nth-of-type(3) {
    background: url(../image/index/03.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(3):hover {
    background: url(../image/index/03on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

.i_design ul li:nth-of-type(4) {
    background: url(../image/index/04.png) no-repeat;
    background-size: 100% 100%;
}

.i_design ul li:nth-of-type(4):hover {
    background: url(../image/index/04on.png) no-repeat;
    background-size: 100% 100%;
    /* text-align: left; */
}

/* .col-lg-3 {
        width: 23% !important;
    } */

.i_design .right {
    float: right;
}


/* 三部分 */
.i_delivery {
    margin-top: 50px;
    height: 179px;
    background: url('../image/index/delivery_bg.png') no-repeat;
    background-size: 100% 100%;
}

.i_delivery .con {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
}

.i_delivery .con .i_deli {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 8px;
}

.i_delivery .con .dec {
    display: flex;
    flex: 1;
    align-items: center;
}

.i_delivery .con .dec p {
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
}

.i_modular {
    margin-top: 80px;
}

.i_modular .title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(223, 72, 58, 1);
    margin-bottom: 32px;
}

.i_modular .red_line {
    width: 38px;
    height: 6px;
    background: rgba(229, 79, 66, 1);
    margin-top: 8px;
}

.i_modular .describe {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(158, 158, 158, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 33px;
}

.i_modular .content_ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.i_modular .content_ul li {
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    line-height: 30px;
}

.i_modular .content_ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(241, 77, 60, 1);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.i_modular .button {
    text-align: left;
    margin-top: 28px;
}

.i_modular .button a {
    display: inline-block;
    padding: 11px 36px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(241, 77, 60, 1);
}

.i_modular .button a.experience {
    border-radius: 31px;
    border: 1px solid rgba(241, 77, 60, 1)
}

.i_modular .button a.experience:hover {
    color: #fff;
    background-color: rgba(241, 77, 60, 1);
}

.i_modular .button a.know {
    margin-right: 6px;
}

.i_modular .button a.know img {
    width: 6px;
    height: 15px;
    margin-bottom: 5px;
}

.i_modular .bgimg img {
    text-align: center;
    /* width: 100%; */
    object-fit: cover;
}

.i_middle {
    width: 100%;
    height: 261px;
    background: url(../image/index/bgimg4.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -40px;
}

.i_design_three {
    margin-top: 78px;
    position: relative;
}

.i_design_three .why {
    position: absolute;
    top: -92px;
    right: 10%;
    width: 207px;
    height: 94px;
    object-fit: cover;
}

/* 六部分 */
.i_six {
    width: 100%;
    margin-bottom: 77px;
}

.i_six .six li {
    text-align: center;
    height: 344px;
    padding: 54px 26px 0;
    position: relative;
}

.i_six .six li:hover {
    box-shadow: 0px 4px 12px 2px rgba(146, 139, 139, 0.13);
}

.i_six .six li .line {
    width: 6px;
    height: 40px;
    background: rgba(241, 77, 60, 1);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.i_six .six li:hover .line {
    display: inline-block;
}

.i_six .six li .img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    margin-bottom: 18px;
}

.i_six .six li .title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    line-height: 30px;
    margin-bottom: 12px;
}

.i_six .six li .detail {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
    line-height: 22px;
    padding: 0 22px;
}

/* 解决方案 */
.lunbo {
    height: 570px;
}

.lunbo .swiper-container {
    height: 570px;
}

.lunbo .lunbo-slide {
    position: relative;
    background: url(../image/index/bannerbg.png) no-repeat;
    background-size: 100% 100%;
}

.small_content .title {
    height: 68px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 540;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    background: url(../image/index/case.png) no-repeat center;
    text-align: center;
    margin-top: 72px;
    position: relative;
}

.small_content .banner_word {
    width: 1170px;
    margin: 47px auto 0;
}

.banner_word .button {
    padding: 9px 33px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.banner_word .titlea {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 29px;
    margin-bottom: 23px;
}

.banner_word .contenta {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 44px;
}

.banner_word .red_button {
    width: 162px;
    height: 53px;
    background: rgba(241, 77, 60, 1);
    border-radius: 2px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.lunbo .swiper-pagination-bullet {
    width: 9px;
    height: 2px;
    background: rgba(251, 251, 251, 1);
    border-radius: 0;
    opacity: 1;
}

.lunbo .swiper-pagination-bullet-active {
    width: 41px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

/* 信赖之选 */

#banner {
    margin: 100px auto 0;
    position: relative;
    width: 1170px;
}

.lunbotwo .swiper-slide {
    width: 477px;
    padding-bottom: 23px;
    background: #DADADA;
    border-radius: 6px;
    border: 1px solid rgba(218, 213, 213, 1);
}

.lunbotwo .swiper-slide-active {
    background: #fff;
}

.lunbotwo .swiper-slide .image {
    width: 100%;
    height: 132px;
    object-fit: cover;
}

.lunbotwo .swiper-slide .word {
    font-size: 15px;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
    line-height: 21px;
    padding: 18px 25px;
}

.lunbotwo .swiper-slide .title {
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    text-align: right;
    padding-right: 35px;
}

.lunbotwo .swiper-button-next {
    right: 23%;
    position: absolute;
    background: url(../image/index/xiangyou.png) no-repeat;
    width: 61px;
    height: 61px;
}

.lunbotwo .swiper-button-prev {
    left: 23%;
    position: absolute;
    width: 61px;
    height: 61px;
    background: url(../image/index/xiangzou.png) no-repeat;

}

/* 新闻发布 */
.i_news {
    overflow: hidden;
}

.i_news .i_design {
    margin-top: 0;
}

.i_news .new_content {
    margin: 0 auto;
    width: 1170px;
    /* text-align: center; */
    padding: 0 10px;
}

.new_content .new_ul {
    width: 601px;
    display: inline-block;
    margin: 0 auto 40px;
}

.new_content .new_ul li {
    height: 44px;
    line-height: 44px;
    width: 25%;
    border-bottom: 2px solid rgba(241, 77, 60, .1);
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: rgba(50, 50, 49, 1);
    cursor: pointer;
}

.new_content .new_ul li.click {
    font-size: 20px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    border-bottom: 2px solid rgba(241, 77, 60, 1);
}

.lunbothree .swiper-container {
    width: 1100px;
}

.lunbothree .swiper-container .swiper-slide {
    width: 289px;
}

.lunbothree .swiper-container .swiper-slide .img {
    width: 289px;
    height: 134px;
    object-fit: cover;
    margin-bottom: 13px;
    border-radius: 6px;
}

.lunbothree .swiper-container .swiper-slide .title {
    text-align: left;
    width: 289px;
    display: flex;
    margin-bottom: 9px;
    color: rgba(107, 103, 100, 0.4);
}

.time_span_small {
    display: none;
}

.swiper-slide .title .title_span {
    display: inline-block;
    /* width:206px; */
    font-size: 16px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-slide .title .title_time {
    font-size: 15px;
    font-weight: bold;
    color: rgba(107, 103, 100, 1);
}

.lunbothree .swiper-slide .content_div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
}

/* 新闻发布new */
.new_bg {
    height: 350px;
    background: url('../image/index/19076.png') no-repeat;
    background-size: cover;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.new-three {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding-top: 42px; */
}

.new-left {
    width: 200px;
    height: 273px;
}

.new-three .new-lefts {
    justify-content: space-between;
    display: none !important;
    /* display: flex !important; */
    margin-bottom: 20px;
}

.new-lefts .title {
    height: 48px;
    font-family: PingFang SC;
    font-weight: 300;
    /* line-height: 48px; */
    color: #FFFFFF;
    font-size: 24px;
}

.new-lefts .more {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    /* margin-top: 15px; */
    text-align: center;
}

.new-lefts .title-bottom {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.new-lefts .title-bottom img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    margin-right: 10px;
}

.new-lefts .title-bottom span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    /* margin-top: 30px; */
    /* margin-left: -5px; */
}

.new-lefts .title-bottom span {
    line-height: 22px;
    color: #fff;
}

.new-three .new-rights {
    display: none;
}

.new-three .new-rights .item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.new-three .new-rights .item>img {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    object-fit: cover;
    margin-bottom: 9px;
}

.new-three .new-rights .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    text-align: left;
}

.new-three .new-rights .item .title img {
    width: 12px;
    height: 11px;
    object-fit: cover;
}

.new-rights .item .border_b {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}

.new-rights .item .border_b img {
    width: 20px;
    object-fit: cover;
}

.new-rights .title .title_span {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #FFFFFF;
    font-family: PingFang SC;
}

.new-rights .title .title_time {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: PingFang SC;
}

/* pc */
.new-left .title {
    height: 48px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 24px;
}

.new-left .more {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    margin-top: 15px;
    text-align: center;
}

.new-left .title-bottom {
    cursor: pointer;
}

.new-left .title-bottom img {
    width: 16px;
    object-fit: cover;
    margin-right: 10px;
}

.new-left .title-bottom span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 30px;
    margin-left: -5px;
}

.new-left .title-bottom span {
    line-height: 22px;
    color: #fff;
}

.new-three .new-right {
    display: flex;
    /* justify-content: space-between; */
}

.new-three .new-right a {
    margin-right: 52px;
}

.new-three .new-right a:last-of-type {
    margin-right: 0;
}

.new-three .new-right .item {
    width: 280px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.new-three .new-right .item:hover {
    width: 280px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.new-three .new-right .item:hover .item_img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.new-three .new-right .item_img {
    width: 100%;
    height: 177px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    object-fit: cover;
    margin-bottom: 9px;
    border-radius: 8px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.new-three .new-right .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    text-align: left;
}

.new-three .new-right .item .title img {
    width: 16px;
    height: 12px;
    object-fit: cover;
}

.new-right .item .border_b {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}

.new-right .item .border_b img {
    width: 20px;
    object-fit: cover;
}

.new-right .title .title_span {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #FFFFFF;
    font-family: PingFang SC;
}

.new-right .title .title_time {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: PingFang SC;
}

/* 下载app */
.i_down .oneleft {
    padding-top: 116px;
}

.i_down .oneleft .title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
}

.i_down .oneleft .from {
    margin-top: 30px;
    width: 308px;

}

.i_down .oneleft .from .el-input__inner {
    border-radius: 26px;
    border: 1px solid rgba(246, 88, 72, 1);
}

.i_down .oneleft .from .el-input__inner::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: rgba(147, 147, 147, 1);
}

.i_down .oneleft .from .line .el-input__inner {
    padding-left: 102px;
}

.i_down .oneleft .from .line_two .el-input__inner {
    padding-left: 33px;
    padding-right: 114px;
}

.i_down .oneleft .from .line {
    position: relative;
    margin-bottom: 20px;
}

.i_down .oneleft .from .line_two {
    position: relative;
    margin-bottom: 20px;
}

.i_down .oneleft .from .line .number {
    position: absolute;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(197, 197, 197, 1);
    line-height: 25px;
    left: 29px;
    top: 8px;
    padding-right: 17px;
    border-right: 1px solid #E8E8E8;
}

.i_down .oneleft .from .line_two .img_i {
    position: absolute;
    right: 30px;
    top: 6px;
    padding-left: 24px;
    border-left: 1px solid #E8E8E8;
}

.from .line_two .img_i .codeimg {
    width: 60px;
    height: 27px;
    object-fit: cover;
}

.oneleft .down {
    width: 177px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid rgba(241, 77, 60, 1);
    font-size: 18px;
    color: #F65848;
    display: inline-block;
}

.oneleft .down:hover {
    font-size: 18px;
    background-color: #F65848;
    color: #fff;
    display: inline-block;
}

/* 了解 */
.i_knwo {
    width: 100%;
    background: url(../image/index/red_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 53px 0 59px 0;
    margin-top: 20px;
}

.i_knwo .title {
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 21px;
}

.i_knwo .two_title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 45px;
}

.i_knwo a {
    display: inline-block;
    width: 142px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 31px;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
}

.i_knwo a.zx {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(255, 163, 153, 1);
    color: #F45645;
    margin-right: 29px;
}

.i_knwo a.sy {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    height: 43px;
    line-height: 43px;
}

/* 伙伴 */
.titLeft {
    color: #151515;
    font-weight: bold;
}

.i_partner {
    margin-top: 80px;
}

.i_partner .con {
    margin-top: 40px;
}

.i_partner>div {
    position: relative;
}

.i_partner>div img {
    width: 100%;
}

.i_partner>div .img_l {
    height: 460px;
}

.i_partner>div .img_r {
    height: 230px;
}

.i_partner>div .mb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 22, 43, 0.25);
    display: block;
    transition: 2s;
}

.i_partner>div:hover .mb {
    background: rgba(11, 22, 43, 0);
}

.i_partner>div .mb img {
    width: auto;
    position: absolute;
    bottom: 23px;
    left: 34px;
}

.i_partner .hover {
    overflow: hidden;
}

.i_partner .hover img {
    transition: 1s;
}

.i_partner .hover:hover img {
    transform: scale(1.2)
}

.i_partner .hover:hover .mb img {
    transform: scale(1)
}

.i_partner>div .mb img.img_logo2 {
    left: 0;
    bottom: 20px;
}

.i_partner>div .mb img.img_logo3 {
    bottom: 20px;
    left: 25px;
}

/* 新闻 */
.i_news {
    /* height: 370px; */
    width: 100%;
    margin-bottom: 70px;
    background: url(../image/index/bg3.png) no-repeat;
    background-size: cover;
}

/* 信赖 */
.i_trust {
    margin-top: 80px;
}

.i_trust .top {
    text-align: center;
}

.i_trust .con img {
    width: 90%;
}

.i_trust .f18 p {
    color: #666;
}

.i_trust .f18 p:nth-of-type(2) {
    color: #151515;
    margin: 40px 0 6px 0;
}

.i_design .f15 {
    width: 888px;
    margin: 0 auto;
    text-align: center;
    color: #9E9E9E;
    margin-bottom: 52px;
    padding-bottom: 20px;
    line-height: 30px;
}

.i_trust .myswiper {
    height: 90px;
    line-height: 90px;
    margin-top: 30px;
    width: 100%;
}

.i_trust .myswiper .swiper-wrapper {
    padding: 0 38px;
}

.i_trust .myswiper .swiper-button-next {
    right: 0;
    background-size: 11px;
    background: url('../image/index/trust_next.svg') no-repeat center;
}

.i_trust .myswiper .swiper-button-prev {
    background-size: 11px;
    left: 0;
    background: url('../image/index/trust_prev.svg') no-repeat center;
}

.i_trust .myswiper img {
    width: 80%;
    height: 90px;
}


/* solution页面 */
.pos_dom .top {
    text-align: center;
}

.pos_dom .top .solCenter {
    margin-top: 63px;
    display: inline-block;
    background: url('../image/index/logo.svg') no-repeat;
    background-size: contain;
    color: #151515;
    padding-left: 70px;
    margin-bottom: 27px;
    font-weight: bold;
}

.pos_dom .solu_content {
    width: 100%;

}

.solu_left1 {
    /* display: inline-block; */
    float: right;
    width: 55%;
}

.solu_left1 img {
    width: 100%;
}

.solu_right1 {
    /* display: inline-block; */
    float: left;
    width: 44%;
    text-align: center;
    position: relative;

}

.solu_right1 .top_line {

    display: inline-block;
    width: 98px;
    border: 3px solid black;
    /* margin: auto; */
    margin-bottom: 60px;
    margin-top: 60px;

}

.solu_right1 .right_content {

    width: 80%;
    margin: auto;
    text-align: center;
}

.solu_right1 .solu_title {
    margin-bottom: 20px;
}

.solu_right1 .solu_know {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    width: 100px;
    height: 40px;
    background-color: #E62AA1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

/* ////////////////////222222222222 */
.solu_left2 {
    /* display: inline-block; */
    float: left;
    width: 55%;
}

.solu_left2 img {
    width: 100%;
}

.solu_right2 {
    /* display: inline-block; */
    float: right;
    width: 44%;
    text-align: center;
    position: relative;

}

.solu_right2 .top_line {

    display: inline-block;
    width: 98px;
    border: 3px solid black;
    /* margin: auto; */
    margin-bottom: 60px;
    margin-top: 60px;

}

.solu_right2 .right_content {

    width: 80%;
    margin: auto;
    text-align: center;
}

.solu_right2 .solu_title {
    margin-bottom: 20px;
}

.solu_right2 .solu_know {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    width: 100px;
    height: 40px;
    background-color: #E62AA1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

.float_bottom {
    position: fixed;
    z-index: 999;
    bottom: 90px;
    right: 30px;
    width: 98px;
    /* height: 247px; */
    text-align: center;
}

.float_bottom .gotop {
    display: none;
}

.float_bottom img {
    width: 98px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.float_bottom .bimg {
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    object-fit: cover;
    cursor: pointer;
}

.float_bottom p {
    position: relative;
    top: -25px;
    left: 15px;
    width: 68px;
    height: 187px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float_bottom p span {
    cursor: pointer;
}

/* 新增轮播图 */
.content_lunbo {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.lunbonew {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.lunbonew .swiper-container {
    margin-top: 110px;
    margin-bottom: 70px;
    overflow: visible;
}

.lunbonew .swiper-container .img img {
    width: 100%;
    object-fit: cover;
}

.lunbonew .swiper-container .swiper-slide {
    background-color: #fff;
    transition: all linear 0.3s;
    padding-bottom: 20px;
}

.lunbonew .swiper-container .swiper-slide .word {
    opacity: 0;
    transition: all linear 0.2s;
}

.lunbonew .swiper-container .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    box-shadow: 4px 7px 8px 0px rgba(13, 4, 9, 0.1);
    z-index: 5;
}

.lunbonew .swiper-container .swiper-slide.swiper-slide-active .word {
    opacity: 1;
}

.lunbonew .swiper-container .swiper-slide .word .detail {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(107, 103, 100, 1);
    line-height: 21px;
    padding: 30px 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.lunbonew .swiper-container .swiper-slide .word .lb_title {
    text-align: right;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(50, 50, 49, 1);
    padding: 14px 30px;
}

.content_lunbo .swiper-button-next {
    right: -30px;
    position: absolute;
    background: url(../image/index/xiangyou.png) no-repeat;
    width: 61px;
    height: 61px;
    top: 30%;
}

.content_lunbo .swiper-button-prev {
    left: -30px;
    position: absolute;
    width: 61px;
    height: 61px;
    background: url(../image/index/xiangzou.png) no-repeat;
    top: 30%;

}

.layui-layer-page .layui-layer-content {
    border-radius: 6px;
}

.layui-layer-setwin .layui-layer-close2 {
    background: url(../image/index/closea.png) no-repeat !important;
    width: 15px !important;
    height: 15px !important;
    margin-left: 0;
    background-position: -149px -31px;
    right: 22px !important;
    top: 22px !important;
}

.tc_box .close {
    width: 15px;
    height: 15px;
    position: absolute;

}

.tc_box .tc_image {
    width: 126px;
    height: 42px;
    display: block;
    margin: 47px auto 16px;
}

.tc_box .testimg {
    width: 206px;
    height: 206px;
}

.tc_box .tc_p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(36, 41, 48, 1);
    margin: 12px auto 0;
    text-align: center;
}

.tc_box .bottom_word {
    width: 100%;
    height: 55px;
    background: rgba(168, 170, 173, .1);
    border-radius: 0px 0px 6px 6px;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    margin-top: 7px;
}

/* 注册弹窗 */
.tc_box_login .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(36, 41, 48, 1);
    margin-top: 46px;
}

.tc_box_login .from_login {
    margin-top: 24px;
    margin-bottom: 29px;
}

.tc_box_login .from_login .line {
    position: relative;
}

.tc_box_login .from_login .line .el-input {
    width: 329px;
}

.tc_box_login .from_login .line .el-input__inner {
    line-height: 59px;
    height: 59px;
    border: 0;
    border-bottom: 1px solid #F7F7F7;
}

.tc_box_login .from_login .line:last-of-type .el-input__inner {
    padding-right: 117px;
}

.tc_box_login .from_login .line .getcode {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(241, 77, 60, 1);
    position: absolute;
    right: 46px;
    top: 18px;
}

.tc_box_login .register_a {
    display: block;
    width: 350px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
    box-shadow: 0px 2px 6px 0px rgba(255, 163, 153, 1);
    border-radius: 23px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.tc_box_login .agreement {
    margin-top: 16px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(168, 170, 173, 1);
}

.tc_box_login .agreement a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(91, 101, 109, 1);
}

.tc_box_login .have {
    width: 440px;
    height: 46px;
    background: #F4F6F9;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(36, 41, 48, 1);
    margin-top: 68px;
}

.tc_box_login .have a {
    color: #F14D3C;
    cursor: pointer;
}

/* 登录弹窗 */
.tc_box_loginnew .tc_image {
    width: 126px;
    height: 42px;
    display: block;
    margin: 42px auto 16px;
}

.tc_box_loginnew .code_img {
    width: 81px;
    height: 36px;
    position: absolute;
    right: 54px;
    top: 10px;
}

.tc_box_loginnew .have {
    margin-top: 40px;
}

@media screen and (max-width: 1550px) {
    .solu_right1 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 40px;
        margin-top: 40px;

    }

    .solu_right2 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 40px;
        margin-top: 40px;

    }
}

@media screen and (max-width: 1410px) {
    .solu_right1 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .solu_right2 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .f30 {
        font-size: 28px;
    }

    .f16 {
        font-size: 14px;
    }

}

@media screen and (max-width: 1550px) {
    .lunbonew {
        width: 1200px;
    }
}

@media screen and (min-width: 1201px) {
    .content_lunbo {
        width: 90%;
    }

    .lunbonew {
        width: 1000px;
    }

    /* 交付中心 */
    .i_delivery .con .dec:last-child {
        flex: 2;
    }

    /* 信赖 */
    .i_trust .f18 p:nth-of-type(1) {
        line-height: 40px;
    }

    .i_trust .con {
        display: flex;
        align-items: center;
    }
}

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

    .new_content .new-right {
        display: flex;
        flex-wrap: wrap;
    }

    .content_lunbo {
        width: 90%;
    }

    .lunbonew {
        width: 900px;
    }

    /* 业务 */
    .i_business .imgshow img:first-child {
        width: 80%;
    }

    .i_business .imgshow img:last-child {
        width: 22%;
    }

    /* 信赖 */
    .i_trust .con img {
        width: 100%;
    }

    .i_trust .con .f18:nth-of-type(2) {
        padding-left: 20px !important;
    }

    /* 轮播 */
    .i_banner .swiper-slide {
        height: auto;
        max-height: 720px;
    }

    /* 定位 */
    /* .i_design .right{
        padding-top: 30px;
    } */
    .i_design .more {
        margin-top: 20px;
    }

    .i_design ul {
        margin-bottom: 0;
        margin-top: 20px;
    }


    /* 交付 */
    .i_delivery {
        height: auto;
        padding: 30px 0;
    }

    /* 伙伴 */
    .i_partner>div .mb img.img_logo1 {
        width: 60%;
    }

    .i_partner>div .mb img.img_logo2,
    .i_partner>div .mb img.img_logo3 {
        width: 30%;
    }

    .i_partner .titLeft {
        text-align: center;
    }

    .i_design .right .top {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .i_design .right .top p {
        width: 100%;
    }

    .i_design .f15 {
        width: 100%;
    }

    .i_partner>div .img_l {
        height: 300px;
    }

    .i_partner>div .img_r {
        height: 150px;
    }

    .solu_title2 {
        display: inline-block;
        width: 90%;
    }

    .solu_left1 {
        /* display: inline-block; */
        float: none;
        width: 100%;
    }

    .solu_right1 {
        /* display: inline-block; */
        float: none;
        width: 100%;
        text-align: center;
        position: relative;

    }

    .solu_right1 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .solu_right1 .solu_know {
        margin-top: 20px;
        display: inline-block;
        color: #fff;
        width: 100px;
        height: 40px;
        background-color: #E62AA1;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .solu_left2 {
        /* display: inline-block; */
        float: none;
        width: 100%;
    }

    .solu_right2 {
        /* display: inline-block; */
        float: right;
        width: 100%;
        text-align: center;
        position: relative;

    }

    .solu_right2 .top_line {

        display: inline-block;
        width: 98px;
        border: 3px solid black;
        /* margin: auto; */
        margin-bottom: 20px;
        margin-top: 20px;

    }

    .solu_right2 .solu_know {
        margin-top: 20px;
        display: inline-block;
        color: #fff;
        width: 100px;
        height: 40px;
        background-color: #E62AA1;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 10px;
    }

    /* 修改 */
    .i_design ul li {
        width: 220px;
    }

    .small_content .banner_word {
        width: 888px;
    }

    #banner {
        width: 100%;
    }

    .lunbothree .swiper-container {
        width: 100%;
    }

    /* 1/3 */
    .i_banner .module {
        width: 78px;
        height: 66px;
    }
}

@media screen and (max-width: 840px) {
    .float_bottom {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .special_ul {
        width: 80%;
        margin: 0 auto;
    }

    .special_ul ul {
        padding-left: 18%;
    }

    .special_ul ul li {
        margin-right: 11%;
    }

    .special_ul ul li:nth-of-type(2n) {
        margin-right: 0;

    }

    .i_news .new_content {
        width: 888px;
    }

    #banner {
        width: 100%;
    }

    .new-left .title {
        font-size: 18px;
    }

    .new-three .new-left {
        display: flex;

    }

    .new-three .new-left {
        flex-wrap: wrap;
    }

    .new_content {
        justify-content: center;
    }

    .new-three .new-left {
        display: none;
    }

    .new-three .new-right {
        display: none;
    }

    .new-three .new-lefts {
        display: block !important;
        display: flex !important;
    }

    .new-three .new-rights {
        width: 100%;
        display: block;

    }

    .new-three {
        justify-content: center;
    }

    /* 1/3 */
    .module {
        width: 60px;
        height: 50px;
    }

    .module .module_one {
        font-size: 20px;
    }

    .module .module_two {
        font-size: 16px;
    }

    .right .mb_more {
        width: 145px;
        line-height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .i_trust .con .f18:nth-of-type(2) {
        padding-left: 0 !important;
        margin-top: 20px;
    }

    .special_ul {
        width: 100%;
        margin: 0 auto;
    }

    .small_content .banner_word {
        width: 80%;
    }

    .i_news .new_content {
        width: 80%;
    }

    .content_lunbo {
        width: 90%;
    }

    .lunbonew {
        width: 700px;
    }
}

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

    /* 信赖 */
    .i_trust .con .f18:nth-of-type(2) {
        padding-left: 0px !important;
    }

    .i_experience ul li {
        width: 50%;
        padding: 0;
    }

    .i_modular .bgimg img {
        width: 100%;
    }

    .lunbothree .swiper-container {
        width: 100%;
    }

    .content_lunbo .swiper-button-next {
        display: none;
    }

    .content_lunbo .swiper-button-prev {
        display: none;

    }
}

@media screen and (max-width: 640px) {
    .i_six {
        margin-bottom: 0;
    }

    .i_modular .button a.know img {
        margin-bottom: 4px;
    }

    .i_news .new_content {
        padding: 0;
    }

    .new-three .new-rights .item {
        width: 100%;
    }

    .i_six {
        margin-bottom: 1 !important;
    }

    /* .new-three .new-rights{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } */
    .new-lefts .title {
        line-height: 48px;
    }

    .new-three .new-lefts {
        align-items: center;

    }

    .i_modular .button {
        text-align: center;
    }

    .right .mb_more {
        display: none;
    }

    /* 1/3 */
    .i_banner .module {
        width: 50px;
        height: 40px;
        right: 0;
        display: none;
    }

    .module .module_one {
        font-size: 18px;
    }

    .module .module_two {
        font-size: 14px;
    }

    .titCenter {
        padding-left: 40px;
    }


    .i_experience ul li {
        margin-top: 30px;
    }

    .i_business,
    .i_experience,
    .i_partner,
    .i_news,
    .i_trust,
    .i_online {
        margin-top: 50px;
    }


    .i_experience ul li img {
        width: 50px;
        height: 50px;
    }


    .i_delivery {
        padding: 20px 0;
    }

    .i_delivery .dec img {
        width: 30px;
        height: 30px;
    }

    .i_delivery .dec p {
        font-size: 14px;
    }

    .i_delivery .i_del_img {
        /* width: 40px; */
        height: 40px;
        object-fit: cover;
    }

    .i_delivery .con .i_deli {
        font-size: 13px;
    }

    /* 定位 */
    .i_design {
        margin-top: 55px;
    }

    .i_design .right .top p {
        line-height: 44px;
        height: 44px;
        background-size: contain;
    }

    /* .i_design ul li .con {
        padding: 10px 14px;
    }
    .i_design ul li img{
        width: 40px;
        height: 40px;
    } */
    .special_ul ul {
        padding-left: 0;
    }

    .special_ul ul li {
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .float_bottom {
        display: none !important;
    }

    .i_design ul li .f14 {
        display: inline-block;
        font-size: 13px;
        line-height: 21px;
    }

    .i_design ul li .con {
        padding: 35px 21px;
    }

    .i_design .f15 {
        margin-bottom: 10px;
    }

    .i_design .button {
        margin-bottom: 50px;
    }

    .i_delivery {
        margin-top: 35px;
    }

    .i_modular .title {
        font-size: 18px;
        margin-top: 22px;
        text-align: center;
        color: #323231;
    }

    .i_modular {
        margin-top: 15px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
        width: 90%;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .i_middle {
        display: none;
    }

    .i_modular .red_line {
        height: 3px;
        display: none;
    }

    .i_design_three {
        margin-top: 120px;
    }

    .i_modular .content_ulone {
        text-align: center !important;
    }

    .i_modular .content_ulthree {
        display: flex;
        justify-content: center;
    }

    .i_modular .button a {
        padding: 5px 12px;
        margin-bottom: 10px;
        text-align: center;
    }

    .i_modular .content_ul li {
        font-size: 15px;
        width: 50%;
    }

    .i_modular .bgimg img.bgimg {
        width: 90%;
        margin-top: 20px;

    }

    .i_design_three .why {
        position: absolute;
        top: -75px;
        right: 3%;
        width: 187px;
        height: 80px;
        object-fit: cover;

    }

    .i_design ul li p:nth-of-type(2) {
        text-align: justify;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    .i_design ul li p.red_line {
        border-radius: 50px;
        width: 34px;
    }

    .i_design ul li img {
        width: 67px;
        height: 93px;
    }

    .lunbo .swiper-container,
    .lunbo {
        height: 494px;
    }

    .i_design .right .top p.top_five {
        margin-top: 10px;
    }

    .new_content .new_ul li.click {
        font-size: 16px;
    }

    .i_news .new_content {
        width: 100%;
        margin-top: 10px;
    }

    .new_content .new_ul li {
        font-size: 14px;
    }

    .new_content .new_ul {
        width: 100%;
        padding: 0 20px;
    }

    .lunbothree {
        padding-bottom: 40px;
    }

    .lunbothree .swiper-container .swiper-slide {
        padding: 0 24px;
    }

    .lunbothree .swiper-container .swiper-slide .img {
        width: 100%;
        margin-bottom: 21px;
    }

    .lunbothree .swiper-container .swiper-slide .title .time_span {
        display: none;
    }

    .lunbothree .swiper-container .swiper-slide .time_span_small {
        display: block;
        font-size: 13px;
        text-align: left;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: rgba(107, 103, 100, 1);
        line-height: 38px;
    }

    .small_content .title {
        background-size: 74%;
        line-height: 43px;
        font-size: 19px;
        margin-top: 27px;
    }

    .banner_word .titlea {
        margin-top: 29px;
    }

    .lunbo .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }

    .i_six .six li {
        padding: 27px 13px;
        height: auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
        margin-top: 20px;
    }

    .i_six .six li .detail {
        font-size: 14px;
    }

    .small_content .banner_word {
        width: 80%;
        text-align: center;
        margin-top: 27px;
    }

    .banner_word .contenta {
        -webkit-line-clamp: 4;
    }

    .i_six .six li .title {
        font-size: 16px;
    }

    .i_design .right .top {
        justify-content: flex-start;
    }

    .i_design .right .top p {
        padding-left: 0;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .i_design .right {
        text-align: center;
        padding: 0;
    }

    .i_design .right p {
        font-size: 14px;
    }

    .i_design .right p.f28 {
        margin-top: 5px;
    }

    .i_design .right p:nth-of-type(2) {
        margin: 15px 0 0 0;
    }

    .i_design .more {
        padding: 5px 20px;
        margin-top: 15px;
    }

    .i_design .apply {
        padding: 5px 20px;
        margin-top: 15px;
    }

    .i_design ul li p:nth-of-type(1) {
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .i_news {
        height: auto;
    }

    #banner {
        margin-top: 10px;
    }

    .i_down .oneleft {
        padding-top: 0;
        margin-top: -10px;
    }

    /* 业务 */
    .titCenter {
        margin-bottom: 15px;
    }

    .i_business .change {
        justify-content: space-around;
        margin-top: 20px;
    }

    .i_business .change li {
        padding: 10px;
        text-align: center;
        margin: 0;
    }

    .i_business .top {
        text-align: left;
    }

    .i_business .top .f28 {
        font-size: 14px;
    }

    .i_business ul.ulshow {
        margin: 10px 0 0 0;
    }

    .i_business ul .f18 {
        font-size: 13px;
    }

    /* 体验 */
    .i_experience {
        text-align: left;
    }

    .i_experience ul li {
        margin-top: 15px;
        text-align: center;
    }

    .i_experience ul li {
        padding: 0 10px;
    }

    .i_experience .f14 {
        text-align: justify;
    }

    .i_experience ul li .f14 {
        font-size: 12px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }


    /* 合作伙伴 */
    .i_partner>div .img_l {
        height: 200px;
    }

    .i_partner>div .img_r {
        height: 100px;
    }

    .i_partner .titLeft {
        text-align: left;
    }

    .i_partner .con {
        margin-top: 15px;
    }

    .i_partner>div .mb img.img_logo1 {
        left: 15px;
        bottom: 15px;
    }

    .i_partner>div .mb img.img_logo2 {
        left: 5px;
        bottom: 10px;
    }

    .i_partner>div .mb img.img_logo3 {
        bottom: 15px;
        left: 18px;
    }

    /* 信赖 */
    .i_trust .con {
        display: inline-block;
    }

    .i_trust .myswiper {
        height: 40px;
        line-height: 40px;
    }

    .i_trust .myswiper .swiper-wrapper {
        padding: 0;
    }

    .i_trust .swiper-slide {
        text-align: center;
    }

    .i_trust .myswiper img {
        width: 80%;
        height: 40px;
    }

    .i_trust .top {
        text-align: left;
    }

    .i_trust .f18 p {
        color: #666;
        font-size: 14px;
    }

    .i_trust .f18 p:nth-of-type(2) {
        color: #151515;
        margin: 15px 0 6px 0;
    }

    .i_down .oneleft .title {
        font-size: 16px;
    }

    .i_down .oneleft .from .line .number {
        font-size: 16px;
    }

    .i_down .oneleft .from .el-input__inner::placeholder {
        font-size: 16px;
    }

    .oneleft .down {
        font-size: 16px;
    }

    .i_knwo .title {
        font-size: 16px;
    }

    .i_knwo .two_title {
        font-size: 14px;
        width: 342px;
        margin: 0 auto 43px;
    }

    .lunbothree .swiper-slide .content_div {
        text-align: left;
    }

    .lunbotwo .swiper-slide-active {
        padding: 0 50px 20px;
        border: 0;
    }

    .lunbotwo .swiper-slide .image {
        height: 147px;
    }

    .lunbotwo .swiper-slide .word {
        padding-top: 40px;
    }

    .lunbotwo .swiper-button-prev {
        left: 10%;
        top: 60%;
    }

    .lunbotwo .swiper-button-next {
        right: 10%;
        top: 60%;
    }

    .i_down .oneleft .title {
        display: none;
    }

    .i_down .oneleft .from {
        width: 100%;
    }

    .oneleft .down {
        width: 100%;
        background: linear-gradient(90deg, rgba(249, 132, 111, 1) 0%, rgba(241, 77, 60, 1) 100%);
        box-shadow: 0px 2px 14px 0px rgba(218, 155, 148, 1);
        border-radius: 45px;
        border: 0;
        color: #fff;
    }

    .small_phone {
        width: 100%;
        display: none;
    }

    .i_design ul li:nth-of-type(1) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(1):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(2) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(2):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(3) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(3):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(4) {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:nth-of-type(4):hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 24px 0px rgba(169, 158, 156, 0.2);
        border-radius: 14px;
    }

    .i_design ul li:hover .con {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #fff;
        padding: 35px 41px;
    }

    .i_design ul li:hover .one {
        display: initial;
    }

    .i_design ul li:hover .red_line {
        display: block;
    }

    .i_design ul li:hover .f14 {
        color: #6B6764;
    }

    .i_design ul li:hover .f29 {
        display: block;
    }

    .lunbonew {
        width: 100%;
    }

    .content_lunbo {
        width: 100%;
    }

    .lunbonew .swiper-container .swiper-slide .word .detail {
        padding: 0;
        letter-spacing: 0px;
        transform: scale(0.8);
        line-height: 18px;
    }

    .lunbonew .swiper-container .swiper-slide .word .lb_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0;

    }

    .lunbonew .swiper-container .swiper-slide.swiper-slide-active {
        transform: scale(1.5);
    }

    .lunbonew .swiper-container .swiper-slide .word .lb_title {
        padding: 0;
        letter-spacing: 0px;
        transform: scale(0.8);
    }

    .lunbonew .swiper-container .swiper-slide.swiper-slide-active .word {
        margin-top: 10px;
    }

    .i_design .right .top p.top_six {
        margin-bottom: 5px;
    }

    .i_news {
        margin-top: 0;
        padding-top: 50px;
        background-size: auto;
    }

    .i_six .six li .img {
        width: 80px;
        height: 80px;
    }

    .i_delivery {
        padding: 30px 0 20px;
    }

    .i_design .right p.f15 {
        font-size: 13px;
    }

    .i_design .f15 {
        line-height: 24px;
        padding: 0 20px;

    }

    .i_design .apply {
        font-size: 14px;
        padding: 10px 30px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .i_design .more {
        font-size: 14px;
        padding: 9px 30px;
        margin-top: 15px;
    }

    /* .i_knwo{
    margin-top: 60px;
} */
}

@media (max-width:1200px) {
    .i_banner .module {
        display: none;
    }

    .news_content .news_list_a {
        margin-bottom: 20px;
    }

    .mb .zhe_text {
        font-size: 28px;
    }

    .new_bg {
        height: auto;
        align-items: center;
    }
}


.shownew {
    display: flex !important;
}

@media (max-width: 1680px) {

    .travel {
        padding: 53px 0 58px 0;
    }

    .travel-content {
        width: 1170px !important;
    }

    .i_design .right .top .top_header {
        font-size: 38px;
    }

    .travel .i_design .right .top .top_dec {
        font-size: 15px;
        margin-top: 15px;
    }

    .i_design {
        margin-top: 0
    }

    .travel-content {
        margin-top: 60px;
    }

    .travel-content .travel-item {
        padding: 38px 19px 35px 24px;
    }

    .travel-content .travel-item .item-left .item-left_tit {
        font-size: 23px;
    }

    .travel-content .travel-item .item-left .item-left_dec {
        font-size: 14px;
        margin-top: 14px;
    }

    .travel-content .travel-item .item-left_ico {
        width: 99px;
        height: 99px;
    }

    .travel .travel-fun {
        margin-top: 44px;
    }

    .travel .travel-fun .fun-one {
        width: 186px;
        height: 42px;
        font-size: 15px;
        margin-right: 18px;
    }

    .travel .travel-fun .fun-two {
        width: 186px;
        height: 42px;
        font-size: 15px;
    }

    .pillar {
        margin-top: 81px;
    }

    .pillar-tab {
        margin-top: 37px !important;
        margin-bottom: 38px !important;
    }

    .pillar .pillar-tab .tab-itemact {
        width: 203px;
        height: 48px;
        font-size: 15px;
    }

    .pillar .pillar-tab .tab-item {
        width: 203px;
        height: 48px;
        font-size: 15px;
    }

    .pillar-left .pillar-left-tit {
        font-size: 29px;
    }

    .pillar-left-item .pillar-left-itemtit {
        width: 395px;
        font-size: 15px;
    }

    .pillar-left-itemIco {
        width: 18px;
        height: 18px;
    }

    .pattern {
        padding: 71px 0 13px 0;
    }

    .i_design .right .top .top_dect {
        font-size: 15px;
    }

    .pattern .pattern-left .left-one {
        width: 353px;
        padding: 26px 0 19px 20px;
    }

    .left-one_hea .one_hea-tit {
        font-size: 18px;
    }

    .left-one_hea .one_hea-ico {
        width: 21px;
        height: 21px;
        margin-right: 15px;
    }

    .left-botm_hea .two_hea-tit {
        font-size: 12px;
    }

    .left-botm_hea .two_hea-ico {
        width: 81px;
        height: 81px;
    }

    .pattern .pattern-left .left-two {
        width: 353px;
        padding: 26px 0 19px 20px;
    }

    .left-two .left-one_hea .one_hea-tit {
        font-size: 18px;
    }

    .left-two .left-botm_hea .two_hea-tit {
        font-size: 12px;
    }

    .left-botm_hea {
        margin-top: 11px;
    }

    .pattern .pattern-left .left-one:hover {
        .left-one_hea .one_hea-tit {
            font-size: 18px;

        }

        .left-botm_hea .two_hea-tit {
            font-size: 12px;
        }
    }

    .pattern .pattern-left .left-two:hover {
        .left-one_hea .one_hea-tit {
            font-size: 18px;
        }

        .left-botm_hea .two_hea-tit {
            font-size: 12px;
        }
    }

    .i_predicament .right .top .tit {
        font-size: 38px;
    }

    .predicament-one {
        width: 264px;
    }

    .predicament-one .ui-item {
        width: 264px;
        padding: 99px 23px 11px 23px;
    }

    .ui-item .item-tit {
        font-size: 23px;
    }

    .ui-item .item-dect {
        margin-top: 12px;
        width: 218px;
        font-size: 12px;
    }

    .special_ul-item .ul-item_img {
        width: 123px;
        height: 123px;
    }

    .special_ul-item {
        width: 123px;
        height: 123px;
        left: 24%;
    }

    .special-tree {
        margin-right: 0;
        margin-top: 0;
    }

    .special-one {
        margin-left: 0;
        margin-top: 0;
    }

    .special_ul {}

    /* .special-tree{
        margin-top: 65px;
        margin-right: 239px;
    } */
    /* .special-two{
        margin-top: 67px;
    } */
    /* .special-two .predicament-one{
        margin-left: 239px;
    }
    .special-two .special_ul-item{
        left: 62%;
    } */
    .center-ico {
        width: 442px;
        height: 412px;
    }

    .special-two .special_ul-item {
        left: 41%;
    }

    .special_ul {
        width: 1101px;
        margin: 0 auto;
    }

    .special-two .predicament-one {
        /*margin-left: 62px;*/
    }

    .right-spec {
        margin-top: 65px;
    }

    .left-spec {
        margin-top: 83px;
    }

    .travel-content .travel-item .item-left .item-left_dec {
        width: 195px;
    }

    .pillar .bgimg {
        width: 603px;
        height: 416px;
    }

}

@media (max-width: 1440px) {
    .travel {
        padding: 53px 0 58px 0;
    }

    .travel-content {
        width: 1170px !important;
    }

    .i_design .right .top .top_header {
        font-size: 38px;
    }

    .travel .i_design .right .top .top_dec {
        font-size: 15px;
        margin-top: 15px;
    }

    .i_design {
        margin-top: 0
    }

    .travel-content {
        margin-top: 60px;
    }

    .travel-content .travel-item {
        padding: 38px 19px 35px 24px;
    }

    .travel-content .travel-item .item-left .item-left_tit {
        font-size: 23px;
    }

    .travel-content .travel-item .item-left .item-left_dec {
        font-size: 14px;
        margin-top: 14px;
    }

    .travel-content .travel-item .item-left_ico {
        width: 99px;
        height: 99px;
    }

    .travel .travel-fun {
        margin-top: 44px;
    }

    .travel .travel-fun .fun-one {
        width: 186px;
        height: 42px;
        font-size: 15px;
        margin-right: 18px;
    }

    .travel .travel-fun .fun-two {
        width: 186px;
        height: 42px;
        font-size: 15px;
    }

    .pillar {
        margin-top: 81px;
    }

    .pillar-tab {
        margin-top: 37px !important;
        margin-bottom: 38px !important;
    }

    .pillar .pillar-tab .tab-itemact {
        width: 203px;
        height: 48px;
        font-size: 15px;
    }

    .pillar .pillar-tab .tab-item {
        width: 203px;
        height: 48px;
        font-size: 15px;
    }

    .pillar-left .pillar-left-tit {
        font-size: 29px;
    }

    .pillar-left-item .pillar-left-itemtit {
        width: 395px;
        font-size: 15px;
    }

    .pillar-left-itemIco {
        width: 18px;
        height: 18px;
    }

    .pattern {
        padding: 71px 0 13px 0;
    }

    .i_design .right .top .top_dect {
        font-size: 15px;
    }

    .pattern .pattern-left .left-one {
        width: 353px;
        padding: 26px 0 19px 20px;
    }

    .left-one_hea .one_hea-tit {
        font-size: 18px;
    }

    .left-one_hea .one_hea-ico {
        width: 21px;
        height: 21px;
        margin-right: 15px;
    }

    .left-botm_hea .two_hea-tit {
        font-size: 12px;
    }

    .left-botm_hea .two_hea-ico {
        width: 81px;
        height: 81px;
    }

    .pattern .pattern-left .left-two {
        width: 353px;
        padding: 26px 0 19px 20px;
    }

    .left-two .left-one_hea .one_hea-tit {
        font-size: 18px;
    }

    .left-two .left-botm_hea .two_hea-tit {
        font-size: 12px;
    }

    .left-botm_hea {
        margin-top: 11px;
    }

    .pattern .pattern-left .left-one:hover {
        .left-one_hea .one_hea-tit {
            font-size: 18px;

        }

        .left-botm_hea .two_hea-tit {
            font-size: 12px;
        }
    }

    .pattern .pattern-left .left-two:hover {
        .left-one_hea .one_hea-tit {
            font-size: 18px;
        }

        .left-botm_hea .two_hea-tit {
            font-size: 12px;
        }
    }

    .i_predicament .right .top .tit {
        font-size: 38px;
    }

    .predicament-one {
        width: 264px;
    }

    .predicament-one .ui-item {
        width: 264px;
        padding: 99px 23px 11px 23px;
    }

    .ui-item .item-tit {
        font-size: 23px;
    }

    .ui-item .item-dect {
        margin-top: 12px;
        width: 218px;
        font-size: 12px;
    }

    .special_ul-item .ul-item_img {
        width: 123px;
        height: 123px;
    }

    .special_ul-item {
        width: 123px;
        height: 123px;
        left: 24%;
    }

    .special-tree {
        margin-right: 0;
        margin-top: 0;
    }

    .special-one {
        margin-left: 0;
        margin-top: 0;
    }

    .special_ul {}

    /* .special-tree{
        margin-top: 65px;
        margin-right: 239px;
    } */
    /* .special-two{
        margin-top: 67px;
    } */
    /* .special-two .predicament-one{
        margin-left: 239px;
    }
    .special-two .special_ul-item{
        left: 62%;
    } */
    .center-ico {
        width: 442px;
        height: 412px;
    }

    .special-two .special_ul-item {
        left: 41%;
    }

    .special_ul {
        width: 1101px;
        margin: 0 auto;
    }

    .special-two .predicament-one {
        /*margin-left: 62px;*/
    }

    .right-spec {
        margin-top: 65px;
    }

    .left-spec {
        margin-top: 83px;
    }

    .travel-content .travel-item .item-left .item-left_dec {
        width: 195px;
    }

    .pillar .bgimg {
        width: 603px;
        height: 416px;
    }

}