img[src=""] {
    display:none;
}

/* 语言 */
.nav_lans {

    float: right;
    position: relative;
    padding-left: 30px;
}

.nav_lansr {

    float: left;
    position: relative;
    padding-left: 30px;
}

/*_SwitchLanguage*/

#lang_lbl {
    padding-right: 20px;
    display: table-cell;
    height: auto;
    cursor: pointer;
    vertical-align: middle;
    float: right;
    font-size: 16px;
    color: #e5e5e5;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    text-transform: capitalize;
    font-family: "OPENSANS-REGULAR";
}

#lang_lbl img {
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}

#lang_list {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 100%;
    border-top: solid 1px #036FDB;
    display: none;
    padding: 0 6px;
    white-space: nowrap;
    background-color: #fff;
    z-index: 10;
    padding: 0 4px;
    max-height: 250px;
    overflow-y: scroll;
}

#lang_list .lang_a {
    display: block;
    padding: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
}

#lang_list .lang_a:hover {
    color: #FF6A00;
}

@media (max-width: 768px) {
    .nav_lans {
        width: 100%;
        margin: 10px 0 0 0;
    }

    #lang_lbl {
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

    #lang_lbl img {
        position: relative;
        left: 0;
        top: 3px;
    }
}

/* nav  */
.navbar{
    margin-bottom: 0;
}
#nav .nav_box .navbar{
    margin-right: 0.53%;
}
#nav .nav_box .navbar .n_item{
    position: relative;
    margin-right: 26px;
}
#nav .nav_box .navbar .n_item a{
    font-weight: 600;
}
.nav_sec{
    width: 260px;
    background-color: #fff;
    display: none;
    position: absolute;
    left: 0;
    box-shadow:5px 5px 10px -5px rgb(0 0 0 / 12%);
    /* border-top: 1px solid #ccc; */
    
}
.nav_sec_box {
    background: #fff;
    min-height: 0px;
    /* padding: 13px 0 17px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.small_nav_sec .nav_sec_item{
    position: relative;
}
.nav_sec_item dt{
    line-height: 30px;
}
#nav .nav_box .navbar .n_item .nav_sec_item dt a{
    padding: 0 20px;
    line-height: 40px;
}
.nav_sec_item_ul1{
    width: 260px;
    background-color: #fff;
    box-shadow:5px 5px 10px -5px rgb(0 0 0 / 12%);
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

#nav .nav_box .navbar .n_item:hover .nav_sec{
    display: block;
}
.small_nav_sec .nav_sec_item:hover .nav_sec_item_ul1{
    display: block;
}
#nav .nav_box .r_nav .nav_icon{
    margin-right: 20px;
}
#banner{
    min-height: 50px;
}
.item_img_box{
    width: 100%;
    padding-top: 100%;
}
#products .products_box .products_content .table_left{
    width: 100%;
    max-width:100%;
}
#products .products_box .products_content .table_left>div{
    width: 33.33%;
    max-width: 480px;
    height: 100%;
    display: table;
    float: left;
    position: relative;
}
#products .products_box .products_content .table_left .item_text{
    width: 100%;
    padding-top: 100%;
}
#products .products_box .products_content .table_left div:nth-child(3){
    float: left;
    display: table;
    width: 33.33%;
    max-width: 480px;
    height: 100%;
    color: #111111;
}

#products .products_box .products_content .table_left div:nth-child(1) .item_text{
    float: left;
    background-color: #04979E;

}
#products .products_box .products_content .table_left div:nth-child(2) .item_text{
    position: absolute;
    bottom: -100%;
}
#products .products_box .products_content .table_left div:nth-child(3) .item_text{
    float: left;
    width: 100%;
    padding-top: 100%;
    background-color: #ffffff;
    
}
#products .products_box .products_content .table_left div:nth-child(3) .item_text .item_text_title,
#products .products_box .products_content .table_left div:nth-child(3) .item_text .item_text_content{
    color: #111111 !important;
}
#products .products_box .products_content .table_left div:nth-child(3) .item_img_box{
    float: left;
    width: 100%;
    padding-top: 100%;
}

@media screen and (max-width: 768px){
    
}



/* 产品列表 */
.products .left{
    position: relative;
}

.M_manu {
    /* display: none; */
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.contenter{
    /* width: 75%;
    margin-left: 25%; */
}
/*widget*/
.widget {
    margin-bottom: 20px;
    position: relative;
}

.widget:not(:last-child) {
    border-bottom: 1px solid #dfdddd;
}

.widget-tt {
    font-family: sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
    position: relative;
}

.widget-menudown {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.widget-menudown .glyphicon {
    font-size: 18px;
    transition: transform .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.collapse-btn.in .glyphicon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*.collapse-bd{ display: none;}*/
@media (max-width: 792px) {
    .collapse-btn {
        display: block;
    }

    .collapse-bd {
        display: none;
    }
}

.collapse-bd.in {
    display: block !important;
}

.widget-bd {
    margin: 15px 0;
    font-size: 14px;
}

.widget-bd .glyphicon {
    font-size: 16px;
    margin-right: 8px;
    top: 2px;
}

.widget-bd .form-group {
    padding-top: 15px;
}

.widget-bd .form-group .btn {
    margin-top: 15px;
}

.widget-bd .form-group .btn .glyphicon {
    margin-left: 8px;
}

.widget-bd a {
    color: #959595;
}

.widget-bd a:hover {
    color: #ba1c15;
}

.widget-bd li {
    margin-bottom: 3px;
    width: 100%;
    position: relative;
}
.widget>.widget-bd>ul>li{
    list-style-type: disc;
}
/* .widget>.widget-bd>ul>li:before {
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 6px;
        overflow: hidden;
        position: absolute;
        top: 42%;
    left: 0px;
} */
.widget-bd>li>a{
    color: #000;
}
.widget-bd li a {
    display: block;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.widget-bd li .text-word {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    padding-left: 15px;
}

.widget-bd li .text-down {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

.widget-bd li .text-down {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    height: 100%;
    margin: 0;
    vertical-align: middle;
    line-height: 26px;
    cursor: pointer;
}

.widget-bd li .icon {
    position: absolute;
    left: 0;
    top: 12px;
}

.widget-bd li>ul a {
    height: 33px;
    line-height: 33px;
    color: #959595;
}

.widget-bd .contact-item {
    padding-bottom: 15px;
}

.widget-item:not(:last-child) {
    margin-bottom: 15px;
}

.widget-bd .widget-item .glyphicon {
    color: #ba1c15;
}

.widget-bd .widget-item a {
    color: #333;
}

.widget-bd .widget-item a:hover {
    color: #ba1c15;
}

.widget-1 .widget-tt {
    font-family: 'Impact'; 
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 2.8em;
    text-align: left;
    border-left: 10px solid #111111;
    border-top-right-radius: 16px;
    padding-left: 10px;
}

.widget-1>.widget-menudown {
    width: 46px;
    height: 60px;
    line-height: 60px;
    color: #333;
    display: none;
}

@media (max-width: 792px) {
    .M_manu {
        display: block !important;
width: 100%;
    position: static;
    }
.contenter{

width: 100%;
    margin: 0 auto;}
    .widget-1>.widget-menudown {
        display: block !important;
    }
    
}

.widget-1 .widget-bd {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    margin: 0;
}

.widget-1 .widget-bd .icon {
    background-color: #333;
}

.widget-1 .widget-bd li .icon {
    position: absolute;
    left: 0;
    top: 22px;
}

.widget-1 li a {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
}

.widget-1 li a:hover {
    color: #ba1c15;
}

.widget-1 li .widget-menudown {
    width: 46px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #959595;
    cursor: pointer;
    right: -20px;
}

.widget-1 li .widget-menudown .glyphicon {
    margin-right: 0;
}


/* faq */
.ueeshop_responsive_article_detail>.contents {
    color: #555;
    line-height: 160%;
    font-size: 16px;
    min-height: 300px;
}

/* 产品列表 */
@media screen and (max-width: 768px){
    .products .left {
        display: block;
        width: 100%;
    }
    .products .left .hot_pro{
        display: none;
    }
}

.ueeshop_responsive_turn_page a {
    height: 54px;
    width: 54px;
    display: block;
    text-align: center;
    line-height: 54px;
    background: #f5f7f6;
    display: inline-block;
    margin: 4px 4px;
    position: relative;
}
body .ueeshop_responsive_turn_page.s1 >  .page_item_current {
    color: #04979E;
}
/* m_footer */
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
        .clearfix{*zoom:1;}
        .m_footer{
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
            min-height:30px ;
            background-color: #04979e;
            display: none;
            z-index: 99999999;
        }
        .m_footer_ul{
            padding-bottom: 1%;
        }
        .m_footer_ul li{
            width: 25%;
            text-align: center;
            float: left;
        }
        .m_footer_ul li a{
            display: block;
            color: #fff;
        }
        .m_footer_ul li a{
            text-decoration:none;
            text-transform: capitalize;
        }
        .m_footer_ul li a:hover{
            text-decoration:none
        }
        .m_footer_ul li a:visited {
            text-decoration:none
        }
        .m_footer_ul i{
            display: block;
            width: 25px;
            height: 25px;
            margin: 6px auto 2px;
            font-size: 26px;
            
        }
        @media screen and (max-width: 768px){
            .m_footer{
                display: block;
            }
        }
/* 及时聊天 */

@media only screen and (max-width: 991px) {

    #chat_window .chat_box .chat_skype .more_box a,
    #chat_window .chat_box a.chat_skype {
        background-position: left center !important;
    }
    
}


/* about_us */
.about_cate_title{
    margin: 0 auto;
    width: 96%;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 24px;
    color: #333;
    font-family: "Montserrat-Regular";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.relative{
    min-height: auto;
}
.bxSlide-outter img{
    height: 100%;
}
/* 产品页 */
.ueeshop_responsive_products_detail .gallery{
    width: 31%;
}
.ueeshop_responsive_products_detail .info{
    width: 68%;
}

/* promote */
.products .right .list{
    margin-top: 0;
}
.promote_box .ueeshop_responsive_article_detail{
    margin: 0 auto;
}
.promote_box .ueeshop_responsive_article_feedback {
    margin: 0 auto;
}
body .ueeshop_responsive_products_list.promote_list{
    margin: 0 auto;
}

body .promote_list .item{
    margin-bottom: 16px;
}
@media only screen and (max-width: 768px){
    .ueeshop_responsive_position .position{
        width: 100%;
    }
    .ueeshop_responsive_products_detail .gallery,
    .ueeshop_responsive_products_detail .info{
        width: 100%;
    }
    .about_cate_title{
        margin-top: 2%;
    }
    #introduction .introduction_box .introduction_item_text .introduction_text_box .introduction_text_title span{
        font-size: 24px;
    }
    #products .products_box .products_header .products_title_box span{
        font-size: 24px;
    }
    #copymsg{
        text-align: center;
    }
    #copymsg .copymsg-span{
        float: none;
        display: block;
        text-align: center;
    }
}


.t264_dd a{
    text-transform: capitalize;
}


/* 产品页视频 */
.video_box{
            
    margin: 0 auto;
    text-align: center;
}
.video_box video{
    max-width: 800px;
    width: 100%;
}
.video_box video[src=""] {
    display:none;
}
.nav-child-son-a{
    position: relative;
}

#nav .nav-child .nav-child-son{
    left: 100%;
    top: 0;
    width: 100%;
    /* padding: 2%; */
    background: #fff;
    border-left: 3px solid #6d9493;
    box-sizing: border-box;
}
#nav .list .nav-child .nav-child-son-a:hover .nav-child-son{visibility: visible;opacity: 1;}
#nav .list{
    width: 68%;
}
#nav .search .text{
    width: auto;
}

