@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 {
    margin-bottom: 1rem;
    text-align: center; 
}
.flip_pages span { 
    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 a:hover {
        color: #fff;
    }
    .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: 4rem;
        line-height: 4rem;
        font-size: 0.8rem;
        color: #333;
        border-bottom: 1px solid #ccc;
    }
    .app_site span {
        display: block;
        font-size: 1.4rem;
        color: #333;
    }
    .app_site .app_site_r {
        padding-right: 1rem;
    }
    .app_site a {
        font-size: 0.8rem;
        color: #333;
    }
    /*通用标题*/
    .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 > ul {
        float: left;
        width: 90%;
    }
    .nav_bg > ul li {
        position: relative;
        display: block;
        float: left;
        width: 25%;
        height: 3.5rem;
        text-align: center;
        line-height: 3.5rem;
    }
    .nav_bg > ul li:after {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        right: 0;
        width: 1px;
        height: 3.5rem;
        background: #fff;
    }
    .nav_bg > ul li a {
        display: block;
        font-size: 1.2rem;
        color: #fff;
    }
    .nav_bg .nav_a {
        position: relative;
        float: left;
        width: 10%;
        height: 3.5rem;
        text-align: center;
        line-height: 3.5rem;
    }
    .nav_bg .nav_a i {
        font-size: 2rem;
        color: #fff;
    }
    .nav_bg .nav_a ul {
        position: fixed;
        top: 0;
        right: -30vw;
        width: 30vw;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9;
        transition: all 0.5s;
    }
    .nav_bg .nav_a ul > a {
        display: block;
        padding: 4% 0;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .nav_bg .nav_a ul li {
        height: 3rem;
        line-height: 3rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .nav_bg .nav_a ul a {
        display: block;
        font-size: 1.2rem;
        color: #fff;
    }
    .nav_bg .nav_a ul.active {
        right: 0;
    }
    /*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 {
        position: relative;
        float: left;
        display: block;
        width: 50%;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-bottom: 1px solid #fff;
    }
    .prod_list li a {
        display: block;
        font-size: 1.3rem;
        color: #fff;
    }
    .prod_list li:before {
        position: absolute;
        display: block;
        content: " ";
        width: 1px;
        height: 3rem;
        background: #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;
    }
    .prod_a {
        margin: 0 3%;
        height: 3rem;
        line-height: 3rem;
        border: 1px solid #ccc;
    }
    .prod_a a {
        display: block;
        font-size: 1.4rem;
        color: #333;
    }
    /*end*/
    
    
    /*优势*/
    .app_ys_bg {
        position: relative;
        padding-bottom: 2rem;
        overflow: hidden;
    }
    .app_ys_title {
        height: 7rem;
        text-align: center;
        color: #fff;
        background-size: cover;
    }
    .app_ys_title span {
        display: block;
        padding-top: 1rem;
        font-size: 2rem;
    }
    .app_ys_title p {
        display: block;
        padding-top: 1%;
        font-size: 1.2rem;
    }
    .app_ys_d ul li {
        width: 100%;
        height: 15rem;
        background-size: cover;
    }
    .app_ys_d ul li .ys_txt {
        margin-left: 1rem;
    }
    .app_ys_d ul li .ys_txt .ys_tile {
        position: relative;
        margin-top: 1rem;
        padding-left: 3.4rem;
    }
    .app_ys_d ul li .ys_txt .ys_tile i {
        position: absolute;
        display: block;
        left: 0;
        width: 3.1rem;
        height: 3.1rem;
        font-family: "Arial";
        text-align: center;
        font-size: 2rem;
        color: #fff;
        font-weight: bold;
        line-height: 3.1rem;
        background-size: cover;
    }
    .app_ys_d ul li .ys_txt .ys_tile span {
        display: block;
        font-size: 2rem;
        font-weight: bold;
        line-height: 2rem;
    }
    .app_ys_d ul li .ys_txt .ys_tile p {
        display: block;
        padding-top: 2px;
        font-family: "Arial";
        font-size: 0.8rem;
        color: #999;
        text-transform: uppercase;
    }
    .app_ys_d ul li .ys_txt .ys_w {
        margin-top: 0.8rem;
        width: 23rem;
        overflow: hidden;
    }
    .app_ys_d ul li .ys_txt .ys_w p {
        position: relative;
        display: block;
        text-indent: 1em;
        font-size: 1rem;
        color: #333;
        line-height: 1.8rem;
    }
    .app_ys_d ul li .ys_txt .ys_w p:before {
        display: block;
        position: absolute;
        content: " ";
        top: 50%;
        border-top: 5px solid transparent;
        border-left: 10px solid #333;
        border-bottom: 5px solid transparent;
        transform: translatey(-50%);
    }
    .app_ys_d ul li .ys_img {
        margin: 1rem 1rem 0 0;
        width: 14rem;
        height: 13rem;
    }
    .app_ys_d ul li .ys_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .app_ys_d ul li:nth-child(2n) .ys_img {
        margin: 1rem 0 0 1rem;
    }
    .app_ys_d ul li:nth-child(2n) .ys_txt {
        margin-right: 1rem;
    }
    .ys_pic_btn {
        position: absolute;
        top: 0;
        right: 5%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #333;
        z-index: 99;
    }
    .ys_pic_btn1 {
        position: absolute;
        top: 0;
        left: 5%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #333;
        z-index: 99;
    }
    /*end*/
    
    
    /*简介*/
    .about_bg {
        position: relative;
    }
    .about_d {
        position: relative;
        margin-top: 2rem;
        max-height: 26rem;
    }
    .about_img {
        width: 100%;
        height: 100%;
        max-height: 26rem;
    }
    .about_img a {
        display: block;
    }
    .about_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .about_txt {
        position: absolute;
        bottom: 0;
        padding: 2%;
        min-height: 6rem;
        background: rgba(0,0,0,0.5);
    }
    .about_txt span {
        font-size: 1rem;
        color: #fff;
        line-height: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
    /*end*/
    
    /*新闻*/
    .news_bg {
        padding: 2rem 0 0;
    }
    .news_tab {
        margin-bottom: 1rem;
        text-align: center;
    }
    .news_tab a {
        display: block;
        height: 3rem;
        font-size: 1.2rem;
        color: #fff;
        line-height: 3rem;
    }
    .news_tab a:first-of-type {
        float: left;
        width: 30%;
        text-align: center;
    }
    .news_tab a:last-of-type {
        float: right;
        color: #333;
    }
    .news_d li dl {
        padding-bottom: 1rem;
    }
    .news_d li dl:first-of-type dt {
        float: left;
        width: 40%;
        max-height: 10vw;
        overflow: hidden;
    }
    .news_d li dl:first-of-type dt a {
        display: block;
        border: 1px solid #ccc;
    }
    .news_d li dl:first-of-type dt img {
        display: block;
        width: 100%;
    }
    .news_d li dl:first-of-type dd {
        float: left;
        margin-left: 4%;
        width: 56%;
    }
    .news_d li dl:first-of-type dd span {
        display: block;
        padding-top: 4%;
        font-size: 1.2rem;
        color: #333;
    }
    .news_d li dl:first-of-type dd p {
        padding-top: 4%;
        font-size: 1rem;
        color: #333;
        line-height: 1.8rem;
    }
    .news_d li dl:first-of-type dd a {
        display: block;
        margin-top: 4%;
        width: 30%;
        height: 3rem;
        text-align: center;
        font-size: 1rem;
        color: #fff;
        line-height: 3rem;
        background: #333;
    }
    .news_d li dl:nth-child(n+2) dt {
        float: left;
        width: 80%;
    }
    .news_d li dl:nth-child(n+2) dd {
        float: right;
        width: 20%;
        text-align: right;
    }
    .news_d li dl:nth-child(n+2) dt a {
        display: block;
        font-size: 1.2rem;
        color: #333;
    }
    .news_d li dl:nth-child(n+2) dd a {
        font-size: 1.2rem;
        color: #333;
    }
    /*end*/
    
    /*留言*/
    .feedback_form .feedback_form_t {
        width: 100%;
        height: 4rem;
        line-height: 4rem;
    }
    .feedback_form .feedback_form_t span {
        display: block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
    }
    .feedback_content {
        margin-top: 5%;
    }
    .feedback_content li {
        float: left;
        margin-right: 4.5%;
        width: 30%;
        height: 3rem;
        line-height: 3rem;
        border: 1px solid #ccc;
    }
    .feedback_content li:nth-child(3) {
        margin-right: 0;
    }
    .feedback_content li input {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: 1em;
        font-size: 1rem;
        color: #333;
        border: none;
    }
    .feedback_content li.fb_message {
        margin-top: 2%;
        width: 100%;
        height: 12rem;
        border: none;
        
    }
    .feedback_content li.fb_message textarea {
        display: block;
        width: 99.4%;
        height: 100%;
        text-indent: 1em;
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .yzma {
        margin-top: 0.6rem;
        padding-bottom: 1rem;
        height: 2rem;
        line-height: 2rem;
    }
    .yzma span {
        display: block;
        float: left;
        width: 12%;
        height: 2rem;
        font-size: 1.2rem;
        color: #333;
    }
    .yzma input {
        display: block;
        float: left;
        width: 15%;
        height: 2rem;
        border: 1px solid #ccc;
    }
    .yzma b {
        display: block;
        float: left;
        margin-left: 1%;
        height: 2rem;
    }
    .yzma b img {
        display: block;
        float: left;
        height: 100%;
    }
    .yzma a {
        display: block;
        float: left;
        margin-left: 2%;
        width: 15%;
        height: 2rem;
        text-align: center;
        font-size: 1rem;
        color: #fff;
        line-height: 2rem;
    }
    /*end*/
    
    /*版权*/
    .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: 20%;
        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;
        margin-bottom: 1.2rem;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .app_contant_d p {
        display: block;
        margin-bottom: 1rem;
        padding-top: 0.8rem;
        padding-left: 1rem;
        padding-bottom: 0.4rem;
        font-size: 1.2rem;
        color: #333;
        line-height: 1.6rem;
        border: 1px solid #ccc;
    }
    .app_contant_d p i {
        margin-right: 8px;
        font-size: 1.4rem;
    }
    /*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%;
    }
    /*end*/
    
    /*信息列表*/
    .app_news_d {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .app_news_d li {
        height: 3rem;
        line-height: 3rem;
    }
    .app_news_d li:nth-child(2n) {
        background: #f5f5f5;
    }
    .app_news_d .news_t {
        padding-left: 2%;
        width: 74%;
    }
    .app_news_d .news_txt {
        padding-right: 2%;
        width: 22%;
        text-align: right;
    }
    .app_news_d li a {
        display: block;
        font-size: 1rem;
        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;
    }
    /*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_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 .item_a {
        padding-left: 3%;
        height: 4rem;
        line-height: 4rem;
        background: #f1f1f1;
    }
    .item_list .item_a a {
        display: block;
        font-size: 1.5rem;
        color: #333;
    }
    .item_list li {
        height: 3.4rem;
        line-height: 3.4rem;
        border-bottom: 1px solid #ccc;
    }
    .item_list li a {
        position: relative;
        display: block;
        padding-left: 5%;
        text-indent: 1em;
        font-size: 1.2rem;
        color: #333;
    }
    .item_list li a:after {
        display: block;
        position: absolute;
        content: " ";
        top: 50%;
        left: 4%;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        border: 2px solid #ccc;
        transform: translateY(-50%);
    }
    /*end*/
    
    /*简介*/
    .about_n {
        padding: 2rem 0;
    }
    .about_n_img {
        margin: 0.4rem 0;
        max-width: 640px;
        min-width: 320px;
        width: 100%;
        max-height: 330px;
        height: 100%;
        overflow: hidden;
    }
    .about_n_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .about_n_txt p {
        padding-top: 0.2rem;
        text-indent: 2em;
        font-size: 1rem;
        color: #333;
        line-height: 1.6rem;
    }
}

@media (max-width: 425px) {
    .detail_next a {
        padding-left: 1rem;
    }
    
    .top_bg span {
        font-size: 1rem;
    }
    .about_txt span {
        font-size: 0.8rem;
    }
    
    .app_contant_d p {
        font-size: 1rem;
    }
    
    .search_d .search-bg {
        width: 70%;
    }
    
    .item_d .item_t a {
        font-size: 0.8rem;
    }
    
    .news_d li dl:first-of-type dt {
        max-height: 32vw;
    }
    .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;
    }
    
    .app_ys_title {
        height: 5.6rem;
    }
    .app_ys_title span {
        padding-top: 0.8rem;
        font-size: 1.8rem;
    }
    .app_ys_title p {
        font-size: 1rem;
    }
    .app_ys_d ul li {
        height: 10rem;
    }
    .app_ys_d ul li .ys_txt {
        margin-left: 0;
    }
    .app_ys_d ul li .ys_img {
        margin: 0.4rem 0 0 0;
        width: 9rem;
        height: auto;
    }
    .app_ys_d ul li .ys_txt .ys_tile {
        margin-top: 0.4rem;
        padding-left: 2.6rem;
    }
    .app_ys_d ul li .ys_txt .ys_tile i {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .app_ys_d ul li .ys_txt .ys_tile span {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .app_ys_d ul li .ys_txt .ys_tile p {
        font-size: 0.7rem;
    }
    .app_ys_d ul li .ys_txt .ys_w {
        margin-top: 0.6rem;
        width: auto;
    }
    .app_ys_d ul li .ys_txt .ys_w p {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }
    .app_ys_d ul li:nth-child(2n) .ys_img {
        margin: 0.4rem 0 0 0;
    }
    .app_ys_d ul li:nth-child(2n) .ys_txt {
        margin-right: 0;
    }
    
    .news_d li dl:first-of-type dd span {
        padding-top: 2%;
        font-size: 1rem;
    }
    .news_d li dl:first-of-type dd p {
        padding-top: 2%;
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    .news_d li dl:first-of-type dd a {
        margin-top: 4%;
        width: 36%;
        height: 2.4rem;
        font-size: 0.8rem;
        line-height: 2.4rem;
    }
    .news_d li dl:nth-child(n+2) dt {
        width: 75%;
    }
    .news_d li dl:nth-child(n+2) dt a {
        font-size: 1rem;
    }
    .news_d li dl:nth-child(n+2) dd {
        width: 22%;
    }
    .news_d li dl:nth-child(n+2) dd a {
        font-size: 1rem;
    }
    
    .feedback_content li {
        margin-right: 4.2%;
    }
    .feedback_content li input {
        text-indent: 0.4em;
        font-size: 1rem;
    }
    .yzma span {
        width: 20%;
        font-size: 1rem;
    }
    .yzma input {
        width: 20%;
    }
    .yzma a {
        width: 20%;
    }
    
}
@media (max-width: 375px) {
    .prod_a {
        height: 2.4rem;
        line-height: 2.4rem;
    }
    .prod_a a {
        font-size: 1.1rem;
    }
    
    .news_d li dl:first-of-type dd a {
        margin-top: 2%;
        width: 40%;
        height: 2rem;
        font-size: 0.8rem;
        line-height: 2rem;
    }
    .news_d li dl:nth-child(n+2) dd {
        width: 25%;
    }
    
    .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;
    }
    
    .search_d .search-bg {
        width: 70%;
    }
    
    .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;
    }
    
    
    .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;
    }
    .feedback_content li input {
        font-size: 0.8rem;
    }
    .feedback_content li.fb_message textarea {
        font-size: 0.8rem;
    }
}

@media (max-width: 320px) {
    .title_bg span {
        font-size: 1.2rem;
    }
    .title_bg p {
        font-size: 0.6rem;
    }
    
    .nav_bg .nav_a {
        position: relative;
        float: left;
        width: 10%;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
    }
    .nav_bg .nav_a i {
        font-size: 1.4rem;
        color: #fff;
    }
    .nav_bg .nav_a ul > a {
        display: block;
        padding: 4% 0;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .nav_bg .nav_a ul li {
        height: 3rem;
        line-height: 3rem;
        border-bottom: 1px solid #f5f5f5;
    }
    .nav_bg .nav_a ul a {
        display: block;
        font-size: 1rem;
        color: #fff;
    }
    
    .nav_bg > ul li {
        height: 3rem;
        line-height: 3rem;
    }
    .nav_bg > ul li:after {
        height: 3rem;
    }
    .nav_bg > ul li a {
        font-size: 1rem;
    }
    
    .search_d .search-bg {
        width: 66%;
    }
    
    .prod_bg {
        padding: 1rem 0;
    }
    .prod_d li .prod_t a {
        font-size: 0.6rem;
    }
    .prod_a {
        height: 2rem;
        line-height: 2rem;
    }
    .prod_a a {
        font-size: 1rem;
    }
    
    .about_bg {
        padding: 1rem 0;
    }
    .about_img {
        margin: 0.8rem auto;
    }
    .about_txt span {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    
    .news_d li dl:first-of-type dd span {
        font-size: 0.9rem;
    }
    .news_d li dl:first-of-type dd p {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }
    .news_d li dl:first-of-type dd a {
        margin-top: 2%;
        width: 40%;
        height: 1.6rem;
        font-size: 0.6rem;
        line-height: 1.6rem;
    }
    .news_d li dl:nth-child(n+2) dt {
        width: 70%;
    }
    .news_d li dl:nth-child(n+2) dd {
        width: 30%;
    }
    .news_d li dl:nth-child(n+2) dt a,.news_d li dl:nth-child(n+2) dd a {
        font-size: 0.8rem;
    }
    
    .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;
    }
}

.app_ys_d li:nth-child(4){ display: none;}	
.prod_content img, .item_bg img, .news_content img{ width: 100% !important;}
.nav_bg > ul li a{font-size: 1rem !important;}
.search_bg{height: 3rem !important;line-height: 3rem !important;}
.search_d .search-bg input{font-size: 0.8rem !important;}
.search_d .search-bg{ padding-left: 12% !important;height: 3rem !important;    width: 73% !important;}
.search_d .search-i{background-size: 1.5rem !important;height: 3rem !important;width: 10% !important;}
.nav_bg .nav_a ul a{font-size: 1rem !important;}
.app_ys_d ul li .ys_txt .ys_w{width: auto !important;}
.app_ys_d ul li .ys_img{margin: auto !important;    width: 50% !important;height: auto !important;}
.app_ys_d ul li .ys_txt{    margin-left: auto !important;width: 48% !important;padding: 1% !important;    overflow: hidden;}
.app_ys_d ul li{background: #eee !important;border-bottom: 5px solid #d6d6d6 !important;height: auto !important;}
.app_ys_d ul li .ys_txt .ys_tile span{font-size: 1.2rem !important;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.app_ys_d ul li .ys_txt .ys_tile p{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 0.5rem !important;}
.app_ys_d ul li .ys_txt .ys_w{width: auto !important;font-size: 0.6rem !important;line-height: 1.2rem !important;}
.app_ys_d ul li:nth-child(2n) .ys_txt{margin-right: 0 !important;}
.news_d li dl:first-of-type dt{max-height: initial !important;}
.feedback_content li{margin-right: auto !important;box-sizing: border-box;width: 33.33% !important;}
.feedback_content li.fb_message{width: 100% !important;height: 5rem !important;}
.yzma span{font-size: 1rem !important;width: auto !important;}
.title_bg p{font-size: 1rem !important;}
.prod_list li a{font-size: 1rem !important;}
.feedback_form .feedback_form_t span{font-size: 1rem !important;}
.feedback_form .feedback_form_t{height: 2.5rem !important;line-height: 2.5rem !important;}
.footer_bg dl span{font-size: 1rem !important;}
iframe{width: 100% !important;}
.app_site_l{width: 50% !important;}
.app_site_l span{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.app_site .app_site_r{padding-right: 1% !important;max-width: 49%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.about_txt{min-height: auto !important;}