.e_SideMajorStyleBox-001 {
    width: 100%;
    height: auto;
    width-uint: %;
}

.e_SideMajorStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_SideMajorStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: rgba(101, 190, 186, 1);
}

.e_SideMajorStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_SideMajorStyleBox-001 .title_icon::before {
    content: "";
}

.e_SideMajorStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_SideMajorStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_SideMajorStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_SideMajorStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_SideMajorStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint: %;
}

.e_SideMajorStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.header {
    position: relative;
    text-align: center;
    color: white;
    background: transparent;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

@media (max-width: 768px) {
    .c_portalResPublic_codeContainer-01001006 .waves {
        height:40px;
        min-height: 40px;
    }

    .c_portalResPublic_codeContainer-01001006 .content {
        height: 30vh;
    }

    .c_portalResPublic_codeContainer-01001006 h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .jg_list {
        width:96% !important;
        margin: 0 2% !important;
    }

    #c_portalResPublic_codeContainer-15580846105130858 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #w_common_text-1558663030867 {
        display: block;
    }

    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 98%;
    }

    #c_portalResPublic_codeContainer-15585815429745884 {
        display: none;
    }

    .pro_text h1 {
        font-size: 24px !important;
    }

    .pro_sort_body .pro_text {
        top: 15% !important;
    }
}

