@media screen and (max-width: 767px) {
     ::-webkit-scrollbar {
        width: 2px;
        height: 0;
        background-color: #d8d8d8
    }
     ::-webkit-scrollbar-thumb {
        background-color: #b6b6b6
    }
     ::-webkit-scrollbar-track {
        border-radius: 2px
    }
}

@media screen and (min-width: 768px) and (max-width:999px) {
    #app .containerWrap,
    #app .m-main {
        width: 750px!important
    }
}

@media screen and (min-width: 1000px) and (max-width:1199px) {
    #app .containerWrap,
    #app .m-main {
        width: 970px!important
    }
}

@media screen and (min-width: 1200px) and (max-width:1367px) {
    #app .containerWrap,
    #app .m-main {
        width: 1050px!important
    }
}

@media screen and (min-width: 1367px) {
    #app .containerWrap,
    #app .m-main {
        width: 1170px!important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .home_banner_bg {
        display: none
    }
    .home_banner,
    .home_banner2 {
        position: relative;
        overflow: hidden
    }
    .home_banner2 {
        height: 900px
    }
    .home_banner2 .logo_bg {
        transform: scale(1)!important;
        background: url() no-repeat 50% #fff;
        background-size: none;
        z-index: 1000
    }
    .home_part1 {
        display: none
    }
}

@media screen and (max-width: 1920px) and (min-width:1200px) {
    .header {
        transform: translateY(-100px);
        opacity: 0;
        transition: .8s
    }
    .header.on {
        transform: translateY(0);
        opacity: 1
    }
    .home_banner .swiper_bg {
        transition: 1s .6s;
        transform: translateX(-80px);
        opacity: 0
    }
    .home_banner.on .swiper_bg {
        transform: translate(0);
        opacity: 1
    }
}
@media screen and (max-width: 1690px) {
    .home_part6 .six-item-panel .six-item-b .six-item{
        padding: 25px 25px;
    }
}

@media screen and (max-width: 1600px) {
    .header .nav .cf li {
        padding: 0 30px
    }
    .header .nav .cf li a {
        font-size: 16px
    }
    .header .nav ul {
        /* padding-right: 260px */
    }
    .head_search {
        padding: 0 12px 0 30px
    }
    .head_lang {
        padding: 0 20px
    }
    .header.header_nav .zk_bg {
        height: 480px
    }
    .header .zk_wrap {
        width: 1340px
    }
    .header .zk_graybg {
        margin-right: -240px
    }
    .header .zk_left {
        width: 240px;
        padding: 40px 0 0
    }
    .zk_left .zk_idTabs li {
        margin-bottom: 10px
    }
    .zk_left .zk_idTabs a {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0
    }
    .zk_left .zk_idTabs span {
        padding: 0 25px
    }
    .zk_rightlist {
        padding: 40px 10px 0 70px;
        line-height: 28px
    }
    .zk_rightlist .li {
        padding: 0 30px
    }
    .zk_rightlist dl dt {
        font-size: 16px
    }
    .zk_rightlist dl {
        margin-bottom: 20px
    }
    .zk_righthot {
        margin-top: 40px;
        height: 340px;
        padding: 0 0 0 70px
    }
    .zk_righthot .zkhot_tit {
        font-size: 20px;
        margin-bottom: 15px
    }
    .zkhot_list .li a {
        font-size: 14px
    }
    .zk_grwylist .li {
        height: 225px
    }
    .zk_grwylist .li a {
        padding: 10px;
        font-size: 14px
    }
    .zk_grwylist .li span {
        height: 160px
    }
    .zk_grywhot {
        padding: 80px 0 0 60px
    }
    .zk_righthotbg {
        margin-left: -315px
    }
    .zk_grywhotcon {
        padding: 30px 0 0
    }
    .home_banner .swiper-slide {
        font-size: 50px
    }
    .home_banner .btn {
        padding-top: 30px
    }
    .home_banner2 .logo .logo2 {
        margin: 30px auto 140px
    }
    .home_banner2 .logo .logo3 {
        font-size: 24px
    }
    .home_banner2 .logo .logo4 {
        margin: 20px auto 0
    }
    .home_banner2 .logo_bg_box {
        transform: scale(.9);
        margin-top: -5px
    }
    .home_banner2 .logo1_bg {
        transform: scale(.9)
    }
    .wrap {
        width: 1200px
    }
    .home_newscon {
        padding: 15px 0 0
    }
    .home_newscon .time {
        margin-bottom: 10px
    }
    .home_newscon .tit {
        font-size: 16px;
        line-height: 1.5
    }
    .foot_part1 {
        padding: 70px 50px 0;
    }
    .foot_part1 .wrap {
        padding: 0 0 70px
    }
    .foot_nav .li_tit {
        margin-bottom: 12px
    }
    .foot_nav .ol a {
        padding: 7px 0
    }
    .foot_share .bshare-custom a {
        margin: 0 0 18px
    }
}

@media screen and (max-width: 1400px) {
    .home_part1 {
        height: 1600px
    }
    .home_banner2 .logo_bg_box {
        transform: scale(.8);
        margin-top: -10px
    }
    .home_banner2 .logo1_bg {
        transform: scale(.8)
    }
    .home_banner2 .logo .logo2 {
        margin: 30px auto 110px
    }
}

