/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here...*/
/* generic class*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
}
body.lightboxlock {
    /* overflow: hidden;*/
}
body.error404{
    height: 100vh;
    background: #f2f2f2;
}
a {
    outline: none;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
.fl-fixed-width .fl-page {
    max-width: 1200px;
    width: 1200px;
    min-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}
ol,
ul {
    list-style: none;
}
.container {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 2px 0 2px;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.fl-rich-text ul {
    list-style: disc;
}
.fl-row-full-width .fl-row-fixed-width {
    /* max-width: 976px; */
}
.home-video .fl-post-grid-image a ,.brand-story-video .fl-photo-content a{
    position: relative;
}
.home-video .fl-post-grid-image a:before,.brand-story-video .fl-photo-content a:before{
    content: url(/wp-content/themes/bb-theme-child/./asset/images/Play-flag.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 66px;
    text-align: center;
}
.fl-button {
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
    margin-top: 15px;
}
.fl-heading {
    text-align: left;
}
.fl-heading.fl-heading-center {
    text-align: center;
}
.fl-heading.fl-heading-right {
    text-align: right;
}
/* btn popup*/
/* .mfp-iframe-scaler .mfp-close.dce-close-p,
.mfp-figure .mfp-close.dce-close-p {
    opacity: 1;
    right: -62px;
} */
/* .mfp-figure::after {
    opacity: 0;
} */
.popup-learnmore {
    margin-top: 20px;
}
.popup-learnmore a {
    border: 1px solid black;
    background: #ececec;
    background: -o-linear-gradient(#f5f5f5, #e4e4e4);
    background: -moz-linear-gradient(#f5f5f5, #e4e4e4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e4e4e4));
    background: linear-gradient(#f5f5f5, #e4e4e4);
    -pie-background: linear-gradient(#f5f5f5, #e4e4e4);
    color: #1f1f1f;
    padding: 0 18px;
    margin-right: 10px;
    border-radius: 3px;
    height: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-block;
}
.popup-learnmore a::before {
    content: "";
    display: inline-block;
    height: 43px;
    vertical-align: middle;
}
.popup-learnmore a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/* .mfp-figure figure {
    background-color: #000;
    width: 854px;
} */
/* .mfp-iframe-holder .mfp-content,
.mfp-figure .mfp-img {
    max-width: 854px;
}
.mfp-iframe-holder .mfp-bottom-bar,
.mfp-figure .mfp-bottom-bar {
    margin-top: 0;
    max-width: 854px;
    width: 854px;
    background-color: #1f1f1f;
    position: relative;
    padding: 15px 20px;
    top: 0;
}
.mfp-figure .mfp-title {
    font-size: 14px;
    padding-right: 0;
} */
/* tab*/
.dce-tab .dce-tab-title .dce-tab-label {
    height: 34px;
    padding: 0 25px;
    border-left: 1px solid #e5ecec;
    background: url(/wp-content/themes/bb-theme-child/asset/images/img-tab-off-1px.png) repeat-x;
    font-size: 13px;
    font-weight: bold;
    color: #1f1f1f;
}
.dce-tab .dce-tab-title .dce-tab-label:hover {
    background: url(/wp-content/themes/bb-theme-child/asset/images/img-tab-on-1px.png) repeat-x;
}
.dce-tab .dce-tab-title .dce-tab-label:before {
    content: "";
    display: inline-block;
    height: 34px;
    vertical-align: middle;
}
.dce-tab .dce-tab-title .dce-tab-label.fl-tab-active {
    color: #606060;
    background: url(/wp-content/themes/bb-theme-child/asset/images/img-tab-on-1px.png) repeat-x;
}
.dce-tab .dce-tab-title .dce-tab-label:last-child {
    -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
         border-radius: 0 3px 3px 0;
}
.dce-tab .dce-tab-title .dce-tab-label:first-child {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-left: none;
}
@media (max-width: 854px) {
    /* .mfp-figure .mfp-bottom-bar {
        max-width: 100%;
    }
    .mfp-figure figure {
        width: 100%;
    }
    .mfp-figure .mfp-img {
        max-width: 100%;
    }
    .mfp-iframe-scaler .mfp-close.dce-close-p,
    .mfp-figure .mfp-close.dce-close-p {
        right: -6px;
        top: -38px;
        width: 32px;
    } */
    .popup-learnmore {
        text-align: center;
    }
    .x-player, .ykplayer{
       background-color: #fff !important;
    } 
}

@media (min-width: 641px),
(min-device-width: 1281px),
print {
    #dce-header {
        min-height: 70px;
    }
    #dce-header #headerlogo {
        position: absolute;
        left: 0;
        margin-left: -10px;
    }
}
.third-menu:nth-of-type(2) {
    display: none;
}
/************************** nav-sec *****************************/
.nav-sec {
    display: none;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
    .fl-fixed-width .fl-page {
        width: 100%;
        min-width: 320px;
    }
}
/* font*/
.fl-module-heading .fl-heading {
    padding: 0 !important;
    margin: 0 !important;
}
.header1 {
    font-family: "Microsoft YaHei", "Open Sans Condensed", "Î¢ÈíÑÅºÚ", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.header2 {
    font-family: "Microsoft YaHei", "Open Sans Condensed", "Î¢ÈíÑÅºÚ", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
.header3 {
    font-family: "Microsoft YaHei", "Open Sans Condensed", "Î¢ÈíÑÅºÚ", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
.header4 {
    font-family: "Microsoft YaHei", "Open Sans Condensed", "Î¢ÈíÑÅºÚ", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.header5 {
    font-family: "Microsoft YaHei", "Open Sans Condensed", "Î¢ÈíÑÅºÚ", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.header6 {
    font-family: "Microsoft YaHei", "Open Sans Condensed", "Î¢ÈíÑÅºÚ", sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}
.ops-64 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: normal;
}
.ops-56 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: normal;
}
.ops-48 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: normal;
}
.ops-40 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}
.ops-36 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: normal;
}
.ops-32 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}
.ops-light-gray-32 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    color: #666666 !important;
}
.ops-28 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
}
.ops-light-gray-28 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    color: #666666 !important;
}
.ops-24 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}
.ops-light-gray-24 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    color: #666666 !important;
}
.ops-21 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
}
.ops-light-gray-21 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    color: #666666 !important;
}
.ops-19-26 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: normal;
}
.ops-light-gray-19-26 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: normal;
    color: #666666 !important;
}
.ops-17-24 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
}
.ops-light-gray-17-24 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    color: #666666 !important;
}
.ops-15 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
}
.ops-12 {
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', 'Open Sans', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
}
/* Add css for heading test to match aem css style*/
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
.fl-row-content-wrap h1.fl-heading,
.fl-row-content-wrap h2.fl-heading,
.fl-row-content-wrap h3.fl-heading,
.fl-row-content-wrap .fl-heading h4,
.fl-row-content-wrap .fl-heading h5,
.fl-row-content-wrap .fl-heading h6,
.fl-row-content-wrap .fl-heading p {
    line-height: 1px;
    font-size: 1px;
    margin: 15px 0 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.fl-module-content {
    margin: 0;
    padding: 0;
}
.fl-heading .fl-heading-image {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    display: inline-block;
}
.fl-heading span {
    display: inline-block;
}
.fl-heading.text_border {
    padding-bottom: 0.125em;
}
/* footer start*/
#fl-footer {
    background-color: #434343;
    color: #c5c5c5;
    border-top: #616161 solid 1px;
    padding-bottom: 10em;
}
#fl-footer a,
#fl-footer {
    color: #fff;
    font-size: 13px;
}
#fl-footer-nav .ft-share {
    width: 312px;
    margin-right: 20px;
    float: left;
    position: relative;
   
}
.share_button{
    display: block !important;
}
#fl-footer-nav .ft-share .shareami {
    display: inline-block;
    width: 35px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0px;
    height:100px;
    overflow: hidden;
    z-index: 10;
    
}
#fl-footer-nav .ft-share .open_social_box.share_box{
    background-color: #fff;
    width: 35px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: -70px;
    -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
         border-radius: 5px;
}
 .open_social_box:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
         transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -12.5px;
    z-index: -10;
}
#fl-footer-nav .ft-share .open_social_box.share_box div{
    margin: 10px auto;
}
#fl-footer-nav .ft-share .shareami:hover{

}
#fl-footer-nav a {
    display: inline-block;
    padding: 18px 0;
}
#fl-footer-nav .pagetop {
    padding-top: 8px;
    text-align: center;
    width: 312px;
    float: left;
}
#fl-footer-nav .global-link {
    float: right;
    font-size: 0;
}
#fl-footer-nav .pagetop a {
    background: url(/wp-content/themes/bb-theme-child/./asset/images/icn-footer-arrow-up.gif) no-repeat center 10px;
}
#fl-footer-terms {
    padding-top: 10px;
    font-size: 11px;
}
#fl-footer-terms .copyright,
#fl-footer-terms .copyright a {
    font-size: 11px;
    text-align: center;
    margin-top: 4px;
}
#fl-footer-terms .links {
    margin-top: 5px;
    text-align: center;
    font-size: 0;
}
#fl-footer-terms .links li {
    display: inline-block;
    border-left: 1px solid #c5c5c5;
    padding: 0 5px;
}
#fl-footer-terms .links li:first-child {
    border-left: none;
}
#fl-footer-socialmedia {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}
#fl-footer-socialmedia li {
    display: inline-block;
    padding: 8px;
    background-color: #fff;
    -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
         border-radius: 50px;
    margin: 10px;
    font-size: 0;
}
#fl-footer-socialmedia li a{
    display: inline-block;
    width: 24px;
    height: 24px;
}
/* footer end */
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
    html,
    body {
        font-size: 100%;
    }
    .header1 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .header2 {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    .header3 {
        font-size: 1.063rem;
        line-height: 1.3;
    }
    .header4 {
        font-size: 1rem;
        line-height: 1.3;
    }
    .header5 {
        font-size: 1rem;
        line-height: 1.3;
    }
    .header6 {
        font-size: 1rem;
        line-height: 1.3;
    }
    .ops-64 {
        font-size: 32px;
        line-height: 36.16px;
    }
    .ops-56 {
        font-size: 28px;
        line-height: 31.64px;
    }
    .ops-48 {
        font-size: 24px;
        line-height: 27.84px;
    }
    .ops-40 {
        font-size: 22px;
        line-height: 28.16px;
    }
    .ops-36 {
        font-size: 20px;
        line-height: 24px;
    }
    .ops-32,
    .ops-light-gray-32 {
        font-size: 19px;
        line-height: 23.94px;
    }
    .ops-28,
    .ops-light-gray-28 {
        font-size: 18px;
        line-height: 23.94px;
    }
    .ops-24,
    .ops-light-gray-24 {
        font-size: 17px;
        line-height: 22.1px;
    }
    .ops-21,
    .ops-light-gray-21 {
        font-size: 16px;
        line-height: 20.16px;
    }
    .ops-19-26,
    .ops-light-gray-19-26 {
        font-size: 16px;
        line-height: 19.55px;
    }
    .ops-17-24,
    .ops-light-gray-17-24 {
        font-size: 14px;
        line-height: 17.92px;
    }
    .ops-15 {
        font-size: 13px;
        line-height: 17.55px;
    }
    /* footer start*/
    #fl-footer-nav .ft-share {
        display: none;
    }
    #fl-footer-nav .pagetop {
        width: 100%;
        float: none;
    }
    #fl-footer-nav .global-link {
        float: none;
        text-align: right;
        margin-right: 10px;
    }
    /* footer end*/
}
.fl-rich-text p {
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
    margin-top: 15px;
}
.fl-rich-text p strong,.fl-rich-text p b{
    font-weight: 600;
}
.fl-rich-text.rText-header1 p {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.fl-rich-text.rText-header2 p {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
.fl-rich-text.rText-subheader1 p {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
.fl-rich-text.rText-subheader2 p {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.fl-rich-text.rText-BodycopyL p {
    font-size: 16px;
    line-height: 1.834;
}
.fl-rich-text.rText-Bodycopy1 p {
    font-size: 16px;
    line-height: 1.834;
}
.fl-rich-text.rText-Bodycopy2 p {
    font-size: 12px;
    line-height: 1.6;
}
.fl-rich-text.rText-Bodycopy14 p {
    font-size: 14px;
    line-height: 1.6;
}
.fl-rich-text.rText-Link4 p {
    color: #00a0c6;
    font-weight: bold;
}
.fl-rich-text.rText-ops-24 p {
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-21 p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-19 p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-19-t p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 19px;
    line-height: 34px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-19-s p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-15 p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-15-t p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}
.fl-rich-text.rText-ops-13 p {
    font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}
.red p {
    color: #fc1921;
}
.green p {
    color: #4fad26;
}
.grey p {
    color: #a3a3a3;
}
.red_dark p {
    color: #b50000;
}
.green_dark p {
    color: #1f6600;
}
.grey_dark p {
    color: #666666;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
    .fl-rich-text.rText-header1 p {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .fl-rich-text.rText-header2 p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    .fl-rich-text.rText-subheader1 p {
        font-size: 1.063rem;
        line-height: 1.3;
    }
    .fl-rich-text.rText-subheader2 p {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
    }
    .fl-rich-text.rText-BodycopyL p {
        font-size: 16px;
        line-height: 1.834;
    }
    .fl-rich-text.rText-Bodycopy1 p {
        font-size: 16px;
        line-height: 1.834;
    }
    .fl-rich-text.rText-Bodycopy2 p {
        font-size: 12px;
        line-height: 1.6;
    }
    .fl-rich-text.rText-Link4 p {
        color: #00a0c6;
        font-weight: bold;
    }
    .fl-rich-text.rText-ops-24 p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 17px;
        line-height: 22.1px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-21 p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 16px;
        line-height: 20.16px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-19 p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 15px;
        line-height: 21.9px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-19-t p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 15px;
        line-height: 19.55px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-19-s p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 15px;
        line-height: 19.55px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-15 p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 13px;
        line-height: 17.55px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-15-t p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 13px;
        line-height: 17.55px;
        font-weight: normal;
    }
    .fl-rich-text.rText-ops-13 p {
        font-family:  "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial,"Open Sans", sans-serif;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
    }
}
/* jipeng start */
/* page nav */
.menu-page_menu-container {
    background: #4e4e4e;
    border-top: 1px solid #222;
    min-height: 47px;
    -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: auto;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/img-bar-tittle-1px.gif) repeat-x;
}
.menu-page_menu-container_bg {
    width: 976px;
    margin: 0 auto;
}
.page_menu_tit {
    display: inline-block;
    vertical-align: bottom;
}
.page_menu_tit a {
    text-decoration: none;
}
.page_menu_tit a p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: block;
    padding: 14.5px 16px;
    line-height: 16px;
}
.container_class {
    display: inline-block;
}
.menu-page_menu-container ul {
    padding: 0 1px 0 2px;
    background-image: url(/wp-content/themes/bb-theme-child/./asset/images/common_localnavi_line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0;
}
.menu-page_menu-container ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px 0 0;
    background-image: url(/wp-content/themes/bb-theme-child/./asset/images/common_localnavi_line.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.menu-page_menu-container ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 0 16px;
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "Open Sans Condensed", 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #afafaf;
    vertical-align: middle;
    background: #2f2f2f;
    background: -o-linear-gradient(top, #434343, #2f2f2f);
    background: -moz-linear-gradient(top, #434343, #2f2f2f);
    background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#2f2f2f));
    background: linear-gradient(to bottom, #434343, #2f2f2f);
}
.menu-page_menu-container ul li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 47px;
}
.menu-page_menu-container ul li a:hover {
    color: #fff;
    background: -o-linear-gradient(top, #434343, #010101);
    background: -moz-linear-gradient(top, #434343, #010101);
    background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#010101));
    background: linear-gradient(to bottom, #434343, #010101);
}
.pagenav-container .active-pagenav a {
    color: #fff !important;
    background: -o-linear-gradient(top, #434343, #010101) !important;
    background: -moz-linear-gradient(top, #434343, #010101) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#010101)) !important;
    background: linear-gradient(to bottom, #434343, #010101) !important;
}
/* end page nav */
/* breadcrumvbs */
.crumbslist {
    list-style: none;
    width: 976px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 11px;
    color: #404040;
}
.crumbslist .breadcrumbscomponent li {
    float: left;
    margin-right: 10px;
}

.crumbslist .breadcrumbscomponent li a {
    display: block;
    position: relative;
    padding-left: 14px;
    font-size: 12px;
    color: #404040;
    text-decoration: none;
}
.crumbslist .breadcrumbscomponent li span {
    display: block;
    position: relative;
    padding-left: 14px;
    font-size: 12px;
    color: #404040;
    text-decoration: none;
}
.crumbslist .breadcrumbscomponent li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 17px;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
    background-image: url(/wp-content/themes/bb-theme-child/./asset/images/icn-arrow-darkgrey-right.png);
    background-position: 0 50%;
}
.crumbslist .breadcrumbscomponent li span:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 17px;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
    background-image: url(/wp-content/themes/bb-theme-child/./asset/images/icn-arrow-darkgrey-right.png);
    background-position: 0 50%;
}
/* end breadcurmbs */
/* header search */
#dce-header #headerserch {
    height: 0;
    position: absolute;
    right: 0;
    margin-right: -10px;
    top: 0;
}
.fl-page-nav-search a.fa-search {
    color: #000;
    font-size: 13px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 10;
}
.fl-page-nav-search form {
    zoom: 1;
    display: block;
    position: absolute;
    right: 0;
    padding: 0px;
    border-top: 0px solid #a1c5e5;
    background-color: inherit;
    top: 25px;
    width: 130px;
    z-index: 9;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
         box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.fl-page-nav-search form input.fl-search-input {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #0b0b0b;
}
input[type=search] {
    height: 25px;
}
.fl-page-nav-search a.fa-search:hover,.fl-page-nav-search a.fa-search:focus {
    color: #000;
}
/* end header search */

.nav-mobile-bar {
    display: none;
}
@media screen and (max-width: 976px) {
    
    .fl-fixed-width .fl-page {
        width: 100%;
        min-width: auto;
    }
}
@media screen and (max-width: 640px) {
   
    .menu-page_menu-container ul li {
        display: initial;
    }
    .page_menu_tit {
        display: initial;
    }
    .container_class {
        display: none;
    }
    .nav-mobile-bar {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        background-color: #333;
        border-top: 1px solid #2f2f2f;
    }
    .nav-mobile-bar span {
        -webkit-flex-grow: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                -moz-box-flex: 1;
             flex-grow: 1;
        padding: 5px 10px;
        font-weight: bold;
        color: #fff;
    }
    .nav-mobile-bar span:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .menu-page_menu-container_bg {
        width: 100%;
    }
    .toggle_button {
        width: 45px;
        min-height: auto;
        border-left: 1px solid #000;
        position: relative;
        float: right;
    }
    .toggle_button span>img {
        display: block;
        position: absolute;
        width: 14px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .nav-mobile-bar {
        display: block;
    }
    .page_menu_tit a p {
        padding: 10px 10px;
    }
    .menu-page_menu-container ul li a {
        background: #222 !important;
        border-bottom: 1px solid #404040;
        padding: 10px 10px;
        font-size: 14px;
    }
    .pagenav-container .active-pagenav a {
        color: #afafaf !important;
        background: initial;
    }
    .menu-page_menu-container ul {
        padding: 0;
    }
    .crumbslist .breadcrumbscomponent{
        margin-left: 10px;
    }
}
/* end jipeng */
/* article list start */
.article-list .list-title-block {
    text-align: center;
    padding: 0 0 40px;
}
/* article list end */
/* */
.current prev {
    width: 18px;
}
#searchPaging {
    margin: auto;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/img-pagination-1px.png) repeat-x scroll 0 0 transparent;
    margin: 50px 18px 0;
    overflow: visible;
   
    height: 31px;
    text-align: center;
}
#searchPaging .prev {
    display: block;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/img-pagenation-cap-left-bg.png) no-repeat !important;
    padding-left: 0px;
    margin-left: -18px;
    float: left;
}
#searchPaging .next {
    display: block;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/img-pagenation-cap-right-bg.png) no-repeat !important;
    padding-right: 0px;
    margin-right: -18px;
    float: right;
}
#searchPaging .wrap_pages::after {
    content: '';
    visibility: hidden;
    font-size: 0;
    height: 0;
    display: block;
    clear: both;
}
.pagenation ul.wrap_pages{
    display: block;
    height: 31px;
    vertical-align: middle;
    text-align: center;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/img-pagination-1px.png) repeat-x;
}
.wrap_pages>li {
    display: inline-block;
}
#searchPaging .wrap_pages a,
#searchPaging .wrap_pages span {
    display: block;
    width: 25px;
    height: 31px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    float: left;
    color: #1F1F1F;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 16px;
    /* font-weight: bold; */
}
#searchPaging img {
    width: 18px;
    vertical-align: top;
}
#searchPaging .current {
    background: url(/wp-content/themes/bb-theme-child/./asset/images/img-pagenation-onstate.png) no-repeat scroll 0 0 transparent;
    color: #888888;
}
/* LatestNews */
.LatestNews-block .fl-post-column .fl-post-grid-post{
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.LatestNews-block .fl-post-column .fl-post-grid-title a{
    display: block;
}
.LatestNews-block .fl-post-column .fl-post-grid-text{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;
}
.LatestNews-block .fl-post-column .fl-post-grid-title{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            -moz-box-ordinal-group:2;
         order:1;
}
.LatestNews-block .fl-post-column .fl-post-grid-date{
    display: block;
    color: #666;
    margin-bottom: 5px;
    font-size: 13px;
}
.LatestNews-block .fl-post-column .fl-post-grid-post:hover a{
    color:#0041c0;
}
.LNhome-block .fl-post-feed .fl-post-feed-post{

    position: relative;
    height: 225px;
    padding-top: 30px;
    padding-left: 20px;
}
.LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-text,.LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-text {
    width: 50%;
}
.LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-image {

    position: absolute;
    right: 0;
    top: 0;
}
.LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-image img{
    width: 400px !important;
    height: 225px !important;
}
.fl-post-feed .fl-post-feed-post .fl-post-feed-text .fl-post-feed-title{
    color:#333333;
    font-weight: 600;
}
.fl-post-feed .fl-post-feed-post .fl-post-feed-text .fl-post-feed-more{
    font-weight: 600;
}
.fl-post-feed .fl-post-feed-post .fl-post-feed-text .fl-post-feed-title:hover a{
    color:#333333;
}

/* towards-2020 */
#t2020-related-news .fl-post-column .fl-post-grid-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;
}
#t2020-related-news .fl-post-column .fl-post-grid-text .fl-post-grid-title{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            -moz-box-ordinal-group:2;
         order:1;
}
#t2020-related-news .fl-post-column .fl-post-grid-text .fl-post-grid-meta{
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
        -ms-flex-order:0;
            -moz-box-ordinal-group:1;
         order:0;
    font-size: 13px;
    margin: 8px 0;
}
/* towards-2020 end */
@media screen and (min-width: 641px) {
    #dce-header{
        display:block;
    }
    #dce-header-m{
        display:none;
    }
    




}
/* mobile */

