@media (max-width: 640px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        font-size: 12px;
    }
    html {
        overflow-y: scroll;
        _background-image: url(about:blank);
        _background-attachment: fixed;
    }
    body {
        font-family: "Microsoft Yahei", Arial, 'Hiragino Sans GB', sans-serif;
        color: #333;
        font-weight: 400;
    }
    #pc,
    .pc {
        display: none;
    }
    #move,
    .move {
        display: block;
    }
    .lbxbt {
        display: none !important;
    }
    /*内容框*/
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    /*头部空间*/
    .clear74 {
        clear: both;
        width: 100%;
        height: 50px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6.h7 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    h1,
    .h1 {
        font-size: 2.5rem;
    }
    /*30*/
    h2,
    .h2 {
        font-size: 2rem;
    }
    /*24*/
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    /*21*/
    h4,
    .h4 {
        font-size: 1.5rem;
    }
    /*18*/
    h5,
    .h5 {
        font-size: 1.25rem;
    }
    /*15*/
    h6,
    .h6 {
        font-size: 1rem;
    }
    /*12*/
    h7,
    .h7 {
        font-size: 0.75rem;
    }
    /*9*/
    /*搜索*/
    .sousuo {}
    .sousuo .form-inline {}
    .sousuo .form-inline .spisip {
        background-color: #f7f7f7;
    }
    /*头部*/
    .hero_header {
        height: auto;
    }
    .navbar {
        padding: 13px 15px;
    }
    .navbar .logo {
        line-height: 20px;
    }
    .navbar .logo a {}
    .navbar .logo img {
        height: 24px;
    }
    .navbar .navbar-nav {
        position: fixed;
        background-color: #FFFFFF;
        left: 0;
        top: 50px;
        border-top: 1px solid #CCCCCC;
    }
    .navbar .navbar-nav .nav-item {
        display: flex;
        align-items: stretch;
    }
    .navbar .navbar-nav ul {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .navbar .navbar-nav ul li {
        padding: 10px 30px;
        width: 50%;
    }
    .navbar .navbar-nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 38px;
        border-radius: 19px;
        background: #f4f4f4;
    }
    .navbar .navbar-nav ul li a:hover {
        color: #FFFFFF;
        background: -moz-linear-gradient(top, #00f2fe 0%, #4facfe 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00f2fe), color-stop(100%, #4facfe));
        background: -webkit-linear-gradient(top, #00f2fe 0%, #4facfe 100%);
        background: -o-linear-gradient(top, #00f2fe 0%, #4facfe 100%);
        background: -ms-linear-gradient(top, #00f2fe 0%, #4facfe 100%);
        background: linear-gradient(to bottom, #00f2fe 0%, #4facfe 100%);
    }
    /*头部*/
    .navbar {
        justify-content: space-between;
    }
    .navbar .navbar-nav {
        display: none;
    }
    .navbar .toggler {
        display: block;
    }
    .navbar .form-inline {
        display: none;
    }
    /*底部*/
    .footer {
        background-color: #f4f4f4;
    }
    .footer .container {
        padding: 20px 0px;
        margin: 0 15px;
        border-bottom: 1px solid #CCCCCC;
        color: #666666;
        width: auto;
    }
    .footer a {
        color: #666666;
    }
    .footer a:hover {
        color: #00afec;
    }
    .footer .footer_item {
        width: 100%;
    }
    .footer .footer_item ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
    }
    .footer .footer_item ul li {
        font-size: 1rem;
        line-height: 1rem;
        padding: 0 15px;
        background: none;
        text-align: center;
        border-right: 1px solid #CCCCCC;
    }
    .footer .footer_item ul li:first-of-type {
        padding: 0 15px;
    }
    /*首个footer_item_li*/
    .footer .footer_item ul li:last-of-type {
        background-image: none;
        padding: 0 15px;
        border-right: 0px solid #CCCCCC;
    }
    /*最后*/
    .footer .footer_wx {
        display: none;
    }
    .footer .noflex {
        flex-wrap: wrap;
    }
    .footer .container .tal {
        display: block;
        text-align: center;
        width: 100%;
    }
    .footer .container .tal i {
        font-style: normal;
        color: #00afec;
        font-size: 1.25rem;
    }
    .footer .container .text {
        text-align: center;
        width: 100%;
        font-size: 1rem;
        margin-top: 15px;
    }
    .footer .container .text i {
        font-style: normal;
    }
    .footer .container .text b {
        font-style: normal;
        font-weight: 400;
        display: block;
    }
    /*其它*/
    /*移动端标题*/
    /* 前端分页 */
    #page {
        margin: 0;
        font-size: 1rem;
        height: 2rem;
        line-height: 2rem;
        text-align: left;
        margin: 20px auto;
        padding: 0
    }
    #page span {
        border: 1px solid #2196f3;
        background: #2196f3;
        color: #fff;
        padding: 4px 10px;
        margin-left: 5px;
    }
    #page .pageinfo {
        display: none;
    }
    #page a {
        border: 1px solid #ddd;
        background: #fff;
        color: #808080;
        padding: 4px 6px;
        margin-left: 5px;
        transition: all 0.2s
    }
    #page a:hover,
    #page .curpage {
        background: #2196f3;
        color: #fff;
        text-decoration: none;
        border: 1px solid #2196f3;
    }
    #page .nopage {
        cursor: not-allowed;
    }
    #page .nopage:hover {
        background: #fff;
        color: #808080;
        border: 1px solid #ddd;
    }
    #page .form_page {
        float: right;
        line-height: 2rem;
    }
    #page .form_page input {
        width: 20px;
        line-height: 2rem;
        border: 0px;
    }
    /*上下一篇文章*/
    .pre-next {
        padding: 15px 0;
    }
    .pre-next p {
        font-size: 1rem;
        margin-bottom: 0px;
        line-height: 2rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        align-items: center;
    }
    .allimg {}
    .allimg img {
        width: 100%;
    }
    .biaoa {
        background: url(./images/biaoa01.png) left 2px no-repeat;
        background-size: 20px;
        text-indent: 26px;
    }
    /*新*/
    .biaob {
        background: url(./images/biaob01.png) left 2px no-repeat;
        background-size: 20px;
        text-indent: 26px;
    }
    /*热*/
    .biaoa i {
        display: none;
    }
    .biaob i {
        display: none;
    }
    /*	
    .nwes_one .news_b .ulli_zreo .col-one-1 .biaoa{background: url(./images/biaoa01.png) left 2px no-repeat; background-size: 20px; text-indent: 26px;背景图top 2px 等于(行高-20px)/2}
	.nwes_one .news_b .ulli_zreo .col-one-1 .biaob{background: url(./images/biaob01.png) left 2px no-repeat; background-size: 20px; text-indent: 26px;  }
*/
    /*列表*/
    /*列表*/
    .ulli_zreo {}
    .ulli_zreo .col-one-1 {
        padding: 20px 0;
    }
    .ulli_zreo .col-one-1 .img_box {
        min-width: 140px;
        width: 140px;
        height: auto;
        margin-right: 10px;
    }
    .ulli_zreo .col-one-1 .img_box img {
        max-width: 100%;
        border: 0px solid #e3e2e2;
        border-radius: 5px;
    }
    /*overflow:hidden;*/
    .ulli_zreo .col-one-1 .detail-box {
        flex-grow: 1;
        position: relative;
        padding-right: 0px;
    }
    .ulli_zreo .col-one-1 .detail-box h4 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }
    .ulli_zreo .col-one-1 .detail-box p {
        font-size: 1rem;
        color: #999999;
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }
    .ulli_zreo .col-one-1 .detail-box .intr_bot {
        position: absolute;
        color: #999999;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 0.9rem;
    }
    .ulli_zreo .col-one-1 .detail-box .intr_bot .stit {
        display: inline-block;
        margin-right: 10px;
        padding: 0 8px;
        height: 20px;
        line-height: 18px;
        border: 1px solid #DBDBDB;
        border-radius: 2px;
    }
    .ulli_zreo .col-one-1 .detail-box .intr_bot .tagbox {
        padding-left: 25px;
        background: url(./images/hicon_tag.png) left center no-repeat;
        background-size: 20px auto;
        color: #999999;
    }
    .ulli_zreo .col-one-1 .detail-box .intr_bot .tagbox a {
        color: #999999;
        padding-right: 1rem;
    }
    .ulli_zreo .col-one-1 .detail-box .intr_bot .tagbox a:hover {
        color: #00afec;
    }
    .ulli_zreo .col-one-1:hover {
        background-color: #f4f4f4;
    }
    .ulli_zreo .col-one-1:hover h4 {
        color: #00afec;
    }
    .ulli_zreo .col-one-1 .detail-box h4:hover {
        color: #00afec;
    }
    .ulli_two {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 20px 15px;
    }
    .ulli_two .col-one-4 {
        min-width: 150px;
        margin: 0 20px 0 0;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
        -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
    }
    .ulli_two .col-one-4 .img_box {
        border-radius: 5px 5px 0 0;
    }
    .ulli_two .col-one-4 .img_box .link {
        display: none;
    }
    .ulli_two .col-one-4 .hot {
        height: 30px;
        background: url(./images/hot.png) left top no-repeat;
        background-size: 30px;
    }
    .ulli_two .col-one-4 .detail-box {
        padding: 10px;
    }
    .ulli_two .col-one-4 .detail-box h6 {
        font-size: 1.1rem;
    }
    .ulli_two .col-one-4 .detail-box h7 {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        margin-bottom: 0;
    }
    .ulli_two .bian {
        min-width: 1px;
    }
    .ulli_two .col-one-4 .detail-box .time {
        display: none;
    }
    .ulli_two .col-one-4:hover .img_box .link {
        display: none;
    }
    .ulli_three {
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        flex-wrap: wrap;
    }
    .ulli_three .item {
        width: 100%;
    }
    .ulli_three .item .item_image {
        border-radius: 5px;
    }
    .ulli_three .item ul {
        padding: 10px 15px 0 15px;
    }
    .ulli_three .item ul li {
        line-height: normal;
        margin: 0 0 15px 20px;
        border-radius: 5px;
        position: relative;
        overflow: visible;
        height: 88px;
        /*图高+间距*/
        padding-top: 10px;
        -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
        -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
    }
    .ulli_three .item ul li a {
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        position: absolute;
        left: -20px;
    }
    .ulli_three .item ul li a .image {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        border-radius: 5px;
    }
    .ulli_three .item ul li a .text {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 5px 0 10px;
    }
    .ulli_three .item ul li a .image img {
        width: 102px;
        height: 68px;
        border-radius: 5px;
    }
    .ulli_three .item ul li .title {
        font-size: 1.2rem;
    }
    .ulli_three .item ul li .title h4 {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 0rem;
    }
    .ulli_three .item ul li .title dd {
        display: none;
    }
    .ulli_three .item ul li .title span {
        display: none;
    }
    .ulli_three .item ul li .ptext {
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #999999;
    }
    .ulli_three .item .more {
        width: 110px;
        height: 30px;
        line-height: 28px;
        border-radius: 15px;
        background-color: #FFFFFF;
        color: #00afec;
        border: 1px solid #00afec;
        text-align: center;
    }
    .ulli_three .item .more:hover {
        background-color: #00afec;
        color: #FFFFFF;
    }
    .ulli_three .item .poszs {}
    /*知识类*/
    .ulli_three .item .poszs li {
        margin: 0 0 15px 0;
        height: auto;
        padding-top: 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }
    .ulli_three .item .poszs li a {
        position: relative;
        left: 0;
    }
    .ulli_three .item .poszs li .image {
        padding-bottom: 10px;
    }
    .ulli_three .item .poszs li .text {
        border-bottom: 1px solid #CCCCCC;
        margin: 0 0 0 10px;
    }
    .ulli_three .item .poszs li .title {
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }
    .ulli_three .item .poszs ul li .title h4 {
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .ulli_three .item .poszs li .title dd {
        display: block;
        position: absolute;
        bottom: 0;
        margin-left: 0;
        font-size: 1rem;
        text-indent: 0px
    }
    .ulli_three .item .poszs li .title span {
        display: none;
    }
    .ulli_three .item .poszs li .ptext {
        display: none;
    }
    .ulli_three .item .wenda {}
    /*问答*/
    .ulli_three .item .wenda li {
        margin: 0 0 15px 0;
        height: auto;
        padding-top: 0;
        border-radius: 5px;
    }
    .ulli_three .item .wenda li a {
        position: relative;
        left: 0;
    }
    .ulli_three .item .wenda li .image {
        display: none;
    }
    .ulli_three .item .wenda li .text {
        margin: 0px;
    }
    .ulli_three .item .wenda li .title {
        background-color: #d3ecfd;
        padding: 20px;
        border-radius: 5px 5px 0 0;
    }
    .ulli_three .item .wenda li .title h4 {
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        font-size: 1.25rem;
    }
    .ulli_three .item .wenda li .title dd {
        display: none;
    }
    .ulli_three .item .wenda li .title span {
        display: none;
    }
    .ulli_three .item .wenda li .ptext {
        margin: 20px;
    }
    .ulli_three .item .wenda li .ptext b {
        display: inline-block;
        color: #00afed;
        font-weight: normal;
    }
    .ulli_four {}
    .ulli_four .item {
        width: 100%;
        border: 0px solid #CCCCCC;
        padding: 20px 0;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        flex-wrap: nowrap;
        border-bottom: 1px solid #CCCCCC;
    }
    .ulli_four .item .item_image {
        border-radius: 5px;
        min-width: 160px;
        width: 180px;
    }
    .ulli_four .item .item_image img {
        max-width: 100%;
    }
    .ulli_four .item .item_text {
        padding: 0 0 0 5px;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        flex-wrap: wrap;
    }
    .ulli_four .item .item_text h5 {
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 1.25rem;
        border-bottom: 0px solid #CCCCCC;
        text-align: left;
        margin-bottom: 0px;
    }
    .ulli_four .item .item_text p {
        color: #999999;
        margin-bottom: 0px;
        line-height: 1.25rem;
        font-size: 1rem;
    }
    .ulli_four .item .item_text h6 {
        display: none;
    }
    .ulli_four .item .item_text .more {
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0;
    }
    .ulli_four .item .item_text .more a {
        font-size: 0.9rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 0.75rem;
        padding: 0 0.5rem;
        display: inline-block;
        color: #FFFFFF;
        background-color: #00aeed;
        margin: 0;
        margin-right: 0.5rem;
    }
    .ulli_four .item:hover {
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }
    .ulli_four .item:hover .item_text h5 {
        color: #00aeed;
    }
    .ulli_five {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        align-content: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 10px 0;
    }
    .ulli_five .col-one-4 {
        min-width: 150px;
        margin: 0 20px 0 0;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
        -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
    }
    .ulli_five .col-one-4:first-of-type {
        margin: 0 20px;
    }
    /*首个footer_item_li*/
    .ulli_five .bian {
        min-width: 1px;
    }
    /*最后显示阴影占位*/
    .ulli_five .col-one-4 .img_box {
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }
    .ulli_five .col-one-4 .img_box .link {
        line-height: 30px;
        height: 30px;
        background: #FFFFFF;
        color: #333333;
        text-align: center;
    }
    .ulli_five .col-one-4 .img_box img {
        width: 100%;
        border-radius: 5px;
    }
    .ulli_five .col-one-4 .img_box .ab {
        padding: 0 20px;
        text-align: center;
    }
    .ulli_five .col-one-4 .img_box .ab h5 {
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
    }
    .ulli_five .col-one-4 .img_box .ab p {
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        display: none;
    }
    .ulli_five .col-one-4 .brand_img-box::before {
        background-color: rgba(37, 37, 37, 0);
        z-index: 1;
    }
    .ulli_five .col-one-4:hover .img_box .link {
        display: none;
    }
    .ulli_five .col-one-4:hover .brand_img-box .ab {
        display: none;
    }
    .ulli_five .col-one-4:hover .brand_img-box .link {
        display: block;
    }
    .ulli_five .col-one-4:hover span {
        color: #00afec;
    }
    .page_one {
        display: none;
    }
    .page_two {
        display: none;
    }
    .page_three {
        width: 100%;
        padding: 20px 0 0 0;
        background-color: #FFFFFF;
    }
    .page_three .container {
        padding: 0;
    }
    .page_three .oent {
        padding: 0 15px;
    }
    .page_three .imagesa {
        padding: 0 15px;
    }
    .page_three .imagesa img {
        max-width: 100%;
    }
    .page_three h3 {
        color: #333333;
        text-align: left;
        font-weight: bold;
        margin-top: 20px;
        font-size: 1.5rem;
    }
    .page_three h3 span {
        color: #00afec;
    }
    .page_three .move_new {
        display: block;
        padding: 0 15px;
    }
    .page_three .move_new a {
        font-weight: normal;
        float: right;
        font-size: 1.25rem;
        color: #999999;
    }
    .page_three .ulli_two {
        margin-top: 0px;
    }
    .page_three .ulli_three {
        margin-top: 0;
    }
    .page_three .ulli_three ul {}
    .page_five {
        width: 100%;
        padding: 0 0 10px 0;
        background-color: #FFFFFF;
    }
    .page_five .container {
        padding: 0;
    }
    .page_five h3 {
        color: #333333;
        text-align: left;
        font-weight: bold;
        margin-top: 20px;
        font-size: 1.5rem;
        padding: 0 15px;
    }
    .page_five h3 span {
        color: #00afec;
    }
    .page_five .five_form {
        flex-wrap: wrap;
    }
    .page_five .five_form h3 {
        text-align: center;
    }
    .page_five .five_form .fl {
        padding: 0 15px;
        min-width: 90%;
        flex-shrink: 1;
        margin: 0 auto;
    }
    .page_five .five_form .fl img {
        margin: 10px auto;
        max-width: 68%;
    }
    .page_five #time {}
    .page_five #time b {}
    .page_five .five_form .fr {
        padding: 0 15px;
    }
    .page_five .five_form .fr .form_div {
        width: auto;
        margin: 0 auto;
    }
    .page_five .five_form .fr .form_div h6 {
        background-size: 18px;
        padding-left: 24px;
        height: 22px;
        line-height: 22px;
        margin-top: 20px;
    }
    .page_five .five_form .fr .form_div h6 i {
        background-color: #d3ecfd;
        border-radius: 11px;
        padding: 2px 8px;
    }
    .page_five .five_form .fr .form_div h6 b {
        font-weight: 400;
        padding: 0 5px;
    }
    .page_five .five_form .fr .form_div .form {}
    .page_five .five_form .fr .form_div .form ul {}
    .page_five .five_form .fr .form_div .form ul li {
        padding: 10px 0 0 0;
        font-size: 1.2rem;
    }
    .page_five .five_form .fr .form_div .form ul li .input-text {
        height: 40px;
        line-height: 40px;
        width: 100%;
        text-indent: 2rem;
    }
    .page_five .five_form .fr .form_div .form ul li .button {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
    .page_five .five_form .fr .form_div .form ul li .button span {
        font-size: 15px;
    }
    /*栏目页*/
    .all_con_lr {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: hidden;
    }
    .all_con_lr .alfl {
        flex-grow: 1;
    }
    .all_con_lr .alfr {
        min-width: 272px;
        margin-left: 50px;
        flex-grow: 0;
        display: none;
    }
    .all_con_lr .alfr .alfr_one {
        background-color: #f7f7f7;
        width: 100%;
        padding: 25px 18px;
    }
    .all_con_lr .alfr .alfr_one h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .all_con_lr .alfr .alfr_one .link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
    }
    .all_con_lr .alfr .alfr_one .link a {
        display: inline-block;
        height: 24px;
        line-height: 22px;
        border-radius: 12px;
        padding: 0 15px;
        margin: 5px 0;
        border: 1px solid #CCCCCC;
    }
    .all_con_lr .alfr .alfr_one .link a:hover {
        background-color: #00afec;
        border: 1px solid #00afec;
        color: #FFFFFF;
    }
    .all_con_lr .alfr .alfr_two {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #CCCCCC;
        padding: 0 18px;
    }
    .all_con_lr .alfr .alfr_two h5 {
        border-bottom: 1px solid #cccccc;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .all_con_lr .alfr .alfr_two span {
        display: inline-block;
        padding: 20px 0;
        border-bottom: 5px solid #00afec;
        position: relative;
        top: 3px;
    }
    .all_con_lr .alfr .alfr_two .link {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
        background: url(./images/1_8.png) left 11px no-repeat;
    }
    .all_con_lr .alfr .alfr_two .link a {
        display: inline-block;
        line-height: 36px;
        height: 36px;
        text-indent: 24px;
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
    }
    .all_con_lr .alfr .alfr_two .pro_li {}
    .all_con_lr .alfr .alfr_two .pro_li .item {
        position: relative;
        margin-bottom: 30px;
    }
    .all_con_lr .alfr .alfr_two .pro_li .item img {
        max-width: 100%;
    }
    .all_con_lr .alfr .alfr_two .pro_li .item b {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #edeff1;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
    }
    .all_con_lr .alfr .alfr_two .alfr_about {
        position: relative;
    }
    .all_con_lr .alfr .alfr_two .alfr_about .item {
        margin-bottom: 20px;
    }
    .all_con_lr .alfr .alfr_two .alfr_about .item .link_on {
        text-decoration: underline !important;
        color: #00afec;
    }
    .nwes_one {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .nwes_one .container {}
    .nwes_one .con_title {
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-top: 0px;
        margin: 0 15px;
    }
    /*主级标题*/
    .nwes_one .con_title span {
        padding: 0 0 10px 0;
        border-bottom: 3px solid #00afec;
        position: relative;
        top: 2px;
    }
    .nwes_one .ulli_zreo {
        padding: 0 15px;
    }
    .nwes_one .ulli_zreo .col-one-1 {
        padding: 20px 0;
    }
    .nwes_one .ulli_zreo .col-one-1 .img_box {
        min-width: 140px;
        width: 140px;
        height: auto;
        margin-right: 10px;
    }
    .nwes_one .ulli_zreo .col-one-1 .img_box img {
        max-width: 100%;
        border: 0px solid #e3e2e2;
        border-radius: 5px;
    }
    .nwes_one .ulli_zreo .col-one-1 .detail-box h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        font-weight: normal;
    }
    .nwes_one .ulli_zreo .col-one-1 .detail-box p {
        font-size: 1rem;
    }
    .nwes_one #page {
        padding: 0 15px;
    }
    .nwes_one .news_a {}
    /*行业资讯*/
    .nwes_one .news_a .ulli_zreo .col-one-1 .detail-box .intr_bot .fr {
        display: none;
    }
    .nwes_one .news_a .ulli_zreo .col-one-1 .detail-box .intr_bot .fl .stit {
        display: none;
    }
    .nwes_one .news_b {}
    /*知识*/
    .nwes_one .news_b .ulli_zreo .col-one-1 .detail-box h4 {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        line-height: 2rem;
    }
    .nwes_one .news_b .ulli_zreo .col-one-1 .detail-box p {
        display: none;
    }
    .nwes_one .news_b .ulli_zreo .col-one-1 .detail-box .intr_bot .fr {
        display: none;
    }
    .nwes_one .news_b .ulli_zreo .col-one-1 .detail-box .intr_bot .fl .stit {
        display: none;
    }
    .nwes_one .news_c {}
    /*问答*/
    .nwes_one .news_c .ulli_zreo .col-one-1 {
        padding: 10px 0;
    }
    .nwes_one .news_c .ulli_zreo .col-one-1 .img_box {
        display: none;
    }
    .nwes_one .news_c .ulli_zreo .col-one-1 .detail-box h4 {
        margin-bottom: 0;
        font-weight: normal;
    }
    .nwes_one .news_c .ulli_zreo .col-one-1 .detail-box p {
        display: none;
    }
    .nwes_one .news_c .ulli_zreo .col-one-1 .detail-box .intr_bot {
        display: none;
    }
    .nwes_one .news_show {}
    .nwes_one .news_show .adsbanner {
        margin: 0 0 20px 0;
        padding: 0 15px;
    }
    .nwes_one .news_show .adsbanner img {
        max-width: 100%;
    }
    .news_show .title {
        padding: 0 15px;
    }
    .news_show .title h4 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_show .title .other {
        color: #999999;
        padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
    }
    .news_show .title .other span {
        display: inline-block;
        background: url(./images/yean.png) left center no-repeat;
        float: right;
        text-indent: 20px;
    }
    /*yean*/
    .news_show .text {
        padding: 10px 15px;
        line-height: 2rem;
        font-size: 14px;
        text-align: justify;
    }
    .news_show .text p {
        line-height: 28px;
        font-size: 16px;
    }
    .news_show .text img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .news_show .pre-next {
        padding: 15px;
    }
    .news_show .alfr_two {
        background-color: #ffffff;
        width: 100%;
        border: 0px solid #CCCCCC;
        padding: 0 15px 20px 15px;
    }
    .news_show .alfr_two h5 {
        border-bottom: 1px solid #cccccc;
        position: relative;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_show .alfr_two span {
        display: inline-block;
        padding: 20px 0 10px 0;
        border-bottom: 3px solid #00afec;
        position: relative;
        top: 2px;
    }
    .news_show .alfr_two .link {
        flex-direction: column;
    }
    .news_show .alfr_two .link ul {
        width: 100%;
    }
    .news_show .alfr_two .link li {
        display: inline-block;
        line-height: 25px;
        height: 25px;
        text-indent: 18px;
        text-overflow: ellipsis;
        white-space: wrap;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        background: url(./images/1_8a.png) left 2px no-repeat;
        background-size: 10px;
    }
    .news_show .alfr_two .link ul li:nth-child(2) {
        background: url(./images/1_8a.png) left -22px no-repeat;
        background-size: 10px;
    }
    .news_show .alfr_two .link ul li:nth-child(3) {
        background: url(./images/1_8a.png) left -46px no-repeat;
        background-size: 10px;
    }
    .news_show .alfr_two .link ul:nth-child(2) li {
        background: url(./images/1_8a.png) left -70px no-repeat;
        background-size: 10px;
    }
    .news_show .alfr_two .link ul:nth-child(2) li:nth-child(2) {
        background: url(./images/1_8a.png) left -94px no-repeat;
        background-size: 10px;
    }
    .news_show .alfr_two .link ul:nth-child(2) li:nth-child(3) {
        background: url(./images/1_8a.png) left -118px no-repeat;
        background-size: 10px;
    }
    .news_show .alfr_two .link ul li:hover {
        background-image: url(./images/1_8b.png);
        background-size: 10px;
    }
    .news_show .alfr_two .link ul:nth-child(2) li:hover {
        background-image: url(./images/1_8b.png);
        background-size: 10px;
    }
    .pro_one {
        width: 100%;
        padding: 0;
    }
    .pro_one .container {}
    .pro_one .con_title {
        padding: 3px 0 3px 15px;
        margin: 15px 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .pro_one .con_title::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }
    .pro_one .con_title {
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .pro_one .con_title .link {
        border-bottom: 1px solid #CCCCCC;
        position: relative;
        white-space: nowrap;
    }
    .pro_one .con_title a {
        height: 30px;
        line-height: 1.3rem;
        font-size: 1.3rem;
        border: 0px solid #FFFFFF;
        border-radius: 0;
        padding: 0 10px;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        top: 3px;
    }
    .pro_one .con_title .on {
        border: 0px solid #00aeed;
        color: #00aeed;
        border-bottom: 5px solid #00aeed;
    }
    .pro_one .con_title a:hover {
        border: 0px solid #00aeed;
        color: #00aeed;
        border-bottom: 5px solid #00aeed;
    }
    .pro_one .ulli_four {
        padding: 0 15px;
    }
    .pro_one #page {
        padding: 0 15px;
    }
    /*产品大小图*/
    .pro_one .pro_show {}
    .pro_one .pro_show .top_name {
        padding: 15px;
        margin: 0 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }
    .pro_one .pro_show .top_name .top_wa {
        width: 100%;
        height: auto;
    }
    .pro_one .pro_show .top_name .top_w {
        width: 540px;
        height: 300px;
        display: none;
    }
    /*swiper2*/
    /*大小缩图展示*/
    .pro_one .pro_show .top_name .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .pro_one .pro_show .top_name .swiper-container .swiper-pagination {
        text-align: center;
        display: block;
        color: #FFFFFF;
        width: 60px;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
        left: auto;
        right: 20px;
        background-color: rgba(000, 000, 000, 0.3);
    }
    .pro_one .pro_show .top_name .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .pro_one .pro_show .top_name .gallery-top {
        height: 100%;
        width: 100%;
    }
    .pro_one .pro_show .top_name .gallery-top .swiper-slide {
        text-align: center;
    }
    .pro_one .pro_show .top_name .gallery-top .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    .pro_one .pro_show .top_name .gallery-thumbs {
        box-sizing: border-box;
    }
    .pro_one .pro_show .top_name .gallery-thumbs .swiper-slide {
        opacity: 0.4;
        text-align: center;
    }
    .pro_one .pro_show .top_name .gallery-thumbs .swiper-slide img {
        width: 71px;
        height: 71px;
    }
    .pro_one .pro_show .top_name .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    .pro_one .pro_show .pao_tac {}
    .pro_one .pro_show .pao_tac .title {
        width: 100%;
        padding: 0 15px;
    }
    .pro_one .pro_show .pao_tac .title h5 {
        border-bottom: 1px solid #cccccc;
        position: relative;
        font-size: 1.5rem;
        font-weight: bold;
        display: flex;
        justify-content: space-around;
    }
    .pro_one .pro_show .pao_tac .title dd {
        display: inline-block;
        padding: 0 0 10px 0;
        border-bottom: 5px solid rgba(0, 175, 236, 0);
        position: relative;
        top: 3px;
        margin-right: 0;
    }
    .pro_one .pro_show .pao_tac .title .on {
        border-bottom: 5px solid rgba(0, 175, 236, 1);
    }
    .pro_one .pro_show .pao_tac .title dd:hover {
        border-bottom: 5px solid rgba(0, 175, 236, 1);
    }
    .pro_one .pro_show .pao_tac .text {
        padding: 15px;
    }
    .pro_one .pro_show .pao_tac .text #text1 p {
        font-size: 1.1rem;
    }
    .wuliao {
        height: 50px;
        text-align: center;
        margin: 0 20px;
        padding: 15px 0;
    }
    .wuliao a {
        display: inline-block;
        font-size: 1.25rem;
        padding: 0 15px;
        border-left: 1px solid #CCCCCC;
    }
    .wuliao a:first-of-type {
        border-left: 0px solid #CCCCCC;
    }
    .about_one {
        width: 100%;
        padding: 0;
    }
    .about_one .container {}
    .about_one .title {
        width: 100%;
        margin-top: 0px;
        padding: 0 15px;
    }
    .about_one .title h5 {
        border-bottom: 1px solid #cccccc;
        position: relative;
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: bold;
    }
    .about_one .title span {
        display: inline-block;
        padding: 20px 0 10px 0;
        border-bottom: 5px solid #00afec;
        position: relative;
        top: 3px;
    }
    .about_one .con_text {
        padding: 10px 15px;
    }
    .about_one .con_text p {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 0px;
    }
    .about_one .con_text p img {
        max-width: 100%;
        margin: 0 auto;
    }
    .about_one .tal_about {
        padding: 10px 15px;
    }
    .about_one .tal_about ul {}
    .about_one .tal_about ul li {
        font-size: 1rem;
        line-height: 2.5rem;
        white-space: nowrap;
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .about_one .tal_about ul li .tal_a {
        margin-right: 20px;
        vertical-align: middle;
        width: 30px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .zhao_one {
        width: 100%;
        padding: 0;
    }
    .zhao_one .container {}
    .zhao_one .title {
        width: 100%;
        margin-top: 0px;
        padding: 0 15px;
    }
    .zhao_one .title h5 {
        border-bottom: 1px solid #cccccc;
        position: relative;
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: bold;
    }
    .zhao_one .title span {
        display: inline-block;
        padding: 20px 0;
        border-bottom: 5px solid #00afec;
        position: relative;
        top: 3px;
    }
    .zhao_one .con_text {
        padding-top: 50px;
    }
    .zhao_one .con_text p {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .zhao_one .con_text p img {
        max-width: 100%;
        margin: 0 auto;
    }
    .zhao_one .text_a {
        padding: 10px 15px;
    }
    .zhao_one .text_a ul {}
    .zhao_one .text_a ul li {
        font-size: 1.2rem;
        line-height: 2.5rem;
        color: #666666;
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 0;
    }
    .zhao_one .text_a ul li span {
        margin: 0.6rem 1rem 0 0;
    }
    .zhao_one .text_a ul li span img {
        height: 1.5rem;
    }
    .zhao_one .text_b {
        padding: 10px 15px;
    }
    .zhao_one .text_b ul {}
    .zhao_one .text_b ul li {
        font-size: 1rem;
        line-height: 2.5rem;
        color: #666666;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 50px 0 20px 0;
        border-bottom: 1px solid #CCCCCC;
    }
    .zhao_one .text_b ul li .fl,
    .zhao_one .text_b ul li .fr {
        width: 100%;
        text-align: center;
    }
    .zhao_one .text_b ul li .fl img {
        width: 180px;
    }
    .zhao_one .text_b ul li:nth-child(1) .fl {
        order: 0;
    }
    .zhao_one .text_b ul li:nth-child(3) .fl {
        order: 0;
    }
    .zhao_one .text_b ul li:last-of-type {
        border-bottom: 0px solid #CCCCCC;
    }
    .zhao_one .text_b .tex {
        text-align: center;
        margin: 0 auto;
        width: auto;
        background: url(./images/texh1.png) 40% top no-repeat;
        padding: 10px 0 0 15px;
        margin-top: 15px;
    }
    .zhao_one .text_c {
        padding: 20px 20px 0 20px;
        background-color: #f7f7f7;
        margin: 0 15px 20px 15px;
    }
    .zhao_one .text_c ul {
        display: flex;
        flex-wrap: wrap;
    }
    .zhao_one .text_c ul li {
        width: 26%;
        padding-bottom: 20px;
    }
    .zhao_one .text_c ul li img {
        max-width: 100%;
    }
    .zhao_one .text_c ul li h5 {
        margin: 0;
        padding-top: 10px;
        font-size: 1rem;
    }
    .zhao_one .text_d {
        padding: 10px 15px;
    }
    .zhao_one .text_d ul {}
    .zhao_one .text_d ul li {
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .zhao_one .text_d ul li h5 {
        margin: 0;
        line-height: 2;
    }
    .zhao_one .text_d ul li h5 span {
        display: inline-block;
        padding: 0 10px;
    }
    /*移动端专属*/
    /*字体*/
    .phone_two {
        display: flex;
        flex-wrap: nowrap;
    }
    .phone_two .back {
        flex-grow: 0;
    }
    .phone_two .sousuo {
        flex-grow: 1;
    }
    .phone_two h4 {
        margin-bottom: 0px;
        line-height: 32px;
    }
}