.index-pro-category .list .box:nth-child(2n){
    margin-left: 2.5%;
}
/* #footer .foot-nav{
    width: 17.5714%;
} */
#copymsg .copymsg-span{
    float: right;
}
.menu-wrap-style .menu h3 a:hover span{
    color: #fff;
}
.menu-wrap-style .menu .sublist li{
    position: relative;
    width: auto;
}
.menu-wrap-style .menu .sublist .hide{
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 9;
}
.menu-wrap-style .menu .sublist .hide a{
    border: 1px solid #dfdddd;
    display: block;
    padding: 0 4px;
    width: 155px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #b6c9d4;
    font-size: 18px;
    color: #020202;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: none;
}
.collapse-bd{
    /* position: absolute; */
}
.menu-wrap-style .menu .sublist li:hover .hide{
    display: block;
}
.menu-wrap-style .menu .sublist{
    margin: 0;
}
.index-module .title{
    text-transform: capitalize;
}
#nav .nav-child{
    width: 250px;
    max-width: 250px;
    padding: 0%; 
    background: #fff;
    border-bottom: none;
}
#nav .list .a{
    width: auto;
    /* margin: 0 26px; */
}
#nav .list .a > a{
    padding:  0 26px;
}
.ueeshop_responsive_products_inquiry_box form .rows label{
    text-transform: capitalize;
}
#footer .foot-nav + .foot-nav{
    margin-left: 0;
}
.product-detail .ueeshop_responsive_products_detail .description .title span{
    text-transform: capitalize;
}
.editor_table_wrap table td{
    padding: 6px;
}

body .ueeshop_responsive_info_list .item .info .desc{
    overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
}

