@charset "utf-8";
/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {
    .pd0 {
        padding: 0 !important;
    }
    .is_search_box {
        padding-top: 5px;
        padding-bottom: 80px;
    }
    .is_search_list_box {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .is_search_sear {
        width: 100%;
    }
    .is_search_sear input[type=text] {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .ListLaw {
        padding-top: 6px;
        padding-bottom: 80px;
        font-size: 20px;
        line-height: 30px;
    }
    .Law-tit {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .Law-con h3 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .Law-con p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .tree_pos {
        font-size: 14px;
        line-height: 20px;
    }
    .is_search_box_wrap_lnks {
        padding-top: 80px;
    }
    .xgllnk-list {
        padding-top: 40px;
        padding-bottom: 50px;
        min-height: 80vh;
    }
    .xgllnk-list .item, .xgllnk-list .item:nth-child(5n), .xgllnk-list .item:nth-child(4n) {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
        margin-right: 18px;
    }
    .xgllnk-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .xgllnk-list .item .info {
        font-size: 12px;
        line-height: 18px;
    }
    .header-wrap2 {
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    }
    .header-wrap2 .header-logo {
        width: 82px;
    }
    .page-lable-wrap {
        padding: 30px 0;
        text-align: center;
    }
    .page-lable-wrap span {
        display: none;
    }
    .page-lable-wrap .m-show {
        display: inline-block;
    }
    .page-lable-wrap span a {
        padding: 5px 10px;
    }
    .width-auto {
        padding: 0 20px;
    }
    .width-auto2 {
        padding: 0 20px;
    }
    .m-header-nav {
        width: 24px;
        position: absolute;
        right: 20px;
        margin: 3px 0 0 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 1s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1);
        z-index: 99;
    }
    /*.header-click-nav {*/
    /*width: 23px;*/
    /*}*/
    .m-header-nav span {
        width: 100%;
        height: 2px;
        position: relative;
        margin-bottom: 6px;
        display: block;
    }
    .m-header-nav span:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #0061ae;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 1s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    }
    .m-header-nav span:nth-child(1):after {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        right: 4px;
        top: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: 100% 50% 0;
        -webkit-transform-origin: 100% 50% 0;
        transition: all .6s .2s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .6s .2s cubic-bezier(.645, .045, .355, 1);
    }
    .m-header-nav span:nth-child(3):after {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        left: 4px;
        top: -13px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: 0 50% 0;
        -webkit-transform-origin: 0 50% 0;
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }
    .header-black-nav span {
        background: #fff;
    }
    .m-header-nav .first-rotate:after {
        width: 23px !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    .m-header-nav .last-rotate:after {
        width: 23px !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    .m-header-nav .last-rotate:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .m-header-nav .first-rotate:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .m-header-nav .navOpacity:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .m-header-nav .last-rotate2:before {
        opacity: 1;
        background: #fff;
    }
    .m-header-nav .navOpacity2:before {
        opacity: 1;
    }
    .banner-wrap {
        width: calc(100vw);
        width: -webkit-calc(100vw);
    }
    .black-box {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 98;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 1);
        display: none;
    }
}
/*兼容移动端*/
@media screen and (max-width: 1200px) {
    .width-auto {
        padding: 0 20px;
    }
    .bshare-custom.icon-medium {
        margin: 1px 0;
    }
    .header_wrap {
        padding: 0;
    }
    .header_wrap:hover {
        background: none;
    }
    .header_wrap2:hover {
        background: #fff;
    }
    .header_logo {
        width: 200px;
        padding: 10px 0 0 0;
    }
    .header_nav, .header_wrap {
        height: 60px;
    }
    .header_wrap.header_wrap_22 {
        height: 60px;
    }
    .header_wrap:after {
        display: none;
    }
    .header_wrap2 .header_logo {
        padding: 16px 0 0 0;
        width: 200px;
    }
    .header_wrap.header_wrap_22 .header_logo {
        padding: 16px 0 0 0;
        width: 130px;
    }
    .header_logo {
        left: 20px;
    }
    .header_logo .code_text {
        left: -webkit-calc(100% + 10px);
        left: calc(100% + 10px);
        bottom: 0;
        line-height: 22px;
    }
    .header_wrap_22 .header_logo .code_text {
        bottom: 0 !important;
    }
    .header_logo .code_text .span1 {
        font-size: 12px;
        margin-right: 4px;
    }
    .header_logo .code_text .span2 {
        font-size: 10px;
    }
    .header_wrap.header_wrap2 .header_logo .code_text {
        bottom: 0;
        line-height: 22px;
    }
    .banner_title {
        font-size: 24px;
    }
    .banner_en {
        font-size: 14px;
    }
    .banner_text {
        font-size: 13px;
        padding-top: 20px;
    }
    .banner_button {
        margin-top: 30px;
    }
    .banner-box {
        height: -webkit-calc(27vh);
        height: calc(27vh);
    }
    .banner-box .swiper-pagination-bullets {
        bottom: 20px !important;
    }
    .banner-box .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .banner-box .swiper-pagination-clickable .swiper-pagination-bullet:after {
        width: 6px !important;
        height: 6px !important;
        top: 0;
        left: 0;
        margin: 0 0;
    }
    .banner-box .swiper-pagination-clickable .swiper-pagination-bullet:before {
        right: 14px;
        width: 20px;
        top: 3px;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .banner-box .swiper-pagination-bullet {
        margin: 0 14px !important;
    }
    .banner_img img{margin-top:20px;}
    .business_index_icon {
        font-size: 40px;
        line-height: 40px;
        /*height: 40px;*/
    }
    .business_index_box {
        width: 50%;
        opacity: 0;
    }
    .business_index_box:nth-child(1) {
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
        -webkit-animation: fadeInUp2 1s forwards normal;
        animation: fadeInUp2 1s forwards normal;
    }
    .business_index_box:nth-child(2) {
        -webkit-animation-delay: 400ms !important;
        animation-delay: 400ms !important;
        -webkit-animation: fadeInUp2 1s forwards normal;
        animation: fadeInUp2 1s forwards normal;
    }
    .business_index_box:nth-child(3) {
        -webkit-animation-delay: 600ms !important;
        animation-delay: 600ms !important;
        -webkit-animation: fadeInUp2 1s forwards normal;
        animation: fadeInUp2 1s forwards normal;
    }
    .business_index_box:nth-child(4) {
        -webkit-animation-delay: 800ms !important;
        animation-delay: 800ms !important;
        -webkit-animation: fadeInUp2 1s forwards normal;
        animation: fadeInUp2 1s forwards normal;
    }
    .business_index_box:nth-child(2n):after {
        display: none;
    }
    .business_index_title {
        font-size: 14px;
        line-height: 30px;
        padding: 10px 0 0 0;
    }
    .business_index_box a {
        padding: 20px 0;
    }
    .top_transform {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        animation-delay: 500ms !important;
        -webkit-animation-delay: 500ms !important;
    }
    .header_wrap2 .m-header-nav span:before {
        background: #0061ae;
    }
    .header_wrap.header_wrap_22 .m-header-nav span:before {
        background: #0061ae;
    }
    .header_wrap2 {
        background: #ffff !important;
    }
    .business_index_box a:before {
        display: none;
    }
    .index_title_en {
        font-size: 28px;
    }
    .index_pd {
        padding: 50px 0;
    }
    .index_title_cn {
        font-size: 18px;
    }
    .banner_button_title {
        width: auto;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
    }
    .banner_button_text span:first-child {
        position: relative;
    }
    .banner_button_text span {
        font-size: 12px;
    }
    .banner_icon {
        width: 30px;
        line-height: 30px;
        height: 30px;
    }
    .footer_box {
        background: #202426;
    }
    .banner_icon span {
        font-size: 12px;
    }
    .banner_button {
        margin-top: 20px;
    }
    .business_index_box:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
    .business_index_text {
        font-size: 12px;
    }
    .iconzidonghuashebeipeijian {
        font-size: 54px;
    }
    .business_index_box:nth-child(1):before, .business_index_box:nth-child(2):before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .business_index_wrap {
        padding-bottom: 50px;
    }
    .business_index_list {
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
        box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    }
    .index_title_box {
        padding-bottom: 12px;
    }
    .index_title_box .index_title_span {
        width: 22px;
        height: 1px;
        margin-left: -11px;
    }
    .faq_tab_title {
        display: none;
    }
    .faq_wap_slide_in {
        padding: 0 1px;
    }
    .faq_tab_span {
        line-height: 40px;
        height: 40px;
    }
    .faq_tab_icon {
        font-size: 20px;
    }
    .icondianchi1 {
        font-size: 15px;
    }
    .iconcar_hy {
        font-size: 30px;
    }
    .iconyiliaojiankang {
        font-size: 22px;
    }
    .iconwuliudaiqujian {
        font-size: 16px;
    }
    .faq_hover:before {
        border-top: 4px solid #0061ae;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        bottom: -4px;
    }
    .faq_tab_span:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
    .fag_index_pc {
        display: none;
    }
    .faq_index_wap {
        margin: 30px auto 0;
        z-index: 1;
        overflow: hidden;
    }
    .faq_read_left {
        display: block;
        width: auto;
    }
    .faq_read_right {
        display: block;
        width: auto;
    }
    .faq_read_right {
        padding: 0;
    }
    .faq_read_title {
        position: relative;
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        padding-left: 11px;
    }
    .faq_read_title:after {
        width: 3px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -13px;
    }
    .swiper_layle_icon {
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }
    .faq_lable .iconduigou {
        font-size: 14px;
    }
    .faq_read_text, .faq_lable span {
        font-size: 12px;
    }
    .faq_read_text {
        margin: 10px 0 20px 0;
        line-height: 24px;
    }
    .faq_read_box {
        font-size: 12px;
        line-height: 24px;
        height: auto;
        display: none;
    }
    .faq_read_button {
        padding: 0 0 0 0;
    }
    .faq_button_li {
        width: 100px;
        height: 32px;
        line-height: 32px;
    }
    .faq_button_li a {
        font-size: 12px;
    }
    .faq_button_black a span {
        line-height: 34px;
    }
    .faq_button_black {
        margin-left: 10px;
    }
    .return_top {
        display: none;
    }
    .faq_tab_wrap {
        padding: 20px 0 50px 0;
    }
    .faq_read_li {
        width: 100%;
        padding: 0 1px;
    }
    .about_kr_read {
        padding: 0;
    }
    .bout_kr_img {
        padding-bottom: 94%
    }
    .about_kr_text {
        padding-top: 20px;
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .about_kr_button {
    }
    .about_number_span {
        font-size: 26px;
    }
    .about_number_icon {
        font-size: 12px;
        top: 0;
    }
    .about_number_li:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
    .about_number_read {
        font-size: 12px;
    }
    .about_kr_a {
        width: 120px;
        height: 32px;
    }
    .about_kr_a a {
        line-height: 30px;
        font-size: 14px;
    }
    .about_kr_a a span {
        font-size: 12px;
    }
    .bout_kr_number {
        margin-top: 20px;
    }
    .core_index_icon {
        font-size: 50px;
    }
    .core_index_icon.iconruanjian, .core_index_icon.iconsheji {
        font-size: 44px;
    }
    .icontubiao- {
        font-size: 62px !important;
    }
    .core_index_li {
        padding: 0;
    }
    .core_index_li, .core_index_light .core_index_span {
        width: 100%;
    }
    .core_index_li:nth-child(4), .core_index_li:nth-child(5) {
        width: 42%;
    }
    .core_index_hover .core_index_icon {
        color: #0061ae;
    }
    .core_index_hover .core_index_title {
        color: #1a1a1a;
    }
    .core_index_hover .core_index_title:after {
        background: #0061ae;
    }
    .core_index_hover .core_index_text {
        color: #999999;
    }
    .core_index_text {
        /*display: none;*/
        font-size: 14px;
        line-height: 24px;
    }
    .core_index_after {
        background: none;
    }
    .span_index_hover span:after, .span_index_hover span:before, .span_index_hover:after {
        opacity: 1;
    }
    .core_index_icon {
        /*height: 50px;*/
        line-height: 50px;
    }
    .core_index_title {
        font-size: 16px;
        padding: 20px 0;
    }
    .core_index_title:after {
        height: 1px;
    }
    .core_index_box {
        margin: 30px 0 0 0;
    }
    .core_index_light, .core_index_after {
        display: none;
    }
    .core_index_ul {
        /*display: none;*/
        text-align: center;
        -webkit-animation-delay: 600ms !important;
        animation-delay: 600ms !important;
        -webkit-animation: fadeInUp2 1s forwards normal;
        animation: fadeInUp2 1s forwards normal;
        opacity: 0;
        position: relative;
    }
    .banner_index_img {
        padding-bottom: 58%;
    }
    .banner_index_title {
        font-size: 24px;
    }
    .banner_index_read {
        padding: 0 20px;
    }
    .banner_index_text {
        font-size: 16px;
        padding-top: 10px;
    }
    .news_index_box {
        padding: 20px 0 30px 0;
    }
    .news_index_title {
        padding: 10px 0 5px 0;
    }
    .news_index_title a {
        font-size: 16px;
        line-height: 28px;
         white-space: initial;
    }
    .news_index_text {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }
    .news_index_box .swiper-pagination-bullets {
        bottom: 5px !important;
    }
    .news_index_box .swiper-pagination-bullet {
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }
    .news_index_box .swiper-pagination-bullet-active {
        background: #0061ae;
    }
    .news_index_button {
        width: 120px;
        height: 32px;
        line-height: 32px;
        margin: 20px auto 0;
    }
    .news_index_button a {
        font-size: 14px;
    }
    .footer_nav {
        padding: 50px 0 20px 0;
        background: #202426;
    }
    .footer_title {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    .footer_list {
        display: none;
    }
    .footer_share {
        color: #777c80;
        margin-right: 30px;
        font-size: 26px;
    }
    .footer_ul .icontw {
        font-size: 21px;
    }
    .footer_ul .iconyoutube {
        font-size: 22px;
    }
    .footer_double_list {
        width: 100%;
    }
    .footer_ul {
        text-align: center;
    }
    .footer_left, .footer_right {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        display: block;
    }
    .header_box {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer_black {
        height: auto;
        line-height: normal;
        padding-bottom: 50px;
    }
    .header_ul {
        display: block;
    }
    .header_li, .header_language_wrap {
        width: 100%;
        display: block;
    }
    .header_li, .header_wrap2 .header_li {
        padding: 0 20px;
        line-height: 40px;
    }
    .header_language_box {
        line-height: 40px;
    }
    .header_search_wrap {
        display: none;
    }
    .header_language_box {
        text-align: center;
        display: none;
    }
    .header_li .header-animation {
        opacity: 0;
    }
    .header_li .pc_show a {
        font-size: 16px;
    }
    .header_wrap2 .header_li .pc_show a, .header_wrap:hover .header_li .pc_show a {
        color: #fff;
    }
    .header_wrap.header_wrap_22 .header_li .pc_show a, .header_wrap.header_wrap_22:hover .header_li .pc_show a {
        color: #fff;
    }
    .pc_hide {
        display: none;
    }
    .m_show {
        display: block;
    }
    .m_show .header-animation {
        display: block;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
    }
    .header_wrap.header_wrap_22 .header_li {
        line-height: 40px;
        color: #fff;
        font-size: 16px;
    }
    .m_language_box {
        line-height: 40px;
        text-align: center;
        font-size: 0;
        margin-top: 40px;
        opacity: 0;
    }
    .m_language_box .m_language_list {
        margin-right: 20px;
    }
    .m_language_box .m_language_list:last-child {
        margin: 0;
    }
    .m_language_box .m_language_list a {
        font-size: 16px;
        color: #ffffff;
    }
    .footer_bq {
        opacity: 0;
        -webkit-animation: fadeInUp2 1s forwards normal;
        animation: fadeInUp2 1s forwards normal;
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms;
    }
    .footer_share:hover, .footer_right a:hover, .footer_left a:hover {
        color: #ccc;
    }
    .navigation_li {
        line-height: 50px;
        height: 50px;
    }
    .navigation_li a {
        margin: 0 20px;
        font-size: 14px;
    }
    .navigation_li a:after {
        height: 1px;
    }
    .page_banner_img {
        padding-bottom: 70%;
    }
    .page_banner_title {
        font-size: 24px;
    }
    .page_banner_text {
        font-size: 22px;
    }
    .about_en_title {
        font-size: 28px;
        line-height: initial;
    }
    .about_cn_title {
        font-size: 18px;
        line-height: initial;
    }
    .about_box_index1 {
        padding: 50px 0 0 0;
    }
    .about_read_wrap {
        font-size: 12px;
        line-height: 24px;
        margin: 20px 0 0 0;
        height: 144px;
        text-align: justify !important;
    }
    .about_read_wrap p {
        text-align: justify !important;
        text-align-last: center !important;
    }
    .about_page_wrap {
        overflow: hidden;
        width: 100%;
    }
    .about_swiper_wrap {
        margin-top: 30px;
    }
    .navigation_wrap {
        height: 60px;
    }
    .navigation_ul {
        white-space: nowrap;
        display: block;
        width: 100%;
        height: 50px;
        overflow: auto;
        overflow-y: hidden;
    }
    .navigation_ul::-webkit-scrollbar {
        display: none;
    }
    .navigation_fixed {
        position: static !important;
    }
    .about_video_box {
        padding-bottom: 70%;
    }
    .about_video_title {
        font-size: 24px;
    }
    .about_video_text {
        font-size: 16px;
    }
    .about_video_read {
        padding: 0 20px;
    }
    .about_video_button {
        font-size: 50px;
        line-height: 50px;
        margin-top: 10px;
    }
    .about_culture_icon {
        font-size: 60px;
    }
    .about_culture_wrap {
        padding-top: 20px;
    }
    .about_culture_title {
        margin: 20px 0 10px 0;
        font-size: 14px;
    }
    .about_culture_list {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_culture_text {
        font-size: 12px;
        line-height: 24px;
        color: #999;
    }
    .about_swiper_img {
        padding-bottom: 90%;
    }
    .swiper_icon_prev {
        font-size: 26px;
    }
    .swiper_icon_next {
        font-size: 26px;
    }
    .about_swiper_time {
        font-size: 24px;
        line-height: 30px;
    }
    .about_swiper_text {
        line-height: 28px;
        font-size: 14px;
    }
    .about_swiper_icon {
        margin: 10px 0;
        height: 20px;
        width: 20px;
    }
    .about_swiper_box {
        margin: 30px 0;
    }
    .swiper_icon_prev, .swiper_icon_next {
        top: 35px;
        height: 30px;
        width: 30px;
        font-size: 21px;
        line-height: 30px;
        text-align: center;
    }
    .about_swiper_box:after {
        top: 50px;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .about_title_text {
        padding: 20px 0 0 0;
    }
    .about_title_text {
        font-size: 14px;
        line-height: 24px;
    }
    .about_img_li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .about_img_list {
        padding-top: 30px;
    }
    .about_img_read {
        padding: 20px;
    }
    .about_img_title {
        font-size: 18px;
        line-height: 28px;
    }
    .about_img_text {
        font-size: 12px;
        line-height: 22px;
        height: 66px;
    }
    .about_img_li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .about_img_li:last-child {
        margin: 0;
    }
    .about_img_li {
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
    }
    .about_news_list {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .about_news_list:nth-child(2n) {
        margin: 30px 0 0 0;
        width: 100%;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }
    .about_news_left {
        width: 100%;
    }
    .about_news_title {
        height: auto;
    }
    .about_news_title a {
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 28px;
        padding: 10px 0 5px 0;
    }
    .about_news_right {
        width: 100%;
        padding-left: 0;
        height: auto;
        position: static;
    }
    .about_news_text {
        position: static;
        font-size: 12px;
        line-height: 22px;
    }
    .news_list_box {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .news_list_box:nth-child(2n) {
        width: 100%;
        margin: 0 0 30px 0;
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
    }
    .invest_wrap {
        padding: 50px 0;
    }
    .video_black_pop {
        width: 100%;
        height: auto;
        padding: 0;
        display: block;
    }
    .video_black_pop video {
        display: block;
    }
    .video_hide, .about_video_hide {
        right: 10px;
    }
    .news_list_wrap {
        padding: 30px 0 0 0;
    }
    .page_loading {
        text-align: center;
        line-height: 32px;
    }
    .page_loading a {
        color: #999;
        display: block;
    }
    .pro_read_nav {
        display: none;
    }
    .news_read_content {
        padding: 50px 0 50px 0;
    }
    .news_read_left {
        padding: 0;
        width: 100%;
    }
    .news_read_title {
        font-size: 22px;
        line-height: 32px;
    }
    .news_label_left {
        width: 100%;
        line-height: 24px;
    }
    .news_label_left span {
        font-size: 12px;
        line-height: 26px;
        padding-right: 15px;
    }
    .news_read_left:after {
        display: none;
    }
    .news_label_right {
        width: 100%;
        text-align: left;
        line-height: 26px;
        height: 26px;
    }
    .news_label_right span {
        padding: 0 10px 0 0;
    }
    .news_label_right span:nth-child(1) {
        font-size: 14px;
    }
    .news_label_right span a {
        font-size: 16px;
    }
    .news_label_right span a.iconsina, .news_label_right span a.iconwchart {
        font-size: 18px;
    }
    .news_label_right span a.iconQQkongjian, .news_label_right span a.iconqq {
        position: relative;
        top: -1px;
    }
    .news_read_label {
        padding: 10px 0 30px 0;
    }
    .news_read_bjq {
        font-size: 14px;
        line-height: 28px;
        padding: 0 0 30px 0;
    }
    .news_read_bjq h3 {
        font-size: 16px;
        line-height: 28px;
        color: #4c4c4c;
    }
    .news_read_bjq p {
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }
    .news_read_bjq p img {
        margin: 20px 0;
    }
    .news_read_right {
        width: 100%;
        padding-left: 0;
    }
    .news_read_page {
        padding: 20px 0;
    }
    .news_read_prev span:nth-child(1), .news_read_next span:nth-child(2) {
        font-size: 16px;
    }
    .news_read_prev a, .news_read_next a {
        font-size: 14px;
    }
    .news_read_list a {
        font-size: 32px;
    }
    .news_right_title {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .news_right_list {
        padding: 20px 0 0 0;
    }
    .news_similar_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news_similar_text {
        font-size: 12px;
        line-height: 22px;
    }
    .footer_ul .icontw:before {
        position: relative;
        top: -2px;
    }
    .page_content_box {
        padding: 50px 0;
    }
    .page_content_title {
        font-size: 20px;
        line-height: 28px;
    }
    .page_content_title:after {
        height: 1px;
    }
    .page_content_bjq {
        padding: 0;
        font-size: 14px;
        line-height: 28px;
    }
    .page_content_bjq h2 {
        font-size: 16px;
    }
    .devices_ul {
        padding: 30px 0;
    }
    .devices_li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .devices_title {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .device_pop_box {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .device_top {
        margin-top: 0;
    }
    .device_pop_title {
        font-size: 16px;
        line-height: 50px;
        padding-left: 20px;
    }
    .device_pop_span {
        width: 100%;
    }
    #devices_pop_wrap .device_pop_read {
        overflow: auto;
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }
    #devices_pop_wrap .device_pop_read .device_pop_span:nth-child(2) {
        height: auto;
        overflow: visible;
    }
    .device_pop_text {
        font-size: 14px;
        line-height: 28px;
        padding: 20px;
        height: 320px;
        min-height: 0;
    }
    .devices_pop_button {
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background: none;
    }
    .devices_pop_button:after {
        background: #fff;
    }
    .devices_pop_button:before {
        background: #fff;
    }
    .faq_content_left {
        width: 100%;
    }
    .faq_content_right {
        width: 100%;
        padding-left: 0;
    }
    .faq_title_left {
        width: 100%;
    }
    .faq_title_right {
        width: 100%;
        text-align: left;
    }
    .faq_title_left a .faq_title_icon {
        font-size: 20px;
    }
    .faq_title_left a .icondianchi1 {
        font-size: 16px;
    }
    .faq_title_left a .iconcar_hy {
        font-size: 32px;
    }
    .faq_title_left a .iconyiliaojiankang {
        font-size: 24px;
    }
    .faq_title_left a .iconcar_hy:before {
        top: 0;
    }
    .faq_title_left a .iconyiliaojiankang:before {
        top: 0;
    }
    .faq_title_left a .iconcloud-disk:before {
        top: 0;
    }
    .faq_title_left .faq_title_text {
        font-size: 18px;
    }
    .faq_content_title {
        line-height: initial;
    }
    .faq_read_icon {
        font-size: 12px;
    }
    .faq_read_icon .faq_lable span {
        font-size: 12px;
    }
    .faq_read_icon .faq_lable .iconduigou {
        font-size: 14px;
        padding: 0 5px 0 5px;
    }
    .faq_title_left {
        line-height: 40px;
    }
    .faq_title_right {
        line-height: 24px;
    }
    .faq_content_li {
        padding: 30px 0 30px 0;
    }
    .faq_content_li:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .faq_page_wrap {
        padding: 20px 0 30px 0;
    }
    .faq_bjq_wrap {
        padding: 50px 0 20px 0;
    }
    .faq_bjq_label {
        padding-left: 0
    }
    .faq_bjq_text {
        font-size: 22px;
    }
    .faq_bjq_title {
        padding-bottom: 30px;
    }
    .faq_bjq_title:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .faq_bjq_content {
        padding: 30px 0 0 0;
        font-size: 14px;
        line-height: 28px;
    }
    .faq_bjq_content p {
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }
    .faq_bjq_content h2 {
        font-size: 16px;
    }
    .article_box {
        padding: 50px 0;
    }
    .article_title {
        font-size: 20px;
        line-height: 26px;
    }
    .article_text {
        font-size: 14px;
        line-height: 28px;
    }
    .article_box_read {
        width: 100%;
    }
    .article_box_title {
        font-size: 18px;
        padding: 0 0 10px 0;
    }
    .article_box_title:after {
        height: 1px;
        width: 30px;
    }
    .article_box_text {
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 0;
    }
    .article_list_li:first-child {
        padding: 240px 0 0 0;
    }
    .article_list_li {
        position: relative;
        padding: 240px 0 0 0;
        margin-bottom: 30px;
    }
    .article_list_li:last-child {
        padding: 240px 0 0 0;
    }
    .article_box_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 220px;
    }
    .article_box_img .article_img {
        height: 220px;
        padding: 0;
    }
    .article_list_li:nth-child(2n+1) .article_img {
        margin-top: 0;
    }
    .article_list_li:nth-child(2n+1) .article_box_title {
        padding: 0 0 10px 0;
    }
    .article_list_li:nth-child(2n) .article_img {
        margin-bottom: 10px;
    }
    .article_list_li:after {
        display: none;
    }
    .article_wrap {
        padding: 0 0 50px 0;
    }
    .article_pi_box {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }
    .article_center_logo {
        width: 42%;
        height: 42%;
    }
    .article_label_li:nth-child(2) {
        right: .9%;
    }
    .article_label_li:nth-child(4) {
        top: 86.3%;
        left: 15%;
    }
    .article_label_li:nth-child(5) {
        left: 1.6%;
    }
    .article_text_ul {
        z-index: 9;
    }
    .article_text_li {
        font-size: 12px;
    }
    .article_text_li:nth-child(1) {
        top: -10%;
    }
    .article_text_li:nth-child(2) {
        top: 23%;
        right: -5%;
    }
    .article_text_li:nth-child(3) {
        top: 92%;
        right: 2%;
    }
    .article_text_li:nth-child(4) {
        top: 92%;
        left: 2%;
    }
    .article_text_li:nth-child(5) {
        top: 22%;
        left: -9%;
    }
    .article_nei_max:after {
        top: 8.2%;
        left: 19.5%;
    }
    .article_current_max:after {
        right: 2.7%;
    }
    .core_max_img {
        padding-bottom: 100%;
    }
    .core_text_list {
        padding: 0;
    }
    .core_icon_min {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .core_text_li:nth-child(3) .core_icon_min {
        width: 64px;
        height: 64px;
        line-height: 64px;
    }
    .core_icon_read {
        font-size: 22px;
    }
    .core_text_li:nth-child(3) .core_icon_read {
        font-size: 30px;
    }
    .Tech_css .core_light_box {
        height: 80px;
    }
    .core_light_box {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
    .core_text_read {
        display: none;
    }
    .core_text_title {
        font-size: 12px;
        font-weight: normal;
    }
    .icontuxingtuxiangchuli:before {
        top: 1px;
    }
    .page_content_wrap {
        overflow: hidden;
    }
    .core_brief_wrap {
        padding: 50px 0;
    }
    .core_brief_title {
        font-size: 20px;
        line-height: 28px;
    }
    .core_brief_text {
        font-size: 14px;
        line-height: 28px;
    }
    .core_brief_button {
        padding: 20px 0 0 0;
    }
    .core_button_box {
        width: 120px;
        height: 32px;
        line-height: 32px;
        margin: 0 10px;
    }
    .core_button_box a {
        font-size: 14px;
    }
    .devices_li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .service_content_wrap {
        padding: 50px 0;
    }
    .service_content_box {
        padding: 0 0;
    }
    .service_content_title {
        font-size: 21px;
        line-height: 28px;
        padding-bottom: 30px;
    }
    .service_content_text {
        font-size: 14px;
        line-height: 28px;
    }
    .service_banner_list {
        padding: 0;
    }
    .service_banner_img {
        padding-bottom: 82%;
    }
    .service_banner_title {
        font-size: 28px;
    }
    .service_banner_cn {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .service_banner_ext {
        font-size: 14px;
        line-height: 28px;
    }
    .service_list_li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 10px 0;
    }
    .service_list_li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
    .service_left_icon {
        font-size: 46px;
    }
    .service_list_left .iconfuwu1 {
        font-size: 44px;
    }
    .service_list_left .iconshehuiguanai {
        font-size: 50px;
    }
    .service_list_left .icontubiaozhizuomoban-- {
        font-size: 66px;
    }
    .service_right_title {
        font-size: 18px;
    }
    .service_right_text {
        font-size: 14px;
        line-height: 24px;
    }
    .service_list_wrap {
        padding: 50px 0 50px 0;
    }
    .service_content_read {
        font-size: 14px;
        line-height: 28px;
    }
    .net_wrap {
        padding: 50px 0;
    }
    .net_tab_select {
        font-size: 14px;
    }
    .net_tab_select {
        padding: 0 15px;
        height: 32px;
        line-height: 32px;
        margin: 0 10px 0 0;
    }
    .net_tab_button {
        padding-bottom: 30px;
    }
    .swiper_china_box {
        padding: 0;
    }
    .swiper_china_box + .net_tab_button {
        margin-top: 30px;
        padding-top: 10px;
    }
    .swiper_china_left {
        padding: 0;
        margin-bottom: 50px;
    }
    .swiper_china_right {
        width: 100%;
        position: static;
    }
    .select_list_title {
        font-size: 14px;
    }
    .swiper_china_select, .select_list_icon {
        line-height: 40px;
    }
    .select_read_box {
        padding: 20px 0 21px 0;
    }
    .select_read_title {
        font-size: 14px;
        line-height: 28px;
    }
    .select_read_text {
        font-size: 12px;
        line-height: 20px;
    }
    .select_list_read {
        height: 387px;
    }
    .swiper_world_box {
        padding: 0 0 30px 0;
    }
    .sample_list_wrap {
        margin: 0 10px;
    }
    .swiper_world_text {
        width: 100%;
        margin: 15px 0 15px 0 !important;
    }
    .swiper_world_text:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .swiper_text_title {
        font-size: 14px;
    }
    .swiper_world_li:nth-child(1) .swiper_worle_title {
        left: -webkit-calc(-18% - 20px);
        left: calc(-18% - 20px);
        margin: -8px 0 0 1px;
    }
    .swiper_world_li:nth-child(3) .swiper_worle_title {
        left: -webkit-calc(-18% - 20px);
        left: calc(-18% - 20px);
        margin: -13px 0 0 -1px;
    }
    .swiper_world_li:nth-child(5) .swiper_worle_title {
        left: -webkit-calc(-18% - 20px);
        left: calc(-18% - 20px);
    }
    .swiper_world_li:nth-child(7) .swiper_worle_title {
        left: -webkit-calc(-18% - 20px);
        left: calc(-18% - 20px);
    }
    .swiper_world_li_chd6 .swiper_worle_title {
        margin: 8px 0 0 -24px;
    }
    .swiper_world_li_chd7 .swiper_worle_title {
        margin: -8px 0 0 -2px;
    }
    .swiper_world_li_chd11 .swiper_worle_title {
        margin: 4px 0 0 -11px;
    }
    .swiper_label_ul .swiper_label_li_chd7 .swiper_label_title {
        margin: -16px 0 0 4px;
    }
    .swiper_label_ul .swiper_label_li_chd5 .swiper_label_title {
        margin: -12px 0 0 5px;
    }
    .swiper_label_ul .swiper_label_li_chd2 .swiper_label_title {
        margin: 10px 0 0 -18px;
    }
    .swiper_text_read {
        font-size: 12px;
    }
    .swiper_text_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .swiper_world_content {
        padding: 30px 0 0 0;
    }
    .page_down_li, .page_product_li {
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        margin: 0 10px 10px 0;
        font-size: 14px;
    }
    .page_down_wrap {
        padding: 50px 0 50px 0;
    }
    .page_down_search {
        margin: 30px 0;
    }
    .page_down_search {
        height: 40px;
        padding: 0 40px 0 0;
    }
    .down_search_input {
        line-height: 32px;
        padding: 4px 10px;
        width: 100%;
        font-size: 14px;
    }
    .down_search_button {
        font-size: 16px;
        line-height: 40px;
        width: 40px;
        padding: 0;
    }
    .page_down_title span:nth-child(1), .page_down_read span:nth-child(1) {
        padding: 0 10px;
    }
    .page_down_title span {
        font-size: 14px;
    }
    .page_down_title {
        line-height: 40px;
    }
    .page_down_read span {
        font-size: 12px;
    }
    .page_down_content {
        margin: 0 0 30px 0;
    }
    .page_down_read {
        line-height: 40px;
    }
    .page_pro_wrap {
        padding: 50px 0;
    }
    .product_list_read, .product_list_read:nth-child(3n) {
        width: 100%;
        margin: 0 0 20px 0;
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
    }
    .product_list_read:first-child {
        margin: 20px 0;
    }
    .product_list_title {
        font-size: 16px;
    }
    .product_list_text {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .pro_read_left {
        width: 100%;
    }
    .pro_video_icon {
        left: 20px;
        bottom: 15px;
    }
    .pro_read_content {
        padding: 40px 0 30px 0;
    }
    .pro_read_right {
        width: 100%;
        padding-left: 0;
    }
    .pro_read_title {
        font-size: 20px;
        line-height: 28px;
    }
    .pro_read_label {
        padding: 10px 0 20px 0;
    }
    .pro_read_label span {
        margin-right: 20px;
        font-size: 12px;
    }
    .pro_read_text {
        font-size: 12px;
        line-height: 24px;
        max-height: 96px;
        margin: 20px 0;
    }
    .pro_read_sort {
        padding: 0;
    }
    .pro_sort_list {
        padding-right: 20px;
    }
    .pro_sort_list span {
        font-size: 12px;
    }
    .pro_sort_list span:nth-child(1) {
        font-size: 16px;
    }
    .pro_content_box {
        padding: 30px 0;
    }
    .pro_bjq_box {
        padding: 20px;
    }
    .pro_list_foot {
        padding: 30px 0 50px 0;
    }
    .pro_bjq_title {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        padding: 0 10px;
        margin: 0 0 20px 0;
    }
    .pro_bjq_content p {
        font-size: 14px;
        line-height: 28px;
    }
    .page_down_read span:nth-child(6) {
        font-size: 16px;
    }
    .page_down_title span:nth-child(1), .page_down_read span:nth-child(1) {
        width: 70%;
    }
    .page_down_title span:nth-child(2), .page_down_read span:nth-child(2) {
        width: 12%;
        display: none;
    }
    .page_down_title span:nth-child(3), .page_down_read span:nth-child(3) {
        width: 12%;
        display: none;
    }
    .page_down_title span:nth-child(4), .page_down_read span:nth-child(4) {
        width: 11%;
        display: none;
    }
    .page_down_title span:nth-child(5), .page_down_read span:nth-child(5) {
        display: none;
    }
    .page_down_title span:nth-child(6), .page_down_read span:nth-child(6) {
        width: 30%;
    }
    .invest_list_li .invest_list_icon {
        width: 10%;
    }
    .invest_list_li .invest_list_time {
        width: 22%;
    }
    .invest_list_li .invest_list_title {
        width: 68%;
        font-size: 12px;
        line-height: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .invest_list_li .invest_list_time {
        font-size: 12px;
    }
    .invest_list_li .invest_list_icon {
        font-size: 14px;
    }
    .invest_list_li:first-child {
        line-height: 49px;
    }
    .invest_list_li {
        line-height: 48px;
    }
    .invest_list_wrap {
        padding: 20px 0;
    }
    .report_list_box {
        width: 100%;
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
        margin: 20px 0 0 0 !important;
    }
    .report_list_title a {
        font-size: 16px;
    }
    .report_label_box:nth-child(1), .report_label_box:nth-child(2) {
        width: 50%;
    }
    .report_list_text {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
        padding: 0;
        margin: 10px 0;
    }
    .report_list_wrap {
        padding: 0 0 30px 0;
    }
    .invest_input_text {
        padding: 20px 0 30px 0;
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }
    .invest_input_box {
        padding: 20px 0;
    }
    .invest_input_read, .invest_textarea_read {
        width: 100%;
        padding: 0 0 20px 0;
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
    }
    .invest_input_read span, .invest_textarea_read span {
        font-size: 14px;
        width: 120px;
        line-height: 40px;
        padding-right: 10px;
        display: none;
    }
    .invest_input_read input {
        line-height: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 14px;
    }
    .invest_textarea_read textarea {
        padding: 10px;
        line-height: 18px;
        font-size: 14px;
        height: 92px;
    }
    .invest_form_button {
        width: 120px;
        height: 38px;
        line-height: 38px;
        margin: 0 10px;
    }
    .invest_form_submit span, .invest_form_clear span {
        font-size: 14px;
    }
    .invest_icon_box {
        padding: 50px 0 0 0;
    }
    .invest_icon_li {
        width: 100%;
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
        padding: 0;
    }
    .invest_icon_li:after {
        height: 1px;
        width: 100%;
        bottom: 1px !important;
    }
    .invest_icon_li:nth-child(1) {
        padding: 0;
    }
    .invest_icon_title span:nth-child(1) {
        font-size: 18px;
        padding-top: 10px;
    }
    .invest_icon_title span:nth-child(2) {
        padding: 10px 0 0 10px;
    }
    .invest_icon_title span:nth-child(2) {
        font-size: 16px;
    }
    .invest_icon_text {
        font-size: 12px;
        line-height: 22px;
        height: 64px;
        padding: 10px 0;
        color: #999;
    }
    .invest_icon_text p {
        color: #999;
    }
    .invest_icon_text a {
        color: #999;
    }
    .invest_icon_title span {
        line-height: 28px;
    }
    .header_li .pc_show:after {
        display: none;
    }
    .contact_wrap {
        padding: 50px 0;
    }
    .contact_mode_title {
        padding: 0;
    }
    .contact_mode_text {
        width: 100%;
    }
    .contact_mode_cn {
        font-size: 22px;
    }
    .contact_mode_en {
        font-size: 14px;
        padding-top: 5px;
    }
    .contact_mode_read {
        padding: 30px 0 30px 0;
    }
    .contact_read_text span:nth-child(1) {
        font-size: 20px;
        line-height: 24px;
    }
    .contact_read_text span:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }
    .contact_read_text {
        position: relative;
        padding: 0 0 10px 30px;
    }
    .contact_read_text span:nth-child(1) {
        width: 30px;
        position: absolute;
        left: 0;
        top: -1px;
    }
    .contact_mode_map {
        width: 100%;
    }
    .contact_list_li {
        width: 100%;
        margin: 0 0 20px 0 !important;
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
    }
    .contact_read_box {
        padding: 0 0 0 20px;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .contact_read_title {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    .contact_list_text {
        padding: 30px 0 0 0;
    }
    .contact_read_content {
        padding: 10px 0 0 0;
        font-size: 12px;
        line-height: 20px;
        height: auto;
    }
    .contact_li_read:after {
        display: none;
    }
    .contact_li_read {
        position: relative;
    }
    .contact_idea_li {
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 20px 20px;
    }
    .contact_idea_wrap {
        padding: 50px 0;
    }
    .contact_idea_icon {
        font-size: 30px;
    }
    .contact_idea_text {
        font-size: 20px;
        padding-left: 10px;
    }
    .contact_idea_title {
        line-height: 28px;
        padding-bottom: 15px;
    }
    .contact_idea_read {
        font-size: 14px;
        line-height: 22px;
        /*height: 56px;*/
        color: #999;
    }
    .contact_join_top {
        padding: 0;
    }
    .contact_top_title {
        font-size: 22px;
    }
    .contact_top_text {
        font-size: 14px;
        line-height: 28px;
        padding: 20px 0 20px 0;
    }
    .contact_mode_span:first-child {
        margin: 0;
    }
    .contact_mode_span span:first-child {
        font-size: 22px;
    }
    .contact_mode_span {
        font-size: 14px;
        line-height: 32px;
    }
    .contact_join_title span {
        font-size: 14px;
    }
    .join_list_title {
        width: 100%;
        display: table;
    }
    .join_list_text {
        display: table-cell;
        vertical-align: middle;
    }
    .join_list_title .join_list_text {
        font-size: 12px;
        line-height: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .join_list_title .join_list_text:nth-child(1), .join_list_title .join_list_text:nth-child(2) {
        padding-left: 10px;
    }
    .join_list_title .join_list_text:nth-child(1), .contact_join_title span:nth-child(1) {
        width: 44%;
    }
    .join_list_title .join_list_text:nth-child(2), .contact_join_title span:nth-child(2) {
        width: 30%;
    }
    .join_list_title .join_list_text:nth-child(3) {
        width: 26%;
    }
    .join_list_title .join_list_text:nth-child(1) {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .contact_join_title span {
        padding-left: 10px;
    }
    .contact_join_title {
        height: 40px;
        line-height: 40px;
    }
    .join_list_title {
        line-height: 40px;
    }
    .join_list_title .join_list_text:nth-child(3) .iconxia {
        margin-left: 0;
    }
    .join_list_title .join_list_text:nth-child(3) .iconxia {
        font-size: 14px;
    }
    .join_list_read {
        font-size: 12px;
        line-height: 22px;
        padding: 20px 20px;
    }
    .join_list_read p {
        font-size: 12px;
        line-height: 22px;
    }
    .about_button_box {
        width: 120px;
        height: 32px;
        line-height: 32px;
        margin: 30px 0 0 0;
    }
    .contact_join_box {
        padding: 30px 0 0 0;
    }
    .hide_button {
        position: absolute;
        font-size: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        cursor: pointer;
        outline: none;
        color: #0061ae;
        display: block;
    }
    .core_index_prev {
        left: 20px;
    }
    .core_index_next {
        right: 20px;
    }
    .contact_li_read:before {
        display: none;
    }
    .contact_list_li:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }
    .contact_map_box img {
        width: auto !important;
    }
    .wap_show {
        display: block !important;
    }
    @-webkit-keyframes jing_max {
        0% {
            width: 40px;
            height: 40px;
            opacity: 0;
        }
        25% {
            width: 52px;
            height: 52px;
            opacity: 0.6;
        }
        50% {
            width: 64px;
            height: 64px;
            opacity: .3;
        }
        75% {
            width: 80px;
            height: 80px;
            opacity: 0;
        }
        100% {
            width: 40px;
            height: 40px;
            opacity: 0;
        }
    }
    @keyframes jing_max {
        0% {
            width: 40px;
            height: 40px;
            opacity: 0;
        }
        25% {
            width: 52px;
            height: 52px;
            opacity: 0.6;
        }
        50% {
            width: 64px;
            height: 64px;
            opacity: .3;
        }
        75% {
            width: 80px;
            height: 80px;
            opacity: 0;
        }
        100% {
            width: 40px;
            height: 40px;
            opacity: 0;
        }
    }
    .about_video_button span {
        width: 40px;
        height: 40px;
    }
    .wchart_img {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 99;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .wchart_img span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 1;
    }
    .wchart_img img {
        width: 120px;
        height: 120px;
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
/*兼容稀奇古怪的屏幕*/
@media screen and (min-width: 1201px) and (max-width: 1320px) {
    .video_black_pop {
        width: 800px;
        height: 457px;
    }
    .about_swiper_read .swiper-slide {
        padding: 0 22px;
    }
    .about_swiper_img {
        padding-bottom: 46%;
    }
    .about_en_title {
        font-size: 48px;
    }
    .about_cn_title {
        font-size: 26px;
    }
    .about_swiper_box {
        margin: 90px 0 0 0;
    }
    .about_video_box {
        padding-bottom: 34%;
    }
    .width-auto {
        padding: 0 100px;
    }
    .header_logo {
        width: 151px;
    }
    .header_logo .code_text {
        bottom: 16px;
        line-height: 30px;
    }
    .header_logo .code_text .span1 {
        font-size: 13px;
    }
    .header_logo .code_text .span2 {
        font-size: 14px;
    }
    .header_wrap2 .header_logo {
        width: 200px;
    }
    .header_wrap.header_wrap_22 .header_logo {
        width: 200px;
    }
    .header_wrap.header_wrap2 .header_logo .code_text {
        bottom: 16px;
        line-height: 34px;
    }
    .header_wrap.header_wrap_22 .header_logo .code_text {
        bottom: 16px;
        line-height: 34px;
    }
    .header_wrap {
        height: 80px;
        padding: 0 0 0 191px;
    }
    .header_li {
        line-height: 80px;
        padding: 0 15px;
    }
    .header_language_box {
        padding: 0 15px;
        line-height: 80px;
    }
    .header_search_box {
        line-height: 80px;
    }
    .header_li .pc_show a, .header_language_text {
        font-size: 14px;
    }
    .header_language_icon {
        font-size: 18px !important;
    }
    .header_search_icon {
        margin: 0 15px;
        font-size: 18px !important;
    }
    .header_search_click {
        margin: 15px 0 15px 0 !important;
    }
    .header_search_input {
        margin: 15px -200px 15px 0;
        width: 200px;
        padding: 5px 60px 5px 0;
    }
    .header_wrap2 .header_search_input {
        margin: 15px -200px 15px 0;
    }
    .header_wrap.header_wrap_22 .header_search_input {
        margin: 15px -200px 15px 0;
    }
    .header_search_input input {
        font-size: 14px;
    }
    .header_search_submit {
        width: 40px;
        right: 10px;
        font-size: 12px;
    }
    .header_search_hide:after {
        width: 17px;
    }
    .header_search_hide:before {
        width: 17px;
    }
    .header_wrap2 .header_logo {
        padding: 20px 0;
    }
    .header_wrap.header_wrap_22 .header_logo {
        padding: 20px 0;
    }
    .header_language_list {
        top: 80px;
    }
    .header_language_li {
        line-height: 40px;
    }
    .header_wrap2 .header_language_li {
        line-height: 40px;
    }
    .header_wrap.header_wrap_22 .header_language_li {
        line-height: 40px;
    }
    .banner_title {
        font-size: 42px;
    }
    .banner_en {
        font-size: 24px;
    }
    .banner_text {
        font-size: 24px;
    }
    .banner_button_title {
        height: 40px;
        line-height: 40px;
        width: 140px;
        font-size: 14px;
    }
    .banner_button {
        margin-top: 40px;
    }
    .banner_icon {
        line-height: 40px;
        height: 40px;
    }
    .banner-box .swiper-pagination-bullets {
        bottom: 20px !important;
    }
    .business_index_icon {
        font-size: 86px;
    }
    .iconzidonghuashebeipeijian {
        font-size: 100px;
    }
    .business_index_box a {
        padding: 20px 0;
    }
    .business_index_title {
        font-size: 18px;
        line-height: 40px;
    }
    .top_transform {
        -webkit-transform: translateY(-122px) !important;
        transform: translateY(-122px) !important;
    }
    .index_title_en {
        font-size: 45px;
    }
    .index_title_cn {
        font-size: 26px;
    }
    .faq_tab_title {
        font-size: 16px;
    }
    .faq_tab_icon {
        font-size: 24px;
    }
    .icondianchi1 {
        font-size: 19px;
    }
    .iconcar_hy {
        font-size: 39px;
    }
    .iconyiliaojiankang {
        font-size: 26px;
    }
    .iconwuliudaiqujian {
        font-size: 22px;
    }
    .faq_read_title {
        font-size: 22px;
        line-height: 28px;
        height: 28px;
        margin-top: 5px;
        padding-left: 16px;
    }
    .faq_read_title:after {
        width: 4px;
    }
    .faq_read_right {
        padding-left: 40px;
    }
    .faq_read_text {
        line-height: 28px;
        margin: 10px 0 15px 0;
    }
    .faq_lable span, .faq_read_text, .faq_read_box {
        font-size: 14px;
    }
    .faq_read_box {
        line-height: 24px;
        height: 168px;
    }
    .about_kr_text {
        padding-top: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .bout_kr_number {
        margin-top: 30px;
    }
    .about_number_span {
        font-size: 66px;
    }
    .bout_kr_img {
        padding-bottom: 50%;
    }
    .about_kr_read {
        padding: 0 80px;
    }
    .faq_read_button {
        padding-top: 20px;
    }
    .faq_button_li {
        line-height: 36px;
        height: 36px;
        width: 120px;
    }
    .faq_button_li a {
        font-size: 14px;
    }
    .faq_button_black a span {
        line-height: 36px;
    }
    .faq_tab_box {
        margin-top: 40px;
    }
    .faq_tab_wrap {
        padding: 30px 0 120px 0;
    }
    .about_number_read {
        font-size: 14px;
    }
    .index_pd {
        padding: 120px 0;
    }
    .header_language_box:after {
        display: none;
    }
    .footer_right {
        width: 30%;
        font-size: 13px;
    }
    .footer_left {
        width: 70%;
        font-size: 13px;
    }
    .footer_li a {
        font-size: 14px;
        line-height: 34px;
    }
    .footer_title {
        font-size: 18px;
    }
    .footer_share {
        margin-right: 26px;
    }
    .news_label_left span {
        font-size: 13px;
        padding-right: 48px;
    }
    .news_read_left {
        padding-right: 41px;
        width: 72%;
    }
    .news_read_right {
        width: 28%;
        padding-left: 40px;
    }
    .news_label_right span:nth-child(1) {
        font-size: 13px;
    }
    .news_label_right span {
        padding-left: 10px;
    }
    .news_label_right span a {
        font-size: 18px;
    }
    .news_label_right span a.iconwchart,
    .news_label_right span a.iconsina {
        font-size: 20px;
    }
    .news_read_bjq p {
        font-size: 13px;
        line-height: 26px;
    }
    .news_similar_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news_similar_text {
        font-size: 13px;
        line-height: 24px;
    }
    .news_read_prev a,
    .news_read_next a {
        font-size: 14px;
    }
    .news_read_prev span:nth-child(1),
    .news_read_next span:nth-child(2) {
        font-size: 22px;
    }
    .core_index_li {
        padding: 20px 0;
    }
    .navigation_li a {
        font-size: 14px;
        margin: 0 24px;
    }
    .faq_content_title {
        line-height: 32px;
    }
    .faq_read_icon .faq_lable .iconduigou {
        font-size: 16px;
    }
    .faq_title_left a .iconcar_hy {
        font-size: 38px !important;
    }
    .faq_title_left a .faq_title_icon {
        font-size: 24px;
    }
    .faq_content_right {
        padding-left: 40px;
    }
    .video_black_pop {
        width: 800px;
        height: 457px;
    }
}
/*兼容笔记本*/
@media screen and (min-width: 1321px) and (max-width: 1600px) {
    .about_swiper_box:after {
        top: 76px;
    }
    .width-auto {
        padding: 0 140px;
    }
    .width-auto {
        padding: 0 100px;
    }
    .header_logo {
        width: 300px;
        padding: 15px 0;
    }
    .header_down_left .header_down_box {
        margin-right: 100px;
    }
    .header_logo .code_text {
        bottom: 13px;
    }
    .header_wrap2 .header_logo {
        width: 200px;
    }
    .header_wrap.header_wrap2 .header_logo .code_text {
        bottom: 10px;
    }
    .header_wrap.header_wrap_22 .header_logo {
        width: 151px;
    }
    .header_wrap.header_wrap_22 .header_logo .code_text {
        bottom: 10px;
    }
    .header_wrap {
        height: 80px;
        padding: 0 0 0 191px;
    }
    .header_li {
        line-height: 80px;
        padding: 0 20px;
    }
    .header_wrap2 .header_li {
        line-height: 70px;
    }
    .header_wrap2 .header_language_box {
        line-height: 70px;
    }
    .header_wrap2 .header_search_box {
        line-height: 70px;
    }
    .header_wrap.header_wrap_22 .header_li {
        line-height: 70px;
    }
    .header_wrap.header_wrap_22 .header_language_box {
        line-height: 70px;
    }
    .header_wrap.header_wrap_22 .header_search_box {
        line-height: 70px;
    }
    .header_language_box {
        padding: 0 20px;
        line-height: 80px;
    }
    .header_search_box {
        line-height: 80px;
    }
    .header_li .pc_show a, .header_language_text {
        font-size: 14px;
    }
    .header_language_icon {
        font-size: 18px !important;
    }
    .header_search_icon {
        margin: 0 15px;
        font-size: 18px !important;
    }
    .header_search_input {
        margin: 15px -200px 15px 0 !important;
        width: 200px;
        padding: 5px 60px 5px 0;
    }
    .header_search_click {
        margin: 15px 0 15px 0 !important;
    }
    .header_wrap2 .header_search_input {
        margin: 10px -200px 10px 0 !important;
    }
    .header_wrap2 .header_search_click {
        margin: 10px 0 10px 0 !important;
    }
    .header_wrap2 .header_language_list {
        top: 70px;
    }
    .header_wrap.header_wrap_22 .header_search_input {
        margin: 10px -200px 10px 0 !important;
    }
    .header_wrap.header_wrap_22 .header_search_click {
        margin: 10px 0 10px 0 !important;
    }
    .header_wrap.header_wrap_22 .header_language_list {
        top: 70px;
    }
    .header_search_input input {
        font-size: 14px;
    }
    .header_search_submit {
        width: 40px;
        right: 10px;
        font-size: 12px;
    }
    .header_search_hide:after {
        width: 17px;
    }
    .header_search_hide:before {
        width: 17px;
    }
    .header_language_list {
        top: 80px;
    }
    .header_language_li {
        line-height: 40px;
    }
    .header_wrap2 .header_language_li {
        line-height: 40px;
    }
    .header_wrap2 {
        height: 70px;
    }
    .header_wrap.header_wrap_22 .header_language_li {
        line-height: 40px;
    }
    .header_wrap.header_wrap_22 {
        height: 70px;
    }
    .banner_title {
        font-size: 48px;
        padding-bottom: 5px;
    }
    .banner_en {
        font-size: 26px;
    }
    .banner_text {
        font-size: 25px;
        padding-top: 20px;
    }
    .banner_button_title {
        width: 140px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .banner_button {
        margin-top: 40px;
    }
    .banner_icon {
        line-height: 40px;
        height: 40px;
    }
    .business_index_box a {
        padding: 20px 0;
    }
    .business_index_icon {
        font-size: 76px;
    }
    .business_index_title {
        font-size: 18px;
        line-height: 48px;
        padding: 10px 0 0 0;
    }
    .iconzidonghuashebeipeijian {
        font-size: 90px;
    }
    .index_title_en {
        font-size: 45px;
    }
    .index_title_cn {
        font-size: 26px;
    }
    .faq_tab_title {
        font-size: 16px;
    }
    .faq_tab_icon {
        font-size: 24px;
    }
    .icondianchi1 {
        font-size: 20px;
    }
    .iconcar_hy {
        font-size: 38px;
    }
    .iconyiliaojiankang {
        font-size: 26px;
    }
    .iconwuliudaiqujian {
        font-size: 20px;
    }
    .faq_read_title {
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
        height: 30px;
        padding-left: 16px;
    }
    .faq_read_title:after {
        width: 4px;
    }
    .faq_read_text {
        margin: 10px 0 20px 0;
        font-size: 14px;
        line-height: 32px;
    }
    .faq_read_box {
        font-size: 14px;
        line-height: 26px;
        height: 182px;
    }
    .faq_read_button {
        padding-top: 30px;
    }
    .faq_button_li {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .faq_button_black a span {
        line-height: 42px;
    }
    .faq_tab_wrap {
        padding: 40px 0 130px 0;
    }
    .top_transform {
        -webkit-transform: translateY(-121px) !important;
        transform: translateY(-121px) !important;
    }
    .faq_tab_box {
        margin-top: 40px;
    }
    .about_kr_text {
        padding-top: 30px;
        font-size: 16px;
        line-height: 32px;
    }
    .bout_kr_number {
        margin-top: 40px;
    }
    .about_number_span {
        font-size: 80px;
    }
    .about_number_read {
        font-size: 16px;
    }
    .bout_kr_img {
        padding-bottom: 50%;
    }
    .core_index_icon {
        font-size: 54px;
    }
    .icontubiao- {
        font-size: 68px !important;
    }
    .core_index_text {
        padding-top: 10px;
        font-size: 14px;
        line-height: 30px;
    }
    .index_pd {
        padding: 130px 0;
    }
    .banner_index_title {
        font-size: 40px;
    }
    .banner_index_text {
        font-size: 30px;
    }
    .news_index_title {
        padding: 20px 0 10px 0;
    }
    .news_index_title a {
        font-size: 20px;
    }
    .news_index_text {
        font-size: 13px;
        line-height: 24px;
    }
    .news_index_button {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .news_index_button a {
        font-size: 16px;
    }
    .footer_title {
        font-size: 18px;
    }
    .footer_li a {
        font-size: 15px;
        line-height: 32px;
    }
    .footer_share {
        font-size: 26px;
    }
    .footer_ul .icontw {
        font-size: 21px;
    }
    .footer_ul .iconyoutube {
        font-size: 24px;
    }
    .about_number_icon {
        font-size: 22px;
    }
    .about_kr_a {
        width: 130px;
        height: 40px;
    }
    .about_kr_a a {
        line-height: 38px;
        font-size: 15px;
    }
    .top_show {
        height: 50px;
    }
    .return_top {
        width: 50px;
        line-height: 50px;
    }
    .faq_lable .iconduigou {
        font-size: 18px;
    }
    .core_index_title {
        font-size: 18px;
    }
    .header_down_title {
        font-size: 20px;
    }
    .header_down_li, .header_down_button, .header_down_more {
        height: 32px;
    }
    .header_down_li a {
        font-size: 14px !important;
        line-height: 32px;
    }
    .header_down_right .header_down_ul {
        min-height: 128px;
        max-height: 128px;
    }
    .header_down_button a, .header_down_more a {
        line-height: 32px;
    }
    .header_down_button .header_span, .header_service_icon, .header_down_li a span, .header_down_more a span {
        font-size: 14px;
    }
    .page_banner_title {
        font-size: 32px;
    }
    .page_banner_text {
        font-size: 34px;
    }
    .navigation_li a {
        font-size: 16px;
        margin: 0 36px;
    }
    .about_box_index1 {
        padding: 130px 0 0 0
    }
    .about_en_title, .service_banner_title {
        font-size: 45px;
    }
    .about_cn_title, .service_banner_cn {
        font-size: 26px;
        line-height: 36px;
    }
    .about_read_wrap {
        font-size: 14px;
        line-height: 28px;
        height: 168px;
    }
    .about_button_box {
        width: 130px;
        height: 40px;
        line-height: 40px;
        margin: 40px 0 0 0;
    }
    .about_button_text {
        font-size: 14px;
    }
    .about_video_box {
        padding-bottom: 30%;
    }
    .about_video_title {
        font-size: 32px;
    }
    .about_video_text {
        color: #ffffff;
        font-size: 26px;
        padding: 10px 0;
    }
    .about_video_button {
        font-size: 60px;
        line-height: 60px;
    }
    .about_culture_icon {
        font-size: 100px;
    }
    .about_culture_title {
        margin: 30px 0 15px 0;
        font-size: 24px;
    }
    .about_culture_text {
        font-size: 14px;
        line-height: 28px;
    }
    .about_swiper_box {
        margin: 70px 0;
    }
    .about_swiper_text {
        line-height: 28px;
        font-size: 13px;
    }
    .about_swiper_read .swiper-slide {
        padding: 0 40px;
    }
    .about_swiper_img {
        padding-bottom: 46%;
    }
    .about_title_text {
        font-size: 14px;
        line-height: 28px;
        padding: 20px 140px 0 140px;
    }
    .about_img_read {
        padding: 20px;
    }
    .about_img_title {
        font-size: 18px;
        line-height: 36px;
    }
    .about_img_text {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }
    .about_news_title {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .about_news_text {
        font-size: 14px;
    }
    .page_content_bjq {
        padding: 0 80px;
        font-size: 14px;
        line-height: 28px;
    }
    .page_content_title {
        font-size: 26px;
        line-height: 30px;
    }
    .devices_title {
        height: 60px;
        line-height: 60px;
    }
    .devices_title {
        font-size: 16px;
    }
    .device_pop_box {
        width: 960px;
    }
    .device_pop_title {
        font-size: 20px;
        line-height: 70px;
        padding-left: 40px;
    }
    #devices_pop_wrap .device_pop_read .device_pop_span:nth-child(2) {
        height: 292px;
    }
    .device_pop_text {
        padding: 20px;
    }
    .device_pop_text {
        min-height: 292px;
    }
    .device_pop_text {
        font-size: 14px;
        line-height: 28px;
    }
    .faq_content_right {
        padding-left: 40px;
    }
    .faq_content_title {
        line-height: 50px;
    }
    .faq_title_left .faq_title_text {
        font-size: 24px;
    }
    .faq_title_left a .faq_title_icon {
        font-size: 28px;
    }
    .faq_read_icon, .faq_read_icon .faq_lable span {
        font-size: 14px;
    }
    .faq_read_icon .faq_lable .iconduigou {
        padding: 0 5px 0 10px;
    }
    .faq_bjq_content {
        font-size: 14px;
        line-height: 28px;
    }
    .faq_bjq_content p {
        font-size: 14px;
        line-height: 28px;
    }
    .faq_bjq_text {
        font-size: 32px;
        line-height: 32px;
    }
    .article_title, .service_content_title {
        font-size: 28px;
        line-height: 32px;
    }
    .article_text, .service_content_text {
        font-size: 14px;
        line-height: 30px;
    }
    .article_box_title {
        font-size: 24px;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .article_box_text, .service_banner_ext {
        font-size: 14px;
        line-height: 28px;
    }
    .article_list_li {
        padding: 60px 0;
    }
    .article_list_li:first-child {
        padding: 0 0 60px 0;
    }
    .article_box_title:after {
        width: 28px;
    }
    .article_wrap {
        padding: 0 0 130px 0;
    }
    .article_pi_box {
        width: 500px;
        height: 500px;
    }
    .article_text_li {
        font-size: 14px;
    }
    .core_text_list, .service_content_box {
        padding: 0 80px;
    }
    .core_text_read {
        font-size: 12px;
        line-height: 22px;
    }
    .core_text_title {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .core_max_img {
        padding-bottom: 50%;
    }
    .core_brief_wrap {
        padding: 130px 0;
    }
    .core_brief_title {
        font-size: 30px;
        line-height: 50px;
    }
    .core_brief_text, .service_content_read {
        font-size: 14px;
        line-height: 28px;
    }
    .core_button_box {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .core_button_box a {
        font-size: 14px;
    }
    .faq_bjq_wrap {
        padding: 80px 0 130px 0;
    }
    .service_content_title {
        padding-bottom: 30px;
    }
    .service_left_icon {
        font-size: 70px;
    }
    .service_list_left .iconfuwu1 {
        font-size: 63px;
    }
    .service_list_left .iconshehuiguanai {
        font-size: 74px;
    }
    .service_list_left .icontubiaozhizuomoban-- {
        font-size: 102px;
    }
    .service_right_title {
        font-size: 26px;
    }
    .service_right_text {
        font-size: 16px;
        line-height: 32px;
    }
    .service_list_li {
        padding: 30px 0;
    }
    .service_list_wrap {
        padding: 40px 0 130px 0;
    }
    .net_tab_button {
        padding-bottom: 60px;
    }
    .select_read_box {
        padding: 20px 0 21px 0;
    }
    .select_read_title {
        font-size: 14px;
        line-height: 28px;
    }
    .select_read_text {
        font-size: 12px;
        line-height: 20px;
    }
    .select_list_read {
        padding: 0 20px;
        height: 387px;
    }
    .swiper_china_left {
        padding: 0 80px;
    }
    .select_list_title {
        font-size: 14px;
    }
    .swiper_china_select {
        line-height: 40px;
    }
    .select_list_icon {
        line-height: 40px;
        font-size: 14px;
    }
    .net_tab_select, .page_down_li, .page_product_li {
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    .swiper_world_box {
        padding: 0 70px 40px 70px;
    }
    .swiper_text_title {
        font-size: 14px;
    }
    .swiper_text_read {
        font-size: 12px;
        line-height: 22px;
    }
    .net_wrap {
        padding: 65px 0;
    }
    .swiper_world_content {
        padding: 0 0 65px 0;
    }
    .page_down_search {
        height: 60px;
        margin: 60px 0 40px 0;
        padding: 0 60px 0 0;
    }
    .down_search_input {
        line-height: 30px;
        padding: 15px 20px;
        font-size: 14px;
    }
    .down_search_button {
        width: 60px;
        font-size: 24px;
        line-height: 58px;
    }
    .page_down_title span:nth-child(1), .page_down_read span:nth-child(1) {
        padding-left: 40px;
    }
    .page_down_title span, .page_down_read span {
        font-size: 14px;
    }
    .page_down_title, .page_down_read {
        line-height: 58px;
    }
    .page_down_content {
        margin: 0 0 60px 0;
    }
    .page_down_wrap {
        padding: 60px 0 130px 0;
    }
    .product_list_title {
        font-size: 16px;
        line-height: 32px;
    }
    .product_list_text {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }
    .page_pro_wrap {
        padding: 60px 0 130px 0;
    }
    .pro_read_nav {
        line-height: 60px;
        font-size: 14px;
    }
    .pro_read_nav a {
        font-size: 14px;
    }
    .pro_read_title {
        font-size: 26px;
        line-height: 32px;
    }
    .pro_read_label {
        padding: 20px 0 21px 0;
    }
    .pro_read_text {
        font-size: 14px;
        line-height: 28px;
        max-height: 84px;
        margin: 20px 0;
    }
    .pro_read_content {
        padding: 60px 0 80px 0;
    }
    .pro_bjq_box {
        padding: 60px;
    }
    .pro_bjq_title {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        padding: 0 20px;
        margin: 0 0 20px 0;
    }
    .pro_bjq_content p {
        font-size: 14px;
        line-height: 28px;
    }
    .invest_wrap {
        padding: 130px 0;
    }
    .invest_list_li:first-child {
        line-height: 59px;
    }
    .invest_list_li {
        line-height: 58px;
    }
    .invest_list_li .invest_list_title, .invest_list_li .invest_list_icon, .invest_list_li .invest_list_time {
        font-size: 14px;
    }
    .report_list_content {
        padding: 0 15px;
    }
    .report_list_title a {
        line-height: 28px;
        font-size: 16px;
    }
    .report_list_text {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 0 20px 0;
        height: 74px;
    }
    .report_list_wrap {
        padding: 0 0 60px 0;
    }
    .invest_input_text {
        font-size: 14px;
        line-height: 28px;
    }
    .invest_input_text {
        font-size: 14px;
        line-height: 28px;
        padding: 10px 80px 25px 80px;
    }
    .invest_input_box {
        padding: 60px 130px;
        font-size: 0;
    }
    .invest_input_read, .invest_textarea_read {
        padding: 0 0 30px 130px;
    }
    .invest_input_read span, .invest_textarea_read span {
        font-size: 14px;
        width: 130px;
        line-height: 36px;
    }
    .invest_input_read input {
        font-size: 14px;
        line-height: 34px;
    }
    .invest_textarea_read textarea {
        padding: 5px 20px;
        line-height: 24px;
        font-size: 14px;
        height: 106px;
    }
    .invest_form_button {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .invest_icon_box {
        padding: 140px 0 0 0;
    }
    .invest_icon_li:nth-child(1) {
        padding: 0 60px 0 0;
    }
    .invest_icon_li {
        padding: 0 60px;
    }
    .invest_icon_title span:nth-child(1) {
        font-size: 24px;
    }
    .invest_icon_title span:nth-child(2) {
        font-size: 20px;
    }
    .invest_icon_text {
        font-size: 14px;
        line-height: 24px;
        height: 58px;
    }
    .invest_icon_title span.iconxinxiang {
        font-size: 18px;
    }
    .contact_mode_title {
        padding: 20px 0 0 0;
    }
    .contact_mode_cn {
        font-size: 28px;
    }
    .contact_mode_en {
        font-size: 16px;
    }
    .contact_mode_read {
        padding: 60px 0 0 0;
    }
    .contact_read_text span:nth-child(1) {
        font-size: 24px;
        line-height: 28px;
    }
    .contact_read_text span:nth-child(2) {
        font-size: 14px;
        line-height: 28px;
    }
    .contact_read_box {
        padding: 0 20px;
    }
    .contact_read_title {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .contact_read_content {
        padding: 15px 0 0 0;
        font-size: 13px;
        line-height: 28px;
        height: 132px;
        white-space: normal;
    }
    .contact_read_title:after {
        width: 36px;
    }
    .contact_list_text {
        padding: 40px 0 0 0;
    }
    .contact_wrap {
        padding: 80px 0 130px 0;
    }
    .contact_idea_li {
        padding: 50px;
    }
    .contact_idea_icon {
        font-size: 50px;
    }
    .contact_idea_text {
        font-size: 24px;
    }
    .contact_idea_read {
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }
    .contact_idea_wrap {
        padding: 60px 0 130px 0;
    }
    .contact_join_top {
        padding: 0 140px;
    }
    .contact_top_title {
        font-size: 28px;
    }
    .contact_top_text {
        font-size: 14px;
        line-height: 28px;
    }
    .contact_mode_span span:first-child {
        font-size: 24px;
    }
    .contact_mode_span {
        font-size: 14px;
        line-height: 30px;
    }
    .contact_join_title span, .join_list_title .join_list_text {
        font-size: 16px;
    }
    .contact_join_title {
        height: 50px;
        line-height: 50px;
    }
    .join_list_title {
        line-height: 50px;
    }
    .join_list_read {
        font-size: 14px;
        line-height: 32px;
    }
    .join_list_read p {
        font-size: 14px;
        line-height: 28px;
    }
    .join_list_title .join_list_text:nth-child(3) a span:nth-child(2) {
        font-size: 14px;
        margin-left: 20px;
    }
    .news_list_wrap {
        padding: 40px 0 0 0;
    }
    .news_read_left {
        padding-right: 61px;
    }
    .news_label_left span {
        font-size: 14px;
        line-height: 28px;
    }
    .news_label_right span:nth-child(1) {
        font-size: 14px;
    }
    .news_label_right span {
        font-size: 18px;
        padding-left: 16px;
    }
    .news_label_right span a.iconsina, .news_label_right span a.iconwchart {
        font-size: 20px;
    }
    .news_label_right span a {
        font-size: 18px;
    }
    .news_read_title {
        font-size: 28px;
        line-height: 36px;
    }
    .news_read_label {
        padding: 20px 0 30px 0;
    }
    .news_read_bjq h3 {
        font-size: 14px;
        line-height: 28px;
    }
    .news_read_bjq p {
        font-size: 14px;
        line-height: 28px;
    }
    .news_read_bjq {
        font-size: 14px;
        line-height: 28px;
        padding: 0 0 60px 0;
    }
    .news_read_content {
        padding: 100px 0 130px 0;
    }
    .news_read_page {
        padding: 30px 0;
    }
    .news_read_prev span:nth-child(1), .news_read_next span:nth-child(2) {
        font-size: 22px;
    }
    .news_read_prev a, .news_read_next a {
        font-size: 16px;
    }
    .news_read_list a {
        line-height: 32px;
        font-size: 28px;
    }
    .news_right_title {
        font-size: 28px;
        line-height: 36px;
    }
    .news_right_list {
        padding: 30px 0 0 0;
    }
    .news_similar_title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .news_similar_text {
        font-size: 14px;
        line-height: 24px;
    }
    .video_black_pop {
        width: 800px;
        height: 457px;
    }
    @-webkit-keyframes jing_max {
        0% {
            width: 48px;
            height: 48px;
            opacity: 0;
        }
        25% {
            width: 62px;
            height: 62px;
            opacity: 0.6;
        }
        50% {
            width: 76px;
            height: 76px;
            opacity: .3;
        }
        75% {
            width: 96px;
            height: 96px;
            opacity: 0;
        }
        100% {
            width: 48px;
            height: 48px;
            opacity: 0;
        }
    }
    @keyframes jing_max {
        0% {
            width: 48px;
            height: 48px;
            opacity: 0;
        }
        25% {
            width: 62px;
            height: 62px;
            opacity: 0.6;
        }
        50% {
            width: 76px;
            height: 76px;
            opacity: .3;
        }
        75% {
            width: 96px;
            height: 96px;
            opacity: 0;
        }
        100% {
            width: 48px;
            height: 48px;
            opacity: 0;
        }
    }
    .about_video_button span {
        width: 48px;
        height: 48px;
    }
    .footer_right {
        width: 30%;
    }
    .footer_left {
        width: 70%;
    }
}
/*兼容稀奇古怪尺寸*/
@media screen and (min-width: 1601px) and (max-width: 1850px) {
    /*.width-auto {*/
    /*padding: 0 160px;*/
    /*}*/
    /*.header_li {*/
    /*padding: 0 25px;*/
    /*}*/
    /*.header_language_box {*/
    /*padding: 0 25px;*/
    /*}*/
    /*.header_search_icon {*/
    /*margin: 0 25px;*/
    /*}*/
    /*.header_search_input input {*/
    /*font-size: 14px;*/
    /*}*/
    /*.header_li .pc_show a {*/
    /*font-size: 14px;*/
    /*}*/
    /*.header_language_text {*/
    /*font-size: 14px;*/
    /*}*/
    /*.header_language_icon {*/
    /*font-size: 20px !important;*/
    /*}*/
    /*.header_search_input {*/
    /*margin: 25px -240px 25px 0 !important;*/
    /*width: 240px;*/
    /*padding: 5px 90px 5px 0;*/
    /*}*/
    /*.header_search_icon {*/
    /*font-size: 20px !important;*/
    /*}*/
    /*.header_search_click {*/
    /*margin: 25px 0 25px 0 !important;*/
    /*}*/
    /*.header_wrap2 .header_search_input {*/
    /*margin: 10px -240px 10px 0 !important;*/
    /*}*/
    /*.header_wrap2 .header_search_click {*/
    /*margin: 15px 0 15px 0 !important;*/
    /*}*/
    /*.banner_title {*/
    /*font-size: 48px;*/
    /*}*/
    /*.banner_en {*/
    /*font-size: 26px;*/
    /*}*/
    /*.banner_text {*/
    /*font-size: 26px;*/
    /*padding-top: 20px;*/
    /*}*/
    /*.banner_button_title {*/
    /*width: 150px;*/
    /*font-size: 14px;*/
    /*line-height: 40px;*/
    /*height: 40px;*/
    /*}*/
    /*.banner_icon {*/
    /*width: 40px;*/
    /*line-height: 40px;*/
    /*height: 40px;*/
    /*}*/
    /*.business_index_box a {*/
    /*padding: 30px 0;*/
    /*}*/
    /*.business_index_icon {*/
    /*font-size: 80px;*/
    /*}*/
    /*.iconzidonghuashebeipeijian {*/
    /*font-size: 94px;*/
    /*}*/
    /*.business_index_title {*/
    /*font-size: 20px;*/
    /*line-height: 54px;*/
    /*}*/
    /*.top_transform {*/
    /*-webkit-transform: translateY(-140px) !important;*/
    /*transform: translateY(-140px) !important;*/
    /*}*/
    /*.index_title_en {*/
    /*font-size: 48px;*/
    /*}*/
    /*.index_title_cn {*/
    /*font-size: 26px;*/
    /*}*/
    .about_swiper_box:after {
        top: 76px;
    }
    .width-auto {
        padding: 0 140px;
    }
    .width-auto {
        padding: 0 100px;
    }
    .header_logo {
        width: 300px;
        padding: 15px 0;
    }
    .header_wrap2 .header_logo {
        width: 200px;
    }
    .header_wrap.header_wrap_22 .header_logo {
        width: 200px;
    }
    .header_wrap {
        height: 80px;
        padding: 0 0 0 191px;
    }
    .header_li {
        line-height: 80px;
        padding: 0 20px;
    }
    .header_wrap2 .header_li {
        line-height: 70px;
    }
    .header_wrap2 .header_language_box {
        line-height: 70px;
    }
    .header_wrap2 .header_search_box {
        line-height: 70px;
    }
    .header_wrap.header_wrap_22.header_li {
        line-height: 70px;
    }
    .header_wrap.header_wrap_22.header_language_box {
        line-height: 70px;
    }
    .header_wrap.header_wrap_22.header_search_box {
        line-height: 70px;
    }
    .header_language_box {
        padding: 0 20px;
        line-height: 80px;
    }
    .header_search_box {
        line-height: 80px;
    }
    .header_li .pc_show a, .header_language_text {
        font-size: 14px;
    }
    .header_language_icon {
        font-size: 18px !important;
    }
    .header_search_icon {
        margin: 0 15px;
        font-size: 18px !important;
    }
    .header_search_input {
        margin: 15px -200px 15px 0 !important;
        width: 200px;
        padding: 5px 60px 5px 0;
    }
    .header_search_click {
        margin: 15px 0 15px 0 !important;
    }
    .header_wrap2 .header_search_input {
        margin: 10px -200px 10px 0 !important;
    }
    .header_wrap2 .header_search_click {
        margin: 10px 0 10px 0 !important;
    }
    .header_wrap2 .header_language_list {
        top: 70px;
    }
    .header_wrap.header_wrap_22 .header_search_input {
        margin: 10px -200px 10px 0 !important;
    }
    .header_wrap.header_wrap_22 .header_search_click {
        margin: 10px 0 10px 0 !important;
    }
    .header_wrap.header_wrap_22 .header_language_list {
        top: 70px;
    }
    .header_search_input input {
        font-size: 14px;
    }
    .header_search_submit {
        width: 40px;
        right: 10px;
        font-size: 12px;
    }
    .header_search_hide:after {
        width: 17px;
    }
    .header_search_hide:before {
        width: 17px;
    }
    .header_language_list {
        top: 80px;
    }
    .header_language_li {
        line-height: 40px;
    }
    .header_wrap2 .header_language_li {
        line-height: 40px;
    }
    .header_wrap2 {
        height: 70px;
    }
    .header_wrap.header_wrap_22 .header_language_li {
        line-height: 40px;
    }
    .header_wrap.header_wrap_22 {
        height: 70px;
    }
    .banner_title {
        font-size: 48px;
        padding-bottom: 5px;
    }
    .banner_en {
        font-size: 26px;
    }
    .banner_text {
        font-size: 25px;
        padding-top: 20px;
    }
    .banner_button_title {
        width: 140px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .banner_button {
        margin-top: 40px;
    }
    .banner_icon {
        line-height: 40px;
        height: 40px;
    }
    .business_index_box a {
        padding: 20px 0;
    }
    .business_index_icon {
        font-size: 76px;
    }
    .business_index_title {
        font-size: 18px;
        line-height: 48px;
        padding: 0 0 0 0;
    }
    .iconzidonghuashebeipeijian {
        font-size: 90px;
    }
    .index_title_en {
        font-size: 45px;
    }
    .index_title_cn {
        font-size: 26px;
    }
    .faq_tab_title {
        font-size: 16px;
    }
    .faq_tab_icon {
        font-size: 24px;
    }
    .icondianchi1 {
        font-size: 20px;
    }
    .iconcar_hy {
        font-size: 38px;
    }
    .iconyiliaojiankang {
        font-size: 26px;
    }
    .iconwuliudaiqujian {
        font-size: 20px;
    }
    .faq_read_title {
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
        height: 30px;
        padding-left: 16px;
    }
    .faq_read_title:after {
        width: 4px;
    }
    .faq_read_text {
        margin: 10px 0 20px 0;
        font-size: 14px;
        line-height: 32px;
    }
    .faq_read_box {
        font-size: 14px;
        line-height: 26px;
        height: 182px;
    }
    .faq_read_button {
        padding-top: 30px;
    }
    .faq_button_li {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .faq_button_black a span {
        line-height: 42px;
    }
    .faq_tab_wrap {
        padding: 40px 0 130px 0;
    }
    .top_transform {
        -webkit-transform: translateY(-117px) !important;
        transform: translateY(-117px) !important;
    }
    .faq_tab_box {
        margin-top: 40px;
    }
    .about_kr_text {
        padding-top: 30px;
        font-size: 16px;
        line-height: 32px;
    }
    .bout_kr_number {
        margin-top: 40px;
    }
    .about_number_span {
        font-size: 80px;
    }
    .about_number_read {
        font-size: 16px;
    }
    .bout_kr_img {
        padding-bottom: 50%;
    }
    .core_index_icon {
        font-size: 54px;
    }
    .icontubiao- {
        font-size: 68px !important;
    }
    .core_index_text {
        padding-top: 10px;
        font-size: 14px;
        line-height: 30px;
    }
    .index_pd {
        padding: 130px 0;
    }
    .banner_index_title {
        font-size: 40px;
    }
    .banner_index_text {
        font-size: 30px;
    }
    .news_index_title {
        padding: 20px 0 10px 0;
    }
    .news_index_title a {
        font-size: 20px;
    }
    .news_index_text {
        font-size: 13px;
        line-height: 24px;
    }
    .news_index_button {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .news_index_button a {
        font-size: 16px;
    }
    .footer_title {
        font-size: 18px;
    }
    .footer_li a {
        font-size: 15px;
        line-height: 32px;
    }
    .footer_share {
        font-size: 26px;
    }
    .footer_ul .icontw {
        font-size: 21px;
    }
    .footer_ul .iconyoutube {
        font-size: 24px;
    }
    .about_number_icon {
        font-size: 22px;
    }
    .about_kr_a {
        width: 130px;
        height: 40px;
    }
    .about_kr_a a {
        line-height: 38px;
        font-size: 15px;
    }
    .top_show {
        height: 50px;
    }
    .return_top {
        width: 50px;
        line-height: 50px;
    }
    .faq_lable .iconduigou {
        font-size: 18px;
    }
    .core_index_title {
        font-size: 18px;
    }
    .header_down_title {
        font-size: 20px;
    }
    .header_down_li, .header_down_button, .header_down_more {
        height: 32px;
    }
    .header_down_li a {
        font-size: 14px !important;
        line-height: 32px;
    }
    .header_down_right .header_down_ul {
        min-height: 128px;
        max-height: 128px;
    }
    .header_down_button a, .header_down_more a {
        line-height: 32px;
    }
    .header_down_button .header_span, .header_service_icon, .header_down_li a span, .header_down_more a span {
        font-size: 14px;
    }
    .page_banner_title {
        font-size: 32px;
    }
    .page_banner_text {
        font-size: 34px;
    }
    .navigation_li a {
        font-size: 16px;
        margin: 0 36px;
    }
    .about_box_index1 {
        padding: 130px 0 0 0
    }
    .about_en_title, .service_banner_title {
        font-size: 45px;
    }
    .about_cn_title, .service_banner_cn {
        font-size: 26px;
        line-height: 36px;
    }
    .about_read_wrap {
        font-size: 14px;
        line-height: 28px;
        height: 168px;
    }
    .about_button_box {
        width: 130px;
        height: 40px;
        line-height: 40px;
        margin: 40px 0 0 0;
    }
    .about_button_text {
        font-size: 14px;
    }
    .about_video_box {
        padding-bottom: 30%;
    }
    .about_video_title {
        font-size: 32px;
    }
    .about_video_text {
        color: #ffffff;
        font-size: 26px;
        padding: 10px 0;
    }
    .about_video_button {
        font-size: 60px;
        line-height: 60px;
    }
    .about_culture_icon {
        font-size: 100px;
    }
    .about_culture_title {
        margin: 30px 0 15px 0;
        font-size: 24px;
    }
    .about_culture_text {
        font-size: 14px;
        line-height: 28px;
    }
    .about_swiper_box {
        margin: 70px 0;
    }
    .about_swiper_text {
        line-height: 28px;
        font-size: 13px;
    }
    .about_swiper_read .swiper-slide {
        padding: 0 40px;
    }
    .about_swiper_img {
        padding-bottom: 46%;
    }
    .about_title_text {
        font-size: 14px;
        line-height: 28px;
        padding: 20px 140px 0 140px;
    }
    .about_img_read {
        padding: 20px;
    }
    .about_img_title {
        font-size: 18px;
        line-height: 36px;
    }
    .about_img_text {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .about_news_title {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .about_news_text {
        font-size: 14px;
    }
    .page_content_bjq {
        padding: 0 80px;
        font-size: 14px;
        line-height: 28px;
    }
    .page_content_title {
        font-size: 26px;
        line-height: 30px;
    }
    .devices_title {
        height: 60px;
        line-height: 60px;
    }
    .devices_title {
        font-size: 16px;
    }
    .device_pop_box {
        width: 960px;
    }
    .device_pop_title {
        font-size: 20px;
        line-height: 70px;
        padding-left: 40px;
    }
    #devices_pop_wrap .device_pop_read .device_pop_span:nth-child(2) {
        height: 292px;
    }
    .device_pop_text {
        padding: 20px;
    }
    .device_pop_text {
        min-height: 292px;
    }
    .device_pop_text {
        font-size: 14px;
        line-height: 28px;
    }
    .faq_content_right {
        padding-left: 40px;
    }
    .faq_content_title {
        line-height: 50px;
    }
    .faq_title_left .faq_title_text {
        font-size: 24px;
    }
    .faq_title_left a .faq_title_icon {
        font-size: 28px;
    }
    .faq_read_icon, .faq_read_icon .faq_lable span {
        font-size: 14px;
    }
    .faq_read_icon .faq_lable .iconduigou {
        padding: 0 5px 0 10px;
    }
    .faq_bjq_content {
        font-size: 14px;
        line-height: 28px;
    }
    .faq_bjq_content p {
        font-size: 14px;
        line-height: 28px;
    }
    .faq_bjq_text {
        font-size: 32px;
        line-height: 32px;
    }
    .article_title, .service_content_title {
        font-size: 28px;
        line-height: 32px;
    }
    .article_text, .service_content_text {
        font-size: 14px;
        line-height: 30px;
    }
    .article_box_title {
        font-size: 24px;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }
    .article_box_text, .service_banner_ext {
        font-size: 14px;
        line-height: 28px;
    }
    .article_list_li {
        padding: 60px 0;
    }
    .article_list_li:first-child {
        padding: 0 0 60px 0;
    }
    .article_box_title:after {
        width: 28px;
    }
    .article_wrap {
        padding: 0 0 130px 0;
    }
    .article_pi_box {
        width: 500px;
        height: 500px;
    }
    .article_text_li {
        font-size: 14px;
    }
    .core_text_list, .service_content_box {
        padding: 0 80px;
    }
    .core_text_read {
        font-size: 12px;
        line-height: 22px;
    }
    .core_text_title {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .core_max_img {
        padding-bottom: 50%;
    }
    .core_brief_wrap {
        padding: 130px 0;
    }
    .core_brief_title {
        font-size: 30px;
        line-height: 50px;
    }
    .core_brief_text, .service_content_read {
        font-size: 14px;
        line-height: 28px;
    }
    .core_button_box {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .core_button_box a {
        font-size: 14px;
    }
    .faq_bjq_wrap {
        padding: 80px 0 130px 0;
    }
    .service_content_title {
        padding-bottom: 30px;
    }
    .service_left_icon {
        font-size: 70px;
    }
    .service_list_left .iconfuwu1 {
        font-size: 63px;
    }
    .service_list_left .iconshehuiguanai {
        font-size: 74px;
    }
    .service_list_left .icontubiaozhizuomoban-- {
        font-size: 102px;
    }
    .service_right_title {
        font-size: 26px;
    }
    .service_right_text {
        font-size: 16px;
        line-height: 32px;
    }
    .service_list_li {
        padding: 30px 0;
    }
    .service_list_wrap {
        padding: 40px 0 130px 0;
    }
    .net_tab_button {
        padding-bottom: 60px;
    }
    .select_read_box {
        padding: 20px 0 21px 0;
    }
    .select_read_title {
        font-size: 14px;
        line-height: 28px;
    }
    .select_read_text {
        font-size: 12px;
        line-height: 20px;
    }
    .select_list_read {
        padding: 0 20px;
        height: 387px;
    }
    .swiper_china_left {
        padding: 0 80px;
    }
    .select_list_title {
        font-size: 14px;
    }
    .swiper_china_select {
        line-height: 40px;
    }
    .select_list_icon {
        line-height: 40px;
        font-size: 14px;
    }
    .net_tab_select, .page_down_li, .page_product_li {
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    .swiper_world_box {
        padding: 0 70px 40px 70px;
    }
    .swiper_text_title {
        font-size: 14px;
    }
    .swiper_text_read {
        font-size: 12px;
        line-height: 22px;
    }
    .net_wrap {
        padding: 65px 0;
    }
    .swiper_world_content {
        padding: 0 0 65px 0;
    }
    .page_down_search {
        height: 60px;
        margin: 60px 0 40px 0;
        padding: 0 60px 0 0;
    }
    .down_search_input {
        line-height: 30px;
        padding: 15px 20px;
        font-size: 14px;
    }
    .down_search_button {
        width: 60px;
        font-size: 24px;
        line-height: 58px;
    }
    .page_down_title span:nth-child(1), .page_down_read span:nth-child(1) {
        padding-left: 40px;
    }
    .page_down_title span, .page_down_read span {
        font-size: 14px;
    }
    .page_down_title, .page_down_read {
        line-height: 58px;
    }
    .page_down_content {
        margin: 0 0 60px 0;
    }
    .page_down_wrap {
        padding: 60px 0 130px 0;
    }
    .product_list_title {
        font-size: 16px;
        line-height: 32px;
    }
    .product_list_text {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }
    .page_pro_wrap {
        padding: 60px 0 130px 0;
    }
    .pro_read_nav {
        line-height: 60px;
        font-size: 14px;
    }
    .pro_read_nav a {
        font-size: 14px;
    }
    .pro_read_title {
        font-size: 26px;
        line-height: 32px;
    }
    .pro_read_label {
        padding: 20px 0 21px 0;
    }
    .pro_read_text {
        font-size: 14px;
        line-height: 28px;
        max-height: 84px;
        margin: 20px 0;
    }
    .pro_read_content {
        padding: 60px 0 80px 0;
    }
    .pro_bjq_box {
        padding: 60px;
    }
    .pro_bjq_title {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        padding: 0 20px;
        margin: 0 0 20px 0;
    }
    .pro_bjq_content p {
        font-size: 14px;
        line-height: 28px;
    }
    .invest_wrap {
        padding: 130px 0;
    }
    .invest_list_li:first-child {
        line-height: 59px;
    }
    .invest_list_li {
        line-height: 58px;
    }
    .invest_list_li .invest_list_title, .invest_list_li .invest_list_icon, .invest_list_li .invest_list_time {
        font-size: 14px;
    }
    .report_list_content {
        padding: 0 15px;
    }
    .report_list_title a {
        line-height: 28px;
        font-size: 16px;
    }
    .report_list_text {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 0 20px 0;
        height: 74px;
    }
    .report_list_wrap {
        padding: 0 0 60px 0;
    }
    .invest_input_text {
        font-size: 14px;
        line-height: 28px;
    }
    .invest_input_text {
        font-size: 14px;
        line-height: 28px;
        padding: 10px 80px 25px 80px;
    }
    .invest_input_box {
        padding: 60px 130px;
        font-size: 0;
    }
    .invest_input_read, .invest_textarea_read {
        padding: 0 0 30px 130px;
    }
    .invest_input_read span, .invest_textarea_read span {
        font-size: 14px;
        width: 130px;
        line-height: 36px;
    }
    .invest_input_read input {
        font-size: 14px;
        line-height: 34px;
    }
    .invest_textarea_read textarea {
        padding: 5px 20px;
        line-height: 24px;
        font-size: 14px;
        height: 106px;
    }
    .invest_form_button {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .invest_icon_box {
        padding: 140px 0 0 0;
    }
    .invest_icon_li:nth-child(1) {
        padding: 0 60px 0 0;
    }
    .invest_icon_li {
        padding: 0 60px;
    }
    .invest_icon_title span:nth-child(1) {
        font-size: 24px;
    }
    .invest_icon_title span:nth-child(2) {
        font-size: 20px;
    }
    .invest_icon_text {
        font-size: 14px;
        line-height: 24px;
        height: 58px;
    }
    .invest_icon_title span.iconxinxiang {
        font-size: 18px;
    }
    .contact_mode_title {
        padding: 20px 0 0 0;
    }
    .contact_mode_cn {
        font-size: 28px;
    }
    .contact_mode_en {
        font-size: 16px;
    }
    .contact_mode_read {
        padding: 60px 0 0 0;
    }
    .contact_read_text span:nth-child(1) {
        font-size: 24px;
        line-height: 28px;
    }
    .contact_read_text span:nth-child(2) {
        font-size: 14px;
        line-height: 28px;
    }
    .contact_read_box {
        padding: 0 20px;
    }
    .contact_read_title {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .contact_read_content {
        padding: 15px 0 0 0;
        font-size: 13px;
        line-height: 28px;
        height: 132px;
        white-space: normal;
    }
    .contact_read_title:after {
        width: 36px;
    }
    .contact_list_text {
        padding: 40px 0 0 0;
    }
    .contact_wrap {
        padding: 80px 0 130px 0;
    }
    .contact_idea_li {
        padding: 50px;
    }
    .contact_idea_icon {
        font-size: 50px;
    }
    .contact_idea_text {
        font-size: 24px;
    }
    .contact_idea_read {
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }
    .contact_idea_wrap {
        padding: 60px 0 130px 0;
    }
    .contact_join_top {
        padding: 0 140px;
    }
    .contact_top_title {
        font-size: 28px;
    }
    .contact_top_text {
        font-size: 14px;
        line-height: 28px;
    }
    .contact_mode_span span:first-child {
        font-size: 24px;
    }
    .contact_mode_span {
        font-size: 14px;
        line-height: 30px;
    }
    .contact_join_title span, .join_list_title .join_list_text {
        font-size: 16px;
    }
    .contact_join_title {
        height: 50px;
        line-height: 50px;
    }
    .join_list_title {
        line-height: 50px;
    }
    .join_list_read {
        font-size: 14px;
        line-height: 32px;
    }
    .join_list_read p {
        font-size: 14px;
        line-height: 28px;
    }
    .join_list_title .join_list_text:nth-child(3) .iconxia {
        font-size: 14px;
        margin-left: 20px;
    }
    .news_list_wrap {
        padding: 40px 0 0 0;
    }
    .news_read_left {
        padding-right: 61px;
    }
    .news_label_left span {
        font-size: 14px;
        line-height: 28px;
    }
    .news_label_right span:nth-child(1) {
        font-size: 14px;
    }
    .news_label_right span {
        font-size: 18px;
        padding-left: 16px;
    }
    .news_label_right span a.iconsina, .news_label_right span a.iconwchart {
        font-size: 20px;
    }
    .news_label_right span a {
        font-size: 18px;
    }
    .news_read_title {
        font-size: 28px;
        line-height: 36px;
    }
    .news_read_label {
        padding: 20px 0 30px 0;
    }
    .news_read_bjq h3 {
        font-size: 14px;
        line-height: 28px;
    }
    .news_read_bjq p {
        font-size: 14px;
        line-height: 28px;
    }
    .news_read_bjq {
        font-size: 14px;
        line-height: 28px;
        padding: 0 0 60px 0;
    }
    .news_read_content {
        padding: 100px 0 130px 0;
    }
    .news_read_page {
        padding: 30px 0;
    }
    .news_read_prev span:nth-child(1), .news_read_next span:nth-child(2) {
        font-size: 22px;
    }
    .news_read_prev a, .news_read_next a {
        font-size: 16px;
    }
    .news_read_list a {
        line-height: 32px;
        font-size: 28px;
    }
    .news_right_title {
        font-size: 28px;
        line-height: 36px;
    }
    .news_right_list {
        padding: 30px 0 0 0;
    }
    .news_similar_title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .news_similar_text {
        font-size: 14px;
        line-height: 24px;
    }
}