@media only screen and (min-width: 769px) {
    #w_common_text-1558663030867 {
        display:none;
    }

    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 100%;
    }

    .pro_sort_body {
        width: 48%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .pro_sort_body .pro_text {
        top: 20% !important;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.pro_title {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px
}

.pro_title h1 {
    font-size: 50px;
    font-family: Roboto-Black;
    line-height: 0.8em
}

.pro_title span {
    display: block;
    font-size: 24px;
}

.pro_sort_body {
    float: left;
    margin: 1%;
    position: relative;
    overflow: hidden;
}

.pro_sort_body .pro_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pro_sort_body .pro_text {
    position: absolute;
    z-index: 1;
    left: 50% !important;
    transform: translatex(-50%);
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    color: #fff;
}

.pro_text h1 {
    font-size: 30px;
    font-family: Roboto-Black;
}

.pro_text span {
    display: block;
    font-size: 24px;
    line-height: 2em
}

.pro_text a {
    display: block;
    font-size: 14px;
    width: 150px;
    height: 40px;
    border: #ce9d5f 1px solid;
    line-height: 40px;
    color: #ce9d5f;
    margin: 0 auto
}

.pro_text a:hover {
    background: #ce9d5f;
    color: #fff;
}

.pro_sort_body:hover img {
    transform: scale(1.1);
}

.pro_sort_body img {
    transition: all 1s;
}

.sy_about {
    color: #fff;
    padding-bottom: 50px;
}

.sy_body_title {
    font-size: 55px;
    font-family: Roboto-Black;
    padding-bottom: 20px
}

.sy_body_title span {
    display: block;
}

.sy_body_title p {
    font-size: 18px;
    line-height: 2em;
}

.sy_body_body {
    font-size: 16px;
    line-height: 2em;
}

.sy_made_text {
    width: 50%;
    float: left;
}

.sy_made_img {
    width: 50%;
    float: left;
}

.sy_qw_text {
    text-align: right;
    padding-right: 20px;
}

.sy_made_text h1 {
    padding-top: 10%;
    font-size: 30px;
    font-family: Roboto-Black;
    text-transform: uppercase
}

.sy_made_text span {
    display: block;
    font-size: 24px;
    line-height: 2em;
    font-weight: normal;
}

.sy_made_text p {
    font-size: 16px;
    line-height: 2em;
    color: #666;
    max-width: 450px;
}

.sy_qw_text p {
    margin-right: 0px;
    margin-left: auto;
}

.sy_made_text a {
    display: block;
    font-size: 14px;
    width: 150px;
    height: 40px;
    border: #ce9d5f 1px solid;
    line-height: 40px;
    color: #ce9d5f;
    margin-right: 0px;
    margin-left: auto;
    text-align: center;
    margin-top: 20px
}

.sy_made_text a:hover {
    background: #ce9d5f;
    color: #fff;
}

.sy_gc_text a {
    margin-right: auto;
    margin-left: 0px;
}

.sy_gc_text {
    padding-left: 20px;
}

.sy_made_img a {
    font-size: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .sy_qw_text {
        padding-right:20px;
    }

    .sy_made_text h1 {
        font-size: 24px;
    }

    .sy_made_text span {
        font-size: 16px;
    }

    .sy_made_text p {
        font-size: 14px;
        max-width: 350px;
    }

    .sy_made_text a {
        height: 30px;
        line-height: 30px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 768px) {
    .sy_made_text {
        width:100%;
    }

    .sy_made_img {
        width: 100%;
    }

    .sy_qw_text {
        text-align: right;
        padding: 30px;
    }

    .sy_gc_text {
        padding: 30px;
    }

    .sy_made_text h1 {
        padding-top: 0;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.foot_top .foot_li {
    float: left;
    min-height: 250px;
    padding-left: 20px;
    padding-right: 5%;
    padding-bottom: 40px;
}

.foot_top ul li {
    font-size: 14px;
    line-height: 2.4em;
    color: #666
}

.foot_top h1 {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.foot_bottom {
    width: 100%;
    clear: both;
    border-top: #dbdbdb 1px solid;
    line-height: 2em;
    font-size: 14px;
    padding: 20px 20px
}

.foot_li07 p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.foot_sy a {
    color: #666;
}

.foot_sy a:hover {
    color: #ce9d5f;
}

@media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .foot_top .foot_li {
        padding-right:3%;
    }
}

.ny_product {
    width: 100%;
}

.ny_product_body {
    height: 525px;
}

.ny_product_text {
    width: 50%;
    float: left;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
}

.ny_product_text h1 {
    font-size: 60px;
    color: #666;
    font-family: Roboto-Black;
    font-weight: bold;
    padding-bottom: 20px
}

.ny_product_text p {
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 2em;
    padding-left: 15%;
    padding-right: 15%;
}

.ny_product_m {
    display: block;
    font-size: 14px;
    width: 150px;
    height: 40px;
    border: #ce9d5f 1px solid;
    line-height: 40px;
    color: #ce9d5f;
    margin-right: 0px;
    margin-left: auto;
    text-align: center;
    left: 50% !important;
    transform: translatex(-50%);
    position: absolute;
}

.ny_product_m:hover {
    background: #ce9d5f;
    color: #fff;
}

.ny_product_img {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 525px;
}

.ny_product_img img {
    width: auto;
    transition: all .5s;
    height: 525px;
}

.ny_product_body:hover .ny_product_img img {
    transform: scale(1.1);
}

.ny_product01 .ny_product_text,.ny_product03 .ny_product_text {
    text-align: center;
    height: 500px;
    position: relative;
}

.ny_product01 .ny_product_m,.ny_product03 .ny_product_m {
    margin-right: 0px;
    margin-left: 0px;
}

.ny_product02 .ny_product_m,.ny_product04 .ny_product_m {
    margin-left: 0px;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .ny_product_text {
        width:100%;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px
    }

    .ny_product_img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        top: 350px;
    }

    .ny_product_body {
        height: 700px;
        background: #f5f5f5;
        position: relative;
    }
}

.mapBox {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.mapBox .mapPath {
    display: none;
    margin-top: 50px;
    width: 1280px;
    overflow: hidden;
    border: solid 3px #ccc;
    padding: 5px;
    text-align: center;
    margin-left: -290px;
}

table td {
    border-bottom: solid 1px #dedede;
    border-right: solid 1px #dedede;
    padding: 8px 5px;
    line-height: 22px;
}

.jg_body {
    width: 100%;
}

.jg_list {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.jg_list img {
    width: 100%;
    height: auto;
}

.jg_text a {
    display: block;
    width: 100%;
    line-height: 50px;
    background-color: #f5f5f5;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.jg_list:hover .jg_text a {
    display: block;
    width: 100%;
    line-height: 50px;
    background-color: #ce9d5f;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff
}

@media only screen and (max-width: 768px) {
    #c_portalResnav_main-15580763825692032 {
        margin-top: 0px !important;
    }

    #c_portalResnav_main-15584960461718585 {
        margin-top: 0px !important;
        background: #ce9d5f;
        padding: 20px !important;
    }

    #c_portalResnav_main-15580763825692032 {
        background: #ce9d5f;
        padding: 20px !important;
    }

    .c_portalResnav_main-01001 .p_problemCategory {
        display: block;
    }

    .c_portalResnav_main-01001 .p_navPc {
        display: none;
    }

    .c_portalResnav_main-01001 .p_linkBox {
        display: none;
    }

    .c_portalResnav_main-01001 .p_parent {
        display: block;
    }

    .c_portalResnav_main-01001 .p_categoryBtn:before {
    }

    .c_portalResnav_main-01001 .icon-arrow_up:before {
        content: "\e69a";
    }

    .c_portalResnav_main-01001 .icon-arrow_down:before {
        content: "\e69c";
    }

    .c_portalResnav_main-01001 .p_btn-show {
        color: #fff;
        background: #ce9d5f;
    }

    .c_portalResnav_main-01001 .p_btn-hide {
        width: 12%;
        height: 100%;
        float: left;
        background-color: #ce9d5f;
    }

    .c_portalResnav_main-01001 .p_category {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
    }

    .c_portalResnav_main-01001 .p_parent {
        width: auto;
        height: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0 0 5px;
    }

    .c_portalResnav_main-01001 .p_categoryBox {
        overflow-y: auto;
        width: 88%;
        height: 100%;
        float: left;
        background-color: rgb(239,239,245);
    }

    .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox {
        background-color: #FFFFFE!important;
        padding-left: 0px;
    }

    .c_portalResnav_main-01001 .p_parentBox {
        width: auto;
        height: auto;
        color: #fff;
    }

    .c_portalResnav_main-01001 .p_parentBox {
        width: auto;
        height: auto;
        color: #fff;
        background-color: rgb(239,239,245);
        padding-left: 20px;
    }

    .c_portalResnav_main-01001 .p_childBox .p_parent {
        border-bottom: 1px solid #c0c0c0;
    }

    .c_portalResnav_main-01001 .p_c-fff {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 24px;
    }

    .c_portalResnav_main-01001 .p_categoryBtn {
        display: block;
        margin: 12px 5px 10px 0;
        color: #000000;
        font-size: 12px;
    }

    .c_portalResnav_main-01001 .p_link {
        height: auto;
        vertical-align: middle;
        width: initial;
        margin: 15px 0px 15px 15px;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        color: #000;
        font-size: 16px
    }

    .c_portalResnav_main-01001 {
        width: 640px;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResnav_main-01001 .p_problemCategory {
        display: none;
    }

    .c_portalResnav_main-01001 .p_parent {
        display: none;
    }

    .c_portalResnav_main-01001 .p_navPc {
        display: block;
    }

    .c_portalResnav_main-01001 .p_linkBox {
        display: block;
    }

    .c_portalResnav_main-01001 {
        width: auto;
        height: auto;
        overflow: visible;
    }

    .c_portalResnav_main-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 111111111111
    }

    .clearfix:before, .clearfix:after {
        content: "";
        display: block;
        clear: both;
        width: 0;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

    .c_portalResnav_main-01001 .p_categoryBox {
        line-height: 24px;
        width: 100%;
        float: left;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox {
        border-top: 0px solid #fff;
    }

    .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox:hover {
        border-bottom: 2px solid #b72024;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #ffffff;
    }

    .c_portalResnav_main-01001 .p_categoryBox .slideOut .p_title {
        font-size: 14px;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_title:hover {
        color: #ffffff;
    }

    .c_portalResnav_main-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255,255,255,0);
        border-color: rgba(255,255,255,0);
        border-style: solid;
        border-width: 0;
        color: #e29029;
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        color: rgba(217,217,217,1);
        display: none;
    }

    .c_portalResnav_main-01001 .p_categoryBtn:hover {
        border-width: 0;
        border-style: solid;
        color: #e29029;
        border-color: rgba(255,255,255,0);
        background-color: rgba(255,255,255,0);
        box-shadow: none;
    }

    .c_portalResnav_main-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: #e29029;
        border-color: rgba(255,255,255,0);
        background-color: rgba(255,255,255,0);
        box-shadow: none;
    }

    .c_portalResnav_main-01001 .p_linkBox .iconfont:before {
        content: '';
    }

    .c_portalResnav_main-01001 .p_childBox .p_linkBox .icon-duduyinleappicon1401:before {
        content: '\e65f';
        color: #e29029;
        font-size: 10px
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_childBox {
        border: 1px solid rgba(240,240,240,1);
        z-index: 9;
        background: #fff !important;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_parentBox {
        position: relative;
        width: 14.25%;
        height: 90px;
        float: left;
        text-align: center;
    }

    .c_portalResnav_main-01001 .p_childBox .p_parentBox {
        position: relative;
        width: 100%;
        height: 50px;
        float: left;
        text-align: center;
    }

    .c_portalResnav_main-01001 .p_parentBox:last-child .p_linkBox {
        border-bottom: 0 none;
    }

    .c_portalResnav_main-01001 .p_categoryBox>.p_parentBox>.p_childBox {
        margin-top: 90px;
        left: 0px;
    }

    .c_portalResnav_main-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
        background: #fff;
    }

    .c_portalResnav_main-01001 .p_category > .js_categoryBox > .p_parentBox > .p_childBox {
        display: none;
    }

    .c_portalResnav_main-01001 .p_category > .js_categoryBox > .p_parentBox > .p_childBox.slideOut {
        display: block;
    }
}

#w_grid-1548322045199 {
    border-bottom: #5b5751 1px solid;
}

#w_grid-1558496000961 {
    border-bottom: #5b5751 1px solid;
}

.c_portalResnav_main-01001 .p_categoryBox .p_childBox .p_title {
    color: #444
}

.c_portalResnav_main-01001 .p_categoryBox .p_childBox .p_title:hover {
    color: #e29029
}

.w_grid-001 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 12rem;
    width: 100%;
}

