/*滚动条样式*/
html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


/*以下为兼容手机*/
input,
textarea,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
    display: none;
}

/* 公共样式 */
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.et_pb_sticky_placeholder{
    visibility: hidden !important;
}
@media screen and (max-width: 1340px) {
    body,
    #header
    {
        min-width: 1280px;
    }

    html {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    body,
    #header
    {
        min-width: 100%;
    }
}

body {
    font-size: 14px;
    line-height: 1.4;
}

body,
a {
    color: #333;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
select:focus {
    border-color: none;
    outline: 0;
}

textarea {
    resize: none;
}

input:focus {
    border-color: none !important;
    outline: 0 !important;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.loading{
    opacity: 0;
}


/*轮播图*/
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.et-cloud-app-view-header .et-cloud-toggle {
    display: none !important;
}

/*分页样式开始*/
#paging {
    margin: 35px 0 0 0;
    clear: both;
    height: auto;
    overflow: hidden;
    color: #333;
    line-height: 23px;
    text-align: right;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}

#paging select {
    display: inline-block;
    width: 60px;
    height: 32px;
    border: 1px solid rgba(51, 51, 51, 1);
    background: url(../images/arrow_down.svg) no-repeat 95% center #fff;
    font-size: 14px;
    padding-left: 5px;
    background-size: 20px;
    cursor: pointer;
    border-radius: 0;
    margin-right: 16px;
}

#paging a.prve,
#paging a.next {
    width: 32px;
    height: 32px;
    border: 1px solid #333;
    color: #333;
    font-family: Arial;
    font-size: 18px;
    text-indent: -999em;
}

#paging a.prve {
    background: url(../images/arrow_left.svg) no-repeat center center;
    margin-left: 0px;
}

#paging a.next {
    background: url(../images/arrow_right.svg) no-repeat center center;
    margin-right: 0;
}

#paging a.noallowed {
    cursor: not-allowed;
    border: 1px solid rgba(204, 204, 204, 1);
    color: #ccc;
}

#paging a.prve.noallowed {
    background: url(../images/prvebtn.png) no-repeat center center;
}

#paging a.next.noallowed {
    background: url(../images/nextbtn.png) no-repeat center center;
}

#paging span,
#paging a {
    font-size: 14px;
    color: #333333;
    padding: 4px 3px;
    text-decoration: none;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
}

#paging a:hover,
#paging a.current {
    color: #C7000B;
}

#paging .jump {
    display: inline-block;
    width: 100px;
    height: 32px;
    margin-left: 16px;
}

#paging input {
    border: #333 1px solid;
    float: left;
    display: block;
    background: #fff;
    width: 50px;
    line-height: 30px;
    color: #333;
    text-align: center;
    font-size: 14px;
}

#paging .pageingtz {
    border: #333 1px solid;
    float: left;
    display: block;
    background: #333333;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#paging .pages {
    display: none;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #333333;
}

#paging .pageys {
    margin: 0;
}

@media(max-width:767px) {
    #paging {
        text-align: center;
        margin-top: 24px;
        line-height: 17px;
        justify-content: center;
    }

    #paging select,
    #paging .jump,
    #paging .pageys {
        display: none;
    }

    #paging .pages {
        display: inline-block;
        margin: 0 32px;
    }

    #paging a.prve,
    #paging a.next {
        text-indent: 0;
        font-size: 12px;
        color: #333333;
        width: auto;
        height: auto;
        border: none;
    }

    #paging a.prve {
        background: url(../images/arrow_left.svg) no-repeat left center;
        background-size: 12px;
        padding-left: 15px;
    }

    #paging a.next {
        background: url(../images/arrow_right.svg) no-repeat right center;
        background-size: 12px;
        padding-right: 15px;
    }

    #paging a.prve.noallowed,
    #paging a.next.noallowed {
        color: #CCCCCC;
    }

    #paging a.prve.noallowed {
        background: url(../images/prvebtn.png) no-repeat left center;
        background-size: 12px;
        padding-left: 15px;
    }

    #paging a.next.noallowed {
        background: url(../images/nextbtn.png) no-repeat right center;
        background-size: 12px;
        padding-right: 15px;
    }
}

/*搜索查询不到内容样式*/
.search_none {
    padding: 100px 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

@media(max-width:767px) {
    .search_none {
        padding: 60px 0;
        font-size: 14px;
    }
}

/*
分享
*/
.shear {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shear span {
    margin-right: 4px;
    color: #999999;
    font-size: 14px;
}

.shear a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.shear .share_btn .iconfont {
    font-size: 16px;
    color: #999999;

}

/*
弹出二维码
*/
.pop_qrcode {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 100;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    visibility: hidden;
    opacity: 0;
}

.pop_qrcode.show_box {
    visibility: visible;
    opacity: 1;
}

.pop_qrcode .pop_content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}


/*联系我们 代表处*/
.contact-dbc {
    border: 0 !important;
    padding: 35px 0;
    background: #FFFFFF;
    box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
    border-radius: 2px;
}

.contact-dbc .et_pb_tabs_controls {
    background: none !important;
    display: flex !important;
    justify-content: center;
    border-bottom: 1px solid #DFE1E8 !important;
    margin-bottom: 24px !important;
}

.contact-dbc .et_pb_tabs_controls li {
    border: 0 !important;
    height: 48px !important;
    line-height: 48px !important;
    position: relative;
    margin: 0 20px !important;
    margin-bottom: -1px !important;
}

.contact-dbc .et_pb_tabs_controls li.et_pb_tab_active::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #F70000;
}

.contact-dbc .et_pb_tabs_controls li a {
    padding: 0px !important;
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 500 !important;
}

.contact-dbc ul.et_pb_tabs_controls:after {
    display: none !important;
}

.contact-dbc .et_pb_tab_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 130px;
}

.contact-dbc .et_pb_tab_content .list_box {
    margin-bottom: 40px;
}

.contact-dbc .list_box .box_name {
    font-size: 16px;
    width: 200px;
    text-align: right;
    margin-right: 120px;
}

.contact-dbc .list_box .box_content {
    width: 510px;
    color: #999999;
    font-size: 16px;
}

.contact-dbc .list_box .box_content li {
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 16px;
    margin-bottom: 4px;
}

.contact-dbc .box_content .dizhi {
    background-image: url(../images/icon1.svg);

}

.contact-dbc .box_content .youbian {
    background-image: url(../images/icon2.svg);

}

/*
解决方案聚合页  轮播图
*/
.custom_banner_slide .banner-slide .item-1 .slide_text {
    top: 35%;
}

.custom_banner_slide .banner-slide .item-2 .slide_text {
    top: 48%;
}

.custom_banner_slide .banner-slide .item-2 .slide_text {
    color: #333;
    text-align: center;
}

.custom_banner_slide .banner-slide .item-2 .title {
    font-size: 48px;
}

.custom_banner_slide .banner-slide .item-2 .sub-title {
    font-size: 60px;
    margin-bottom: 34px;
}

.custom_banner_slide .banner-slide .item-2 .icon-and-text {
    margin-bottom: 40px;
}

@media(max-width:980px) {
    .custom_banner_slide .banner-slide .item-2 .title {
        font-size: 28px
    }

    .custom_banner_slide .banner-slide .item-2 .sub-title {
        font-size: 40px;
    }
}

