/* 网站样式表 */


/* 首页轮播图样式 */
.banner1-out .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner1-out .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner1-out {
    position: relative;
    width: 100%;
}

.banner1-out .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.banner1-out .swiper-pagination-bullet {
    margin: 0 4px;
    height: 6px;
    width: 30px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.644);
}

.banner1-out .swiper-pagination-bullet-active {
    background: white;
}

@media screen and (max-width:680px) {}

/* 首页轮播图样式结束 */


/* 模块大标题样式开始 */
.title1 {
    text-align: center;
}

.title1 dt {
    color: #333;
    font-size: 35px;
    letter-spacing: 2px;
}

.title1 dd {
    margin-top: 10px;
    color: #817e7e;
    font-size: 15px;
}

.title1 span {
    color: #0459AA;
    font-weight: bold;
}

@media screen and (max-width:680px) {
    .title1 dt {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .title1 dd {
        font-size: 12px;
    }
}

/* 模块大标题样式结束 */




/* 首页系统列表样式开始 */
.sec1-out {
    padding: 80px 0;
}

.sec1 {
    margin-top: 60px;
    background: url(https://img.cc0.cn/pixabay/201910231850148529.jpg!860.jpg) no-repeat center;
    background-size: cover;
}

.sec1-bg {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
}

.sec1-item {
    width: 25%;
    text-align: center;
    margin-top: 0;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.39);
    box-sizing: border-box;
    padding: 30px 0;
    background: #0459AA;
    border-left: none;
}

.sec1-item:hover {
    background: #034481;
    transition: all 0.3s;
}

.sec1-img i {
    font-size: 60px;
}

.sec1-item p {
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    color: white;
}

.sec1-item:nth-child(1) {
    margin-top: 0;
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.39);
}

.sec1-item:nth-child(2) {
    margin-top: 0;
    border-bottom: none;
}

.sec1-item:nth-child(3) {
    margin-top: 0;
    border-bottom: none;
}

.sec1-item:nth-child(4) {
    margin-top: 0;
    border-bottom: none;
}

.sec1-item:nth-child(5) {
    border-left: 1px solid rgba(255, 255, 255, 0.39);
}

.sec1-item:nth-child(8) .sec1-img i {
    color: #FF7019;
}

@media screen and (max-width:680px) {
    .sec1-out {
        padding: 20px 0;
    }

    .sec1 {
        margin-top: 10px;
        padding: 0;
    }

    .sec1-bg {
        padding: 10px;
    }

    .sec1-item {
        padding: 10px;
    }

    .sec1-img i {
        font-size: 30px;
    }

    .sec1-item p {
        margin-top: 6px;
        font-size: 12px;
    }
}

/* 首页系统列表样式结束 *


/* 首页系统优势开始 */
.sec3-out {
    padding: 80px 0;
}

.sec3 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec3-item {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 30px;
    border-right: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.sec3-item:hover {
    background: #0459AA;
    color: white;
}

.sec3-item:nth-child(1) {
    border-bottom: 1px solid #f0f0f0;
}

.sec3-item:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
}

.sec3-item:nth-child(3) {
    border-bottom: 1px solid #f0f0f0;
}

.sec3-item:nth-child(4) {
    border-bottom: 1px solid #f0f0f0;
    border-right: none
}

.sec3-item:nth-child(8) {
    border-right: none
}

.sec3-item-img i {
    font-size: 50px;
    color: #0459AA;
}

.sec3-item:hover .sec3-item-img i {
    color: white;
}

.sec3-item dt {
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

.sec3-item dd {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}

.sec3-item:hover dt,
.sec3-item:hover dd {
    color: white;
}

@media screen and (max-width:680px) {
    .sec3-out {
        padding: 20px 0;
    }

    .sec3 {
        margin-top: 10px;
    }

    .sec3-item {
        padding: 15px 2px;
    }

    .sec3-item-img i {
        font-size: 30px
    }

    .sec3-item dt {
        font-size: 12px;
        margin-top: 8px;
        font-weight: normal;
    }

    .sec3-item dd {
        display: none;
    }
}




/* 首页系统优势结束 */


/* 方案页系统模块开始 */
.index11-out .title1 dt {
    color: white;
}

.index11-out {
    background: url(../images/t9.jpg) no-repeat center;
    background-size: cover;
}

.index11-out-bg {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.35);
}

.index11 {
    margin-top: 50px;
    position: relative;

}

.index11-out .swiper {
    width: 100%;
    height: 100%;
    padding: 0 0 20px;
    overflow: hidden;
}

.index11-out .swiper-pagination {
    bottom: 0px !important;
}

.index11-out .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5) !important;
    width: 15px !important;
    height: 3px !important;
    border-radius: 0px !important;
}

