#w_common_text-1657009814015 p span,#w_common_text-1657010967580 p span , #w_common_text-1657010547494 {
    text-transform: uppercase;
}

a.pub_link {
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-left: 160px;
    color: #666;
}

a.pub_link:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 70px;
    top: 15px;
}

a.pub_link:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #be1528;
    position: absolute;
    left: 70px;
    top: 14px;
    transition: all 0.5s;
    border-radius: 3px;
}

a.pub_link span {
    display: block ;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background: #ae8048;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

a.pub_link span:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #be1528;
    position: absolute;
    left: 20px;
    top: 0;
    opacity: 0.5;
    transition: all 0.5s;
}

a.pub_link:hover {
    color: #be1528;
}

a.pub_link:hover:after {
    width: 70px;
}

a.pub_link:hover span {
    left: 20px;
}

a.pub_link:hover span:before {
    left: -20px;
}

body .pagebox {
    opacity: 0;
    visibility: hidden;
}

body.wd-show .pagebox {
    opacity: 1;
    visibility: visible;
    transition: 1s ;
}

body.make .pagebox {
    opacity: 1;
    visibility: visible;
}

.w-scroll-ani {
    opacity: 0;
}

body.wd-show .w-scroll-ani.scrolled {
    animation: fadeInUp 0.5s both;
    animation-delay: 0.2s;
}

@media (max-width: 768px) {
    #w_grid-1618669498503 {
        padding:20px;
    }

    #w_fimg-1616478881396 {
        margin: 20px auto 0 auto;
        max-width: 95px;
    }

    .iShare {
        text-align: left;
        padding-bottom: 0;
    }

    .c_portalResSearch_total-03001 {
        display: none;
    }

    #w_common_text-1616479033777 {
        margin: 0 auto;
    }

    #w_common_text-1618684591259 p:nth-child(2) span {
        font-size: 22px !important;
    }

    #w_common_text-1618684591259 span strong {
        font-size: 26px;
        font-weight: normal;
    }
}

/*ÃƒÂ§Ã‚Â Ã¢â‚¬ÂÃƒÂ¥Ã‚ÂÃ¢â‚¬ËœÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™*/
#w_grid-1618680694336 > div > .p_gridbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background: #ad8047;
}

#content_box-1618680694336-0 {
    display: flex;
    align-items: center;
}

#content_box-1618680694336-1 {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    align-content: center;
    padding: 120px;
    color: #fff;
    background: url(/img/rdbg1.png) center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 769px) {
    #content_box-1618680694336-1 {
        padding:30px;
    }
}

/**ÃƒÂ©Ã‚Â¡Ã‚Â¶ÃƒÂ©Ã†â€™Ã‚Â¨**/
#vg_header {
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: top,width,left;
    transition-property: top,width,left;
}

#vg_header::before {
    content: '';
    width: 188px;
    height: 120px;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}

#vg_header .container {
    padding: 0 40px 0 0;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#vg_header .fl {
    max-width: 188px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 188px;
    flex: 0 0 188px;
    height: 120px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}

#vg_header .navbar_nav {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#vg_header .nav {
    height: 80px;
    z-index: 3;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}

#vg_header.on::before {
    width: 100%;
    height: 80px;
}

#vg_header.on .fl {
    height: 80px;
}

#vg_header.on .nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 767px) {
    #vg_header {
        height: 64px;
    }

    #vg_header::before {
        width: 120px;
        height: 80px;
    }

    #vg_header .fl {
        max-width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        height: 80px;
    }

    #vg_header .fl>a img {
        width: 100px;
    }

    #vg_header.on .fl {
        height: 64px;
    }

    #vg_header.on::before {
        height: 64px;
    }
}

/**ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®**/
.base-cta-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
}

.base-cta-text:hover {
    color: #000;
}

.base-cta-text * {
    pointer-events: none
}

.base-cta-text__arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 12px;
    transition: transform .3s;
    transform: translateX(-1em)
}

.base-cta-text.is-hovered .base-cta-text__arrow,.base-cta-text:hover .base-cta-text__arrow,.is-touch .base-cta-text__arrow {
    transform: translateX(0)
}

.base-cta-text__svg-circle-wr {
    display: inline-block;
    margin-left: 1em
}

.base-cta-text__svg-circle {
    stroke: currentColor;
    opacity: .2;
    stroke-dasharray: 112.369 112.369;
    stroke-dashoffset: 112.369;
    -webkit-animation: circle-stroke-out .3s forwards;
    animation: circle-stroke-out .3s forwards
}