@media screen and (max-width: 780px) {
    .fl-page{
        width:100% !important;
        min-width: 100px !important;
    }
    #dce-header{
        display: none;
    }
    #dce-header-m{
        display:block;
        background: #474747 url(asset/images/img-nav-global-1px.png) repeat-x;
        zoom: 1;
        width:100%;
    }
    #dce-header-m #headerlogo-m{
        height: 44px;
    }
    #dce-header-m #headerlogo-m img{
        height: 44px;
    }
    .LNhome-block .fl-post-feed .fl-post-feed-post{
        position: relative;
        height: unset;
        padding-top: 0;
        padding-left: unset;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column;
    }
    .crumbslist{
        width: 100%;
    }
    .LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-text,.LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-text {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                -moz-box-ordinal-group: 2;
             order: 1;
        padding: 0 10px 10px 10px;
    }
    .LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-image {
    
        position: unset;
        right: unset;
        top: unset;

    }
    .LNhome-block .fl-post-feed .fl-post-feed-post .fl-post-feed-image img{
        max-width: 400px;
        width: 100% !important;
        height: 100% !important;
    }
    .LatestNews-block .wp-post-image.copyguard{
        width: 100% !important;
        height: 100% !important;
    }
}
#m-open_{
    position:absolute;
    top:0;
    right:0;
    height:44px;
    width:43px;
}

