@charset "utf-8";
/* 扫除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本名堂元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单位素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 12px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*笼罩bootstrape对问题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本名堂元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单位素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 乘车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单位素在 ie 下能继承字体巨细 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示笔直转动条，，防止因转动条引起的闪灼 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.app_bg {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4.5rem;
}
.app_n_about {
    padding-top: 1rem;
}

.flip_pages {
    text-align: center; 
}
.flip_pages li { 
    border: 1px solid #ddd; 
    padding: 0 0.4rem; 
    margin-right: 1%; 
    display: inline-block; 
    font-size: 1rem;
    height: 1.6rem;
    line-height: 1.6rem;
}

/*幻灯片*/
    .banner .swiper-wrapper .swiper-slide img {
        display: block;
    }

@media (max-width: 1920px) {
    /*导航条*/
    .app_nav_n {
        width: 100%;
        height: 3.4rem;
        background: #eee;
    }
    .app_nav_d {
        padding: 0.6rem 1rem 0;
        height: 2.8rem;
    }
    .app_nav_d a {
        display: block;
        padding: 0.4rem;
        font-size: 1.2rem;
        color: #fff;
        border-radius: 3px;
    }
    .app_nav_d .nav_menu {
        margin-left: 1rem;
    }
    .app_nav_menu {
        position: relative;
        display: none;
        padding: 0.8rem 0;
        width: 100%;
        text-align: center;
        z-index: 999;
        background: rgba(0,0,0,0.7);
    }
    .app_nav_menu a {
        display: block;
        font-size: 1rem;
        color: #fff;
        line-height: 2rem;
        border-bottom: 1px solid rgba(255,255,255,0.6);
    }
    .app_nav_menu a:last-of-type {
        border-bottom: none;
    }
    
    .app_site {
        padding-left: 1rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 0.8rem;
        color: #fff;
    }
    .app_site a {
        font-size: 0.8rem;
        color: #fff;
    }
    /*通用问题*/
    .title_bg {
        text-align: center;
    }
    .title_bg span {
        display: block;
        font-size: 1.8rem;
    }
    .title_bg p {
        display: block;
        font-size: 1.2rem;
        color: #333;
    }
    /*仰面*/
    .header_bg {
        width: 100%;
        background: #fff;
    }
    .header_bg img {
        display: block;
        width: 100%;
    }
    
    .nav_bg {
        min-height: 5rem;
    }
    .nav_bg li {
        position: relative;
        display: block;
        float: left;
        width: 33.3%;
        height: 3.5rem;
        text-align: center;
        line-height: 3.5rem;
    }
    .nav_bg li:after {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        right: 0;
        width: 1px;
        height: 3.5rem;
        background: #555;
    }
    .nav_bg li a {
        display: block;
        font-size: 1.2rem;
        color: #fff;
    }
    .nav_bg li:nth-child(3n):after {
        display: none;
    }
    .nav_bg li:nth-child(n+4) {
        border-top: 1px solid #fff;
    }
    /*end*/
    
    /*搜索*/
    input.inputxt::-webkit-input-placeholder {
        color: #999;
    }

    input.inputxt::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }

    input.inputxt:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }
    input.inputxt:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }
    .search_bg {
        width: 100%;
        height: 4rem;
        line-height: 4rem;
        background: #f5f5f5;
    }
    
    /*搜索*/
    .search_d .search-bg {
        float: left;
        padding-left: 8%;
        width: 75%;
        height: 4rem;
    }
    .search_d .search-bg input {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        border: none;
        background: none;
    }
    .search_d .search-i {
        float: right;
        width: 15%;
        height: 4rem;
    }
    .search_d .search-i input {
        display: block;
        height: 100%;
        width: 100%;
        border: none;
        background: none;
    }
    /*end*/
    /*搜索效果*/
    .search_page_ul li{
        position: relative;
        padding: 2% 0;
        border-bottom:1px solid #eee;
    }
    .search_page_list_img{
        width: 18%;
        margin-right: 3%;
    }
    .search_page_list_img img{
        width: 100%;
        border:1px solid #eee;
    }
    .search_page_list_title{
        font-size: 1rem;
        font-weight: bold;
        padding-top: 2%;
    }
    .search_page_list_content{
        font-size: 0.8rem;
        color: #666;
        line-height: 1.6rem;
    }
    .search_page_no_image{
        width: 18%;
        height: 18%;
        background: #f8f8f8;
        display: block;
        text-align: center;
        line-height: 18%;
        font-size: 2rem;
        font-weight: lighter;
    }
        /*  这是分页的样式  */
    .pages_info { 
        margin-top:3%; 
        text-align: center; 
        line-height:1.4rem;
    }
    .pages_info span { 
        border:1px solid #ddd; 
        padding:0 2%; 
        margin-right:0.6%;
        display:inline-block; 
        height:1.4rem;
    }
    .pages_info select {
        height:1.4rem; 
        vertical-align: initial;
    }
        /* 自力控制分页的元素请用： .pages_info span:nth-child(index) */
    .search_result {
        font-size: 1rem;
    }
    .search_result span{
        color: red;
        font-size: 1.2rem;
    }
    .text-red{
        color: red;
    }
    /*end*/
    
    /*产品*/
    .prod_bg {
        padding: 1.4rem 0;
    }
    
    .prod_list {
        margin-top: 1.2rem;
        text-align: center;
    }
    .prod_list li {
        float: left;
        display: block;
        width: 49.5%;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .prod_list li a {
        display: block;
        font-size: 1.3rem;
        color: #fff;
    }
    
    .prod_d {
        margin-top: 1.2rem;
        text-align: center;
    }
    .prod_d li {
        display: inline-block;
        margin: 2%;
        width: 45%;
        background: #fff;
    }
    .prod_d li .prod_img {
        border: 1px solid #ccc;
    }
    .prod_d li .prod_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .prod_d li .prod_t {
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        border: 1px solid #ccc;
        border-top: none;
    }
    .prod_d li .prod_t a {
        display: block;
        font-size: 1rem;
        color: #333;
    }
    /*end*/
    
    /*优势*/
    .app_ys_bg {
        position: relative;
        padding-bottom: 2rem;
        overflow: hidden;
    }
    
    .app_ys_d {
        margin-top:1rem;
    }
    .app_ys_d li {
        margin: 1.6rem 2% 0;
        display: block;
        width: 96%;
    }
    .app_ys_d li:first-of-type {
        margin-top: 0;
    }
    .app_ys_d .app_ys_img {
        position: relative;
        width: 100%;
        max-height: 26rem;
    }
    .app_ys_d .app_ys_img img {
        display: block;
        max-height: 26rem;
        width: 100%;
        height: 100%;
    }
    .app_ys_d .app_ys_img .app_ys_img_title {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        right: 4%;
        border: 3rem solid #333;
        border-top-width: 5rem;
        border-bottom-width: 1rem;
        border-bottom-color: transparent;
    }
    .app_ys_d .app_ys_img .app_ys_img_title i {
        position: absolute;
        display: block;
        top: -4.4rem;
        left: -1rem;
        width: 2rem;
        height: 2rem;
    }
    .app_ys_d .app_ys_img .app_ys_img_title i img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .app_ys_d .app_ys_img .app_ys_img_title span {
        position: absolute;
        display: block;
        top: -2.2rem;
        left: -3rem;
        width: 6rem;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
    }
    .app_ys_d .app_ys_tile {
        padding-top: 1rem;
        padding-bottom: 0.4rem;
        border-bottom: 1px solid #f5f5f5
    }
    .app_ys_d .app_ys_tile span {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
    }
    .app_ys_d .app_ys_w {
        padding-top: 0.4rem;
    }
    .app_ys_d .app_ys_w p {
        position: relative;
        padding-bottom: 0.2rem;
        text-indent: 1em;
        font-size: 1rem;
        color: #333;
        line-height: 1.8rem;
    }
    .app_ys_d .app_ys_w p:last-of-type {
        padding-bottom: 0;
    }
    .app_ys_d .app_ys_w p:before {
        position: absolute;
        display: block;
        content: " ";
        top: 8px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid #ccc;
    }
    /*end*/
    
    /*简介*/
        .about_bg {
        padding: 1.4rem 0;
        background: #f5f5f5;
    }
    .about_img {
        margin: 2rem auto;
        width: 90%;
        height: 100%;
        max-height: 20rem;
    }
    .about_img a {
        display: block;
    }
    .about_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .about_txt {
        padding: 0 5%;
        min-height: 6rem;
    }
    .about_txt span {
        font-size: 1.3rem;
        color: #333;
        line-height: 2rem;
    }
    .line-clamp-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
    .case_content {
        margin-top: 2rem;
        text-align: center;
    }
    .case_tab {
        margin-bottom: 2rem;
    }
    .case_tab a {
        display: inline-block;
        width: 28%;
        height: 3rem;
        text-align: center;
        font-size: 1.2rem;
        color: #333;
        line-height: 3rem;
        border: 1px solid #ccc;
    }
    .case_tab a.on {
        color: #fff;
    }
    .case_d dl {
        display: inline-block;
        margin: 0 1%;
        width: 42%;
    }
    .case_d dl dt {
        width: 100%;
        max-height: 18rem;
        height: 100%;
    }
    .case_d dl dt img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .case_d dl dd a {
        display: block;
        font-size: 1.2rem;
        color: #333;
        line-height: 1.6rem;
    }
    .case_d li .case_a {
        margin-top: 1.6rem;
        text-align: center;
    }
    .case_d li .case_a a {
        display: block;
        font-size: 1.4rem;
    }
    /*end*/
    
    /*新闻*/
    .news_bg {
        padding: 2rem 0 0;
    }
    .news_tab {
        margin-bottom: 1rem;
        text-align: center;
    }
    .news_tab a {
        display: inline-block;
        margin: 0 1%;
        width: 30%;
        height: 3rem;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
        line-height: 3rem;
    }
    .news_tab a.on {
        color: #fff;
    }
    .news_d li dl {
        padding-bottom: 1rem;
    }
    .news_d li dl dt a {
        display: block;
        font-size: 1.2rem;
        color: #333;
    }
    .news_d li dl dd a {
        padding-top: 0.2rem;
        font-size: 1rem;
        color: #999;
        line-height: 1.4rem;
    }
    .news_d li .case_a {
        margin-top: 1rem;
        text-align: center;
    }
    .news_d li .case_a a {
        display: block;
        font-size: 1.4rem;
    }
    /*end*/
    
    /*版权*/
        .app_top_bg {
        position: relative;
        margin: 1rem 0;
        height: 3rem;
    }
    .app-top {
        position: relative;
        margin: 0 auto;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        z-index: 9;
    }
    .app_top_bg:after {
        display: block;
        position: absolute;
        content: " ";
        top: 50%;
        width: 100%;
        height: 1px;
        transform: translatey(-50%);
    }
    .copyright_bg {
        margin-bottom: 1px;
        height: 3rem;
        line-height: 3rem;
    }
    .copyright_bg span {
        display: block;
        text-align: center;
        font-size: 1rem;
        color: #fff;
    }
    /*end*/
    
    /*浮动*/
        .footer_bg {
        position: fixed;
        bottom: 0;
        max-width: 640px;
        width: 100%;
        height: 4.5rem;
        z-index: 99;
    }
    .footer_bg dl {
        position: relative;
        float: left;
        width: 25%;
        height: 4.5rem;
        text-align: center;
    }
    .footer_bg dl:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        right: 0;
        width: 1px;
        height: 4.5rem;
        background: rgba(196,196,196,0.5);
    }
    .footer_bg dl:last-of-type:after {
        display: none;
    }
    .footer_bg dl i {
        margin-top: 0.8rem;
        display: block;
        font-size: 1.4rem;
        color: #fff;
    }
    .footer_bg dl span {
        display: block;
        font-size: 1.2rem;
        color: #fff;
    }
    /*end*/
    
    /*联系*/
    .app_contact {
        margin-top: 1rem;
    }
    
    .app_contact_tile span {
        display: block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .app_contant_d p {
        display: block;
        padding-top: 0.8rem;
        padding-bottom: 0.4rem;
        font-size: 1.2rem;
        color: #333;
        line-height: 1.6rem;
        border-bottom: 1px dashed #ccc;
    }
    .app_contant_d p img {
        margin-right: 8px;
        width: 20px;
        height: 20px;
    }
    /*end*/
    
    /*地图*/
    .app_map {
        margin: 1rem 0;
        height: 24rem;
        border: 1px solid #ddd;
    }
    .app_map .map_wap {
        width: 100%;
        height: 100%;
    }
    /*end*/
    
    /*上下切换*/
    .detail_next a {
        display: block;
        margin-top: 1px;
        padding-left: 2rem;
        height: 3rem;
        font-size: 1rem;
        color: #333;
        line-height: 3rem;
        background: #f5f5f5;
    }
    .detail_next a:hover {
        color: #fff;
    }
    
    /*图片列表*/
    .item_d li {
        display: inline-block;
        margin: 0 2%;
        width: 45%;
    }
    .item_d li .item_img {
        border: 1px solid #ccc;
    }
    .item_d .item_img a,.item_d .item_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .item_d .item_t a {
        display: block;
        text-align: center;
        font-size: 1rem;
        color: #333;
        line-height: 2rem;
    }
    /*end*/
    
    /*图片详情*/
    .item_bg {
        padding: 2%;
    }
    .item_bg .item_title {
        text-align: center;
    }
    .item_bg .item_title span {
        display: block;
        font-size: 1.6rem;
        color: #333;
        font-weight: bold;
    }
    .item_bg .item_title p {
        display: block;
        padding-top: 5px;
        font-size: 1rem;
        color: #333;
    }
    .item_bg .item_img img {
        display: block;
        width: 100%;
    }
    .item_bg .item_content {
        margin-top: 1rem;
    }
    .item_bg .item_content .item_tile {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        background: #f5f5f5;
    }
    .item_bg .item_content .item_tile span {
        display: block;
        padding-left: 1%;
        font-size: 1.1rem;
    }
    .item_bg .item_content .item_d img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    /*end*/
    
    /*信息列表*/
    .app_news_d {
        margin-top: 1rem;
    }
    .app_news_d li {
        margin-bottom: 0.8rem;
    }
    .app_news_d .news_img {
        width: 40%;
        max-height: 14rem;
        border: 1px solid #ccc;
        overflow: hidden;
    }
    .app_news_d .news_img a,.app_news_d .news_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .app_news_d .news_txt {
        width: 56%;
    }
    .app_news_d .news_txt span {
        padding: 1rem 0 0.4rem;
        font-size: 1.2rem;
        color: #333;
        line-height: 1.5rem;
    }
    .app_news_d .news_txt p {
        font-size: 0.9rem;
        color: #333;
        line-height: 1.6rem;
    }
    .app_news_d .news_txt b {
        display: block;
        padding-top: 0.6rem;
        font-weight: normal;
        font-size: 0.8rem;
        color: #333;
    }
    /*信息详情*/
    .news_d {
        padding: 2% 0;
    }
    .news_title {
        padding-bottom: 1rem;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .news_title span {
        display: block;
        font-size: 1.4rem;
        color: #333;
    }
    .news_title p {
        display: block;
        font-size: 1rem;
    }
    .news_content {
        padding: 1rem;
        font-size: 1rem;
        color: #333;
        line-height: 1.6rem;
    }
    .news_content img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    /*end*/
    
    /*产品详情*/
    .pro_content {
        padding: 2% 0;
    }
    .pro_title {
        padding-bottom: 1rem;
        text-align: center;
    }
    .pro_title span {
        display: block;
        font-size: 1.4rem;
        color: #333;
    }
    .pro_title p {
        display: block;
        font-size: 1rem;
    }
    .pro_img {
        margin: 0 auto;
        width: 96%;
        height: 96%;
        border: 1px solid #ccc;
    }
    .pro_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .pro_d {
        position: relative;
        margin: 1rem 0;
        text-align: center;
        width: 100%;
        overflow: hidden;
    }
    .pro_d li {
        display: inline-block;
        margin-right: 0.5%;
        width: 18%;
        border: 1px solid #ccc;
    }
    .pro_d li:last-of-type {
        margin-right: 0;
    }
    .pro_d li img {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .prod_content {
        margin-top: 1rem;
    }
    .prod_content .prod_title {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        background: #f5f5f5;
    }
    .prod_content .prod_title span {
        display: block;
        padding-left: 1%;
        font-size: 1.1rem;
    }
    .prod_content .prod_d {
        margin-top: 2%;
    }
    .prod_content .prod_d img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .prod_detail_recommend {
        margin-top: 2rem;
    }
    .prod_detail_recommend_title {
        position: relative;
        padding-bottom: 0.4rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .prod_detail_recommend_title:before {
        position: absolute;
        display: block;
        content: " ";
        left: 0;
        bottom: -2px;
        width: 6rem;
        height: 3px;
    }
    .prod_detail_recommend_title span {
        display: block;
        font-size: 1.6rem;
        color: #333;
    }
    .prod_detail_recommend_title span i {
        padding-right: 0.4rem;
        font-size: 1.6rem;
    }
    .prod_detail_recommend_title b {
        font-family: "Arial";
        font-size: 1.4rem;
        font-weight: normal;
        color: #999;
        text-transform: uppercase;
    }
    .prod_detail_recommend_d {
        margin-top: 1rem;
    }
    .prod_detail_recommend_d li {
        float: left;
        margin: 0 1%;
        margin-bottom: 1%;
        width: 48%;
        text-align: center;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_img {
        width: 100%;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_t {
        height: 1.6rem;
        line-height: 1.6rem;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_t span {
        display: block;
        font-size: 1rem;
        color: #333;
    }
    /*end*/
    
    /*分类*/
    .item_list {
        margin: 2%;
    }
    .item_list li {
        margin-bottom: 1.4rem;
        height: 14rem;
        border-radius: 4px;
        border: 1px solid #ccc;
        overflow: hidden;
    }
    .item_list li a {
        display: block;
    }
    .item_list li .item_img {
        width: 50%;
        max-height: 14rem;
        height: 100%;
    }
    .item_list li .item_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .item_list li .item_txt {
        width: 48%;
        padding-top: 4%;
    }
    .item_list li .item_txt span {
        display: block;
        padding-bottom: 2%;
        font-size: 1.6rem;
    }
    .item_list li .item_txt p {
        font-size: 1rem;
        color: #333;
        line-height: 1.6rem;
    }
    .item_list li .item_txt b {
        display: inline-block;
        margin-top: 4%;
        padding: 2% 4%;
        text-align: center;
        font-size: 1rem;
        color: #fff;
        font-weight: normal;
        background: #333;
    }
    /*end*/
    
    /*分类*/
    .item_list_news {
        margin: 2%;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
    .item_list_news li {
        height: 2rem;
        line-height: 2rem;
        border-bottom: 1px solid #ccc;
    }
    .item_list_news li:last-of-type {
        border-bottom: none;
    }
    .item_list_news li a {
        display: block;
        padding-left: 2%;
        font-size: 1rem;
        color: #333;
    }
}

@media (max-width: 425px) {
    .detail_next a {
        padding-left: 1rem;
    }
    
    .top_bg span {
        font-size: 1rem;
    }
    .about_txt span {
        font-size: 1.1rem;
    }
    
    .app_contant_d p {
        font-size: 1rem;
    }
    
    .item_d .item_t a {
        font-size: 0.8rem;
    }
    
    .app_news_d .news_txt span {
        padding: 0 0 0.4rem;
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .app_news_d .news_txt p {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    
    .prod_detail_recommend {
        margin-top: 1.2rem;
    }
    .prod_detail_recommend_title span {
        font-size: 1.4rem;
    }
    .prod_detail_recommend_title span i {
        padding-right: 0.4rem;
        font-size: 1.4rem;
    }
    .prod_detail_recommend_title b {
        font-size: 1.2rem;
    }
    .prod_detail_recommend_d {
        margin-top: 1rem;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_t {
        height: 1.6rem;
        line-height: 1.6rem;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_t span {
        font-size: 1rem;
        color: #333;
    }
    
    .search_d .search-bg {
        padding-left: 10%;
        width: 70%;
    }
    .search_d .search-i {
        width: 20%;
    }
    
}
@media (max-width: 375px) {
    .detail_next a {
        padding-left: 0.6rem;
        height: 2.2rem;
        font-size: 0.8rem;
        line-height: 2.2rem;
    }
    .flip_pages {
        margin-top: 1rem;
    }
    .flip_pages span {
        font-size: 0.8rem;
    }
    
    .title_bg span {
        font-size: 1.4rem;
    }
    .title_bg p {
        font-size: 1rem;
    }
    
    .prod_list li a {
        font-size: 1rem;
    }
    .prod_d li .prod_t a {
        font-size: 0.8rem;
    }
    
    .app_ys_title span {
        font-size: 1.4rem;
    }
    .app_ys_title p {
        font-size: 1rem;
    }
    
    .app_ys_d .app_ys_tile span {
        font-size: 1.4rem;
    }
    
    .about_txt span {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    
    .case_tab a {
        font-size: 1rem;
    }
    
    .news_tab a {
        font-size: 1rem;
    }
    
    .news_d li dl dt a {
        font-size: 1rem;
    }
    .news_d li dl dd a {
        font-size: 1rem;
    }
    
    .footer_bg dl span {
        font-size: 1rem;
    }
    
    .app_news_d .news_txt span {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .app_news_d .news_txt p {
        font-size: 0.6rem;
    }
    .app_news_d .news_txt b {
        padding-top: 0.3rem;
        font-size: 0.6rem;
    }
    
    .app_contact_tile span {
        font-size: 1.2rem;
    }
    
    .pro_title span,.item_bg .item_title span,.news_title span {
        font-size: 1.2rem;
    }
    .pro_title p,.item_bg .item_title p,.news_title p {
        font-size: 0.8rem;
    }
    .prod_content .prod_title span {
        font-size: 1rem;
    }
    .news_content {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    
    .prod_detail_recommend {
        margin-top: 1rem;
    }
    .prod_detail_recommend_title span {
        font-size: 1.2rem;
    }
    .prod_detail_recommend_title span i {
        padding-right: 0.2rem;
        font-size: 1.2rem;
    }
    .prod_detail_recommend_title b {
        font-family: "Arial";
        font-size: 1rem;
    }
    .prod_detail_recommend_d {
        margin-top: 0.8rem;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_t {
        height: 1.4rem;
        line-height: 1.4rem;
    }
    .prod_detail_recommend_d li .prod_detail_recommend_t span {
        font-size: 0.8rem;
        color: #333;
    }
}

@media (max-width: 320px) {
    .title_bg span {
        font-size: 1.2rem;
    }
    .title_bg p {
        font-size: 0.6rem;
    }
    
    .nav_bg li {
        height: 3rem;
        line-height: 3rem;
    }
    .nav_bg li:after {
        height: 3rem;
    }
    .nav_bg li a {
        font-size: 1rem;
    }
    
    .prod_bg {
        padding: 1rem 0;
    }
    .prod_d li .prod_t a {
        font-size: 0.6rem;
    }
    
    .app_ys_bg {
        padding-bottom: 1rem;
    }
    .app_ys_title span {
        font-size: 1.2rem;
    }
    .app_ys_title p {
        font-size: 0.8rem;
    }
    .app_ys_d .app_ys_tile span {
        font-size: 1.2rem;
    }
    .app_ys_d .app_ys_w p {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    
    .about_bg {
        padding: 1rem 0;
    }
    .about_img {
        margin: 0.8rem auto;
    }
    .about_txt span {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    
    .app_bg {
        padding-bottom: 4rem;
    }
    .footer_bg {
        height: 4rem;
    }
    .footer_bg dl {
        height: 4rem;
    }
    .footer_bg dl i {
        margin-top: 0.6rem;
    }
    .footer_bg dl span {
        margin-top: 0.4rem;
        font-size: 0.8rem;
    }
    
    .case_content {
        margin-top: 1rem;
    }
    .case_tab {
        margin-bottom: 0.8rem;
    }
    .case_d li .case_a {
        margin-top: 0.8rem;
    }
    .case_d li .case_a a {
        font-size: 1rem;
    }
    
    .news_bg {
        padding: 1rem 0;
    }
    .news_tab {
        margin-bottom: 0.8rem;
    }
    .news_d li dl dd a {
        font-size: 0.8rem;
    }
    .news_d li .case_a {
        margin-top: 1rem;
    }
    .news_d li .case_a a {
        font-size: 1.2rem;
    }
    
    .copyright_bg span {
        font-size: 0.8rem;
    }
    
    .item_d .item_t a {
        font-size: 0.6rem;
        line-height: 1.4rem;
    }
    .app_news_d .news_txt span {
        padding: 0 0 0.1rem;
        font-size: 0.6rem;
    }
    .app_news_d .news_txt p {
        font-size: 0.4rem;
        line-height: 0.9rem;
    }
    .app_news_d .news_txt b {
        padding-top: 0.1rem;
        font-size: 0.4rem;
    }
    
    .app_contact_tile span {
        font-size: 1rem;
    }
    .app_contant_d p {
        font-size: 0.8rem;
    }
    
    .pro_title span,.item_bg .item_title span,.news_title span {
        font-size: 1rem;
    }
    .pro_title p,.item_bg .item_title p,.news_title p {
        font-size: 0.7rem;
    }
    .news_content {
        font-size: 0.6rem;
        line-height: 1.2rem;
    }
    
    .prod_detail_recommend {
        margin-top: 0.8rem;
    }
    .prod_detail_recommend_title span {
        font-size: 1rem;
    }
    .prod_detail_recommend_title span i {
        padding-right: 0.2rem;
        font-size: 1rem;
    }
    .prod_detail_recommend_title b {
        font-family: "Arial";
        font-size: 0.8rem;
    }
    
    .search_d .search-bg {
        width: 66%;
    }
}


.nav_bg li:after{background: #fff !important;}
.nav_bg li a{font-size: 1rem !important;}
.search_d .search-bg input{font-size: .9rem !important; }
.search_d .search-i{background-size: 4.5rem !important;height: 3rem !important;}
.title_bg span{font-size: 1.6rem !important;}
.title_bg p{font-size: 0.9rem !important;    color: #999 !important;}
.prod_d li{    margin: 0 1% 2% 1% !important;}
.prod_d li .prod_t a{font-size: 0.9rem !important;}
.app_ys_d .app_ys_img .app_ys_img_title span{font-size: 1rem !important;}
.app_ys_d .app_ys_w p{font-size: 0.9rem !important; color: #777 !important;     line-height: 1.6rem !important;}
.about_txt span{font-size: 0.9rem !important;color: #666 !important;line-height: 1.5    rem !important;}
.case_tab a{    font-size: 1rem !important;}
.news_tab a{    font-size: 1rem !important;}
.news_d li .case_a a{    font-size: 1.2rem !important;}
.footer_bg dl span{    font-size: 1rem !important;margin-top: 0.2rem !important;}
.prod_list li a{font-size: 1rem !important;}
.search_bg{    height: 3rem !important;line-height: 3rem !important;}
.search_d .search-bg{height: 3rem !important;}
.nav_bg li{line-height: 3rem !important;    height: 3rem !important; }
.news_d{width: 96%;margin: 0 auto;}
.news_d li dl dt a{font-size: 1rem !important;}
.news_d li dl dd a{    font-size: 0.8rem !important;}
.swiper-pagination-bullet{width: 10px !important;height: 10px !important;}
.app_ys_d{margin-top: 1.2rem !important;}
.about_img{margin: 1.2rem auto !important;}
.news_tab a:hover{ color: #fff !important;}
.prod_d{ text-align: left !important;}
.prod_content .prod_d{margin: 2% !important;}
.app_ys_d .app_ys_img .app_ys_img_title{ display: none !important;}
.item_d  iframe{width: 100%;height: 500px;}
.table{ width:100% !important;}

.Details_til{ line-height: 50px; height: 50px; background: #f5f5f5;margin: 20px 0px;}
.Details_til strong{font-size: 1rem;display: block;background: #044b83;color: #fff;width: 30%;text-align: center;}
.Details_xq{font-size: 1rem;line-height: 32px;color: #666;}
.Details_xq td{border-color: #eee;word-break: break-word;}
.Details_xq1{margin: 30px 0px;}
.Details_img{ display: flex; justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
.Details_img img{width: 32%;}
.Details_img1 img{width: 24%;}
.Details_img2 img{ width:48%;}
.Details_img li{width: 23%;    text-align: center;}
.Details_img li img{ display:block; width:100%;}
.Details_img img:nth-child(n+4){ margin-top:1.333%;}
.Details_xq strong{color: #333;display: block;font-size: 1rem;}
.Details_xq img.fr{width: 40%;}
.Details_xq p.fl{ width:60%;}
.Details_xq table{text-align: center;margin: 20px 0px;width:100% !important;}
.cl{clear:both; height:0; overflow:hidden;}
<!--耗时1757429245.006秒-->