@media(max-width:767px) {
    .custom_banner_slide .banner-slide .item-2 .title {
        font-size: 16px;
    }

    .custom_banner_slide .banner-slide .item-2 .sub-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .custom_banner_slide .banner-slide .item-2 .icon-and-text {
        margin-bottom: 16px;
    }

    .custom_banner_slide .banner-slide .item-2 .icon-and-text img {
        width: 18px;
        margin: 0 2px;
    }

    .custom_banner_slide .banner-slide .item-2 .slide_text {
        top: 60%;
    }
}

/*
解决方案聚合页 导航列表
*/
.link-list-nav .list-item {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-box-orient: vertical;
}

.link-list-nav .list-item .et_pb_blurb_container {
    text-align: center !important;
}

.link-list-nav .list-item .et_pb_module_header {
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.link-list-nav .list-item .et_pb_module_header::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    left: 25%;
    height: 2px;
    bottom: 0;
    background: #f70000;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.link-list-nav .active .et_pb_module_header::after,
.link-list-nav .list-item:hover .et_pb_module_header::after {
    opacity: 1;
    left: 0;
    width: 100%;
}

.link-list-nav .active .et_pb_module_header,
.link-list-nav .list-item:hover .et_pb_module_header {
    color: #f70000;
}

.img_and_link_row.et_pb_sticky .link-list-nav .et_pb_main_blurb_image {
    display: none !important;
}

.img_and_link_row.et_pb_sticky,
.img_and_link_row.et_pb_sticky .et_pb_row {
    padding-top: 0 !important;
}

.img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header {
    padding-bottom: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 16px !important;
}

.et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item {
    width: auto !important;
    margin: 0 20px !important;
    flex-shrink: 0;
}

.img_and_link_row.et_pb_sticky {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
}

.img_and_link_row.et_pb_sticky {
    margin-top: -20px !important;
}

@media screen and (max-width: 1200px) {
    body.et-db #et-boc .img_and_link_row .link-list-nav .list-item {
        margin: 0 40px !important;
    }
}

@media screen and (max-width: 980px) {

    body.et-db #et-boc .img_and_link_row .link-list-nav .list-item,
    .et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item {
        margin: 0 !important;
        margin-right: 24px !important;
    }

    body.et-db #et-boc .img_and_link_row .link-list-nav .list-item:last-child,
    .et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item:last-child {
        margin-right: 0 !important;
    }

    body.et-db #et-boc .img_and_link_row .link-list-nav .list-item .et_pb_main_blurb_image {
        width: 32px;
        margin-bottom: 4px;
    }

    .link-list-nav .list-item .et_pb_module_header {
        font-size: 14px !important;
        padding-bottom: 8px;
    }

    .img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header {
        font-size: 14px !important;
        height: 40px;
        line-height: 40px;
    }

}

/*解决方案聚合页  板块标题*/
.layout-title {
    font-weight: 400 !important;
    font-size: 54px !important;
}
.custom_mobile_btn .button_module{
    font-size: 16px !important;
}
@media screen and (max-width: 980px) {
    .layout-title {
        font-size: 34px !important;
    }

    .mobile_img_100,
    .mobile_img_100 * {
        width: 100% !important;
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .layout-title {
        font-size: 20px !important;
    }

    .custom_mobile_btn .button_module {
        height: auto;
        padding: 0 !important;
        padding-right: 16px !important;
        min-width: auto;
        border: 0;
        font-size: 12px !important;
    }

    .custom_mobile_btn {
        text-align: center;
    }

    .custom_mobile_btn .button_box {
        display: inline-block;
        position: relative;
        padding-right: 3px;
    }

    .custom_mobile_btn .button_box::before {
        font-size: 20px;
        content: '5';
        font-family: ETmodules !important;
        font-weight: 400 !important;
        color: #E02B20;
        right: 0;
        top: 0;
        position: absolute;
        line-height: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .layout_two_btn .button_box::before {
        color: #fff;
    }

    body.et-db #et-boc .et-l .custom_mobile_btn .button_module:hover {
        background: none !important;
        color: #333 !important;
        border: 0 !important;
    }

    .sub_link_list li {
        font-size: 12px;
    }
}

/*
自定义链接
*/
.sub_link_list {
    flex-wrap: wrap;
    margin: 0 -22px;
}

.sub_link_list li {
    display: flex;
    align-items: center;
    margin: 0 22px;
    max-width: 60%;
    margin-bottom: 16px;
    font-size: 16px;
}

.sub_link_list li span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0 8px;
    margin-left: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 12px;
}

.sub_link_list li a:hover {
    color: #f70000 !important;
}

.sub_link_list li .hot {
    background: #f70000;
}

.sub_link_list li .new {
    background: #5184EA;
}

@media screen and (max-width: 980px) {
    .et_pb_text_align_center-tablet .sub_link_list {
        justify-content: center;
    }

}

@media screen and (max-width: 768px) {
    .sub_link_list {
        margin: 0 -12px;
    }

    .sub_link_list li {
        margin: 0 12px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .sub_link_list li span {
        font-size: 12px;
    }

}


/*白色字体*/
.text_white {
    color: #fff;
}

/*
图片组件 宽度不限制
*/
.img_width_auto img {
    max-width: none !important;
    width: auto;
}

/*
解决方案聚合页 多媒体
*/
.white-list-bg .list_box li a {
    background: #fff;
}

.white-list-bg .list_box li .media_text {
    padding: 24px 24px 48px;
}

.white-list-bg .list_box li a {
    min-height: 100%;
    padding-bottom: 40px;
}

.white-list-bg .list_box li a:hover .medialitit {
    color: #f70000;
}

.white-list-bg .list_box li a:hover .media_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.white-list-bg .list_box li a:hover .list_more_btn .btn {
    border: 1px solid #F70000;
    background: #F70000;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .white-list-bg .list_box li {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .white-list-bg .list_box li {
        width: 100%;
    }

    .white-list-bg .list_box li .media_img img {
        height: auto;
    }

    .white-list-bg .list_box li .media_text {
        padding: 16px 8px 24px;
    }

    #module-list-box .list_box .list_more_btn {
        display: none;
    }

    .white-list-bg .list_box li a {
        padding-bottom: 0;
        padding-top: 0;

    }
}

@media screen and (max-width: 768px) {
    .white-list-bg .list_box li {
        margin-bottom: 16px;

    }

    .white-list-bg .list_box li:last-child {
        margin-bottom: 0;
    }

    .white-list-bg li .media_text .medialitit {
        font-size: 14px;
        font-weight: 700;
    }

    .white-list-bg li .media_text.havenop .media_text_desc {
        display: block !important;
    }

    .white-list-bg .medialist li a {
        display: block;
        border-bottom: 0;
        -webkit-box-shadow: 0 8px 16px 0 rgb(190 196 204 / 20%);
        box-shadow: 0 8px 16px 0 rgb(190 196 204 / 20%);
    }

    .white-list-bg .medialist li .media_img {
        width: 100%;
    }

    .white-list-bg .medialist li .media_text .media_text_desc p {
        -webkit-line-clamp: 5;
    }

}



/*
解决方案聚合页和详情页  查看更多按钮
*/
body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button {
    padding-right: 16px !important;
    padding-left: 0 !important;
    position: relative;
}

body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button:after {
    font-size: 20px !important;
    margin-left: 0;
    position: absolute;
    right: 0px;
}

body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn:hover::after {
    right: -4px;
}

@media screen and (max-width: 980px) {
    body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button:after {
        font-size: 18px !important;
    }
}

/*
解决方案聚合页 成功案例slide
*/
.case-slide .item_box {
    position: relative;
    overflow: hidden;
    display: block;
}

.case-slide .item_box .item_img {
    position: relative;
    z-index: 1;
}