.w_grid-001 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-001 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-001 > div > .p_gridbox > .p_gridCell {
        width: 49.5%;
        margin-left: 1%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-000 > div > div > .p_gridCell {
    float: left;
    position: static;
}

.w_grid-000 > div > div > .p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
    min-height: inherit;
}

.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    #content_box-1558074493383-0 {
        width: 160px;
        float: left;
    }

    #content_box-1558074493383-1 {
        width: 100px;
        float: right;
        position: relative;
        z-index: 1;
        height: 1080px;
    }

    #content_box-1558074493383-2 {
        width: 45px;
        height: 45px;
        right: 125px;
        position: fixed;
    }

    #w_grid-1548322045199 {
        height: 80px !important;
    }

    #w_grid-1548322045199 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        height: 80px;
    }

    #c_portalResPublic_codeContainer-15580761128141391 {
        margin-left: 15px !important;
        margin-top: 20px !important;
    }

    #content_box-1558074493383-1 .p_category {
        width: 100%;
        height: 1080px;
        position: fixed;
        top: 0;
        left: 100%;
    }

    #content_box-1558496004543-1 .p_category {
        width: 100%;
        position: fixed;
        top: 0;
        left: 100%;
    }

    #w_grid-1558074493383 .p_gridbox {
        overflow: visible !important;
    }

    #content_box-1558496004543-0 {
        width: 160px;
        float: left;
    }

    #content_box-1558496004543-1 {
        width: 100px;
        float: right;
        position: relative;
        z-index: 1;
    }

    #content_box-1558496004543-2 {
        width: 45px;
        height: 45px;
        right: 125px;
        position: fixed;
    }

    #w_grid-1558496000961 {
        height: 84px !important;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1558004597776 {
    animation-duration: 8.5s;
}

