.phonenavshow {
    display: none;
}

.actireconten {
    padding: 230px 8% 70px;
}

.menu-nav {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.actireconten .menu-nav .nav-list {
    margin: 0;
}

.textcontent {
    padding-top: 110px;
    display: flex;
    flex-direction: cloumn;
    align-items: center;
    justify-content: center;
}

.richconten {
    /*flex: 1;*/
    flex: none;
    width: calc(100% - 390px);
}

.richconten h3 {
    font-family: helvetica-bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    color: #292929;
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
}

.simgbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.spicbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mswiper-box {
    margin-bottom: 30px;
}

.mswiper-box .mySwiper {
    padding: 10px 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #c9c9c9 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #f8b62d !important;
}

.mswiper-box .mySwiper .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.mswiper-box .mySwiper .swiper-wrapper .swiper-slide-thumb-active::after {
    content: none;
    background: transparent;
}

.mswiper-box .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}

.mswiper-box .phonemySwiper {
    display: none;
}

.richconten p {
    font-size: 14px;
    line-height: 19px;
    color: #626262;
}

.news-time {
    font-size: 16px;
    color: #282828;
    padding: 0 0 35px 0;
    text-align: center;
    margin-bottom: 55px;
    border-bottom: 1px solid #cccccc;
}

/* 推荐新闻 */
.cnews-box {
    margin-top: 55px;
    padding-top: 55px;
    border-top: 1px solid #cccccc;
}

.cnews-box .cases-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cnews-box .cases-list .cases-item {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
    overflow: hidden;
}

.cnews-box .cases-list .cases-item:nth-child(2n) {
    margin-right: 0;
}

.newimgbox {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.newbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cnews-box .cases-list .cases-item img {
    transition: all 0.5s;
}

.cnews-box .cases-list .cases-item:hover img {
    cursor: pointer;
    transform: scale(1.05);
}

.cnews-box .cases-list .cases-item:hover .icases-content .icase-text {
    color: #f8b62d;
}

.cnews-box .cases-list .cases-item .icases-content {
    /*display: flex;*/
    /*align-items: center;*/
    padding: 16px 0;
    color: #333333;
}

.cnews-box .cases-list .cases-item .icases-content:hover {
    cursor: pointer;
}

.cnews-box .cases-list .cases-item .icases-content .icon-title {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 21px;
    margin-right: 12px;
    text-align: right;
}

.cnews-box .cases-list .cases-item .icases-content .icon-title .icases-date {
    font-family: helvetica-Regular, Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
}

.cnews-box .cases-list .cases-item .icases-content .icase-text {
    flex: 1;
    font-family: helvetica-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}

.menuconten {
    flex: none;
    width: 330px;
    margin-left: 60px;
}

.menulist {
    height: 470px;
    border-radius: 6px;
    margin-bottom: 50px;
}

.mitemtitle {
    padding-left: 20px;
    font-size: 24px;
    color: #fbb03b;
    height: 70px;
    line-height: 70px;
    background-color: rgb(40, 40, 40);
    border-radius: 6px 6px 0 0;
}

.mitembox {
    height: 400px;
    padding: 30px 20px;
    border-radius: 0 0 6px 6px;
    background-color: rgb(238, 238, 238);
}

.mitem {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.mitem:hover {
    cursor: pointer;
    color: #fbb03b;
}

.mmore {
    text-align: right;
    color: #fbb03b;
}

.mmore:hover {
    cursor: pointer;
}

.caselist img {
    height: 330px;
    border-radius: 6px;
}

.caselist h6 {
    color: #282828;
    font-size: 18px;
    margin-top: 10px;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1480px) {
    .actireconten {
        padding: 190px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .menu-nav .nav-list .phone-navitem {
        display: none;
    }

    .menu-nav .nav-list {
        font-size: 1.2rem;
    }

    .navshow {
        display: none;
    }

    .phonenavshow {
        display: block;
    }

    .actireconten {
        padding: 92px 0 0;
    }

    .menu-nav {
        border-bottom: none;
    }

    .textcontent {
        padding: 10px 0 35px;
        flex-direction: column;
    }

    .richconten {
        width: 100%;
        margin-bottom: 0px;
    }

    .richconten h3 {
        font-size: 1.8rem;
        line-height: 1.9rem;
        margin-bottom: 7px;
    }

    .news-time {
        padding: 0 0 15px 0;
        margin-bottom: 35px;
    }

    .menuconten {
        width: 100%;
        margin-left: 0px;
    }

    .mswiper-box .phonemySwiper {
        display: block;
        padding: 10px 0;
        height: 75px;
    }

    .mswiper-box .mySwiper {
        display: none;
    }

    .mswiper-box .mySwiper2 {
        height: 230px;
    }

    .mswiper-box .mySwiper .swiper-wrapper .swiper-slide {
        margin-right: 10px !important;
    }

    .mswiper-box {
        margin-bottom: 15px;
    }

    .cnews-box {
        display: none;
        margin-top: 35px;
        padding-top: 35px;
    }

    .cnews-box .cases-list .cases-item .icases-content {
        padding: 10px;
    }

    .cnews-box .cases-list .cases-item .icases-content .icase-text {
        font-size: 1.4rem;
        line-height: 15px;
    }

    .cnews-box .cases-list .cases-item .icases-content .icon-title {
        font-size: 1.3rem;
    }
}