.case-slide .item_box .img_box img {
    width: 100%;
    display: block;
    min-height: 480px;
    object-fit: cover;
}

.case-slide .item_box .text_box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 22px 24px 0;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    color: #fff;
    transform: translateY(83.3%);
    -webkit-transform: translateY(83.3%);
    -moz-transform: translateY(83.3%);
    -ms-transform: translateY(83.3%);
    -o-transform: translateY(83.3%);
}
.about_newslist .item_box .text_box{
    transform: translateY(79%);
    -webkit-transform: translateY(79%);
    -moz-transform: translateY(79%);
    -ms-transform: translateY(79%);
    -o-transform: translateY(79%);
}

.case-slide .item_box:hover .text_box,
.case-slide .open_box .item_box .text_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 80px;
    overflow: unset;
}

.case-slide .item_box .title {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 22px;
}
.case-slide .item_box:hover .title,
.case-slide .open_box .item_box .title {
    height: auto;
    margin-bottom: 16px;
    white-space: normal;
    text-overflow: clip;
}
.about_newslist .item_box .title{
    margin-bottom: 8px;
}

.case-slide .item_box .summary_box {
    margin-bottom: 40px;
    white-space: normal;
}

@media screen and (max-width: 980px) {
    .case-slide .slide_swiper {
        min-width: 853px;
        overflow: visible !important;
    }

    .case-slide .item_box {
        margin-right: 4px;
    }

    .case-slide .item_box .text_box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        overflow: unset;
        padding: 24px 12px 0 !important;
    }

    .case-slide .item_box .title {
        height: auto;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px !important;
        white-space: normal;
        text-overflow: clip;

    }

    .case-slide .item_box .img_box img {
        min-height: 380px;
    }

    .case-slide .item_box .summary_box {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 768px) {
    .case-slide .item_box .title {
        font-size: 14px;
        margin-bottom: 4px !important;
    }

    .case-slide .item_box .img_box img {
        min-height: 340px;
    }

    .case-slide .item_box .summary_box {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .case-slide .list_more_btn .btn {
        min-width: 72px;
        height: 24px;
        font-size: 12px;
    }

}

/*
解决方案聚合页 最新动态 扩展的成功案例样式
*/

.case_style_news .slide_item.open_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.case_style_news .item_box:hover .title,
.case_style_news .open_box .item_box .title {
    margin-bottom: 8px;
}

.case_style_news .item_box .date_box {
    margin-bottom: 16px;
}

.case_style_news .slide_item {
    flex-shrink: 1;
    -webkit-transition: .3s;
    transition: .3s;
    width: auto !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
}

.case_style_news .swiper-wrapper {
    flex-wrap: nowrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 980px) {
    .case_style_news .item_box .text_box {
        position: relative;
        background: #fff;
        color: #333;
        height: auto;
        padding-top: 16px !important;
    }

    .case_style_news .item_box .title {
        color: #333;
        height: 60px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 8px !important;
    }

    .case_style_news {
        margin: 0 -2px !important;
    }

    .case_style_news .slide_item .item_box {
        margin: 0 2px !important;
        background: #fff;
    }

    .case_style_news .item_box {
        -webkit-box-shadow: 0 0 16px 0 rgb(190 196 204 / 20%);
        box-shadow: 0 0 16px 0 rgb(190 196 204 / 20%);
        margin-bottom: 16px;
        padding-bottom: 24px;
    }

    .case_style_news .item_box .img_box img {
        min-height: 160px
    }
    /*客户让改：最新动态使用到3:2尺寸时，移动端的摘要描述，可以设置2行或者3行的限制，目前4行有点多*/
    .case_style_news .item_box .summary_box {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .case_style_news .list_more_btn .btn {
        color: #333;
        border: 1px solid #333;
    }

}

@media screen and (max-width: 768px) {

    .case_style_news .item_box .title {
        margin-bottom: 4px !important;
        height: 44px !important;
        font-size: 14px;
    }

    .case_style_news .item_box .date_box {
        margin-bottom: 4px;
    }
}

/*
解决方案聚合页
单个多媒体
*/
.alone_media_post .et_pb_image {
    overflow: hidden;
}

.alone_media_post .et_pb_image img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.alone_media_post:hover .et_pb_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.alone_media_post:hover .title {
    color: #f70000;
}

.alone_media_post:hover .button_module {
    border: 1px solid #F70000;
    background: #F70000;
    color: #fff;
}

body.et-db #et-boc .colu_link_item:hover .et_pb_button {
    border: 1px solid #F70000;
    color: #F70000 !important;
}

.post_content li {
    list-style: inside;
}

.post_content ul,
.post_content p {
    margin-bottom: 16px;
}

/*
服务详情页
*/
.service_post_content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 700;
}

.service_post_content .table {
    max-width: 900px;
    height: auto;
    margin-bottom: 16px;
}

.service_post_content .ivu-table-wrapper-with-border {
    border: 1px solid #dcdee2;
    border-bottom: 0;
    border-right: 0;
    position: relative;
    overflow: visible;
    width: 900px;
}

.service_post_content .ivu-table {
    height: 100%;
    max-width: 100%;
    color: #515a6e;
    background-color: #fff;
    box-sizing: border-box;
}

.service_post_content .ivu-table-border:after,
.service_post_content .ivu-table:before {
    content: "";
    position: absolute;
    background-color: #dcdee2;
}

.service_post_content .ivu-table:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.service_post_content .ivu-table table {
    table-layout: fixed;
}

.service_post_content .ivu-table-header thead tr th {
    position: static;
    padding: 0;
    border-color: #dfe1e8;
}

.service_post_content .ivu-table th {
    background-color: #efefef;
    border-color: #dfe1e8;
    border-right: 1px solid #dfe1e8;
    border-bottom: 1px solid #dfe1e8;
    text-align: center;
    height: auto !important;
}

.service_post_content .ivu-table th .ivu-table-cell {
    color: #666;
    word-break: break-word;
    padding: 13px 10px;
    line-height: 1.5;
}

.service_post_content th .ivu-table-cell {
    display: inline-block;
    word-wrap: normal;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.service_post_content .ivu-table-header {
    overflow: visible;
}

.service_post_content .ivu-table-cell span {
    word-break: break-word;
}

.service_post_content table {
    border-collapse: collapse;
    border-spacing: 0;
}

.service_post_content .ivu-table-border td {
    border-right: 1px solid #dfe1e8;
}

#service_post_nav {
    padding-left: 36px;
}

#service_nav_slide {
    flex-wrap: wrap;
}

#service_nav_slide .swiper-slide {
    display: block;
}

#service_nav_slide .swiper-slide .title-nav-li {
    padding-left: 16px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    line-height: 38px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    position: relative;
}

#service_nav_slide .swiper-slide .title-nav-li::after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    bottom: 14px;
    border-radius: 50%;
    background: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#service_nav_slide .active .title-nav-li::after,
#service_nav_slide .swiper-slide .title-nav-li:hover::after {
    background: #d81e2b;
}

#service_nav_slide .active .title-nav-li,
#service_nav_slide .swiper-slide .title-nav-li:hover {
    color: #c7000b;
}

@media screen and (max-width: 1300px) {
    .service_post_content .table {
        overflow-x: scroll;
    }

    .service_post_content .table::-webkit-scrollbar {
        display: none;
    }

}