@media screen and (max-width: 1200px) {
    .header {
        display: none
    }
    .header_bg_h {
        height: 65px
    }
    .mob_part {
        width: 100%;
        display: block;
        position: fixed;
        z-index: 999999
    }
    .mob_part .top {
        margin: 0 17px;
        position: relative;
        z-index: 9;
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }
    .mob_part .logo {
        float: left;
        height: 64px;
        transition: .4s
    }
    .mob_part .logo img {
        /* height: 100% */
    }
    .mob_part .logo .a1a,
    .mob_part .logo .a2 {
        display: none
    }
    .mob_part .but {
        float: right
    }
    .mob_part .but .p1 {
        float: left;
        background: url('../images/search_touming.png') 50% no-repeat;
        width: 64px;
        height: 64px;
        background-size: 21px auto;
        cursor: pointer;
    }
    .mob_part .but .p2 {
        float: right;
        width: 18px;
        height: 25px;
        display: block;
        margin-top: 20px;
        cursor: pointer
    }
    .mob_part .but .p2 i {
        width: 100%;
        height: 1px;
        margin-top: 12px;
        background: #fff;
        display: block;
        position: relative;
        transition: .4s
    }
    .mob_part .but .p2 i:after,
    .mob_part .but .p2 i:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: .4s
    }
    .mob_part .but .p2 i:before {
        margin-top: -6px
    }
    .mob_part .but .p2 i:after {
        margin-top: 6px
    }
    .mob_part .but_fh {
        height: 100%;
        line-height: 64px;
        position: absolute;
        left: 17px;
        top: 0;
        background: url() no-repeat 0;
        background-size: 12px auto;
        color: #666;
        font-size: 16px;
        padding-left: 20px;
        transition: .4s;
        cursor: pointer
    }
    .mob_on2 .logo,
    .mob_part .but_fh {
        opacity: 0;
        transform: translateX(-100%)
    }
    .mob_on2 .but_fh {
        transform: translateX(0);
        opacity: 1
    }
    .mob_part_lm {
        background: #f8f8f8;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3)
    }
    .mob_part_lm .logo .a1 {
        display: none
    }
    .mob_part_lm .logo .a1a {
        display: block
    }
    .mob_part_lm .but .p1 {
        background-image: url('../images/search2.png')
    }
    .mob_part_lm .but .p2 i,
    .mob_part_lm .but .p2 i:after,
    .mob_part_lm .but .p2 i:before {
        background: #000
    }
    .phone_searchtc {
        background: url() top no-repeat;
        background-size: 100% 100%;
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        height: 100%;
        display: none
    }
    .phone_searchtc .search_icon {
        position: absolute;
        bottom: 100%;
        right: 67px;
        border: 6px solid transparent;
        border-bottom-color: #fff
    }
    .phone_searchtc .head_seachbox {
        margin-top: 22px;
        line-height: 34px;
        height: 36px
    }
    .head_seachbox .seach_input {
        padding: 0 15px 0 40px;
        background-size: 20px auto;
        background-position-x: 12px;
        border-bottom: 3px solid #005bbb;
        background: none;
        position: relative
    }
    .head_seachbox .seach_input span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url() 50% no-repeat;
        background-size: 100% 100%;
        top: 7px;
        left: 10px
    }
    .head_seachbox .seach_input input {
        font-size: 14px
    }
    .seach_keylist {
        padding: 8px 0 0
    }
    .seach_keylist .li {
        font-size: 12px;
        padding: 0 10px
    }
    .seach_keylist .li:after {
        height: 8px;
        background-color: rgba(0, 0, 0, .2)
    }
    .mob_part .nav1 {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: #fff;
        padding: 20% 0 20px;
        transition: .5s;
        transform: translateX(100%)
    }
    .mob_part .nav1 .box {
        overflow-y: auto;
        height: 100%;
        padding: 0 20px
    }
    .mob_part .nav1 ul>li {
        border-bottom: 1px solid #eaecf2;
        position: relative
    }
    .mob_part .nav1 ul>li>a {
        color: #353434;
        font-size: 16px;
        display: block;
        padding: 15px 10px;
        cursor: pointer
    }
    .mob_part .nav1 ul b {
        position: absolute;
        right: 8px;
        top: 20px;
        width: 10px;
        height: 10px;
        background: url() 50% no-repeat;
        background-size: cover;
        transition: .5s
    }
    .phone_lang_bg {
        transition: .6s;
        background: transparent
    }
    .phone_lang,
    .phone_lang_bg {
        position: absolute;
        bottom: 0;
        width: 100%
    }
    .phone_lang {
        left: 0;
        text-align: center
    }
    .head_lang {
        display: block;
        text-align: center;
        line-height: 60px;
        height: 60px;
        transition: .6s
    }
    .head_lang span {
        background-image: url();
        cursor: pointer
    }
    .head_lang i {
        background-image: url()
    }
    .phone_langlist {
        height: 270px;
        overflow-y: auto;
        background: #fff;
        display: none
    }
    .phone_langlist .phone_langlist_ul {
        padding-bottom: 40px
    }
    .phone_langlist a {
        line-height: 50px;
        height: 50px;
        border-bottom: 1px solid #ebebeb;
        font-size: 14px;
        display: block!important;
        color: #333
    }
    .phone_langlist:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(0deg, #fff, transparent);
        z-index: 10
    }
    .phone_langlist a.one {
        background: #005bbb;
        color: #fff;
        font-weight: 700
    }
    .phone_lang_bg.on {
        height: 100%;
        background: rgba(0, 0, 0, .6)
    }
    .phone_lang_bg.on .head_lang {
        background: #eef0f5;
        line-height: 40px;
        height: 40px
    }
    .mob_part .nav2 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: #fff;
        padding: 80px 0 20px;
        transition: .5s;
        transform: translateX(-100%)
    }
    .mob_part .nav2 .box {
        overflow-y: auto;
        height: 100%;
        padding: 0 20px
    }
    .mob_part .nav2 a {
        display: block
    }
    .mob_part .nav2 dl {
        padding-bottom: 8px
    }
    .mob_part .nav2 dt {
        font-size: 18px;
        padding: 14px 0;
        color: #353434;
        border-bottom: 1px solid #dce0e9;
        position: relative
    }
    .mob_part .nav2 dt b {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        background: url() 50% no-repeat;
        background-size: cover;
        display: none
    }
    .mob_part .nav2 dd {
        padding: 0 0 0 20px;
        overflow: hidden
    }
    .mob_part .nav2 dd ol {
        display: none
    }
    .mob_part .nav2 dd>span {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #dce0e9;
        cursor: pointer
    }
    .mob_part .nav2 dd>span a {
        color: #353434;
        font-size: 16px;
        position: relative
    }
    .mob_part .nav2 dd>span b {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        background: url() 50% no-repeat;
        background-size: cover;
        transition: .4s
    }
    .mob_part .nav2 dd.one>span a {
        color: #000
    }
    .mob_part .nav2 dd.one>span b {
        transform: rotate(90deg)
    }
    .mob_part .nav2 dd .image-text-panel li {
        padding: 12px 16px;
        float: left;
        width: 50%;
    }
    .mob_part .nav2 dd li a {
        color: #717171;
        font-size: 15px
    }
    .mob_part .nav2 dd li a .series-item .series-item-img-panel img {
        width: 100%;
    }
    .mob_part .nav2 dd li a .series-item .series-item-name {
        text-align: center;
        color: #717171;
    }
    .mob_part .nav2 dd .plain-text-panel {
        margin-bottom: 20px;
    }
    .mob_part .nav2 dd .plain-text-panel.no-third-menu {
        display: block !important;
    }
    .mob_part .nav2 dd .plain-text-panel li {
        padding: 20px 0px 0px 20px;
    }
    .mob_part .nav2 dt.no-subordinate-menu a {
        color: #717171;
    }
    .mob_body {
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    .mob_part.mob_on .top {
        background-color: #eef0f5;
        margin: 0;
        padding: 0 17px;
        border-color: #eef0f5
    }
    .mob_part.mob_on .logo .a2 {
        display: inline-block
    }
    .mob_part.mob_on .logo .a1,
    .mob_part.mob_on .logo .a1a {
        display: none
    }
    .mob_part.mob_on .but .p1 {
        opacity: 0
    }
    .mob_part.mob_on .but .p2 i {
        background: none
    }
    .mob_part.mob_on .but .p2 i:before {
        transform: rotate(45deg);
        margin: 0;
        background: #005bbb
    }
    .mob_part.mob_on .but .p2 i:after {
        transform: rotate(-45deg);
        margin: 0;
        background: #005bbb
    }
    .mob_part.mob_on2 .nav2,
    .mob_part.mob_on .nav1 {
        transform: translateX(0)
    }
    .right_nav {
        display: none
    }
    .home_banner .swiper_bg {
        padding: 0 40px
    }
    .home_banner .btn {
        padding-top: 20px
    }
    .home_banner2 .logo .logo4 {
        margin: 15px auto 0
    }
    .wrap {
        width: 100%;
        padding: 0 20px
    }
    .index_tabul {
        width: 140px;
        margin-right: 30px;
        margin-left: 20px
    }
    .index_tabul .li {
        line-height: 44px
    }
    .index_tabul .li a {
        font-size: 14px
    }
    .index_tabul .li .selected {
        font-size: 18px
    }
    .home_newsitem {
        width: 300px
    }
    .home_newscon {
        padding: 12px 0 0
    }
    .home_newscon .time {
        margin-bottom: 8px
    }
    .home_newscon .tit {
        font-size: 14px
    }
    .foot_part1 {
        padding: 50px 0 0
    }
    .foot_part1 .wrap {
        padding: 0 20px 50px
    }
    .foot_nav .li_tit {
        margin-bottom: 10px
    }
    .foot_nav .ol a {
        padding: 6px 0
    }
    .foot_share {
        right: 20px
    }
    .foot_share .bshare-custom a {
        margin: 0 0 15px
    }
}

@media screen and (max-width: 1002px) {
    .mob_part .nav1 {
        padding: 45% 0 20px
    }
    .wrap {
        width: 100%;
        padding: 0 17px
    }
    .home_part1 {
        height: 1800px
    }
    .index_list_wrap {
        height: 240px
    }
    .home_part1 {
        height: 1600px
    }
    .home_banner2 .logo_bg_box {
        transform: scale(1);
        margin: 0
    }
    .home_banner2 .logo1_bg {
        transform: scale(1)
    }
    .home_banner2 .logo .logo2 {
        margin: 30px auto 170px
    }
    .home_banner2 .logo .logo3 {
        font-size: 28px
    }
    .foot_part1 {
        padding: 40px 0 0
    }
    .foot_part1 .wrap {
        padding: 0 20px 40px
    }
    .foot_nav .li_tit {
        margin-bottom: 8px
    }
    .foot_nav .ol a {
        padding: 5px 0
    }
    .foot_share {
        right: 20px
    }
    .foot_share .bshare-custom a {
        margin: 0 0 12px
    }
    .foot_copy {
        width: 100%;
        float: none;
        text-align: center
    }
    .foot_link {
        font-size: 12px;
        padding: 0 0 5px;
        text-align: left;
        float: none;
        text-align: center
    }
}

