/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {
    /*.fadeInUp {*/
    /*    opacity: 1!important;*/
    /*}*/
    .return_top {
        display: none;
    }

    .mCSB_scrollTools {
        width: 6px !important;
        height: calc(100vh - 10px) !important;
        top: 5px !important;
        z-index: 999 !important;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 3px !important;
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 3px !important;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px !important;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 0 !important;
        position: relative;
    }

    .web_center {
        padding: 0 10px;
    }

    .header_wrap {
        padding: 10px 0;
    }

    .header_current .header_box {
        height: 40px;
    }

    .header_nav_box, .page_header_nav_box {
        display: block;
        position: fixed;
        left: 0;
        top: -100%;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: #000;
        -webkit-transition: all .6s cubic-bezier(.31, .61, .25, .99);
        transition: all .6s cubic-bezier(.31, .61, .25, .99);
    }

    .header_nav_ul:after {
        display: none;
    }

    .header_nav_show {
        top: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .header_logo, .page_header_logo {
        position: relative;
        z-index: 999;
    }

    .header_logo a {
        width: 100px;
    }

    .banner_content_read {
        width: 100%;
        padding-right: 0;
        position: relative;
        z-index: 1;
    }

    .banner_title_cn {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .banner_title_en {
        font-size: 26px;
        line-height: 38px;
    }

    .banner_title_text {
        font-size: 13px;
        line-height: 24px;
        padding: 20px 0;
        width: 100%;
    }

    .banner_title_button a {
        padding: 0 10px 0 10px;
        line-height: 36px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
        font-size: 10px;
    }

    .banner_content_img {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .banner_box_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .index_banner_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px !important;
    }

    .index_content_title,
    .index_white_title,
    .ability_pro_title,
    .ability_value_title,
    .ability_partner_title,
    .ability_code_value_title,
    .advantage_title {
        font-size: 18px;
        line-height: 28px;
    }

    .index_content_wrap {
        padding: 40px 0;
    }

    .index_content_item_box {
        padding: 20px 10px;
    }

    .index_content_list {
        padding-top: 20px;
    }

    .index_content_item {
        width: 100%;
    }

    .index_content_item:hover .index_content_item_box {
        background: none;
        -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, .0);
        box-shadow: 6px 6px 10px rgba(0, 0, 0, .0);
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .index_content_item:hover .icon_item_svg img {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .index_content_item:nth-child(2) {
        margin: 0;
    }

    .icon_item_svg {
        width: 22%;
        padding-bottom: 20px;
    }

    .icon_item_title {
        font-size: 16px;
        line-height: 26px;
    }

    .icon_item_line {
        width: 30px;
        height: 2px;
        margin: 15px auto;
    }

    .icon_item_text {
        font-size: 13px;
        line-height: 24px;
    }

    .index_program_en {
        font-size: 18px;
        line-height: 28px;
    }

    .index_program_cn {
        font-size: 18px;
        line-height: 28px;
    }

    .index_program_list {
        padding: 40px 0 80px 0;
    }

    .index_program_back {
        padding-bottom: 140%;
    }

    .index_program_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_program_button_box {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .index_program_svg {
        width: 22%;
    }

    .index_program_title {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 20px 0;
    }

    .index_program_button_box a {
        font-size: 12px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .index_program_content {
        padding: 40px 0;
    }

    .index_program_icon {
        position: relative;
    }

    .index_program_back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .index_logo_back {
        padding-bottom: 70%;
    }

    .index_logo_animate {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .index_logo_title {
        font-size: 18px;
    }

    .index_logo_circle1 {
        width: 80vw;
        height: 80vw;
    }

    .index_news_wrap {
        padding: 40px 0;
    }

    .footer_logo {
        width: 40vw;
        margin: 0 auto;
    }

    .footer_page_box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0 20px 0;
    }

    .footer_content_item {
        width: 100%;
    }

    .footer_page_wrap {
        padding-top: 40px;
    }

    .footer_ewm_box {
        width: 100%;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .footer_content_wrap .footer_content_item {
        display: none;
        padding-right: 0;
    }

    .footer_content_wrap .footer_content_item:nth-child(2) {
        display: block;

    }

    .footer_link_wrap .footer_content_item {
        display: none;
        padding-right: 0;
    }

    .footer_link_wrap .footer_content_item:nth-child(2) {
        display: block;
    }
    .footer_content_title {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
        text-align: center;
    }
    .footer_content_read {
        font-size: 13px;
        line-height: 22px;
        text-align: center;
    }
    .footer_content_read a {
        font-size: 13px;
        line-height: 22px;
    }
    .footer_content_wrap {
        margin-bottom: 20px;
    }

    .footer_ewm_item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0 0 0;
        width: 33.333333%;
    }

    .footer_ewm_text {
        text-align: center;
        padding: 10px 0;
        font-size: 8px;
        line-height: 16px;
    }

    .footer_ewm_img span {
        width: 25vw;
        margin: 0 auto;
    }

    .footer_ewm_img {
        margin: 0 auto;
    }

    .footer_bq_box {
        padding: 20px 0;
    }

    .index_news_content {
        padding: 30px 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index_program_read {
        bottom: 40px;
    }

    .index_logo_item:nth-child(1) {
        width: 26%;
        top: 33%;
    }

    .index_logo_item:nth-child(2) {
        width: 16%;
    }

    .index_logo_item:nth-child(3) {
        width: 26%;

    }

    .index_logo_item:nth-child(4) {
        width: 20%;
        left: 75%;
        top: 16%;
    }

    .index_logo_item:nth-child(5) {
        width: 20%;
    }

    .index_logo_item:nth-child(6) {
        width: 16%;
    }

    .index_logo_item:nth-child(7) {
        width: 20%;
        left: 68%;
        top: 71%;
    }

    .index_logo_item:nth-child(8) {
        width: 16%;
        left: 81%;
        top: 45%;
    }

    .index_program_item:hover .index_program_top {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .index_program_item:hover .index_icon_white {
        fill: #fff;
    }

    .index_program_item:hover .index_icon_color {
        fill: #00afcc;
    }

    .index_news_max_item {
        width: 100%;
        display: none;
    }

    .index_news_max_item a {
        width: 100%;
    }

    .index_news_min_item {
        padding-right: 0;
    }

    .index_news_min_img {
        width: 110px;
        height: 100px;
    }

    .index_news_min_title {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }

    .index_news_min_right {
        padding: 12px 15px;
    }

    .index_news_min_icon {
        width: 16px;
        height: 16px;
        margin: 3px 10px 3px 0;
        border-color: #00afcc !important;
    }

    .index_news_min_icon i:before {
        left: 5px;
        top: 4px;
        height: 4px;
    }

    .index_news_min_icon i:after {
        left: 5px;
        top: 8px;
        width: 4px;
    }

    .index_news_min_text {
        font-size: 13px;
        line-height: 22px;
    }

    .index_news_min_li {
        margin-bottom: 20px;
    }

    .index_news_min_li:nth-child(3n) {
        margin-bottom: 20px;
    }

    .index_news_max_read {
        padding: 10px 20px;
    }

    .index_news_max_title {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size: 16px;
        line-height: 26px;
    }

    .index_news_max_text {
        font-size: 14px;
        line-height: 22px;
    }

    .index_news_max_time {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 8px;

    }

    .index_news_max_item a:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .index_news_button a {
        line-height: 34px;
        font-size: 13px;
        padding: 0 20px;
    }

    .index_news_button a:hover {
        font-size: 15px;
    }

    .header_nav_wrap, .page_header_nav_wrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .header_top {
        padding-top: 60px;
    }

    .page_header_nav_wrap .header_nav_button span {
        background: #00afcc;
    }

    .page_header_nav_wrap .header_nav_button_show span {
        background: #fff;
    }

    .header_nav_button {
        width: 30px;
        display: block;
        position: relative;
        z-index: 999;
        -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
        transition: all .3s cubic-bezier(.31, .61, .25, .99);
    }

    .header_nav_button span {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        margin-bottom: 7px;
        -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
        transition: all .3s cubic-bezier(.31, .61, .25, .99);
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .header_nav_button span:nth-child(2) {
        width: 80%;
        margin-left: 20%;
    }

    .header_nav_button span:nth-child(3) {
        margin-bottom: 0;
    }

    .header_box {
        height: 40px;
    }

    .header_current .header_nav_button span {
        background: #00afcc;
    }

    .header_nav_button_show {
        width: 26px;
    }

    .header_nav_button_show span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 0 100% 0;
        transform-origin: 0 100% 0;
    }

    .header_nav_button_show span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .header_nav_button_show span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 100% 0;
        transform-origin: 0 100% 0;
    }

    .header_nav_ul, .page_header_nav_ul {
        position: absolute;
        top: 60px;
        left: 10%;
        width: 80%;
        height: calc(100vh - 60px);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }

    .header_nav_li, .page_header_nav_li {
        width: 100%;
        text-align: center;
    }

    .header_nav_li a:after,
    .page_header_nav_li a:after {
        display: block;
    }

    .header_current .header_nav_li a,
    .header_current .page_header_nav_li a {
        color: #fff;
    }

    .header_current .header_nav_li,
    .header_current .page_header_nav_li {
        line-height: 45px;
    }

    .header_current .header_nav_active a:after {
        width: 20%;
    }

    .header_nav_active a:after {
        width: 20%;
    }

    .header_current .header_nav_active a {
        color: #00afcc;
    }

    .header_nav_li:hover a:after {
        width: 0;
    }

    .header_nav_li:hover a {
        color: #fff;
    }

    .page_header_nav_li a {
        color: #fff;
    }

    .page_header_nav_active a {
        color: #00afcc !important;
    }

    .page_header_nav_active a:after {
        width: 20%;
    }

    .header_nav_li a,
    .page_header_nav_li a,
    .page_header_nav_active a {
        display: inline-block;
    }

    .header_nav_button_show span {
        background: #fff;
    }

    .header_current .header_nav_button_show span {
        background: #fff;
    }

    .page_header_box {
        height: 60px;
    }

    .page_header_logo a {
        width: 100px;
    }

    .page_header_nav_li {
        line-height: 45px;
    }

    .page_header_nav_li:hover a {
        color: #fff;
    }

    .page_header_nav_li:hover a:after {
        width: 0;
    }

    .ability_list_wrap {
        height: calc(100vh - 60px);
    }

    .ability_list_item {
        width: 100%;
        margin: 20px 0;
    }

    .ability_list_title {
        line-height: 30px;
        font-size: 18px;
        margin-top: 10px;
    }

    .ability_list_img_wrap {
        width: 32%;
    }

    .ability_list_box {
        -webkit-align-content: center;
        align-content: center;
    }

    .ability_banner_img {
        padding-bottom: 70%;
    }

    .ability_banner_title {
        font-size: 20px;
    }

    .ability_content_text {
        font-size: 12px;
        line-height: 22px;
    }

    .ability_content_cn,
    .ability_content_en {
        font-size: 18px;
        line-height: 28px;
    }

    .ability_content_read {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ability_content_list {
        width: 100%;
        padding: 40px 0;
    }

    .ability_content_line {
        width: 30px;
        height: 2px;
        background: #00afcc;
        margin: 10px 0;
    }

    .ability_code_text {
        font-size: 12px;
        line-height: 22px;
    }

    .ability_code_img {
        height: 100%;
    }

    .ability_code_img img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ability_code_list {
        padding: 40px 0 40px 0;
    }

    .ability_code_tab {
        margin: 20px 0;
    }

    .ability_code_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px !important;
    }

    .ability_pro_box {
        padding: 40px 0;
    }

    .ability_pro_page {
        margin: 30px 0 0 0;
    }

    .ability_value_box,
    .ability_app_box {
        padding: 50px 0;
    }

    .ability_value_text {
        padding: 30px 0;
        font-size: 12px;
        line-height: 26px;
    }

    .ability_app_list {
        padding-top: 30px;
    }

    .ability_app_item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .ability_app_item:nth-child(3n) {
        margin: 0 0 20px 0;
    }

    .ability_app_title {
        bottom: 20%;
        font-size: 18px;
        line-height: 28px;
    }

    .ability_partner_box {
        padding: 50px 0;
    }

    .ability_partner_item {
        width: 100%;
    }

    .ability_partner_item_svg {
        width: 22%;
        padding-bottom: 20px;
    }

    .ability_partner_item_title {
        font-size: 16px;
        line-height: 26px;
    }

    .code_value_item_title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }

    .ability_partner_item_line {
        width: 30px;
        height: 2px;
        margin: 15px auto;
    }

    .ability_partner_item_text,
    .code_value_item_text {
        font-size: 13px;
        line-height: 24px;
    }

    .ability_partner_item_box {
        padding: 20px 10px;
    }

    .ability_partner_list {
        padding-top: 30px;
    }

    .code_value_item_box {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .code_value_item_box:last-child {
        margin-bottom: 0;
    }

    .code_value_item_svg {
        width: 22%;
    }

    .ability_code_value_back {
        height: 100%;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ability_code_value_read {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 40px 0;
    }

    .ability_code_value_list {
        padding-top: 30px;
    }

    .ability_shelf_icon_box {
        padding: 0 10px;
    }

    .ability_shelf_icon_svg {
        width: 80%;
    }

    .ability_shelf_icon_title {
        font-size: 14px;
        line-height: 24px;
    }

    .ability_shelf_icon_list {
        padding: 30px 0;
    }

    .ability_shelf_box {
        padding: 40px 0;
    }

    .ability_industry_box {
        padding: 40px 0;
    }

    .ability_industry_list {
        padding-top: 30px;
    }

    .ability_industry_item {
        width: 32%;
        margin: 0 2% 10px 0;
        padding: 30px 0 30px 0;
    }

    .ability_industry_item:nth-child(3n) {
        margin: 0 0 10px 0;
    }

    .ability_industry_title {
        font-size: 18px;
        line-height: 28px;
    }

    .ability_industry_line {
        width: 30px;
        height: 2px;
        margin: 15px auto;
    }

    .ability_industry_text {
        font-size: 12px;
        line-height: 22px;
        padding: 0 5px;
    }

    .solution_banner_title {
        font-size: 20px;
        line-height: 30px;
    }

    .solution_item_left {
        width: 100%;
        padding: 40px 0;
    }

    .solution_item_right {
        width: 100%;
        position: static;
    }

    .solution_item_read {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }

    .solution_item_title {
        font-size: 18px;
        line-height: 28px;
    }

    .solution_item_line {
        width: 30px;
        height: 2px;
        margin: 15px 0;
    }

    .solution_item_text {
        font-size: 13px;
        line-height: 24px;
    }

    .solution_item_img {
        padding-bottom: 60%;
        height: 0;
    }

    .solution_list_box {
        padding: 40px 0;
    }

    .solution_list_item {
        padding: 30px 0;
        margin: 0 0 20px 0;
    }

    .solution_list_item:last-child {
        margin: 0;
    }

    .solution_list_icon {
        width: 100%;
    }

    .solution_list_read {
        width: 100%;
        padding: 0 10px;
    }

    .solution_list_svg {
        width: 22%;
        padding-bottom: 30px;
    }

    .solution_list_title {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .solution_list_text {
        padding-top: 20px;
    }

    .solution_list_link {
        margin-bottom: 20px;
        text-align: center;
    }

    .solution_list_link a {
        line-height: 24px;
        font-size: 14px;
        text-align: center;
    }

    .solution_list_button {
        text-align: center;
    }

    .solution_list_button a {
        line-height: 34px;
        padding: 0 20px;
    }

    .education_content_wrap {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .education_content_box {
        width: 100%;
        padding: 40px 0;
    }

    .education_title {
        font-size: 18px;
        line-height: 28px;
    }

    .education_line {
        width: 30px;
        height: 2px;
        margin: 15px 0;
    }

    .education_text {
        font-size: 13px;
        line-height: 24px;
    }

    .education_back {
        height: auto;
        position: relative;
        padding-bottom: 0;
        display: none;
    }

    .education_back img {
        width: 100%;
        min-width: 100%;
        position: static;
    }

    .advantage_box {
        padding: 40px 0;
    }

    .advantage_item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .advantage_item:last-child {
        margin-bottom: 0;
    }

    .advantage_item_svg {
        width: 22%;
    }

    .advantage_item_title {
        font-size: 16px;
        line-height: 26px;
    }

    .advantage_item_text {
        font-size: 13px;
        line-height: 24px;
        height: 144px;
    }

    .education_app_box {
        padding: 40px 0;
    }

    .education_app_list {
        padding: 30px 0px 0 0;
    }

    .education_app_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .education_app_item_text {
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .voice_logo_box {
        padding: 40px 0;
    }

    .voice_logo_img {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .voice_logo_swiper {
        margin-bottom: 20px !important;
    }

    .voice_logo_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .about_content_list {
        padding: 30px 10px 0 10px;
    }

    .about_content_item {
        width: 100%;
        margin-bottom: 20px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .about_content_item:last-child {
        margin-bottom: 0;
    }

    .about_content_item_title {
        font-size: 18px;
        line-height: 28px;
    }

    .about_content_item_line {
        width: 30px;
        height: 2px;
        margin: 15px auto;
    }

    .about_content_item_text {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }

    .about_page_box {
        padding: 40px 0;
    }

    .about_page_read {
        font-size: 13px;
        line-height: 24px;
    }

    .about_page_read img {
        padding: 20px 0;
    }

    .about_wap_svg svg .about_wrap_animate {
        stroke-width: 1px !important;
    }

    .about_wap_icon {
        width: 7px;
        height: 7px;
    }

    .about_wap_nj .about_wap_svg {
        margin-top: -3px;
        margin-left: 3px;
    }

    .about_wap_sh .about_wap_svg {
        margin-left: 3px;
        margin-top: -11px;
    }

    .about_wap_round {
        width: 20px;
        height: 20px;
    }

    .about_wap_round:after {
        width: 6px;
        height: 6px;
    }

    .about_wap_text {
        font-size: 12px;
        margin-left: 6px;
    }

    .about_wap_focus .about_wap_text {
        font-size: 14px;
    }

    .about_wap_nj .about_wap_read {
        margin-left: 2px;
        margin-top: -2px;
    }

    .about_wap_sh .about_wap_read {
        top: 1px;
        margin-left: 3px;
    }

    .about_wap_sz .about_wap_svg {
        margin-top: 0;
        margin-left: 2px;
    }

    .about_wap_sz .about_wap_read {
        top: -8px;
        margin-left: 2px;
    }

    .about_honor_list {
        padding: 0 10px;
    }

    .about_honor_item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .about_wap_top_read {
        position: static;
        width: 100%;
    }

    .about_wap_top_text {
        width: 100%;
        font-size: 13px;
        line-height: 24px;
    }

    .about_wap_content {
        margin-top: 30px;
    }

    .about_wap_position {
        background: #1e2432;
        padding: 40px 0;
    }

    .about_honor_item_text {
        font-size: 13px;
        line-height: 24px;
        min-height: 24px;
        max-height: 72px;
    }

    .about_honor_item_title {
        height: 72px;
    }

    .about_honor_item a {
        padding: 10px 20px;
    }

    .about_honor_item_icon i:after {
        width: 8px;
        height: 8px;
    }

    .about_honor_item_icon i {
        width: 28px;
    }

    .about_honor_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }

    .about_honor_box {
        padding: 40px 0;
    }

    .about_honor_swiper {
        margin-bottom: 0 !important;
    }

    .news_content_wrap {
        padding: 40px 0;
    }

    .news_title_item a {
        font-size: 12px;
        line-height: 34px;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        padding: 0 20px;
    }

    .news_title_item {
        margin-left: 10px;
    }

    .news_list_box {
        padding-top: 30px;
    }

    .news_list_item {
        margin-bottom: 20px;
    }

    .news_list_item_images {
        width: 100%;
    }

    .news_list_item_read {
        width: 100%;
    }

    .news_list_item_read {
        padding: 0 10px;
    }

    .news_list_item_title {
        font-size: 16px;
        line-height: 26px;
        height: 56px;
    }

    .news_list_item_text {
        font-size: 13px;
        line-height: 24px;
        height: auto;
        margin: 10px 0;
    }

    .news_list_item_content {
        padding: 10px 0;
    }

    .index_news_min_label {
        font-size: 13px;
        line-height: 22px;
    }

    .news_list_page a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        margin: 0 6px;
    }

    .news_read_title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .news_read_bjq {
        margin-top: 30px;
    }

    .news_read_bjq p {
        font-size: 13px;
        line-height: 24px;
    }

    .news_read_bjq img {
        margin: 20px auto;
    }

    .news_read_bjq h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .news_read_control {
        padding: 0;
        margin: 30px 0 0 0;
    }

    .build_title {
        font-size: 18px;
        line-height: 28px;
    }

    .build_button a {
        line-height: 36px;
        font-size: 12px;
        padding: 0 20px;
    }

    .build_box {
        height: calc(100vh - 60px);
    }

    .build_button a {
        width: 30vw;
        margin: 0 5px;
        text-align: center;
    }

    .news_control_item_title {
        font-size: 12px;
        height: 44px;
        overflow: hidden;
        line-height: 22px;
    }

    .news_control_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_control_item_img i {
        font-size: 36px;
    }

    .news_control_item_rad {
        padding: 10px;
    }

    .news_control_prev .news_control_item_img i:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }

    .ability_app_item:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .ability_app_item:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .ability_app_item:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }


    .ability_industry_item:nth-child(3n+1) {
        -webkit-animation-delay: 200ms !important;
        animation-delay: 200ms !important;
    }

    .ability_industry_item:nth-child(3n+2) {
        -webkit-animation-delay: 300ms !important;
        animation-delay: 300ms !important;
    }

    .ability_industry_item:nth-child(3n) {
        -webkit-animation-delay: 400ms !important;
        animation-delay: 400ms !important;
    }

    .page_header_down {
        display: none;
    }

    .index_content_item:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .index_content_item:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .index_content_item:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .index_program_item:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .index_program_item:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .index_program_item:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .ability_partner_item:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .ability_partner_item:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .ability_partner_item:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .code_value_item_box:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .code_value_item_box:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .code_value_item_box:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .advantage_item:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .advantage_item:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .advantage_item:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .education_app_item:nth-child(2n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .education_app_item:nth-child(2n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .about_item_content {
        padding: 40px 0 20px 0;
    }

    .about_item_title {
        font-size: 18px;
        line-height: 28px;
    }

    .about_item_text {
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }

    .about_year_item {
        width: 100px;
        margin-left: -50px;
        top: 2%;
        -webkit-transform-origin: 50px 38.3vw;
        transform-origin: 50px 38.3vw;
    }

    .about_year_title {
        font-size: 16px;
        line-height: 26px;
    }

    .about_year_icon {
        background: #8c8c8c;
        width: 10px;
        height: 10px;
    }

    .ability_partner_item:hover .ability_partner_item_box {
        background: none;
        -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0);
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ability_partner_item:hover .ability_partner_item_svg img {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .ability_code_content:hover .ability_item_title {
        bottom: 20px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ability_code_content:hover .ability_item_img img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .ability_code_content:hover .ability_item_img:after {
        top: 0;
    }

    .index_wap_banner_wrap {
        display: block;
    }

    .index_video {
        display: none;
    }

    .index_news_min_li:hover .index_news_min_icon {
        border-color: #fff !important;
    }

    .news_list_item:hover a .index_news_min_icon {
        border-color: #fff !important;
    }

    .logo_page_item {
        padding: 40px 0;
    }

    .logo_page_icon {
        padding: 0 10px;
        margin-top: 20px;
    }

    .logo_page_swiper {
        padding: 10px !important;
    }

    .logo_page_content_box {
        padding-top: 20px;
    }

    .logo_icon_pagination {
        margin-top: 10px;
    }

    .logo_icon_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;

    }

    .logo_page_content_back {
        padding-bottom: 100%;
    }

    .logo_page_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .logo_page_content_bjq {
        padding: 10px 10px;
    }

    .things_item_content {
        padding: 40px 0;
    }

    .things_item_read {
        width: 100%;
    }

    .things_item_read_title {
        font-size: 18px;
        line-height: 28px;
    }

    .things_item_read_line {
        width: 30px;
        height: 2px;
        margin: 15px auto;
    }

    .things_item_read_text {
        font-size: 13px;
        line-height: 24px;
    }

    .things_item_app_box {
        width: 100%;
    }

    .things_item_plan_box {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .things_item_back {
        background: #f6f6f6;
        padding: 40px 0;
    }

    .things_item_app_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .plan_read_svg {
        width: 100%;
    }

    .plan_read_svg img {
        width: 22%;
        margin: 0 auto;
    }

    .plan_read_title {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        padding-left: 0;
        max-height: 56px;
        text-align: center;
        margin-top: 10px;
    }

    .things_item_plan_read {
        margin-bottom: 30px;
    }

    .job_banner_box {
        height: calc(100vh - 60px);
    }

    .job_banner_title {
        font-size: 24px;
        line-height: 32px;
    }

    .job_banner_text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .job_banner_item a {
        width: 100px;
    }

    .job_banner_item_svg {
        height: 100px;
    }

    .job_banner_item_svg svg {
        width: 60px;
        height: 60px;
    }

    .job_banner_item_title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .job_banner_icon {
        margin-top: 40px;
    }

    .job_lab_item {
        width: 100%;
    }

    .job_lab_back {
        padding-bottom: 66%;
    }

    .job_lab_title {
        font-size: 18px;
        line-height: 26px;
    }

    .job_lab_text {
        font-size: 13px;
        line-height: 24px;
    }

    .job_lab_round {
        width: 50vw;
        height: 50vw;
        position: static;
        margin: 0 auto;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);

    }

    .job_round_text {
        font-size: 16px;
        line-height: 24px;
    }

    .job_content_text {
        padding: 0;
        font-size: 13px;
        line-height: 24px;
    }

    .job_content_box {
        position: relative;
        padding: 40px 0;
    }

    .job_list_content {
        padding: 40px 0;
    }

    .job_list_left {
        width: 100%;
    }

    .job_list_right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .job_list_item_title {
        font-size: 15px;
        line-height: 24px;
    }

    .job_list_item_text {
        font-size: 13px;
        line-height: 24px;
    }

    .job_list_item_icon:after {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .job_list_item_content {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .job_list_title_box {
        line-height: 44px;
        font-size: 14px;
    }

    .job_list_item_span {
        margin: 5px 0;
        width: 33.333%;
    }

    .job_list_item_box {
        padding: 10px 0;
    }

    .job_list_item_read {
        font-size: 13px;
        line-height: 24px;
        margin-top: 20px;
    }

    .job_list_title_max {
        line-height: 36px;
        font-size: 22px;
    }

    .job_right_list_item a {
        padding: 10px;
    }

    .job_right_item_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .job_right_item_min {
        font-size: 13px;
        line-height: 24px;
    }

    .job_right_item_text {
        font-size: 12px;
        line-height: 22px;
        height: 66px;
        margin-top: 10px;
    }

    .job_right_list_item {
        margin-bottom: 10px;
    }

    .job_read_box {
        background: #f6f6f6;
        padding: 40px 0;
    }

    .job_read_content_title {
        font-size: 22px;
        line-height: 30px;
    }

    .job_read_content_min {
        font-size: 16px;
        line-height: 24px;
    }

    .job_read_content_bjq {
        font-size: 13px;
        line-height: 24px;
        color: #1e2432;
        padding: 20px 0 40px 0;
    }

    .job_read_content_button a {
        width: 140px;
        line-height: 40px;
        font-size: 15px;
    }

    .job_banner_max_text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .job_banner_max_title {
        font-size: 20px;
        line-height: 32px;
    }

    .job_banner_max_box,
    .ecology_banner_swiper {
        height: calc(100vh - 60px);
    }

    .ecology_item_text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .ecology_item_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .ecology_item_button a {
        width: 140px;
        line-height: 40px;
        font-size: 15px;
    }

    .ecology_item_content {
        padding: 0 10px;
    }

    .ecology_content_box {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
    }

    .ecology_content_box:nth-child(1) {
        border-bottom: 1px dashed rgba(255, 255, 255, .3);
    }

    .ecology_content_icon {
        width: 30vw;
        height: 30vw;
    }

    .ecology_content_title {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px 0;
        height: 60px;
        display: none
    }

    .ecology_item_content {
        height: 100%;
    }

    .ecology_content_link a {
        font-size: 13px;
        line-height: 32px;
        display: block;
        max-width: 80%;
        margin: 0 auto;
        padding: 0 10px;
        background: #0ac9f5;
    }

    .ecology_content_link {
        text-align: center;
    }

    .ecology_content_item {
        width: 100%;
    }

    .ecology_pagination {
        bottom: 20px !important;
    }

    .ecology_pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .ecology_form_wrap {
        padding: 60px 0 40px 0;
    }

    .ecology_form_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .ecology_form_text {
        font-size: 13px;
        line-height: 24px;
    }

    .ecology_form_line {
        width: 30px;
        height: 2px;
        margin: 15px 0;
    }

    .ecology_input_read {
        width: 80px;
        font-size: 14px;
        line-height: 40px;
    }

    .ecology_input_box input {
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    .ecology_form_input {
        margin-bottom: 10px;
    }

    .ecology_list_item_box .job_list_item_span {
        width: 100%;
    }

    .ecology_list_item_box {
        padding: 0 0 40px 0;
    }

    .ecology_form_box {
        padding-bottom: 30px;
    }

    .flex_box {
        display: none;
    }

    .ability_content_list_img1 .ability_content_img {
        padding-bottom: 64%;
    }

    .index_content_box {
        padding: 0;
    }

    .ecology_content_pop {
        display: block;
        opacity: 1;
        position: relative;
        margin-top: 10px;
    }

    .ecology_content_pop_img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .page_nav_down {
        display: none;
    }

    .job_lab_round_back {
        background: rgba(0, 0, 0, .8);
        padding: 40px;
    }

    .ability_content_list_img1 .ability_content_img {
        height: auto;
        padding-bottom: 0;
    }

    .ability_content_list_img1 .ability_content_img img {
        position: static;
        width: 100%;
        min-width: 100%;
    }

    .ability_item_title {
        font-size: 13px;
        line-height: 24px;
    }

    .about_wap_bj .about_wap_svg {
        margin-top: -3px;
        margin-left: 2px;
    }

    .about_wap_bj .about_wap_read {
        margin-left: 1px;
        margin-top: -1px;
    }

    .about_wap_cd .about_wap_svg {
        margin-top: 0;
        margin-left: 3px;
    }

    .about_wap_cd {
        top: 63.2%;
    }

    .about_wap_cd .about_wap_read {
        margin-left: 2px;
        margin-top: -14px;
    }

    .ecology_item_after:after {
        display: none;
    }

    .job_banner_img:after {
        display: none;
    }
}

/*小屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .web_center {
        padding: 0 120px;
    }

    .header_nav_li a {
        color: #fff;
        font-size: 12px;
        padding: 0 20px;
    }

    .banner_title_cn {
        font-size: 40px;
        line-height: 42px;
    }

    .banner_title_en {
        font-size: 36px;
        line-height: 48px;
    }

    .banner_title_text {
        font-size: 12px;
        line-height: 24px;
    }

    .header_wrap {
        padding-top: 40px;
    }

    .header_current {
        padding-top: 0 !important;
    }

    .banner_animation {
        padding-top: 40px;
    }

    .index_content_title {
        font-size: 28px;
        line-height: 40px;
    }

    .index_content_item_box {
        padding: 30px 15px;
    }

    .icon_item_svg {
        width: 80px;
        padding-bottom: 20px;
    }

    .icon_item_title {
        font-size: 22px;
        line-height: 34px;
    }

    .icon_item_text {
        font-size: 12px;
        line-height: 24px;
    }

    .icon_item_line {
        height: 2px;
        margin: 15px auto;
    }

    .index_white_title {
        font-size: 28px;
        line-height: 40px;
    }

    .index_program_list {
        padding-top: 120px;
    }

    .index_program_svg {
        width: 22%;
    }

    .index_program_title {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0 36px 0;
    }

    .index_program_button_box a {
        line-height: 31px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .index_program_en {
        font-size: 34px;
        line-height: 46px;
    }

    .index_program_cn {
        font-size: 22px;
        line-height: 34px;
    }

    .index_logo_title {
        font-size: 28px;
    }

    .index_news_min_title {
        font-size: 14px;
    }

    .index_news_max_title {
        font-size: 18px;
        line-height: 30px;
    }

    .index_news_max_text {
        font-size: 14px;
        line-height: 20px;
    }

    .footer_content_li a {
        font-size: 12px;
        line-height: 30px;
    }

    .footer_content_read a {
        font-size: 12px;
        line-height: 30px;
    }

    .footer_content_read {
        font-size: 12px;
        line-height: 30px;
    }

    .banner_title_button a {
        line-height: 34px;
    }

    .page_header_nav_li a {
        font-size: 12px;
        padding: 0 20px;
    }

    .page_header_box,
    .header_current .header_box {
        height: 70px;
    }

    .page_header_nav_li,
    .header_current .header_nav_li {
        line-height: 70px;
        height: 70px;
    }

    .ability_list_wrap {
        height: calc(100vh - 70px);
    }

    .index_content_list {
        padding-top: 30px;
    }

    .index_news_button a:hover {
        font-size: 14px;
    }

    .index_news_button a {
        line-height: 36px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
        font-size: 12px;
    }

    .index_border_center {
        bottom: -127%;
    }

    .index_border_max {
        bottom: -230%;
    }

    .index_logo_item:nth-child(1) {
        width: 14.8%;
    }

    .index_logo_item:nth-child(2) {
        width: 6.4259259%;
    }

    .index_logo_item:nth-child(3) {
        width: 14.8%;
    }

    .index_logo_item:nth-child(4) {
        width: 12.629629%;
    }

    .index_logo_item:nth-child(5) {
        width: 12.629629%;
    }

    .index_logo_item:nth-child(6) {
        width: 7.814814%;
    }

    .index_logo_item:nth-child(7) {
        width: 14.8%;
    }

    .index_logo_item:nth-child(8) {
        width: 6.4259259%;
    }

    .index_news_max_item a {
        width: 460px;
    }

    .index_news_min_li {
        margin-bottom: 20px;
    }

    .index_news_min_img {
        width: 151px;
        height: 140px;
        padding-bottom: 0;
    }

    .index_news_min_img {

    }

    .header_top {
        padding-top: 70px;
    }

    .build_box {
        height: calc(100vh - 70px);
    }


    .ability_list_title {
        font-size: 20px;
        line-height: 32px;
    }

    .ability_banner_title {
        font-size: 38px;
    }

    .ability_content_en {
        font-size: 28px;
        line-height: 40px;
    }

    .ability_content_cn {
        font-size: 28px;
        line-height: 40px;
    }

    .ability_content_text {
        font-size: 14px;
        line-height: 30px;
    }

    .ability_code_text {
        font-size: 14px;
        line-height: 30px;
    }

    .ability_item_title {
        font-size: 14px;
        line-height: 24px;
    }


    .ability_pro_title,
    .ability_value_title,
    .ability_partner_title,
    .ability_code_value_title,
    .advantage_title {
        font-size: 28px;
        line-height: 40px;
    }

    .ability_value_text {
        font-size: 14px;
        line-height: 30px;
        padding: 30px 0 50px 0;
    }

    .ability_code_tab {
        margin: 40px 0;
    }

    .ability_app_title {
        font-size: 18px;
        line-height: 30px;
        bottom: 16%;
    }

    .ability_app_box {
        padding: 60px 0 100px 0;
    }

    .ability_pro_box {
        padding: 60px 0;
    }

    .ability_value_box {
        padding: 60px 0;
    }

    .ability_partner_box {
        padding: 60px 0;
    }

    .ability_partner_item_svg {
        width: 80px;
        padding-bottom: 20px;
    }

    .ability_partner_item_title {
        font-size: 22px;
        line-height: 34px;
    }

    .ability_partner_item_text {
        font-size: 12px;
        line-height: 16px;
    }

    .ability_partner_item_line {
        height: 2px;
        margin: 20px auto;
    }

    .ability_content_line {
        height: 2px;
    }

    .code_value_item_title,
    .ability_shelf_icon_title {
        font-size: 18px;
        line-height: 30px;
    }

    .code_value_item_text {
        font-size: 12px;
        line-height: 24px;
    }

    .ability_code_value_list {
        padding-top: 40px;
    }

    .ability_shelf_icon_svg,
    .code_value_item_svg {
        width: 36%;
    }

    .ability_shelf_icon_list {
        padding: 60px 0 40px 0;
    }

    .ability_shelf_box {
        padding: 60px 0 60px 0;
    }

    .ability_industry_box {
        padding: 60px 0;
    }

    .ability_industry_svg {
        width: 50%;
    }

    .ability_industry_title {
        font-size: 18px;
    }

    .ability_industry_text {
        font-size: 13px;
    }

    .ability_industry_line {
        height: 2px;
    }

    .solution_banner_title {
        font-size: 36px;
        line-height: 60px;
    }

    .solution_item_title {
        font-size: 26px;
        line-height: 38px;
    }

    .solution_item_text {
        font-size: 13px;
        line-height: 26px;
    }

    .solution_item_line {
        height: 2px;
        margin: 15px 0;
    }

    .solution_item_left {
        padding: 40px 0;
    }

    .solution_list_item {
        padding: 40px 0;
        margin: 40px 0 0 0;
    }

    .solution_list_box {
        padding: 10px 0 50px 0;
    }

    .solution_list_icon {
        width: 50%;
    }

    .solution_list_title {
        font-size: 22px;
        line-height: 34px;
    }

    .solution_list_text {
        padding-top: 30px;
    }

    .solution_list_link a {
        line-height: 24px;
        font-size: 14px;
    }

    .solution_list_link {
        margin-bottom: 20px;
    }

    .solution_list_button {
        padding-top: 20px;
    }

    .education_title {
        font-size: 28px;
        line-height: 40px;
    }

    .education_line {
        height: 2px;
    }

    .education_text {
        font-size: 14px;
        line-height: 30px;
    }

    .advantage_item_svg {
        width: 26%;
    }

    .advantage_item_title {
        font-size: 16px;
        line-height: 34px;
    }

    .advantage_item_text {
        font-size: 13px;
        line-height: 24px;
        height: 144px;
    }

    .advantage_box {
        padding: 60px 0;
    }

    .education_app_box {
        padding: 60px 0 80px 0;
    }

    .education_app_list {
        font-size: 0;
        padding: 40px 110px 0 110px;
    }

    .education_app_item_text {
        font-size: 18px;
        line-height: 40px;
    }

    .voice_logo_box {
        padding: 80px 0 60px 0;
    }

    .voice_logo_swiper {
        margin-bottom: 40px !important;
    }

    .solution_item_read {
        width: 65%;
        margin-left: 35%;
        padding-right: 40px;
    }

    .about_content_list {
        padding-top: 60px;
    }

    .about_content_item_title {
        font-size: 22px;
        line-height: 34px;
    }

    .about_content_item_line {
        height: 2px;
    }

    .about_content_item_text {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .about_page_read {
        font-size: 14px;
        line-height: 36px;
    }

    .about_page_box {
        padding: 60px 0 60px 0;
    }

    .about_wap_text {
        font-size: 18px;
    }

    .about_wap_top_text {
        font-size: 14px;
        line-height: 26px;
    }

    .about_wap_sh .about_wap_read {
        top: 12px;
    }

    .about_wap_focus .about_wap_text {
        font-size: 18px;
    }

    .about_honor_list {
        padding: 0 110px;
    }

    .about_honor_item_title {
        height: 78px;
    }

    .about_honor_item_text {
        font-size: 12px;
        line-height: 26px;
    }

    .about_honor_item {
        margin-bottom: 20px;
    }

    .news_title_item a {
        font-size: 12px;
        line-height: 36px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
        padding: 0 22px;
    }

    .news_list_item_read {
        padding: 0 30px;
    }

    .news_list_item_title {
        font-size: 18px;
    }

    .news_list_item_text {
        font-size: 14px;
        line-height: 26px;
    }

    .index_news_min_text {
        font-size: 13px;
        line-height: 20px;
    }

    .index_news_min_label {
        font-size: 13px;
        line-height: 20px;
    }

    .index_news_min_line {
        height: 14px;
        margin: 5px 15px;
    }

    .news_list_page a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .news_read_title {
        font-size: 18px;
        line-height: 30px;
    }

    .news_read_bjq p {
        font-size: 14px;
        line-height: 26px;
    }

    .news_read_bjq h3 {
        font-size: 18px;
    }

    .news_read_control {
        padding: 0 110px;
    }

    .news_control_item_title {
        font-size: 14px;
    }

    .solution_list_button a {
        font-size: 12px;
        line-height: 36px;
        padding: 0 24px;
    }

    .index_news_min_icon {
        width: 16px;
        height: 16px;
        margin: 3px 10px 3px 0;
    }

    .index_news_min_icon i:after {
        left: 5px;
        top: 8px;
        width: 5px;
    }

    .index_news_min_icon i:before {
        left: 5px;
        top: 3px;
        height: 5px;
    }

    .page_header_down {
        top: 70px;
    }

    .page_header_down_read a {
        font-size: 12px;
        padding: 0;
    }

    .page_header_down_svg {
        width: 30%;
    }

    .page_header_down_read {
        width: 70%;
        padding-right: 20px;
    }

    .about_year_item {
        top: 8.5%;
        -webkit-transform-origin: 100px 33.5vw;
        transform-origin: 100px 33.5vw;
    }

    .about_year_list {
        -webkit-transform-origin: 50% 120%;
        transform-origin: 50% 120%;
    }

    .about_item_content {
        padding: 40px 0 20px 0;
    }

    .about_item_title {
        font-size: 32px;
        line-height: 42px;
    }

    .about_item_text {
        font-size: 18px;
        line-height: 32px;
        margin-top: 15px;
    }


    .things_item_read_title,
    .things_item_app_title {
        font-size: 28px;
        line-height: 40px;
    }

    .things_item_read_line {
        height: 2px;
        margin: 15px auto;
    }

    .things_item_read_text {
        font-size: 13px;
    }

    .plan_read_title {
        font-size: 18px;
        line-height: 30px;
        max-height: 60px;
    }

    .things_item_plan_read {
        margin-bottom: 40px;
    }

    .things_item_content,
    .logo_page_item {
        padding: 50px 0;
    }

    .things_item_app_title {
        margin-bottom: 30px;
    }

    .things_item_plan_box {
        padding-left: 60px;
    }

    .logo_page_icon {
        padding: 0 150px 0 170px;
    }

    .logo_page_content_bjq {
        padding: 20px 30px;
    }

    .logo_page_content_text {
        font-size: 14px;
        line-height: 32px;
    }

    .logo_page_content_box {
        padding-top: 25px;
    }

    .job_banner_title {
        font-size: 34px;
        line-height: 46px;
    }

    .job_banner_text {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .job_banner_item a {
        width: 160px;
    }

    .job_banner_item_svg {
        height: 160px;
    }

    .job_banner_icon {
        padding: 0 20%;
    }

    .job_banner_item_svg svg {
        width: 100px;
        height: 100px;
    }

    .job_banner_item_title {
        font-size: 20px;
        line-height: 32px;
        margin-top: 10px;
    }

    .job_lab_title {
        font-size: 20px;
        line-height: 32px;
    }

    .job_lab_text {
        font-size: 13px;
        line-height: 24px;
    }

    .job_round_text {
        font-size: 20px;
        line-height: 32px;
    }

    .job_content_text {
        font-size: 16px;
        line-height: 34px;
    }

    .job_list_title_max {
        font-size: 20px;
    }

    .job_list_item_text {
        font-size: 13px;
    }

    .job_list_item_icon:after {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .job_list_item_span {
        margin: 10px 0;
    }

    .job_right_list_item a {
        padding: 20px;
    }

    .job_right_item_title {
        font-size: 16px;
        line-height: 28px;
    }

    .job_right_item_min {
        font-size: 13px;
        line-height: 24px;
    }

    .job_right_item_text {
        font-size: 13px;
        line-height: 24px;
        height: 72px;
    }

    .job_list_item_read {
        font-size: 13px;
        line-height: 24px;
    }

    .job_read_content_title {
        font-size: 20px;
        line-height: 32px;
    }

    .job_read_content_min {
        font-size: 16px;
        line-height: 28px;
    }

    .job_read_content_bjq {
        font-size: 13px;
        line-height: 34px;
        padding: 20px 0 60px 0;
    }

    .job_read_content_button a {
        width: 200px;
        line-height: 52px;
        font-size: 18px;
    }

    .job_banner_max_text {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .job_banner_max_title {
        font-size: 32px;
        line-height: 56px;
    }

    .ecology_item_title {
        font-size: 32px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .ecology_item_text {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .ecology_item_button a {
        width: 200px;
        line-height: 52px;
        font-size: 18px;
    }

    .ecology_form_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ecology_form_text {
        font-size: 16px;
        line-height: 28px;
    }

    .ecology_form_line {
        height: 2px;
        margin: 15px 0;
    }

    .ecology_input_read {
        font-size: 13px;
        width: 80px;
        line-height: 40px;
    }

    .ecology_input_box input {
        line-height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }

    .ecology_list_item_box {
        padding: 15px 0 40px 0;
    }

    .ecology_item_content {
        padding: 0 20%;
    }

    .ecology_content_title {
        font-size: 16px;
        line-height: 28px;
        height: 84px;
        margin: 15px 0 15px 0;
    }

    .ecology_content_icon {
        width: 160px;
        height: 160px;
    }

    .ecology_content_pop_img {
        width: 100px;
        height: 100px;
    }

    .ecology_content_link a {
        font-size: 16px;
        line-height: 34px;
    }

    .job_banner_box {
        height: calc(100vh - 70px);
    }

    .ecology_banner_swiper {
        height: calc(100vh - 70px);
    }

    .ecology_form_input {
        margin-bottom: 20px;
    }

    .ecology_form_wrap {
        padding: 90px 0 100px 0;
    }

    .flex_box {
        width: 80px;
    }

    .index_content_box {
        padding: 0 110px;
    }

    .page_job_down {
        top: 70px;
    }
}

/*中屏幕*/
@media screen and (min-width: 1400px) and (max-width: 1900px) {
    .web_center {
        padding: 0 220px;
    }

    .header_nav_li a {
        color: #fff;
        font-size: 14px;
        padding: 0 20px;
    }

    .banner_title_cn {
        font-size: 44px;
        line-height: 56px;
    }

    .banner_title_en {
        font-size: 40px;
        line-height: 52px;
    }

    .banner_title_text {
        font-size: 13px;
        line-height: 26px;
        width: 70%;
    }

    .header_wrap {
        padding-top: 60px;
    }

    .header_current {
        padding-top: 0 !important;
    }

    .banner_animation {
        padding-top: 50px;
    }

    .index_content_title {
        font-size: 32px;
        line-height: 44px;
    }

    .index_content_item_box {
        padding: 40px 20px;
    }

    .icon_item_svg {
        width: 100px;
        padding-bottom: 30px;
    }

    .icon_item_title {
        font-size: 26px;
        line-height: 38px;
    }

    .icon_item_text {
        font-size: 14px;
        line-height: 26px;
    }

    .icon_item_line {
        height: 3px;
    }

    .index_white_title {
        font-size: 32px;
        line-height: 44px;
    }

    .index_program_list {
        padding-top: 140px;
    }

    .index_program_svg {
        width: 25%;
    }

    .index_program_title {
        font-size: 20px;
        line-height: 32px;
        padding: 20px 0 46px 0;
    }

    .index_program_button_box a {
        line-height: 35px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .index_program_en {
        font-size: 38px;
        line-height: 50px;
    }

    .index_program_cn {
        font-size: 26px;
        line-height: 38px;
    }

    .index_logo_title {
        font-size: 32px;
    }

    .index_news_min_title {
        font-size: 16px;
    }

    .index_news_max_title {
        font-size: 20px;
        line-height: 32px;
    }

    .index_news_max_text {
        font-size: 16px;
        line-height: 22px;
    }

    .footer_content_li a {
        font-size: 13px;
        line-height: 32px;
    }

    .footer_content_read a {
        font-size: 13px;
        line-height: 32px;
    }

    .footer_content_read {
        font-size: 13px;
        line-height: 32px;
    }

    .banner_title_button a {
        line-height: 38px;
    }

    .page_header_nav_li a {
        font-size: 14px;
        padding: 0 20px;
    }

    .page_header_box,
    .header_current .header_box {
        height: 80px;
    }

    .page_header_nav_li,
    .header_current .header_nav_li {
        line-height: 80px;
    }

    .page_content_wrap {
        padding-top: 80px;
    }

    .ability_list_wrap {
        height: calc(100vh - 80px);
    }

    .index_content_list {
        padding-top: 40px;
    }

    .index_news_button a:hover {
        font-size: 16px;
    }

    .index_news_button a {
        line-height: 36px;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        font-size: 14px;
    }

    .index_logo_item:nth-child(1) {
        width: 14.8%;
    }

    .index_logo_item:nth-child(2) {
        width: 6.4259259%;
    }

    .index_logo_item:nth-child(3) {
        width: 14.8%;
    }

    .index_logo_item:nth-child(4) {
        width: 12.629629%;
    }

    .index_logo_item:nth-child(5) {
        width: 12.629629%;
    }

    .index_logo_item:nth-child(6) {
        width: 7.814814%;
    }

    .index_logo_item:nth-child(7) {
        width: 14.8%;
    }

    .index_logo_item:nth-child(8) {
        width: 6.4259259%;
    }

    .index_news_max_item a {
        width: 540px;
    }

    .index_news_min_li {
        margin-bottom: 30px;
    }

    .index_news_min_img {
        width: 160px;
        height: 160px;
        padding-bottom: 0;
    }

    .build_box {
        height: calc(100vh - 80px);
    }

    .ability_list_title {
        font-size: 22px;
        line-height: 34px;
    }

    .ability_banner_title {
        font-size: 40px;
    }

    .ability_content_en {
        font-size: 30px;
        line-height: 42px;
    }

    .ability_content_cn {
        font-size: 30px;
        line-height: 42px;
    }

    .ability_content_text {
        font-size: 16px;
        line-height: 32px;
    }

    .ability_code_text {
        font-size: 16px;
        line-height: 32px;
    }

    .ability_item_title {
        font-size: 16px;
        line-height: 28px;
    }


    .ability_pro_title,
    .ability_value_title,
    .ability_partner_title,
    .ability_code_value_title,
    .advantage_title {
        font-size: 32px;
        line-height: 44px;
    }

    .ability_value_text {
        font-size: 16px;
        line-height: 32px;
    }

    .ability_app_title {
        font-size: 20px;
        line-height: 32px;
        bottom: 16%;
    }

    .ability_app_box {
        padding: 60px 0 120px 0;
    }

    .ability_pro_box {
        padding: 60px 0;
    }

    .ability_value_box {
        padding: 60px 0;
    }

    .ability_partner_box {
        padding: 60px 0;
    }

    .ability_partner_item_svg {
        width: 100px;
        padding-bottom: 30px;
    }

    .ability_partner_item_title {
        font-size: 26px;
        line-height: 38px;
    }

    .ability_partner_item_text {
        font-size: 14px;
        line-height: 28px;
    }

    .ability_partner_item_line {
        height: 3px;
    }

    .code_value_item_title,
    .ability_shelf_icon_title {
        font-size: 20px;
        line-height: 32px;
    }

    .code_value_item_text {
        font-size: 14px;
        line-height: 26px;
    }

    .ability_code_value_list {
        padding-top: 50px;
    }

    .ability_shelf_icon_svg,
    .code_value_item_svg {
        width: 40%;
    }

    .ability_shelf_icon_list {
        padding: 60px 0 40px 0;
    }

    .ability_shelf_box {
        padding: 60px 0 80px 0;
    }

    .ability_industry_box {
        padding: 60px 0;
    }

    .ability_industry_svg {
        width: 54%;
    }

    .ability_industry_title {
        font-size: 20px;
    }

    .ability_industry_text {
        font-size: 14px;
    }

    .ability_industry_line {
        height: 2px;
    }

    .solution_banner_title {
        font-size: 40px;
        line-height: 66px;
    }

    .solution_item_title {
        font-size: 30px;
        line-height: 42px;
    }

    .solution_item_text {
        font-size: 15px;
        line-height: 30px;
    }

    .solution_item_line {
        height: 3px;
        margin: 20px 0;
    }

    .solution_item_left {
        padding: 50px 0;
    }

    .solution_list_item {
        padding: 50px 0;
        margin: 50px 0 0 0;
    }

    .solution_list_box {
        padding: 10px 0 60px 0;
    }

    .solution_list_icon {
        width: 50%;
    }

    .solution_list_title {
        font-size: 26px;
        line-height: 38px;
    }

    .solution_list_text {
        padding-top: 30px;
    }

    .solution_list_link a {
        line-height: 28px;
        font-size: 16px;
    }

    .solution_list_link {
        margin-bottom: 20px;
    }

    .solution_list_button {
        padding-top: 20px;
    }

    .education_title {
        font-size: 32px;
        line-height: 44px;
    }

    .education_line {
        height: 3px;
    }

    .education_text {
        font-size: 16px;
        line-height: 32px;
    }

    .advantage_item_svg {
        width: 28%;
    }

    .advantage_item_title {
        font-size: 16px;
        line-height: 38px;
    }

    .advantage_item_text {
        font-size: 14px;
        line-height: 28px;
        height: 196px;
    }

    .advantage_box {
        padding: 60px 0;
    }

    .education_app_box {
        padding: 60px 0 80px 0;
    }

    .education_app_list {
        font-size: 0;
        padding: 40px 210px 0 210px;
    }

    .education_app_item_text {
        font-size: 20px;
        line-height: 44px;
    }

    .voice_logo_box {
        padding: 100px 0 60px 0;
    }

    .voice_logo_swiper {
        margin-bottom: 50px !important;
    }

    .solution_item_read {
        width: 65%;
        margin-left: 35%;
        padding-right: 40px;
    }

    .about_content_list {
        padding-top: 80px;
    }

    .about_content_item_title {
        font-size: 26px;
        line-height: 38px;
    }

    .about_content_item_line {
        height: 3px;
    }

    .about_content_item_text {
        font-size: 20px;
        line-height: 32px;
        height: 64px;
    }

    .about_page_read {
        font-size: 16px;
        line-height: 40px;
    }

    .about_page_box {
        padding: 60px 0 80px 0;
    }

    .about_wap_text {
        font-size: 20px;
    }

    .about_wap_top_text {
        font-size: 16px;
        line-height: 28px;
    }

    .about_wap_sh .about_wap_read {
        top: 17px;
    }

    .about_wap_focus .about_wap_text {
        font-size: 22px;
    }

    .about_honor_list {
        padding: 0 210px;
    }

    .about_honor_item_text {
        font-size: 14px;
        line-height: 28px;
    }

    .news_title_item a {
        font-size: 14px;
        line-height: 40px;
        -webkit-border-radius: 21px;
        border-radius: 21px;
        padding: 0 26px;
    }

    .news_list_item_read {
        padding: 0 40px;
    }

    .news_list_item_title {
        font-size: 20px;
    }

    .news_list_item_text {
        font-size: 16px;
        line-height: 28px;
    }

    .index_news_min_text {
        font-size: 14px;
        line-height: 22px;
    }

    .index_news_min_label {
        font-size: 14px;
        line-height: 22px;
    }

    .index_news_min_line {
        height: 14px;
        margin: 5px 15px;
    }

    .news_list_page a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .news_read_title {
        font-size: 20px;
        line-height: 32px;
    }

    .news_read_bjq p {
        font-size: 16px;
        line-height: 28px;
    }

    .news_read_bjq h3 {
        font-size: 20px;
    }

    .news_read_control {
        padding: 0 210px;
    }

    .news_control_item_title {
        font-size: 16px;
    }

    .ability_content_line {
        height: 3px;
    }

    .page_header_down {
        top: 80px;
    }

    .page_header_down {
        top: 80px;
    }

    .page_header_down_read a {
        font-size: 12px;
        padding: 0;
    }

    .page_header_down_svg {
        width: 30%;
    }

    .page_header_down_read {
        width: 70%;
    }

    .about_year_item {
        top: 21%;
        -webkit-transform-origin: 100px 33vw;
        transform-origin: 100px 33vw;
    }

    .about_item_content {
        padding: 60px 0 30px 0;
    }

    .about_item_title {
        font-size: 38px;
        line-height: 48px;
    }

    .about_item_text {
        font-size: 20px;
        line-height: 36px;
        margin-top: 15px;
    }

    /**/
    .things_item_read_title,
    .things_item_app_title {
        font-size: 32px;
        line-height: 44px;
    }

    .things_item_read_line {
        height: 3px;
    }

    .things_item_read_text {
        font-size: 14px;
    }

    .plan_read_title {
        font-size: 20px;
        line-height: 32px;
        max-height: 64px;
    }

    .things_item_plan_read {
        margin-bottom: 60px;
    }

    .things_item_content,
    .logo_page_item {
        padding: 60px 0;
    }

    .things_item_app_title {
        margin-bottom: 35px;
    }

    .things_item_plan_box {
        padding-left: 80px;
    }

    .logo_page_icon {
        padding: 0 250px 0 270px;
    }

    .logo_page_content_bjq {
        padding: 20px 40px;
    }

    .logo_page_content_text {
        font-size: 16px;
        line-height: 36px;
    }

    .logo_page_content_box {
        padding-top: 30px;
    }

    .job_banner_title {
        font-size: 38px;
        line-height: 50px;
    }

    .job_banner_text {
        font-size: 20px;
        line-height: 32px;
        margin-top: 15px;
    }

    .job_banner_item a {
        width: 180px;
    }

    .job_banner_item_svg {
        height: 180px;
    }

    .job_banner_icon {
        padding: 0 20%;
    }

    .job_banner_item_svg svg {
        width: 120px;
        height: 120px;
    }

    .job_banner_item_title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 10px;
    }

    .job_lab_title {
        font-size: 24px;
        line-height: 36px;
    }

    .job_lab_text {
        font-size: 14px;
        line-height: 28px;
    }

    .job_round_text {
        font-size: 24px;
        line-height: 36px;
    }

    .job_content_text {
        font-size: 20px;
        line-height: 38px;
    }

    .job_list_title_max {
        font-size: 24px;
    }

    .job_list_item_text {
        font-size: 14px;
    }

    .job_list_item_icon:after {
        width: 14px;
        height: 14px;
        margin-right: 15px;
    }

    .job_list_item_span {
        margin: 10px 0;
    }

    .job_right_list_item a {
        padding: 24px;
    }

    .job_right_item_title {
        font-size: 20px;
        line-height: 32px;
    }

    .job_right_item_min {
        font-size: 15px;
        line-height: 24px;
    }

    .job_right_item_text {
        font-size: 13px;
        line-height: 26px;
        height: 78px;
    }

    .job_list_item_read {
        font-size: 14px;
        line-height: 28px;
    }

    .job_read_content_title {
        font-size: 24px;
        line-height: 36px;
    }

    .job_read_content_min {
        font-size: 20px;
        line-height: 32px;
    }

    .job_read_content_bjq {
        font-size: 15px;
        line-height: 38px;
        padding: 20px 0 80px 0;
    }

    .job_read_content_button a {
        width: 230px;
        line-height: 60px;
        font-size: 22px;
    }

    .job_banner_max_text {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .job_banner_max_title {
        font-size: 38px;
        line-height: 62px;
    }

    .ecology_item_title {
        font-size: 36px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    .ecology_item_text {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 70px;
    }

    .ecology_item_button a {
        width: 230px;
        line-height: 60px;
        font-size: 22px;
    }

    .ecology_form_title {
        font-size: 20px;
        line-height: 32px;
    }

    .ecology_form_text {
        font-size: 16px;
        line-height: 28px;
    }

    .ecology_form_line {
        height: 3px;
    }

    .ecology_input_read {
        font-size: 18px;
        width: 100px;
        line-height: 44px;
    }

    .ecology_input_box input {
        line-height: 44px;
        padding: 0 15px;
        font-size: 16px;
    }

    .ecology_list_item_box {
        padding: 15px 0 50px 0;
    }

    .ecology_item_content {
        padding: 0 20% 60px 20%;
    }

    .ecology_content_pop_img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .ecology_content_title {
        font-size: 20px;
        line-height: 34px;
        height: 102px;
        margin: 15px 0 15px 0;
    }

    .ecology_content_icon {
        width: 180px;
        height: 180px;
    }

    .ecology_content_link a {
        font-size: 17px;
        line-height: 34px;
    }

    .job_banner_box {
        height: calc(100vh - 80px);
    }

    .ecology_banner_swiper {
        height: calc(100vh - 80px);
    }

    .ecology_form_wrap {
        padding: 100px 0 100px 0;
    }

    .flex_box {
        width: 140px;
    }

    .index_content_box {
        padding: 0 210px;
    }

    .page_job_down {
        top: 80px;
    }

}

/*超过1920*/
@media screen and  (min-width: 1913px) {

}