.yd_body {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px;
    position: relative;
}

.yd_logo {
    padding-top: 30px
}

.yd_bj {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.yd_text {
    margin-top: 40%;
}

.yd_text h1 {
    font-size: 16px;
    line-height: 2em;
}

.yd_text :before {
    position: absolute;
    width: 1px;
    display: block;
    content: "";
    height: 120px;
    background: #999;
    left: 50%;
    bottom: 46%;
    animation-name: scrollTip;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

@keyframes scrollTip {
    0% {
        transform: scale(1, 0);
        transform-origin: top;
    }

    49% {
        transform: scale(1, 1);
        transform-origin: top;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }
}

.yd_more a {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 0px;
    position: relative;
    animation: 1s linear infinite CDturn;
    animation-direction: alternate;
    opacity: 1
}

.yd_more span {
    display: block;
    width: 15px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translatex(-50%);
    transition: all .5s;
}

.yd_more a:hover span {
    bottom: 42px;
}

.yd_more a:hover {
    animation: none;
}

@keyframes CDturn {
    from {
        opacity: 1
    }

    to {
        opacity: .3
    }
}

#w_grid-1548322045199 {
    background-color: rgba(0, 0, 0, 0);
}

#w_grid-1548322045199.fixed {
    background-color: rgba(255, 255,255, 1);
    border-bottom: #ddd 1px solid;
}

#w_grid-1548322045199.fixed .p_categoryBox .p_title {
    color: #222;
}

#w_grid-1548322045199.fixed .p_categoryBox .p_title:hover {
    color: #da7a01;
}

#w_grid-1558496000961 {
    background-color: rgba(0, 0, 0, 0);
}

#w_grid-1558496000961.fixed {
    background-color: rgba(255, 255,255, 1);
    border-bottom: #ddd 1px solid;
}

#w_grid-1558496000961.fixed .p_categoryBox .p_title {
    color: #222;
}

#w_grid-1558496000961.fixed .p_categoryBox .p_title:hover {
    color: #da7a01;
}

.language a {
    display: block;
    width: 45px;
    height: 45px;
    border: #ce9d5f 1px solid;
    line-height: 45px;
    text-align: center;
    color: #ce9d5f;
}

.language a:hover {
    background: #ce9d5f;
    color: #fff;
}

.logo_01 {
    display: block;
}

.logo_02 {
    display: none;
}

.fixed .logo_01 {
    display: none;
}

.fixed .logo_02 {
    display: block;
}

#w_grid-1558345851912 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#w_common_text-1558604518073 p {
    border-bottom: #f0f0f0 1px solid;
    padding-bottom: 5px;
}

#w_common_text-1558605812103 p {
    border-bottom: #f0f0f0 1px solid;
    padding-bottom: 5px;
}

#c_portalResIntro_category-1558604271954 .p_parentBox:nth-child(3) {
    background: #ce9d5f;
}

#c_portalResIntro_category-1558604271954 .p_categoryBox .p_parentBox:nth-child(3) .p_title {
    color: #fff !important;
}

#c_portalResIntro_category-1558605812128 .p_parentBox:nth-child(4) {
    background: #ce9d5f;
}

#c_portalResIntro_category-1558605812128 .p_categoryBox .p_parentBox:nth-child(4) .p_title {
    color: #fff !important;
}

.w_fline-001 .p_FLine {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
}

.w_fline-001 {
    width: 100%;
    min-height: 20px;
    display: block;
    margin: 0 auto;
}

.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;
}

.w_fline-001 .w_fline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}

 * {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

.pagebox,#-remove--flag {
    width: 100%;
    margin: 0px auto;
}

body,#-remove--flag {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_portalResPublic_codeContainer-16050720118035600 .sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
}

#c_portalResPublic_codeContainer-16050720118035600 .side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease;
}

#c_portalResPublic_codeContainer-16050720118035600 .side {
    height: 50px;
    position: absolute;
    transition: all 0.5s;
}

#c_portalResPublic_codeContainer-16050720118035600 .side a {
    display: block;
    height: 50px;
    font-size: 0;
}

#c_portalResPublic_codeContainer-16050720118035600 .side i, .side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}

#c_portalResPublic_codeContainer-16050720118035600 .side i {
    width: 50px;
    text-align: center;
    background: #3288E6;
    transition: all 0.3s;
}

#c_portalResPublic_codeContainer-16050720118035600 .side i img {
    vertical-align: middle;
}

#c_portalResPublic_codeContainer-16050720118035600 .side span {
    text-align: center;
    line-height: 50px;
    background: #717171;
    font-size: 14px;
    color: #fff;
    transition: all 1s;
    font-family: pop;
}

#c_portalResPublic_codeContainer-16050720118035600 .side2 {
    top: 51px;
    right: -170px;
    width: 220px;
}