@media screen and (max-width: 758px) {
    .right_top {
        display: none
    }
    .mob_part .nav1 {
        padding: 10% 0 20px
    }
    .home_banner .swiper_bg {
        padding: 0
    }
    .home_banner .swiper_bg .swiper-container {
        margin-top: 0;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        padding: 0 30px;
        top: 40%
    }
    .home_banner .swiper-slide {
        font-size: 40px;
        line-height: 55px
    }
    .home_banner .btn {
        padding-top: 15px
    }
    .home_banner .shu {
        height: 90px
    }
    .home_banner .shu:before {
        width: 7px;
        height: 7px;
        left: -3px
    }
    .home_banner .btn .index_newsarrow {
        transform: scale(.8)
    }
    .home_banner2 .logo_bg_box {
        transform: scale(.4)
    }
    .home_banner2 .logo1_bg {
        transform: scale(.4);
        margin-top: 30px
    }
    .home_banner2 .logo .logo2 {
        margin: 30px auto 0
    }
    .home_banner2 .logo .logo3 {
        font-size: 20px;
        height: auto;
        margin-top: -20px
    }
    .home_banner2 .logo .logo4 {
        margin: 35px auto 0;
        height: auto
    }
    .index_linkbtn {
        width: 184px;
        line-height: 40px;
        font-size: 12px
    }
    .home_part1 .home_banner2b {
        display: none
    }
    .home_part1 {
        height: 1200px
    }
    .index_tabul {
        width: 100%;
        overflow: hidden;
        border: none;
        margin: 0 0 20px
    }
    .index_tabul .li {
        line-height: 44px;
        float: left;
        padding: 0 30px 0 0;
        border: none
    }
    .index_tabul .li a {
        font-size: 20px
    }
    .index_tabul .li .selected {
        font-size: 20px;
        font-weight: 700
    }
    .index_tabul .li a:after {
        background: none;
        width: 10px;
        height: 3px;
        background-color: #005bbb;
        right: auto;
        left: 50%;
        margin: 0 0 0 -5px;
        top: auto;
        bottom: 0
    }
    .home_newsitem {
        width: 100%;
        padding-right: 15px;
        box-sizing: border-box
    }
    .foot_part1 {
        padding: 30px 0 0
    }
    .foot_part1 .wrap {
        padding: 0 30px 30px
    }
    .foot_nav {
        padding: 0 0 20px
    }
    .foot_nav a {
        display: block
    }
    .foot_nav .li,
    .foot_nav .li:last-child {
        float: none;
        width: 100%;
        padding: 0
    }
    .foot_part1 .foot_nav .foot_share_img img {
        width: 30%;
    }
    .foot_part2 .wrap .brand {
        flex-direction: column;
        align-items: center;
    }
    .foot_nav .li_tit {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 44px;
        font-weight: 400;
        position: relative;
        border-bottom: 1px solid #d5dae5
    }
    .foot_nav .li_tit:after {
        content: "";
        position: absolute;
        right: 0;
        top: 13.5px;
        width: 18px;
        height: 18px;
        background: url('../imagesTest/footer_1.png') 50% no-repeat;
        background-size: cover;
        transition: all .6s
    }
    .foot_nav .li.one .li_tit:after {
        transform: rotate(-90deg)
    }
    .foot_nav .ol .li2>span {
        font-size: 14px;
    }
    .foot_nav .ol {
        display: none
    }
    .foot_nav .ol a {
        padding: 6px 0;
        font-size: 14px;
    }
    .foot_langbox,
    .foot_share {
        position: relative;
        text-align: center
    }
    .foot_share {
        right: 0
    }
    .foot_part1 .foot_share .bshare-custom a {
        display: inline-block;
        margin: 0 15px;
        width: 35px;
        height: 35px;
        background-size: cover
    }
    .foot_link,
    .foot_link a {
        color: #fff
    }
    .foot_copy {
        font-size: 10px;
        line-height: 16px;
    }
}