#m-open_w{
    border-left: 1px solid #2e2e2e;
    width:100%;
    text-align:center;
    line-height:44px;
}
#dce-header-m .menu-headermenu-container li .sub-menu{
    display: none;
}
#dce-header-m .menu-headermenu-container li{
    background-image: url(/wp-content/themes/bb-theme-child/./asset/images/img-nav-global-dpdown-1px-m-1x.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    border-bottom:1px solid #181818;
    border-top:1px solid #504f4f;
}
#dce-header-m .menu-headermenu-container li a{
    display: block;
    padding: 0;
    min-height: 14px;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    height:42px;
}
#dce-header-m .menu-headermenu-container li span{
    padding: 5px 15px 5px 15px;
    padding-left: 20px;
    display: inline-block;
}
#dce-header-m .menu-headermenu-container{
    display: none;
}
#dce-header-m .menu-headermenu-container li li{
    background-color: #3b3b3b;
    border-bottom:none;
    border-top:1px solid rgba(255, 255, 255, 0.24);
    background-image:none;
}
#dce-header-m .menu-headermenu-container li li a{
    height: 58px;
}
#dce-header-m .menu-headermenu-container li li img{
    width: auto;
    height: 58px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
}
#dce-header-m .menu-headermenu-container li li li{
    background-color: #575757;
    border-bottom:none;
    border-top:1px solid rgba(255, 255, 255, 0.24);
    background-image:none;
}
#dce-header-m .menu-headermenu-container li li li li{
    background-color: #737373;
    border-bottom:none;
    border-top:1px solid rgba(255, 255, 255, 0.24);
    background-image:none;
}
#dce-header-m .menu-headermenu-container li li li a{
    height:42px !important;
}
#dce-header-m .menu-headermenu-container li.nav-lvI.has-sub,#dce-header-m .menu-headermenu-container li .nav-lvII.imageWtitle.has-subII,#dce-header-m .menu-headermenu-container li .nav-lvIII.has-subIII{
    position: relative;
}
#dce-header-m .menu-headermenu-container li.nav-lvI.has-sub::after,#dce-header-m .menu-headermenu-container li .nav-lvII.imageWtitle.has-subII::after,#dce-header-m .menu-headermenu-container li .nav-lvIII.has-subIII::after{
    content: "";
    height: 14px;
    width: 9px;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/icn-nav-global-dpdown-arrow-m-2x.png) no-repeat;
    -moz-background-size: 9px 5px;
         background-size: 9px 5px;
    background-position: center;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 15px;
}
#dce-header-m .menu-headermenu-container li .nav-lvII.imageWtitle.has-subII::after{
    top:20px;
}
#dce-header-m .menu-headermenu-container li.afterI::after,#dce-header-m .menu-headermenu-container li.afterII::after,#dce-header-m .menu-headermenu-container li.afterIII::after{
    content: "";
    height: 14px;
    width: 9px;
    top:20px;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/icn-nav-global-dpdown-arrow-m-2x.png) no-repeat;
    -moz-background-size: 9px 5px;
         background-size: 9px 5px;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 15px;
    -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
            -moz-transform:rotate(180deg);
         transform:rotate(180deg);
}