#c_portalResPublic_codeContainer-16050720118035600 .side2 span {
    width: 170px;
}

#c_portalResPublic_codeContainer-16050720118035600 .side3 {
    right: -140px;
    width: 190px;
    top: 0;
}

#c_portalResPublic_codeContainer-16050720118035600 .side3 span {
    width: 140px;
}

#c_portalResPublic_codeContainer-16050720118035600 .side5 {
    right: -100px;
    width: 150px;
    top: 102px;
    cursor: pointer;
}

#c_portalResPublic_codeContainer-16050720118035600 .side5 span {
    width: 100px;
    font-size: 14px;
}

#c_portalResPublic_codeContainer-16050720118035600 .qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    border: 2px solid #3288E6;
    text-align: center;
    background: #fff;
}

#c_portalResPublic_codeContainer-16050720118035600 .side5:hover .qcodePic {
    display: block;
}

#c_portalResPublic_codeContainer-16050720118035600 .side6 {
    right: -90px;
    width: 140px;
    top: 153px;
    cursor: pointer;
}

#c_portalResPublic_codeContainer-16050720118035600 .side6 span {
    width: 90px;
    font-size: 14px;
}

#c_portalResPublic_codeContainer-16050720118035600 .side:hover {
    right: 0;
}

#c_portalResPublic_codeContainer-16050720118035600 .side:hover i {
    background: #3288E6;
}

#c_portalResPublic_codeContainer-16050720118035600 .wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}

#c_portalResPublic_codeContainer-16050720118035600 .wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 768px) {
    #c_portalResPublic_codeContainer-16050720118035600 .sideBar {
        display:none;
    }
}

#c_portalResPublic_codeContainer-16050720118035600 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResnav_main-15643630593255153 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResnav_main-15643630593255153 .header1 .hvr-left:nth-child(2) .nav-sub {
    width: 200px;
}

#c_portalResnav_main-15643630593255153 .header1 .subnav2:nth-child(3) .nav-sub {
    width: 240px;
}

#c_portalResnav_main-15643630593255153 .clear {
    clear: both;
}

#c_portalResnav_main-15643630593255153 ::placeholder {
    font-size: 36px;
    color: #515151;
}

#c_portalResnav_main-15643630593255153 .hvr-left:nth-child(8) {
    display: none;
}

#c_portalResnav_main-15643630593255153 .hvr-left:nth-child(9) {
    display: none;
}

#c_portalResnav_main-15643630593255153 .f-cb {
    zoom:1px; }

#c_portalResnav_main-15643630593255153 .f-cb:after {
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

#c_portalResnav_main-15643630593255153 .fl {
    float: left;
    display: inline;
}

#c_portalResnav_main-15643630593255153 .fr {
    float: right;
    display: inline;
}

#c_portalResnav_main-15643630593255153 .head_lan {
    width: auto;
    height: 36px;
    background: none;
    margin-top: 30px;
    border-radius: 0px;
    margin-bottom: 24px;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan {
    width: 100%;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan .iconfont {
    line-height: 36px;
    height: 36px;
    width: 30px;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan .iconfont:before {
    content: '\e614';
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan a:hover {
    background: rgba(136,3,10,.5);
}

#c_portalResnav_main-15643630593255153 .head_lan .lan:after {
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

#c_portalResnav_main-15643630593255153 .head_lan .lan_tel {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan_tel a {
    color: #fff;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan_tel .iconfont {
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
}

#c_portalResnav_main-15643630593255153 .head_lan .lan_tel .iconfont:before {
    content: '\e628';
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#c_portalResnav_main-15643630593255153 .header1.active .lan_tel .iconfont {
    border: 1px solid #fff;
}

#c_portalResnav_main-15643630593255153 .header1.active .lan_tel .iconfont:before {
    color: #fff;
}

#c_portalResnav_main-15643630593255153 .header1.active .lan_tel a {
    color: #fff;
}

#c_portalResnav_main-15643630593255153 .header1:hover .lan_tel .iconfont {
    border: 1px solid #ea6931;
}

#c_portalResnav_main-15643630593255153 .header1:hover .lan_tel .iconfont:before {
    color: #ea6931;
}

#c_portalResnav_main-15643630593255153 .header1:hover .lan_tel a {
    color: #ea6931;
}

#c_portalResnav_main-15643630593255153 .scroll {
    overflow-y: unset !important;
    display: unset important;
}

#c_portalResnav_main-15643630593255153 .header1 {
    z-index: 9;
    height: 90px;
    position: absolute;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255,255,255,.15);
    top: 0px;
    width: 100%;
    padding: 0 30px;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#c_portalResnav_main-15643630593255153 .header1.active {
    background: #fff;
}

#c_portalResnav_main-15643630593255153 .header1.scroll {
    height: 70px;
}

#c_portalResnav_main-15643630593255153 .header1:hover {
    background: rgb(255, 255, 255);
}

#c_portalResnav_main-15643630593255153 .wel_top {
    z-index: 9;
    height: 40px;
    position: fixed;
    background: #b72024;
    top: 0px;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}

#c_portalResnav_main-15643630593255153 .wel_top .top_tel {
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