.base-cta-text.is-hovered .base-cta-text__svg-circle,.base-cta-text:hover .base-cta-text__svg-circle,.is-touch .base-cta-text__svg-circle {
    -webkit-animation: circle-stroke-in 1s forwards;
    animation: circle-stroke-in 1s forwards
}

@-webkit-keyframes circle-stroke-in {
    0% {
        stroke-dashoffset: 112.369
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes circle-stroke-in {
    0% {
        stroke-dashoffset: 112.369
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes circle-stroke-out {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -112.369
    }
}

@keyframes circle-stroke-out {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -112.369
    }
}

/**ÃƒÂ¨Ã‚Â£Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¥Ã‚Â°ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨**/
.e_FlowCommonStyleBox-001 .stylebox_top {
    background: #b77a0f;
    height: auto;
    position: relative;
}

.e_FlowCommonStyleBox-001 .stylebox_top:after {
    content: "\e73d";
    font-family: iconfont;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.e_FlowCommonStyleBox-001 .stylebox_title {
    background: none;
    padding: 15px;
}

.e_ContentMajorStyleBox-001 .stylebox_top {
    background: #cd1132;
    height: auto;
    position: relative;
}

.e_ContentMajorStyleBox-001 .stylebox_top:after {
    content: "\e73d";
    font-family: iconfont;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.e_ContentMajorStyleBox-001 .stylebox_title {
    background: none;
    padding: 15px;
}

.p_page {
    width: 100%;
    text-align: center;
}

.p_page .p_PageInterval {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    color: #ccc;
    float: none;
}

.p_page .PageInterval {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    color: #ccc;
    float: none;
}

.p_page .pageNum {
    padding: 0 15px;
    height: auto;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    float: none;
    margin: 5px;
    border: 1px #666 solid;
    background: #fff;
    color: #222;
    border-radius: 0;
}

.p_page .pageNum:hover,.p_page .pageNum.active {
    background: #0070c0;
    color: #fff;
    border: 1px #0070c0 solid;
}

/**ÃƒÂ§Ã‚Â¿Ã‚Â»ÃƒÂ©Ã‚Â¡Ã‚Âµ**/
.p_page .pre .font,.p_page .next .font {
    display: inherit;
    vertical-align: top;
    height: 36px;
}

.p_page .pre {
    padding: 0 15px;
    display: inline-block;
    height: auto;
    line-height: 38px;
    font-size: 14px;
    float: none;
    margin: 5px;
    border: 1px #666 solid;
    background: #fff;
    color: #222;
    border-radius: 0;
}

.p_page .pre1,.p_page .next1 {
    color: #ccc !important;
    background: none !important;
    border: 1px #ccc solid !important;
}

.p_page .next {
    padding: 0 15px;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    float: none;
    margin: 5px;
    border: 1px #666 solid;
    background: #fff;
    color: #222;
    border-radius: 0;
}

.p_page .next .iconfont:before {
    float: none;
    line-height: 40px;
}

.p_page .next:hover,.p_page .pre:hover {
    background: #0070c0;
    border: 1px #0070c0 solid;
}

.p_page .next:hover .iconfont ,.p_page .pre:hover .iconfont {
    color: #fff;
}

@media (max-width: 768px) {
    .p_pagebox {
        padding:20px;
        margin: 0;
        display: flex;
        z-index: 2;
    }

    .p_pagebox .pre {
        width: 100px;
        text-align: center;
        background: #EFB42C;
        height: 40px;
        line-height: 40px;
        color: #222;
    }

    .p_pagebox .pre .font {
        dislay: inline-block;
        font-size: 14px;
    }

    .p_pagebox .pre .font i {
        float: left;
        line-height: 40px;
        color: #222;
    }

    .p_pagebox .pre:hover {
        background: #EFB42C;
        color: #222;
    }

    .p_pagebox .pre:hover .iconfont {
        color: #222;
    }

    .p_pagebox .next {
        width: 100px;
        text-align: center;
        background: #EFB42C;
        height: 40px;
        line-height: 40px;
        color: #222;
    }

    .p_pagebox .next .font {
        dislay: inline-block;
        font-size: 14px;
    }

    .p_pagebox .next .font i {
        float: right;
        line-height: 40px;
        color: #222;
    }

    .p_pagebox .next:hover {
        background: #EFB42C;
        color: #222;
    }

    .p_pagebox .next:hover .iconfont {
        color: #222;
    }

    .p_pagebox .NumBox {
        flex: 1;
        height: 40px;
        font-size: 16px;
    }

    .p_pagebox .num {
        font-size: 16px;
        display: block;
        line-height: 40px;
    }

    .p_pagebox .num .iconfont {
        height: 40px;
        line-height: 40px;
    }

    .p_pagebox .num .iconfont:before {
        font-size: 16px;
    }
}

#c_portalResIntro_category-16208681178964705 {
    display: none;
}

@media (max-width: 768px) {
    #w_common_text-1616479157829 {
        border-top: 1px solid rgba(255,255,255,.1);
        margin-top: 20px;
        padding-top: 10px;
    }

    #w_grid-1616643061509,#w_grid-1619055129174,#w_grid-1619056743598,#w_grid-1619058619072,#w_grid-1619059107490,#w_grid-1619059203120,#w_grid-1620715626784,#w_grid-1620718717552,#w_grid-1620725343714 {
        padding: 0 20px;
    }

    #w_grid-1616643061526,#w_grid-1619055129178,#w_grid-1619056743603,#w_grid-1619058619076,#w_grid-1619059107494,#w_grid-1619059203129,#w_grid-1616741184611 ,#w_grid-1620715626788,#w_grid-1620718717562,#w_grid-1620725343719,#w_grid-1620783029128 {
        padding: 0;
    }

    #w_fimg-1616643484400,#w_fimg-1619055129185 {
        width: 30%;
        margin: 0;
        margin-bottom: 10px;
    }

    #w_common_text-1616643061532,#w_common_text-1619055129188 {
        margin: 0 auto;
    }

    #content_box-1616643061526-0 p {
        text-align: left !important;
    }

    #w_common_text-1616643061532 p span,#w_common_text-1619055129188 p span {
        font-size: 24px !important;
        margin: 10px 0;
        display: block;
    }

    #w_common_text-1619056743615 p span,#w_common_text-1619058619084 p span,#w_common_text-1619059107502 p span,#w_common_text-1619059203136 p span,#w_common_text-1616741184619 p span,#w_common_text-1616742546719 p span,#w_common_text-1620715626795 p span,#w_common_text-1620718717662 p span,#w_common_text-1620725343726 p span,#w_common_text-1620783029137 p span,#w_common_text-1621046769578 p span,#w_common_text-1621048925867 p span,#w_common_text-1621046769588 p span,#w_common_text-1621049409214 p span,#w_common_text-1621046769628 p span {
        font-size: 24px !important;
    }

    #w_common_text-1619054418684 p span,#w_common_text-1619054454750 p span,#w_common_text-1619055129191 p span,#w_common_text-1619055129193 p span {
        font-size: 14px;
        line-height: 1.2 !important;
        word-break: normal;
    }

    #c_portalResPublic_codeContainer-16190546074493420 .nybut {
        text-align: left;
    }

    #w_grid-1619056743603 > div > .p_gridbox > .p_gridCell:nth-child(n+1),#w_grid-1619058619076 > div > .p_gridbox > .p_gridCell:nth-child(n+1),#w_grid-1620715626788 > div > .p_gridbox > .p_gridCell:nth-child(n+1),#w_grid-1620718717562 > div > .p_gridbox > .p_gridCell:nth-child(n+1),#w_grid-1620725343719 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        padding: 0 10px;
    }

    .c_portalResNews_list-01001010 .pic_box {
        margin-top: 20px;
    }

    #w_grid-1619061920473,#w_grid-1619063943841,#w_grid-1621046769298 {
        margin-top: 80px;
    }

    .c_portalResComplaintPage_detail-01001 .pub_dc {
        padding: 40px 0;
    }

    .c_portalResComplaintPage_detail-01001 .pub_dc .contBox__i .p_header {
        padding-bottom: 0;
        font-size: 24px;
    }

    #w_grid-1620718717542 {
        margin-top: 80px;
    }

    #c_portalResPublic_codeContainer-16207830299265103 .nybut a {
        padding-left: 65px;
    }

    #w_common_text-1620718853541 p span,#w_common_text-1620720749595 p span,#w_common_text-1620725193921 p span,#w_common_text-1620730412646 p span {
        font-size: 26px !important;
    }

    #w_common_text-1620725209741 p {
        text-align: left !important;
    }

    #c_portalResIntro_category-16187497136889598 {
        display: none;
    }

    #c_portalResIntro_category-16208681178964705 {
        display: block;
    }

    #w_common_text-1656484177467 p span {
        font-size: 24px;
    }

    #w_common_text-1656484177469 p span {
        font-size: 24px;
    }

    #w_common_text-1656484177469 {
        margin: 0px;
    }

    #w_fline-1656484346020 {
        margin: 0px;
    }

    #w_common_text-1656484177475 {
        max-height: 172px;
        overflow: hidden;
    }

    span.counter {
        font-size: 34px;
    }

    span.jieshao {
        font-size: 16px;
    }

    .cnCateBox ul.cnCateUl li .cateInfo {
        width: calc(100% - 0px);
    }

    .cnCateBox ul.cnCateUl li .cateInfo h3 {
        padding: 20px 0 15px;
        font-size: 20px;
    }

    #w_grid-1656481941198> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        width: 100%;
    }

    #w_grid-1656481941205 {
        max-width: 100%;
    }

    #w_common_text-1656481941221 {
        margin: 10px 0 0 0;
    }

    #w_common_text-1656481941221 h1 span {
        font-size: 24px;
    }

    #w_common_text-1656481941224 {
        margin: 20px 0 0 0;
        max-height: 72px;
    }

    #w_common_text-1656481941224 p span {
        overflow: hidden;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        font-size: 15px;
    }

    #w_fbtn-1656481941227 {
        display: none;
    }

    #w_grid-1656481941198> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 100%;
        margin: 0px;
    }

    #w_grid-1656481941230 {
        width: 100%;
    }

    #w_grid-1656481941210 {
        width: 50%;
        float: left;
    }

    #w_grid-1656481941214 {
        width: 50%;
        float: left;
        margin: 0px;
    }

    #w_common_text-1656481797808 h1 span {
        font-size: 34px;
    }

    #w_fimg-1656481941236,#w_fimg-1656481941256,#w_fimg-1656481941242,#w_fimg-1656481941263 {
        margin: 0 auto;
        max-width: 80px;
    }

    #w_common_text-1656481941238,#w_common_text-1656481941259,#w_common_text-1656481941245,#w_common_text-1656481941266 {
        margin-top: 10px;
    }

    #c_portalResnav_main-16564820864421917 {
        display: none;
    }

    #w_grid-1656316361372 {
        max-width: 100%;
    }

    #w_grid-1656316361376 {
        margin: 0px;
    }

    .c_portalResPublic_websiteShare-01001 .row {
        text-align: left;
    }

    #w_grid-1656316361399> div > .p_gridbox > .p_gridCell {
        margin: 0;
    }

    .c_portalResPublic_websiteShare-01001 .iShare a {
        margin: 0px 10px 0 0;
    }

    #w_grid-1657004179078 > div > .p_gridbox {
        background: none;
    }

    #w_grid-1657003802616 {
        margin-bottom: 30px;
    }

    #w_common_text-1657003802623 p span {
        font-size: 24px;
        font-weight: bold;
    }

    #w_common_text-1657004017607 p span {
        font-size: 24px;
    }

    #w_common_text-1657003802625 {
        width: 100%;
        margin-bottom: 20px;
    }

    .cnCateBox ul.cnCateUl li {
        width: 100%;
    }

    .cnCateBox ul.cnCateUl li:hover {
        flex: 0 0 100%;
    }

    .cnCateBox ul.cnCateUl li .cateInfo .svgicon {
        width: 100px;
        height: 100px;
    }

    .cnCateBox ul.cnCateUl li:nth-child(3) {
        background: none!important;
    }

    .cnCateBox ul.cnCateUl li .cateInfo .cateSummary {
        padding-bottom: 0px;
    }

    #w_common_text-1657005684736 h1 span {
        font-size: 24px!important;
    }

    .lantern {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    #c_portalResProduct_list-16570056852372834 .porTbox {
        height: auto!important;
    }

    #w_grid-1657005821176 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #w_common_text-1657005658256 p span {
        font-size: 24px;
        font-weight: bold;
    }

    #w_common_text-1657007083958 h1 span {
        font-size: 24px!important;
        font-weight: bold;
    }

    #w_grid-1657005902137 {
        display: none;
    }

    #w_grid-1657007083961 {
        display: none;
    }

    #w_grid-1657003057234> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        display: none;
    }

    #w_fimg-1657003057249 {
        margin: 0 auto;
        margin-top: 10px;
    }

    #w_common_text-1657003057257 {
        margin: 0 auto;
        margin-top: 10px;
    }

    #c_portalResPublic_credible-16570030580975382 {
        margin: 0 auto;
        margin-top: 10px;
    }

    @media screen and (min-width: 1199px) and (max-width:1601px) {
        #w_grid-1620718717562,#w_grid-1619056743603,#w_grid-1620715626788 {
            padding-left: 0px;
        }

        #w_grid-1620725343719 {
            padding-left: 40px;
        }

        #w_grid-1620725343714,#w_grid-1620783029128,#w_grid-1620718717552,#w_grid-1621046769308,#w_grid-1621048925855,#w_grid-1621049409201,#w_grid-1619056743598,#w_grid-1620715626784,#w_grid-1616740967930 {
            padding: 0 60px;
        }
    }

    @font-face {
        font-family: "iconfont";
        src: url('iconfont.eot?tenantId=226454&viewType=1&t=1618759872696');
        src: url('iconfont.eot?tenantId=226454&viewType=1&t=1618759872696#iefix') format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAARAAAsAAAAACHgAAAPxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqEOINSATYCJAMQCwoABCAFhG0HQhs+B1GULkqS7AtsG/a0RXJDIzbGOTb+c+AJAA4IKAAAAIQgABF8DX/uu7tfqwJUqZLB9vEoFKoVIbtEQRIjYmSiRGK7Ed9qR9tchs0nUuLBTdkLmmkRBVhgLenauwJjhultQ1S345o70nqaosPKgB4qW+HXegA6RUt0ns9zOb35PLD57SyXMZfNyb3DAOOAAh1rUCBhXEA5h9pjbKDdz24CTQsUcXh08ZCrKYxBgbgnq3K1lEupEYS6tVoys0R8qKint3SSy3n3Px//c4uokVQyY+TR5aGT2/nFy7FfZhk4cT1exwuAm0fGJijEdWnoVDHMbCJN5Tsl26CuLvGLJ1/+/z9q9mKqm2FS7x8vqgxTG9ktYz4xtc2R+CVH5u+aGzAV0r+OKr6Cn8DOqU746ZqN3oL5yl++4fj80eKzX2hGSytf/u0GHh4A9LGXmBh+foaeviHoKZN7cJ+5t5exA9TtHWWsnecvbmFpBWlbWPtsM/touqeF65ub/NfpaaPr2+KrG+LrmaHL5Kqr5a1vpy+epa8F7eva6Lft+3hqGmlmjpjr95mb25l3oScQfKwjmgI4AXB1VbQFlgaAB8+iPrqhbmF/v6Eu4eF9Qd/axowGGp+aHmnJtz/zMkYa10sUdXMdTLn7X3yS0nh783/zdkeKCgOKGWc4rMQUZwRnP0VPWGuYqRA8Ni5sBBflYqPqPhrmAP5ij0p2UOLPErzBZKf39zG48DEikCSMwQ30sfIiVLjpxSSkv64IjYZbRsc/UWB+5v44Br+49UhjUnJk4M7c5Nqi+NuzpBSJ7UKq4+LMpPHr145Elh9D1bsidxwjLA5KGwPSOqzXg1KlMvg9miKAmwmGq06VFKnHiHInjA8lsWPAFWnxIK+sZL5bvrM3rby2tPZKReMC80LTSnmjK/EYMWOv/L1o9vN/uizlF2YTxIX99rN7+bJeqrh3N77WW1cb/1Hd8Bvaq/+YWlH/Wkcp1hD/darWcJciG9VacNpXKB4UMZXQNGPMSGzojWGZKLWEukmMpGYeWd0iWdhNVLRsoapuB00bwvyWkaYoSgPrJiD0bSRd35D1HbKwFxVTH1X9KKLpOIYrtiwHNfYZlaAD7z9AOgqN5ZVGUH+HNvMVJ7W+8Ak5pTjMJ7Ns/hhD5DHGpJ92IWLAcBTAEeyHvh9BzJGLWiYfIvHadGrKHjTRUZBrOMCQIpADRD9ApkVCxm0tGrn330FWxqdwDa8i+wSxFHUOHM22II9NYSvetdzTfbIWBmEAxiIB4CGAfDMTAaW8mwtpYiL1SMXWGNKM25om81uCJ9wGTcblJVLkKFFRvVSh/aWyQwllVZdUKFGWywEAAAA=?tenantId=226454&viewType=1') format('woff2'), url('iconfont.woff?tenantId=226454&viewType=1&t=1618759872696') format('woff'), url('iconfont.ttf?tenantId=226454&viewType=1&t=1618759872696') format('truetype'), url('iconfont.svg?tenantId=226454&viewType=1&t=1618759872696#iconfont') format('svg');
    }

    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-fangzi:before {
        content: "\e9f3";
    }

    .icon-diqiu:before {
        content: "\e629";
    }

    .icon-jiantou:before {
        content: "\e65a";
    }

    #w_common_text-1656481941218:before {
        content: "";
        width: 55px;
        height: 2px;
        background: #0c5395;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #w_common_text-1656481941218 {
        text-indent: 70px !important;
    }

    @media only screen and (max-width: 1439px) and (min-width: 1008px) {
        .shmilyBanner .swiper-container .slide-inner .containers .slide-title span {
            font-size:120px;
            top: -150px;
        }

        #w_common_text-1656484177467 p span {
            font-size: 24px;
        }

        #w_common_text-1656484177469 p span {
            font-size: 24px;
        }

        #w_common_text-1656484177469 {
            margin: 0px;
        }

        #w_fline-1656484346020 {
            margin: 0px;
        }

        #w_common_text-1656484177475 {
            max-height: 172px;
            overflow: hidden;
        }

        span.counter {
            font-size: 48px;
        }

        span.jieshao {
            font-size: 18px;
        }

        .cnCateBox ul.cnCateUl li .cateInfo {
            width: calc(100% - 0px);
        }

        .cnCateBox ul.cnCateUl li .cateInfo h3 {
            padding: 20px 0 15px;
            font-size: 20px;
        }

        #w_grid-1656481941198> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            width: 100%;
        }

        #w_grid-1656481941205 {
            max-width: 100%;
        }

        #w_common_text-1656481941221 {
            margin: 20px 0 0 0;
        }

        #w_common_text-1656481941224 {
            margin: 20px 0 0 0;
        }

        #w_fbtn-1656481941227 {
            display: none;
        }

        #w_grid-1656481941198> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 100%;
            margin: 0px;
        }

        #w_grid-1656481941230 {
            width: 100%;
        }

        #w_grid-1656481941210 {
            width: 50%;
            float: left;
        }

        #w_grid-1656481941214 {
            width: 50%;
            float: left;
            margin: 0px;
        }

        #w_common_text-1656481797808 h1 span {
            font-size: 34px;
        }
    }

    @keyframes zhuan {
        0% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(360deg);
        }

        100% {
            transform: rotate(720deg);
        }
    }

    @media (max-width: 768px) {
        #w_common_text-1657010547494 p span,
        #w_common_text-1657010967580 p span,
        #w_common_text-1657010967585 p span,
        #w_common_text-1657010547499 p span,
        #w_common_text-1657009814015 p span,
        #w_common_text-1660099140664 p span{
            letter-spacing:0px;
        }

        #w_common_text-1657010547492 p span,
        #w_common_text-1657010967578 p span,
        #w_common_text-1657009806858 p span,
        #w_common_text-1660098371784 h5 span,
        #w_common_text-1660098371782 h6 span,
        #w_common_text-1660099140662 p span{
            font-size: 24px!important;
        }
        #w_common_text-1657010243693,
        #w_fline-1657009873282,
        #w_common_text-1657010547499,
        #w_common_text-1657010967585,
        #w_common_text-1660099140668{
            display:none;
        }

        #w_common_text-1657010547492 p span,
        #w_common_text-1657010967578 p span,
        #w_common_text-1657009806858 p span,
        #w_common_text-1660099692090 h5 span{
            font-size: 24px!important;
        }

        #w_common_text-1660098371795 h5 span,
        #w_common_text-1660098781464 h5 span,
        #w_common_text-1660098872631 h5 span,
                #w_common_text-1660099692092 h6 span{
            font-size: 16px!important;
        }

        #w_common_text-1660098371800 p span,
        #w_common_text-1660098781467 p span,
        #w_common_text-1660098872634 p span{
            font-size: 12px!important;
        }

        #w_grid-1660098371774 > div > .p_gridbox,
        #w_grid-1660099692080 > div > .p_gridbox{
            margin:3rem 0;
        }
        .c_product_list-349002001 .product-list li figure{
            height: 175px;
        }
        .c_product_list-349002001 .product-list li figcaption{
            background:
            none;
            line-height: 24px;
        }
    }

    