#m-search{
    position:absolute;
    top:0;
    right:43px;
    height:44px;
    width:43px;
    border-left: 1px solid #727272;
}
#m-search_w{
    width:100%;
    height:44px;
    text-align:center;
    line-height:48px;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #727272;
}
.searchBgc{
    background-color: #393939 !important;
}
#headerserch-m .fl-page-nav-search a{
    display: none;
    top: 60px;
    right: 15px;
    z-index: 1001;
}
#headerserch-m .fl-page-nav-search a::before{
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/bb-theme-child/./asset/images/icn-search.png) no-repeat;
}
#headerserch-m .fl-page-nav-search{
    display: block;
}
#headerserch-m .fl-page-nav-search{
    position: absolute;
    width: 100%;
    height: 0;
}
#headerserch-m{
    width: 100%;
    height: 0px !important;
    display: block;
}
#headerserch-m .fl-page-nav-search form{
    width: 100%;
    height: 44px;
    display: none;
    top:44px;
    background: -o-linear-gradient(#d5d5d5, #c1c1c1);
    background: -moz-linear-gradient(#d5d5d5, #c1c1c1);
    background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#c1c1c1));
    background: linear-gradient(#d5d5d5, #c1c1c1);
    padding: 0px;
    border:none;
    padding: 9px 10px;
}
#headerserch-m .fl-page-nav-search form input {
    height: 26px;
    color: black !important;
    font-size: 16px;
    border: none;
    background-color: #a5a5a5;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 20px 0 6px;
    width: 100%;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-weight: bold;
    line-height: 1;
    -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
         border-radius: 2px;
}
#headerserch-m .fl-page-nav-search form input::-webkit-input-placeholder {
    color: #333300 !important;
}
#headerserch-m .fl-page-nav-search form input::-moz-placeholder {
    color: #333300 !important;
}
#headerserch-m .fl-page-nav-search form input:-ms-input-placeholder {
    color: #333300 !important;
}
#headerserch-m .fl-page-nav-search form input::-ms-input-placeholder {
    color: #333300 !important;
}
#headerserch-m .fl-page-nav-search form input:-moz-placeholder {
    color: #333300 !important;
}
#headerserch-m .fl-page-nav-search form input::placeholder {
    color: #333300 !important;
}
.fl-page-nav-search form input.fl-search-input{
    height: 25px;
    line-height: 0.7;
}
.fl-page-nav-search form input.fl-search-input:-ms-input-placeholder{
    color:#808080;
    line-height: 0.7;
    font-size: 14px;
}