@media screen and (max-width: 700px) {
    /* 开始 */
    .mob_part .nav1 {
        padding: 67px 0 20px
    }
    .home_banner2 .logo_bg {
        height: 1600px;
        margin-top: -850px
    }
    .two-image.on.on2 .c_c_logo img {
        transform: scale(0.6);
    }
    .home_banner2 .logo3a>div {
        font-size: 24px;
    }
    .overview-hero-l img {
        top: -200px;
        right: -130px;
        transform: scale(0.6);
    }
    .overview-hero-c-t img {
        bottom: 5px;
        right: -85px;
        transform: scale(0.6);
    }
    .overview-hero-r-t img {
        top: -90px;
        left: -50px;
        transform: scale(0.6);
    }
    .overview-hero-r-b img {
        top: -300px;
        left: -170px;
        margin: 0;
        transform: scale(0.6);
    }
    .overview-hero-c-b img {
        top: 23px;
        transform: scale(0.6);
    }
    .home_part3 .smart-office-header,
    .home_part4 .smart-solution-header,
    .home_part7 .smart-case-header,
    .home_part8 .smart-news-header {
        padding: 0;
        font-size: 28px;
        line-height: 28px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .home_part3 .office-item {
        width: 100%;
        height: 50%;
    }
    .home_part3 .office-item-panel,
    .home_part4 .solution-item-panel,
    .home_part7 .case-item-panel,
    .home_part8 .news-item-panel {
        padding: 0 5px 30px;
    }
    .home_part3 .office-item .item-title {
        font-size: 14px;
        left: 10px;
        top: 1px;
    }
    .home_part3 .office-item .item-btn {
        width: 22px;
        height: 22px;
        left: 10px;
        bottom: 5px;
    }
    .home_part4 .page-four-swiper-pagination>div>span {
        font-size: 18px;
        margin: 0 20px;
    }
    .home_part4 .page-four-swiper-pagination {
        height: 36px;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div {
        margin: 4px;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div.on1 {
        width: 25%;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div.on2 {
        width: 25% !important;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div .item-title {
        left: 0;
        font-size: 15px;
        bottom: 50px;
        width: 100%;
        padding: 0px 10px;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div .item-btn {
        font-size: 12px;
        width: 64px;
        height: 24px;
        line-height: 24px;
        margin: 0 -32px;
        left: 50%;
        bottom: 20px;
    }
    /* 五 */
    .home_part5 {
        height: auto;
    }
    .home_part5 .about-item.about-item-l {
        padding: 40px 10px 40px;
        width: 100%;
        height: auto;
    }
    .home_part5 .about-item.about-item-l .item-title {
        font-size: 28px;
    }
    .home_part5 .about-item.about-item-l .item-desc {
        font-size: 16px;
        margin-top: 20px;
        line-height: 28px;
    }
    .home_part5 .about-item.about-item-l .item-btn {
        font-size: 14px;
        line-height: 28px;
        width: 68px;
        height: 28px;
    }
    .home_part5 .about-item.about-item-r {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .home_part5 .about-item.about-item-r .about-item-r-panel>div {
        width: 100%;
        background: #FF8200;
        text-align: center;
        margin-top: 16%;
        padding-bottom: 30px;
    }
    .home_part5 .about-item.about-item-r .about-item-r-panel>div img {
        width: 80%;
        margin-top: -16%;
    }
    /* 六 */
    .home_part6 {
        padding: 40px 5px;
    }
    .home_part6 .six-item-panel .six-item {
        width: 100%;
        text-align: center;
    }
    .home_part6 .six-item-panel .six-item-t .item-icon {
        width: 50%;
        margin: 0 auto;
    }
    .home_part6 .six-item-panel .six-item-t .item-icon img {
        width: 100%;
    }
    .home_part6 .six-item-panel .six-item-t .item-num {
        font-size: 16px;
        margin-top: 10px;
    }
    .home_part6 .six-item-panel .six-item-t .item-desc {
        font-size: 12px;
    }
    .home_part6 .six-item-panel .six-item-b {
        padding-top: 40px;
        min-width: 0px;
        flex-direction: column;
    }
    .home_part6 .six-item-panel .six-item-b .six-item {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
    }
    .home_part6 .six-item-panel .six-item-b .six-item .item-title {
        font-size: 24px;
    }
    .home_part6 .six-item-panel .six-item-b .six-item .item-desc {
        font-size: 16px;
        text-align: left;
        margin-top: 10px;
        line-height: 24px;
    }
    /* 七 */
    .home_part7 .case-item-panel .case-single-item {
        flex-direction: column;
        padding: 0 5px;
    }
    .home_part7 .case-item.case-single-item-l {
        width: 100%;
        margin-bottom: 20px;
    }
    .home_part7 .case-item.case-single-item-r {
        width: 100%;
        padding: 0;
    }
    .home_part7 .case-item.case-single-item-r .item-title {
        font-size: 24px;
    }
    .home_part7 .case-item.case-single-item-r .item-desc {
        font-size: 14px;
        line-height: 24px;
    }
    .home_part7 .case-item.case-single-item-r .item-btn {
        font-size: 14px;
        line-height: 28px;
        width: 68px;
        height: 28px;
    }
    .home_part7 .case-item {
        width: 30%;
    }
    .home_part7 .case-multiple-item {
        /* padding: 0 5px; */
    }
    .home_part7 .case-multiple-item .case-multiple-item-t {
        padding-left: 15px;
        padding-top: 40px;
    }
    .home_part7 .case-multiple-item .case-multiple-item-b {
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .home_part7 .case-multiple-item .case-item img {
        width: 100%;
    }
    .home_part7 .case-btn-panel .case-more-btn {
        font-size: 16px;
    }
    /* 八 */
    .home_part8 .news-item-panel .news-list-panel .news-list-item {
        width: 100%;
    }
    .home_part8 .news-item-panel .news-list-panel .news-desc {
        font-size: 22px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-list-item+.news-list-item {
        margin-left: 0;
    }
    .home_part8 .news-item-panel .news-list-panel .news-view .news-view-date {
        width: 66px;
        height: 66px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-view .news-view-date .news-view-date-t {
        height: 38px;
        line-height: 38px;
        font-size: 26px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-view .news-view-date .news-view-date-b {
        font-size: 14px
    }
    .home_part8 .news-btn-panel .news-more-btn {
        font-size: 16px;
    }
    /* 结束 */
    .home_banner2 .logo1_bg {
        transform: scale(.5);
        margin-top: 26px
    }
    .home_banner2 .logo .logo2 {
        margin: 30px auto 80px
    }
}

/* 新增 */
@media screen and (max-width: 1470px) {
    .section-hero-images .column.c{
        width: 120%;
    }
    .overview-hero-l img{
        right: 250px;
    }
    .overview-hero-r-t img{
        left: 0px;
    }
    .overview-hero-r-b img{
        left: 0px;
    }
    .home_part6 .six-item-panel .six-item-b .six-item{
        /* height: auto; */
        padding: 20px;
    }
 
    .home_part7 .case-item{
        margin-right: 10px;
    }
    .home_part7 .case-item img{
        width: 100%;
    }
    .page20 .page20-swiper-pagination>div>span{
        /* margin: 0 50px; */
    }
    .page20 .page20-swiper-pagination{
        height: 38px;
    }

    .page3 .tmpl_7 .txt .big-title{
        font-size: 24px;
    }

    .home_part6 .six-item-panel .six-item-b .six-item .item-title{
        font-size: 22px;
    }
    .home_part6 .six-item-panel .six-item-b .six-item .item-desc,
    .page3 .tmpl_7 .txt .sub-title{
        font-size: 16px;
    }
   
    .page18 .content-panel .txt .title_2{
        font-size: 18px;
        padding-bottom: 50px;
    }
    .page18 .content-panel .txt .title_3{
        font-size: 24px;
        padding-bottom: 30px;
    }
    .page18 .content-panel .list-panel .list-item .txt .title_1{
        font-size: 24px;
    }
    .page11 .content-panel .nl_col .txt .title_1,
    .page23 .content-panel .nl_col .txt .title_1{
        margin-top: 100px;
        font-size: 38px;
    }
    .page20 .content-panel .txt .title_1,
    .page7 .txt .t,
    .page13 .content-panel .nl_col .txt .title_big_1 span,
    .page13 .content-panel .nl_col .txt .title_big_2 span,
    .page27 .content-panel .nl_col .txt .title_big_1 span,
    .page27 .content-panel .nl_col .txt .title_big_2 span,
    .page9 .content-panel .t .txt .title_1,
    .page18 .content-panel .txt .title_1,
    .page11 .content-panel .nl_col .txt .title_2,
    .page23 .content-panel .nl_col .txt .title_2{
        font-size: 38px;
    }
    .page7 .txt .b,
    .page13 .content-panel .nl_col .txt .title_2,
    .page27 .content-panel .nl_col .txt .title_2,
    .page9 .content-panel .t .txt .title_2,
    .page11 .content-panel .nl_col .txt .title_3,
    .page23 .content-panel .nl_col .txt .title_3,
    .page20 .content-panel .txt .title_2{
        font-size: 18px;
    }
    .page13 .content-panel .icon-item-panel .icon-item .name,
    .page27 .content-panel .icon-item-panel .icon-item .name{
        font-size: 14px;
    }
    .page13 .content-panel .icon-item-panel .icon-item .img-panel,
    .page27 .content-panel .icon-item-panel .icon-item .img-panel{
        width: 60%;
    }
    .page20 .page20-swiper-pagination>div>span{
        font-size: 18px;
    }
    .page20 .content-panel .loop-panel{
        padding-top: 30px;
    }
    .page18 .content-panel .list-panel{
        margin-top: 60px;
    }
    .page9 .content-panel .t .txt .title_2{
        padding-bottom: 30px; 
    }
    .page2 .nl_col .txt .title_1 .l{
        font-size: 38px;
    }
    .page2 .nl_col .txt .title_2{
        font-size: 38px;
    }
    .page2 .loop-panel .swiper-button-prev, 
    .page2 .loop-panel .swiper-button-next,
    .page6 .swiper-button-panel .swiper-button-prev, 
    .page6 .swiper-button-panel .swiper-button-next,
    .page10 .swiper-button-panel .swiper-button-prev, 
    .page10 .swiper-button-panel .swiper-button-next{
        width: 40px;
        height: 40px;
    }
    .page2 .loop-panel .swiper-button-prev::after, 
    .page2 .loop-panel .swiper-button-next::after,
    .page6 .swiper-button-panel .swiper-button-prev::after, 
    .page6 .swiper-button-panel .swiper-button-next::after,
    .page10 .swiper-button-panel .swiper-button-prev::after, 
    .page10 .swiper-button-panel .swiper-button-next::after{
        font-size: 20px;
    }
    .page3 .tmpl_3 .txt .big-title,
    .page3 .tmpl_5 .txt .big-title,
    .page3 .tmpl_9 .txt .big-title{
        font-size: 24px;
    }
    .page3 .tmpl_3 .txt .sub-title,
    .page3 .tmpl_5 .txt .sub-title,
    .page3 .tmpl_9 .txt .sub-title{
        font-size: 16px;
    }
    .page5 .txt .t{
        font-size: 38px;
    }
    .page6 .txt .t{
        font-size: 38px;
    }
    .page8 .txt .title_1{
        font-size: 38px;
    }
    .page8 .txt .title_2{
        font-size: 18px;
    }
    .page10 .txt .title_1{
        font-size: 38px;
    }
    .page10 .txt .title_2{
        font-size: 18px;
    }
    .page10 .txt .title_3{
        font-size: 18px;
    }
    .page10 .page10-swiper .swiper-slide .desc{
        font-size: 18px;
    }
    .page15 .txt .title_1{
        font-size: 38px;
    }
    .page15 .txt .title_2{
        font-size: 18px;
    }
    .page17 .txt .title_1{
        font-size: 38px;
    }
    .page17 .txt .title_2{
        font-size: 18px;
    }
    .page18 .content-panel{
        padding-top: 40px;
    }
    .page19 .content-panel .list-panel .list-item .txt .title_1{
        font-size: 34px;
    }
    .page21 .content-panel .txt .title_1{
        font-size: 38px;
    }
    .page21 .content-panel .list-panel .list-item .item-title{
        font-size: 24px;
    }
    .page21 .content-panel .list-panel .list-item .item-btn{
        width: 28px;
        height: 28px;
    }
    .page24 .content-panel .txt .title{
        font-size: 38px;
    }
    .page24 .content-panel .txt .nl-small{
        font-size: 18px;
    }
    .page24 .content-panel .nl-gradient-panel .nl-gradient-item{
        font-size: 24px;
    }
    .page24 .content-panel .nl-icon-panel .icon-item .img-panel{
        width: 70%;
    }
    .page24 .content-panel .nl-icon-panel .name{
        font-size: 14px;
    } 

    .page26 .title_1{
        font-size: 38px;
    }
    .page26 .title_2{
        font-size: 18px;
    }
    .page26 .content-panel.img-left-style .txt{
        padding: 0 40px 0 0;
    }
    .page26 .content-panel.img-right-style .txt{
        padding: 0 0 0 40px;
    }
}
@media screen and (min-width: 801px) {
    .page20 .content-panel .loop-panel{
        display: block;
    }
    .page20 .content-panel .mobile-loop-panel{
        display: none;
    }
}
@media screen and (max-width: 800px) {
    #homePart_2 .logo3a span{
        font-size: 14px;
    }
    .page13 .content-panel .icon-item-panel .icon-item:not(:first-child),
    .page27 .content-panel .icon-item-panel .icon-item:not(:first-child){
        margin-left: 0;
    }
    .page13 .content-panel .icon-item-panel,
    .page27 .content-panel .icon-item-panel{
        justify-content: space-between;
    }
    /* 开始 */
    .mob_part .nav1 {
        padding: 67px 0 20px
    }
    .home_banner2 .logo_bg {
        height: 1600px;
        margin-top: -850px
    }
    .two-image.on.on2 .c_c_logo img {
        transform: scale(0.5);
    }
    .home_banner2 .logo3a>div {
        font-size: 24px;
    }
    .overview-hero-l img {
        top: -140px;
        right: -154px;
        transform: scale(0.5);
    }
    .overview-hero-c-t img {
        bottom: -35px;
        right: -20px;
        transform: scale(0.5);
    }
    .overview-hero-r-t img {
        top: -110px;
        left: -155px;
        transform: scale(0.5);
    }
    .overview-hero-r-b img {
        top: -300px;
        left: -220px;
        margin: 0;
        transform: scale(0.5);
    }
    .overview-hero-c-b img {
        top: 55px;
        left: 37%;
        transform: scale(0.6);
    }
    .home_part3 .smart-office-header,
    .home_part4 .smart-solution-header,
    .home_part7 .smart-case-header,
    .home_part8 .smart-news-header {
        padding: 0;
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .home_part3 .office-item {
        width: 100%;
        height: 50%;
    }
    .home_part3 .office-item-panel,
    .home_part4 .solution-item-panel,
    .home_part7 .case-item-panel,
    .home_part8 .news-item-panel {
        padding: 0 16px 30px;
    }
    .home_part3 .office-item .item-title {
        font-size: 16px;
        left: 10px;
        top: 10px;
    }
    .home_part3 .office-item .item-btn {
        width: 22px;
        height: 22px;
        left: 10px;
        bottom: 10px;
    }
    .home_part4 .page-four-swiper-pagination>div>span {
        font-size: 18px;
        margin: 0 20px;
    }
    .home_part4 .page-four-swiper-pagination {
        height: 36px;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div {
        margin: 4px;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div.on1 {
        width: 25%;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div.on2 {
        width: 25% !important;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div .item-title {
        left: 0;
        font-size: 15px;
        bottom: 50px;
        width: 100%;
        padding: 0px 5px;
    }
    .fourPageSwiper .swiper-wrapper .swiper-slide>div .item-btn {
        font-size: 12px;
        width: 64px;
        height: 24px;
        line-height: 24px;
        margin: 0 -32px;
        left: 50%;
        bottom: 20px;
    }
    /* 五 */
    .home_part5 {
        height: auto;
    }
    .home_part5 .about-item.about-item-l {
        padding: 40px 10px 40px;
        width: 100%;
        height: auto;
    }
    .home_part5 .about-item.about-item-l .item-title {
        font-size: 26px;
    }
    .home_part5 .about-item.about-item-l .item-desc {
        font-size: 16px;
        margin-top: 20px;
        line-height: 28px;
    }
    .home_part5 .about-item.about-item-l .item-btn {
        font-size: 14px;
        line-height: 28px;
        width: 68px;
        height: 28px;
    }
    .home_part5 .about-item.about-item-r {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .home_part5 .about-item.about-item-r .about-item-r-panel>div {
        width: 100%;
        background: #FF8200;
        text-align: center;
        margin-top: 16%;
        padding-bottom: 30px;
    }
    .home_part5 .about-item.about-item-r .about-item-r-panel>div img {
        width: 80%;
        margin-top: -16%;
    }
    /* 六 */
    .home_part6 {
        padding: 40px 5px;
    }
    .home_part6 .six-item-panel .six-item {
        width: 100%;
        text-align: center;
    }
    .home_part6 .six-item-panel .six-item-t .item-icon {
        width: 50%;
        margin: 0 auto;
    }
    .home_part6 .six-item-panel .six-item-t .item-icon.big-icon{
        width: 65%;
        margin: 0 auto;
    }
    .home_part6 .six-item-panel .six-item-t .item-icon img {
        width: 100%;
    }
    .home_part6 .six-item-panel .six-item-t .item-icon.big-icon img {
        width: 100%;
        /* margin-bottom: 17px; */
    }
    .home_part6 .six-item-panel .six-item-t .item-num {
        font-size: 14px;
        margin-top: 10px;
        height: 20px;
    }
    .home_part6 .six-item-panel .six-item-t .item-desc {
        font-size: 12px;
    }
    .home_part6 .six-item-panel .six-item-b {
        padding-top: 40px;
        min-width: 0px;
        flex-direction: column;
    }
    .home_part6 .six-item-panel .six-item-b .six-item {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
    }
    .home_part6 .six-item-panel .six-item-b .six-item .item-title {
        font-size: 20px;
    }
    .home_part6 .six-item-panel .six-item-b .six-item .item-desc {
        font-size: 14px;
        text-align: left;
        margin-top: 10px;
        line-height: 24px;
    }
    /* 七 */
    .home_part7 .case-item-panel .case-single-item {
        flex-direction: column;
        padding: 0 5px;
    }
    .home_part7 .case-item.case-single-item-l {
        width: 100%;
        margin-bottom: 20px;
    }
    .home_part7 .case-item.case-single-item-r {
        width: 100%;
        padding: 0;
    }
    .home_part7 .case-item.case-single-item-r .item-title {
        font-size: 18px;
    }
    .home_part7 .case-item.case-single-item-r .item-desc {
        font-size: 14px;
        line-height: 24px;
    }
    .home_part7 .case-item.case-single-item-r .item-btn {
        font-size: 14px;
        line-height: 28px;
        width: 68px;
        height: 28px;
    }
    .home_part7 .case-item {
        width: 30%;
    }
    .home_part7 .case-multiple-item {
        /* padding: 0 5px; */
    }
    .home_part7 .case-multiple-item .case-item{
        border-radius: 7px;
    }
    .home_part7 .case-multiple-item .case-multiple-item-t {
        padding-left: 15px;
        padding-top: 40px;
    }
    .home_part7 .case-multiple-item .case-multiple-item-b {
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .home_part7 .case-multiple-item .case-item img {
        width: 100%;
    }
    .home_part7 .case-btn-panel .case-more-btn {
        font-size: 16px;
    }
    /* 八 */
    .home_part8 .news-item-panel .news-list-panel .news-list-item {
        width: 100%;
        margin-bottom: 16px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-desc {
        font-size: 16px;
        height: auto;
        margin-top: 5px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-list-item+.news-list-item {
        margin-left: 0;
    }
    .home_part8 .news-item-panel .news-list-panel .news-view .news-view-date {
        width: 54px;
        height: 54px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-view .news-view-date .news-view-date-t {
        height: 30px;
        line-height: 38px;
        font-size: 18px;
    }
    .home_part8 .news-item-panel .news-list-panel .news-view .news-view-date .news-view-date-b {
        font-size: 12px;
    }
    .home_part8 .news-btn-panel .news-more-btn {
        font-size: 16px;
    }
    /* 结束 */
    .home_banner2 .logo1_bg {
        transform: scale(.5);
        margin-top: 26px
    }
    .home_banner2 .logo .logo2 {
        margin: 30px auto 80px
    }
    .home_banner2 .c_c_logo .logo3 .logo3a.on2{
        margin-top: 90px !important;
    }
    .home_banner2 .c_c_logo .logo3 .logo3a.on2 .pc_show{
        display: none;
    }
    .home_banner2 .c_c_logo .logo3 .logo3a.on2 .mobile_show{
        display: block;
    }
    .swiper.fourPageSwiper {
        padding-top: 55px;
    }
    .free-trial-panel .text-panel .title_2{
        font-size: 18px;
        margin-top: 16px;
    }
    .free-trial-panel .input-group label{
        padding-left: 10px;
    }
    .free-trial-panel .content-panel .form-panel{
        width: 100%;
        padding: 20px;
    }
    ul.urp-cascader-child{
        display: block;
    }
    ul.urp-cascader-child:nth-child(2){
        border: 1px solid #e4e7ed;
    }
    .free-trial-panel .nl-code-panel{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    .free-trial-panel .nl-code-panel img{
        height: 48px;
    }

    .free-trial-panel button{
        width: 120px;
        height: 36px;
        font-size: 16px;
        line-height: 22px;
    }
    .free-trial-panel .btn-panel{
        text-align: center;
        margin-top: 32px;
    }
    .page3 .content-panel{
        padding: 40px 24px;
    }
    .page3 .tmpl_7 .txt .big-title{
        font-size: 11px;
    }
    .page3 .tmpl_7 .txt .sub-title{
        font-size: 8px;
        margin-top: 0px;
    }
    .page3 .tmpl_7 .txt{
        top: 7px;
        left: 7px;
    }
    .page18 .content-panel {
        padding: 40px 24px;
    }
    .page18 .content-panel .txt .title_1{
        font-size: 26px;
    }
    .page18 .content-panel .txt .title_2{
        font-size: 14px;
        padding-bottom: 60px;
    }
    .page18 .content-panel .txt .title_3{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .page18 .content-panel .list-panel .list-item .txt .title_1{
        font-size: 14px;
    }
    .breadcrumbs-panel{
        padding: 10px;
    }
    .breadcrumbs-panel .effective-panel{
        /* justify-content: flex-end; */
    }
    .breadcrumbs-panel .effective-panel .banner-right{
        display: none;
    }
    .page1 .page1-banner{
        background-image: var(--backgroundImage800);
    }
    .page3{
        padding: 0;
    }
    .page3 .tmpl_7 .nl_row_1, 
    .page3 .tmpl_7 .nl_row_2, 
    .page3 .tmpl_7 .nl_row_3{
        /* flex-direction: column; */
    }
    .page3 .tmpl_7 .nl_row_1 .l, 
    .page3 .tmpl_7 .nl_row_1 .r, 
    .page3 .tmpl_7 .nl_row_2 .l, 
    .page3 .tmpl_7 .nl_row_2 .r,
    .page3 .tmpl_7 .nl_row_3 .l,
    .page3 .tmpl_7 .nl_row_3 .r{
        /* width:100%; */
    }
    .page3 .tmpl_7 .nl_row_1 .l, 
    .page3 .tmpl_7 .nl_row_2 .l, 
    .page3 .tmpl_7 .nl_row_3 .l,
    .page3 .tmpl_7 .nl_row_1 .r, 
    .page3 .tmpl_7 .nl_row_2 .r, 
    .page3 .tmpl_7 .nl_row_3 .r{
        /* padding: 0; */
    }
    .page3 .tmpl_7 .nl_row_1 .l, .page3 .tmpl_7 .nl_row_2 .l, .page3 .tmpl_7 .nl_row_3 .l{
        padding-right: 5px;
    }
    .page3 .tmpl_7 .nl_row_1 .r, .page3 .tmpl_7 .nl_row_2 .r, .page3 .tmpl_7 .nl_row_3 .r{
        padding-left: 5px;
    }
    .page3 .tmpl_7 .nl_row_2, .page3 .tmpl_7 .nl_row_3{
        margin-top: 10px;
    }
    .page3 .tmpl_7 .nl_row_2 .r .b{
        margin-top: 3.448%;
    }
    .img-panel{
        border-radius: 7px; 
    }
    .page3 .tmpl_7 .nl_row_1 .r,
    .page3 .tmpl_7 .nl_row_2 .r,
    .page3 .tmpl_7 .nl_row_3 .r{
        /* margin-top: 20px; */
    }
    .page18 .content-panel .list-panel{
        /* flex-wrap: wrap; */
        margin-top: 30px;
    }
    .page18 .content-panel .list-panel .list-item .txt{
        padding-bottom: 10px;
    }
    .page18 .content-panel .list-panel .list-item{
        width: 100%;
    }
    .page18 .content-panel .list-panel .list-item {
        padding: 0px 5px 40px;
    }
    .page11 .content-panel,
    .page23 .content-panel{
        padding: 40px 24px;
        flex-wrap: wrap;
        text-align: center;
    }

    .page23 .content-panel{
        flex-direction: column-reverse;
    }

    .page11 .content-panel .nl_col,
    .page23 .content-panel .nl_col{
        width: 100%;
    }
    .page11 .content-panel .nl_col:first-child{
        padding-right: 0px;
    }
    .page23 .content-panel .nl_col:last-child{
        padding-left: 0px;
    }
    .page11 .content-panel .nl_col .txt .title_1,
    .page23 .content-panel .nl_col .txt .title_1{
        margin-top:0;
        font-size: 26px;
    }
    .page11 .content-panel .nl_col .txt .title_2,
    .page23 .content-panel .nl_col .txt .title_2{
        font-size: 26px;
    }
    .page11 .content-panel .nl_col .txt .title_3,
    .page23 .content-panel .nl_col .txt .title_3{
        font-size: 14px;
    }
    .page11 .content-panel .nl_col .txt,
    .page23 .content-panel .nl_col .txt{
        padding-left: 0;
    }
    .page11 .content-panel .nl_col .img-panel,
    .page23 .content-panel .nl_col .img-panel{
        margin-top: 60px;
    }
    .page9 .content-panel{
        padding: 40px 24px;
    }
    .page9 .content-panel .t .txt .title_1{
        font-size: 26px;
    }
    .page9 .content-panel .t .txt .title_2{
        font-size: 14px;
    }
    .page9 .content-panel .b{
        flex-direction: column;
    }
    .page9 .content-panel .nl_col{
        width: 100%;
    }

    .page13 .content-panel{
        flex-direction: column-reverse;
        padding: 40px  24px;
        text-align: center;
    }
    .page27 .content-panel{
        flex-wrap: wrap;
        padding: 40px  24px;
        text-align: center;
    }
    .page13 .content-panel .nl_col,
    .page27 .content-panel .nl_col{
        width: 100%;
    }
    .page13 .content-panel .nl_col.r .txt,
    .page27 .content-panel .nl_col.r .txt{
        padding: 0;
    }
    .page13 .content-panel .nl_col .txt .title_big_1 span,
    .page13 .content-panel .nl_col .txt .title_big_2 span,
    .page27 .content-panel .nl_col .txt .title_big_1 span,
    .page27 .content-panel .nl_col .txt .title_big_2 span{
        font-size: 26px;
    }
    .page13 .content-panel .nl_col .txt .title_2,
    .page27 .content-panel .nl_col .txt .title_2{
        font-size: 14px;
    }
    .page13 .content-panel .nl_col .icon-item-panel,
    .page27 .content-panel .nl_col .icon-item-panel{
        padding: 0;
        margin-top: 40px;
    }

    .page13 .content-panel .nl_col .img-panel,
    .page27 .content-panel .nl_col .img-panel{
        margin-top: 60px;
    }
    .page7 .txt{
        padding: 0 16px;
        top: 40px;
    }
    .page7 .txt .t{
        font-size: 26px;
    }
    .page7 .txt .b{
        font-size: 14px;
        width: 100%;
    }
    .page7 .page7-banner{
        background-image: var(--backgroundImage800);
        /* background-size: 100% 100%; */
        background-position: bottom;
    }
    .page20{
        padding: 0;
    }
    .page20 .content-panel .txt .title_1{
        font-size: 26px;
    }
    .page20 .content-panel .txt .title_2{
        font-size: 14px;
    }
    .page20 .content-panel{
        padding: 40px 24px;
    }
    .page20-swiper-pagination span{
        display: none;
    }
    .page20 .page20-swiper-pagination>div>span{
        font-size: 16px;
        display: inline-block;
        margin: 0 10px;
    }
    .page20 .page20-swiper-pagination>div>span:first-child{
        margin-left: 5px;
    }
    .page20 .page20-swiper-pagination>div>span:last-child{
        margin-right: 5px;
    }
    .page20 .page20-swiper-pagination{
        height: 38px;
    }
    .page22 .form-panel {
        transform: translate3d(-50%, 0, 0);
        top: 23.33%;
        left: 50%;
        width: 85%;
        height: auto;
        padding: 25px 40px;
    }
    .page22 .form-panel .title_1{
        font-size: 20px;
        padding-bottom: 30px;
    }
    .page22 .form-panel .input-group label{
        font-size: 16px;
        text-align: left;
    }
    .page22 .input-group {
        display: block;
    }
    .page22 .input-group .form-control{
        width: 100%;
        height: 38px;
        font-size: 16px;
    }
    .page22 .form-panel .invalid-feedback{
        margin-left: 0;
        font-size: 16px;
    }
    .page22 .form-panel .input-group{
        margin-bottom: 10px;
    }
    .page22 .form-panel button{
        font-size: 16px;
        width: auto;
        height: auto;
        padding: 5px 40px;
    }

    .page11 .content-panel .nl_col:first-child{
        padding-right: 0px;
    }
    .page20 .content-panel .page20-swiper{
        /* padding-top: 60px; */
    }
    .page20 .content-panel .loop-panel{
        padding-top: 20px;
    }
    .page20 .content-panel .loop-panel{
        display: none;
    }
    .page20 .content-panel .mobile-loop-panel{
        display: block;
    }
    .page20 .content-panel .mobile-loop-panel .page20-swiper-mobile-1{
        font-size: 18px;
    }
    .page2 .content-panel{
        padding: 40px 24px;
        flex-wrap: wrap;
    }
    .page2 .nl_col{
        width: 100%;
    }
    .page2 .nl_col .txt .title_1 .l{
        font-size: 26px;
    }
    .page2 .nl_col .txt .title_2{
        margin-top: 5px;
        font-size: 24px;
        text-align: center;
    }
    .page2 .nl_col .txt .title_1 .r{
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }
    .page2 .nl_col .txt .title_1{
        justify-content: center;
    }
    .page2 .nl_col .selling-point-panel{
        /* display: none; */
        text-align: center;
    }
    .page2 .nl_col .selling-point-panel .selling-point-item .t{
        font-size: 16px;
    }
    .page2 .nl_col .selling-point-panel .selling-point-item .b{
        margin-top: 2px;
    }
    .page2 .nl_col .selling-point-panel .selling-point-item{
        margin-bottom: 8px;
    }
    .page2 .loop-panel{
        margin-top: 30px;
    }
    .page2 .loop-panel .swiper-button-prev, 
    .page2 .loop-panel .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .page2 .loop-panel .swiper-button-prev::after, 
    .page2 .loop-panel .swiper-button-next::after{
        font-size: 16px;
    }
    .page3 .tmpl_3 .txt .big-title,
    .page3 .tmpl_5 .txt .big-title{
        font-size: 11px;
    }
    .page3 .tmpl_3 .txt .sub-title,
    .page3 .tmpl_5 .txt .sub-title{
        font-size: 8px;
        margin-top: 0;
    }
    .page3 .tmpl_3 .txt,
    .page3 .tmpl_5 .txt,
    .page3 .tmpl_9 .txt{
        top: 7px;
        left: 7px;
    }
    .page3 .tmpl_3 .nl_row_2,
    .page3 .tmpl_5 .nl_row_2{
        margin-top: 10px;
    }
    .page3 .tmpl_3 .nl_row_2 .l,
    .page3 .tmpl_5 .nl_row_1 .l{
        padding-right: 5px;
    }
    .page3 .tmpl_3 .nl_row_2 .r,
    .page3 .tmpl_5 .nl_row_1 .r{
        padding-left: 5px;
    }
    .page3 .tmpl_5 .nl_row_2 .list-item{
        width: calc((100% - 20px) / 3);
    }
    .page3 .tmpl_9 .nl_row_1 .l{
        padding-right: 3px;
    }
    .page3 .tmpl_9 .nl_row_1 .r.nl_row_1_r{
        padding-left: 3px;
        width: 38.5%;
    }
    .page3 .tmpl_9 .nl_row_1 .l.nl_row_1_l{
        width: 61%;
    }
    .page3 .tmpl_9 .txt .big-title{
        font-size: 11px;
    }
    .page3 .tmpl_9 .txt .sub-title{
        font-size: 8px;
        margin-top: 0px;
    }
    .page3 .tmpl_9 .nl_row_l_2, .page3 .tmpl_9 .nl_row_l_3{
        margin-top: 5px;
    }
    .page3 .tmpl_9 .nl_row_l_3 .r{
        padding-left: 3px;
    }
    .page3 .tmpl_9 .nl_row_2{
        margin-top: 6px;
    }
    .page3 .tmpl_9 .nl_row_2 .l.nl_row_2_l{
        padding-right: 3px;
    }
    .page3 .tmpl_9 .nl_row_2 .r.nl_row_2_r{
        padding-left: 3px;
    }
    .page3 .tmpl_9 .nl_row_2_r_2{
        margin-top: 6px;
    }
    .page3 .tmpl_9 .nl_row_2_r_2 .l{
        padding-right: 3px;
    }
    .page3 .tmpl_9 .nl_row_2_r_2 .r{
        padding-left: 3px;
    }
    .page3 .item-bg{
        border-radius: 7px;
    }
    .page5 .txt{
        top: 40px;
        width: auto;
    }
    .page5 .txt .t,
    .page6 .txt .ter a g{
        font-size: 26px;
    }
    .page5 .txt .b{
        font-size: 14px;
    }
    .page5 .page5-banner{
        background-image: var(--backgroundImage800);
        /* background-size: 100% 100%; */
        background-position: bottom;
    }
    .page6 .txt .t{
        padding: 40px 0 20px 0;
        font-size: 26px;
    }
    .page6 .loop-panel{
        padding-bottom: 40px;
    }
    .page6 .swiper-button-panel .swiper-button-prev, 
    .page6 .swiper-button-panel .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    .page6 .swiper-button-panel .swiper-button-prev::after, 
    .page6 .swiper-button-panel .swiper-button-next::after{
        font-size: 16px;
    }
    .page6 .swiper-button-panel{
        margin-top: 20px;
    }
    .page8 .page8-banner{
        background-image: var(--backgroundImage800);
        /* background-size: 100% 100%; */
        background-position: bottom;
    }
    .page8 .txt{
        top: 40px;
        left: 0;
        width: 100%;
        padding: 0 16px;
        text-align: center;
    }
    .page8 .txt .title_1{
        font-size: 26px;
    }
    .page8 .txt .title_2{
        font-size: 14px;
    }
    .page8 .txt .title_2{
        width: 100%;
    }
    .page8 .selling-point-panel{
        display: none;
    }
    .page10 .txt{
        padding: 40px 16px 0 16px;
    }
    .page10 .txt .title_1{
        font-size: 26px;
    }
    .page10 .txt .title_2, .page10 .txt .title_3{
        font-size: 14px;
    }
    .page10 .page10-swiper .swiper-slide .desc{
        font-size: 14px;
        padding-top: 10px;
    }
    .page10 .loop-panel{
        padding: 40px 0;
    }
    .page10 .swiper-button-panel{
        width: 130px;
        margin-top: 20px;
    }
    .page10 .swiper-button-panel .swiper-button-prev, .page10 .swiper-button-panel .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    .page10 .swiper-button-panel .swiper-button-prev::after, .page10 .swiper-button-panel .swiper-button-next::after{
        font-size: 16px;
    }
    .page12 .content-panel{
        padding: 40px 16px;
    }
    .page12 .nl_col.l{
        display: none;
    }
    .page12 .content-panel .nl_row.row_1 .txt .title_1{
        font-size: 26px;
        text-align: center;
    }
    .page12 .content-panel .nl_row.row_1 .txt .title_2{
        font-size: 14px;
        text-align: center;
    }
    .page12 .content-panel .nl_row.row_2 .nl_col.r{
        width: 100%;
    }
    .page14 .content-panel{
        padding: 40px 16px;
        flex-wrap: wrap;
    }
    .page14 .content-panel .nl_col{
        width: 100%;
        justify-content: center;
    }
    .page14 .content-panel .nl_col.l>div{
        padding: 0;
    }
    .page14 .content-panel .nl_col .txt{
        text-align: center;
    }
    .page14 .content-panel .nl_col .txt .title_1{
        margin-top: 0;
        font-size: 26px;
    }
    .page14 .content-panel .nl_col .txt .title_2{
        font-size: 26px;
    }
    .page14 .content-panel .nl_col .txt .title_3{
        font-size: 14px;
    }
    .page14 .content-panel .nl_col .selling-point-panel{
        /* display: none; */
        margin-top: 18px;
        padding: 0 20px;
        justify-content: space-between;
    }
    .page14 .content-panel .nl_col.r{
        margin-top: 20px;
    }
    .page28 .content-panel{
        padding: 40px 16px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .page28 .content-panel .nl_col{
        width: 100%;
        justify-content: center;
    }
    .page28 .content-panel .nl_col.r>div{
        padding: 0;
    }
    .page28 .content-panel .nl_col .txt{
        text-align: center;
    }
    .page28 .content-panel .nl_col .txt .title_1{
        margin-top: 0;
        font-size: 26px;
    }
    .page28 .content-panel .nl_col .txt .title_2{
        font-size: 26px;
    }
    .page28 .content-panel .nl_col .txt .title_3{
        font-size: 14px;
    }
    .page28 .content-panel .nl_col .selling-point-panel{
        /* display: none; */
        margin-top: 18px;
        padding: 0 20px;
        justify-content: space-between;
    }
    .page14 .content-panel .nl_col .selling-point-panel .selling-point-item .t,
    .page28 .content-panel .nl_col .selling-point-panel .selling-point-item .t{
        font-size: 14px;
    }
    
    .page14 .content-panel .nl_col .selling-point-panel .selling-point-item .b,
    .page28 .content-panel .nl_col .selling-point-panel .selling-point-item .b{
        font-size: 12px;
    }
    .page28 .content-panel .nl_col .selling-point-panel .selling-point-item:not(:first-child){
        margin-left: 0;
    }
    .page28 .content-panel .nl_col.l{
        margin-top: 20px;
    }
    .page15 .page15-banner{
        background-image: var(--backgroundImage800);
        /* background-size: 100% 100%; */
        background-position: bottom;
    }
    .page15 .txt{
        top: 40px;
        left: 0;
        width: 100%;
        padding: 0 16px;
        text-align: center;
    }
    .page15 .txt .title_1{
        font-size: 26px;
    }
    .page15 .txt .title_2{
        font-size: 14px;
    }
    .page16 .content-panel{
        padding: 40px 16px;
    }
    .page16 .content-panel .page16_tmpl_1{
        /* flex-direction: column-reverse; */
    }
    .page16 .content-panel .page16_tmpl_2{
        /* flex-direction: column; */
    }
    .page16 .content-panel .txt{
        /* padding: 0; */
        width: 100%;
        /* text-align: center; */
    }
    .page16 .content-panel .img-panel{
        width: 100%;
        margin-top: 20px;
    }
    .page16 .content-panel .txt .title_1{
        font-size: 16px;
    }
    .page16 .content-panel .txt .title_2{
        font-size: 14px;
    }
    .page16 .content-panel .page16_tmpl_2{
        padding-top: 40px;
    }
    .page17 .page17-banner{
        background-image: var(--backgroundImage800);
        /* background-size: 100% 100%; */
        background-position: bottom;
    }
    .page17 .txt{
        top: 40px;
        right: 0;
        width: 100%;
        padding: 0 16px;
        text-align: center;
    }
    .page17 .txt .title_1{
        font-size: 26px;
    }
    .page17 .txt .title_2{
        font-size: 14px;
    }
    .page21 .content-panel{
        padding: 40px 16px;
    }
    .page21 .content-panel .list-panel{
        padding-top: 30px;
    }
    .page21 .content-panel .txt .title_1{
        font-size: 26px;
    }
    .page21 .content-panel .list-panel .list-item{
        width: calc(50% - 5px);
    }
    .page21 .content-panel .list-panel .list-item{
        margin-left: 0;
        margin-bottom: 10px;
    }
    .page21 .content-panel .list-panel .list-item .item-title{
        font-size: 14px;
        top: 10px;
        left: 10px;
    }
    .page21 .content-panel .list-panel .list-item .item-btn{
        width: 22px;
        height: 22px;
        left: 10px;
        bottom: 10px;
    }
    .page24 .content-panel{
        padding: 40px 16px;
    }
    .page24 .content-panel .txt .title{
        font-size: 26px;
    }
    .page24 .content-panel .txt .nl-small{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .page24 .content-panel .nl-gradient-panel .nl-gradient-item{
        font-size: 16px;
        display: block;
    }
    .page24 .content-panel .nl-gradient-panel{
        display: block;
        /* flex-direction: column; */
        padding-top: 30px;
    }
    .page24 .content-panel .nl-icon-panel .icon-item .name{
        font-size: 12px;
    }
    .page24 .content-panel .nl-icon-panel .icon-item{
        padding: 0;
    }
    .page24 .content-panel .nl-icon-panel .icon-item .img-panel{
        width: 50px;
    }
    .page24 .content-panel .img-local-panel img{
        width: 100%;
    }
    .page24 .content-panel .nl-icon-panel{
        padding-top: 30px;
    }
    .page24 .content-panel .img-local-panel{
        padding-top: 30px;
    }
    .page26 .content-panel{
        padding: 40px 16px;
    }
    .page26 .txt{
        margin-top: 20px;
    }
    .page26 .title_1 {
        font-size: 26px;
    }
    .page26 .title_2 {
        font-size: 14px;
        margin-top: 12px;
    }
    .page26 .btn-panel{
        margin-top: 12px;
    }
    .page26 .btn-panel img{
        width: 14px;
    }
    .page26 .btn-panel a{
        font-size: 14px;
        justify-content: center;
    }
    .page26 .content-panel.img-left-style,
    .page26 .content-panel.img-right-style{
        flex-direction: column;
    }
    .page26 .content-panel.img-left-style .txt,
    .page26 .content-panel.img-right-style .txt{
        padding: 0;
        width: 100%;
    }
    .page26 .img-panel{
        width: 100%;
        margin-top: 20px;
    }
    .page26 .txt .title_1,
    .page26 .txt .title_2{
        text-align: center;
    }
    .mask-layer-panel{
        background: #333333;
    }
    .mask-layer-panel .video-panel{
        width: 100%;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .mask-layer-panel .video-close-panel{
        top: 25px;
        right: 25px;
    }
    .page27 .content-panel .nl_col .txt, .page27 .content-panel .nl_col .icon-item-panel{
        padding-right: 0;
    }
}