#c_portalResnav_main-15643630593255153 .wel_top .top_tel .iconfont {
    line-height: 40px;
    height: 40px;
    width: 30px;
    display: inline-block;
}

#c_portalResnav_main-15643630593255153 .wel_top .top_tel .iconfont:before {
    content: '\e628';
    color: #fff;
    font-size: 20px;
}

#c_portalResnav_main-15643630593255153 .wel_top .top_link {
    color: #fff;
    line-height: 40px;
}

#c_portalResnav_main-15643630593255153 .wel_top .top_link a {
    color: #fff;
    display: inline-block;
}

#c_portalResnav_main-15643630593255153 .wel_top .clear {
    clear: both;
}

#c_portalResnav_main-15643630593255153 .header1 h1 {
    width: 400px;
    height: 90px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*margin-top: 20px;*/
}

#c_portalResnav_main-15643630593255153 .header1 h1 img {
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.5s 0s cubic-bezier(0.86, 0.5, 1, 1);
}

#c_portalResnav_main-15643630593255153 .header1 h1 img.img1 {
    opacity: 1;
}

#c_portalResnav_main-15643630593255153 .header1:hover h1 img.img1 {
    opacity: 0;
}

#c_portalResnav_main-15643630593255153 .header1.active h1 img.img1 {
    opacity: 0;
}

#c_portalResnav_main-15643630593255153 .header1:hover h1 img.img2 {
    opacity: 1;
}

#c_portalResnav_main-15643630593255153 .header1.active h1 img.img2 {
    opacity: 1;
}

#c_portalResnav_main-15643630593255153 .header1.scroll h1 {
    height: 70px;
    width: 261px;
}

#c_portalResnav_main-15643630593255153 .header1 nav {
    float: left;
    height: 90px;
    line-height: 90px;
    width: 840px;
    position: absolute;
    right: 130px;
    top: 0px;
    margin-left: -118px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResnav_main-15643630593255153 .header1.scroll nav {
    height: 70px;
    line-height: 70px;
}

#c_portalResnav_main-15643630593255153 .header1 nav li {
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    margin: 0 25px;
}

#c_portalResnav_main-15643630593255153 .header1.scroll nav li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0;
}

#c_portalResnav_main-15643630593255153 .header1 nav li:nth-child(7) {
    margin-right: 0px;
}

#c_portalResnav_main-15643630593255153 .js-m.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#c_portalResnav_main-15643630593255153 .js-m.js-m-2 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#c_portalResnav_main-15643630593255153 .js-m.js-m-2.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#c_portalResnav_main-15643630593255153 .header1 nav li > a:hover {
    font-weight: bold;
    color: #3288E6 !important;
}

#c_portalResnav_main-15643630593255153 .hvr-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #3288E6;
    left: 0%;
    right: 0px;
    width: 0%;
    bottom: 0px;
    height: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#c_portalResnav_main-15643630593255153 .hvr-left:hover:before {
    width: 100%;
}

#c_portalResnav_main-15643630593255153 .hvr-left.cur:before {
    width: 100%;
}

#c_portalResnav_main-15643630593255153 .hvr-left {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

#c_portalResnav_main-15643630593255153 .header1 nav li > a {
    color: #333;
    display: block;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#c_portalResnav_main-15643630593255153 .header1:hover nav li > a {
    color: #222;
}

#c_portalResnav_main-15643630593255153 .header1.active nav li > a {
    color: #333;
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub {
    width: 180px;
    background: #fff;
    position: absolute;
    top: 90px;
    left: 0px;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .2s;
    transition: transform .3s .2s;
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub.active .n-nav-sub {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s .3s;
    transition: all .2s .3s;
}

#c_portalResnav_main-15643630593255153 .header1.scroll .nav-sub {
    top: 70px;
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub .n-nav-sub {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub a {
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    text-align: left;
    color: #333;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub a:hover {
    background-color: #3288E6;
    color: #fff;
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub .nav-arrow {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 16px;
    height: 16px;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(-20px, 0px);
    -ms-transform: rotate(0deg) translate(-20px, 0px);
    transform: rotate(0deg) translate(-20px, 0px);
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub a:hover .nav-arrow {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
}

#c_portalResnav_main-15643630593255153 .icon-up:before {
    content: '\e6a7';
}

#c_portalResnav_main-15643630593255153 .header1 .nav-sub .nav-arrow:before {
    font-size: 16px;
    color: #fff;
}

#c_portalResnav_main-15643630593255153 .header1 .header-right {
    width: 130px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 0px;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
}

#c_portalResnav_main-15643630593255153 .header-right .lan {
    width: 26px;
    height: 26px;
    background: #3288E6;
    border-radius: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin: 0px 5px;
}

#c_portalResnav_main-15643630593255153 .header-right .yy_l {
    background: #717171;
}

#c_portalResnav_main-15643630593255153 .header-right .lan a {
    color: #fff;
}

#c_portalResnav_main-15643630593255153 .header1 .header-right .search-btn {
    width: 60px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    display: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResnav_main-15643630593255153 .header1.scroll .header-right .search-btn {
    height: 70px;
    line-height: 70px;
}

#c_portalResnav_main-15643630593255153 .icon-search1:before {
    content: '\e661';
}