@media screen and (max-width: 980px) {
    #service_post_nav {
        padding-left: 0;
    }

    .service_nav_slide_dom {
        margin: 0 -20px;
        width: 100vw !important;
        margin-bottom: 20px !important;

    }

    .service_nav_slide_dom .et_pb_module {
        padding: 0 20px !important;
    }

    .service_nav_slide_dom {
        margin-bottom: 0 !important;
        background: hsla(0, 0%, 98.4%, .85);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    #service_nav_slide {
        flex-wrap: nowrap;
    }

    #service_nav_slide .swiper-slide {
        padding-right: 16px;
    }

    #service_nav_slide .swiper-slide .title-nav-li {
        padding-left: 0;
        width: auto;
        line-height: 42px;
    }

    #service_nav_slide .swiper-slide:last-child {
       
    }

    #service_nav_slide .swiper-slide .title-nav-li::after {
        height: 1px;
        width: 100%;
        bottom: 0;
        background: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    #service_nav_slide .swiper-slide .title-nav-li:hover::after {
        background: transparent;
    }

    #service_nav_slide .swiper-slide .title-nav-li:hover {
        color: #333;
    }
    #service_nav_slide .active .title-nav-li:hover {
        color: #c7000b !important;
    }
    #service_nav_slide .active .title-nav-li::after {
        background: #d81e2b !important;
    }

    #service_nav_slide .swiper-slide {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .service_nav_slide_dom {
        margin: 0 -16px !important;
    }
    .service_nav_slide_dom.et_pb_sticky #service_post_nav{
        padding-left: 16px;
    }
    .service_nav_slide_dom .et_pb_module {
        padding: 0 16px !important;
    }

    .service_nav_slide_dom.et_pb_sticky {
        top: 0px !important;
        left: 0 !important;
    }

    .service_post_content {
        font-size: 12px;
        line-height: 16px;
    }

    .service_post_content h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        margin-top: 16px;
    }

    .post_content ul,
    .post_content p {
        margin-bottom: 8px;
    }

}

@media screen and (max-width: 479px) {
    .service_nav_slide_dom .et_pb_module {
        padding: 0 !important;
    }
}

/*
搜索聚合页
*/
.down_list_box {
    display: none;
    padding: 24px;
    width: 100%;
    position: absolute;
    z-index: 5;
    background: #fff;
    box-shadow: 0 12px 32px 0 rgba(190, 196, 204, .2);
}

.down_list_box li {
    color: #333;
    line-height: 30px;
}

.search_page .down_list_box.open {
    display: block;
}

.search_page .down_list_box .box_item {
    margin-bottom: 16px;
}

.search_page .down_list_box .name {
    display: block;
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-bottom: 16px;
}

.search_page .down_list_box .item_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.search_page .down_list_box .item_list li {
    margin: 0 9px 9px 9px;
    height: 32px;
    line-height: 32px;
    background: rgb(239, 239, 239);
    padding: 0 16px;
    cursor: pointer;
}

.search_page .down_list_box .item_list li:hover {
    color: #F70000
}

.hide_login_hint .s_hint {
    display: none !important;
}

.search_page .s_box #s_form {
    position: relative;
}

.search_page .s_box #s_form .clear_s_btn {
    position: absolute;
    right: 106px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.search_page .s_box #s_form.focus .clear_s_btn {
    display: block;
}

/*
资料中心
*/
.resource_page .s_banner .w {
    padding-top: 0;
}

.resource_page .current_location {
    margin-bottom: 50px;
}

.resource_page .banner_title {
    font-size: 40px;
    margin-bottom: 20px;
}

.resource_page .s_box {
    margin-bottom: 16px;
}

.resource_page .s_banner {
    padding-bottom: 48px;
    background-image: url('../images/resource/banner.jpg');
    background-size: cover;
}

.resource_page .s_box form {
    margin-top: 0;
}

.resource_page .other_link_box a {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 20px;
}

.resource_page .other_link_box a::after {
    font-size: 20px !important;
    content: "5";
    position: absolute;
    top: 0;
    right: 0px;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #E02B20;
    transition: all 300ms ease 0ms;
    display: flex;
    align-items: center;
    height: 100%;
}

.resource_page .other_link_box a:hover {
    color: #000
}

.resource_page .other_link_box a:hover::after {
    right: -4px;
}

.resource_page .s_content_box {
    padding-top: 48px;
    margin-bottom: 96px;
    padding-bottom: 0;
}

.resource_page .s_hint {
    margin-bottom: 9px;
}

.resource_page .post_item {
    align-items: center;
    height: 96px;
    position: relative;
    box-shadow: inset 0px -1px 0px 0px rgba(223, 225, 232, 1);
}

.resource_page .post_item .flie_type {
    width: 54px;
    height: 54px;
    background-position: center;
    margin: 0 24px;
}

/*彩页用白皮书的*/
.flie_type.coloring_page {
    background-image: url('../images/resource//white_paper.svg');
}


/*pdf的*/
.flie_type.white_paper {
    background-image: url('../images/resource/white_paper.svg');
}


.flie_type.image {
    background-image: url('../images/resource/image.svg');
}

.flie_type.excel {
    background-image: url('../images/resource/excel.svg');
}

.flie_type.ppt {
    background-image: url('../images/resource/ppt.svg');
}

.flie_type.word {
    background-image: url('../images/resource/word.svg');
}

.flie_type.zip {
    background-image: url('../images/resource/zip.svg');
}

.flie_type.other {
    background-image: url('../images/resource/other.svg');
}

.resource_page .post_item .item_left {
    margin-left: 4px;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: center;
    color: #666666;
}

.resource_page .post_item .item_left .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #333;
}

.resource_page .post_item .item_left .resource_info .info_item {
    margin-right: 24px;
}

.resource_page .post_item .item_right {
    margin-left: auto;

}

.resource_page .post_item .item_right a {
    color: #F70000;
    margin-right: 24px;
}

.resource_page .post_item .item_right .iconfont {
    margin-right: 4px;
}

.resource_page_list {
    margin-bottom: 48px;
}

.resource_page .list_orderby {
    background: #E5E8F0;
    height: 48px;
    align-items: center;
}

.resource_page .list_orderby .orderby_btn {
    margin: 0 16px;
    position: relative;
    padding-right: 24px;
    cursor: pointer;
}

.resource_page .list_orderby .orderby_btn::after {
    position: absolute;
    right: 0;
    top: 1px;
    width: 16px;
    height: 100%;
    content: "";
    background: url('../images/resource/order.svg') no-repeat center;
}



.resource_page .list_orderby .orderby_btn.asc::after {
    transform: rotate(180deg);
}

.filter_box {
    margin-bottom: 33px;
}

.filter_box .filter_item {
    padding: 15px 0;
    border-top: 1px solid #DFE1E8;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.filter_box .filter_item.default_hidden {
    display: none;
}

.filter_box .filter_item:nth-child(1) {
    border-top: 0;
}

.filter_box .filter_item .name {
    margin-right: 16px;
    min-width: 120px;
    font-size: 16px;
    font-weight: 500;
}

.filter_box .filter_item .filter_list {
    display: flex;
    margin: 0 -12px;
    position: relative;
}

