html {
    /* font-size: 10px; */
    overflow-x: hidden;

}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;

}

.relative {
    position: relative;
}

.posAbs {
    position: absolute;
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.right{
    text-align: right;
}
.rowE {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.row.alignTop {
    align-items: flex-start;
}

.flexWrap {
    flex-wrap: wrap;
}



.p10 {
    padding: 0 20px;
    box-sizing: border-box;
}
.p20 {
    padding: 15px;
    box-sizing: border-box;
}
.center {
    text-align: center;
}


.flexWrap {
    flex-wrap: wrap;
}

/* 顶部条固定 */
.rowB {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.rowC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 移动端换行 */
    flex-direction: column;

}
.col-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.scrollTopCss {
    position: fixed;
    top: 0;
    left: 0;
    margin-Top: 0;
    z-Index: 99999;
    background: transparent;
}

.w1200 {
    width: 100%;
    margin: 0 auto;
    background: none;
}
#mainContentWrapper {
    margin-top: 48px;
    min-height: 600px;
}
.smvContainer {
    height: auto;
    min-height: auto !important;
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 1.2rem; */
    padding: 0 12px;
}

.header_box .fullcolumn-outer {
    background-color: transparent;
    background-image: none;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: auto;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    /* border */
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    /* border radius */
    border-radius: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}


.header_box .fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.smartFixed .header_box .fullcolumn-outer {
    left: 0 !important;
}

.fullcolumn-inner {
    width: 100%;
    margin: 0 auto;
}
.contentH100 {
    height: 100%
}

.wapHeader {
    height: 50px;
    width: 100%;
    overflow: visible;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}

.wapFrameBox .m-container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0;
    background-color: rgb(23, 20, 20);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.wapFrameBox .m-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.mlogo {
    display: inline-block;
    height: 22px;
    width: 61px;
}

.wapnav {
    height: 38px;
    width: 35px;
    z-index: 3;
}

.language {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    margin-right: 20px;
}

.language>span {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    white-space: nowrap;
}

.language>span.cur {
    color: #ff0000;
}

.language .blank {

    width: 1px;
    height: 16px;
    background: #fff;
}

.mlogo>img {
    width: 100%;
    height: 100%;
}

.wapnav .mw-nav-open {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    float: left;
    font-weight: bold;
}

.wapnav .mw-nav-open .mw-navbtn-icon {
    font-size: 18px;
    color: #ffffff
}

.tem_28_11_nav .mw-nav-close {
    margin: 0;
    padding: 12px;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #333;
}



#headerLine {
    height: 81px;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999;
    position: fixed;
    margin-top: 0px;
}

.footer .fullcolumn-outer {
    background-color: rgb(23, 20, 20);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.footer .fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 50% 50%;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .fullcolumn-outer {
    left: 0 !important;
}

.footer .w-company-info {
    line-height: 18px;
    text-align: left;

}

.footer .w-company-info .company-info-item {
    overflow: hidden;
}

.footer .w-company-info .company-info-item a {
    display: block;
    margin-bottom: 5px;
    color: #999999;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
}

.footer .w-company-info .company-info-item .company-info-titleBox {
    float: left;
    text-align: left;
    width: 20px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space     : nowrap; */
}

.footer .w-company-info .company-info-item .company-info-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    margin-right: 5px;
    vertical-align: top;
}

.footer .w-company-info .company-info-item .ltd-icon {
    color: #999999;
    font-size: 18px;
}

.footer .w-company-info .company-info-item .company-info-title {
    color: #999999;
    *display: inline;
    *zoom: 1;
}

.footer .company-info-item .company-text {
    /* overflow: hidden; */
    word-wrap: break-word;
}

.footer .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.footer .w-company-info .company-info-item .company-info-title.mw-icon-hide {
    display: none
}

.w-company-info {
    line-height: 20px;
    text-align: left;
}

.w-company-info .company-info-item a {
    width: 100%;
    font-family: 'Noto Sans CJK';
    color: #999999;
    font-size: 13px;
}

.w-company-info .company-info-item {
    padding-left: 10px;
}

.w-company-info .company-info-item .company-info-icon {
    vertical-align: top;
}

.w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.w-company-info .company-info-item .ltd-icon {
    margin-right: 5px;
    color: #D7D7D7;
    font-size: 13px;
}

.qrimg {
    height: 78px;
    width: 78px;
    overflow: hidden !important;
    flex-shrink: 0;
}

.footerWrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-size: auto;
    background-color: rgb(23, 20, 20);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    z-index: -1;
}

.copyBordertop {
    border-top: 1px solid #443d3d;
    margin-top: 5px;
}

.qrimg .w-image-box {
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 1px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    width: 106px;
    height: 108px;
    margin: 0 10px;
}

.wxQr {
    width: 100%;
    height: 100%;
}

.qrimg a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.qrimg a .wxQr {
    width: 100%;
    height: 100%;
}

.qrimg .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.qrimg .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.tem_28_11_nav .mw-nav-close .mw-nav-close-inner i {
    font-size: 20px;
}

.tem_28_11_nav {
    margin: 0;
    padding: 0;
    display: none;
    position: fixed;
    top: 0;
    /*background: #FFF;*/
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 移动端菜单 */
.tem_28_11_nav .mw-nav-inner-box {
    margin: 0;
    padding-top: 47px;
    box-sizing: border-box;
    height: 100%;
    /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.tem_28_11_nav .mw-nav-inner {
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}

.tem_28_11_nav .mw-nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
}

.tem_28_11_nav .mw-nav-item .mw-nav-item-link {
    margin: 0;
    padding: 14px 0;
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tem_28_11_nav .mw-nav-item .mw-nav-item-link.current {
    font-size: 15px;
    color: #c52525
}



.pcVisible{
    display: none;
}
.mVisible{
    display: block;
}