.index11-out .swiper-pagination-bullet-active {
    background: white !important;
}

.index11-out .swiper-button-next,
.index11-out .swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.363);
    font-size: 16px;
    transition: all 0.3s;
}

.index11-out .swiper-button-next {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index11-out .swiper-button-next::after {
    content: '';
}

.index11-out .swiper-button-prev {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index11-out .swiper-button-prev::after {
    content: '';
}

.index11-out .swiper-button-next:hover,
.index11-out .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.index11-item {
    display: flex;
    justify-content: space-between;
}

.index11-item-con {
    width: 33%;
    background: linear-gradient(135deg, #0459AA 0%, #043664 100%);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.index11-item-con h4 {
    font-size: 25px;
    letter-spacing: 3px;
    color: white;
}

.index11-item-con p {
    margin-top: 25px;
    text-align: justify;
    color: white;
    line-height: 22px;
}

.index11-item-con a {
    position: absolute;
    display: block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
    left: 30px;
    background: white;
    color: #333;
    border-radius: 5px;
}

.index11-item-img {
    width: 65%;
    background: white;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}


@media screen and (max-width:680px) {
    .index11-out-bg {
        padding: 20px 0;
    }

    .index11 {
        margin-top: 10px;
    }

    .index11-item-img {
        padding: 10px;
    }

    .index11-item-con {
        padding: 10px;
        overflow: hidden;
    }

    .index11-item-con h4 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .index11-item-con p {
        display: none;
    }

    .index11-item-con a {
        font-size: 12px;
        width: auto;
        line-height: 26px;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }
}




/* 方案页系统模块结束 */




/* 首页产品模块开始 */
.sec4-out {
    padding: 100px 0;
}

.sec4-nav {
    display: flex;
    justify-content: center;
}

.sec4-nav li {
    margin: 0 20px;

}

.sec4-nav li a {
    padding: 8px 14px;
    display: block;
    background: #0459AA;
    color: white;
}

.sec4-nav li a:hover {
    background: #FF7019;
}

.sec4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sec4-item {
    width: 23%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.sec4-title {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0459AA;
    left: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s;
}

.sec4-item:hover .sec4-title {
    top: 0;
}

@media screen and (max-width:680px) {
    .sec4-out {
        padding: 20px 0;
    }

    .sec4-nav li {
        margin: 0 5px;
    }

    .sec4-nav li a {
        font-size: 12px;
        padding: 3px 5px;
    }

    .sec4-item {
        margin-top: 5px;
        padding: 2px;
    }

    .sec4-item {
        width: 32%;
    }

    .sec4-item:last-child {
        display: none;
    }

    .sec4-title {
        font-size: 12px;
        text-align: center;
    }
}

/* 首页产品模块结束 */


/* 首页经典案例模块开始 */
.sec5-out {
    padding: 80px 0;
    background: #f0f0f0;
}

.sec5 {
    margin-top: 60px;
    overflow: hidden;
}

.sec5-item {
    background: white;
}

.sec5-item-img {
    height: 220px;
    overflow: hidden;
}

.sec5-item-title {
    box-sizing: border-box;
    padding: 40px 30px 80px;
    font-size: 18px;
}

@media screen and (max-width:680px) {
    .sec5-out {
        padding: 20px 0;
    }

    .sec5 {
        margin-top: 10px;
    }

    .sec5-item-img {
        height: 110px;
    }

    .sec5-item-title {
        padding: 10px;
        font-size: 12px;
    }

    .sec5-item-title h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}


/* 首页经典案例模块结束 */


/* 首页公司介绍模块开始 */

.vbox-out {
    width: 100%;
    height: 100%;
}

.vbox-in {
    width: 100%;
    height: 100%;
}

.vbox {
    width: 100%;
}

/* 首页公司介绍模块结束 */


/* 首页新闻模块开始 */
.sec7-out {
    padding: 0 0 40px;
    position: relative;
}

.sec7 {
    display: flex;
    justify-content: space-between;
}

.sec7-left {
    width: 49%;
}

.sec7-right {
    width: 49%;
}

.sec7-item {
    box-sizing: border-box;
    padding: 15px;
    border: 1px dotted #3333;
}

.sec7-more {
    text-align: right;
    transform: translateY(5px);
}

.sec7-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec7-des span:nth-child(1) {
    font-weight: bold;
    color: #0459AA;
    font-size: 24px;
}

.sec7-des span:nth-child(2) {
    height: 10px;
    width: 8px;
    background: #0459AA;
}

.sec7-des span:nth-child(3) {
    height: 10px;
    background: #F5F5F5;
    width: 70%;
}

.sec7-list-li {
    border-bottom: 1px dotted #3333;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.sec7-list-li a {
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec7-list-li:first-child {
    margin-top: 20px;
}

.sec7-list-li:hover {
    color: #0459AA;
}

@media screen and (max-width:680px) {
    .sec7 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sec7-left {
        width: 100%;
        margin-top: 20px;
    }

    .sec7-right {
        width: 100%;
    }

    .sec7-item {
        padding: 5px;
    }

    .sec7-des span:nth-child(1) {
        font-size: 13px;
    }

    .sec7-list-li {
        font-size: 13px;
    }
}


@keyframes indexia {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0px);
    }
}

.index1-xia {
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    animation: indexia 1s infinite ease-in-out;
}

.index1-xia i {
    transform: rotate(0deg);
    transition: all 0.3s;
    display: none;
}

.index1-active {
    height: 376px !important;
}

.index1-xia-active {
    transform: rotate(180deg) !important;
}

@media screen and (max-width:680px) {
    .index1-xia i {
        display: block;
    }
}

.sec8 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 80px;
}

.sec8 .sec7-item {
    width: 24%;
}

.sec8 .sec7-des span:nth-child(1) {
    font-size: 20px;
}

.sec8 .sec7-des span:nth-child(3) {
    width: 60%;
}

@media screen and (max-width:680px) {
    .sec8-out {
        display: none;
    }

    .sec8 {
        padding: 0px 10px 20px;
    }

    .sec8 .sec7-item {
        width: 100%;
        margin-top: 10px;
    }

    .sec8 .sec7-des span:nth-child(1) {
        font-size: 13px;
    }
}

/* 首页新闻模块结束 */


/* 首页加盟模块开始 */
.sec9-out {
    /* background: url(https://img.cc0.cn/pixabay/2019102203593864356.jpg!860.jpg) no-repeat center; 
    background-size: cover; */
}

.sec9-bg {
    background: rgba(0, 0, 0, 0.0);
    padding: 80px 0;
}

.sec9 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

.sec9-item {
    width: 33.3333%;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.301);
    padding: 80px 40px;
}

.sec9-item:first-child {
    border-left: none;
}

.sec9-item-num {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sec9-item-num span:nth-child(1) {
    width: 50px;
    height: 2px;
    background: #DEDEDE;
}

.sec9-item-num span:nth-child(2) {
    color: #8F8F8F;
    margin-left: 20px;
}

.sec9-item-title {
    margin-top: 25px;
    color: #8F8F8F;
    font-size: 18px;
    font-weight: bold;
}

.sec9-item-des {
    color: #AFAFAF;
    margin-top: 25px;
    text-align: justify;
}

@media screen and (max-width:680px) {
    .sec9-bg {
        padding: 20px 0;
    }

    .sec9 {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .sec9-item {
        padding: 0px 4px;
    }

    .sec9-item-num {
        margin-top: 5px;
    }

    .sec9-item-title {
        margin-top: 8px;
        font-size: 13px;
    }

    .sec9-item-des {
        font-size: 12px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* 首页加盟模块结束 */


/* 首页智慧解决方案模块开始 */
.sec10-out {
    background: #f0f0f0;
    padding: 80px 0;
}

.sec10 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.sec10-l {
    width: 35%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec10-l-item {
    width: 49%;
    position: relative;
    overflow: hidden;
}

.sec10-l-item:nth-child(1) {
    margin-bottom: 20px;
}

.sec10-l-item:nth-child(2) {
    margin-bottom: 20px;
}

.sec10-l-img img {
    transition: all 0.8s;
}

.sec10-l-item:hover .sec10-l-img img {
    transform: scale(1.1);
}

.sec10-l-item h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0459AA;
    color: white;
    text-align: center;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 18px;
}

.sec10-r {
    width: 63%;
    display: flex;
    justify-content: space-between;
    background: white;
    box-sizing: border-box;
}

.sec10-r-nav {
    background: #0459AA;
    width: 25%;
    color: white;
    box-sizing: border-box;
    padding: 40px 0;
}

.sec10-r-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    padding: 20px 10px 20px 10px;
    font-size: 16px;
    transition: all 0.1s;
    cursor: pointer;
}

.sec10-r-nav li:hover {
    background: #034481;
}

.sec10-r-nav li i {
    float: right;
    font-size: 18px;
}

.sec10-r-nav-li-active {
    background: #034481;
}

.sec10-r-con {
    width: 75%;
    position: relative;
    overflow-y: scroll;
}

.sec10-r-con::-webkit-scrollbar {
    width: 2px;
}

.sec10-r-con::-webkit-scrollbar-thumb {
    background: #0459AA;
}

.sec10-r-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 30px;
    box-sizing: border-box;
}

.sec10-r-item-active {
    opacity: 1;
    z-index: 998;
}

.sec10-r-item li {
    border-bottom: 1px dashed #f0f0f0;
    /* padding-bottom: 6px; */
    padding: 10px 0 20px;
    margin-bottom: 12px;
}

.sec10-r-item li a {
    font-size: 18px;
    font-weight: bold;
    color: #0459AA;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.sec10-r-item li a:hover {
    color: #FF7019 !important
}

.sec10-r-item li a:hover {
    color: #0459AA;
}

.sec10-r-item li a span {
    background: #0459AA;
    color: white;
    margin-right: 10px;
    display: inline-block;
    width: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
}

.sec10-r-item li p {
    color: #666;
    display: -webkit-box;
    /*转成老版本的弹性盒子*/
    -webkit-line-clamp: 2;
    /*在哪一行显示省略号*/
    -webkit-box-orient: vertical;
    /*设置方向 垂直方向生*/
    overflow: hidden;
    margin-top: 5px;
}

@media screen and (max-width:680px) {
    .sec10-out {
        padding: 20px 0;
    }

    .sec10 {
        margin-top: 10px;
    }

    .sec10-r {
        width: 100%;
        flex-wrap: wrap;
    }

    .sec10-r-nav {
        padding: 20px 0;
        width: 26%;
    }

    .sec10-r-nav li {
        padding: 20px 5px;
        font-size: 12px;
        text-align: center;
    }

    .sec10-r-nav li i {
        display: none;
    }

    .sec10-r-con {
        width: 74%;
    }

    .sec10-r-item {
        padding: 10px;
    }

    .sec10-r-item li {
        padding-bottom: 5px;
        margin-bottom: 6px;
    }

    .sec10-r-item li a {
        font-size: 14px;
    }

    .sec10-r-item li a span {
        font-size: 12px;
        line-height: 13px;
        width: 13px;
    }

    .sec10-r-item li p {
        font-size: 12px;
        margin-top: 3px;
        -webkit-line-clamp: 1;
        /*在哪一行显示省略号*/
    }

    .sec10-l {
        width: 100%;
        margin-top: 20px;
    }

    .sec10-l-item h4 {
        font-size: 12px;
    }
}


/* 首页智慧解决方案模块结束 */




/* mm通用模块开始 */
.mm-out {
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 40px 0;
}

.mm {
    overflow: hidden;
}

.mm-left {
    width: 26%;
    float: right;
}

.mm-left-active {
    display: none;
}

.mm-left::-webkit-scrollbar {
    width: 2px;
}

.mm-left::-webkit-scrollbar-thumb {
    background: #0459AA;
}

.mm-right {
    width: 72%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    background: white;
    transition: all 0.3s;
}

.mm-right-active {
    width: 100%;
}

@media screen and (max-width:680px) {
    .mm-out {
        padding: 20px 0;
    }

    .mm-left {
        width: 100%;
    }

    .mm-right {
        width: 100%;
        padding: 5px;
    }

}

/* mm通用模块结束 */

/* left通用模块开始 */
.left-item {
    background: white;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.left-item-title {
    color: #0459AA;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #0459AA;
    padding-bottom: 5px;
}



.left-item1 li {
    background: #F9F9F9;
    color: #3E3F3F;
    box-sizing: border-box;
    padding: 0px 15px;
    margin-bottom: 8px;
}

.left-item1 li:hover {
    background: #0459AA;
    color: white;
    transition: all 0.2s;
}

.left-item1-li-active {
    background: #0459AA !important;
    color: white !important;
}

.left-item1 li a {
    display: block;
    box-sizing: border-box;
    padding: 8px 0;
}


.left-item2 p {
    color: #3E3F3F;
    line-height: 22px;
}

.left-item2 p span {
    font-weight: bold;
}

.left-item2 a {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
    background: #0459AA;
    color: white;
    padding: 8px 0;
}

.left-item2 img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.left-item2 p:nth-child(5) {
    text-align: center;
    font-size: 13px;
}



.left-item3 {
    background: white;
    box-sizing: border-box;
    padding: 4px 10px;
    border-radius: 3px;
}

.left-item3 input {
    outline: none;
    border: none;
    font-size: 16px;
    color: #333;
    width: 85%;
}

.left-item3 input:focus {
    background: white;
}

.left-item3 input::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
}

.left-item3 button {
    outline: none;
    border: none;
    background: white;
    cursor: pointer;
    color: #0459AA;
    font-size: 16px;
}

.left-item3 button:hover {
    color: #0459AA;
}





.left-item4 a {
    display: block;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    border-bottom: 1px dashed #F9F9F9;
    display: flex;
    justify-content: space-between;
}

.left-item4 a:hover {
    color: #0459AA;
}

.left-item4 a span:nth-child(1) {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-item4 a span:nth-child(2) {
    font-size: 14px;
}


.left-item5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-item5 a {
    display: block;
    background: #F0F4F5;
    width: 30%;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
}


.left-item6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-item6 a {
    width: 49%;
    position: relative;
}

.left-item6 a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0459AA;
    color: white;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    padding: 8px 5px;
    margin: auto;
    text-align: center;
}



.left-item7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-item7 a {
    width: 24%;
    text-align: center;
    margin-top: 8px;
}

.left-item7 a:hover {
    color: #10A56E;
}

/* left通用模块结束 */



/* right通用模块开始 */
.right-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
}

.right-title {
    color: #0459AA;
    font-weight: bold;
    font-size: 16px;
}

.right-position {
    color: #3E3F3F;
}

@media screen and (max-width:680px) {
    .right-position {
        font-size: 12px;
    }
}

/* right通用模块结束 */


/* 产品列表页开始 */
.productlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.productlist-item {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.productlist-item:nth-child(4n) {
    margin-right: 0;
}

.productlist-item-img {
    overflow: hidden;
}

.productlist-item-img img {
    transition: all 0.2s;
    width: 100%;
}

.productlist-item:hover .productlist-item-img img {
    transform: scale(1.05);
}

.productlist-item h4 {
    text-align: center;
    margin-top: 5px;
    color: #3E3F3F;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

@media screen and (max-width:680px) {
    .productlist-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ECECEC;
    }

    .productlist-item:nth-child(2n) {
        margin-right: 0;
    }

    .productlist-item h4 {
        font-size: 12px;
    }
}

/* 产品列表页结束 */

/* 分页条样式开始 */
.page {
    display: flex;
    justify-content: center;
    color: #0459AA;
}

.page a {
    margin: 0 6px;
    padding: 5px;
    border-radius: 2px;
}

.page-num-current {
    background: #0459AA;
    color: white;
}

.page a:hover {
    background: #0459AA;
    color: white;
}


/* 分页条样式结束 */


/* 产品详情页开始 */
.product-out {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.product {
    display: flex;
    justify-content: space-between;
}

.product-left {
    width: 48%;
    box-sizing: border-box;
    padding: 40px;
}

.product-right {
    width: 48%;
}

.product-title {
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30px;
    font-weight: normal;
}

.product-tags {
    margin-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.product-tags span {
    color: #999999;
    font-size: 15px;
    padding: 5px 14px;
    border: 1px solid #DDDDDD;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.product-tags span:hover {
    background: #0459AA;
    color: white;
}

.product-zx {
    display: block;
    margin-top: 80px;
    width: 200px;
    line-height: 45px;
    text-align: center;
    background: #0459AA;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
    border-radius: 3px;
}

.product-zx:hover {
    background: #2062a0;
    transition: all 0.1s;
}

@media screen and (max-width:680px) {
    .product-out {
        margin-bottom: 20px;
    }

    .product {
        flex-wrap: wrap;
    }

    .product-left {
        width: 60%;
        padding: 10px;
        margin: auto;
    }

    .product-right {
        width: 100%;
    }

    .product-title {
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
    }

    .product-tags {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: none;
    }

    .product-tags span {
        font-size: 12px;
        padding: 4px 6px;
        margin-right: 5px;
    }

    .product-zx {
        margin: 0 auto 10px;

    }
}

/* 产品详情页结束 */


/* 系统演示列表页开始 */
.yslist-mm .mm-left {
    display: none;
}

.yslist-mm .mm-right {
    width: 100%;
}

.yslist {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.yslist-item {
    width: 24%;
    position: relative;
    margin-bottom: 30px;
}

.yslist-item h4 {
    position: absolute;
    width: 100%;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0;
    left: 0;
    background: #10a56ea2;
    color: white;
    letter-spacing: 3px;
    transition: all 0.3s;
}

.yslist-item:hover h4 {
    background: #10A56E;
}

.ys {
    text-align: center;
}

.ys strong {
    font-size: 16px !important;
    line-height: 20px !important;
}

@media screen and (max-width:680px) {
    .yslist-item {
        width: 48%;
        margin-bottom: 10px;
    }

    .yslist-item h4 {
        font-size: 14px;
        line-height: 30px;
    }

    .ys video {
        width: 100%;
    }
}


/* 系统演示列表页结束 */


/* 内容页通用模板样式开始 */

/* 详情页文本内容 */
.textbox {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.textbox img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 15px auto !important;
}

.textbox a {
    font-weight: bold;
    color: red;
}

/* @media screen and (max-width:680px) {
    .textbox img { 
        max-width: 100% !important;
    }
} */
@media screen and (min-width:680px) {
    .textbox img {
        max-width: 90% !important;
    }
}

@media screen and (min-width:1300px) {
    .textbox img {
        max-width: 80% !important;
    }
}

@media screen and (min-width:1500px) {
    .textbox img {
        max-width: 80% !important;
    }
}



/*详情页版权 */
.textbq {
    color: #777777;
    margin-top: 30px;
}

/* 详情页分页 */
.textpage {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

.textpage div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textpage span {
    color: #333;
    font-weight: bold;
}

.textpage a {
    color: #0459AA;
}

@media screen and (max-width:680px) {
    .textpage {
        font-size: 14px;
    }
}


/* 详情页相关推荐 */
.textrbox {
    margin-top: 20px;
}

.textrbox-title {
    color: #333;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.textrbox-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textrbox-list-item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.textrbox-list-img {
    width: 20%;
    max-height: 96px;
    overflow: hidden;
}

.textrbox-list-con {
    width: 78%;
}

.textrbox-list-con h4 {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textrbox-list-item:hover .textrbox-list-con h4 {
    color: #0459AA;
}

.textrbox-list-con p {
    display: -webkit-box;
    /*转成老版本的弹性盒子*/
    -webkit-line-clamp: 2;
    /*在哪一行显示省略号*/
    -webkit-box-orient: vertical;
    /*设置方向 垂直方向生*/
    overflow: hidden;
    font-size: 12px;
    margin-top: 10px;
    color: #9d9d9d;
}

@media screen and (max-width:680px) {
    .textrbox-list-item {
        width: 100%;
        margin-bottom: 12px;
    }

    .textrbox-list-con {
        width: 77%;
    }

    .textrbox-list-con h4 {
        font-size: 14px;
    }

    .textrbox-list-con p {
        margin-top: 4px;
    }
}


/* 详情页标题 */

.textitle {
    font-size: 45px;
    color: red;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 50px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 3px;
}

@media screen and (max-width:680px) {
    .textitle {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

}

/* 详情页部分标题 */
.textitle-item-out {
    /* border-bottom: 1px solid #ECECEC; */
    margin-bottom: 15px;
    /* background: #ECECEC;
    box-shadow: 0px 3px 3px #ECECEC; */
}

.textitle-item {
    width: 150px;
    line-height: 40px;
    background: #0459AA;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.textitle-item-con {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 20px;
    text-align: justify;
    background: #F9F9F9;
}

@media screen and (max-width:680px) {
    .textitle-item {
        width: 90px;
        font-size: 13px;
        line-height: 30px;
    }

    .textitle-item-con {
        padding: 5px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* 详情页配套设备样式 */
.sbbox {
    display: none;
}

.sb {
    overflow: auto;

}

.sb-item {
    display: block;
    width: 19%;
    margin-right: 1.25%;
    float: left;
    position: relative;
}

.sb-item:nth-child(5n) {
    margin-right: 0;
}

.sb-item p {
    position: absolute;
    background: #0459AA;
    color: white;
    width: 100%;
    bottom: 5%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}

@media screen and (max-width:680px) {
    .sb-item {
        width: 32%;
        margin-right: 2;
    }

    .sb-item p {
        font-size: 12px;
    }

    .sb-item:nth-child(5n) {
        margin-right: 2%;
    }

    .sb-item:nth-child(3n) {
        margin-right: 0;
    }
}



/* 详情页描述样式 */
.textdes {
    color: #666;
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.textdes span {
    margin-right: 10px;
}



/* 内容页通用模板样式结束 */


/* 系统解决方案列表页样式开始 */
.systemlist-item {
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ECECEC;
    margin-bottom: 15px;
}

.systemlist-item-lm {
    color: #0459AA;
    margin-right: 25px;
    float: left;

}

.systemlist-item-title {
    color: #333;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.systemlist-item-title:hover {
    color: #0459AA;
}

.systemlist-item-date {
    float: right;
    font-size: 14px;
}

@media screen and (max-width:680px) {
    .systemlist-item {
        font-size: 13px;
    }

    .systemlist-item-lm {
        margin-right: 5px;
        float: left;
    }

    .systemlist-item-date {
        display: none;
    }

    .systemlist-item-title {
        width: 70%;
        display: block;
        float: left;
    }
}


/* 系统解决方案列表页样式结束 */
.newslist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    background: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.2s;
}

.newslist-item:hover {
    background: #0459AA;
}

.newslist-item-left {
    width: 20%;
}

.newslist-item-right {
    width: 75%;
}

.newslist-item-right h4 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
}

.newslist-item:hover .newslist-item-right h4 {
    color: white;
}

.newslist-item-right p {
    color: #666;
    display: -webkit-box;
    /*转成老版本的弹性盒子*/
    -webkit-line-clamp: 2;
    /*在哪一行显示省略号*/
    -webkit-box-orient: vertical;
    /*设置方向 垂直方向生*/
    overflow: hidden;
    margin-top: 15px;
    transition: all 0.2s;
}

.newslist-item:hover .newslist-item-right p {
    color: white;
}

.newslist-item-right span {
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.2s;
}

.newslist-item:hover .newslist-item-right span {
    color: white;
}

@media screen and (max-width:680px) {
    .newslist-item {
        padding: 10px;
        margin-bottom: 7px;
    }

    .newslist-item-right h4 {
        font-size: 13px;
        font-weight: bold;
    }

    .newslist-item-right p {
        font-size: 12px;
        margin-top: 4px;
    }
}



/* 新闻列表样式开始 */




/* 新闻列表样式结束 */
.a {
    color: #0459AA;

    display: -webkit-box;
    /*转成老版本的弹性盒子*/
    -webkit-line-clamp: 2;
    /*在哪一行显示省略号*/
    -webkit-box-orient: vertical;
    /*设置方向 垂直方向生*/
    overflow: hidden;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* 系统体验 */
.xt-sp {
    width: 75vw;
    margin: auto;
    padding: 20px
}

.xt-sp video {
    width: 100%;
}

.xt-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.xt-box-sub {
    background: white;
    position: absolute;
    width: 600px;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.479);
    padding: 20px;
    box-sizing: border-box;
    opacity: 1;
}

.xt-title {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.xt-title dt {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.xt-title dd {
    margin-top: 6px;
    font-size: 12px;
    color: rgb(99, 21, 21);
}

.xt-con form input {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    padding: 10px 20px;
    margin: 15px auto 0;
    width: 70%;
    display: block;
    border-radius: 50px;
    transform: all 0.3;
}

.xt-con form input:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.2);
}

.xt-con form textarea {
    background: white;
    border: none;
    padding: 10px 20px;
    margin: 15px auto;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    width: 70%;
    display: block;
    margin-top: 30px;
}

.xt-con form textarea:focus {
    outline: none;
}

.xt-tj {
    width: 150px;
    background: #025CAB !important;
    color: white;
    display: block;
    margin-top: 30px !important;
    cursor: pointer;
}

.xt-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #025CAB;
    color: white;
    border-radius: 50%;
    transform: translate(50%, -50%) rotate(0deg);
    cursor: pointer;
    transition: all 0.3s;
}

.xt-close:hover {
    transform: translate(50%, -50%) rotate(90deg);
}

.xt-box-active {
    width: 160px;
    height: 60px;
    overflow: hidden;
    right: 0;
    top: 54vh;
    left: auto;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    cursor: pointer;
    transition: all 0.3s;

}

.xt-box-active .xt-box-sub {
    height: 0;
    width: 0;
    opacity: 0;
    transition: all 0.3s;
}

.xt-box-active .xt-xc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #025CAB;
    color: white;
    font-size: 20px;
    transition: all 0.3s;
    z-index: 100;
    position: relative;
}

@media screen and (max-width:680px) {
    .xt-sp {
        width: 100%;
        padding: 0;

    }

    .xt-box {
        position: relative;
        background: white;
    }

    .xt-box-sub {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .xt-xc {
        display: none;
    }

    .xt-close {
        display: none;
    }
}


/* 列表右侧分页 */
.flexpage {
    position: fixed;
    right: 8vw;
    top: 45vh;
}

.flexpage li {
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    background: white;
    color: #333;
    padding: 10px 5px;
    transition: all 0.3s;
}

.flexpage li:hover {
    background: rgba(0, 0, 0, 0.9);
    color: white;
}

.flexpage li:first-child {
    margin-bottom: 20px;
}

@media screen and (max-width:680px) {
    .flexpage {
        z-index: 999;
    }

    .flexpage li {
        font-size: 12px;
        padding: 5px 1px;
    }
}


.kh-out {
    background: url(../images/kh.jpg) no-repeat center;
    background-size: cover;
    height: 200px;
}

.kh-bg {
    background: rgba(0, 0, 0, 0.616);
    height: 100%;
}

.kh {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 35px;
    letter-spacing: 3px;
}

@media screen and (max-width:680px) {
    .kh-out {
        display: none;
    }
}

.full-out {
    position: fixed;
    left: 0;
    top: 35vh;
    width: 50px;
    height: 50px;
    background: #007aff;
    color: white;
    display: flex;
    align-items: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    transition: all 0.2s;
}

.full-out:hover {
    background: #0957aa;
}

.full {
    padding-left: 5px;
    font-size: 13px;
}

@media screen and (max-width:680px) {
    .full-out {
        display: none;
    }
}




/* sc1开始 */
.sc1-item {
    margin-top: 40px;
}

.sc1-item:nth-child(1) {
    margin-top: 0;
}

.sc1-item-top {
    padding: 20px 20px;
    font-size: 18px;
    background: linear-gradient(to top, #fb2c19, #fe741c);
    box-sizing: border-box;
    color: white;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sc1-item-xh {
    background: rgb(228, 45, 21);
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 15px;
    color: white;
}

.sc1-item-name {
    margin: 0 50px;
}

.sc1-item-md {
    display: flex;
    justify-content: space-between;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sc1-item-md-left {
    width: 30%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.sc1-item-md-right {
    width: 67%;
}

.sc1-item-con {
    line-height: 30px;
    font-size: 16px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc1-item-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.sc1-item-btn a {
    background: #f8e7e8;
    border-radius: 40px;
    padding: 8px 25px;
    margin-right: 20px;
    color: #7e7c7c;
}

.sc1-item-btn a:hover {
    background: #000;
    background: #fa515c;
    color: white;
    transition: all 0.3s;
}

.sc1-item-btn a i {
    margin-right: 4px;
}

.sc1-item-bt {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 10px;
}

.sc1-item-bt span {
    margin-right: 10px;
}

.sc1-item:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width:680px) {
    .sc1-item-wz {
        display: none;
    }

    .sc1-item-xh {
        padding: 5px 10px;
        font-size: 15px;
    }

    .sc1-item-name {
        margin: 0 15px 0 0px;
    }

    .sc1-item-md {
        padding: 10px;
        flex-wrap: wrap;
    }

    .sc1-item-md-left {
        width: 100%;
    }

    .sc1-item-md-right {
        width: 100%;
    }

    .sc1-item-con {
        margin-top: 10px;
    }

    .sc1-item-btn {
        margin-top: 10px;
        justify-content: center;
    }

    .sc1-item-btn a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .sc1-item-bt {
        font-size: 12px;
    }
}

/* sc1结束 */



/* sc2开始 */
.sc2-out {
    margin-top: 40px;
    color: #b3b0b0;
    text-align: left;
}

.sc2 {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 15px;
}

/* sc2结束 */


/* sc3开始 */
.sc3 {
    background: linear-gradient(to top, #fb2c19, #fe741c);
    padding: 30px;
    border-radius: 15px;
}

.sc3-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.sc3-top-left {
    width: 30%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.sc3-top-right {
    width: 68%;
    color: white;
}

.sc3-title {
    font-size: 30px;
}

.sc3-des {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sc3-des span {
    width: 48%;
    background: #00000063;
    text-align: center;
    margin-top: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 10px;
}

.sc3-des span div:nth-child(1) {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.sc3-mid {
    font-size: 16px;
    color: white;
    margin-top: 40px;
    line-height: 32px;
}

.sc3-bt {
    margin-top: 40px;
}

.sc3-bt p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.sc3-bt span {
    background: rgba(0, 0, 0, 0.589);
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (max-width:680px) {
    .sc3 {
        padding: 20px;
    }

    .sc3-top-left {
        width: 100%;
    }

    .sc3-top-right {
        width: 100%;
    }

    .sc3-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .sc3-des {
        width: 100%;
    }

    .sc3-des span {
        width: 48%;
        font-size: 12px;
    }

}

/* sc3结束 */


/* sc24开始 */
.sc24-out {
    margin-top: 40px;
}
.sc24 {
    position: relative;
    line-height: 80px;
}

.sc24-yw {
    text-align: center;
    color: #F7F6F6;
    font-weight: bold;
    font-size: 60px;
}

.sc24-zw {
    /*position: absolute;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 80px;
    top: 0;
    left: 0;
    font-size: 25px;
    color: #dc7b16;
}

.sc24-zw div {
    margin: 0 12px;
}

.sc24-zw span {
    height: 2px;
    width: 25px;
    background: #dc7b16;
}

@media screen and (max-width:799px) {
    .sc24-yw {
        font-size: 40px;
    }
}

/* sc24结束 */

/* sc23开始 */

.sc23-out {
    padding: 20px 0 100px;
}

.sc23 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sc23-item {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    box-sizing: border-box;
    padding: 20px 28px;
    box-shadow: 5px 5px 5px #f2f2f2;
    margin-top: 30px;
    transition: all 0.5s;
}

.sc23-item:hover {
    color: #dc7b16;
}

@media screen and (max-width:799px) {
    .sc23-out {
        padding: 0px 0 40px;
    }

    .sc23-item {
        width: 100%;
        font-size: 16px;
    }
}

/* sc23结束 */

/* sc33开始 */
.sc33-out:nth-child(1) {
    margin-top: 60px;
}
.sc33-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.sc33-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sc33-con {

    font-size: 16px;
}

.sc33-img {
    width: 120px;
}

.sc33-a {
    color: #dc7b16;
}

/* sc33结束 */