.filter_box .filter_list .item {
    margin: 0 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.filter_box .filter_list .item a {
    padding: 0px 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border: 1px solid #fff;
}

.filter_box .filter_list .item:hover,
.filter_box .filter_list .item:hover a,
.filter_box .filter_list .item.active,
.filter_box .filter_list .item.active a {
    color: #F70000;
}

.filter_box .filter_list .item.active a,
.filter_box .filter_list .item:hover a {
    border: 1px solid #F70000;
}

.filter_box .filter_item .item_box {
    width: 100%;
    display: block;
}

.filter_box .down_box .down_item {
    display: none;

}

.filter_box .down_box .down_item.open {
    display: block;
}

.filter_box .down_box .child_list .item a {
    position: relative;
    color: #666666;
    padding-left: 24px;
    display: inline-block;
}

.filter_box .down_box .child_list .item a::after {
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    content: '';
    background: url('../images/resource/checkbox.svg') no-repeat center center;
    background-size: 100%;
}

/* .filter_box .down_box .child_list .active a{
    color: #F70000;
} */
.filter_box .down_box .child_list .active a::after {
    background: url('../images/resource/checkbox_active.svg') no-repeat center center;
}
.filter_box .down_box .radio_type .item a::after {
    border: #d4d4d4 1px solid;
    border-radius: 50%;
    background: #fff;
}
.filter_box .down_box .radio_type .active a::after {
    background: url('images/liuzi_radiochecked.png') center /cover no-repeat;
    border: none;
}

.filter_box .filter_item .down_box .child_list {
    margin: 0 -10px;
    display: flex;
    padding-top: 8px;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.filter_box .filter_item .down_box .item {
    margin: 0 10px;
    margin-bottom: 10px;
}

.filter_box .filter_list .item[filter-type=open_list] {
    background: url('../images/resource/list_down.svg') right 6px no-repeat;
    padding-right: 18px;
    padding-left: 0;
    border: none !important;
}

.filter_box .filter_list .active[filter-type=open_list] {
    background: url('../images/resource/open_list_down.svg') right 6px no-repeat;
}

.filter_box .active_filter {
    align-items: center;
}

.filter_box .active_filter .active_list {
    margin-right: 20px;
}

.filter_box .active_filter .active_list li {
    margin-right: 20px;

}

.filter_box .active_filter .active_list li a {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 1px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    padding-right: 32px;
    position: relative;
    cursor: pointer;
}

.filter_box .active_filter .active_list li a::after {
    position: absolute;
    right: 8px;
    top: 0;
    width: 16px;
    height: 100%;
    content: '';
    background: url('../images/resource/delete.svg') center no-repeat;
}

.filter_box .active_filter .active_list li:last-child {
    margin-right: 0;
}

.filter_box .active_filter .clear_filter {
    color: #f70000;
}

.resource_page .w {
    padding: 0 40px;
    max-width: 1520px !important;
    margin: 0 auto;
}

.resource_page .s_content_box {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.s_box .s_submit {
    flex-shrink: 0;
}

.filter_box .list_orderby,
.filter_box .mb_btn_box {
    display: none;
}

@media screen and (max-width: 1024px) {
    .resource_page .banner_title {
        font-size: 32px;
    }

    .resource_page .current_location {
        margin-bottom: 35px;
    }

    .resource_page .s_content_box {
        padding-top: 32px;
        margin-bottom: 60px;
    }

    .resource_page_list {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 980px) {

    .resource_page .w {
        padding-left: 20px !important;
        padding-right: 20px !important;

    }

    .resource_page .post_item .item_left .title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .resource_page .post_item .flie_type {
        display: none;
    }


}

@media screen and (max-width: 768px) {
    .resource_page .w {
        padding-left: 16px !important;
        padding-right: 16px !important;

    }

    .resource_page .post_item .item_left .title {
        font-size: 14px;
    }

    .resource_page .current_location {
        display: none;
    }

    .resource_page .s_banner {
        padding-top: 40px;
    }

    .resource_page .banner_title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .s_box .s_submit {
        width: 76px !important;
    }

    .s_box .s_input,
    .s_box .s_submit {
        font-size: 14px !important;
    }

    .search_page .s_box #s_form .clear_s_btn {
        right: 86px;
    }

    .resource_page .post_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
        height: auto;
    }

    .resource_page .post_item .resource_info {
        width: 100%;
        margin-bottom: 4px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .resource_page .post_item .item_left {
        width: 100%;
        margin-left: 0;
    }

    .resource_page .post_item .item_right a {
        border: 1px solid rgba(247, 0, 0, 1);
        padding: 0 8px;
        height: 24px;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        margin-right: 8px;

    }

    .resource_page .post_item .item_right a:last-child {
        margin-right: 0;
    }

    .resource_page .post_item .item_left .resource_info .info_item {
        margin-bottom: 4px;
        margin-right: 0;
        font-size: 12px;
    }

    .resource_page .post_item .item_left .resource_info .info_item:nth-child(3) {
        width: 100%;
    }

    .search_page .s_hint,
    .resource_page .list_orderby {
        display: none;
    }

    .resource_page .s_content_box {
        padding: 0;
        margin-bottom: 0px;
        padding-bottom: 40px;
        position: relative;
    }

    .resource_page .other_link_box a {
        font-size: 12px;
    }

    .resource_page .other_link_box a::after {
        font-size: 16px !important;
    }

    .resource_page .s_box {
        margin-bottom: 8px;
    }

    .filter_box {
        margin: 0 -16px;
        background: #FBFBFB;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
        padding: 0 16px;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
    }

    .filter_box .category_box,
    .filter_box .filter_item .item_box,
    .filter_box .active_filter_box {
        display: none;
    }

    .filter_box .filter_item.default_hidden,
    .filter_box .list_orderby {
        display: flex;
    }

    .filter_box .filter_item .name,
    .filter_box .list_orderby .orderby_btn {
        margin-right: 0;
        font-size: 14px;
        height: 40px;
        align-items: center;
        display: flex;
        min-width: auto;
        padding-right: 14px;
        position: relative;
        word-break: keep-all;
        cursor: pointer;
    }

    .filter_box .list_orderby .orderby_btn {
        margin-left: 0;
    }

    .filter_box .list_orderby {
        background: none;
        height: auto;
    }

    .filter_box .list_orderby .orderby_btn::after {
        width: 14px;
        background-size: 14px !important;
        top: 0;
    }

    .filter_box .filter_item .name::after {
        position: absolute;
        right: 0;
        top: 0px;
        width: 14px;
        height: 100%;
        content: "";
        background: url('../images/resource/list_down.svg') no-repeat center;
        background-size: 8px !important;
    }

    .filter_box .filter_item.open_down .name::after {
        background: url('../images/resource/open_list_down.svg') no-repeat center;
    }

    .filter_box .filter_item {
        padding: 0;
        border: 0;
        margin-right: 8px;
    }

    .filter_box .filter_item.open_down .item_box {
        position: absolute;
        top: 40px;
        left: 0;
        display: block;
        width: 100%;
        background: #fff;
        z-index: 10;
        padding-bottom: 48px;
        margin-bottom: 0;
    }

    .filter_box .filter_item .filter_list {
        flex-direction: column;
        width: 50%;
        background: #f5f5f5;
        margin: 0;
        max-height: 352px;
        min-height: 260px;
        overflow-y: scroll;
        padding-bottom: 12px;
    }

    .filter_box .filter_list .item.active a,
    .filter_box .filter_list .item:hover a {
        border: 0;
        background: #fff;
    }

    .filter_box .filter_list .item a,
    .filter_box .filter_list .item[filter-type=open_list] {
        justify-content: flex-start;
        padding: 11px 16px;
        height: auto;
        border: 0;
        background:
            none;
        width: 100%;
        font-size: 12px;
        color: #666666;
    }

    .filter_box .filter_list .item {
        margin: 0;
    }

    .filter_box .filter_list .item.active[filter-type=open_list] {
        background: #fff;
        color: #F70000;
    }

    .filter_box .mb_btn_box {
        display: flex;
        flex-wrap: nowrap;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .filter_box .mb_btn_box .mb_clear {
        background: #fff;
    }

    .filter_box .mb_btn_box .mb_close {
        background: #F70000;
        color: #FFFFFF;
    }

    .filter_box .mb_btn_box .mb_clear,
    .filter_box .mb_btn_box .mb_close {
        width: 50%;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s_content_box.open_filter::after {
        position: absolute;
        content: "";
        left: 0;
        top: 40px;
        width: 100%;
        height: calc(100% - 40px);
        background: rgba(0, 0, 0, 0.70);
        z-index: 1;
    }

    .filter_box .filter_item .item_box .down_box {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        background: #fff;
        padding-bottom: 12px;
        margin-bottom: 48px;
        max-height: calc(100% - 48px);
        overflow-y: scroll;
    }

    .filter_box .filter_item .down_box .child_list {
        margin: 0;
        flex-direction: column;
    }

    .filter_box .filter_item .filter_list::-webkit-scrollbar,
    .filter_box .filter_item .item_box .down_box::-webkit-scrollbar {

        display: none;
    }

    .filter_box .down_box .child_list .item a {
        font-size: 12px;
        padding-left: 20px;
    }

    .filter_box .down_box .child_list .item a::after {
        background-size: 14px;
        width: 14px;
        height: 14px;
    }


}

@media screen and (max-width: 500px) {}


/*
登录失败弹窗
*/
body .login_error .popup_box {
    height: auto;
    padding: 30px;
}

body .login_error .popup_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

body .login_error .popup_box .popup_content {
    margin-bottom: 20px;
    font-size: 16px;
}

/*
专利问号的hover显示文字
*/
.patent_text {
    position: relative;
    display: inline-block;
}

.patent_text .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    background: url('../images/q-mark.svg') center /cover no-repeat;
}

.patent_text .text {
    position: absolute;
    bottom: 120%;
    left: -4px;
    width: max-content;
    height: auto;
    font-size: 12px;
    color: #333;
    padding: 5px 10px;
    display: none;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 6px 0px #f3f3f3;

}

.patent_text .icon:hover+.text {
    display: block;
}

.patent_text .text:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    margin-left: 8px;
    bottom: -4px;
    background: #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*
  底部
*/
.footer_latout .menu_name {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_latout .foot_menu{
    justify-content: space-between;
}
.footer_latout .custom_menu {
    margin-bottom: 25px;
    margin-right: 5%;
}

.footer_latout .custom_menu:last-child {
    margin-right: 0;
}

.footer_latout .menu_list a {
    color: #999999;
    display: block;
    margin-bottom: 20px;
}
.footer_latout .menu_list a:hover,
.bottom_menu .menu_list a:hover{
    color: #fff !important;
}
.bottom_menu .menu_list {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
}

.bottom_menu .menu_list .menu_depth_0 {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
}

.bottom_menu .menu_list .menu_depth_0:after {
    display: block;
    position: absolute;
    right: 0;
    content: '|';
    font-size: 13px;
    top: 0;
    color: #999;
}

.bottom_menu .menu_list .menu_depth_0:last-child {
    margin-right: 0;
    padding-right: 0;
}

.bottom_menu .menu_list .menu_depth_0:last-child:after {
    display: none;
}

.bottom_menu .menu_list a,
#foot_bottom,
#foot_bottom a,
#foot_follow {
    color: #999999;
}

@media screen and (max-width: 768px) {
    #footer {
        display: block;
    }
    .footer_latout .menu_list a:hover{
        color: #fff !important;
    }
    #footer .foot_menu {
        flex-direction: column;

    }

    #footer .menu_list {
        display: none;
        flex-wrap: wrap;
        padding-top: 16px;
    }

    #footer .menu_list .menu_depth_0 {
        width: 50%;
    }

    #footer .footer_menu_box.open_box .menu_list {
        display: flex;
    }

    #footer .footer_latout .menu_list a {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 21px;
    }

    #footer .custom_menu {
        margin-bottom: 0 !important;
        padding: 21px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        margin-right: 0 !important;
    }

    #footer .banquan {
        padding: 21px 0;
    }

    .footer_latout .menu_name {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: 700;
        position: relative;
        line-height: 20px
    }

    .footer_latout .menu_name::before {
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        width: 20px;
        height: 100%;
        background: url('../images/home/down_width.png') center no-repeat;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
    }

    #footer .footer_menu_box.open_box .menu_name::before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    #footer .foot_right {
        padding-top: 0;
        border: 0;
    }
}

