.relative {
    position: relative;
}

.center {
    text-align: center;
}

.p40 {
    padding-top: 40px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    background: none;
}

.scrollTopCss {
    background-color: rgb(23, 20, 20);
    background-color: #171414 \9;
    z-Index: 99999;
}

.scrollTopCss1 {
    background-color: rgb(0, 0, 0) !important
}

.scrollTopCss .navPc .w-nav .w-nav-item .w-nav-item-link {
    color: #444;
}
.scrollTopCss .w-nav-item-link.active::after{
    background: #fff!important;  
}
.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alignTop {
    align-items: flex-start !important;
}

.flexWrap {
    flex-wrap: wrap;
}

.rowC {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.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;
}
@media screen\0 {
    .row {
        float: left;
    }
    .row > div,.row > p{
        float: left;
        margin-right: 15px;
    }
    .row > div:last-child,.row > p:last-child{
        float: right;
        margin-right: 0;
    }
    .rowC {
        /* display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-align: center; */
        
        margin: 0 auto;
    }
    .rowC > div,.rowC > p,.rowC > ul{
        float: left;
        margin-right: 15px;
    }
    .rowC > div:last-child,.rowC > p:last-child,.rowC > ul:last-child{
        float: right;
        margin-right: 0;
    }
    .col-c > div,.col-c > p,.col > div{
        width: 100%;
    }
    .main-layout .content-box .col-c >p{
        height: auto;
        display: inline-block;
        padding: 10px 0;
    }
    .main-layout .content-box .h1{
        margin-top: 120px;
        box-sizing: border-box;
    }

}
#mainContentWrapper {
    min-height: calc(100% - 248px);
}

.copyBordertop {
    border-top: 1px solid #443d3d;
    margin-top: 5px;
    padding: 15px;
    clear: both \9;
    margin-top: 20px \9;
}

.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-outer.fixed {
    /* background-color: rgb(255, 255, 255); */
    background-color: rgb(23, 20, 20);
    background-color: #171414 \9;
    clear: both \9;
    color: #fff;
    /* border */
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.header_box .fullcolumn-outer.fixed0 {
    background-color: rgb(255, 255, 255);

    color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-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 transparent;
    border-bottom: 0px solid transparent;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.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: 1200px;
    margin: 0 auto;
}

.right {
    text-align: right;
}

/* 顶部菜单 */
/* 菜单nav */
.navPc {
    width: calc(100% - 480px);
    height: 81px;
    z-index: 3;
}

.navPc * {
    box-sizing: content-box;
}

.logo {
    /* height: 36px;
    width: 98px; */
    height: 54px;
    width: 147px;
    z-index: 4;
    margin-top: 10px \9;
}

.logo>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.logo>a img {
    width: 100%;
    height: 100%;
}

.navPc .w-nav {
    width: 100%;
    /* reset */
    margin: 0;
    padding: 0;
    position: relative;
    /* background */
    background-color: transparent;
    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;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navPc .w-nav:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1
}

.navPc .w-nav .w-nav-inner {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    width: 25%;
    height: 81px;
    line-height: 81px;
    position: relative;
    z-index: 2;
}

.navPc .w-nav .w-nav-item {
    padding: 0 15px;
    margin: 0;
    position: relative;
    height: 100%;
    line-height: inherit;
}

.navPc .w-nav .w-nav-item .w-nav-item-link {
    /* reset */
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    font-family: 'Noto Sans CJK';
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navPc .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
    font-family: 'Noto Sans CJK';
    font-size: 15px;
}

.navPc .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
    font-size: 15px;
}

.navPc .w-nav .w-subnav-item {
    margin: 0;
    padding: 0;
}

.navPc .w-nav .w-subnav {
    /* reset */
    margin: 0px 0 0 !important;
    padding: 0;
    display: none;
    overflow: hidden;
    width: 120px;
    /* background */
    background-color: #F38E00;
    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;
}

.navPc .w-nav .w-subnav-item {
    /* reset */
    margin: 0;
    padding: 0;
    list-style: none;
}

.navPc .w-nav .w-subnav-item .w-subnav-link {
    /* reset */
    margin: 0;
    padding: 0 15px;
    height: 100%;
    line-height: 70px;
    outline: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.navPc .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
    font-size: 12px;
}

.navPc .w-nav .w-subnav-item .w-subnav-link .w-link-txt {
    /* height */
    font-family: Tahoma;
}

/* hover */
.navPc .w-nav .w-nav-inner:hover .w-nav-item .w-nav-item-link {
    color: #c52525;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

/* active状态 */
.navPc .w-nav .w-nav-inner .w-nav-item .w-nav-item-link {
    font-style: normal;
    text-decoration: none;
    position: relative
}

.navPc .w-nav .w-nav-inner .w-nav-item .w-nav-item-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 3px;
    margin: 0 auto;
    background: #000;
    border-radius: 3px;

}

/* subnav-hover */
.navPc .w-subnav .w-subnav-item:hover {
    background-color: #ffab36;
    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;
}

.navPc .w-nav .w-subnav-item:hover .w-subnav-link:hover {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.navPc .w-nav .w-subnav-item .w-subnav-link .navchildren {
    display: none;
}

.navPc .w-nav .w-subnav-item:hover .w-subnav-link:hover .navchildren {
    display: inline;
}

/* current */
.navPc .w-nav .w-nav-item.current {
    background-color: transparent;
    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;
}

.navPc .w-nav .w-nav-item.current .w-nav-item-link {
    color: #c52525;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.navPc .w-nav .sliding-box:first-child+.w-nav-inner .w-nav-item.current {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.navPc .w-nav .w-nav-inner:last-child .w-nav-item.current {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* current */
.navPc .w-nav .w-subnav-item.current {
    background-color: #ffab36;
    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;
}

.navPc .w-nav .w-subnav-item.current .w-subnav-link {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.navPc .sliding-box {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 741px;
    height: 81px;
    overflow: hidden;
    position: absolute;
    top: -0px;
    left: -0px;
    border-radius: 0;
    z-index: 1;
    /* border */
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #F38E00;
    border-right-color: #F38E00;
    border-bottom-color: #F38E00;
    border-left-color: #F38E00;
}

.navPc .sliding-box .sliding {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
    height: 81px;
    background-color: transparent;
    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;
}



#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;
    padding: 5px 0;
}

.footer .w-company-info .company-info-item a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 13px;
    font-family: 'Noto Sans CJK';
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

.footer .w-company-info .company-info-item .company-info-titleBox {
    float: left;
    text-align: left;
    /* width: 70px; */
    width: 100%;
    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:first-child {
    padding-left: 0;
} */

.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: 108px;
    width: 260px;
    overflow: hidden !important;
}

.footerWrapper {
    position: relative;
    width: 100%;
    min-width: 1200px;
    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;
}

.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: 106px;
    height: 108px;
}

.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;
}

/* 容器 */
.smvWrapper {
    min-width: 1200px;
    position: relative;
    background-color: rgb(243, 243, 243);
}

.pcVisible {
    display: block;
}

.mVisible {
    display: none;
}