#globalheader-nav .mobile-notify{
    display: block;
    margin: 40px 10px 10px;
    text-align: center;
    width: 100%;
}

#globalheader-nav .nav-lvII>.nav-lvIII-wrapper>.megapannel-wrapper2 ul li.mobile-notify span{
    font-size: 12px;
    font-weight: 500;
}
#globalheader-nav .main_menu .mobile-notify .nav-title>a:hover, #globalheader-nav .main_menu li.active.mobile-notify .nav-title>a{
    color: #ccc !important;
    cursor: default;
}
#globalheader-nav .nav-lvII > .nav-lvIII-wrapper > .megapannel-wrapper2 ul li.mobile-notify a[href]:hover span{
    color: #ccc !important;
}
#dce-header-m .menu-headermenu-container li li li.mobile-notify a {
    height: auto !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
}
#dce-header-m .menu-headermenu-container li li li.mobile-notify a br{
    display: none;
}
.fl-builder .container.fl-content-full, .fl-builder  .feabody{
    min-height: calc(100vh - 317px)
}
@media (min-width: 1200px){
    .max-1200, .fl-page .bannerSwiper, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10{
        max-width:1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .max-976{
        max-width: 976px;
        margin-left: auto;
        margin-right: auto;
    }
}
.fl-page #hero-banner{
    margin-top: 0;
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}
.fl-page #feature-block{
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}
.fl-page #hero-banner .hero-banner{
    text-align: center;
}