#foot_follow {
    display: flex;
    justify-content: end;
}

#foot_follow .follow_list .bt {
    margin-right: 13px;
}

#foot_follow .follow_list .icon_box {
    display: block;
    margin-right: 18px;
    cursor: pointer;
    position: relative;
}

#foot_follow .follow_list .icon_box:last-child {
    margin-right: 0;
}

#foot_follow .follow_list .icon_box .icon {
    width: 20px;
    height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
}

#foot_follow .follow_list .icon_box .icon .iconfont {
    font-size: 20px;
}

#foot_follow .follow_list .icon_box .icon:hover {
    color: #fff;
}

#foot_follow .wx_btn .qrcode_box {
    position: absolute;
    bottom: 140%;
    height: auto;
    font-size: 12px;
    color: #333;
    padding: 8px 12px;
    background: #fff;
    border-radius: 3px;
    width: 136px;
    left: -60px;
    text-align: center;
    display: none;
}

#foot_follow .wx_btn:hover .qrcode_box {
    display: block;
}

#foot_follow .wx_btn .qrcode_box img {
    width: 100% !important;
}

.bottom_layout {
    overflow: visible !important;
}

#foot_follow .wx_btn .qrcode_box:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    margin-left: 50%;
    bottom: -4px;
    left: -4px;
    background: #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media screen and (max-width: 1520px) {
    #footer .bottom_layout {
        margin: 0 40px;
        width:calc(100% - 80px) !important;
    }
    #footer .bottom_layout .et_pb_column{
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    #footer .bottom_layout {
        margin: 0 20px;
        width:calc(100% - 40px) !important;
        display: flex;
    }
    

}

@media screen and (max-width: 768px) {
    #footer .bottom_layout {
        margin: 0 16px;
        width:calc(100% - 32px) !important;
    }

    .foot_nav_box {
        width: 100%;
        flex-direction: column;
    }

    #foot_follow,
    #foot_follow .et_pb_code_inner {
        width: 100%;
    }

    #foot_follow .follow_list {
        width: 100%;
        justify-content: flex-end;
    }

    #foot_follow .follow_list .bt {
        margin-right: auto;
    }

    #footer #foot_bottom .menu_list {
        display: flex;
        justify-content: flex-start;
        padding-top: 0;
    }

    #footer #foot_bottom .menu_list .menu_depth_0 {
        width: auto;
    }

    #footer #foot_bottom .custom_menu {
        border: none !important;
    }

    #m_no_border {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    #foot_bottom {
        flex-direction: column-reverse;
        display: flex;
    }

    #foot_bottom .et_pb_column {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 390px) {
    #foot_follow .follow_list .bt {
        display: none;
    }
}


/*边栏漂浮*/
#right_float {
    position: fixed;
    right: 24px;
    bottom: 70px;
    z-index: 98;

}

#right_float .float_box {
    width: 48px;
    color: #fff;
}

#right_float .float_follow_box .follow_list,
#right_float .delay_text,
#right_float .float_follow_box .qrcode_box {
    position: absolute;
    right: 100%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
    box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    visibility: hidden;
}

#right_float .delay_text {
    width: 440px;
    padding: 31px 40px;
    font-size: 24px;
    color: #333;
    bottom: 28px;
}