#c_portalResnav_main-15643630593255153 .header1 .header-right .search-btn:before {
    font-size: 25px;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#c_portalResnav_main-15643630593255153 .header1:hover .header-right .search-btn:before {
    color: #000;
}

#c_portalResnav_main-15643630593255153 .header1.active .header-right .search-btn:before {
    color: #000;
}

#c_portalResnav_main-15643630593255153 .header1:hover .header-right .search-btn:hover:before {
    color: #b72024;
}

#c_portalResnav_main-15643630593255153 .header1.active .header-right .search-btn:hover:before {
    color: #b72024;
}

#c_portalResnav_main-15643630593255153 .header2 {
    height: 60px;
    position: absolute;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255,255,255,.2);
    z-index: 22;
    top: 0px;
    width: 100%;
    display: none;
}

#c_portalResnav_main-15643630593255153 .header2 .main-wrap {
    height: 60px;
    padding: 0 3%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#c_portalResnav_main-15643630593255153 .header2 .logo {
    /*width: 147px;*/
    height: 60px;
    margin-top: 0px;
    overflow: hidden;
}

#c_portalResnav_main-15643630593255153 .header2 .logo a {
    display: block;
}

#c_portalResnav_main-15643630593255153 .header2 .logo img {
    width: 100%;
    vertical-align: top;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn {
    width: 25px;
    height: 16px;
    position: relative;
    cursor: pointer;
    margin-top: 22px;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn.active {
    -webkit-animation: rotate 0.5s linear 0s;
    animation: rotate 0.5s linear 0s;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn .line1 {
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn.active .line1 {
    top: 0px;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn.hover .line {
    background: #fff;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn .line2 {
    top: 7px;
}

#c_portalResnav_main-15643630593255153 .header2 .nav-btn .line3 {
    bottom: 0px;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
}

#c_portalResnav_main-15643630593255153 .header2 .caid {
    height: 55px;
    line-height: 55px;
    padding-right: 10px;
    position: relative;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu {
    width: 100%;
    padding: 0 3%;
    display: none;
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 2;
    overflow-y: auto;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu ul {
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 55px - 1.5rem);
}

#c_portalResnav_main-15643630593255153 .js-m-3 {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#c_portalResnav_main-15643630593255153 .js-m-3.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu li {
    border-bottom: 1px solid #555;
    font-size: 16px;
    padding: 0 20px;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 60px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .sub-tit.on {
    background-color: #e9e9e9;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 0%;
    display: none;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .jt {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 60px;
    text-align: center;
    background: none;
    float: right;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .jt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../image/nav_bg1.png) no-repeat center;
    background-size: 17px auto;
    position: absolute;
    right: 3%;
    top: 15px;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .jt.jtRote:after {
    background: url(../image/rBQBG1zEZ1eEBkkYAAAAADz6RB0116.png) no-repeat center;
    background-size: 20px auto;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .sec-list p {
    background: url(../image/rBQBHVzEdJGEfkUaAAAAAGBOHjA006.png) no-repeat left center;
    background-size: 3px auto;
    font-size: 14px;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .sec-list a {
    padding-left: 5%;
    color: #666;
    display: block;
}

#c_portalResnav_main-15643630593255153 .header2 .sub-menu .sec-list a:active {
    color: #b72024;
}

#c_portalResnav_main-15643630593255153 .search-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(55,55,55,.95);
    display: none;
}

#c_portalResnav_main-15643630593255153 .search-alert {
    position: fixed;
    z-index: 100;
    background-color: #222;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .5s;
    transition: transform .3s .5s;
}

#c_portalResnav_main-15643630593255153 .search-alert .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
    float: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#c_portalResnav_main-15643630593255153 .search-alert .close:before {
    font-size: 30px;
    top: 0px;
    left: 0px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#c_portalResnav_main-15643630593255153 .search-alert .close:hover:before {
    color: #b72024;
}

#c_portalResnav_main-15643630593255153 .icon-close:before {
    content: "\e6d3";
}

#c_portalResnav_main-15643630593255153 .search-alert .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 80px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

#c_portalResnav_main-15643630593255153 .search-alert .cent-form:before {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
}

#c_portalResnav_main-15643630593255153 .search-alert .cent-form .tex {
    border: none;
    font-size: 36px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    background: none;
    padding-left: 10%;
    padding-right: 20%;
}

#c_portalResnav_main-15643630593255153 .search-alert .cent-form .sub-butn {
    border: none;
    height: 46px;
    font-size: 24px;
    line-height: 46px;
    color: #555;
    text-align: center;
    background: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 105px;
}

#c_portalResnav_main-15643630593255153 .search-alert.active {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

#c_portalResnav_main-15643630593255153 .search-alert.active .cent-form {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .5s .3s;
    transition: all .5s .3s;
}

#c_portalResnav_main-15643630593255153 .header2 .mo_tel {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}

#c_portalResnav_main-15643630593255153 .header2 .mo_tel .iconfont {
    line-height: 40px;
    height: 40px;
    width: 30px;
    display: inline-block;
}

#c_portalResnav_main-15643630593255153 .header2 .mo_tel .iconfont:before {
    content: '\e628';
    color: #fff;
    font-size: 20px;
}

