/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {
    .width-auto {
        padding: 0 10px;
    }

    .contact_float_wrap {
        left:10px;
        right:10px;
        top:auto;
        bottom:10px;
        width:-webkit-calc(100vw - 20px);
        width:calc(100vw - 20px);
        -webkit-transform:none;
        transform:none;
        display:none!important;
    }
    .contact_float_li{
        width:-webkit-calc(50vw - 15px);
        width:calc(50vw - 15px);
        height:40px;
        box-shadow:0 0 5px rgba(255,255,255,.15);
    }
    .contact_float_li:nth-child(1){
        float:left;
    }
    .contact_float_li:nth-child(2){
        float:right;
    }
    .contact_float_li:nth-child(1),.contact_float_li:nth-child(2){
        margin-bottom:0;
    }
    .contact_float_li:nth-child(3),.contact_float_li:nth-child(3) ~ .contact_float_li{
        display:none;
    }
    .contact_float_icon{
        display:inline-block;
        vertical-align:middle;
        margin-right:6px;
    }
    .contact_float_text{
        display:inline-block;
        vertical-align:middle;
    }
    .xiao_guo_liang_toarr{
        right:10px;
        bottom:75px;
        width:28px;
        height:28px;
    }

    /*小字*/
    .header_nav_a .header_nav_link,
    .header_search_input input,
    .header_search_button,
    .banner_button a,
    .header_nav_down .header_nav_down_ul .header_nav_down_li a,
    .icon_index_text,
    .pro_index_max_type,
    .pro_max_button .pro_img_a,
    .pro_index_img_type,
    .pro_list_button .pro_img_a,
    .news_index_min,
    .news_index_li_type,
    .news_index_li_button a span,
    .news_index_li_button,
    .news_max_button .pro_img_a,
    .footer_list_title,
    .page_banner_min,
    .pro_list_more .pro_img_a,
    .pro_list_text,
    .about_merit_text,
    .about_box_read p,
    .about_box_read h3,
    .about_swiper_type,
    .about_swiper_text,
    .contact_title_text,
    .down_index_li_text,
    .form_list_button .pro_img_a,
    .contact_li_text,
    .contact_tel_title,
    .news_title_box span,
    .news_title_label {
        font-size: 12px;
        line-height: 24px;
    }
    .pro_icon_text{
       /* font-size: 12px;
        line-height: 24px;*/
    }

    .news_bjq_box p {
        font-size: 12px;
        line-height: 26px;
    }

    .page_nav_title,
    .page_nav_title a,
    .pro_nav_button a,
    .news_page_prev a,
    .page_nav_ul .page_nav_li a {
        font-size: 12px;
    }

    .pro_nav_title {
        line-height: 60px;
        font-size: 12px;
    }

    .pro_content_bjq {
        /*font-size: 12px;
        line-height: 26px;*/
    }

    .contact_input_title,
    .contact_input_text input {
        font-size: 12px;
    }

    /*中字*/
    .pro_icon_title,
    .about_merit_title {
        line-height: 38px;
        font-size: 18px;
    }

    .about_swiper_num,
    .contact_li_title,
    .icon_index_title {
        font-size: 16px;
    }

    .pro_content_title {
        font-size: 18px;
        line-height: 26px;
    }

    .contact_tel_num {
        font-size: 23px;
        line-height: 40px;
    }

    /*大字号*/
    .pro_index_max_title span,
    .pro_index_img_title span,
    .news_index_max,
    .page_banner_max,
    .about_swiper_title,
    .news_title_max,
    .news_more_title {
        font-size: 22px;
        line-height: 32px;
    }

    .news_list_page .page_prev,
    .news_list_page .page_next {
        font-size: 26px;
    }

    .news_list_page a {
        font-size: 14px;
    }

    /*按钮*/
    .banner_button,
    .pro_max_button,
    .pro_list_button,
    .news_max_button,
    .pro_list_more,
    .form_list_button {
        width: 110px;
        height: 32px;
    }

    .banner_button a,
    .pro_list_more .pro_img_a {
        line-height: 32px;
    }

    .pro_max_button .pro_img_a,
    .pro_list_button .pro_img_a,
    .news_max_button .pro_img_a,
    .form_list_button .pro_img_a {
        line-height: 28px;
    }

    .header_nav_ul {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: none;
    }

    .header_list_box {
        display: none;
    }

    .header_nav_button {
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        padding: 18px 0 0 10px;
        z-index: 9;
    }

    .header_wrap .xiao_guo_liang{
        display: block;
        position: absolute;
        top: 50%;
        left: 46px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #a6a6a6;
        font-size: 16px;
        line-height: 2em;
    }

    .header_nav_li {
        display: block;
        padding: 5px 0;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .header_li_focus {
        -webkit-animation: scaleNav .5s forwards cubic-bezier(.645, .045, .355, 1);
        animation: scaleNav .5s forwards cubic-bezier(.645, .045, .355, 1);

    }

    @-webkit-keyframes scaleNav {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    @keyframes scaleNav {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    .header_nav_li:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .header_nav_li:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .header_nav_li:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .header_nav_li:nth-child(4) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .header_nav_li:nth-child(5) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .header_nav_li:nth-child(6) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
    }

    .header_nav_li:nth-child(7) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
    }

    .header_nav_li:nth-child(8) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    .header_nav_logo {
        width: 110px;
        top: 18px;
        left: 100%;
        -webkit-transform: translateY(0) translateX(-120px);
        transform: translateY(0) translateX(-120px);
    }

    .header_wrap {
        height: 50px;
    }

    .banner_text {
        padding: 0 10px;
    }

    .banner_p {
        font-size: 30px;
        line-height: 42px;
    }

    .banner_button {
        margin: 20px auto 0;
    }

    .index_swiper_pagination {
        width: 100%;
        left: 0;
        bottom: 20px;
        text-align: center;
    }

    .index_swiper_pagination .index_swiper_label {
        margin: 0 5px;

    }

    .header_nav_ul {
        background: #000;
    }

    .icon_index_li {
        padding: 60px 20px;
        width: 100%;
        border: none;
        position: relative;
    }



    .icon_index_li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background: #dcdcdc;
    }
    .icon_index_li:first-child:before {
        display:none;
    }

    .icon_index_li:nth-child(4n+1),.icon_index_li:nth-child(4n+2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .icon_index_li:nth-child(4n-1),.icon_index_li:nth-child(4n) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .icon_index_path {
        padding-bottom:18px;
    }

    .icon_index_svg {
        width: 70px;
    }

    .icon_index_title{
        font-size:18px;
        line-height:30px;
        font-weight:bold;
        padding:0;
        margin-bottom:10px;
    }

    .icon_index_text {
        font-size:13px;
        line-height:22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }

    .pro_index_max_wrap {
        padding: 0;
    }

    .pro_index_max_left {
        width: 100%;
        padding: 50px 0 20px 0;
    }

    .pro_index_max_box {
        height: auto;
    }

    .pro_index_max_photo {
        width: 40%;
    }

    .pro_index_max_center {
        position: static;
        padding: 0;
    }

    .pro_index_max_right {
        width: 100%;
        padding-bottom: 50px;
    }

    .pro_index_max_center {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0 10px;
    }

    .pro_index_max_text {
        font-size: 12px;
        line-height: 24px;
        padding: 20px 0 20px 0;
    }

    .pro_max_button {
        margin: 0 auto;
    }

    .pro_index_li:nth-child(2n) {
        margin: 0;
    }

    .pro_index_li {
        width: 100%;
        margin: 0;
        display: block;
    }

    .pro_index_img_wrap {
        padding: 20px;
    }

    .news_index_box {
        padding: 50px 0;
    }

    .news_index_title {
        padding: 0 0 30px 0;
    }

    .news_index_li_box {
        width: 100%;
    }

    .news_index_li_after {
        padding: 10px;
    }

    .news_index_li_box:before {
        display: none;
    }

    .news_index_li_box:nth-child(2) .news_index_li_after:after {
        display: none;
    }

    .news_index_li_box:nth-child(3) .news_index_li_after:after {
        display: none;
    }

    .news_index_li_box:after,
    .news_index_li_box:nth-child(1) .news_index_li_after:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .news_index_li_text {
        height: auto;
    }

    .news_index_list_wrap {
        padding-bottom: 50px;
    }

    .footer_list_wrap .footer_list_right {
        display: none;
    }

    .footer_list_left {
        width: 100%;
        text-align: center;
    }

    .footer_list_box {
        width: 100%;
        text-align: center;
    }

    .footer_list_app {
        margin: 0 10px;
    }

    .footer_list_wrap {
        padding: 30px 0 20px 0;
    }

    .footer_bq_logo {
        display: block;
        vertical-align: top;
        height: 30px;
        margin: 0 auto 10px;
    }

    .footer_list_right {
        width: 100%;
        text-align: center;
    }

    .footer_bq_text {
        line-height: 24px;
    }

    .footer_bq_text_wap{
        display:block;
    }

    .footer_bq_wrap {
        line-height: normal;
        padding: 20px 0;
    }


    .news_index_li_box {
        -webkit-animation-delay: .2s !important;
        animation-delay: .2s !important;
    }

    .pro_index_li {
        -webkit-animation-delay: .2s !important;
        animation-delay: .2s !important;
    }

    .header_nav_a .header_nav_link {
        line-height: 36px;
        font-size: 16px;
        text-align: center;
    }

    .header_box_wap {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header_nav_focus .button_span_line2 {
        opacity: 0;
    }

    .header_nav_focus .button_span_line1 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 100% 250%;
        transform-origin: 100% 250%;
        background: #fff;
    }

    .header_nav_focus .button_span_line3 {
        width: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 73% 0;
        transform-origin: 73% 0;
        background: #fff;
        position: relative;
        left: 0;
        top: 0;
    }

    .header_pd {
        padding-top: 50px;
    }

    .page_banner_img {
        padding-bottom: 60%;
    }

    .page_banner_box {
        padding: 0 20px;
        margin-top: 0;
    }

    .pro_list_content_item {
        width: auto;
        margin: 0 10px;
    }

    .pro_list_content_list {
        width: 150%;
    }

    .pro_list_content_title i:before,
    .pro_list_content_title i:after {
        width: 8px;
    }

    .page_banner_min {
        width: 100%;
    }

    .page_banner_icon .page_banner_svg,
    .page_center_icon .page_banner_svg {
        width: 32px;
    }

    .page_banner_icon {
        bottom: 10px;
        height: 32px;
    }

    .pro_list_box {
        padding: 0 0 50px 0;
    }

    .pro_list_li {
        width: 100%;
        -webkit-animation-delay: .2s !important;
        animation-delay: .2s !important;
    }

    .pro_list_li ,.pro_list_li:nth-child(3n) {
        margin: 0 0 20px 0;
    }

    .pro_list_title {
        padding: 0;
    }

    .page_pro_list_box {
        padding: 0;
    }

    .pro_list_ul {
        padding: 50px 0;

    }

    .pro_icon_ul {
        padding: 50px 0;
    }

    .pro_icon_ul_0{
        display:none;
    }

    .pro_icon_li {
        padding: 10px 0;
        width: 100%;
        margin: 0;
        -webkit-animation-delay: .2s !important;
        animation-delay: .2s !important;
    }

    .pro_icon_svg {
        width: 44px;
    }

    .page_nav_left {
        width: 30%;
    }

    .page_nav_right {
        width: 70%;
    }

    .pro_read_max_center {
        padding: 30px 10px 0 10px;
    }

    .pro_banner_img {
        padding-bottom: 70%;
    }

    .pro_swiper_pagination {
        bottom: 10px;
    }

    .pro_content_box {
        padding: 0;
    }

    .pro_content_ul {
        padding: 50px 0 50px 0;
    }

    .pro_content_li:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .pro_color_text {
        line-height: 26px;
        font-size: 12px;
    }

    .pro_color_li {
        display: block;
        padding: 0 0 10px 0;
        margin-bottom: 0;
    }

    .pro_color_box {
        width: 32px;
        height: 20px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        position: relative;
        margin: 3px 0;
    }

    .pro_color_li span {
        line-height: 26px;
    }

    .pro_swiper_pagination .pro_swiper_label {
        margin: 0 3px;
        width: 18px;
    }

    .about_merit_li {
        width: 50%;
        padding: 10px 10px 15px 10px;
    }

    .about_merit_num {
        font-size: 36px;
        line-height: 48px;
    }

    .about_merit_title {
        padding: 0;
        font-size: 16px;
    }

    .about_merit_li:nth-child(1):before,
    .about_merit_li:nth-child(2):before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #dcdcdc;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .about_merit_li:nth-child(2n):after {
        display: none;
    }

    .about_merit_li:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }

    .about_box_text {
        padding: 50px 0;
    }

    .about_partner_wrap {
        padding: 50px 0 0 0;
    }

    .about_partner_ul {
        padding: 20px 0 50px;
    }

    .contact_title_text {
        width: 100%;
        padding-top: 5px;
    }

    .about_partner_li {
        width: 33.3333333%;
    }

    .about_partner_li:nth-child(4) a:after,
    .about_partner_li:nth-child(5) a:after {
        display: none;
    }

    .about_partner_li:nth-child(3n) a:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #dcdcdc;
        z-index: 1;
        pointer-events: none;
    }

    .about_partner_li:nth-child(5n) a:before {
        display: none;
    }

    .about_partner_li:nth-child(3n+1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .about_partner_li:nth-child(3n+2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .about_partner_li:nth-child(3n) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .about_swiper_left {
        width: 100%;
        position: relative;
    }

    .about_swiper_box .swiper-slide {
        padding: 0;
    }

    .about_swiper_right {
        padding: 0;
    }

    .about_swiper_list {
        width: 100%;
        margin: 0;
        padding: 30px 10px;
    }

    .about_swiper_right,
    .about_swiper_box,
    .about_box {
        height: auto;
    }

    .about_swiper_title {
        padding: 10px 0;
    }

    .about_swiper_pagination {
        left: 0;
        width: 100%;
        bottom: -34px;
        text-align: center;
    }

    .about_swiper_pagination .about_swiper_label {
        margin: 0 4px;
    }

    .about_swiper_num {
        color: #375fd7;
    }

    .about_swiper_icon {
        background: #375fd7;
    }

    .page_center_icon {
        padding: 10px 0 0 0;
    }

    .contact_box {
        padding: 50px 0 50px 0;
    }

    .contact_form_wrap {
        padding: 0 0 20px 0;
    }

    .contact_form_input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .contact_form_input:nth-child(2n) {
        margin: 0 0 10px 0;
    }

    .contact_form_content {
        padding: 0 0 30px 66px;
    }

    .contact_ul_box {
        padding: 0 0 50px 0;
    }

    .contact_li_box {
        padding: 30px 0 0 0;
        width: 100%;
    }

    .contact_icon_li a {
        font-size: 28px;
    }

    .contact_icon_li .iconyf31 {
        font-size: 24px;
    }

    .contact_icon_li {
        margin-right: 10px;
    }

    .contact_li_text {
        padding: 15px 0 20px 0;
    }

    .contact_li_title {
        line-height: 32px;
        font-size: 14px;
        padding: 10px 0;
        font-weight: bold;
    }

    .page_top_nav {
        display: block;
        line-height: 40px;
        background: #fff;
        font-size: 0;
        padding: 0 10px;
    }

    .page_top_left {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    .page_top_right {
        width: 60%;
        display: inline-block;
        vertical-align: top;
        text-align: right;
    }

    .page_current_link, .page_list_link {
        display: inline-block;
        vertical-align: top;
    }

    .page_list_link {
        margin-left: 10px;
    }

    .page_list_link:first-child {
        margin: 0;
    }

    .page_current_link a, .page_list_link a {
        font-size: 12px;
        display: block;
    }

    .page_current_link a {
        color: #375fd7;
    }

    .page_banner_min {
        padding: 0;
    }

    .about_title_wrap {
        padding: 40px 0;
    }

    .news_index_title_max {
        font-size: 18px;
        line-height: 30px;
    }

    .pro_index_item_read {
        padding: 0 30px;
        text-align: center;
        top: 20%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .index_pro_pagination {
        bottom: 10px;
    }

    .pro_index_item_title {
        font-size: 20px;
        line-height: 40px;
    }

    .pro_index_item_text {
        font-size: 13px;
        line-height: 26px;
        margin: 4px 0 25px;
    }

    .pro_item_max_button {
        width: 130px;
        height: 40px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #375fd7;
        margin:0 auto;

    }

    .pro_item_max_button .pro_img_a {
        line-height: 38px;
        font-size: 13px;
    }


    .number_index_wrap {
        padding: 30px 20px;
    }
    .number_index_item{
        width:50%;
        margin-top:10px;
        margin-bottom:10px;
    }
    .number_index_title {
        font-size: 36px;
        line-height: 48px;
    }

    .number_index_title span {
        font-size: 18px;
        line-height: 32px;
    }

    .number_index_text {
       /* font-size: 13px;
        line-height: 24px;
        margin-top: 10px;*/
        font-size:16px;
        line-height:38px;
        margin-top:0;
        padding:0;
    }

    .news_index_pd .news_index_list_wrap {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .news_index_button {
        display: none;
    }

    .news_index_pd .news_index_max {
        font-size: 20px;
        line-height: 28px;
    }

    .news_index_list_wrap .news_index_li_after {
        padding: 20px;
    }

    .news_index_li_title a {
        font-size: 15px;
        line-height: 26px;
    }

    .news_index_li_text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .footer_list_wrap {
        display: none;
    }

    .footer_read_new_left,
    .footer_read_new_right {
        width: 100%;
        text-align: center;
    }

    .page_banner_new_title {
        font-size: 20px;
        line-height: 32px;
    }

    .pro_list_title a {
        font-size: 14px;
        line-height: 26px;
    }

    .page_pro_banner_max {
        font-size: 22px;
        line-height: 38px;
    }

    .page_pro_banner_min {
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
    }

    .page_pro_item_svg {
        width: 36px;
        height: 36px;
    }

    .page_pro_list_read {
        width: 100%;
        padding: 0 10px;
    }

    .page_pro_item_text {
        display: none;
    }

    .page_pro_banner_img {
        height: calc(60vh);
    }

    .page_pro_banner_list {
        bottom: 20px;
    }

    .page_pro_item_title {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0 5px 0
    }

    .page_read_content_box {
        padding: 0;
    }

    .page_read_content_item {
        width: 100%;
        padding: 20px 0;
    }

    .page_read_content_title {
        font-size: 22px;
        line-height: 36px;
        width: 100%;
    }

    .page_read_content_text {
        padding-right: 0;
        font-size: 13px;
        line-height: 24px;
    }

    .page_read_list_title {
        font-size: 15px;
        line-height: 28px;
        color: #333;
    }

    .page_read_list_text {
        font-size: 12px;
        line-height: 24px;
        color: #8c8c8c;
    }

    .page_read_content_list {
        padding-bottom: 20px;
        width: 100%;
    }

    .index_pro_read_pagination {
        bottom: 20px;
    }

    .pro_read_item_img {
        padding-bottom: 66%;
    }

    .pro_read_content_box {
        padding: 0;
    }

    .pro_read_content_ul {
        padding: 40px 0;
    }

    .pro_new_read_box {
        padding: 0;
    }

    .pro_new_read_item {
        width: 100%;
    }

    .pro_new_banner_box {
        padding: 0;
    }

    .pro_nav_link a {
        margin-right: 10px;
        font-size: 12px;
    }

    .pro_new_read_title {
        font-size: 22px;
        line-height: 32px;
    }

    .pro_new_read_text {
        /*font-size: 12px;
        line-height: 24px;*/
        margin: 20px 0 30px 0;
    }

    .pro_new_read_box {
        height: auto;
        padding: 60px 0 0 0;
    }

    .pro_new_max_img {
        margin-top: 20px;
    }

    .pro_new_pagination .swiper-pagination-bullet {
        margin-right: 10px !important;
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }

    .pro_content_left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_content_right {
        width: 100%;
    }
    .pro_read_swiper_pagination span {
        width: 76px;
        line-height: 28px;
    }

    .pro_swiper_after {
        width: 76px;
        height: 28px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }

    .about_item_box {
        width: 100%;
    }

    .about_item_read_left {
        padding: 20px;
    }

    .about_item_read_right {
        padding: 20px;
        margin-top: 58.333333%;
    }

    .about_right_img {
        position: absolute;
        top: 0;
    }

    .about_item_content {
        width: 100%;
    }

    .about_item_title {
        font-size: 16px;
        line-height: 24px;
    }

    .about_item_text {
        font-size: 12px;
        line-height: 24px;
    }

    .about_content_img {
        /*padding-bottom: 80%;*/
        padding-bottom: 500px;
    }

    .about_content_read {
        width: 90%;
        left: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .about_content_title {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .about_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .about_partner_title_wrap {
        padding: 0 30px;
    }

    .contact_dt_box {
        padding: 80px 0;
    }

    .contact_dt_read {
        padding: 0;
        width: 100%;
    }

    .contact_dt_content {
        width: 100%;
        padding: 0 20px;
    }

    .contact_dt_tel_title {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_dt_tel_text {
        font-size: 28px;
        line-height: 40px;
    }

    .contact_dt_list {
        padding: 30px 0 0 0;
    }

    .contact_dt_list_title {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_dt_list_text {
        font-size: 12px;
        line-height: 22px;
    }

    .contact_dt_list_icon .contact_dt_icon_span {
        margin-right: 15px;
    }

    .contact_dt_list_icon .contact_dt_icon_span a {
        font-size: 26px;
    }

    .contact_dt_item {
        width: 100%;
        height: 50vh;
        padding: 30px 20px;
    }

    .contact_dt_wrap {
        height: auto;
    }

    .contact_read {
        padding: 30px;
    }

    .contact_index_title_max {
        font-size: 22px;
        line-height: 38px;
    }

    .down_list_wrap .news_index_li_box {
        width: 100%;
    }

    .down_list_wrap .news_index_li_box .news_index_li_after {
        padding: 20px;
    }

    .down_list_wrap .news_index_li_box:nth-child(3n+1) {
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
    }

    .down_list_wrap .news_index_li_box:nth-child(3n+2) {
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
    }

    .down_list_wrap .news_index_li_box:nth-child(3n) {
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
    }
    .down_list_wrap .news_index_li_box .news_index_li_after{
        border-left:none!important;
        border-right:none!important;
    }
    .down_list_wrap .news_index_li_box:hover .news_index_li_after{
        border-left:none!important;
        border-right:none!important;
    }


    .down_list_wrap .news_index_li_box:nth-child(2) .news_index_li_after {
        border-top: none;
    }

    .down_list_wrap {
        margin-bottom: 30px;
    }

    .news_index_list_wrap .news_index_li_after {
        border: none !important;
        border-bottom: 1px solid #dcdcdc!important;
    }

    .news_index_list_wrap .news_index_li_box:nth-child(3n+1) .news_index_li_after {
        border: none !important;
        border-bottom: 1px solid #dcdcdc !important;
    }

    .news_index_list_wrap .news_index_li_box:nth-child(3n+2) .news_index_li_after {
        border: none !important;
        border-bottom: 1px solid #dcdcdc !important;
    }

    .news_index_list_wrap .news_index_li_box:nth-child(3n) .news_index_li_after {
        border: none !important;
        border-bottom: 1px solid #dcdcdc !important;
    }

    .news_index_list_wrap .news_index_li_box:nth-child(1) .news_index_li_after {
        border-top: 1px solid #dcdcdc !important;
    }

    .news_index_pd_wap {
        padding: 0;
        margin-bottom: 30px;
    }

    .news_title_wrap {
        padding: 20px 0;
    }

    .news_title_max {
        padding: 10px 0;
    }

    .news_bjq_wrap {
        padding: 0;
    }

    .news_more_title {
        padding: 30px 0;
    }

    .news_bjq_box {
        padding: 40px 0;
    }

    .news_bjq_box img {
        padding: 10px 0;
    }

    .news_page_box {
        margin: 30px 0;
    }

    .cookie_wrap {
        display: none;
    }

    .header_nav_a .header_nav_down {
        display: none !important;
    }

    .wap_show {
        display: block;
    }

    .pro_index_prev {
        left: 20px;
    }

    .pro_index_next {
        right: 20px;
    }

    .pro_index_button {
        opacity: 1;
        pointer-events: auto;
    }

    .pro_index_prev:before {
        left: 0;
    }

    .news_index_swiper .news_index_li_after {
        border: none !important;
    }

    .news_index_swiper .news_index_li_box:nth-child(1) .news_index_li_after {
        border: none !important;
    }

    .news_index_swiper .news_index_li_box:nth-child(3n+1) .news_index_li_after {
        border: none !important;
    }

    .pro_new_pagination {
        line-height: 30px;
        display: none;
    }

    .pro_new_banner_swiper {
        padding-bottom: 0;
        width: 100%;
    }

    .pro_new_banner_right {
        padding-bottom: 0;
        width: 100%;
        -webkit-align-content: initial;
        align-content: initial;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 10px;
    }

    .pro_new_banner_item {
        width: 50%;
    }

    .pro_new_banner_item:nth-child(1) {
        padding-right: 5px;
    }

    .pro_new_banner_item:nth-child(2) {
        padding-left: 5px;
    }

    .pro_new_item_img {
        height: 0;
        padding-bottom: 94.67%;
    }

    .header_nav_button {
        display: inline-block;
    }

    .pro_new_button {
        display: flex;
    }

    .pro_index_item_img {
        height: -webkit-calc(100vh - 50px);
        height: calc(100vh - 50px);
    }

    .contact_dt_height{
        height:auto;
    }

    .xiao_guo_liang_1_div .inner{
        width:300px;
        margin-left:-150px;
    }
    .xiao_guo_liang_1_div .info_lay_btn{
        padding-top:20px;
    }
    .xiao_guo_liang_1_div .xgl_info_btn{
        height:40px;
        line-height:40px;
    }
}

@media screen and (max-width:360px){
    .pro_item_max_button{
        margin-top:0;
    }
}

/*兼容笔记本1340*/
@media screen and (min-width: 1201px) and (max-width: 1420px) {
    /*小字*/
    .header_nav_a .header_nav_link,
    .header_search_input input,
    .header_search_button,
    .banner_button a,
    .header_nav_down .header_nav_down_ul .header_nav_down_li a,
    .icon_index_text,
    .pro_index_max_type,
    .pro_max_button .pro_img_a,
    .pro_index_img_type,
    .pro_list_button .pro_img_a,
    .news_index_min,
    .news_index_li_type,
    .news_index_li_text,
    .news_index_li_button a span,
    .news_index_li_button,
    .news_max_button .pro_img_a,
    .footer_list_title,
    .page_banner_min,
    .pro_list_more .pro_img_a,
    .pro_list_text,
    .about_merit_text,
    .about_box_read p,
    .about_box_read h3,
    .about_swiper_type,
    .about_swiper_text,
    .contact_title_text,
    .down_index_li_text,
    .form_list_button .pro_img_a,
    .contact_li_text,
    .contact_tel_title,
    .news_title_box span,
    .news_title_label {
        font-size: 13px;
        line-height: 24px;
    }
    .pro_icon_text{
        /*
        font-size: 13px;
        line-height: 24px;
        */
    }

    .news_bjq_box p {
        font-size: 13px;
        line-height: 26px;
    }

    .page_nav_title,
    .page_nav_title a,
    .pro_nav_button a,
    .news_page_prev a,
    .page_nav_ul .page_nav_li a {
        font-size: 13px;
    }

    .pro_nav_title {
        line-height: 60px;
        font-size: 13px;
    }

    .pro_content_bjq {
        /*font-size: 13px;
        line-height: 32px;*/
    }

    .contact_input_title,
    .contact_input_text input {
        font-size: 14px;
    }

    /*中字*/
    .news_index_li_title a,
    .pro_list_title a,
    .pro_icon_title,
    .about_merit_title {
        line-height: 38px;
        font-size: 18px;
    }

    .about_swiper_num,
    .contact_li_title,
    .icon_index_title {
        font-size: 18px;
    }

    .pro_content_title {
        font-size: 16px;
        line-height: 32px;
    }

    .contact_tel_num {
        font-size: 23px;
        line-height: 40px;
    }

    /*大字号*/
    .pro_index_max_title span,
    .pro_index_img_title span,
    .news_index_max,
    .page_banner_max,
    .about_swiper_title,
    .news_title_max,
    .news_more_title {
        font-size: 32px;
        line-height: 42px;
    }

    .news_list_page .page_prev,
    .news_list_page .page_next {
        font-size: 32px;
    }

    /*按钮*/
    .banner_button,
    .pro_max_button,
    .pro_list_button,
    .news_max_button,
    .pro_list_more,
    .form_list_button {
        width: 110px;
        height: 32px;
    }

    .banner_button a,
    .pro_list_more .pro_img_a {
        line-height: 32px;
    }

    .pro_max_button .pro_img_a,
    .pro_list_button .pro_img_a,
    .news_max_button .pro_img_a,
    .form_list_button .pro_img_a {
        line-height: 28px;
    }

    /*头部底部*/
    .header_search_width .header_list_search {
        width: 190px;
    }

    .header_search_input input {
        line-height: 26px;
    }

    .header_nav_a .header_nav_link {
        line-height: 66px;
    }

    .width-auto {
        padding: 0 40px;
    }

    .header_nav_logo {
        width: 100px;
    }

    .header_nav_li {
        padding: 0 8px;
        line-height: 66px;
    }

    .header_wrap {
        height: 66px;
    }

    .header_nav_button {
        padding: 26px 0 0 0;
    }

    .header_icon_show {
        font-size: 13px;
        width: 26px;
        line-height: 26px;
        height: 28px;
    }

    .header_list_span {
        height: 28px;
        line-height: 26px;
    }

    .header_list_en a {
        font-size: 13px;
        width: 26px;
        line-height: 26px;
    }

    .header_icon_hide {
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .header_icon_hide:before {
        top: 12px;
        left: 4px;
    }

    .header_icon_hide:after {
        top: 12px;
        left: 4px;
    }

    .header_search_button {
        height: 20px;
        line-height: 20px;
        top: 3px;
    }

    .header_list_span {
        margin-left: 15px;
    }

    .footer_list_app a {
        font-size: 30px;
    }

    .footer_list_app {
        margin-right: 10px;
    }

    .footer_list_box {
        width: 180px;
    }

    .footer_bq_wrap {
        line-height: 60px;
    }

    .footer_bq_logo {
        width: 80px;
        height: 60px;
    }

    .header_pd {
        padding-top: 66px;
    }

    /*公共样式结束*/
    .banner_p {
        font-size: 32px;
        line-height: 48px;
    }

    .icon_index_li {
        padding: 30px 40px 30px 40px;
    }

    .icon_index_svg {
        width: 56px;
    }

    .icon_index_text {
        height: 48px;
        overflow: hidden;
    }

    .pro_index_max_wrap {
        padding: 100px 100px 0 100px;
    }

    .pro_index_max_photo {
        width: 260px;
    }

    .pro_index_max_box {
        height: 395px;
    }

    .pro_index_max_center {
        padding: 0 60px 0 60px;
    }


    .pro_index_max_text {
        font-size: 13px;
        line-height: 24px;
        padding: 30px 0 30px 0;
    }

    .pro_index_img_wrap {
        padding: 40px 40px 60px 40px;
    }

    .news_index_box {
        padding: 90px 0 70px 0;
    }

    .news_index_li_after {
        padding: 26px 60px 26px 40px;
    }

    .news_index_li_text {
        margin-bottom: 22px;
    }

    .page_banner_icon .page_banner_svg,
    .page_center_icon .page_banner_svg {
        width: 48px;
    }

    .page_banner_icon {
        bottom: 60px;
        height: 48px;
    }

    .pro_list_box {
        padding: 0 40px 80px 40px;
    }

    .pro_list_ul {
        padding-bottom: 50px;
    }

    .page_banner_box {
        margin-top: -54px;
    }

    .pro_icon_ul {
        padding: 0;
    }

    .pro_icon_li {
        padding: 80px 30px 80px;
    }

    .pro_icon_svg {
        width: 48px;
    }

    .pro_read_max_center {
        padding: 20px 40px 0 40px;
    }

    .pro_content_box {
        padding: 0 60px;
    }

    .pro_content_ul {
        padding: 80px 0 120px 0;
    }

    .pro_content_left {
        width: 18%;
    }

    .pro_content_right {
        width: 82%;
    }

    .pro_color_li {
        padding: 0 60px 0 0;
    }

    .pro_color_text {
        font-size: 13px;
        padding: 0 0 0 10px;
    }

    .pro_color_box {
        margin: 4px 0;
    }

    .pro_color_li span {
        line-height: 32px;
    }

    .about_merit_num {
        font-size: 52px;
        line-height: 68px;
    }

    .about_merit_title {
        padding: 0;
    }

    .about_box_text {
        padding: 80px 100px 40px;
    }


    .about_swiper_box {
        height: 350px;
    }


    .about_swiper_right {
        padding: 40px 0 0 0;
    }

    .about_swiper_list {
        width: 100%;
        margin: 0;
        padding: 0 60px;
    }

    .about_partner_ul {
        padding: 40px 100px 80px;
    }

    .news_index_pd .news_index_list_wrap {
        padding: 0 120px;
    }

    .news_index_prev {
        left: -64px;
    }

    .news_index_next {
        right: -64px;
    }

    .contact_box {
        padding: 80px 0 120px 0;
    }

    .contact_form_wrap {
        padding: 0 40px 40px 40px;
    }

    .contact_read {
        padding: 50px;
    }

    .contact_ul_box {
        padding: 0 120px 60px 120px;
    }

    .contact_li_box {
        padding: 50px 100px 0 0;
    }

    .contact_icon_li a {
        font-size: 28px;
        line-height: 28px;
    }

    .contact_icon_li .iconyf31 {
        font-size: 24px;
    }

    .contact_icon_li {
        margin-right: 16px;
    }

    .news_title_wrap {
        padding: 70px 120px 30px 120px;
    }

    .news_bjq_wrap {
        padding: 0 120px 80px 120px;
    }

    .news_bjq_box {
        padding: 50px 0 80px 0;
    }

    .news_more_title {
        padding: 80px 0 50px 0;
    }

    /*.contact_float_wrap {*/
    /*    width: 80px;*/
    /*}*/
    /*.contact_float_li {*/
    /*    width: 80px;*/
    /*    height: 100px;*/
    /*}*/
    /*.contact_float_img {*/
    /*    left: -100px;*/
    /*    width: 100px;*/
    /*    display: none;*/
    /*}*/
    /*.contact_float_icon {*/
    /*    line-height: 64px;*/
    /*    color: #fff;*/
    /*    font-size: 48px;*/
    /*}*/
    /*.contact_float_text {*/
    /*    line-height: 36px;*/
    /*    font-size: 15px;*/
    /*}*/
    .news_title_wrap {
        padding: 70px 120px 30px 120px;
    }

    .news_bjq_wrap {
        padding: 0 120px 80px 120px;
    }

    .news_bjq_box {
        padding: 70px 0 100px 0;
    }

    .news_more_title {
        padding: 100px 0 70px 0;
    }

    /*.contact_float_wrap {*/
    /*    width: 90px;*/
    /*}*/
    /*.contact_float_li {*/
    /*    width: 90px;*/
    /*    height: 110px;*/
    /*}*/
    /*.contact_float_img {*/
    /*    left: -110px;*/
    /*    width: 110px;*/
    /*    display: none;*/
    /*}*/
    /*.contact_float_icon {*/
    /*    line-height: 70px;*/
    /*    color: #fff;*/
    /*    font-size: 52px;*/
    /*}*/
    /*.contact_float_text {*/
    /*    line-height: 40px;*/
    /*    font-size: 16px;*/
    /*}*/
    .about_swiper_box {
        height: 420px;
    }

    .number_index_wrap {
        padding: 80px 280px;
    }

    .news_index_pd .news_index_max {
        font-size: 32px;
    }

    .pro_index_item_title {
        font-size: 24px;
        line-height: 38px;
    }

    .pro_index_item_text {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0 40px 0;
    }

    .number_index_title {
        font-size: 52px;
        line-height: 68px;
    }

    .number_index_title span {
        font-size: 26px;
        line-height: 45px;
    }

    .number_index_text {
        /*
        font-size: 16px;
        line-height: 26px;
        margin-top: 30px;
        */
        font-size:18px;
        line-height:38px;
        margin-top:0;
        padding:0;
    }

    .pro_list_text {
        font-size: 12px;
    }

    .pro_new_read_title {
        font-size: 32px;
        line-height: 36px;
    }

    .pro_new_read_text {
        /*font-size: 12px;
        line-height: 32px;*/
        margin: 25px 0 40px 0;
    }

    .pro_new_banner_box {
        padding: 0 60px;
    }

    .page_pro_banner_max {
        font-size: 32px;
        line-height: 48px;
    }

    .page_pro_banner_min {
        font-size: 16px;
        line-height: 24px;
    }

    .page_pro_list_box {
        padding: 0 120px 40px 120px;
    }

    .page_pro_item_title {
        font-size: 16px;
        line-height: 26px;
    }

    .page_pro_item_text {
        font-size: 12px;
    }

    .page_pro_item_svg {
        width: 44px;
        height: 44px;
    }

    .page_read_content_box {
        padding: 0 60px;
    }

    .page_read_content_title {
        font-size: 32px;
        line-height: 44px;
    }

    .page_read_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .page_read_content_item {
        padding: 90px 0;
    }

    .page_read_list_title {
        font-size: 20px;
        line-height: 32px;
    }

    .page_read_list_text {
        font-size: 14px;
        line-height: 24px;
    }

    .about_title_wrap {
        padding: 80px 240px 80px;
    }

    .news_index_title_max {
        font-size: 20px;
        line-height: 50px;
    }

    .about_box_read p {
        font-size: 12px;
    }

    .about_item_read_left {
        padding-left: 100px;
    }

    .about_item_content {
        width: 360px;
    }

    .about_item_title, .about_content_title {
        font-size: 20px;
        line-height: 28px;
    }

    .about_item_text {
        font-size: 12px;
    }

    .about_content_read {
        width: 48%;
        left: 26%;
        top: 20%;
    }

    .about_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .about_partner_title_wrap {
        padding: 0 240px 0;
    }

    .about_box_read {
        padding: 10px 0 0 0;
    }

    .contact_index_title_max {
        font-size: 32px;
        line-height: 44px;
    }

    .page_banner_new_title {
        font-size: 32px;
        line-height: 44px;
    }

    .down_index_li_text {
        font-size: 12px;
    }

    .news_index_li_type {
        font-size: 12px;
    }

    .contact_dt_read {
        padding-left: 120px;
    }

    .contact_dt_box {
        padding: 0 160px;
    }

    .contact_dt_tel_title {
        font-size: 13px;
    }

    .contact_dt_tel_text {
        font-size: 32px;
        line-height: 44px;
    }

    .contact_dt_list_title {
        font-size: 13px;
    }

    .contact_dt_list_text {
        font-size: 13px;
        line-height: 26px;
    }

    .contact_dt_list_icon .contact_dt_icon_span a {
        font-size: 28px;
    }

    .contact_dt_list {
        padding-top: 30px;
    }

    .contact_dt_content {
        width: 65%;
    }

    .contact_dt_read {
        width: 55%;
    }

    .contact_dt_item {
        width: 45%;
    }

    .contact_title_text {
        font-size: 12px;
    }

    .news_index_li_button a span {
        font-size: 13px;
    }

    .pro_index_item_read {
        padding: 0 260px;
    }

    .pro_new_read_box {
        padding: 0 100px;
    }

    .pro_read_content_box {
        padding: 0 60px;
    }

    .footer_read_new_left,
    .footer_read_new_right {
        height: 60px;
    }

    .footer_bq_text {
        line-height: 60px;
    }

    .contact_dt_box {
        padding: 0 100px;
    }

    .contact_dt_read {
        padding-left: 40px;
    }

    .pro_index_item_img {
        height: calc(100vh - 66px);
    }
    .cookie_text {
        font-size: 12px;
    }
    .header_search_input input {
        font-size: 12px;
    }
}

/*兼容笔记本1400*/
@media screen and (min-width: 1421px) and (max-width: 1850px) {
    /*小字*/
    .header_nav_a .header_nav_link,
    .header_search_input input,
    .header_search_button,
    .banner_button a,
    .header_nav_down .header_nav_down_ul .header_nav_down_li a,
    .pro_index_max_type,
    .pro_max_button .pro_img_a,
    .pro_index_img_type,
    .pro_list_button .pro_img_a,
    .news_index_min,
    .news_index_li_button a span,
    .news_index_li_button,
    .news_max_button .pro_img_a,
    .footer_list_title,
    .page_banner_min,
    .pro_list_more .pro_img_a,
    .about_merit_text,
    .about_box_read h3,
    .about_swiper_type,
    .about_swiper_text,
    .form_list_button .pro_img_a,
    .contact_li_text,
    .contact_tel_title,
    .news_title_box span,
    .news_title_label {
        font-size: 14px;
        line-height: 24px;
    }
    .pro_icon_text{
        /*
        font-size: 14px;
        line-height: 24px;
        */
    }

    .news_bjq_box p {
        font-size: 14px;
        line-height: 26px;
    }

    .page_nav_title,
    .page_nav_title a,
    .pro_nav_button a,
    .news_page_prev a,
    .page_nav_ul .page_nav_li a {
        font-size: 14px;
    }

    .pro_nav_title {
        line-height: 60px;
        font-size: 14px;
    }

    .pro_content_bjq {
        /*font-size: 14px;
        line-height: 32px;*/
    }

    .contact_input_title,
    .contact_input_text input {
        font-size: 15px;
    }

    /*中字*/
    .news_index_li_title a,
    .pro_icon_title,
    .about_merit_title {
        line-height: 38px;
        font-size: 18px;
    }

    .about_swiper_num,
    .contact_li_title,
    .icon_index_title {
        font-size: 18px;
    }

    .pro_content_title {
        font-size: 18px;
        line-height: 32px;
    }

    .contact_tel_num {
        font-size: 23px;
        line-height: 40px;
    }

    /*大字号*/
    .pro_index_max_title span,
    .pro_index_img_title span,
    .news_index_max,
    .page_banner_max,
    .about_swiper_title,
    .news_title_max,
    .news_more_title {
        font-size: 36px;
        line-height: 52px;
    }

    .news_list_page .page_prev,
    .news_list_page .page_next {
        font-size: 32px;
    }

    /*按钮*/
    .banner_button,
    .pro_max_button,
    .pro_list_button,
    .news_max_button,
    .pro_list_more,
    .form_list_button {
        width: 120px;
        height: 36px;
    }

    .banner_button a,
    .pro_list_more .pro_img_a {
        line-height: 36px;
    }

    .pro_max_button .pro_img_a,
    .pro_list_button .pro_img_a,
    .news_max_button .pro_img_a,
    .form_list_button .pro_img_a {
        line-height: 32px;
    }

    /*头部底部*/
    .header_search_width .header_list_search {
        width: 190px;
    }

    .header_search_input input {
        line-height: 26px;
    }

    .header_nav_a .header_nav_link {
        line-height: 70px;
    }

    .width-auto {
        padding: 0 60px;
    }

    .header_nav_logo {
        width: 100px;
    }

    .header_nav_li {
        padding: 0 8px;
        line-height: 70px;
    }

    .header_wrap {
        height: 70px;
    }

    .header_nav_button {
        padding: 28px 0 0 0;
    }

    .header_icon_show {
        font-size: 13px;
        width: 26px;
        line-height: 26px;
        height: 28px;
    }

    .header_list_span {
        height: 28px;
        line-height: 28px;
    }

    .header_list_en a {
        font-size: 12px;
        width: 26px;
        line-height: 26px;
    }

    .header_icon_hide {
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
        width: 26px;
        height: 26px;
        line-height: 30px;
    }

    .header_icon_hide:before {
        top: 12px;
        left: 6px;
    }

    .header_icon_hide:after {
        top: 12px;
        left: 6px;
    }

    .header_search_button {
        height: 22px;
        line-height: 22px;
        top: 2px;
        font-size: 12px;
    }

    .header_list_span {
        margin-left: 15px;
    }

    .footer_list_app a {
        font-size: 32px;
    }

    .footer_list_app {
        margin-right: 15px;
    }

    .footer_list_box {
        width: 180px;
    }

    .footer_bq_wrap {
        line-height: 60px;
    }

    .footer_bq_logo {
        width: 80px;
        height: 60px;
    }

    .header_pd {
        padding-top: 70px;
    }

    /*公共样式结束*/
    .banner_p {
        font-size: 36px;
        line-height: 54px;
    }

    .icon_index_li {
        padding: 50px 40px 50px 40px;
    }

    .icon_index_svg {
        width: 60px;
    }

    .icon_index_text {
        font-size: 12px;
        height: 48px;
        overflow: hidden;
    }

    .pro_index_max_wrap {
        padding: 120px 100px 0 100px;
    }

    .pro_index_max_photo {
        width: 300px;
    }

    .pro_index_max_box {
        height: 450px;
    }

    .pro_index_max_center {
        padding: 0 60px 0 60px;
    }


    .pro_index_max_text {
        font-size: 13px;
        line-height: 24px;
        padding: 30px 0 60px 0;
    }

    .pro_index_img_wrap {
        padding: 60px 60px 80px 60px;
    }

    .news_index_box {
        padding: 100px 0;
    }

    .news_index_li_after {
        padding: 26px 60px 26px 40px;
    }

    .news_index_li_text {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .news_index_pd .news_index_list_wrap {
        padding: 0 160px;
    }

    .page_banner_icon .page_banner_svg,
    .page_center_icon .page_banner_svg {
        width: 52px;
    }

    .page_banner_icon {
        bottom: 60px;
        height: 52px;
    }

    .page_banner_box {
        margin-top: -56px;
    }

    .pro_list_box {
        padding: 0 40px 80px 40px;
    }

    .pro_list_ul {
        padding-bottom: 50px;
    }

    .pro_icon_ul {
        padding: 0;
    }

    .pro_icon_li {
        padding: 80px 30px 80px;
    }

    .pro_icon_svg {
        width: 48px;
    }

    .pro_read_max_center {
        padding: 40px 40px 0 40px;
    }

    .pro_content_box {
        padding: 0 60px;
    }

    .pro_content_ul {
        padding: 80px 0 120px 0;
    }

    .pro_content_left {
        width: 18%;
    }

    .pro_content_right {
        width: 82%;
    }

    .pro_color_li {
        padding: 0 60px 0 0;
    }

    .pro_color_text {
        font-size: 13px;
        padding: 0 0 0 10px;
    }

    .pro_color_box {
        margin: 4px 0;
    }

    .pro_color_li span {
        line-height: 32px;
    }

    .about_merit_num {
        font-size: 52px;
        line-height: 68px;
    }

    .about_merit_title,.number_index_text {
        padding: 0;
    }

    .about_box_text {
        padding: 100px 100px 60px;
    }

    .about_swiper_right {
        padding: 80px 0 0 0;
    }

    .about_partner_wrap {
        padding: 50px 0 0 0;
    }

    .about_swiper_list {
        width: 100%;
        margin: 0;
        padding: 0 60px;
    }

    .about_partner_ul {
        padding: 40px 100px 80px;
    }

    .news_index_list_wrap {
        padding-bottom: 60px;
    }

    .contact_box {
        padding: 80px 0 140px 0;
    }

    .contact_form_wrap {
        padding: 0 120px 60px 120px;
    }

    .contact_ul_box {
        padding: 0 120px 60px 120px;
    }

    .contact_li_box {
        padding: 50px 100px 0 0;
    }

    .contact_icon_li a {
        font-size: 28px;
        line-height: 28px;
    }

    .contact_icon_li .iconyf31 {
        font-size: 24px;
    }

    .contact_icon_li {
        margin-right: 16px;
    }

    .news_title_wrap {
        padding: 70px 120px 30px 120px;
    }

    .news_bjq_wrap {
        padding: 0 120px 80px 120px;
    }

    .news_bjq_box {
        padding: 70px 0 100px 0;
    }

    .news_more_title {
        padding: 100px 0 70px 0;
    }

    /*.contact_float_wrap {*/
    /*    width: 90px;*/
    /*}*/
    /*.contact_float_li {*/
    /*    width: 90px;*/
    /*    height: 110px;*/
    /*}*/
    /*.contact_float_img {*/
    /*    left: -110px;*/
    /*    width: 110px;*/
    /*    display: none;*/
    /*}*/
    /*.contact_float_icon {*/
    /*    line-height: 70px;*/
    /*    color: #fff;*/
    /*    font-size: 52px;*/
    /*}*/
    /*.contact_float_text {*/
    /*    line-height: 40px;*/
    /*    font-size: 16px;*/
    /*}*/
    .about_swiper_box {
        height: 420px;
    }

    .number_index_wrap {
        padding: 80px 280px;
    }

    .news_index_pd .news_index_max {
        font-size: 36px;
    }

    .pro_index_item_title {
        font-size: 24px;
        line-height: 38px;
    }

    .pro_index_item_text {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0 40px 0;
    }

    .number_index_title {
        font-size: 52px;
        line-height: 68px;
    }

    .number_index_title span {
        font-size: 26px;
        line-height: 45px;
    }

    .number_index_text {
        font-size: 18px;
        line-height: 38px;
        margin-top: 0;
        padding:0;
    }

    .pro_list_text {
        font-size: 12px;
    }

    .pro_new_read_title {
        font-size: 32px;
        line-height: 36px;
    }

    .pro_new_read_text {
        /*font-size: 12px;
        line-height: 32px;*/
        margin: 30px 0 60px 0;
    }

    .pro_new_banner_box {
        padding: 0 60px;
    }

    .page_pro_banner_max {
        font-size: 32px;
        line-height: 48px;
    }

    .page_pro_banner_min {
        font-size: 16px;
        line-height: 24px;
    }

    .page_pro_list_box {
        padding: 0 260px 60px 260px;
    }

    .page_pro_item_title {
        font-size: 16px;
        line-height: 26px;
    }

    .page_pro_item_text {
        font-size: 12px;
    }

    .page_pro_item_svg {
        width: 60px;
        height: 60px;
    }

    .page_read_content_box {
        padding: 0 140px;
    }

    .page_read_content_title {
        font-size: 32px;
        line-height: 44px;
    }

    .page_read_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .page_read_content_item {
        padding: 90px 0;
    }

    .page_read_list_title {
        font-size: 20px;
        line-height: 32px;
    }

    .page_read_list_text {
        font-size: 14px;
        line-height: 24px;
    }

    .about_title_wrap {
        padding: 100px 320px 100px;
    }

    .news_index_title_max {
        font-size: 22px;
        line-height: 54px;
    }

    .about_box_read p {
        font-size: 13px;
    }

    .about_item_title, .about_content_title {
        font-size: 22px;
        line-height: 30px;
    }

    .about_item_text {
        font-size: 13px;
    }

    .about_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .about_partner_title_wrap {
        padding: 40px 340px 0;
    }

    .about_box_read {
        padding: 10px 0 0 0;
    }

    .contact_index_title_max {
        font-size: 32px;
        line-height: 44px;
    }

    .page_banner_new_title {
        font-size: 32px;
        line-height: 44px;
    }

    .down_index_li_text {
        font-size: 12px;
    }

    .news_index_li_type {
        font-size: 12px;
    }

    .contact_dt_read {
        padding-left: 120px;
    }

    .contact_dt_box {
        padding: 0 160px;
    }

    .contact_dt_tel_title {
        font-size: 13px;
    }

    .contact_dt_tel_text {
        font-size: 32px;
        line-height: 44px;
    }

    .contact_dt_list_title {
        font-size: 13px;
    }

    .contact_dt_list_text {
        font-size: 13px;
        line-height: 26px;
    }

    .contact_dt_list_icon .contact_dt_icon_span a {
        font-size: 28px;
    }

    .contact_dt_list {
        padding-top: 55px;
    }

    .contact_title_text {
        font-size: 12px;
    }

    .news_index_li_button a span {
        font-size: 13px;
    }

    .pro_index_item_read {
        padding: 0 260px;
    }

    .pro_read_content_box {
        padding: 0 140px;
    }

    .footer_read_new_left,
    .footer_read_new_right {
        height: 60px;
    }

    .footer_bq_text {
        line-height: 60px;
    }

    .pro_index_item_img {
        height: calc(100vh - 70px);
    }
    .header_search_input input {
        font-size: 14px;
    }
}