#right_float .delay_text:after,
#right_float .float_follow_box .follow_list::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
    -webkit-box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
    box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
    top: 50%;
    margin-top: -10px;
    right: -12px;
}


#right_float .delay_text .icon {
    margin-right: 8px;
}

#right_float .delay_text .icon .iconfont {
    font-size: 30px;
}

#right_float .delay_text .close_btn {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

#right_float .delay_text .close_btn .iconfont {
    font-size: 18px;
}


#right_float .go_top,
#right_float .contant_icon,
#right_float .float_follow_box .follow_btn {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
    box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
}

#right_float .contant_icon,
#right_float .float_follow_box .follow_btn {
    background-color: #f70000;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

#right_float .contant_icon .item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 0;
    left: 0;
}

#right_float .contant_icon .text {
    font-size: 12px;
    background: #f70000;
    visibility: hidden;
}

#right_float .contant_icon.show_text .text,
#right_float .delay_text.show {
    visibility: visible;
}

#right_float .contant_icon .icon {
    background: url('../images/modal-btn2.svg') center no-repeat;
}

#right_float .go_top {
    background: #fff;
    cursor: pointer;
}

#right_float .go_top .icon {
    background: url('../images/go_topsvg.svg') center no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -webkit-box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
    box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
    z-index: 18;
    border-radius: 2px;
}

#right_float .float_follow_box .follow_btn {
    background: #f70000 url('../images/share.svg') center no-repeat;
    display: block;
    cursor: pointer;
}

#right_float .float_follow_box .follow_list {
    bottom: -14px;
    flex-direction: column;
    width: 72px;
    color: #333333;
    padding: 8px 0;
    bottom: -30px;
}
.cn #right_float .float_follow_box .follow_list {
    bottom: 30px;
}

#right_float .float_follow_box .follow_list.show {
    visibility: visible;
}

#right_float .float_follow_box .follow_list .bt {
    margin-bottom: 8px;
}

#right_float .float_follow_box .follow_list .icon {
    height: 40px;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    color: #999999;

}

#right_float .float_follow_box .follow_list .icon:hover {
    color: #333;
}

#right_float .float_follow_box .follow_list .iconfont {
    font-size: 24px;
}

#right_float .float_follow_box .qrcode_box {
    width: 136px;
    padding: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
    border-radius: 2px;
    top: 0;
    margin-right: 10px;
}

#right_float #page_qrcode_img {
    margin-bottom: 6px;
}

#right_float .float_follow_box .qrcode_text {
    text-align: center;
    font-size: 12px;
}

#right_float .float_follow_box .qrcode_box:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    right: -4px;
    top: 50%;
    margin-top: -48px;
    background: #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#right_float .float_follow_box .follow_list .icon_box {
    cursor: pointer;
}

#right_float .wx_btn:hover .qrcode_box {
    visibility: visible;
}

@media screen and (max-width: 768px) {
    #right_float .float_follow_box {
        display: none;
    }
    #right_float{
        right: 16px;
    }
}


/*
联系我们弹窗
*/
.contact_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 19;
    display: none;
}

.contact_pop.show {
    display: block;
}

.contact_pop .pop_box {
    background-color: #feffff;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 690px;
    z-index: 101;
}

.contact_pop .pop_box .box_top {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 14px 0 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f70000;
    font-weight: 700;
}

.contact_pop .box_top .title {
    font-size: 20px;
    color: #fff;
}

.contact_pop .pop_box .close_btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_pop .pop_box .close_btn .iconfont {
    font-size: 26px;
    color: #fff;
}

.contact_pop .pop_box .box_content {
    padding: 40px;
    background-color: #f5f6f8;
    width: 100%;
}

.contact_pop .contact_list {
    flex-wrap: nowrap;
    width: 100%;
    top: 0;
}

.contact_pop .contact_list .item {
    width: 50%;
    margin: 0 12px;
    padding: 0 16px;
    background-color: #feffff;
    flex-direction: column;
    align-items: center;
}

.contact_pop .contact_list .item .item_bt {
    font-size: 18px;
    padding: 16px 0 8px;
    border-bottom: 1px solid #dfe1e6;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    width: 100%;
}

.contact_pop .contact_list .item .icon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0 18px;
    width: 100%;
}

.contact_pop .contact_list .item .item_text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px 0;
    background: #fbfcfc;
}

.contact_pop .contact_list .icon_list .icon_item {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.contact_pop .contact_list .icon_list .icon_item.no_click {
    opacity: 0.6;
    cursor: not-allowed;
}

.contact_pop .icon_item .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact_pop .icon_item .icon .icon_img {
    width: 100%;
    display: block;
}

.contact_pop .icon_item .icon .iconfont {
    font-size: 48px;
    color: #333 !important;
}

.contact_pop .contact_list .item_text .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.contact_pop .contact_list .item_text .icon .iconfont {
    font-size: 24px;

}


.contact_pop .contact_list .item .tel_text {
    font-size: 16px;
    line-height: 24px;
    color: #f70000;
}

.contact_pop .box_bottom .link_list {
    padding: 16px 0;
    border-top: 1px solid #dfe1e6;
    background: #fff;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_pop .box_bottom li {
    margin-right: 55px;
    font-size: 16px;
}

.contact_pop .box_bottom li:last-child {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .contact_pop .pop_box {
        width: 92%;
    }



    .contact_pop .pop_box .box_content {
        padding: 20px;
    }


    .contact_pop .pop_box .box_top{
        height: 40px;
        padding: 0 14px 0 20px;
    }
    .contact_pop .box_top .title{
        font-size: 18px;
    }
    .contact_pop .contact_list .item .item_bt{
        font-size: 16px;
    }
    .contact_pop .pop_box .close_btn .iconfont{
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    .contact_pop .box_bottom li {
        margin-right: 20px;
        font-size: 14px;
    }
    .contact_pop .contact_list {
        flex-wrap: wrap;
    }
    .contact_pop .contact_list .item {
        margin: 0 0 12px;
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .contact_pop .contact_list .item .item_bt{
        padding: 8px 0 4px;
        font-size: 14px;
    }
    .contact_pop .box_top .title{
        font-size: 16px;
    }
    .contact_pop .icon_item .icon{
        margin-bottom: 8px;
    }
    .contact_pop .contact_list .item .icon_list{
        padding: 16px 0 12px;
    }
    .contact_pop .contact_list .item .item_text{
        margin-bottom: 8px;
    padding: 8px 0;
    }
    .contact_pop .box_bottom li{
        margin-right: 8px;
        font-size: 12px;
    }
    .contact_pop .pop_box{
        top: auto;
        bottom: 16px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
}

}

/*智能软件管理平台*/
#swiper_features .swiper_features_pagination{
    position: relative;
    left: -50px;
    display: flex;
    flex-direction: column;
}
#features_fixed{
    width: 100% !important;
    position: absolute;
    top: 0;
    z-index:  1 !important;
}
#features_fixed .box_w{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}
#features_fixed .box_w .box_row{
    width: 100%;
    position: relative;
}
#features_fixed .box_content{
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}



.swiper_features_pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 16px;
}
.swiper_features_pagination .swiper-pagination-bullet-active{
    background: #f70000;
}


#swiper_features .et_pb_row{
    padding-bottom: 10vh;
    padding-top: 10vh;
}
#swiper_features .features_img_box{
    opacity: 0;
}
#swiper_features .et_pb_row:nth-child(1){
    /* padding-top: 40px; */
}
#features_fixed_content  .img_el_box{
    width: 540px;
    margin-left: auto;
    position: relative;
}


 #swiper_features .et_pb_row:nth-child(1).css_in .features_img_box .et_pb_image_wrap img{
    opacity: 1;
    animation:none;
    -webkit-animation:none;
} 