#c_portalResnav_main-15643630593255153 .header2 .mo_lan {
    line-height: 60px;
}

@media only screen and (min-width: 769px) {
    #c_portalResnav_main-15643630593255153 .pc_nav {
        height:auto;
    }
}

@media only screen and (max-width: 768px) {
    #c_portalResnav_main-15643630593255153 .pc_nav {
        height:60px;
    }

    #c_portalResnav_main-15643630593255153 .search-alert .close {
        right: 5%;
    }

    #c_portalResnav_main-15643630593255153 .search-alert .cent-form {
        height: 60px;
    }

    #c_portalResnav_main-15643630593255153 ::placeholder {
        font-size: 22px;
    }

    #c_portalResnav_main-15643630593255153 .search-alert .cent-form .tex {
        font-size: 22px;
        padding-right: 30%;
    }

    #c_portalResnav_main-15643630593255153 .search-alert .cent-form .sub-butn {
        font-size: 22px;
    }

    #c_portalResnav_main-15643630593255153 .search-alert .cent-form:before {
        font-size: 24px;
        height: 46px;
        margin-top: -17px;
    }
}

@media only screen and (max-width: 1480px) {
    #c_portalResnav_main-15643630593255153 .header1 nav {
        margin-left: -410px;
    }
}

@media only screen and (max-width: 1200px) {
    #c_portalResnav_main-15643630593255153 .pc_nav {
        height:60px;
    }

    #c_portalResnav_main-15643630593255153 .wel_top {
        display: none !important;
    }

    #c_portalResnav_main-15643630593255153 .header1 {
        display: none !important;
    }

    #c_portalResnav_main-15643630593255153 .header1.active {
        display: none !important;
    }

    #c_portalResnav_main-15643630593255153 .header2 {
        display: block;
    }
}

@media only screen and (max-width: 1360px) {
    #c_portalResnav_main-15643630593255153 .header1 nav li {
    }

    #c_portalResnav_main-15643630593255153 .header1 nav {
        margin-left: -320px;
    }

    #c_portalResnav_main-15643630593255153 .header1 h1 img {
    }
}

#c_portalResnav_main-15643630593255153 {
    position: fixed;
    top: 0px;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    width: 100%;
    height: auto;
    z-index: 9;
    content: normal;
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
}

#w_grid-1564363016511 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1564363025732 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1564363738776 > div > .p_gridbox {
    background-color: #242424;
}

#w_grid-1564363738776 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1564363738776 >div {
    animation-fill-mode: both;
}

#w_grid-1564363738776 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid-1564363738776> div > .p_gridbox > .p_gridCell {
        margin-bottom:1rem;
        margin-top: 1rem;
        margin-left: 0;
    }

    #w_grid-1564363738776> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1564363738776> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1564363738776> div > .p_gridbox > .p_gridCell {
        margin-bottom:2rem;
        margin-top: 2rem;
        margin-left: 0px;
    }

    #w_grid-1564363738776> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1564363738776> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1564363738784 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1564363738784 >div {
    animation-fill-mode: both;
}

#w_grid-1564363738784 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (min-width: 769px) {
    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell {
        margin-bottom:0.6rem;
        margin-top: 0.6rem;
        margin-left: 3%;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(5n+0) {
        width: 8.280800000000001%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(5n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 41.58%;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(5n+2) {
        width: 11.167200000000001%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(5n+3) {
        width: 16.209600000000002%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(5n+4) {
        width: 10.762400000000001%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(5n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell {
        margin-bottom:0.6rem;
        margin-top: 0.6rem;
        margin-left: 4%;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(4n+0) {
        width: 22%;
        margin-left: 4%;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(4n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 22%;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(4n+2) {
        width: 22%;
        margin-left: 4%;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(4n+3) {
        width: 22%;
        margin-left: 4%;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1564363738784> div > .p_gridbox > .p_gridCell:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #w_grid-1564363738784> .w_grid>.p_gridbox>.p_gridCell {
        margin:30px 20px!important;
    }

    #w_grid-1564363738784 >.w_grid>.p_gridbox>.p_gridCell:nth-child(3) {
        width: 30%;
        display: none;
    }

    #w_grid-1564363738784 >.w_grid>.p_gridbox>.p_gridCell:nth-child(4) {
        width: 30%;
        display: none;
    }
}

#w_fline-1564363738790 .p_FLine {
    border-top-color: rgba(63, 66, 70, 1);
    border-top-width: 1px;
}

#w_fline-1564363738790 .w_fline .p_FLine {
    border-top-style: solid;
}

#w_fline-1564363738790 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fline-1564363738790 >div {
    animation-fill-mode: both;
}

#w_grid-1572071888000 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1572071888000 >div {
    animation-fill-mode: both;
}

#w_grid-1572071888000 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (min-width: 769px) {
    #w_grid-1572071888000> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1572071888000> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1572071888000> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1564363016511 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 500px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1564363025732 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1564363738776 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1564363738784 {
    width: 96%;
    max-width: 1400px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1606894091198 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1613975353504 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738817 {
    width: auto;
    max-width: 400px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738805 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738821 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738809 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738825 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738813 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738829 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1587901634089 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1587901629377 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fline-1564363738790 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1572071888000 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 10px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1564363738796 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: 22px;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}