.top_to_bottom.css_out .img_el_box  #img_el{
    animation: fadeOutUp 0.4s ease 0s;
    -webkit-animation: fadeOutUp 0.4s ease 0s;
    animation-fill-mode: both !important;
}

.top_to_bottom.css_in .img_el_box #img_el{
    animation: fadeInUp 0.4s ease 0s;
    -webkit-animation: fadeInUp 0.4s ease 0s;
    animation-fill-mode: both !important;
}



.bottom_to_top.css_out .img_el_box #img_el{
    animation: fadeOutDown 0.4s ease 0s;
    -webkit-animation: fadeOutDown 0.4s ease 0s;
    animation-fill-mode: both !important;
}
.bottom_to_top.css_in .img_el_box #img_el{
    animation: fadeInDown 0.4s ease 0s;
    -webkit-animation: fadeInDown 0.4s ease 0s;
    animation-fill-mode: both !important;
}

@media (max-width: 768px) {
    .et-db #et-boc #swiper_features {
        padding: 0 !important;
        padding-bottom: 40px !important;
    }
    #swiper_features .features_img_box{
        width: 100%;
        height: auto;
        opacity: 1;
    }
    #swiper_features .features_img_box .et_pb_image_wrap{
        position: relative;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #swiper_features .features_img_box .et_pb_image_wrap img{
        opacity: 1;
    }
    .et-db #et-boc #swiper_features .et_pb_row{
    padding: 20px 12px 20px !important;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgb(190 196 204 / 10%);
    box-shadow: 0 0 16px 0 rgb(190 196 204 / 10%);
    border-radius: 2px;
    flex-shrink: 0;
    width: calc(100% - 32px);
    margin: 0 16px;
}
#swiper_features .swiper_features_pagination{
    bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    top: auto;
    margin-left: 0;
    z-index: 3;
}
.swiper_features_pagination .swiper-pagination-bullet{
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #e5e8f0;
    opacity: 1;
}
.swiper_features_pagination .swiper-pagination-bullet-active{
    background-color: #f70000;
}

}
/*
wp简码生成的视频样式
*/
.my_video_class{
    width: 100% !important;
    height: auto !important;
}

/*
隐私弹窗
*/
#privacy_popup{
    bottom: 0;
    top: auto;
    width: auto;
    height: auto;
    border: 1px solid rgba(247,0,0,1);
    background: #fff;
    padding: 40px 16px;
}
#privacy_popup .popup_box{
   width: 348px;
   box-shadow: none;
   padding: 0;
   border-radius: 0;
   height: auto;
}
#privacy_popup .clsoe_popup_btn{
    display: none;
}
#privacy_popup a{
   color:  #022EA7
}
#privacy_popup .privacy_content{
  margin-bottom: 24px;
}
#privacy_popup .privacy_btn .icon_btn:nth-child(1){
    margin-bottom: 8px;
}
#privacy_popup .privacy_btn .icon_btn{
    width: 100%;
    display: block;
    line-height: 34px;
    text-align: center;
}
@media (max-width: 600px){
    #privacy_popup{
        padding: 20px 16px;
    }
    #privacy_popup .popup_box{
        width: 100%;
    }
    #privacy_popup .privacy_content{
        margin-bottom: 16px;
    }
    #privacy_popup .privacy_content,
    #privacy_popup .privacy_btn .icon_btn
    {
        font-size: 12px;
    }
}

/*
搜索页面优化
*/
.s_post_list .post_item .summary em,
.s_post_list .post_item .title em,
.aggList_box .agg_item em
{
    color: #f70000;
    font-style: normal;
}
.current_location.no_iconbg .item::after{
    display: none !important;
}
.huodong_alllist .paged_select{
    display: none !important;
}
/*
展开的盒子
*/
.aggList_box{
    padding-left: 24px;
    margin-top: 4px;
}
.aggList_box .agg_item{
    display: block;
    line-height: 1.7;
}
.aggList_box .agg_item:hover{
    text-decoration: underline;
    color: #f70000;
}
.hide_down_box{
    position: relative;
    overflow: hidden;
}

.hide_down_box .open_box_btn{
    display: none;
    position: absolute;
    bottom: 0;
    line-height: 1.7;
    margin-left: 24px;
    color: #f70000;
    cursor: pointer;
    padding-right: 16px;
}
.hide_down_box .open_box_btn:after{
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #f70000;
}
.hide_down_box.open_box .open_box_btn:after{
    border: 5px solid transparent;
    border-bottom: 5px solid #f70000;
    margin-top: -8px;
}
.hide_down_box.open_box{
    height: auto !important;
}
.hide_down_box.show_btn .open_box_btn{
    display: block;
}
.s_post_list div.post_item .info .current_location .item{
    padding-right: 0;
    margin-right: 0;
}
@media (max-width: 768px){
    .aggList_box{
        padding-left: 0;
    }
    .aggList_box .agg_item{
        margin-right: 56px;
    }
    .hide_down_box .open_box_btn{
        margin-left: 0px;
    }
    .aggList_box .agg_item,
    .hide_down_box .open_box_btn
    {
        font-size: 12px;
    }
}

/*
搜索排序
*/
.search_sort{
    display: flex;
    justify-content: flex-end;
}
.search_sort .box_name{
    color: #666;
}
.search_sort .sort li span.havechild{
    font-size: 14px;
    padding-right: 21px;
}
.search_sort .sort li{
    margin-left: 2px;
}
.search_sort  .sort li span.havechild:after{
    width: 16px;
    height: 100%;
    top: 0;
    background-position: center;
    opacity: 0.8;
    background-size: 100%;
}
.search_sort .sort li dl{
    width: auto;
    left: auto;
    right: 0;
    word-break: keep-all;
    white-space: nowrap;
}
.specifications_list .value_box p:last-child, .specifications_list .value_box li:last-child{
    margin-top: 0 !important;
}
/*
案例中心样式完善
*/
.post-type-archive-case_post .medialist li .media_text .media_tag{
    display: none !important;
}
  
 @media (max-width: 768px){
    .search_sort .sort{
        display: block;
       
    }
    .search_sort{
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
    }
} 

/*
alert 弹窗提示信息
*/
.alert_box{
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    min-width: unset!important;
    padding: 15px!important;
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    position: fixed;
    left: 50%;
    top: -60px;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity .3s,transform .4s,top .4s;
    z-index: 999;
    -webkit-transition: opacity .3s,top .4s;
    -moz-transition: opacity .3s,top .4s;
    -ms-transition: opacity .3s,top .4s;
    -o-transition: opacity .3s,top .4s;
}
.alert_box .alert_box_content{
    font-size: 14px;
    color: #909399;
    line-height: 1;
    background: url(../images/info.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 24px;
}
.alert_box.show_alert{
    top:20px;
    opacity: 1;
}
.gform_ajax_spinner{
    display: none !important;
}
/*
产品详情页悬浮布局导航 手机端指定距离
*/
@media(max-width:768px){
	.sticky_section_location.et_pb_sticky--top{
		top: 60px !important;
	}
}
html {
    zoom: 100%;
}
/*缩放处理*/
@media (max-width: 1919px) and (min-width: 1280px) {
    html {
        zoom: 90%;
    }
    video{
        zoom: 110%;
    }

    @-ms-viewport {
        width: 1920px;
    }
}