.ModuleGridContainer[gridswidthmode="2"] {
    max-width: 1200px;
    width: auto;
}

.nei_body {
    margin: 0;
}

.BodyMain2Zone {
    display: none;
}

.BodyMain3Zone {
    display: none;
}

.BodyMain4Zone {
    display: none;
}

.anima {
    overflow: hidden;
    /* transform: translateX(-30px);padding: 20px 20px 0 20px; */
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    height: 0;
}

.showanima {
    overflow: visible;
    opacity: 1;
    height: 100%;
    padding: 20px;
}

.module_689141693 .ModuleHead .HeadCenter {
    float: none;
}

#module_689141693 {
    padding: 0px;
}

#module_689141693 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_689141693 .ModuleHead689141693 {
    display: none;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper {
    white-space: unset;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky {
    display: flex
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer>.SubContainer {
    display: table-cell;
    vertical-align: top;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky>.SubContainer {
    display: block;
    position: sticky;
    top: 20px;
    height: 100% !important;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer>.SubContainer.ModuleHoverBoxItem_2 {
    display: none
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding {
    height: 100%;
    position: relative;
    display: table-cell;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after {
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}

.ModuleGridCustomGiant.layout-101:hover .SubDrag:after {
    border-left: 1px dashed rgba(75, 151, 255, .8);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag {
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover {
    background-color: rgba(75, 151, 255, .8);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after {
    border-left: 1px dashed rgba(75, 151, 255, 0);
}

.ModuleGridCustomGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridCustomGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.ModuleGridCustomGiant.layout-101 {
    height: 100%;
    position: relative;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
    position: relative;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo {
    display: none;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {
    height: 100%
}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
        display: flex;
        flex-wrap: wrap;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer>.SubPadding {
        float: left;
        height: 10px;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer>.SubContainer {
        float: left;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer>.SubPadding .SubDrag {
        display: none;
    }

    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-12>.SubContainer {
        width: calc((100% - 55px)/12) !important;
    }

    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-11>.SubContainer {
        width: calc((100% - 50px)/11) !important;
    }

    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-10>.SubContainer {
        width: calc((100% - 45px)/10) !important;
    }

    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-9>.SubContainer {
        width: calc((100% - 40px)/10) !important;
    }

    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-8>.SubContainer {
        width: calc((100% - 35px)/8) !important;
    }

    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-7>.SubContainer {
        width: calc((100% - 30px)/7) !important;
    }

    /* 6列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-6>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-6>.SubContainer {
        width: calc((100% - 25px)/6) !important;
    }

    /* 5列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-5>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-5>.SubPadding5 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-5>.SubContainer {
        width: calc((100% - 20px)/5) !important;
    }

    /* 4列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-4>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-4>.SubPadding4 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-4>.SubPadding8 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-4>.SubContainer {
        width: calc((100% - 15px)/4) !important;
    }

    /* 3列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-3>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-3>.SubPadding3 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-3>.SubPadding6 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-3>.SubContainer {
        width: calc((100% - 10px)/3) !important;
    }

    /* 2列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-2>.SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2>.SubPadding2 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2>.SubPadding4 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2>.SubPadding6 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2>.SubPadding8 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2>.SubContainer {
        width: calc((100% - 5px)/2) !important;
    }

    /* 1列 无padding */
    .ModuleGridCustomGiant.layout-101 .grid-col-1>.SubPadding {
        width: 0px;
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-1>.SubContainer {
        width: 100% !important;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky>.SubContainer {
        position: inherit !important;
        top: unset !important;
    }
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder {
    border: 0px !important;
    padding: 0 !important;
}

.module_672106121 .ModuleHead .HeadCenter {
    float: none;
}

#module_672106121 {
    padding: 0px;
}

#module_672106121 {
    position: static;
    z-index: 4000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672106121 .ModuleHead672106121 {
    display: none;
}

#module_672106121 .BodyCenter.BodyCenter672106121 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_672106121>.module_672106121 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672106121>.module_672106121 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672106121 .BodyCenter.BodyCenter672106121 {
        padding-top: 0.5230%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.5230%;
    }
}

@media screen and (max-width: 767px) {
    #module_672106121 .BodyCenter.BodyCenter672106121 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672106121>.module_672106121 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672106121>.module_672106121 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672106121>.module_672106121 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672106121:hover {
    border: none;
}

#module_672106121:hover>.module_672106121 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672106121 .ModuleSubContainer {
    background-color: transparent;
}

#module_672106121 .ModuleSubContainer {
    background-image: none;
}

#module_672106121 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672106121 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672106121 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672106121 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672106121 .ModuleSubContainer {
    box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672106121 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672106121 {
    max-width: none;
    width: 100%;
    margin: auto;
}

.ModuleGridContainer.ModuleGridContainer672106121 .SubPadding {
    width: 0px;
}

.ModuleImageGiant.layout-101 .BodyCenter {
    text-align: center;
}

.ModuleImageGiant.layout-101 img {
    margin: auto;
    max-width: 100%;
    border: none;
}

.module_663489593 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489593 {
    padding: 0px;
}

#module_663489593 {
    position: static;
    z-index: 0;
    top: 136px;
    left: 290px;
    width: 100%;
    height: auto;
}

#module_663489593 .ModuleHead663489593 {
    display: none;
}

#module_663489593 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_663489593>.module_663489593 {
        margin-top: 1.8970%;
        margin-left: 20.3252%;
        margin-right: 10.5691%;
        margin-bottom: 0.0000%;
    }
}

#module_663489593 img {
    border-top-color: transparent;
}

#module_663489593 img {
    border-top-style: none;
}

#module_663489593 img {
    border-top-width: 0px;
}

#module_663489593 img {
    border-right-color: transparent;
}

#module_663489593 img {
    border-right-style: none;
}

#module_663489593 img {
    border-right-width: 0px;
}

#module_663489593 img {
    border-bottom-color: transparent;
}

#module_663489593 img {
    border-bottom-style: none;
}

#module_663489593 img {
    border-bottom-width: 0px;
}

#module_663489593 img {
    border-left-color: transparent;
}

#module_663489593 img {
    border-left-style: none;
}

#module_663489593 img {
    border-left-width: 0px;
}

#module_663489593 img {
    border-top-left-radius: 0px;
}

#module_663489593 img {
    border-top-right-radius: 0px;
}

#module_663489593 img {
    border-bottom-left-radius: 0px;
}

#module_663489593 img {
    border-bottom-right-radius: 0px;
}

#module_663489593 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672106121 #Sub672106121_1 {
    width: 20.7636%;
}

.ModuleNavGiant.layout-102 .main-nav-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    line-height: 0;
    overflow: hidden;
}

.ModuleNavGiant.layout-102 .aroundMune {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding: 0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}

.ModuleNavGiant.layout-102 .aroundMune.active {
    transform: rotateY(0deg);
}

.ModuleNavGiant.layout-102 .moveMenuRight,
.ModuleNavGiant.layout-102 .moveMenuLeft {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
}

.ModuleNavGiant.layout-102 .main-nav-content .moveMenuRight {
    background-color: rgba(238, 238, 238, .6);
}

.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft {
    display: none;
    background-color: rgba(238, 238, 238, .6);
    margin-right: 10px
}

.ModuleNavGiant.layout-102 .moveMenuRight:hover,
.ModuleNavGiant.layout-102 .moveMenuLeft:hover {
    color: #fff;
    background-color: rgba(204, 204, 204, .6);
}

.ModuleNavGiant.layout-102 .main-nav-content>.blank-solve {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    transition: all .4s;
    position: relative;
    left: 0;
}

.ModuleNavGiant.layout-102 .main-nav-item-group {
    float: left;
    text-align: center;
}

.ModuleNavGiant.layout-102 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    height: 80px;
    line-height: 80px;
    color: #000000;
    position: relative;
    display: block;
}

.ModuleNavGiant.layout-102 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom: 3px solid #1976d2;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
    width: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.ModuleNavGiant.layout-102 .sub-nav-item-group {
    width: 192px;
    text-align: center;
    border-top: 2px solid #333;
    display: none;
}

.ModuleNavGiant.layout-102 .sub-nav-item {
    display: block;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.ModuleNavGiant.layout-102 .sub-nav-item:last-child {
    border-bottom: none !important;
}

.ModuleNavGiant.layout-102 .sub-nav-item:hover {
    padding-left: 10px;
    background-color: #f7f7f7;
}

.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
    display: block;
}

.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1976d2;
    z-index: 11111;
    left: 0;
    bottom: 0;
}

.ModuleNavGiant.layout-102 .clearfix:after {
    content: '.';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.ModuleNavGiant.layout-102 .verticalMenu {
    height: auto !important;
}

.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content>.blank-solve {
    width: 100% !important;
}

.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {
    float: unset;
    width: 100%;
}

.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {
    margin-bottom: 0 !important;
}

.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {
    display: inline-block;
    padding: 0 !important;
    text-align: center;
}

.ModuleNavGiant.layout-102 .menu {
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform: rotate(0deg);
    transition: all .3s linear;
    -webkit-transform: rotate(0deg);
    -webkit-transition: all .3s linear;
}

.ModuleNavGiant.layout-102 .menuUp {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}

.ModuleNavGiant.layout-102 .sub-menu {
    display: none !important;
}

.module_663489594 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489594 {
    padding: 0px;
}

#module_663489594 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_663489594 .ModuleHead663489594 {
    display: none;
}

#module_663489594 .BodyCenter.BodyCenter663489594 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_663489594>.module_663489594 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489594>.module_663489594 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489594 .BodyCenter.BodyCenter663489594 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489594 .BodyCenter.BodyCenter663489594 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489594>.module_663489594 {
        margin-top: 0.0000%;
        margin-left: 0.1778%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489594>.module_663489594 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_663489594>.module_663489594 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489594:hover {
    border: none;
}

#module_663489594:hover>.module_663489594 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489594 .main-nav-content {
    height: 80px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
}

#module_663489594 .main-nav-content,
#module_663489594 .verticalMenu .main-nav-item-group {
    text-align: left;
}

#module_663489594 .main-nav-item {
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    font-family: OpensansR;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
}

@media screen and (max-width: 1236px) {
    #module_663489594 .main-nav-item {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 955px) {
    #module_663489594 .main-nav-item {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10px;
    }
}

#module_663489594 .verticalMenu .main-nav-item-group {
    margin-bottom: 54px;
}

#module_663489594 .sub-nav-item-group {
    border: 0px solid transparent;
    border-top: 2px solid #3ABE21;
    width: 192px;
    transition: all .5s ease;
    overflow: hidden;
    height: 0;
}


#module_663489594 .sub-nav-item {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: 微软雅黑, Microsoft YaHei;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0px;
    padding: 0 14px;
}

#module_663489594 .main-nav-item-hover {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
}

#module_663489594 .main-nav-item-hover::before,
#module_663489594 .main-nav-item::before {
    border-bottom-color: #3ABE21;
}

.on .main-nav-item::before {
    width: 20% !important;
}

#module_663489594 .main-nav-item-hover::before {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 20%
}

#module_663489594 .sub-nav-item:hover {
    font-size: 12px;
    font-family: 微软雅黑, Microsoft YaHei;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    background-color: #f2f2f2;
    background-image: none;
    background-repeat: no-repeat;
}

.ModuleGridContainer.ModuleGridContainer672106121 #Sub672106121_2 {
    width: 65.1674%;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-container {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-containerbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ModuleLangSwitchV2Giant.layout-101 .currentlang {
    flex: 1;
}

.ModuleLangSwitchV2Giant.layout-101 .currentlangimg {
    width: 20px;
}

.ModuleLangSwitchV2Giant.layout-101 .img {
    width: 100%;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-text {
    font-size: 12px;
    color: #666666;
    text-align: left;
}

.ModuleLangSwitchV2Giant.layout-101 .icoBox {
    float: right;
    right: 0;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-container:hover .icoBox {
    transform: rotate(180deg);
    transition: ease-in-out .3s;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-selection {
    background: #fff;
    display: none;
    border: 1px solid #e5e5e5;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-selection li {
    display: flex;
    align-items: center;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-selection li {
    cursor: pointer;
}

.ModuleLangSwitchV2Giant.layout-101 .lang-selection li:hover .lang-text {
    color: #f10215;
}

.module_667877232 .ModuleHead .HeadCenter {
    float: none;
}

#module_667877232 {
    padding: 0px;
}

#module_667877232 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_667877232 .ModuleHead667877232 {
    display: none;
}

#module_667877232 .BodyCenter.BodyCenter667877232 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_667877232>.module_667877232 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_667877232>.module_667877232 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_667877232 .BodyCenter.BodyCenter667877232 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_667877232 .BodyCenter.BodyCenter667877232 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_667877232>.module_667877232 {
        margin-top: 11.2903%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_667877232>.module_667877232 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_667877232>.module_667877232 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_667877232:hover {
    border: none;
}

#module_667877232:hover>.module_667877232 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_667877232 .BodyCenter {
    text-align: left;
}

#module_667877232 .lang-container {
    border-color: #e5e5e5;
}

#module_667877232 .lang-container {
    border-style: solid;
}

#module_667877232 .lang-container {
    border-width: 1px;
}

#module_667877232 .lang-container,
#clone_module_667877232 .lang-selection li {
    padding-left: 10px;
}

#module_667877232 .lang-container,
#clone_module_667877232 .lang-selection li {
    padding-right: 10px;
}

#module_667877232 .lang-container {
    border-top-left-radius: 0px;
}

#module_667877232 .lang-container {
    border-top-right-radius: 0px;
}

#module_667877232 .lang-container {
    border-bottom-left-radius: 0px;
}

#module_667877232 .lang-container {
    border-bottom-right-radius: 0px;
}

#module_667877232 .lang-container,
#clone_module_667877232 .lang-selection {
    width: 150px;
}

#module_667877232 .lang-container,
#clone_module_667877232 .lang-selection li {
    line-height: 32px;
}

#module_667877232 .lang-text {
    font-size: 12px;
}

#module_667877232 .lang-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_667877232 .lang-text {
    color: #666;
}

#module_667877232 .lang-text {
    font-weight: normal;
}

#module_667877232 .lang-text {
    text-decoration: none;
}

#module_667877232 .lang-text {
    font-style: normal;
}

#module_667877232 .lang-container {
    background-color: rgb(255, 255, 255);
}

#module_667877232 .lang-container {
    background-image: none;
}

#module_667877232 .lang-container {
    background-repeat: no-repeat;
}

#module_667877232 .currentlangimg,
#clone_module_667877232 .lang-selection li img {
    width: 20px;
}

#module_667877232 .PullIcon {
    font-size: 8px;
}

#module_667877232 .PullSvgIcon {
    height: 8px
}

#module_667877232 .PullSvgIcon svg {
    width: 8px;
    height: 8px
}

#module_667877232 .PullIcon {
    color: #42494f
}

#module_667877232 .PullSvgIcon svg>* {
    fill: #42494f;
}

#module_667877232 .currentlangimg,
#clone_module_667877232 .lang-selection li img {
    margin-right: 5px;
}

#clone_module_667877232 .lang-selection {
    background-color: #fff;
}

#clone_module_667877232 .lang-selection {
    background-image: none;
}

#clone_module_667877232 .lang-selection {
    background-repeat: no-repeat;
}

#clone_module_667877232 .lang-selection .lang-selection-text {
    font-size: 12px;
}

#clone_module_667877232 .lang-selection .lang-selection-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#clone_module_667877232 .lang-selection .lang-selection-text {
    color: #333;
}

#clone_module_667877232 .lang-selection .lang-selection-text {
    font-weight: normal;
}

#clone_module_667877232 .lang-selection .lang-selection-text {
    text-decoration: none;
}

#clone_module_667877232 .lang-selection .lang-selection-text {
    font-style: normal;
}

#clone_module_667877232 .lang-selection {
    border-color: #e5e5e5;
}

#clone_module_667877232 .lang-selection {
    border-style: solid;
}

#clone_module_667877232 .lang-selection {
    border-width: 1px;
}

#clone_module_667877232 .lang-selection {
    height: 530px;
}

#clone_module_667877232 .lang-selection li {
    height: 30px;
}

#clone_module_667877232 .lang-selection li:hover {
    background-color: #f6f6f6;
}

#clone_module_667877232 .lang-selection li:hover {
    background-image: none;
}

#clone_module_667877232 .lang-selection li:hover {
    background-repeat: no-repeat;
}

#clone_module_667877232 .lang-selection li:hover .lang-selection-text {
    font-size: 12px;
}

#clone_module_667877232 .lang-selection li:hover .lang-selection-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#clone_module_667877232 .lang-selection li:hover .lang-selection-text {
    color: #da0011;
}

#clone_module_667877232 .lang-selection li:hover .lang-selection-text {
    font-weight: normal;
}

#clone_module_667877232 .lang-selection li:hover .lang-selection-text {
    text-decoration: none;
}

#clone_module_667877232 .lang-selection li:hover .lang-selection-text {
    font-style: normal;
}

.ModuleGridContainer.ModuleGridContainer672106121 #Sub672106121_3 {
    width: 9.7803%;
}


/*全局搜索 layout102*/

.ModuleSearchGiant.layout-108 .searchform-fixed {
    position: fixed;
    z-index: 999999;
    visibility: visible;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle {
    padding: 0;
}

.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    background: #FFF;
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0px;
    overflow: hidden;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group {
    display: table;
    padding: 0 2%;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    overflow: hidden;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel {
    position: relative;
    display: table-cell;
    height: auto;
    border: 0px;
    vertical-align: middle;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel {
    width: calc(100% - 30px);
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel {
    width: 1%;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel {
    width: 30px;
    display: table-cell;
    position: relative;
    height: auto;
    border: 0px;
}

.ModuleSearchGiant.layout-108 .searchIcon {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput {
    padding-right: 50px;
    float: none;
    display: block;
    width: 100%;
    height: 59px;
    border: 1px solid #fff;
    border-right: 0px !important;
    border-radius: 0;
    text-indent: 10px;
    font-size: 16px;
    outline: none;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select {
    height: 100%;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select {
    float: left;
    height: auto;
    border: 0;
    border-radius: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn {
    border: unset !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 59px;
    border: 1px solid #fff;
    border-left-width: 1px;
    border-radius: 0;
    line-height: 59px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span {
    font-size: 16px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu {
    right: 10px;
    left: unset;
    color: #333333
}

.ModuleSearchGiant.layout-108 .icon-sousuo4 {
    color: #333333
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton {
    height: 59px !important;
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    float: left;
    display: block;
    min-width: 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark {
    display: none;
    z-index: 999;
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.48;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot {
    display: flex;
    align-items: center;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul {
    margin-bottom: 15px;
    padding: 0 2%;
    height: auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li {
    margin-top: 15px !important;
    padding: unset !important;
    line-height: 32px;
    height: 32px;
    min-width: 64px;
    text-align: center;
    border-right: unset !important;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a {
    height: 32px;
    display: block;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 30px;
    margin-right: 15px;
    border-radius: 30px;
    color: #666;
    background: #eee;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover {
    background: #dedede;
}

.searchform-slide {
    -webkit-animation: am-gn-searchform-slide 1s both;
    animation: am-gn-searchform-slide 1s both;
}

.searchform-fade {
    -webkit-animation: am-searchform-fade 400ms both;
    animation: am-searchform-fade 400ms both;
}

.ModuleSearchGiant.layout-108 .btnicon {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn:active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1000000 !important;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-color: unset;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top: 0;
    right: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform: rotateZ(90deg);
}

@media (max-width: 767px) {

    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
        right: 20px;
    }

    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group {
        padding: unset
    }
}

@-webkit-keyframes am-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes am-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes am-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}

@keyframes am-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}

.module_663489595 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489595 {
    padding: 0px;
}

#module_663489595 {
    position: static;
    z-index: 0;
    top: 118px;
    left: 1870px;
    width: 100%;
    height: auto;
}

#module_663489595 .ModuleHead663489595 {
    display: none;
}

#module_663489595 .BodyCenter.BodyCenter663489595 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_663489595>.module_663489595 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489595>.module_663489595 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489595 .BodyCenter.BodyCenter663489595 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489595 .BodyCenter.BodyCenter663489595 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489595>.module_663489595 {
        margin-top: 8.5526%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489595>.module_663489595 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_663489595>.module_663489595 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489595:hover {
    border: none;
}

#module_663489595:hover>.module_663489595 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489595 .btnicon {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: no-repeat;
    text-align: center;
}
#module_663489595 .search-hot ul li a {
    font-size: 12px;
}

#module_663489595 .search-hot ul li a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_663489595 .search-hot ul li a {
    color: #666;
}

#module_663489595 .search-hot ul li a {
    font-weight: normal;
}

#module_663489595 .search-hot ul li a {
    text-decoration: none;
}

#module_663489595 .search-hot ul li a {
    font-style: normal;
}

#module_663489595 .search-hot ul li a {
    background-color: #eee;
}

#module_663489595 .btnicon:hover {
    background-color: rgb(255, 255, 255);
}

#module_663489595 .btnicon:hover {
    background-image: none;
}

#module_663489595 .btnicon:hover {
    background-repeat: no-repeat;
}

#module_663489595 .btnicon:hover {
    font-size: 24px;
}


#module_663489595 .btnicon:hover {
    color: rgb(241, 195, 112);
}

#module_663489595 .btnicon:hover {
    font-weight: normal;
}

#module_663489595 .btnicon:hover {
    text-decoration: none;
}

#module_663489595 .btnicon:hover {
    font-style: normal;
}

#module_663489595 .search-hot ul li:hover a {
    font-size: 12px;
}

#module_663489595 .search-hot ul li:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_663489595 .search-hot ul li:hover a {
    color: #666;
}

#module_663489595 .search-hot ul li:hover a {
    font-weight: normal;
}

#module_663489595 .search-hot ul li:hover a {
    text-decoration: none;
}

#module_663489595 .search-hot ul li:hover a {
    font-style: normal;
}

#module_663489595 .search-hot ul li a:hover {
    background-color: #dedede;
}

.ModuleGridContainer.ModuleGridContainer672106121 #Sub672106121_4 {
    width: 4.288700000000002%;
}


/*轮播图样式*/

.ModuleSlideV2Giant.layout-101 .slider-layout-101 {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    font-size: 0;
}

.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {
    margin-bottom: 0;
    font-size: 0;
}

.ModuleSlideV2Giant.layout-101 .slide-box img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {
    width: 100% !important;
}

.ModuleSlideV2Giant.layout-101 .slick-dots {
    bottom: 30px;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 12px;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 6px;
    border-radius: 18px;
    border: unset;
    border: 1px solid rgba(255, 255, 255, 0);
}

.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {
    width: 6px;
    height: 6px;
    opacity: 1;
    font-size: 0;
    background-color: #fff;
    border-radius: 6px;
    top: 6px;
    left: 6px;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {
    border: 1px solid #fff;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {
    border-color: rgba(255, 255, 255, 1);
}

.ModuleSlideV2Giant.layout-101 .slide-box video {
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {
        bottom: 6%
    }

    .ModuleSlideV2Giant.layout-101 .slick-prev {
        left: 2.5%;
    }

    .ModuleSlideV2Giant.layout-101 .slick-next {
        right: 2.5%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {
        bottom: 8%
    }

    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {
        width: 16px;
        height: 16px;
        border-radius: 16px;
    }
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {
        bottom: 8% !important
    }

    .ModuleSlideV2Giant.layout-101 .slick-active {
        margin: 0 8px !important;
    }

    .ModuleSlideV2Giant.layout-101 .slick-dots li button {
        width: 12px !important;
        height: 12px !important;
        border-radius: 12px;
    }

    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {
        width: 4px !important;
        height: 4px !important;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {
        bottom: 20px;
    }

    .ModuleSlideV2Giant.layout-101 .slick-dots li {
        margin: 0 7.5px;
    }

    .ModuleSlideV2Giant.layout-101 .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {
        width: 5px;
        height: 5px;
        top: 5px;
        left: 5px;
    }
}

.module_663489596 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489596 {
    padding: 0px;
}

#module_663489596 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_663489596 .ModuleHead663489596 {
    display: none;
}

#module_663489596 .BodyCenter.BodyCenter663489596 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_663489596>.module_663489596 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489596>.module_663489596 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489596 .BodyCenter.BodyCenter663489596 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489596 .BodyCenter.BodyCenter663489596 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489596>.module_663489596 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489596>.module_663489596 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_663489596>.module_663489596 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489596:hover {
    border: none;
}

#module_663489596:hover>.module_663489596 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489596 .slick-dots li button:before {
    background-color: rgba(0, 0, 0, .5);
}

#module_663489596 .slick-dots li button {
    border-color: rgba(255, 255, 255, 0);
}

#module_663489596 .slick-dots li.slick-active button:before,
#module_663489596 .slick-dots li:hover button:before {
    background-color: rgba(255, 255, 255, 1);
}

#module_663489596 .slick-dots li.slick-active button,
#module_663489596 .slick-dots li button:hover {
    border-color: rgba(255, 255, 255, 1);
}


/*图文模块 layout 101*/

.ModuleImageTextGiant.layout-101 {
    font-size: 14px;
}

.ModuleImageTextGiant.layout-101 .imageTextGiant-Container {
    height: auto;
    word-wrap: break-word;
    max-height: 100%;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.module_663489597 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489597 {
    padding: 0px;
}

#module_663489597 {
    position: absolute;
    z-index: 2;
    top: 19%;
    left: 0%;
    width: 85%;
    height: 62%;
}

#module_663489597 .ModuleHead663489597 {
    display: none;
}

#module_663489597 .BodyCenter.BodyCenter663489597 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_663489597>.module_663489597 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489597>.module_663489597 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489597 .BodyCenter.BodyCenter663489597 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489597 .BodyCenter.BodyCenter663489597 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489597>.module_663489597 {
        margin-top: 1.3216%;
        margin-left: 0.0000%;
        margin-right: 0.5286%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489597>.module_663489597 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_663489597>.module_663489597 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489597:hover {
    border: none;
}

#module_663489597:hover>.module_663489597 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489597 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_663489597 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_663489597 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_663489597 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_663489597 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_663489597 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_663489597 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_663489597 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_663489597 .showHandle .btn {
    font-size: 14px;
}

#module_663489597 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_663489597 .showHandle .btn {
    color: #333;
}

#module_663489597 .showHandle .btn {
    font-weight: 400;
}

#module_663489597 .showHandle .btn {
    text-decoration: none;
}

#module_663489597 .showHandle .btn {
    font-style: normal;
}

#module_663489597 .showHandle div {
    border-top-color: #ddd !important;
}

#module_663489597 .showHandle div {
    border-top-style: solid !important;
}

#module_663489597 .showHandle div {
    border-top-width: 1px !important;
}

#module_663489597 .showHandle {
    background-color: transparent;
}

#module_663489597 .showHandle {
    background-image: none;
}

#module_663489597 .showHandle {
    background-repeat: no-repeat;
}

#module_663489597 a {
    font-size: unset;
    font-family: unset
}

.module_672114970 .ModuleHead .HeadCenter {
    float: none;
}

#module_672114970 {
    padding: 0px;
}

#module_672114970 {
    position: absolute;
    z-index: 99;
    top: 30%;
    left: 0%;
    width: 39%;
    height: 34%;
}

#module_672114970 .ModuleHead672114970 {
    display: none;
}

#module_672114970 .BodyCenter.BodyCenter672114970 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672114970>.module_672114970 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672114970>.module_672114970 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672114970 .BodyCenter.BodyCenter672114970 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672114970 .BodyCenter.BodyCenter672114970 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672114970>.module_672114970 {
        margin-top: 8.1768%;
        margin-left: 2.9834%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672114970>.module_672114970 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672114970>.module_672114970 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672114970:hover {
    border: none;
}

#module_672114970:hover>.module_672114970 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672114970 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672114970 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672114970 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672114970 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672114970 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672114970 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672114970 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672114970 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672114970 .showHandle .btn {
    font-size: 14px;
}

#module_672114970 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672114970 .showHandle .btn {
    color: #333;
}

#module_672114970 .showHandle .btn {
    font-weight: 400;
}

#module_672114970 .showHandle .btn {
    text-decoration: none;
}

#module_672114970 .showHandle .btn {
    font-style: normal;
}

#module_672114970 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672114970 .showHandle div {
    border-top-style: solid !important;
}

#module_672114970 .showHandle div {
    border-top-width: 1px !important;
}

#module_672114970 .showHandle {
    background-color: transparent;
}

#module_672114970 .showHandle {
    background-image: none;
}

#module_672114970 .showHandle {
    background-repeat: no-repeat;
}

#module_672114970 a {
    font-size: unset;
    font-family: unset
}

.module_672114404 .ModuleHead .HeadCenter {
    float: none;
}

#module_672114404 {
    padding: 0px;
}

#module_672114404 {
    position: absolute;
    z-index: 99;
    top: 45%;
    left: 1%;
    width: 42%;
    height: 19%;
}

#module_672114404 .ModuleHead672114404 {
    display: none;
}

#module_672114404 .BodyCenter.BodyCenter672114404 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672114404>.module_672114404 {
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
}

#module_672114404>.module_672114404 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
    border-bottom-left-radius: 93px;
    border-bottom-right-radius: 93px;
}

@media screen and (min-width: 768px) {
    #module_672114404 .BodyCenter.BodyCenter672114404 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672114404 .BodyCenter.BodyCenter672114404 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672114404>.module_672114404 {
        margin-top: 9.0290%;
        margin-left: 0.0000%;
        margin-right: 11.2436%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672114404>.module_672114404 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672114404>.module_672114404 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672114404:hover {
    border: none;
}

#module_672114404:hover>.module_672114404 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672114404 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672114404 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672114404 .ModuleImageTextGiantContent {
    margin-left: 42px;
}

#module_672114404 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672114404 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672114404 .imageTextGiant-Container {
    padding-bottom: 6px;
}

#module_672114404 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672114404 .imageTextGiant-Container {
    padding-right: 14px;
}

#module_672114404 .showHandle .btn {
    font-size: 14px;
}

#module_672114404 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672114404 .showHandle .btn {
    color: #333;
}

#module_672114404 .showHandle .btn {
    font-weight: 400;
}

#module_672114404 .showHandle .btn {
    text-decoration: none;
}

#module_672114404 .showHandle .btn {
    font-style: normal;
}

#module_672114404 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672114404 .showHandle div {
    border-top-style: solid !important;
}

#module_672114404 .showHandle div {
    border-top-width: 1px !important;
}

#module_672114404 .showHandle {
    background-color: transparent;
}

#module_672114404 .showHandle {
    background-image: none;
}

#module_672114404 .showHandle {
    background-repeat: no-repeat;
}

#module_672114404 a {
    font-size: unset;
    font-family: unset
}

#module_663489596 .SubContainer {
    max-width: 1400px !important;
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.ModuleGridGiant.layout-101 {
    height: 100%;
    position: relative;
}

.ModuleGridGiant.layout-101 .ModuleSubContainer {
    position: relative;
}

.ModuleGridGiant.layout-101 .gridBgVideo {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
}

.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}

.module_672119685 .ModuleHead .HeadCenter {
    float: none;
}

#module_672119685 {
    padding: 0px;
}

#module_672119685 {
    position: static;
    z-index: 0;
    top: 248px;
    left: 13px;
    width: 100%;
    height: auto;
}

#module_672119685 .ModuleHead672119685 {
    display: none;
}

#module_672119685 {
    border: none;
}

@media screen and (max-width: 767px) {
    #module_672119685 .BodyCenter.BodyCenter672119685 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

#module_672119685 .ModuleSubContainer {
    background-color: transparent;
}

#module_672119685 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672119685 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672119685 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672119685 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672119685 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672119685 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672119685 {
    max-width: none;
    width: 100%;
}


/*轮播图样式*/

.ModuleSlideV2Giant.layout-103 .slider-layout-103 {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    font-size: 0;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {
    margin-bottom: 0;
    font-size: 0;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {
    -webkit-animation: scaleBigToSmall .9s linear;
    animation: scaleBigToSmall .9s linear;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {
    -webkit-animation: nextScalePage .9s linear;
    animation: nextScalePage .9s linear;
}


/* .ModuleSlideV2Giant.layout-103 .slide-box img {position: relative; left: 50%; transform: translate(-50%);} */

.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {
    width: 100%;
}

.ModuleSlideV2Giant.layout-103 .slick-dots {
    bottom: 30px;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: unset;
    margin-right: 20px;
    padding: 0;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {
    margin-right: unset;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {
    line-height: 12px;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {
    color: #139d8f;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {
    color: #139d8f;
}

.ModuleSlideV2Giant.layout-103 .slick-prev,
.ModuleSlideV2Giant.layout-103 .slick-next {
    font-size: 0;
    z-index: 1;
    width: 30px;
    height: 70px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 70px;
}

.ModuleSlideV2Giant.layout-103 .slick-prev {
    left: 20px;
    padding: 2px 2px 2px 0;
}

.ModuleSlideV2Giant.layout-103 .slick-next {
    right: 20px;
    padding: 2px 0 2px 2px;
}

.ModuleSlideV2Giant.layout-103 .slick-prev:before,
.ModuleSlideV2Giant.layout-103 .slick-next:before {
    content: unset;
}

.ModuleSlideV2Giant.layout-103 .icon-leftMenu {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {
    transform: rotateY(180deg);
}

.ModuleSlideV2Giant.layout-103 .slick-prev div,
.ModuleSlideV2Giant.layout-103 .slick-next div {
    width: 100px;
    height: 100%;
    position: relative;
    display: none;
}

.ModuleSlideV2Giant.layout-103 .slick-prev div {
    float: right;
}

.ModuleSlideV2Giant.layout-103 .slick-next div {
    float: left;
}

.ModuleSlideV2Giant.layout-103 .slick-prev img,
.ModuleSlideV2Giant.layout-103 .slick-next img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.ModuleSlideV2Giant.layout-103 .slick-prev:hover,
.ModuleSlideV2Giant.layout-103 .slick-next:hover {
    width: 130px;
    background-color: #139d8f;
}

.ModuleSlideV2Giant.layout-103 .slick-prev:hover div,
.ModuleSlideV2Giant.layout-103 .slick-next:hover div {
    display: inline-block;
}

.ModuleSlideV2Giant.layout-103 .slide-box video {
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 6%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev {
        left: 2.5%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-next {
        right: 2.5%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 9%;
    }

    .ModuleSlideV2Giant.layout-103 .icon-leftMenu {
        font-size: 14px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-active {
        width: 6px;
        height: 100%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow {
        width: 26px;
        height: 58px;
        line-height: 58px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev {
        left: 3.5%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-next {
        right: 3.5%;
    }
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 10% !important;
    }

    .ModuleSlideV2Giant.layout-103 .icon-leftMenu {
        font-size: 12px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-active {
        width: 4px;
        height: 4px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow {
        width: 22px;
        height: 48px;
        line-height: 48px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev {
        left: 3.5%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-next {
        right: 3.5%;
    }
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 20px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-dots li {
        width: 9px;
        height: 9px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-dots li button {
        width: 9px;
        height: 9px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {
        line-height: 9px;
        width: 9px;
        height: 9px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev,
    .ModuleSlideV2Giant.layout-103 .slick-next {
        display: none !important;
    }
}

.module_672119689 .ModuleHead .HeadCenter {
    float: none;
}

#module_672119689 {
    padding: 0px;
}

#module_672119689 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672119689 .ModuleHead672119689 {
    display: none;
}

#module_672119689 .BodyCenter.BodyCenter672119689 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672119689>.module_672119689 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672119689>.module_672119689 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672119689 .BodyCenter.BodyCenter672119689 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_672119689 .BodyCenter.BodyCenter672119689 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_672119689>.module_672119689 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_672119689>.module_672119689 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_672119689>.module_672119689 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672119689:hover {
    border: none;
}

#module_672119689:hover>.module_672119689 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672119689 .slick-dots li button:before {
    color: rgba(19, 157, 143, .3);
}

#module_672119689 .slick-prev .icon-leftMenu,
#module_672119689 .slick-next .icon-leftMenu {
    color: #fff;
}

#module_672119689 .slick-prev,
#module_672119689 .slick-next {
    background-color: rgba(19, 157, 143, .5);
}

#module_672119689 .slick-dots li:hover button:before,
#module_672119689 .slick-dots li.slick-active button:before {
    color: rgba(19, 157, 143, 1);
}

#module_672119689 .slick-prev:hover .icon-leftMenu,
#module_672119689 .slick-next:hover .icon-leftMenu {
    color: #fff;
}

#module_672119689 .slick-prev:hover,
#module_672119689 .slick-next:hover {
    background-color: rgba(19, 157, 143, 1);
}

.module_672147243 .ModuleHead .HeadCenter {
    float: none;
}

#module_672147243 {
    padding: 0px;
}

#module_672147243 {
    position: absolute;
    z-index: 99;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 139%;
}

#module_672147243 .ModuleHead672147243 {
    display: none;
}

#module_672147243 {
    border: none;
}

@media screen and (max-width: 767px) {
    #module_672147243>.module_672147243 {
        margin-top: 16.7598%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_672147243 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672147243 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672147243 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672147243 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672147243 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672147243 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672147243 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672147243 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672147243 .showHandle .btn {
    font-size: 14px;
}

#module_672147243 .showHandle .btn {
    color: #333;
}

#module_672147243 .showHandle .btn {
    font-weight: 400;
}

#module_672147243 .showHandle .btn {
    text-decoration: none;
}

#module_672147243 .showHandle .btn {
    font-style: normal;
}

#module_672147243 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672147243 .showHandle div {
    border-top-style: solid !important;
}

#module_672147243 .showHandle div {
    border-top-width: 1px !important;
}

#module_672147243 .showHandle {
    background-color: transparent;
}

#module_672147243 .showHandle {
    background-repeat: no-repeat;
}

#module_672147243 a {
    font-size: unset;
    font-family: unset
}

.module_672148004 .ModuleHead .HeadCenter {
    float: none;
}

#module_672148004 {
    padding: 0px;
}

#module_672148004 {
    position: absolute;
    z-index: 99;
    top: 0%;
    left: 1%;
    width: 100%;
    height: 201%;
}

#module_672148004 .ModuleHead672148004 {
    display: none;
}

#module_672148004 {
    border: none;
}

@media screen and (max-width: 767px) {
    #module_672148004>.module_672148004 {
        margin-top: 20.4301%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_672148004 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672148004 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672148004 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672148004 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672148004 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672148004 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672148004 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672148004 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672148004 .showHandle .btn {
    font-size: 14px;
}


#module_672148004 .showHandle .btn {
    color: #333;
}

#module_672148004 .showHandle .btn {
    font-weight: 400;
}

#module_672148004 .showHandle .btn {
    text-decoration: none;
}

#module_672148004 .showHandle .btn {
    font-style: normal;
}

#module_672148004 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672148004 .showHandle div {
    border-top-style: solid !important;
}

#module_672148004 .showHandle div {
    border-top-width: 1px !important;
}

#module_672148004 .showHandle {
    background-color: transparent;
}

#module_672148004 .showHandle {
    background-repeat: no-repeat;
}

#module_672148004 a {
    font-size: unset;
    font-family: unset
}

.module_672147336 .ModuleHead .HeadCenter {
    float: none;
}

#module_672147336 {
    padding: 0px;
}

#module_672147336 {
    position: absolute;
    z-index: 99;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 201%;
}

#module_672147336 .ModuleHead672147336 {
    display: none;
}

#module_672147336 .BodyCenter.BodyCenter672147336 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672147336>.module_672147336 {
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
}

#module_672147336>.module_672147336 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
}

@media screen and (min-width: 768px) {
    #module_672147336 .BodyCenter.BodyCenter672147336 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_672147336 .BodyCenter.BodyCenter672147336 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_672147336>.module_672147336 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_672147336>.module_672147336 {
        margin-top: 26.0116%;
        margin-left: 0.0000%;
        margin-right: 56.6474%;
        margin-bottom: 0.0000%;
    }
}

#module_672147336>.module_672147336 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672147336:hover {
    border: none;
}

#module_672147336:hover>.module_672147336 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672147336 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672147336 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672147336 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672147336 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672147336 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_672147336 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_672147336 .imageTextGiant-Container {
    padding-left: 15px;
}

#module_672147336 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_672147336 .showHandle .btn {
    font-size: 13px;
}

#module_672147336 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672147336 .showHandle .btn {
    color: rgb(255, 255, 255);
}

#module_672147336 .showHandle .btn {
    font-weight: 400;
}

#module_672147336 .showHandle .btn {
    text-decoration: none;
}

#module_672147336 .showHandle .btn {
    font-style: normal;
}

#module_672147336 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672147336 .showHandle div {
    border-top-style: solid !important;
}

#module_672147336 .showHandle div {
    border-top-width: 1px !important;
}

#module_672147336 .showHandle {
    background-color: transparent;
}

#module_672147336 .showHandle {
    background-image: none;
}

#module_672147336 .showHandle {
    background-repeat: no-repeat;
}

#module_672147336 a {
    font-size: unset;
    font-family: unset
}

.module_672100676 .ModuleHead .HeadCenter {
    float: none;
}

#module_672100676 {
    padding: 0px;
}

#module_672100676 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672100676 .ModuleHead672100676 {
    display: none;
}

#module_672100676 .BodyCenter.BodyCenter672100676 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672100676>.module_672100676 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672100676>.module_672100676 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672100676 .BodyCenter.BodyCenter672100676 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672100676 .BodyCenter.BodyCenter672100676 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672100676>.module_672100676 {
        margin: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672100676>.module_672100676 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672100676>.module_672100676 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672100676:hover {
    border: none;
}

#module_672100676:hover>.module_672100676 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672100676 .ModuleSubContainer {
    background-color: transparent;
}

#module_672100676 .ModuleSubContainer {
    background-image: none;
}

#module_672100676 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672100676 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672100676 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672100676 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672100676 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672100676 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672100676 {
    max-width: 1400px;
    width: auto;
}

.module_672101380 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101380 {
    padding: 0px;
}

#module_672101380 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672101380 .ModuleHead672101380 {
    display: none;
}

#module_672101380 .BodyCenter.BodyCenter672101380 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672101380>.module_672101380 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672101380>.module_672101380 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672101380 .BodyCenter.BodyCenter672101380 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101380 .BodyCenter.BodyCenter672101380 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672101380>.module_672101380 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101380>.module_672101380 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672101380>.module_672101380 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672101380:hover {
    border: none;
}

#module_672101380:hover>.module_672101380 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672101380 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672101380 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672101380 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672101380 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672101380 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672101380 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672101380 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672101380 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672101380 .showHandle .btn {
    font-size: 14px;
}

#module_672101380 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672101380 .showHandle .btn {
    color: #333;
}

#module_672101380 .showHandle .btn {
    font-weight: 400;
}

#module_672101380 .showHandle .btn {
    text-decoration: none;
}

#module_672101380 .showHandle .btn {
    font-style: normal;
}

#module_672101380 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672101380 .showHandle div {
    border-top-style: solid !important;
}

#module_672101380 .showHandle div {
    border-top-width: 1px !important;
}

#module_672101380 .showHandle {
    background-color: transparent;
}

#module_672101380 .showHandle {
    background-image: none;
}

#module_672101380 .showHandle {
    background-repeat: no-repeat;
}

#module_672101380 a {
    font-size: unset;
    font-family: unset
}

.module_672101399 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101399 {
    padding: 0px;
}

#module_672101399 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672101399 .ModuleHead672101399 {
    display: none;
}

#module_672101399 .BodyCenter.BodyCenter672101399 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672101399>.module_672101399 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672101399>.module_672101399 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672101399 .BodyCenter.BodyCenter672101399 {
        padding-top: 3.1381%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101399 .BodyCenter.BodyCenter672101399 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672101399>.module_672101399 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 4.7071%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101399>.module_672101399 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672101399>.module_672101399 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672101399:hover {
    border: none;
}

#module_672101399:hover>.module_672101399 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672101399 .ModuleSubContainer {
    background-color: transparent;
}

#module_672101399 .ModuleSubContainer {
    background-image: none;
}

#module_672101399 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672101399 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672101399 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672101399 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672101399 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672101399 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672101399 {
    max-width: 1400px;
    width: auto;
}

.ModuleGridContainer.ModuleGridContainer672101399 .SubPadding {
    width: 0px;
}

.module_672101459 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101459 {
    padding: 0px;
}

#module_672101459 {
    position: static;
    z-index: 0;
    top: 1134px;
    left: 99px;
    width: 100%;
    height: auto;
}

#module_672101459 .ModuleHead672101459 {
    display: none;
}

#module_672101459 .BodyCenter.BodyCenter672101459 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672101459>.module_672101459 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672101459>.module_672101459 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672101459 .BodyCenter.BodyCenter672101459 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101459 .BodyCenter.BodyCenter672101459 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672101459>.module_672101459 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101459>.module_672101459 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672101459>.module_672101459 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672101459:hover {
    border: none;
}

#module_672101459:hover>.module_672101459 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672101459 img {
    border-top-color: transparent;
}

#module_672101459 img {
    border-top-style: none;
}

#module_672101459 img {
    border-top-width: 0px;
}

#module_672101459 img {
    border-right-color: transparent;
}

#module_672101459 img {
    border-right-style: none;
}

#module_672101459 img {
    border-right-width: 0px;
}

#module_672101459 img {
    border-bottom-color: transparent;
}

#module_672101459 img {
    border-bottom-style: none;
}

#module_672101459 img {
    border-bottom-width: 0px;
}

#module_672101459 img {
    border-left-color: transparent;
}

#module_672101459 img {
    border-left-style: none;
}

#module_672101459 img {
    border-left-width: 0px;
}

#module_672101459 img {
    border-top-left-radius: 0px;
}

#module_672101459 img {
    border-top-right-radius: 0px;
}

#module_672101459 img {
    border-bottom-left-radius: 0px;
}

#module_672101459 img {
    border-bottom-right-radius: 0px;
}

#module_672101459 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_1 {
    width: 9.0909%;
}

.module_672101457 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101457 {
    padding: 0px;
}

#module_672101457 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672101457 .ModuleHead672101457 {
    display: none;
}

#module_672101457 img {
    border-top-color: transparent;
}

#module_672101457 img {
    border-top-style: none;
}

#module_672101457 img {
    border-top-width: 0px;
}

#module_672101457 img {
    border-right-color: transparent;
}

#module_672101457 img {
    border-right-style: none;
}

#module_672101457 img {
    border-right-width: 0px;
}

#module_672101457 img {
    border-bottom-color: transparent;
}

#module_672101457 img {
    border-bottom-style: none;
}

#module_672101457 img {
    border-bottom-width: 0px;
}

#module_672101457 img {
    border-left-color: transparent;
}

#module_672101457 img {
    border-left-style: none;
}

#module_672101457 img {
    border-left-width: 0px;
}

#module_672101457 img {
    border-top-left-radius: 0px;
}

#module_672101457 img {
    border-top-right-radius: 0px;
}

#module_672101457 img {
    border-bottom-left-radius: 0px;
}

#module_672101457 img {
    border-bottom-right-radius: 0px;
}

#module_672101457 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_2 {
    width: 9.0909%;
}

.module_672101458 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101458 {
    padding: 0px;
}

#module_672101458 {
    position: static;
    z-index: 0;
    top: 63px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101458 .ModuleHead672101458 {
    display: none;
}

#module_672101458 img {
    border-top-color: transparent;
}

#module_672101458 img {
    border-top-style: none;
}

#module_672101458 img {
    border-top-width: 0px;
}

#module_672101458 img {
    border-right-color: transparent;
}

#module_672101458 img {
    border-right-style: none;
}

#module_672101458 img {
    border-right-width: 0px;
}

#module_672101458 img {
    border-bottom-color: transparent;
}

#module_672101458 img {
    border-bottom-style: none;
}

#module_672101458 img {
    border-bottom-width: 0px;
}

#module_672101458 img {
    border-left-color: transparent;
}

#module_672101458 img {
    border-left-style: none;
}

#module_672101458 img {
    border-left-width: 0px;
}

#module_672101458 img {
    border-top-left-radius: 0px;
}

#module_672101458 img {
    border-top-right-radius: 0px;
}

#module_672101458 img {
    border-bottom-left-radius: 0px;
}

#module_672101458 img {
    border-bottom-right-radius: 0px;
}

#module_672101458 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_3 {
    width: 9.0909%;
}

.module_672101460 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101460 {
    padding: 0px;
}

#module_672101460 {
    position: static;
    z-index: 0;
    top: 11px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101460 .ModuleHead672101460 {
    display: none;
}

#module_672101460 img {
    border-top-color: transparent;
}

#module_672101460 img {
    border-top-style: none;
}

#module_672101460 img {
    border-top-width: 0px;
}

#module_672101460 img {
    border-right-color: transparent;
}

#module_672101460 img {
    border-right-style: none;
}

#module_672101460 img {
    border-right-width: 0px;
}

#module_672101460 img {
    border-bottom-color: transparent;
}

#module_672101460 img {
    border-bottom-style: none;
}

#module_672101460 img {
    border-bottom-width: 0px;
}

#module_672101460 img {
    border-left-color: transparent;
}

#module_672101460 img {
    border-left-style: none;
}

#module_672101460 img {
    border-left-width: 0px;
}

#module_672101460 img {
    border-top-left-radius: 0px;
}

#module_672101460 img {
    border-top-right-radius: 0px;
}

#module_672101460 img {
    border-bottom-left-radius: 0px;
}

#module_672101460 img {
    border-bottom-right-radius: 0px;
}

#module_672101460 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_4 {
    width: 9.0909%;
}

.module_672101461 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101461 {
    padding: 0px;
}

#module_672101461 {
    position: static;
    z-index: 0;
    top: 77px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101461 .ModuleHead672101461 {
    display: none;
}

#module_672101461 img {
    border-top-color: transparent;
}

#module_672101461 img {
    border-top-style: none;
}

#module_672101461 img {
    border-top-width: 0px;
}

#module_672101461 img {
    border-right-color: transparent;
}

#module_672101461 img {
    border-right-style: none;
}

#module_672101461 img {
    border-right-width: 0px;
}

#module_672101461 img {
    border-bottom-color: transparent;
}

#module_672101461 img {
    border-bottom-style: none;
}

#module_672101461 img {
    border-bottom-width: 0px;
}

#module_672101461 img {
    border-left-color: transparent;
}

#module_672101461 img {
    border-left-style: none;
}

#module_672101461 img {
    border-left-width: 0px;
}

#module_672101461 img {
    border-top-left-radius: 0px;
}

#module_672101461 img {
    border-top-right-radius: 0px;
}

#module_672101461 img {
    border-bottom-left-radius: 0px;
}

#module_672101461 img {
    border-bottom-right-radius: 0px;
}

#module_672101461 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_5 {
    width: 9.0909%;
}

.module_672101462 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101462 {
    padding: 0px;
}

#module_672101462 {
    position: static;
    z-index: 1;
    top: 48px;
    left: 861px;
    width: 100%;
    height: auto;
}

#module_672101462 .ModuleHead672101462 {
    display: none;
}

#module_672101462 img {
    border-top-color: transparent;
}

#module_672101462 img {
    border-top-style: none;
}

#module_672101462 img {
    border-top-width: 0px;
}

#module_672101462 img {
    border-right-color: transparent;
}

#module_672101462 img {
    border-right-style: none;
}

#module_672101462 img {
    border-right-width: 0px;
}

#module_672101462 img {
    border-bottom-color: transparent;
}

#module_672101462 img {
    border-bottom-style: none;
}

#module_672101462 img {
    border-bottom-width: 0px;
}

#module_672101462 img {
    border-left-color: transparent;
}

#module_672101462 img {
    border-left-style: none;
}

#module_672101462 img {
    border-left-width: 0px;
}

#module_672101462 img {
    border-top-left-radius: 0px;
}

#module_672101462 img {
    border-top-right-radius: 0px;
}

#module_672101462 img {
    border-bottom-left-radius: 0px;
}

#module_672101462 img {
    border-bottom-right-radius: 0px;
}

#module_672101462 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_6 {
    width: 9.0909%;
}

.module_672101464 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101464 {
    padding: 0px;
}

#module_672101464 {
    position: static;
    z-index: 0;
    top: 53px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101464 .ModuleHead672101464 {
    display: none;
}

#module_672101464 img {
    border-top-color: transparent;
}

#module_672101464 img {
    border-top-style: none;
}

#module_672101464 img {
    border-top-width: 0px;
}

#module_672101464 img {
    border-right-color: transparent;
}

#module_672101464 img {
    border-right-style: none;
}

#module_672101464 img {
    border-right-width: 0px;
}

#module_672101464 img {
    border-bottom-color: transparent;
}

#module_672101464 img {
    border-bottom-style: none;
}

#module_672101464 img {
    border-bottom-width: 0px;
}

#module_672101464 img {
    border-left-color: transparent;
}

#module_672101464 img {
    border-left-style: none;
}

#module_672101464 img {
    border-left-width: 0px;
}

#module_672101464 img {
    border-top-left-radius: 0px;
}

#module_672101464 img {
    border-top-right-radius: 0px;
}

#module_672101464 img {
    border-bottom-left-radius: 0px;
}

#module_672101464 img {
    border-bottom-right-radius: 0px;
}

#module_672101464 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_7 {
    width: 9.0909%;
}

.module_672101465 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101465 {
    padding: 0px;
}

#module_672101465 {
    position: static;
    z-index: 0;
    top: 80px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101465 .ModuleHead672101465 {
    display: none;
}

#module_672101465 img {
    border-top-color: transparent;
}

#module_672101465 img {
    border-top-style: none;
}

#module_672101465 img {
    border-top-width: 0px;
}

#module_672101465 img {
    border-right-color: transparent;
}

#module_672101465 img {
    border-right-style: none;
}

#module_672101465 img {
    border-right-width: 0px;
}

#module_672101465 img {
    border-bottom-color: transparent;
}

#module_672101465 img {
    border-bottom-style: none;
}

#module_672101465 img {
    border-bottom-width: 0px;
}

#module_672101465 img {
    border-left-color: transparent;
}

#module_672101465 img {
    border-left-style: none;
}

#module_672101465 img {
    border-left-width: 0px;
}

#module_672101465 img {
    border-top-left-radius: 0px;
}

#module_672101465 img {
    border-top-right-radius: 0px;
}

#module_672101465 img {
    border-bottom-left-radius: 0px;
}

#module_672101465 img {
    border-bottom-right-radius: 0px;
}

#module_672101465 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_8 {
    width: 9.0909%;
}

.module_672101466 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101466 {
    padding: 0px;
}

#module_672101466 {
    position: static;
    z-index: 1;
    top: 108px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101466 .ModuleHead672101466 {
    display: none;
}

#module_672101466 img {
    border-top-color: transparent;
}

#module_672101466 img {
    border-top-style: none;
}

#module_672101466 img {
    border-top-width: 0px;
}

#module_672101466 img {
    border-right-color: transparent;
}

#module_672101466 img {
    border-right-style: none;
}

#module_672101466 img {
    border-right-width: 0px;
}

#module_672101466 img {
    border-bottom-color: transparent;
}

#module_672101466 img {
    border-bottom-style: none;
}

#module_672101466 img {
    border-bottom-width: 0px;
}

#module_672101466 img {
    border-left-color: transparent;
}

#module_672101466 img {
    border-left-style: none;
}

#module_672101466 img {
    border-left-width: 0px;
}

#module_672101466 img {
    border-top-left-radius: 0px;
}

#module_672101466 img {
    border-top-right-radius: 0px;
}

#module_672101466 img {
    border-bottom-left-radius: 0px;
}

#module_672101466 img {
    border-bottom-right-radius: 0px;
}

#module_672101466 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_9 {
    width: 9.0909%;
}

.module_672101467 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101467 {
    padding: 0px;
}

#module_672101467 {
    position: static;
    z-index: 1;
    top: 85px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672101467 .ModuleHead672101467 {
    display: none;
}

#module_672101467 .BodyCenter.BodyCenter672101467 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672101467>.module_672101467 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672101467>.module_672101467 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672101467 .BodyCenter.BodyCenter672101467 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101467 .BodyCenter.BodyCenter672101467 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672101467>.module_672101467 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101467>.module_672101467 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672101467>.module_672101467 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672101467:hover {
    border: none;
}

#module_672101467:hover>.module_672101467 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672101467 img {
    border-top-color: transparent;
}

#module_672101467 img {
    border-top-style: none;
}

#module_672101467 img {
    border-top-width: 0px;
}

#module_672101467 img {
    border-right-color: transparent;
}

#module_672101467 img {
    border-right-style: none;
}

#module_672101467 img {
    border-right-width: 0px;
}

#module_672101467 img {
    border-bottom-color: transparent;
}

#module_672101467 img {
    border-bottom-style: none;
}

#module_672101467 img {
    border-bottom-width: 0px;
}

#module_672101467 img {
    border-left-color: transparent;
}

#module_672101467 img {
    border-left-style: none;
}

#module_672101467 img {
    border-left-width: 0px;
}

#module_672101467 img {
    border-top-left-radius: 0px;
}

#module_672101467 img {
    border-top-right-radius: 0px;
}

#module_672101467 img {
    border-bottom-left-radius: 0px;
}

#module_672101467 img {
    border-bottom-right-radius: 0px;
}

#module_672101467 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_10 {
    width: 9.0909%;
}

.module_672135921 .ModuleHead .HeadCenter {
    float: none;
}

#module_672135921 {
    padding: 0px;
}

#module_672135921 {
    position: static;
    z-index: 2;
    top: 31px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672135921 .ModuleHead672135921 {
    display: none;
}

#module_672135921 .BodyCenter.BodyCenter672135921 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672135921>.module_672135921 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672135921>.module_672135921 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672135921 .BodyCenter.BodyCenter672135921 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672135921 .BodyCenter.BodyCenter672135921 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672135921>.module_672135921 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672135921>.module_672135921 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672135921>.module_672135921 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672135921:hover {
    border: none;
}

#module_672135921:hover>.module_672135921 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672135921 img {
    border-top-color: transparent;
}

#module_672135921 img {
    border-top-style: none;
}

#module_672135921 img {
    border-top-width: 0px;
}

#module_672135921 img {
    border-right-color: transparent;
}

#module_672135921 img {
    border-right-style: none;
}

#module_672135921 img {
    border-right-width: 0px;
}

#module_672135921 img {
    border-bottom-color: transparent;
}

#module_672135921 img {
    border-bottom-style: none;
}

#module_672135921 img {
    border-bottom-width: 0px;
}

#module_672135921 img {
    border-left-color: transparent;
}

#module_672135921 img {
    border-left-style: none;
}

#module_672135921 img {
    border-left-width: 0px;
}

#module_672135921 img {
    border-top-left-radius: 0px;
}

#module_672135921 img {
    border-top-right-radius: 0px;
}

#module_672135921 img {
    border-bottom-left-radius: 0px;
}

#module_672135921 img {
    border-bottom-right-radius: 0px;
}

#module_672135921 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672101399 #Sub672101399_11 {
    width: 9.0909%;
}

.module_672146551 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146551 {
    padding: 0px;
}

#module_672146551 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672146551 .ModuleHead672146551 {
    display: none;
}

#module_672146551 .ModuleSubContainer {
    background-color: transparent;
}

#module_672146551 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672146551 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672146551 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672146551 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672146551 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672146551 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672146551 {
    max-width: 1200px;
    width: auto;
}

.module_672146558 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146558 {
    padding: 0px;
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672146558 .ModuleHead672146558 {
    display: none;
}

#module_672146558 .ModuleImageTextGiantContent {
    margin: 0px;
}

#module_672146558 .imageTextGiant-Container {
    padding: 10px;
}

#module_672146558 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}


#module_672146558 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672146558 .showHandle div {
    border-top-style: solid !important;
}

#module_672146558 .showHandle div {
    border-top-width: 1px !important;
}

#module_672146558 .showHandle {
    background-color: transparent;
}

#module_672146558 .showHandle {
    background-repeat: no-repeat;
}

#module_672146558 a {
    font-size: unset;
    font-family: unset
}

.module_672145973 .ModuleHead .HeadCenter {
    float: none;
}

#module_672145973 {
    padding: 0px;
}

#module_672145973 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672145973 .ModuleHead672145973 {
    display: none;
}

#module_672145973 .BodyCenter.BodyCenter672145973 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672145973>.module_672145973 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672145973>.module_672145973 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672145973 .BodyCenter.BodyCenter672145973 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_672145973 .BodyCenter.BodyCenter672145973 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_672145973>.module_672145973 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_672145973>.module_672145973 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 14.4092%;
    }
}

#module_672145973>.module_672145973 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672145973:hover {
    border: none;
}

#module_672145973:hover>.module_672145973 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672145973 .ModuleSubContainer {
    background-color: transparent;
}

#module_672145973 .ModuleSubContainer {
    background-image: none;
}

#module_672145973 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672145973 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672145973 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672145973 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672145973 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672145973 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672145973 {
    max-width: 1200px;
    width: auto;
}

.ModuleGridContainer.ModuleGridContainer672145973 .SubPadding {
    width: 0px;
}

.module_672146449 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146449 {
    padding: 0px;
}

#module_672146449 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672146449 .ModuleHead672146449 {
    display: none;
}

#module_672146449 img {
    border-top-color: transparent;
}

#module_672146449 img {
    border-top-style: none;
}

#module_672146449 img {
    border-top-width: 0px;
}

#module_672146449 img {
    border-right-color: transparent;
}

#module_672146449 img {
    border-right-style: none;
}

#module_672146449 img {
    border-right-width: 0px;
}

#module_672146449 img {
    border-bottom-color: transparent;
}

#module_672146449 img {
    border-bottom-style: none;
}

#module_672146449 img {
    border-bottom-width: 0px;
}

#module_672146449 img {
    border-left-color: transparent;
}

#module_672146449 img {
    border-left-style: none;
}

#module_672146449 img {
    border-left-width: 0px;
}

#module_672146449 img {
    border-top-left-radius: 0px;
}

#module_672146449 img {
    border-top-right-radius: 0px;
}

#module_672146449 img {
    border-bottom-left-radius: 0px;
}

#module_672146449 img {
    border-bottom-right-radius: 0px;
}

#module_672146449 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_1 {
    width: 12.5%;
}

.module_672146451 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146451 {
    padding: 0px;
}

#module_672146451 {
    position: static;
    z-index: 1;
    top: 27px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672146451 .ModuleHead672146451 {
    display: none;
}

#module_672146451 img {
    border-top-color: transparent;
}

#module_672146451 img {
    border-top-style: none;
}

#module_672146451 img {
    border-top-width: 0px;
}

#module_672146451 img {
    border-right-color: transparent;
}

#module_672146451 img {
    border-right-style: none;
}

#module_672146451 img {
    border-right-width: 0px;
}

#module_672146451 img {
    border-bottom-color: transparent;
}

#module_672146451 img {
    border-bottom-style: none;
}

#module_672146451 img {
    border-bottom-width: 0px;
}

#module_672146451 img {
    border-left-color: transparent;
}

#module_672146451 img {
    border-left-style: none;
}

#module_672146451 img {
    border-left-width: 0px;
}

#module_672146451 img {
    border-top-left-radius: 0px;
}

#module_672146451 img {
    border-top-right-radius: 0px;
}

#module_672146451 img {
    border-bottom-left-radius: 0px;
}

#module_672146451 img {
    border-bottom-right-radius: 0px;
}

#module_672146451 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_2 {
    width: 12.5%;
}

.module_672146453 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146453 {
    padding: 0px;
}

#module_672146453 {
    position: static;
    z-index: 1;
    top: 47px;
    left: -141px;
    width: 100%;
    height: auto;
}

#module_672146453 .ModuleHead672146453 {
    display: none;
}

#module_672146453 img {
    border-top-color: transparent;
}

#module_672146453 img {
    border-top-style: none;
}

#module_672146453 img {
    border-top-width: 0px;
}

#module_672146453 img {
    border-right-color: transparent;
}

#module_672146453 img {
    border-right-style: none;
}

#module_672146453 img {
    border-right-width: 0px;
}

#module_672146453 img {
    border-bottom-color: transparent;
}

#module_672146453 img {
    border-bottom-style: none;
}

#module_672146453 img {
    border-bottom-width: 0px;
}

#module_672146453 img {
    border-left-color: transparent;
}

#module_672146453 img {
    border-left-style: none;
}

#module_672146453 img {
    border-left-width: 0px;
}

#module_672146453 img {
    border-top-left-radius: 0px;
}

#module_672146453 img {
    border-top-right-radius: 0px;
}

#module_672146453 img {
    border-bottom-left-radius: 0px;
}

#module_672146453 img {
    border-bottom-right-radius: 0px;
}

#module_672146453 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_3 {
    width: 12.5%;
}

.module_672146454 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146454 {
    padding: 0px;
}

#module_672146454 {
    position: static;
    z-index: 1;
    top: 55px;
    left: -176px;
    width: 100%;
    height: auto;
}

#module_672146454 .ModuleHead672146454 {
    display: none;
}

#module_672146454 img {
    border-top-color: transparent;
}

#module_672146454 img {
    border-top-style: none;
}

#module_672146454 img {
    border-top-width: 0px;
}

#module_672146454 img {
    border-right-color: transparent;
}

#module_672146454 img {
    border-right-style: none;
}

#module_672146454 img {
    border-right-width: 0px;
}

#module_672146454 img {
    border-bottom-color: transparent;
}

#module_672146454 img {
    border-bottom-style: none;
}

#module_672146454 img {
    border-bottom-width: 0px;
}

#module_672146454 img {
    border-left-color: transparent;
}

#module_672146454 img {
    border-left-style: none;
}

#module_672146454 img {
    border-left-width: 0px;
}

#module_672146454 img {
    border-top-left-radius: 0px;
}

#module_672146454 img {
    border-top-right-radius: 0px;
}

#module_672146454 img {
    border-bottom-left-radius: 0px;
}

#module_672146454 img {
    border-bottom-right-radius: 0px;
}

#module_672146454 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_4 {
    width: 12.5%;
}

.module_672146455 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146455 {
    padding: 0px;
}

#module_672146455 {
    position: static;
    z-index: 1;
    top: 35px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672146455 .ModuleHead672146455 {
    display: none;
}

#module_672146455 img {
    border-top-color: transparent;
}

#module_672146455 img {
    border-top-style: none;
}

#module_672146455 img {
    border-top-width: 0px;
}

#module_672146455 img {
    border-right-color: transparent;
}

#module_672146455 img {
    border-right-style: none;
}

#module_672146455 img {
    border-right-width: 0px;
}

#module_672146455 img {
    border-bottom-color: transparent;
}

#module_672146455 img {
    border-bottom-style: none;
}

#module_672146455 img {
    border-bottom-width: 0px;
}

#module_672146455 img {
    border-left-color: transparent;
}

#module_672146455 img {
    border-left-style: none;
}

#module_672146455 img {
    border-left-width: 0px;
}

#module_672146455 img {
    border-top-left-radius: 0px;
}

#module_672146455 img {
    border-top-right-radius: 0px;
}

#module_672146455 img {
    border-bottom-left-radius: 0px;
}

#module_672146455 img {
    border-bottom-right-radius: 0px;
}

#module_672146455 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_5 {
    width: 12.5%;
}

.module_672146456 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146456 {
    padding: 0px;
}

#module_672146456 {
    position: static;
    z-index: 1;
    top: 15px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672146456 .ModuleHead672146456 {
    display: none;
}

#module_672146456 img {
    border-top-color: transparent;
}

#module_672146456 img {
    border-top-style: none;
}

#module_672146456 img {
    border-top-width: 0px;
}

#module_672146456 img {
    border-right-color: transparent;
}

#module_672146456 img {
    border-right-style: none;
}

#module_672146456 img {
    border-right-width: 0px;
}

#module_672146456 img {
    border-bottom-color: transparent;
}

#module_672146456 img {
    border-bottom-style: none;
}

#module_672146456 img {
    border-bottom-width: 0px;
}

#module_672146456 img {
    border-left-color: transparent;
}

#module_672146456 img {
    border-left-style: none;
}

#module_672146456 img {
    border-left-width: 0px;
}

#module_672146456 img {
    border-top-left-radius: 0px;
}

#module_672146456 img {
    border-top-right-radius: 0px;
}

#module_672146456 img {
    border-bottom-left-radius: 0px;
}

#module_672146456 img {
    border-bottom-right-radius: 0px;
}

#module_672146456 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_6 {
    width: 12.5%;
}

.module_672146457 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146457 {
    padding: 0px;
}

#module_672146457 {
    position: static;
    z-index: 1;
    top: 12px;
    left: -145px;
    width: 100%;
    height: auto;
}

#module_672146457 .ModuleHead672146457 {
    display: none;
}

#module_672146457 img {
    border-top-color: transparent;
}

#module_672146457 img {
    border-top-style: none;
}

#module_672146457 img {
    border-top-width: 0px;
}

#module_672146457 img {
    border-right-color: transparent;
}

#module_672146457 img {
    border-right-style: none;
}

#module_672146457 img {
    border-right-width: 0px;
}

#module_672146457 img {
    border-bottom-color: transparent;
}

#module_672146457 img {
    border-bottom-style: none;
}

#module_672146457 img {
    border-bottom-width: 0px;
}

#module_672146457 img {
    border-left-color: transparent;
}

#module_672146457 img {
    border-left-style: none;
}

#module_672146457 img {
    border-left-width: 0px;
}

#module_672146457 img {
    border-top-left-radius: 0px;
}

#module_672146457 img {
    border-top-right-radius: 0px;
}

#module_672146457 img {
    border-bottom-left-radius: 0px;
}

#module_672146457 img {
    border-bottom-right-radius: 0px;
}

#module_672146457 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_7 {
    width: 12.5%;
}

.module_672146458 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146458 {
    padding: 0px;
}

#module_672146458 {
    position: static;
    z-index: 1;
    top: 28px;
    left: -148px;
    width: 100%;
    height: auto;
}

#module_672146458 .ModuleHead672146458 {
    display: none;
}

#module_672146458 img {
    border-top-color: transparent;
}

#module_672146458 img {
    border-top-style: none;
}

#module_672146458 img {
    border-top-width: 0px;
}

#module_672146458 img {
    border-right-color: transparent;
}

#module_672146458 img {
    border-right-style: none;
}

#module_672146458 img {
    border-right-width: 0px;
}

#module_672146458 img {
    border-bottom-color: transparent;
}

#module_672146458 img {
    border-bottom-style: none;
}

#module_672146458 img {
    border-bottom-width: 0px;
}

#module_672146458 img {
    border-left-color: transparent;
}

#module_672146458 img {
    border-left-style: none;
}

#module_672146458 img {
    border-left-width: 0px;
}

#module_672146458 img {
    border-top-left-radius: 0px;
}

#module_672146458 img {
    border-top-right-radius: 0px;
}

#module_672146458 img {
    border-bottom-left-radius: 0px;
}

#module_672146458 img {
    border-bottom-right-radius: 0px;
}

#module_672146458 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer672145973 #Sub672145973_8 {
    width: 12.5%;
}

.module_672101528 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101528 {
    padding: 0px;
}

#module_672101528 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672101528 .ModuleHead672101528 {
    display: none;
}

#module_672101528 .BodyCenter.BodyCenter672101528 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_672101528>.module_672101528 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672101528>.module_672101528 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672101528 .BodyCenter.BodyCenter672101528 {
        padding-top: 3.1381%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0921%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101528 .BodyCenter.BodyCenter672101528 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672101528>.module_672101528 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101528>.module_672101528 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672101528>.module_672101528 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672101528:hover {
    border: none;
}

#module_672101528:hover>.module_672101528 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672101528 .ModuleSubContainer {
    background-color: transparent;
}

#module_672101528 .ModuleSubContainer {
    background-image: none;
}

#module_672101528 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672101528 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672101528 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_6721015 #module_672101528 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672101528 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672101528 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672101528 {
    max-width: 1400px;
    width: auto;
}

.module_672101530 .ModuleHead .HeadCenter {
    float: none;
}

#module_672101530 {
    padding: 0px;
}

#module_672101530 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672101530 .ModuleHead672101530 {
    display: none;
}

#module_672101530 .BodyCenter.BodyCenter672101530 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672101530>.module_672101530 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672101530>.module_672101530 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672101530 .BodyCenter.BodyCenter672101530 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101530 .BodyCenter.BodyCenter672101530 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672101530>.module_672101530 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672101530>.module_672101530 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672101530>.module_672101530 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672101530:hover {
    border: none;
}

#module_672101530:hover>.module_672101530 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672101530 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672101530 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672101530 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672101530 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672101530 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672101530 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672101530 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672101530 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672101530 .showHandle .btn {
    font-size: 14px;
}

#module_672101530 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672101530 .showHandle .btn {
    color: #333;
}

#module_672101530 .showHandle .btn {
    font-weight: 400;
}

#module_672101530 .showHandle .btn {
    text-decoration: none;
}

#module_672101530 .showHandle .btn {
    font-style: normal;
}

#module_672101530 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672101530 .showHandle div {
    border-top-style: solid !important;
}

#module_672101530 .showHandle div {
    border-top-width: 1px !important;
}

#module_672101530 .showHandle {
    background-color: transparent;
}

#module_672101530 .showHandle {
    background-image: none;
}

#module_672101530 .showHandle {
    background-repeat: no-repeat;
}

#module_672101530 a {
    font-size: unset;
    font-family: unset
}

.module_672102262 .ModuleHead .HeadCenter {
    float: none;
}

#module_672102262 {
    padding: 0px;
}

#module_672102262 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672102262 .ModuleHead672102262 {
    display: none;
}

#module_672102262 .BodyCenter.BodyCenter672102262 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_672102262>.module_672102262 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672102262>.module_672102262 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672102262 .BodyCenter.BodyCenter672102262 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 3.4522%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102262 .BodyCenter.BodyCenter672102262 {
        padding-top: 14.4092%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        /* padding-bottom: 11.5274%; */
    }
}

@media screen and (min-width: 768px) {
    #module_672102262>.module_672102262 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102262>.module_672102262 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_672102262>.module_672102262 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672102262:hover {
    border: none;
}

#module_672102262:hover>.module_672102262 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672102262 .ModuleSubContainer {
    background-color: transparent;
}

#module_672102262 .ModuleSubContainer {
    background-image: none;
}

#module_672102262 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672102262 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672102262 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672102262 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672102262 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672102262 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672102262 {
    max-width: 1400px;
    width: auto;
}

.module_672146484 .ModuleHead .HeadCenter {
    float: none;
}

#module_672146484 {
    padding: 0px;
}

#module_672146484 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672146484 .ModuleHead672146484 {
    display: none;
}

#module_672146484 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672146484 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672146484 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672146484 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672146484 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672146484 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672146484 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672146484 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672146484 .showHandle .btn {
    font-size: 14px;
}

#module_672146484 .showHandle .btn {
    color: #333;
}

#module_672146484 .showHandle .btn {
    font-weight: 400;
}

#module_672146484 .showHandle .btn {
    text-decoration: none;
}

#module_672146484 .showHandle .btn {
    font-style: normal;
}

#module_672146484 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672146484 .showHandle div {
    border-top-style: solid !important;
}

#module_672146484 .showHandle div {
    border-top-width: 1px !important;
}

#module_672146484 .showHandle {
    background-color: transparent;
}

#module_672146484 .showHandle {
    background-repeat: no-repeat;
}

#module_672146484 a {
    font-size: unset;
    font-family: unset
}

.module_672102273 .ModuleHead .HeadCenter {
    float: none;
}

#module_672102273 {
    padding: 0px;
}

#module_672102273 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672102273 .ModuleHead672102273 {
    display: none;
}

#module_672102273 .BodyCenter.BodyCenter672102273 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672102273>.module_672102273 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672102273>.module_672102273 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672102273 .BodyCenter.BodyCenter672102273 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102273 .BodyCenter.BodyCenter672102273 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672102273>.module_672102273 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102273>.module_672102273 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672102273>.module_672102273 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672102273:hover {
    border: none;
}

#module_672102273:hover>.module_672102273 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672102273 img {
    border-top-color: transparent;
}

#module_672102273 img {
    border-top-style: none;
}

#module_672102273 img {
    border-top-width: 0px;
}

#module_672102273 img {
    border-right-color: transparent;
}

#module_672102273 img {
    border-right-style: none;
}

#module_672102273 img {
    border-right-width: 0px;
}

#module_672102273 img {
    border-bottom-color: transparent;
}

#module_672102273 img {
    border-bottom-style: none;
}

#module_672102273 img {
    border-bottom-width: 0px;
}

#module_672102273 img {
    border-left-color: transparent;
}

#module_672102273 img {
    border-left-style: none;
}

#module_672102273 img {
    border-left-width: 0px;
}

#module_672102273 img {
    border-top-left-radius: 0px;
}

#module_672102273 img {
    border-top-right-radius: 0px;
}

#module_672102273 img {
    border-bottom-left-radius: 0px;
}

#module_672102273 img {
    border-bottom-right-radius: 0px;
}

#module_672102273 .BodyCenter {
    text-align: center;
}

.module_679179343 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179343 {
    padding: 0px;
}

#module_679179343 {
    position: static;
    z-index: 0;
    top: 841px;
    left: 169px;
    width: 100%;
    height: auto;
}

#module_679179343 .ModuleHead679179343 {
    display: none;
}

#module_679179343 .BodyCenter.BodyCenter679179343 {
    background: none;
    background-color: rgb(245, 245, 245);
}

#module_679179343>.module_679179343 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_679179343>.module_679179343 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_679179343 .BodyCenter.BodyCenter679179343 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679179343 .BodyCenter.BodyCenter679179343 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.8818%;
    }
}

@media screen and (min-width: 768px) {
    #module_679179343>.module_679179343 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679179343>.module_679179343 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679179343>.module_679179343 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_679179343:hover {
    border: none;
}

#module_679179343:hover>.module_679179343 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_679179343 img {
    border-top-color: transparent;
}

#module_679179343 img {
    border-top-style: none;
}

#module_679179343 img {
    border-top-width: 0px;
}

#module_679179343 img {
    border-right-color: transparent;
}

#module_679179343 img {
    border-right-style: none;
}

#module_679179343 img {
    border-right-width: 0px;
}

#module_679179343 img {
    border-bottom-color: transparent;
}

#module_679179343 img {
    border-bottom-style: none;
}

#module_679179343 img {
    border-bottom-width: 0px;
}

#module_679179343 img {
    border-left-color: transparent;
}

#module_679179343 img {
    border-left-style: none;
}

#module_679179343 img {
    border-left-width: 0px;
}

#module_679179343 img {
    border-top-left-radius: 0px;
}

#module_679179343 img {
    border-top-right-radius: 0px;
}

#module_679179343 img {
    border-bottom-left-radius: 0px;
}

#module_679179343 img {
    border-bottom-right-radius: 0px;
}

#module_679179343 .BodyCenter {
    text-align: center;
}

.module_672175961 .ModuleHead .HeadCenter {
    float: none;
}

#module_672175961 {
    padding: 0px;
}

#module_672175961 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672175961 .ModuleHead672175961 {
    display: none;
}

#module_672175961 .BodyCenter.BodyCenter672175961 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672175961>.module_672175961 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672175961>.module_672175961 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672175961 .BodyCenter.BodyCenter672175961 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175961 .BodyCenter.BodyCenter672175961 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672175961>.module_672175961 {
        margin-top: -37.3993%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175961>.module_672175961 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672175961>.module_672175961 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672175961:hover {
    border: none;
}

#module_672175961:hover>.module_672175961 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672175961 .ModuleSubContainer {
    background-color: transparent;
}

#module_672175961 .ModuleSubContainer {
    background-image: none;
}

#module_672175961 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672175961 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672175961 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672175961 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672175961 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672175961 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672175961 {
    max-width: 1400px;
    width: auto;
}

.module_672175981 .ModuleHead .HeadCenter {
    float: none;
}

#module_672175981 {
    padding: 0px;
}

#module_672175981 {
    position: static;
    z-index: 1;
    top: 39px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672175981 .ModuleHead672175981 {
    display: none;
}

#module_672175981 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_672175981>.module_672175981 {
        margin-top: 26.4286%;
        margin-left: 11.2857%;
        margin-right: 46.2857%;
        margin-bottom: 0.0000%;
    }
}

#module_672175981 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672175981 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672175981 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672175981 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672175981 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672175981 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672175981 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672175981 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672175981 .showHandle .btn {
    font-size: 14px;
}

#module_672175981 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672175981 .showHandle .btn {
    color: #333;
}

#module_672175981 .showHandle .btn {
    font-weight: 400;
}

#module_672175981 .showHandle .btn {
    text-decoration: none;
}

#module_672175981 .showHandle .btn {
    font-style: normal;
}

#module_672175981 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672175981 .showHandle div {
    border-top-style: solid !important;
}

#module_672175981 .showHandle div {
    border-top-width: 1px !important;
}

#module_672175981 .showHandle {
    background-color: transparent;
}

#module_672175981 .showHandle {
    background-image: none;
}

#module_672175981 .showHandle {
    background-repeat: no-repeat;
}

#module_672175981 a {
    font-size: unset;
    font-family: unset
}

.module_672175984 .ModuleHead .HeadCenter {
    float: none;
}

#module_672175984 {
    padding: 0px;
}

#module_672175984 {
    position: static;
    z-index: 1;
    top: 236px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672175984 .ModuleHead672175984 {
    display: none;
}

#module_672175984 .BodyCenter.BodyCenter672175984 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672175984>.module_672175984 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672175984>.module_672175984 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672175984 .BodyCenter.BodyCenter672175984 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175984 .BodyCenter.BodyCenter672175984 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672175984>.module_672175984 {
        margin-top: 37.4286%;
        margin-left: 7.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175984>.module_672175984 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672175984>.module_672175984 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672175984:hover {
    border: none;
}

#module_672175984:hover>.module_672175984 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672175984 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672175984 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672175984 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672175984 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672175984 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672175984 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672175984 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672175984 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672175984 .showHandle .btn {
    font-size: 14px;
}

#module_672175984 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672175984 .showHandle .btn {
    color: #333;
}

#module_672175984 .showHandle .btn {
    font-weight: 400;
}

#module_672175984 .showHandle .btn {
    text-decoration: none;
}

#module_672175984 .showHandle .btn {
    font-style: normal;
}

#module_672175984 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672175984 .showHandle div {
    border-top-style: solid !important;
}

#module_672175984 .showHandle div {
    border-top-width: 1px !important;
}

#module_672175984 .showHandle {
    background-color: transparent;
}

#module_672175984 .showHandle {
    background-image: none;
}

#module_672175984 .showHandle {
    background-repeat: no-repeat;
}

#module_672175984 a {
    font-size: unset;
    font-family: unset
}

.module_672175964 .ModuleHead .HeadCenter {
    float: none;
}

#module_672175964 {
    padding: 0px;
}

#module_672175964 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672175964 .ModuleHead672175964 {
    display: none;
}

#module_672175964 .BodyCenter.BodyCenter672175964 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672175964>.module_672175964 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672175964>.module_672175964 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672175964 .BodyCenter.BodyCenter672175964 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175964 .BodyCenter.BodyCenter672175964 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672175964>.module_672175964 {
        margin-top: 0.0000%;
        margin-left: 9.2857%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175964>.module_672175964 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672175964>.module_672175964 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672175964:hover {
    border: none;
}

#module_672175964:hover>.module_672175964 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672175964 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672175964 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672175964 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672175964 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672175964 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672175964 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672175964 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672175964 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672175964 .showHandle .btn {
    font-size: 14px;
}

#module_672175964 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672175964 .showHandle .btn {
    color: #333;
}

#module_672175964 .showHandle .btn {
    font-weight: 400;
}

#module_672175964 .showHandle .btn {
    text-decoration: none;
}

#module_672175964 .showHandle .btn {
    font-style: normal;
}

#module_672175964 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672175964 .showHandle div {
    border-top-style: solid !important;
}

#module_672175964 .showHandle div {
    border-top-width: 1px !important;
}

#module_672175964 .showHandle {
    background-color: transparent;
}

#module_672175964 .showHandle {
    background-image: none;
}

#module_672175964 .showHandle {
    background-repeat: no-repeat;
}


#module_672175964 a {
    font-size: unset;
    font-family: unset
}

.module_672175967 .ModuleHead .HeadCenter {
    float: none;
}

#module_672175967 {
    padding: 0px;
}

#module_672175967 {
    position: static;
    z-index: 0;
    top: 25px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672175967 .ModuleHead672175967 {
    display: none;
}

#module_672175967 .BodyCenter.BodyCenter672175967 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672175967>.module_672175967 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672175967>.module_672175967 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672175967 .BodyCenter.BodyCenter672175967 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175967 .BodyCenter.BodyCenter672175967 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672175967>.module_672175967 {
        margin-top: 19.4286%;
        margin-left: 42.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175967>.module_672175967 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672175967>.module_672175967 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672175967:hover {
    border: none;
}

#module_672175967:hover>.module_672175967 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672175967 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672175967 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672175967 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672175967 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672175967 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672175967 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672175967 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672175967 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672175967 .showHandle .btn {
    font-size: 14px;
}

#module_672175967 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672175967 .showHandle .btn {
    color: #333;
}

#module_672175967 .showHandle .btn {
    font-weight: 400;
}

#module_672175967 .showHandle .btn {
    text-decoration: none;
}

#module_672175967 .showHandle .btn {
    font-style: normal;
}

#module_672175967 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672175967 .showHandle div {
    border-top-style: solid !important;
}

#module_672175967 .showHandle div {
    border-top-width: 1px !important;
}

#module_672175967 .showHandle {
    background-color: transparent;
}

#module_672175967 .showHandle {
    background-image: none;
}

#module_672175967 .showHandle {
    background-repeat: no-repeat;
}


#module_672175967 a {
    font-size: unset;
    font-family: unset
}

.module_672175968 .ModuleHead .HeadCenter {
    float: none;
}

#module_672175968 {
    padding: 0px;
}

#module_672175968 {
    position: static;
    z-index: 0;
    top: 86px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672175968 .ModuleHead672175968 {
    display: none;
}

#module_672175968 .BodyCenter.BodyCenter672175968 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672175968>.module_672175968 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672175968>.module_672175968 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672175968 .BodyCenter.BodyCenter672175968 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175968 .BodyCenter.BodyCenter672175968 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672175968>.module_672175968 {
        margin-top: 36.1429%;
        margin-left: 30.2857%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672175968>.module_672175968 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672175968>.module_672175968 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672175968:hover {
    border: none;
}

#module_672175968:hover>.module_672175968 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672175968 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672175968 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672175968 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672175968 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672175968 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672175968 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672175968 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672175968 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672175968 .showHandle .btn {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    font-style: normal;
}

#module_672175968 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672175968 .showHandle div {
    border-top-style: solid !important;
}

#module_672175968 .showHandle div {
    border-top-width: 1px !important;
}

#module_672175968 .showHandle {
    background-color: transparent;
}

#module_672175968 .showHandle {
    background-image: none;
}

#module_672175968 .showHandle {
    background-repeat: no-repeat;
}

#module_672175968 a {
    font-size: unset;
    font-family: unset
}

.module_679179479 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179479 {
    padding: 0px;
}

#module_679179479 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679179479 .ModuleHead679179479 {
    display: none;
}

#module_679179479 .ModuleSubContainer {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_679179479 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

.module_679179834 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179834 {
    padding: 0px;
}

#module_679179834 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679179834 .ModuleHead679179834 {
    display: none;
}

#module_679179834 {
    border: none;
}

@media screen and (max-width: 767px) {
    #module_679179834>.module_679179834 {
        margin-top: 8.0692%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679179834 .ModuleImageTextGiantContent {
    margin: 0; 
}


#module_679179834 .imageTextGiant-Container {
    padding: 10px;
}

#module_679179834 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}


#module_679179834 .showHandle div {
    border-top-color: #ddd !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}

#module_679179834 .showHandle {
    background-color: transparent;
}


#module_679179834 .showHandle {
    background-repeat: no-repeat;
}


#module_679179834 a {
    font-size: unset;
    font-family: unset
}

.module_672102296 .ModuleHead .HeadCenter {
    float: none;
}
#module_672102296 {
    padding: 0px;
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672102296 .ModuleHead672102296 {
    display: none;
}

#module_672102296 .BodyCenter.BodyCenter672102296 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_672102296>.module_672102296 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672102296>.module_672102296 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672102296 .BodyCenter.BodyCenter672102296 {
        padding-top: 1.5690%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102296 .BodyCenter.BodyCenter672102296 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672102296>.module_672102296 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102296>.module_672102296 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672102296>.module_672102296 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672102296:hover {
    border: none;
}

#module_672102296:hover>.module_672102296 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672102296 .ModuleSubContainer {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}


#module_672102296 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672102296 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672102296 {
    max-width: 1400px;
    width: auto;
}

.module_672102309 .ModuleHead .HeadCenter {
    float: none;
}

#module_672102309 {
    padding: 0px;
}

#module_672102309 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672102309 .ModuleHead672102309 {
    display: none;
}

#module_672102309 .BodyCenter.BodyCenter672102309 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672102309>.module_672102309 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672102309>.module_672102309 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672102309 .BodyCenter.BodyCenter672102309 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.1429%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102309 .BodyCenter.BodyCenter672102309 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672102309>.module_672102309 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672102309>.module_672102309 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672102309>.module_672102309 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672102309:hover {
    border: none;
}

#module_672102309:hover>.module_672102309 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672102309 .ModuleImageTextGiantContent {
    margin: 0px;
}
#module_672102309 .imageTextGiant-Container {
    padding: 10px;
}


#module_672102309 .showHandle .btn {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

#module_672102309 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672102309 .showHandle div {
    border-top-style: solid !important;
}

#module_672102309 .showHandle div {
    border-top-width: 1px !important;
}

#module_672102309 .showHandle {
    background-color: transparent;
}

#module_672102309 .showHandle {
    background-image: none;
}

#module_672102309 .showHandle {
    background-repeat: no-repeat;
}

#module_672102309 a {
    font-size: unset;
    font-family: unset
}

.module_672116478 .ModuleHead .HeadCenter {
    float: none;
}

#module_672116478 {
    padding: 0px;
}

#module_672116478 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672116478 .ModuleHead672116478 {
    display: none;
}

#module_672116478 .BodyCenter.BodyCenter672116478 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_672116478>.module_672116478 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672116478>.module_672116478 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672116478 .BodyCenter.BodyCenter672116478 {
        padding: 4.9375%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116478 .BodyCenter.BodyCenter672116478 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672116478>.module_672116478 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116478>.module_672116478 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672116478>.module_672116478 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672116478:hover {
    border: none;
}

#module_672116478:hover>.module_672116478 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672116478 .ModuleImageTextGiantContent {
    margin: 0px;
}


#module_672116478 .imageTextGiant-Container {
    padding: 10px;
}

#module_672116478 .showHandle .btn {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    font-style: normal;
}

#module_672116478 .showHandle div {
    border-top-color: #ddd !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}

#module_672116478 .showHandle {
    background-color: transparent;
}

#module_672116478 .showHandle {
    background-image: none;
}

#module_672116478 .showHandle {
    background-repeat: no-repeat;
}

#module_672116478 a {
    font-size: unset;
    font-family: unset
}

.module_672116531 .ModuleHead .HeadCenter {
    float: none;
}

#module_672116531 {
    padding: 0px;
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672116531 .ModuleHead672116531 {
    display: none;
}

#module_672116531 .BodyCenter.BodyCenter672116531 {
    background: none;
    background-color: rgb(244, 244, 244);
}

#module_672116531>.module_672116531 {
    border: 0px solid #000;
}

#module_672116531>.module_672116531 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672116531 .BodyCenter.BodyCenter672116531 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.2301%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116531 .BodyCenter.BodyCenter672116531 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672116531>.module_672116531 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116531>.module_672116531 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672116531>.module_672116531 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672116531:hover {
    border: none;
}

#module_672116531:hover>.module_672116531 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672116531 .ModuleSubContainer {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
    transition: box-shadow 0.5s ease;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_672116531 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}
#module_672116531 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672116531 {
    max-width: 1400px;
    width: auto;
}

.ModuleGridContainer.ModuleGridContainer672116531 .SubPadding {
    width: 0px;
}

.module_672116567 .ModuleHead .HeadCenter {
    float: none;
}

#module_672116567 {
    padding: 0px;
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672116567 .ModuleHead672116567 {
    display: none;
}

#module_672116567 .BodyCenter.BodyCenter672116567 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_672116567>.module_672116567 {
    border: 0px solid #000;
}

#module_672116567>.module_672116567 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672116567 .BodyCenter.BodyCenter672116567 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.9080%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116567 .BodyCenter.BodyCenter672116567 {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672116567>.module_672116567 {
        margin: 0%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116567>.module_672116567 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672116567>.module_672116567 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672116567:hover {
    border: none;
}

#module_672116567:hover>.module_672116567 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672116567 .ModuleImageTextGiantContent {
    margin: 0px;
}

#module_672116567 .imageTextGiant-Container {
    padding: 10px;
}

#module_672116567 .showHandle .btn {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

#module_672116567 .showHandle div {
    border: 1px solid #ddd !important;
}

#module_672116567 .showHandle {
    background-color: transparent;
}

#module_672116567 .showHandle {
    background-image: none;
}

#module_672116567 .showHandle {
    background-repeat: no-repeat;
}


#module_672116567 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer672116531 #Sub672116531_1 {
    width: 24.8750%;
}

.module_672116569 .ModuleHead .HeadCenter {
    float: none;
}

#module_672116569 {
    padding: 0px;
}

#module_672116569 {
    position: static;
    z-index: 1;
    top: 26px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672116569 .ModuleHead672116569 {
    display: none;
}

#module_672116569 .BodyCenter.BodyCenter672116569 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_672116569>.module_672116569 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672116569>.module_672116569 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672116569 .BodyCenter.BodyCenter672116569 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116569 .BodyCenter.BodyCenter672116569 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672116569>.module_672116569 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116569>.module_672116569 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672116569>.module_672116569 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672116569:hover {
    border: none;
}

#module_672116569:hover>.module_672116569 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672116569 .ModuleImageTextGiantContent {
    margin: 0px;
}

#module_672116569 .imageTextGiant-Container {
    padding: 10px;
}

#module_672116569 .showHandle .btn {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    text-decoration: none;
    font-weight: 400;
    color: #333;
    font-style: normal;
}


#module_672116569 .showHandle div {
    border-top-color: #ddd !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}


#module_672116569 .showHandle {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
}


#module_672116569 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer672116531 #Sub672116531_2 {
    width: 25.1250%;
}

.module_672116570 .ModuleHead .HeadCenter {
    float: none;
}

#module_672116570 {
    padding: 0px;
}

#module_672116570 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672116570 .ModuleHead672116570 {
    display: none;
}

#module_672116570 .BodyCenter.BodyCenter672116570 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_672116570>.module_672116570 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672116570>.module_672116570 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672116570 .BodyCenter.BodyCenter672116570 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.8571%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116570 .BodyCenter.BodyCenter672116570 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672116570>.module_672116570 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116570>.module_672116570 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672116570>.module_672116570 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672116570:hover {
    border: none;
}

#module_672116570:hover>.module_672116570 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672116570 .ModuleImageTextGiantContent {
    margin: 0px;
}


#module_672116570 .imageTextGiant-Container {
    padding: 10px;
}


#module_672116570 .showHandle .btn {
    font-size: 14px;
    font-family: 微软雅黑, Microsoft YaHei;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}


#module_672116570 .showHandle div {
    border-top-color: #ddd !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}

#module_672116570 .showHandle {
    background-color: transparent;
}

#module_672116570 .showHandle {
    background-image: none;
}

#module_672116570 .showHandle {
    background-repeat: no-repeat;
}

#module_672116570 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer672116531 #Sub672116531_3 {
    width: 25.0000%;
}

.module_672116571 .ModuleHead .HeadCenter {
    float: none;
}

#module_672116571 {
    padding: 0px;
}

#module_672116571 {
    position: static;
    z-index: 1;
    top: 19px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672116571 .ModuleHead672116571 {
    display: none;
}

#module_672116571 .BodyCenter.BodyCenter672116571 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_672116571>.module_672116571 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672116571>.module_672116571 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672116571 .BodyCenter.BodyCenter672116571 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.8571%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116571 .BodyCenter.BodyCenter672116571 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672116571>.module_672116571 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672116571>.module_672116571 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672116571>.module_672116571 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672116571:hover {
    border: none;
}

#module_672116571:hover>.module_672116571 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672116571 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672116571 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672116571 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672116571 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672116571 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672116571 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672116571 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672116571 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672116571 .showHandle .btn {
    font-size: 14px;
}

#module_672116571 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672116571 .showHandle .btn {
    color: #333;
}

#module_672116571 .showHandle .btn {
    font-weight: 400;
}

#module_672116571 .showHandle .btn {
    text-decoration: none;
}

#module_672116571 .showHandle .btn {
    font-style: normal;
}

#module_672116571 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672116571 .showHandle div {
    border-top-style: solid !important;
}

#module_672116571 .showHandle div {
    border-top-width: 1px !important;
}

#module_672116571 .showHandle {
    background-color: transparent;
}

#module_672116571 .showHandle {
    background-image: none;
}

#module_672116571 .showHandle {
    background-repeat: no-repeat;
}

#module_672116571 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer672116531 #Sub672116531_4 {
    width: 25.0000%;
}

.module_679179438 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179438 {
    padding: 0px;
}

#module_679179438 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679179438 .ModuleHead679179438 {
    display: none;
}

#module_679179438 .ModuleSubContainer {
    background-color: transparent;
}

#module_679179438 .ModuleSubContainer {
    background-image: none;
}

#module_679179438 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_679179438 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_679179438 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_679179438 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_679179438 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_679179438 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer679179438 {
    max-width: 1200px;
    width: auto;
}

.module_679179442 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179442 {
    padding: 0px;
}

#module_679179442 {
    position: static;
    z-index: 0;
    top: 1065px;
    left: 29px;
    width: 100%;
    height: auto;
}

#module_679179442 .ModuleHead679179442 {
    display: none;
}

#module_679179442 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679179442 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679179442 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679179442 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679179442 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679179442 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679179442 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679179442 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679179442 .showHandle .btn {
    font-size: 14px;
}

#module_679179442 .showHandle .btn {
    color: #333;
}

#module_679179442 .showHandle .btn {
    font-weight: 400;
}

#module_679179442 .showHandle .btn {
    text-decoration: none;
}

#module_679179442 .showHandle .btn {
    font-style: normal;
}

#module_679179442 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679179442 .showHandle div {
    border-top-style: solid !important;
}

#module_679179442 .showHandle div {
    border-top-width: 1px !important;
}

#module_679179442 .showHandle {
    background-color: transparent;
}

#module_679179442 .showHandle {
    background-repeat: no-repeat;
}

#module_679179442 a {
    font-size: unset;
    font-family: unset
}

.module_679179457 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179457 {
    padding: 0px;
}

#module_679179457 {
    position: static;
    z-index: 0;
    top: 13px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679179457 .ModuleHead679179457 {
    display: none;
}

#module_679179457 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679179457 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679179457 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679179457 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679179457 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679179457 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679179457 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679179457 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679179457 .showHandle .btn {
    font-size: 14px;
}
#module_679179457 .showHandle .btn {
    color: #333;
}

#module_679179457 .showHandle .btn {
    font-weight: 400;
}

#module_679179457 .showHandle .btn {
    text-decoration: none;
}

#module_679179457 .showHandle .btn {
    font-style: normal;
}

#module_679179457 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679179457 .showHandle div {
    border-top-style: solid !important;
}

#module_679179457 .showHandle div {
    border-top-width: 1px !important;
}

#module_679179457 .showHandle {
    background-color: transparent;
}


#module_679179457 .showHandle {
    background-repeat: no-repeat;
}


#module_679179457 a {
    font-size: unset;
    font-family: unset
}

.module_679179459 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179459 {
    padding: 0px;
}

#module_679179459 {
    position: static;
    z-index: 0;
    top: 17px;
    left: -126px;
    width: 100%;
    height: auto;
}

#module_679179459 .ModuleHead679179459 {
    display: none;
}

#module_679179459 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679179459 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679179459 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679179459 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679179459 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679179459 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679179459 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679179459 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679179459 .showHandle .btn {
    font-size: 14px;
}


#module_679179459 .showHandle .btn {
    color: #333;
}

#module_679179459 .showHandle .btn {
    font-weight: 400;
}

#module_679179459 .showHandle .btn {
    text-decoration: none;
}

#module_679179459 .showHandle .btn {
    font-style: normal;
}

#module_679179459 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679179459 .showHandle div {
    border-top-style: solid !important;
}

#module_679179459 .showHandle div {
    border-top-width: 1px !important;
}

#module_679179459 .showHandle {
    background-color: transparent;
}


#module_679179459 .showHandle {
    background-repeat: no-repeat;
}


#module_679179459 a {
    font-size: unset;
    font-family: unset
}

.module_679179460 .ModuleHead .HeadCenter {
    float: none;
}

#module_679179460 {
    padding: 0px;
}

#module_679179460 {
    position: static;
    z-index: 0;
    top: 54px;
    left: -139px;
    width: 100%;
    height: auto;
}

#module_679179460 .ModuleHead679179460 {
    display: none;
}

#module_679179460 .ModuleImageTextGiantContent {
    margin: 0px;
}


#module_679179460 .imageTextGiant-Container {
    padding: 10px;
}

#module_679179460 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}
#module_679179460 .showHandle div {
    border-top: 1px solid #ddd !important;
}

#module_679179460 .showHandle {
    background-color: transparent;
}


#module_679179460 .showHandle {
    background-repeat: no-repeat;
}


#module_679179460 a {
    font-size: unset;
    font-family: unset
}

.module_679231608 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231608 {
    padding: 0px;
}

#module_679231608 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679231608 .ModuleHead679231608 {
    display: none;
}

#module_679231608 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679231608 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679231608 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679231608 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679231608 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679231608 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679231608 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679231608 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679231608 .showHandle .btn {
    font-size: 14px;
}


#module_679231608 .showHandle .btn {
    color: #333;
}

#module_679231608 .showHandle .btn {
    font-weight: 400;
}

#module_679231608 .showHandle .btn {
    text-decoration: none;
}

#module_679231608 .showHandle .btn {
    font-style: normal;
}

#module_679231608 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679231608 .showHandle div {
    border-top-style: solid !important;
}

#module_679231608 .showHandle div {
    border-top-width: 1px !important;
}

#module_679231608 .showHandle {
    background-color: transparent;
}


#module_679231608 .showHandle {
    background-repeat: no-repeat;
}


#module_679231608 a {
    font-size: unset;
    font-family: unset
}

.module_672129138 .ModuleHead .HeadCenter {
    float: none;
}

#module_672129138 {
    padding: 0px;
}

#module_672129138 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672129138 .ModuleHead672129138 {
    display: none;
}

#module_672129138 .BodyCenter.BodyCenter672129138 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672129138>.module_672129138 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672129138>.module_672129138 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672129138 .BodyCenter.BodyCenter672129138 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.1784%;
    }
}

@media screen and (max-width: 767px) {
    #module_672129138 .BodyCenter.BodyCenter672129138 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672129138>.module_672129138 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672129138>.module_672129138 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672129138>.module_672129138 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672129138:hover {
    border: none;
}

#module_672129138:hover>.module_672129138 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672129138 .ModuleSubContainer {
    background-color: transparent;
}

#module_672129138 .ModuleSubContainer {
    background-image: none;
}

#module_672129138 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672129138 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672129138 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_672129138 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672129138 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672129138 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672129138 {
    max-width: 1400px;
    width: auto;
}

.module_672129139 .ModuleHead .HeadCenter {
    float: none;
}

#module_672129139 {
    padding: 0px;
}

#module_672129139 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672129139 .ModuleHead672129139 {
    display: none;
}

#module_672129139 .BodyCenter.BodyCenter672129139 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672129139>.module_672129139 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672129139>.module_672129139 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672129139 .BodyCenter.BodyCenter672129139 {
        padding-top: 3.1381%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0921%;
    }
}

@media screen and (max-width: 767px) {
    #module_672129139 .BodyCenter.BodyCenter672129139 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672129139>.module_672129139 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672129139>.module_672129139 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672129139>.module_672129139 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672129139:hover {
    border: none;
}

#module_672129139:hover>.module_672129139 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672129139 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672129139 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672129139 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672129139 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672129139 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672129139 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672129139 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672129139 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672129139 .showHandle .btn {
    font-size: 14px;
}

#module_672129139 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672129139 .showHandle .btn {
    color: #333;
}

#module_672129139 .showHandle .btn {
    font-weight: 400;
}

#module_672129139 .showHandle .btn {
    text-decoration: none;
}

#module_672129139 .showHandle .btn {
    font-style: normal;
}

#module_672129139 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672129139 .showHandle div {
    border-top-style: solid !important;
}

#module_672129139 .showHandle div {
    border-top-width: 1px !important;
}

#module_672129139 .showHandle {
    background-color: transparent;
}

#module_672129139 .showHandle {
    background-image: none;
}

#module_672129139 .showHandle {
    background-repeat: no-repeat;
}


#module_672129139 a {
    font-size: unset;
    font-family: unset
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei"
}

.ModuleImageTextGiant.layout-116 .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .4);
}

.ModuleImageTextGiant.layout-116 section {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(16.6%);
    height: 326px;
    transition: all 0.5s ease;
    vertical-align: top;
    background-color: #fff;
    cursor: pointer
}


/* 默认显示的 view,即正常状态 */

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 3;
    overflow: hidden;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    position: relative;
    margin-left: 10%;
    padding-bottom: 6px;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ffd94f;
    position: absolute;
    bottom: 0;
    left: 0;
}


/******************* 选中部分 **********************/

.ModuleImageTextGiant.layout-116 .accordion-giant-main .active {
    width: 30%;
}


/* 去掉遮罩层 */

.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .layer {
    display: none;
}


/* 第一个 li 的 default-view 默认隐藏 */

.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .default-view {
    display: none
}


/* 第一个 li 的 hover-view 默认显示 */

.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .hover-view {
    display: block
}


/******************* 鼠标移入放大部分 **********************/

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    width: 100%;
    height: 50%;
    text-align: left;
    position: absolute;
    padding: 10% 7% 5% 5%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}


/* ipad竖版和手机版隐藏整个模块 */

@media screen and (max-width: 767px) {
    .ModuleImageTextGiant.layout-116 .accordion-giant-main {
        display: none
    }
}

.module_672129649 .ModuleHead .HeadCenter {
    float: none;
}

#module_672129649 {
    padding: 0px;
}

#module_672129649 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672129649 .ModuleHead672129649 {
    display: none;
}

#module_672129649 .BodyCenter.BodyCenter672129649 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672129649>.module_672129649 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672129649>.module_672129649 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672129649 .BodyCenter.BodyCenter672129649 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672129649 .BodyCenter.BodyCenter672129649 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672129649>.module_672129649 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672129649>.module_672129649 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672129649>.module_672129649 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672129649:hover {
    border: none;
}

#module_672129649:hover>.module_672129649 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li {
    height: 600px
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    font-size: 16px;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    color: #fff;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    font-weight: normal;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    text-decoration: none;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title {
    font-style: normal;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before {
    width: 40px;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before {
    height: 2px;
    line-height: 2px
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .default-view .head .title:before {
    background-color: rgb(255, 255, 255);
}


#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    background-color: rgba(0, 0, 0, 0.36);
}


#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    height: 163px
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    padding-top: 60px;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    padding-bottom: 40px;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    padding-left: 30px;
}

#module_672129649 .ModuleImageTextGiant.layout-116 .accordion-giant-main>li .hover-view .content {
    padding-right: 30px;
}

#module_672129649 a {
    font-size: unset;
    font-family: unset
}

.module_679180724 .ModuleHead .HeadCenter {
    float: none;
}

#module_679180724 {
    padding: 0px;
}

#module_679180724 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679180724 .ModuleHead679180724 {
    display: none;
}

#module_679180724 .ModuleSubContainer {
    background-color: transparent;
}

#module_679180724 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_679180724 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_679180724 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_679180724 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_679180724 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_679180724 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer679180724 {
    max-width: 1400px;
    width: auto;
}


/*图文模块 layout 103*/

.ModuleImageTextGiant.layout-108 .imageTextGiant-Container {
    max-height: 100%;
    max-width: 100%;
    /*padding: 10px;*/
}

.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .GraphicUpper {
    margin-bottom: 10px;
    text-align: left;
}

.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-of-type(3n) {
    margin-right: 0px !important;
}

.ModuleImageTextGiant.layout-108 .imageTextContainer {
    overflow: unset !important;
}

@media only screen and (max-width: 767px) {
    .ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row {
        width: auto;
    }

    .ModuleImageTextGiant.layout-108 .imageTextGiant-Container .ModuleImageTextContent {
        width: auto
    }

    .ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row .col-xs-4 {
        width: 100% !important;
        padding-bottom: 25px
    }

    /* .ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:first-child{ margin-top: 0 !important; } */
}

@media only screen and (min-width: 768px) {
    /* .ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-child(1),
	.ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-child(2),
	.ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-child(3){ margin-top: 0 !important; } */
}


/*@media only screen and (max-width: 1000px) {*/


/*.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row{width: auto;margin: 0 auto}*/


/*}*/


/*@media only screen and (min-width: 1200px)  {*/


/**/


/*}*/

.module_679180737 .ModuleHead .HeadCenter {
    float: none;
}

#module_679180737 {
    padding: 0px;
}

#module_679180737 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679180737 .ModuleHead679180737 {
    display: none;
}

#module_679180737 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    padding-top: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    padding-bottom: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    padding-left: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    padding-right: 0px;
}

#module_679180737 .GraphicUpper .TextImage {
    width: 100%;
}

#module_679180737 .GraphicUpper .MobileTextImage {
    width: 100%;
}

#module_679180737 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_679180737 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_679180737 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_679180737 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_679180737 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    padding-top: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    padding-bottom: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    padding-left: 15px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    padding-right: 15px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    margin-top: 0px;
    margin-bottom: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    margin-right: 1px;
    width: calc((100% - 1px * 2) / 3)
}

#module_679180737 .normal_ImgtextBox_contentitem {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem {
    background-color: transparent;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    background-repeat: no-repeat;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    background-position: 0% 0%;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    background-attachment: none;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-top-left-radius: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-top-right-radius: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-bottom-left-radius: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-bottom-right-radius: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-top-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-top-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-top-width: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-right-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-right-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-right-width: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-bottom-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-bottom-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-bottom-width: 0px;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-left-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-left-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem {
    border-left-width: 0px;
}

#module_679180737 .showHandle .btn {
    font-size: 14px;
}


#module_679180737 .showHandle .btn {
    color: #333;
}

#module_679180737 .showHandle .btn {
    font-weight: 400;
}

#module_679180737 .showHandle .btn {
    text-decoration: none;
}

#module_679180737 .showHandle .btn {
    font-style: normal;
}

#module_679180737 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679180737 .showHandle div {
    border-top-style: solid !important;
}

#module_679180737 .showHandle div {
    border-top-width: 1px !important;
}

#module_679180737 .showHandle {
    background-color: transparent;
}

#module_679180737 .showHandle {
    background-repeat: no-repeat;
}


#module_679180737 .normal_ImgtextBox_contentitem:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-top-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-top-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-right-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-right-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-bottom-style: none;
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-left-color: rgba(0, 0, 0, 0);
}

#module_679180737 .normal_ImgtextBox_contentitem:hover {
    border-left-style: none;
}

#module_679180737 a {
    font-size: unset;
    font-family: unset
}

.module_672118667 .ModuleHead .HeadCenter {
    float: none;
}

#module_672118667 {
    padding: 0px;
}

#module_672118667 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672118667 .ModuleHead672118667 {
    display: none;
}

#module_672118667 .BodyCenter.BodyCenter672118667 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/static/upload/image/20251211/company.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-Attachment: scroll;
}

#module_672118667>.module_672118667 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672118667>.module_672118667 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672118667 .BodyCenter.BodyCenter672118667 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.1784%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118667 .BodyCenter.BodyCenter672118667 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672118667>.module_672118667 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 9.3786%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118667>.module_672118667 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672118667>.module_672118667 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672118667:hover {
    border: none;
}

#module_672118667:hover>.module_672118667 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672118667 .ModuleSubContainer {
    background-color: transparent;
}

#module_672118667 .ModuleSubContainer {
    background-image: none;
}

#module_672118667 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672118667 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672118667 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672118667 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672118667 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672118667 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672118667 {
    max-width: 1600px;
    width: auto;
}

.module_672118740 .ModuleHead .HeadCenter {
    float: none;
}

#module_672118740 {
    padding: 0px;
}

#module_672118740 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672118740 .ModuleHead672118740 {
    display: none;
}

#module_672118740 .BodyCenter.BodyCenter672118740 {
    background: none;
    background-color: rgb(244, 244, 244);
}

#module_672118740>.module_672118740 {
    border-top-style: solid;
    border-top-color: rgb(244, 244, 244);
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(244, 244, 244);
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(244, 244, 244);
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(244, 244, 244);
    border-bottom-width: 1px;
}

#module_672118740>.module_672118740 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

@media screen and (min-width: 768px) {
    #module_672118740 .BodyCenter.BodyCenter672118740 {
        padding-top: 6.8750%;
        padding-left: 6.8750%;
        padding-right: 6.8750%;
        padding-bottom: 6.8750%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118740 .BodyCenter.BodyCenter672118740 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672118740>.module_672118740 {
        margin-top: 12.4375%;
        margin-left: 9.2500%;
        margin-right: 47.0625%;
        margin-bottom: 0.3750%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118740>.module_672118740 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672118740>.module_672118740 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672118740:hover {
    border: none;
}

#module_672118740:hover>.module_672118740 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672118740 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672118740 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672118740 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672118740 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672118740 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672118740 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672118740 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672118740 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672118740 .showHandle .btn {
    font-size: 14px;
}

#module_672118740 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672118740 .showHandle .btn {
    color: #333;
}

#module_672118740 .showHandle .btn {
    font-weight: 400;
}

#module_672118740 .showHandle .btn {
    text-decoration: none;
}

#module_672118740 .showHandle .btn {
    font-style: normal;
}

#module_672118740 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672118740 .showHandle div {
    border-top-style: solid !important;
}

#module_672118740 .showHandle div {
    border-top-width: 1px !important;
}

#module_672118740 .showHandle {
    background-color: transparent;
}

#module_672118740 .showHandle {
    background-image: none;
}

#module_672118740 .showHandle {
    background-repeat: no-repeat;
}

#module_672118740 a {
    font-size: unset;
    font-family: unset
}

.module_679231576 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231576 {
    padding: 0px;
}

#module_679231576 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679231576 .ModuleHead679231576 {
    display: none;
}

#module_679231576 .ModuleSubContainer {
    background-color: transparent;
}

#module_679231576 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_679231576 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_679231576 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_679231576 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_679231576 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_679231576 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}



/*图文模块 layout 103*/

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container {
    max-height: 100%;
    max-width: 100%;
}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content {
    display: flex;
    align-items: center;
}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .ModuleImageTextContent {
    padding-left: 40px
}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper {
    padding-right: 80px;
    padding-left: 15px;
}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper .TextImage {
    width: 100%;
}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content .col-md-5 .ModuleImageTextContent {
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content .col-xs-5 {
        width: 36.666667%;
        padding-left: 0
    }

    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content .col-xs-12 {
        padding: 0;
    }

    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content {
        width: 100%;
        margin: 0 auto;
        display: block;
        align-items: normal;
    }

    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .ModuleImageTextContent {
        padding-left: 20px
    }

    .ModuleImageTextGiant.layout-107 .ModuleImageTextContent {
        left: 16px;
        width: 95% !important
    }

    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper {
        padding-right: 0px !important;
        padding-left: 0px !important
    }

    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper {
        width: 100% !important
    }

    .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper .TextImage {
        width: 92%
    }
}

.module_679231577 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231577 {
    padding: 0px;
}

#module_679231577 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679231577 .ModuleHead679231577 {
    display: none;
}

#module_679231577 {
    border: none;
}
@media screen and (max-width: 767px) {
    #module_679231577>.module_679231577 {
        margin-top: 3.4582%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679231577 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_679231577 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_679231577 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_679231577 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_679231577 .GraphicUpper {
    padding-top: 0px;
}

#module_679231577 .GraphicUpper {
    padding-bottom: 0px;
}

#module_679231577 .GraphicUpper {
    padding-left: 15px;
}

#module_679231577 .GraphicUpper {
    padding-right: 80px;
}

#module_679231577 .GraphicUpper {
    width: 50%;
}

#module_679231577 .ModuleImageTextContent {
    width: calc(100% - 50%);
}

#module_679231577 .MobileTextImage {
    width: 92%;
}

#module_679231577 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_679231577 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_679231577 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_679231577 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_679231577 .normal_ImgtextBox_content {
    padding-top: 0px;
}

#module_679231577 .normal_ImgtextBox_content {
    padding-bottom: 0px;
}

#module_679231577 .normal_ImgtextBox_content {
    padding-left: 0px;
}

#module_679231577 .normal_ImgtextBox_content {
    padding-right: 0px;
}

#module_679231577 .showHandle .btn {
    font-size: 14px;
}

#module_679231577 .showHandle .btn {
    color: #333;
}

#module_679231577 .showHandle .btn {
    font-weight: 400;
}

#module_679231577 .showHandle .btn {
    text-decoration: none;
}

#module_679231577 .showHandle .btn {
    font-style: normal;
}

#module_679231577 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679231577 .showHandle div {
    border-top-style: solid !important;
}

#module_679231577 .showHandle div {
    border-top-width: 1px !important;
}

#module_679231577 .showHandle {
    background-color: transparent;
}

#module_679231577 .showHandle {
    background-repeat: no-repeat;
}


#module_679231577 a {
    font-size: unset;
    font-family: unset
}

.module_672118820 .ModuleHead .HeadCenter {
    float: none;
}

#module_672118820 {
    padding: 0px;
}

#module_672118820 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672118820 .ModuleHead672118820 {
    display: none;
}

#module_672118820 .BodyCenter.BodyCenter672118820 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_672118820>.module_672118820 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672118820>.module_672118820 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672118820 .BodyCenter.BodyCenter672118820 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118820 .BodyCenter.BodyCenter672118820 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672118820>.module_672118820 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118820>.module_672118820 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672118820>.module_672118820 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672118820:hover {
    border: none;
}

#module_672118820:hover>.module_672118820 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672118820 .ModuleSubContainer {
    background-color: transparent;
}

#module_672118820 .ModuleSubContainer {
    background-image: none;
}

#module_672118820 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672118820 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672118820 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672118820 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672118820 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672118820 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672118820 {
    max-width: 1400px;
    width: auto;
}

.module_679231610 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231610 {
    padding: 0px;
}

#module_679231610 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679231610 .ModuleHead679231610 {
    display: none;
}

#module_679231610 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679231610 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679231610 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679231610 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679231610 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679231610 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679231610 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679231610 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679231610 .showHandle .btn {
    font-size: 14px;
}

#module_679231610 .showHandle .btn {
    color: #333;
}

#module_679231610 .showHandle .btn {
    font-weight: 400;
}

#module_679231610 .showHandle .btn {
    text-decoration: none;
}

#module_679231610 .showHandle .btn {
    font-style: normal;
}

#module_679231610 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679231610 .showHandle div {
    border-top-style: solid !important;
}

#module_679231610 .showHandle div {
    border-top-width: 1px !important;
}

#module_679231610 .showHandle {
    background-color: transparent;
}

#module_679231610 .showHandle {
    background-repeat: no-repeat;
}
#module_679231610 a {
    font-size: unset;
    font-family: unset
}

.module_672118825 .ModuleHead .HeadCenter {
    float: none;
}

#module_672118825 {
    padding: 0px;
}

#module_672118825 {
    position: static;
    z-index: 0;
    top: 3033px;
    left: 176px;
    width: 100%;
    height: auto;
}

#module_672118825 .ModuleHead672118825 {
    display: none;
}

#module_672118825 .BodyCenter.BodyCenter672118825 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672118825>.module_672118825 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672118825>.module_672118825 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672118825 .BodyCenter.BodyCenter672118825 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118825 .BodyCenter.BodyCenter672118825 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672118825>.module_672118825 {
        margin-top: 2.9375%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672118825>.module_672118825 {
        margin-top: 4.6110%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_672118825>.module_672118825 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672118825:hover {
    border: none;
}

#module_672118825:hover>.module_672118825 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672118825 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672118825 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672118825 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672118825 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672118825 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672118825 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672118825 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672118825 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672118825 .showHandle .btn {
    font-size: 14px;
}

#module_672118825 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672118825 .showHandle .btn {
    color: #333;
}

#module_672118825 .showHandle .btn {
    font-weight: 400;
}

#module_672118825 .showHandle .btn {
    text-decoration: none;
}

#module_672118825 .showHandle .btn {
    font-style: normal;
}

#module_672118825 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672118825 .showHandle div {
    border-top-style: solid !important;
}

#module_672118825 .showHandle div {
    border-top-width: 1px !important;
}

#module_672118825 .showHandle {
    background-color: transparent;
}

#module_672118825 .showHandle {
    background-image: none;
}

#module_672118825 .showHandle {
    background-repeat: no-repeat;
}

#module_672118825 a {
    font-size: unset;
    font-family: unset
}


/*相册样式*/

.ModuleSiteGalleryV2Giant.layout-110 .album-item {
    height: auto !important;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-img {
    position: relative;
    float: left;
    transition: 0s !important;
    transform: none !important;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-img .album-img-c {
    position: relative;
    overflow: hidden;
}

.ModuleSiteGalleryV2Giant.layout-110 .dummy {
    padding-top: 56.3%;
}

.ModuleSiteGalleryV2Giant.layout-110 .mobile_picBox {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ModuleSiteGalleryV2Giant.layout-110 .mobile_pic {
    width: 100%;
    max-height: 100%;
    display: block;
}

.ModuleSiteGalleryV2Giant.layout-110 .rectborder {
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    position: absolute;
    padding: 6% 12% 6% 12%;
    transition: all ease-out .3s;
    opacity: 0;
    overflow: hidden;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder {
    opacity: 1;
    position: absolute;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    background: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .album-icon {
    opacity: 1;
    margin-top: -25px;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    top: 43%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.ModuleSiteGalleryV2Giant.layout-110 .thumbnailpic {
    max-height: 100%;
    max-width: 100%;
}

.ModuleSiteGalleryV2Giant.layout-110 .fontborder {
    width: 100%;
    height: 100%;
    padding: 0 0px;
    position: relative;
    color: #ffffff;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: rotate(125deg);
    top: 52%;
    left: 63%;
}

.ModuleSiteGalleryV2Giant.layout-110 .Tit-abstract {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract {
    line-height: 1.5;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ModuleSiteGalleryV2Giant.layout-110 .album-img {
    position: relative;
    overflow: hidden;
}

.lg-sub-html .SiteGalleryGiantTitle110 {
    font-size: 14px;
}

.lg-sub-html p.SiteGalleryGiantText110 {
    color: #fff;
}

.lg-sub-html .SiteGalleryGiantLink110 {
    font-size: 12px;
    color: #fff;
    line-height: 16px
}

.lg-sub-html .SiteGalleryGiantLink110 .icon-sousuo {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 2px
}

.ModuleSiteGalleryV2Giant.layout-110 .lg-sub-html {
    font-size: 12px
}

.ModuleSiteGalleryV2Giant.layout-110 .gallery-list .grid-item a {
    display: block;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-110 .album-item {
        width: 100%;
        margin: 0 auto;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img:nth-child(2n) {
        padding-right: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .rectborder {
        display: none;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-icon {
        display: none;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img-c {
        overflow: hidden;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .abstract {
        line-height: 32px;
        height: 32px;
        font-size: 12px;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-xs-2 {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-xs-3 {
        width: 33.33333%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-xs-4 {
        width: 25%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-xs-5 {
        width: 20%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-xs-6 {
        width: 16.6666%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-xs-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .rectborder {
        display: block;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0);
        padding: 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder {
        display: block;
        position: absolute;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract {
        display: none;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .Tit-abstract {
        display: block;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 1);
        height: 44px;
        line-height: 44px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        bottom: 0;
        position: absolute;
        padding: 0px 0px 0px 8pt;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .fontborder {
        width: 100%;
        height: 68%;
        bottom: 0;
        position: absolute;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .gallery-list[isCarousel="1"] {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-2 {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-3 {
        width: 33.33333%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-4 {
        width: 25%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-5 {
        width: 20%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-6 {
        width: 16.6666%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-7 {
        width: 14.2857%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-8 {
        width: 12.5%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-9 {
        width: 11.1111%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-10 {
        width: 10%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-11 {
        width: 9.0909%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .col-lg-12 {
        width: 8.3333%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-icon {
        display: none;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .fontborder {
        height: 100%;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img .rectborder {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0, -70%, 0);
        transform: translate3d(0, -70%, 0);
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder {
        transform: translate3d(0, 0, 0);
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img .Tit-abstract {
        opacity: 0;
        -webkit-transition: -webkit-transform .25s;
        transition: all 0.4s .1s ease-out;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20%, 0);
        line-height: inherit;
        height: 40%;
        margin-top: 6%;
        margin-bottom: -3%;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .Tit-abstract {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.25s;
        transition: all 0.5s .1s ease-out;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .Intro-abstract {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .ModuleSiteGalleryV2Giant.layout-110 .rectborderBg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -999;
    }
}

.ModuleSiteGalleryV2Giant.layout-110 .pagerGiant .inputer {
    outline: 0;
}

.module_672119176 .ModuleHead .HeadCenter {
    float: none;
}

#module_672119176 {
    padding: 0px;
}

#module_672119176 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672119176 .ModuleHead672119176 {
    display: none;
}

#module_672119176 .BodyCenter.BodyCenter672119176 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672119176>.module_672119176 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672119176>.module_672119176 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672119176 .BodyCenter.BodyCenter672119176 {
        padding-top: 2.2918%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 6.8755%;
    }
}

@media screen and (max-width: 767px) {
    #module_672119176 .BodyCenter.BodyCenter672119176 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672119176>.module_672119176 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672119176>.module_672119176 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672119176>.module_672119176 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672119176:hover {
    border: none;
}

#module_672119176:hover>.module_672119176 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672119176 .mobile_picBox img {
    border-top-left-radius: 9px;
}

#module_672119176 .mobile_picBox img {
    border-top-right-radius: 9px;
}

#module_672119176 .mobile_picBox img {
    border-bottom-left-radius: 9px;
}

#module_672119176 .mobile_picBox img {
    border-bottom-right-radius: 9px;
}

#module_672119176 .album-img {
    padding: calc(31px/2);
}

#module_672119176 .Tit-abstract {
    color: #fff;
}

#module_672119176 .Tit-abstract {
    font-size: 16px;
}

#module_672119176 .Tit-abstract {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .Tit-abstract {
    font-style: normal;
}

#module_672119176 .Tit-abstract {
    text-decoration: none;
}

#module_672119176 .Tit-abstract {
    font-weight: normal;
}

#module_672119176 .Intro-abstract {
    font-size: 12px;
}

#module_672119176 .Intro-abstract {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .Intro-abstract {
    color: #f3f3f3;
}

#module_672119176 .Intro-abstract {
    font-weight: normal;
}

#module_672119176 .Intro-abstract {
    text-decoration: none;
}

#module_672119176 .Intro-abstract {
    font-style: normal;
}

#module_672119176 .album-img:hover .rectborderBg {
    background: rgb(0, 0, 0, 0.6);
}

#module_672119176 .album-img .dummy {
    padding-top: 84%;
}

#module_672119176 .mobile_picBox .mobile_pic {
    object-fit: unset;
}

#module_672119176 .mobile_picBox .mobile_pic,
#module_672119176 .mobile_picBox {
    height: auto !important;
}

#module_672119176 .pagerGiant .text {
    font-size: 12px;
}

#module_672119176 .pagerGiant .text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .pagerGiant .text {
    color: #333;
}


#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    width: 30px
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    height: 30px
}

#module_672119176 .pagerGiant .num {
    font-size: 12px;
}

#module_672119176 .pagerGiant .num {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .pagerGiant .num {
    color: #333;
}


#module_672119176 .pagerGiant .submit {
    width: 55px
}

#module_672119176 .pagerGiant .submit {
    height: 30px
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer,
#module_672119176 .pagerGiant .submit {
    border-top-left-radius: 0px;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer,
#module_672119176 .pagerGiant .submit {
    border-top-right-radius: 0px;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer,
#module_672119176 .pagerGiant .submit {
    border-bottom-left-radius: 0px;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer,
#module_672119176 .pagerGiant .submit {
    border-bottom-right-radius: 0px;
}

#module_672119176 .pagerGiant .next,
#module_672119176 .pagerGiant .splitline {
    color: #ccc;
}

#module_672119176 .pagerGiant .num {
    background-color: #fff;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-top-color: #ccc;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-top-style: solid;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer {
    border-top-width: 1px;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-bottom-color: #ccc;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-bottom-style: solid;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer {
    border-bottom-width: 1px;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-left-color: #ccc;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-left-style: solid;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer {
    border-left-width: 1px;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-right-color: #ccc;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .inputer {
    border-right-style: solid;
}

#module_672119176 .pagerGiant .num,
#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer {
    border-right-width: 1px;
}

#module_672119176 .page-more a {
    font-size: 16px;
}

#module_672119176 .page-more a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .page-more a {
    color: #666 !important;
}

#module_672119176 .page-more a {
    font-weight: normal;
}

#module_672119176 .page-more a {
    text-decoration: none;
}

#module_672119176 .page-more a {
    font-style: normal;
}

#module_672119176 .page-more a {
    background-color: #fff;
}

#module_672119176 .page-more a {
    border-top-color: #eee;
}

#module_672119176 .page-more a {
    border-top-style: solid;
}

#module_672119176 .page-more a {
    border-top-width: 2px;
}

#module_672119176 .page-more a {
    border-bottom-color: #eee;
}

#module_672119176 .page-more a {
    border-bottom-style: solid;
}

#module_672119176 .page-more a {
    border-bottom-width: 2px;
}

#module_672119176 .page-more a {
    border-left-color: #eee;
}

#module_672119176 .page-more a {
    border-left-style: solid;
}

#module_672119176 .page-more a {
    border-left-width: 2px;
}

#module_672119176 .page-more a {
    border-right-color: #eee;
}

#module_672119176 .page-more a {
    border-right-style: solid;
}

#module_672119176 .page-more a {
    border-right-width: 2px;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit {
    font-size: 12px;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit {
    color: #fff;
}


#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit {
    background-color: #333;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-top-color: #000;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-top-style: solid;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-bottom-color: #000;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-bottom-style: solid;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-left-color: #000;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-left-style: solid;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-right-color: #000;
}

#module_672119176 .pagerGiant .current,
#module_672119176 .pagerGiant .submit,
#module_672119176 .pagerGiant .inputer:hover {
    border-right-style: solid;
}

#module_672119176 .page-more a:hover {
    font-size: 16px;
}

#module_672119176 .page-more:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119176 .page-more a:hover {
    color: #666 !important;
}

#module_672119176 .page-more a:hover {
    font-weight: normal;
}

#module_672119176 .page-more a:hover {
    text-decoration: none;
}

#module_672119176 .page-more a:hover {
    font-style: normal;
}

#module_672119176 .page-more a:hover {
    background-color: #fff;
}

#module_672119176 .page-more a:hover {
    border-top-color: #eee;
}

#module_672119176 .page-more a:hover {
    border-top-style: solid;
}

#module_672119176 .page-more a:hover {
    border-bottom-color: #eee;
}

#module_672119176 .page-more a:hover {
    border-bottom-style: solid;
}

#module_672119176 .page-more a:hover {
    border-left-color: #eee;
}

#module_672119176 .page-more a:hover {
    border-left-style: solid;
}

#module_672119176 .page-more a:hover {
    border-right-color: #eee;
}

#module_672119176 .page-more a:hover {
    border-right-style: solid;
}

.module_672136089 .ModuleHead .HeadCenter {
    float: none;
}

#module_672136089 {
    padding: 0px;
}

#module_672136089 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_672136089 .ModuleHead672136089 {
    display: none;
}

#module_672136089 .BodyCenter.BodyCenter672136089 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672136089>.module_672136089 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672136089>.module_672136089 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672136089 .BodyCenter.BodyCenter672136089 {
        padding-top: 3.4522%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672136089 .BodyCenter.BodyCenter672136089 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672136089>.module_672136089 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672136089>.module_672136089 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672136089>.module_672136089 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672136089:hover {
    border: none;
}

#module_672136089:hover>.module_672136089 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672136089 .ModuleSubContainer {
    background-color: transparent;
}

#module_672136089 .ModuleSubContainer {
    background-image: none;
}

#module_672136089 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_672136089 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_672136089 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_672136089 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_672136089 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_672136089 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer672136089 {
    max-width: 1400px;
    width: auto;
}

.module_672136090 .ModuleHead .HeadCenter {
    float: none;
}

#module_672136090 {
    padding: 0px;
}

#module_672136090 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672136090 .ModuleHead672136090 {
    display: none;
}

#module_672136090 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_672136090 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_672136090 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_672136090 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_672136090 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_672136090 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_672136090 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_672136090 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_672136090 .showHandle .btn {
    font-size: 14px;
}


#module_672136090 .showHandle .btn {
    color: #333;
}

#module_672136090 .showHandle .btn {
    font-weight: 400;
}

#module_672136090 .showHandle .btn {
    text-decoration: none;
}

#module_672136090 .showHandle .btn {
    font-style: normal;
}

#module_672136090 .showHandle div {
    border-top-color: #ddd !important;
}

#module_672136090 .showHandle div {
    border-top-style: solid !important;
}

#module_672136090 .showHandle div {
    border-top-width: 1px !important;
}

#module_672136090 .showHandle {
    background-color: transparent;
}


#module_672136090 .showHandle {
    background-repeat: no-repeat;
}

#module_672136090 a {
    font-size: unset;
    font-family: unset
}


/*layout内容*/

.ModuleNewsListGiant.layout-130 .news-container {
    width: 100%;
    padding-bottom: 1px;
}

.ModuleNewsListGiant.layout-130 .news-item {
    overflow: hidden;
    background: white;
    clear: both;
    height: auto;
}

.ModuleNewsListGiant.layout-130 .news-item a {
    position: relative;
    display: block;
}

.ModuleNewsListGiant.layout-130 .news-tit {
    width: 100%;
    background-color: #f9f9f9;
    position: absolute;
    top: 100%;
    transition: all ease-in-out 0.3s;
    border-top: 0;
    box-sizing: border-box;
    text-align: left;
}

.ModuleNewsListGiant.layout-130 .news-item .news-img img {
    width: 100%;
    position: relative;
}

.ModuleNewsListGiant.layout-130 .news-item .news-tit time {
    display: flex;
    color: #999;
}

.ModuleNewsListGiant.layout-130 .news-item .news-tit .news-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.ModuleNewsListGiant.layout-130 .news-item .news-detailbtn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.ModuleNewsListGiant.layout-130 .news-item .detaijiantou {
    margin-right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    position: relative;
}

.ModuleNewsListGiant.layout-130 .news-item .detaijiantou::before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.ModuleNewsListGiant.layout-130 .news-item .news-img .dummy {
    padding-top: 66.666%;
}

.ModuleNewsListGiant.layout-130 .news-item .news-img {
    transition: transform ease-in-out 0.3s;
    list-style-type: none;
    display: block;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    position: relative
}

.ModuleNewsListGiant.layout-130 .news-item .news-img img {
    transition: all .3s ease-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: block;
}


/* .ModuleNewsListGiant.layout-130 .news-item:hover .news-img img {transform: scale(1.2);} */

.ModuleNewsListGiant.layout-130 .swiper-container-free-mode1>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto
}

.ModuleNewsListGiant.layout-130 .swiper-butto-next {
    background-image: unset;
    left: 0;
    right: auto;
}

.ModuleNewsListGiant.layout-130 .swiper-butto-prev {
    transform: rotate(180deg);
    top: calc(50% - 22px);
    background-image: unset;
    right: 0;
    left: auto;
}

.ModuleNewsListGiant.layout-130 .icon-icon-left {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.ModuleNewsListGiant.layout-130 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}


/*置顶推荐*/

.ModuleNewsListGiant.layout-130 .staFun {
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}

.ModuleNewsListGiant.layout-130 .list-mode .news-container {
    display: block;
}

.ModuleNewsListGiant.layout-130 .news-container .news-item {
    display: inline-block;
    clear: none;
}

.ModuleNewsListGiant.layout-130 .news-container .news-item:hover .news-img {
    transform: translateY(-100%);
}

.ModuleNewsListGiant.layout-130 .news-container .news-item:hover .news-tit {
    top: 0;
    background-color: #79ccda;
}

.ModuleNewsListGiant.layout-130 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}

.ModuleNewsListGiant.layout-130 .videobox .iconfont {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.ModuleNewsListGiant.layout-130 .news-title-oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ModuleNewsListGiant.layout-130 .pagerGiant .inputer {
    outline: 0;
}

.ModuleNewsListGiant.layout-130 .swiper-pagination {
    display: none;
}


/*pc*/

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-130 li.col-lg-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0 !important;
    }

    .ModuleNewsListGiant.layout-130 li.col-lg-2 {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-130 li.col-lg-3 {
        width: 33%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-130 li.col-lg-4 {
        width: 25%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-130 li.col-lg-5 {
        width: 20%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-130 li.col-lg-6 {
        width: 14%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-130 .list-mode li.col-lg-2:nth-child(2n),
    .ModuleNewsListGiant.layout-130 .list-mode li.col-lg-3:nth-child(3n),
    .ModuleNewsListGiant.layout-130 .list-mode li.col-lg-4:nth-child(4n),
    .ModuleNewsListGiant.layout-130 .list-mode li.col-lg-5:nth-child(5n),
    .ModuleNewsListGiant.layout-130 .list-mode li.col-lg-6:nth-child(6n) {
        margin-right: 0 !important;
    }
}


/*手机*/

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-130 .news-container .news-item:hover .news-img {
        transform: translateY(0);
    }

    .ModuleNewsListGiant.layout-130 .news-container .news-item:hover .news-tit {
        top: 100%;
        background: none !important;
        background-image: none !important;
    }

    .ModuleNewsListGiant.layout-130 .swiper-button-white {
        display: none !important;
    }

    .ModuleNewsListGiant.layout-130 .swiper-pagination {
        display: block;
        bottom: 0px;
    }

    .ModuleNewsListGiant.layout-130 .swiper-pagination-bullet {
        background-color: #f8f8f8;
        opacity: 1;
    }

    .ModuleNewsListGiant.layout-130 .swiper-pagination-bullet-active {
        color: #d9d9d9;
        opacity: 1;
        background-color: #d9d9d9;
        ;
    }

    .ModuleNewsListGiant.layout-130 .news-item {
        margin-bottom: 30px !important;
        padding: 0 !important;
    }

    .ModuleNewsListGiant.layout-130 .list-mode .news-item.col-xs-2:nth-child(2n) {
        margin-right: 0 !important;
    }
}

.module_672136095 .ModuleHead .HeadCenter {
    float: none;
}

#module_672136095 {
    padding: 0px;
}

#module_672136095 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_672136095 .ModuleHead672136095 {
    display: none;
}

#module_672136095 .BodyCenter.BodyCenter672136095 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672136095>.module_672136095 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672136095>.module_672136095 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672136095 .BodyCenter.BodyCenter672136095 {
        padding-top: 2.1429%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 6.4286%;
    }
}

@media screen and (max-width: 767px) {
    #module_672136095 .BodyCenter.BodyCenter672136095 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_672136095>.module_672136095 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672136095>.module_672136095 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_672136095>.module_672136095 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672136095:hover {
    border: none;
}

#module_672136095:hover>.module_672136095 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672136095 .videobox .iconfont {
    font-size: 66px;
}
@media (max-width: 767px) {
    #module_672136095 .videobox .iconfont {
        font-size: 44px;
    }
}

#module_672136095 .news-item .news-tit {
    padding-top: 30px;
}

#module_672136095 .news-item .news-tit {
    padding-bottom: 0px;
}

#module_672136095 .news-item .news-tit {
    padding-left: 45px;
}

#module_672136095 .news-item .news-tit {
    padding-right: 45px;
}

#module_672136095 .news-item .news-tit {
    background-color: #f9f9f9;
}

#module_672136095 .news-item .news-tit {
    background-image: none;
}

#module_672136095 .news-item .news-tit {
    background-repeat: no-repeat;
}


#module_672136095 .news-item {
    border-top-color: #eee;
}

#module_672136095 .news-item {
    border-top-style: solid;
}

#module_672136095 .news-item {
    border-top-width: 0px;
}

#module_672136095 .news-item {
    border-right-color: #eee;
}

#module_672136095 .news-item {
    border-right-style: solid;
}

#module_672136095 .news-item {
    border-right-width: 1px;
}

#module_672136095 .news-item {
    border-bottom-color: #eee;
}

#module_672136095 .news-item {
    border-bottom-style: solid;
}

#module_672136095 .news-item {
    border-bottom-width: 1px;
}

#module_672136095 .news-item {
    border-left-color: #eee;
}

#module_672136095 .news-item {
    border-left-style: solid;
}

#module_672136095 .news-item {
    border-left-width: 0px;
}

#module_672136095 .news-tit {
    text-align: left;
}

#module_672136095 .news-item,
#module_672136095 .news-img {
    border-top-left-radius: 0px;
}

#module_672136095 .news-item,
#module_672136095 .news-img {
    border-top-right-radius: 0px;
}

#module_672136095 .news-item {
    border-bottom-left-radius: 0px;
}

#module_672136095 .news-item {
    border-bottom-right-radius: 0px;
}

#module_672136095 .list-mode .news-item {
    margin-bottom: 20px;
}

#module_672136095 .news-item {
    margin-right: 18px
}

@media screen and (min-width: 768px) {
    #module_672136095 .news-item.col-lg-2 {
        width: calc((100% - 18px) / 2)
    }

    #module_672136095 .news-item.col-lg-3 {
        width: calc((100% - 18px * 2) / 3)
    }

    #module_672136095 .news-item.col-lg-4 {
        width: calc((100% - 23px * 3) / 4)
    }

    #module_672136095 .news-item.col-lg-5 {
        width: calc((100% - 18px * 4) / 5)
    }

    #module_672136095 .news-item.col-lg-6 {
        width: calc((100% - 18px * 5) / 6)
    }
}

@media screen and (max-width: 767px) {
    #module_672136095 .news-item.col-xs-2 {
        width: calc((100% - 18px) / 2);
    }
}

#module_672136095 .news-img .dummy {
    background-color: #fff;
}

#module_672136095 .news-img .dummy {
    background-image: none;
}

#module_672136095 .news-img .dummy {
    background-repeat: no-repeat;
}


#module_672136095 .news-img {
    border-top-color: transparent;
}

#module_672136095 .news-img {
    border-top-style: none;
}

#module_672136095 .news-img {
    border-top-width: 0px;
}

#module_672136095 .news-img {
    border-right-color: transparent;
}

#module_672136095 .news-img {
    border-right-style: none;
}

#module_672136095 .news-img {
    border-right-width: 0px;
}

#module_672136095 .news-img {
    border-bottom-color: transparent;
}

#module_672136095 .news-img {
    border-bottom-style: none;
}

#module_672136095 .news-img {
    border-bottom-width: 0px;
}

#module_672136095 .news-img {
    border-left-color: transparent;
}

#module_672136095 .news-img {
    border-left-style: none;
}

#module_672136095 .news-img {
    border-left-width: 0px;
}

#module_672136095 .news-img .dummy {
    padding-top: 59%;
}

#module_672136095 .news-img .t-img {
    object-fit: cover;
}

#module_672136095 .news-img .t-img {
    width: 100%;
}

#module_672136095 .news-img .t-img {
    height: 100%;
}

#module_672136095 .news-img,
#module_672136095 .news-item {
    border-top-left-radius: 0px;
}

#module_672136095 .news-img,
#module_672136095 .news-item {
    border-top-right-radius: 0px;
}

#module_672136095 .news-img {
    border-bottom-left-radius: 0px;
}

#module_672136095 .news-img {
    border-bottom-right-radius: 0px;
}

#module_672136095 .news-title {
    font-size: 16px;
}

#module_672136095 .news-title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .news-title {
    color: #333;
}

#module_672136095 .news-title {
    font-weight: bold;
}

#module_672136095 .news-title {
    text-decoration: none;
}

#module_672136095 .news-title {
    font-style: normal;
}

#module_672136095 .news-title {
    margin-top: 10px;
}

#module_672136095 .news-title {
    margin-bottom: 40px;
}

#module_672136095 .news-title {
    margin-left: 0px;
}

#module_672136095 .news-title {
    margin-right: 0px;
}

#module_672136095 .news-desc {
    font-size: 12px;
}

#module_672136095 .news-desc {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .news-desc {
    color: #666;
}

#module_672136095 .news-desc {
    font-weight: normal;
}

#module_672136095 .news-desc {
    text-decoration: none;
}

#module_672136095 .news-desc {
    font-style: normal;
}

#module_672136095 .news-desc {
    margin-top: 0px;
}

#module_672136095 .news-desc {
    margin-bottom: 0px;
}

#module_672136095 .news-desc {
    margin-left: 0px;
}

#module_672136095 .news-desc {
    margin-right: 0px;
}

#module_672136095 time {
    font-size: 14px;
}

#module_672136095 time {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 time {
    color: #999;
}

#module_672136095 time {
    font-weight: normal;
}

#module_672136095 time {
    text-decoration: none;
}

#module_672136095 time {
    font-style: normal;
}

#module_672136095 time {
    margin-top: 0px;
}

#module_672136095 time {
    margin-bottom: 0px;
}

#module_672136095 time {
    margin-left: 0px;
}

#module_672136095 time {
    margin-right: 0px;
}

#module_672136095 .news-detailbtn .detaijiantou::before {
    color: #000;
}

#module_672136095 .news-detailbtn {
    margin-top: 0px;
}

#module_672136095 .news-detailbtn {
    margin-bottom: 30px;
}

#module_672136095 .news-detailbtn {
    margin-left: 0px;
}

#module_672136095 .news-detailbtn {
    margin-right: 0px;
}

#module_672136095 .news-detailbtn {
    font-size: 12px;
}

#module_672136095 .news-detailbtn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .news-detailbtn {
    color: #666;
}

#module_672136095 .news-detailbtn {
    font-weight: normal;
}

#module_672136095 .news-detailbtn {
    text-decoration: none;
}

#module_672136095 .news-detailbtn {
    font-style: normal;
}

#module_672136095 .news-detailbtn .detaijiantou {
    background-color: #fff;
}

#module_672136095 .news-detailbtn .detaijiantou {
    background-image: none;
}

#module_672136095 .news-detailbtn .detaijiantou {
    background-repeat: no-repeat;
}


#module_672136095 .news-detailbtn .detaijiantou {
    border-top-color: transparent;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-top-style: none;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-top-width: 0px;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-right-color: transparent;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-right-style: none;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-right-width: 0px;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-bottom-color: transparent;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-bottom-style: none;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-bottom-width: 0px;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-left-color: transparent;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-left-style: none;
}

#module_672136095 .news-detailbtn .detaijiantou {
    border-left-width: 0px;
}

#module_672136095 .icon-icon-left {
    color: #fff;
}

#module_672136095 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}

#module_672136095 .pagerGiant .text {
    font-size: 12px;
}

#module_672136095 .pagerGiant .text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .pagerGiant .text {
    color: #333;
}


#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    width: 30px
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    height: 30px
}

#module_672136095 .pagerGiant .num {
    font-size: 12px;
}

#module_672136095 .pagerGiant .num {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .pagerGiant .num {
    color: #333;
}

#module_672136095 .pagerGiant .submit {
    width: 55px
}

#module_672136095 .pagerGiant .submit {
    height: 30px
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer,
#module_672136095 .pagerGiant .submit {
    border-radius: 0px;
}

#module_672136095 .pagerGiant .next,
#module_672136095 .pagerGiant .splitline {
    color: #ccc;
}

#module_672136095 .pagerGiant .num {
    background-color: #fff;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-top-color: #ccc;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-top-style: solid;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer {
    border-top-width: 1px;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-bottom-color: #ccc;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-bottom-style: solid;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer {
    border-bottom-width: 1px;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-left-color: #ccc;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-left-style: solid;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer {
    border-left-width: 1px;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-right-color: #ccc;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .inputer {
    border-right-style: solid;
}

#module_672136095 .pagerGiant .num,
#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer {
    border-right-width: 1px;
}

#module_672136095 .page-more a {
    font-size: 16px;
    font-family: 微软雅黑, Microsoft YaHei;
    font-weight: normal;
    color: #666 !important;
    text-decoration: none;
    font-style: normal;
    background-color: #fff;
    border: 2px solid #EEE;
}


#module_672136095 .icon-icon-left:hover {
    color: #fff;
}

#module_672136095 .swiper-button-white:hover {
    background-color: rgba(51, 51, 51);
}

#module_672136095 .news-item:hover .news-tit {
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: no-repeat;
    border: 0px solid #eee;
}


#module_672136095 .news-item:hover .news-img {
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-left-style: none;
    border-left-width: 0px;
}

#module_672136095 .news-item:hover .news-title {
    font-size: 16px;
    font-family: 微软雅黑, Microsoft YaHei;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-style: normal;
}

#module_672136095 .news-item:hover time {
    font-size: 14px;
}

#module_672136095 .news-item:hover time {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .news-item:hover time {
    color: #333;
}

#module_672136095 .news-item:hover time {
    font-weight: normal;
}

#module_672136095 .news-item:hover time {
    text-decoration: none;
}

#module_672136095 .news-item:hover time {
    font-style: normal;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit {
    font-size: 12px;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit {
    color: #fff;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit {
    background-color: #333;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-top-color: #000;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-top-style: solid;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-bottom-color: #000;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-bottom-style: solid;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-left-color: #000;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-left-style: solid;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-right-color: #000;
}

#module_672136095 .pagerGiant .current,
#module_672136095 .pagerGiant .submit,
#module_672136095 .pagerGiant .inputer:hover {
    border-right-style: solid;
}

#module_672136095 .page-more a:hover {
    font-size: 16px;
}

#module_672136095 .page-more:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672136095 .page-more a:hover {
    color: #666 !important;
}

#module_672136095 .page-more a:hover {
    font-weight: normal;
}

#module_672136095 .page-more a:hover {
    text-decoration: none;
}

#module_672136095 .page-more a:hover {
    font-style: normal;
}

#module_672136095 .page-more a:hover {
    background-color: #fff;
}

#module_672136095 .page-more a:hover {
    border-top-color: #eee;
}

#module_672136095 .page-more a:hover {
    border-top-style: solid;
}

#module_672136095 .page-more a:hover {
    border-bottom-color: #eee;
}

#module_672136095 .page-more a:hover {
    border-bottom-style: solid;
}

#module_672136095 .page-more a:hover {
    border-left-color: #eee;
}

#module_672136095 .page-more a:hover {
    border-left-style: solid;
}

#module_672136095 .page-more a:hover {
    border-right-color: #eee;
}

#module_672136095 .page-more a:hover {
    border-right-style: solid;
}

.module_674752512 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752512 {
    padding: 0px;
}

#module_674752512 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_674752512 .ModuleHead674752512 {
    display: none;
}

#module_674752512 .BodyCenter.BodyCenter674752512 {
    background: none;
    background-color: rgb(232, 230, 231);
}

#module_674752512>.module_674752512 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_674752512>.module_674752512 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_674752512 .BodyCenter.BodyCenter674752512 {
        padding-top: 3.1381%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 1.5690%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752512 .BodyCenter.BodyCenter674752512 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_674752512>.module_674752512 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752512>.module_674752512 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_674752512>.module_674752512 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_674752512:hover {
    border: none;
}

#module_674752512:hover>.module_674752512 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_674752512 .ModuleSubContainer {
    background-color: transparent;
}

#module_674752512 .ModuleSubContainer {
    background-image: none;
}

#module_674752512 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_674752512 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_674752512 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_674752512 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_674752512 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_674752512 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer674752512 {
    max-width: 1400px;
    width: auto;
}

.module_674752513 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752513 {
    padding: 0px;
}

#module_674752513 {
    position: static;
    z-index: 0;
    top: 6457px;
    left: 750px;
    width: 100%;
    height: auto;
}

#module_674752513 .ModuleHead674752513 {
    display: none;
}

#module_674752513 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_674752513 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_674752513 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_674752513 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_674752513 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752513 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752513 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752513 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752513 .showHandle .btn {
    font-size: 14px;
}

#module_674752513 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_674752513 .showHandle .btn {
    color: #333;
}

#module_674752513 .showHandle .btn {
    font-weight: 400;
}

#module_674752513 .showHandle .btn {
    text-decoration: none;
}

#module_674752513 .showHandle .btn {
    font-style: normal;
}

#module_674752513 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752513 .showHandle div {
    border-top-style: solid !important;
}

#module_674752513 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752513 .showHandle {
    background-color: transparent;
}

#module_674752513 .showHandle {
    background-image: none;
}

#module_674752513 .showHandle {
    background-repeat: no-repeat;
}


#module_674752513 a {
    font-size: unset;
    font-family: unset
}

.module_679231536 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231536 {
    padding: 0px;
}

#module_679231536 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679231536 .ModuleHead679231536 {
    display: none;
}

#module_679231536 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679231536 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679231536 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679231536 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679231536 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679231536 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679231536 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679231536 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679231536 .showHandle .btn {
    font-size: 14px;
}


#module_679231536 .showHandle .btn {
    color: #333;
}

#module_679231536 .showHandle .btn {
    font-weight: 400;
}

#module_679231536 .showHandle .btn {
    text-decoration: none;
}

#module_679231536 .showHandle .btn {
    font-style: normal;
}

#module_679231536 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679231536 .showHandle div {
    border-top-style: solid !important;
}

#module_679231536 .showHandle div {
    border-top-width: 1px !important;
}

#module_679231536 .showHandle {
    background-color: transparent;
}


#module_679231536 .showHandle {
    background-repeat: no-repeat;
}

#module_679231536 a {
    font-size: unset;
    font-family: unset
}

.module_674752490 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752490 {
    padding: 0px;
}

#module_674752490 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_674752490 .ModuleHead674752490 {
    display: none;
}

#module_674752490 .BodyCenter.BodyCenter674752490 {
    background: none;
    background-color: rgb(232, 230, 231);
}

#module_674752490>.module_674752490 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_674752490>.module_674752490 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_674752490 .BodyCenter.BodyCenter674752490 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752490 .BodyCenter.BodyCenter674752490 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_674752490>.module_674752490 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752490>.module_674752490 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_674752490>.module_674752490 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_674752490:hover {
    border: none;
}

#module_674752490:hover>.module_674752490 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_674752490 .ModuleSubContainer {
    background-color: transparent;
}

#module_674752490 .ModuleSubContainer {
    background-image: none;
}

#module_674752490 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_674752490 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_674752490 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_674752490 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_674752490 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_674752490 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer674752490 {
    max-width: 1400px;
    width: auto;
}

.ModuleGridContainer.ModuleGridContainer674752490 .SubPadding {
    width: 0px;
}


/*图文模块 layout 103*/

.ModuleImageTextGiant.layout-103 .imageTextGiant-Container {
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
}

.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

.ModuleImageTextGiant.layout-103 .ModuleImageTextContent {
    width: 100%;
}

.module_674752492 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752492 {
    padding: 0px;
}

#module_674752492 {
    position: static;
    z-index: 0;
    top: 6580px;
    left: 575px;
    width: 100%;
    height: auto;
}

#module_674752492 .ModuleHead674752492 {
    display: none;
}

#module_674752492 .BodyCenter.BodyCenter674752492 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_674752492>.module_674752492 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_674752492>.module_674752492 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_674752492 .BodyCenter.BodyCenter674752492 {
        padding-top: 12.4378%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 17.6617%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752492 .BodyCenter.BodyCenter674752492 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_674752492>.module_674752492 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752492>.module_674752492 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_674752492>.module_674752492 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_674752492:hover {
    border: none;
}

#module_674752492:hover>.module_674752492 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_674752492 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_674752492 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_674752492 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_674752492 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_674752492 .GraphicUpper .TextImage {
    margin-top: 0px;
}

#module_674752492 .GraphicUpper .TextImage {
    margin-bottom: 10px;
}

#module_674752492 .GraphicUpper .TextImage {
    margin-left: 0px;
}

#module_674752492 .GraphicUpper .TextImage {
    margin-right: 0px;
}

#module_674752492 .TextImage {
    width: 15%;
}

#module_674752492 .MobileTextImage {
    width: 50%;
}

#module_674752492 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_674752492 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752492 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752492 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752492 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752492 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_674752492 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_674752492 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_674752492 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_674752492 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_674752492 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_674752492 .imageTextGiant-Container {
    padding-left: 0px;
}

#module_674752492 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_674752492 .showHandle .btn {
    font-size: 14px;
}

#module_674752492 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_674752492 .showHandle .btn {
    color: #333;
}

#module_674752492 .showHandle .btn {
    font-weight: 400;
}

#module_674752492 .showHandle .btn {
    text-decoration: none;
}

#module_674752492 .showHandle .btn {
    font-style: normal;
}

#module_674752492 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752492 .showHandle div {
    border-top-style: solid !important;
}

#module_674752492 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752492 .showHandle {
    background-color: transparent;
}

#module_674752492 .showHandle {
    background-image: none;
}

#module_674752492 .showHandle {
    background-repeat: no-repeat;
}


#module_674752492 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer674752490 #Sub674752490_1 {
    width: 28.7143%;
}

.module_674752861 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752861 {
    padding: 0px;
}

#module_674752861 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_674752861 .ModuleHead674752861 {
    display: none;
}

#module_674752861 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_674752861>.module_674752861 {
        margin-top: 79.5918%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}


#module_674752861 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_674752861 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_674752861 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_674752861 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_674752861 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752861 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752861 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752861 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752861 .showHandle .btn {
    font-size: 14px;
}

#module_674752861 .showHandle .btn {
    color: #333;
}

#module_674752861 .showHandle .btn {
    font-weight: 400;
}

#module_674752861 .showHandle .btn {
    text-decoration: none;
}

#module_674752861 .showHandle .btn {
    font-style: normal;
}

#module_674752861 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752861 .showHandle div {
    border-top-style: solid !important;
}

#module_674752861 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752861 .showHandle {
    background-color: transparent;
}


#module_674752861 .showHandle {
    background-repeat: no-repeat;
}


#module_674752861 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer674752490 #Sub674752490_2 {
    width: 7.0000%;
}

.module_674752493 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752493 {
    padding: 0px;
}

#module_674752493 {
    position: static;
    z-index: 1;
    top: 6613px;
    left: 866px;
    width: 100%;
    height: auto;
}

#module_674752493 .ModuleHead674752493 {
    display: none;
}

#module_674752493 .BodyCenter.BodyCenter674752493 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_674752493>.module_674752493 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_674752493>.module_674752493 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

@media screen and (min-width: 768px) {
    #module_674752493 .BodyCenter.BodyCenter674752493 {
        padding-top: 12.1065%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 16.7070%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752493 .BodyCenter.BodyCenter674752493 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_674752493>.module_674752493 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752493>.module_674752493 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_674752493>.module_674752493 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_674752493:hover {
    border: none;
}

#module_674752493:hover>.module_674752493 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_674752493 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_674752493 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_674752493 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_674752493 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_674752493 .GraphicUpper .TextImage {
    margin-top: 0px;
}

#module_674752493 .GraphicUpper .TextImage {
    margin-bottom: 10px;
}

#module_674752493 .GraphicUpper .TextImage {
    margin-left: 0px;
}

#module_674752493 .GraphicUpper .TextImage {
    margin-right: 0px;
}

#module_674752493 .TextImage {
    width: 15%;
}

#module_674752493 .MobileTextImage {
    width: 50%;
}

#module_674752493 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_674752493 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752493 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752493 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752493 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752493 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_674752493 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_674752493 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_674752493 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_674752493 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_674752493 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_674752493 .imageTextGiant-Container {
    padding-left: 0px;
}

#module_674752493 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_674752493 .showHandle .btn {
    font-size: 14px;
}

#module_674752493 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_674752493 .showHandle .btn {
    color: #333;
}

#module_674752493 .showHandle .btn {
    font-weight: 400;
}

#module_674752493 .showHandle .btn {
    text-decoration: none;
}

#module_674752493 .showHandle .btn {
    font-style: normal;
}

#module_674752493 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752493 .showHandle div {
    border-top-style: solid !important;
}

#module_674752493 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752493 .showHandle {
    background-color: transparent;
}

#module_674752493 .showHandle {
    background-image: none;
}

#module_674752493 .showHandle {
    background-repeat: no-repeat;
}


#module_674752493 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer674752490 #Sub674752490_3 {
    width: 29.5000%;
}

.module_674752864 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752864 {
    padding: 0px;
}

#module_674752864 {
    position: static;
    z-index: 1;
    top: 6474px;
    left: 1166px;
    width: 100%;
    height: auto;
}

#module_674752864 .ModuleHead674752864 {
    display: none;
}

#module_674752864 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_674752864>.module_674752864 {
        margin-top: 90.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_674752864 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_674752864 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_674752864 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_674752864 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_674752864 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752864 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752864 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752864 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752864 .showHandle .btn {
    font-size: 14px;
}


#module_674752864 .showHandle .btn {
    color: #333;
}

#module_674752864 .showHandle .btn {
    font-weight: 400;
}

#module_674752864 .showHandle .btn {
    text-decoration: none;
}

#module_674752864 .showHandle .btn {
    font-style: normal;
}

#module_674752864 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752864 .showHandle div {
    border-top-style: solid !important;
}

#module_674752864 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752864 .showHandle {
    background-color: transparent;
}


#module_674752864 .showHandle {
    background-repeat: no-repeat;
}


#module_674752864 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer674752490 #Sub674752490_4 {
    width: 6.4286%;
}

.module_674752494 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752494 {
    padding: 0px;
}

#module_674752494 {
    position: static;
    z-index: 1;
    top: 6524px;
    left: 1449px;
    width: 100%;
    height: auto;
}

#module_674752494 .ModuleHead674752494 {
    display: none;
}

#module_674752494 .BodyCenter.BodyCenter674752494 {
    background: none;
    background-color: rgb(247, 247, 247);
}

#module_674752494>.module_674752494 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_674752494>.module_674752494 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

@media screen and (min-width: 768px) {
    #module_674752494 .BodyCenter.BodyCenter674752494 {
        padding-top: 12.6263%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.3030%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752494 .BodyCenter.BodyCenter674752494 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_674752494>.module_674752494 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752494>.module_674752494 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_674752494>.module_674752494 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_674752494:hover {
    border: none;
}

#module_674752494:hover>.module_674752494 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_674752494 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_674752494 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_674752494 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_674752494 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_674752494 .GraphicUpper .TextImage {
    margin-top: 0px;
}

#module_674752494 .GraphicUpper .TextImage {
    margin-bottom: 10px;
}

#module_674752494 .GraphicUpper .TextImage {
    margin-left: 0px;
}

#module_674752494 .GraphicUpper .TextImage {
    margin-right: 0px;
}

#module_674752494 .TextImage {
    width: 15%;
}

#module_674752494 .MobileTextImage {
    width: 50%;
}

#module_674752494 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_674752494 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752494 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752494 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752494 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752494 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_674752494 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_674752494 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_674752494 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_674752494 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_674752494 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_674752494 .imageTextGiant-Container {
    padding-left: 0px;
}

#module_674752494 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_674752494 .showHandle .btn {
    font-size: 14px;
}

#module_674752494 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_674752494 .showHandle .btn {
    color: #333;
}

#module_674752494 .showHandle .btn {
    font-weight: 400;
}

#module_674752494 .showHandle .btn {
    text-decoration: none;
}

#module_674752494 .showHandle .btn {
    font-style: normal;
}

#module_674752494 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752494 .showHandle div {
    border-top-style: solid !important;
}

#module_674752494 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752494 .showHandle {
    background-color: transparent;
}

#module_674752494 .showHandle {
    background-image: none;
}

#module_674752494 .showHandle {
    background-repeat: no-repeat;
}

#module_674752494 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer674752490 #Sub674752490_5 {
    width: 28.357099999999996%;
}

.module_679178569 .ModuleHead .HeadCenter {
    float: none;
}

#module_679178569 {
    padding: 0px;
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679178569 .ModuleHead679178569 {
    display: none;
}

#module_679178569 .BodyCenter.BodyCenter679178569 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_679178569>.module_679178569 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_679178569>.module_679178569 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_679178569 .BodyCenter.BodyCenter679178569 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679178569 .BodyCenter.BodyCenter679178569 {
        padding-top: 7.4928%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_679178569>.module_679178569 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679178569>.module_679178569 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679178569>.module_679178569 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_679178569:hover {
    border: none;
}

#module_679178569:hover>.module_679178569 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_679178569 .ModuleSubContainer {
    background-color: transparent;
}

#module_679178569 .ModuleSubContainer {
    background-image: none;
}

#module_679178569 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_679178569 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_679178569 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_679178569 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_679178569 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_679178569 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer679178569 .SubPadding {
    width: 0px;
}

.module_679180100 .ModuleHead .HeadCenter {
    float: none;
}

#module_679180100 {
    padding: 0px;
}

#module_679180100 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679180100 .ModuleHead679180100 {
    display: none;
}

#module_679180100 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_679180100 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_679180100 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_679180100 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_679180100 .GraphicUpper .TextImage {
    margin-top: 0px;
}

#module_679180100 .GraphicUpper .TextImage {
    margin-bottom: 10px;
}

#module_679180100 .GraphicUpper .TextImage {
    margin-left: 0px;
}

#module_679180100 .GraphicUpper .TextImage {
    margin-right: 0px;
}

#module_679180100 .TextImage {
    width: 50%;
}

#module_679180100 .MobileTextImage {
    width: 50%;
}

#module_679180100 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_679180100 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679180100 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679180100 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679180100 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679180100 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_679180100 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_679180100 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_679180100 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_679180100 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_679180100 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_679180100 .imageTextGiant-Container {
    padding-left: 0px;
}

#module_679180100 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_679180100 .showHandle .btn {
    font-size: 14px;
}


#module_679180100 .showHandle .btn {
    color: #333;
}

#module_679180100 .showHandle .btn {
    font-weight: 400;
}

#module_679180100 .showHandle .btn {
    text-decoration: none;
}

#module_679180100 .showHandle .btn {
    font-style: normal;
}

#module_679180100 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679180100 .showHandle div {
    border-top-style: solid !important;
}

#module_679180100 .showHandle div {
    border-top-width: 1px !important;
}

#module_679180100 .showHandle {
    background-color: transparent;
}


#module_679180100 .showHandle {
    background-repeat: no-repeat;
}


#module_679180100 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer679178569 #Sub679178569_1 {
    width: 33.3333%;
}

.module_679180102 .ModuleHead .HeadCenter {
    float: none;
}

#module_679180102 {
    padding: 0px;
}

#module_679180102 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679180102 .ModuleHead679180102 {
    display: none;
}

#module_679180102 .BodyCenter.BodyCenter679180102 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_679180102>.module_679180102 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_679180102>.module_679180102 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_679180102 .BodyCenter.BodyCenter679180102 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679180102 .BodyCenter.BodyCenter679180102 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_679180102>.module_679180102 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679180102>.module_679180102 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679180102>.module_679180102 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_679180102:hover {
    border: none;
}

#module_679180102:hover>.module_679180102 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_679180102 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_679180102 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_679180102 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_679180102 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_679180102 .GraphicUpper .TextImage {
    margin-top: 0px;
}

#module_679180102 .GraphicUpper .TextImage {
    margin-bottom: 10px;
}

#module_679180102 .GraphicUpper .TextImage {
    margin-left: 0px;
}

#module_679180102 .GraphicUpper .TextImage {
    margin-right: 0px;
}

#module_679180102 .TextImage {
    width: 50%;
}

#module_679180102 .MobileTextImage {
    width: 50%;
}

#module_679180102 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_679180102 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679180102 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679180102 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679180102 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679180102 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_679180102 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_679180102 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_679180102 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_679180102 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_679180102 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_679180102 .imageTextGiant-Container {
    padding-left: 0px;
}

#module_679180102 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_679180102 .showHandle .btn {
    font-size: 14px;
}

#module_679180102 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_679180102 .showHandle .btn {
    color: #333;
}

#module_679180102 .showHandle .btn {
    font-weight: 400;
}

#module_679180102 .showHandle .btn {
    text-decoration: none;
}

#module_679180102 .showHandle .btn {
    font-style: normal;
}

#module_679180102 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679180102 .showHandle div {
    border-top-style: solid !important;
}

#module_679180102 .showHandle div {
    border-top-width: 1px !important;
}

#module_679180102 .showHandle {
    background-color: transparent;
}

#module_679180102 .showHandle {
    background-image: none;
}

#module_679180102 .showHandle {
    background-repeat: no-repeat;
}


#module_679180102 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer679178569 #Sub679178569_2 {
    width: 33.3333%;
}

.module_679180114 .ModuleHead .HeadCenter {
    float: none;
}

#module_679180114 {
    padding: 0px;
}

#module_679180114 {
    position: static;
    z-index: 0;
    top: 43px;
    left: -110px;
    width: 100%;
    height: auto;
}

#module_679180114 .ModuleHead679180114 {
    display: none;
}

#module_679180114 .BodyCenter.BodyCenter679180114 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_679180114>.module_679180114 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_679180114>.module_679180114 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_679180114 .BodyCenter.BodyCenter679180114 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679180114 .BodyCenter.BodyCenter679180114 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_679180114>.module_679180114 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679180114>.module_679180114 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679180114>.module_679180114 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_679180114:hover {
    border: none;
}

#module_679180114:hover>.module_679180114 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_679180114 .GraphicUpper .TextImage {
    border-top-left-radius: 0px;
}

#module_679180114 .GraphicUpper .TextImage {
    border-top-right-radius: 0px;
}

#module_679180114 .GraphicUpper .TextImage {
    border-bottom-left-radius: 0px;
}

#module_679180114 .GraphicUpper .TextImage {
    border-bottom-right-radius: 0px;
}

#module_679180114 .GraphicUpper .TextImage {
    margin-top: 0px;
}

#module_679180114 .GraphicUpper .TextImage {
    margin-bottom: 10px;
}

#module_679180114 .GraphicUpper .TextImage {
    margin-left: 0px;
}

#module_679180114 .GraphicUpper .TextImage {
    margin-right: 0px;
}

#module_679180114 .TextImage {
    width: 50%;
}

#module_679180114 .MobileTextImage {
    width: 50%;
}

#module_679180114 .imageTextGiant-Container .GraphicUpper {
    text-align: center;
}

#module_679180114 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679180114 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679180114 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679180114 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679180114 .ModuleImageTextGiantContent {
    padding-top: 0px;
}

#module_679180114 .ModuleImageTextGiantContent {
    padding-bottom: 0px;
}

#module_679180114 .ModuleImageTextGiantContent {
    padding-left: 0px;
}

#module_679180114 .ModuleImageTextGiantContent {
    padding-right: 0px;
}

#module_679180114 .imageTextGiant-Container {
    padding-top: 0px;
}

#module_679180114 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_679180114 .imageTextGiant-Container {
    padding-left: 0px;
}

#module_679180114 .imageTextGiant-Container {
    padding-right: 0px;
}

#module_679180114 .showHandle .btn {
    font-size: 14px;
}

#module_679180114 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_679180114 .showHandle .btn {
    color: #333;
}

#module_679180114 .showHandle .btn {
    font-weight: 400;
}

#module_679180114 .showHandle .btn {
    text-decoration: none;
}

#module_679180114 .showHandle .btn {
    font-style: normal;
}

#module_679180114 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679180114 .showHandle div {
    border-top-style: solid !important;
}

#module_679180114 .showHandle div {
    border-top-width: 1px !important;
}

#module_679180114 .showHandle {
    background-color: transparent;
}

#module_679180114 .showHandle {
    background-image: none;
}

#module_679180114 .showHandle {
    background-repeat: no-repeat;
}


#module_679180114 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer679178569 #Sub679178569_3 {
    width: 33.3333%;
}

.module_674752501 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752501 {
    padding: 0px;
}

#module_674752501 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_674752501 .ModuleHead674752501 {
    display: none;
}

#module_674752501 .BodyCenter.BodyCenter674752501 {
    background: none;
    background-color: rgb(232, 230, 231);
}

#module_674752501>.module_674752501 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_674752501>.module_674752501 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_674752501 .BodyCenter.BodyCenter674752501 {
        padding-top: 1.5690%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 4.7071%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752501 .BodyCenter.BodyCenter674752501 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_674752501>.module_674752501 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_674752501>.module_674752501 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_674752501>.module_674752501 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_674752501:hover {
    border: none;
}

#module_674752501:hover>.module_674752501 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_674752501 .ModuleSubContainer {
    background-color: transparent;
}

#module_674752501 .ModuleSubContainer {
    background-image: none;
}

#module_674752501 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_674752501 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_674752501 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_674752501 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_674752501 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_674752501 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer674752501 {
    max-width: 1400px;
    width: auto;
}

.module_674752502 .ModuleHead .HeadCenter {
    float: none;
}

#module_674752502 {
    padding: 0px;
}

#module_674752502 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_674752502 .ModuleHead674752502 {
    display: none;
}

#module_674752502 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_674752502 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_674752502 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_674752502 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_674752502 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_674752502 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_674752502 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_674752502 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_674752502 .showHandle .btn {
    font-size: 14px;
}

#module_674752502 .showHandle .btn {
    color: #333;
}

#module_674752502 .showHandle .btn {
    font-weight: 400;
}

#module_674752502 .showHandle .btn {
    text-decoration: none;
}

#module_674752502 .showHandle .btn {
    font-style: normal;
}

#module_674752502 .showHandle div {
    border-top-color: #ddd !important;
}

#module_674752502 .showHandle div {
    border-top-style: solid !important;
}

#module_674752502 .showHandle div {
    border-top-width: 1px !important;
}

#module_674752502 .showHandle {
    background-color: transparent;
}

#module_674752502 .showHandle {
    background-repeat: no-repeat;
}

#module_674752502 a {
    font-size: unset;
    font-family: unset
}

.ModuleButtonGiant.layout-105 .moduleButton {
    background-color: #fff;
    font-size: 16px;
    height: 50px;
    width: 180px;
    color: #4caf50;
    text-align: center;
    border: 1px solid #4caf50;
    line-height: 50px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-table;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.ModuleButtonGiant.layout-105 .buttonbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ModuleButtonGiant.layout-105 .buttonbox>span {
    display: inline-flex;
}

.ModuleButtonGiant.layout-105 .moduleButton:hover {
    color: #fff;
}

.ModuleButtonGiant.layout-105 .moduleButton:hover:before {
    background: #4caf50;
}

.ModuleButtonGiant.layout-105 .hvr-sweep-to-right:before,
.ModuleButtonGiant.layout-105 .hvr-sweep-to-top:before,
.ModuleButtonGiant.layout-105 .Radial-Out:before,
.ModuleButtonGiant.layout-105 .RShutter-Out-Horizontal:before,
.ModuleButtonGiant.layout-105 .Shutter-Out-Horizontal:before,
.ModuleButtonGiant.layout-105 .Shutter-Out-Vertical:before {
    background: #4caf50
}

.ModuleButtonGiant.layout-105 .BreadsvgIcon {
    flex-direction: column;
    justify-content: center;
}

.ModuleButtonGiant.layout-105 .BreadsvgIcon>* {
    width: 16px;
    height: 16px;
}

.ModuleButtonGiant.layout-105 .BreadIcon {
    font-size: 16px;
}

.module_672119215 .ModuleHead .HeadCenter {
    float: none;
}

#module_672119215 {
    padding: 0px;
}

#module_672119215 {
    position: static;
    z-index: 0;
    top: 6928px;
    left: 1034px;
    width: 100%;
    height: auto;
}

#module_672119215 .ModuleHead672119215 {
    display: none;
}

#module_672119215 .BodyCenter.BodyCenter672119215 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_672119215>.module_672119215 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_672119215>.module_672119215 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_672119215 .BodyCenter.BodyCenter672119215 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672119215 .BodyCenter.BodyCenter672119215 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_672119215>.module_672119215 {
        margin-top: 1.6313%;
        margin-left: 43.1485%;
        margin-right: 36.0522%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_672119215>.module_672119215 {
        margin-top: 0.0000%;
        margin-left: 15.2738%;
        margin-right: 0.0000%;
        margin-bottom: 8.6455%;
    }
}

#module_672119215>.module_672119215 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_672119215:hover {
    border: none;
}

#module_672119215:hover>.module_672119215 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_672119215 .BodyCenter {
    text-align: left;
}

#module_672119215 .moduleButton {
    font-size: 16px;
}

#module_672119215 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119215 .moduleButton {
    color: rgb(255, 255, 255);
}

#module_672119215 .moduleButton {
    font-weight: normal;
}

#module_672119215 .moduleButton {
    text-decoration: none;
}

#module_672119215 .moduleButton {
    font-style: normal;
}

#module_672119215 .moduleButton,
#module_672119215 .moduleButton:before {
    background-color: rgb(0, 0, 0);
}

#module_672119215 .moduleButton,
#module_672119215 .moduleButton:before {
    background-image: none;
}

#module_672119215 .moduleButton,
#module_672119215 .moduleButton:before {
    background-repeat: no-repeat;
}

#module_672119215 .moduleButton,
#module_672119215 .moduleButton:before {
    background-position: none;
}

#module_672119215 .moduleButton,
#module_672119215 .moduleButton:before {
    background-attachment: none;
}

#module_672119215 .moduleButton {
    border-color: #000000;
}

#module_672119215 .moduleButton {
    border-style: solid;
}

#module_672119215 .moduleButton {
    border-width: 1px;
}

#module_672119215 .moduleButton {
    border-top-left-radius: 50px;
}

#module_672119215 .moduleButton {
    border-top-right-radius: 50px;
}

#module_672119215 .moduleButton {
    border-bottom-left-radius: 51px;
}

#module_672119215 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_672119215 .moduleButton {
    width: 246px;
}

#module_672119215 .moduleButton,
#module_672119215 .BreadsvgIcon {
    height: 47px;
    line-height: 47px;
}

#module_672119215 .BodyCenter {
    color: #000;
}

#module_672119215 .BreadIcon {
    font-size: 16px;
}

#module_672119215 .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_672119215 .BreadIcon {
    color: #000;
}

#module_672119215 .BreadsvgIcon svg>* {
    fill: #000;
}

#module_672119215 .BreadIcon,
#module_672119215 .BreadsvgIcon {
    margin-left: 0px;
}

#module_672119215 .BreadIcon,
#module_672119215 .BreadsvgIcon {
    margin-right: 0px;
}

#module_672119215 .moduleButton {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_672119215 .moduleButton:hover .BreadIcon {
    font-size: 16px;
}

#module_672119215 .moduleButton:hover .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_672119215 .moduleButton:hover .BreadIcon {
    color: #fff
}

#module_672119215 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: #fff;
}

#module_672119215 .moduleButton:hover {
    font-size: 15px;
}

#module_672119215 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_672119215 .moduleButton:hover {
    color: rgb(0, 0, 0);
}

#module_672119215 .moduleButton:hover {
    font-weight: normal;
}

#module_672119215 .moduleButton:hover {
    text-decoration: none;
}

#module_672119215 .moduleButton:hover {
    font-style: normal;
}

#module_672119215 .moduleButton:hover,
#module_672119215 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(232, 230, 231);
}

#module_672119215 .moduleButton:hover,
#module_672119215 .moduleButton:hover:before {
    background-image: none;
}

#module_672119215 .moduleButton:hover,
#module_672119215 .moduleButton:hover:before {
    background-repeat: no-repeat;
}

#module_672119215 .moduleButton:hover,
#module_672119215 .moduleButton:hover:before {
    background-position: none;
}

#module_672119215 .moduleButton:hover,
#module_672119215 .moduleButton:hover:before {
    background-attachment: none;
}


#module_672119215 .moduleButton:hover {
    border-color: rgb(0, 0, 0);
}

#module_672119215 .moduleButton:hover {
    border-style: solid;
}

#module_672119215 .moduleButton:hover {
    border-width: 1px;
}

#module_672119215 .moduleButton:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleHorizontalGiant.layout-101 .hrbox {
    display: flex;
    justify-content: center;
}

.ModuleHorizontalGiant.layout-101 .hr-line {
    margin: unset;
    width: 100%;
    /* border: 1px solid #333; */
    border-top: 0 !important;
}

.ModuleHorizontalGiant.layout-101 {
    position: relative;
}

.module_678591884 .ModuleHead .HeadCenter {
    float: none;
}

#module_678591884 {
    padding: 0px;
}

#module_678591884 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_678591884 .ModuleHead678591884 {
    display: none;
}

#module_678591884 .hrbox {
    justify-content: center;
}

#module_678591884 .hr-line {
    width: autopx;
    max-width: autopx;
}

#module_678591884 .hr-line {
    border-bottom-color: #333;
}

#module_678591884 .hr-line {
    border-bottom-style: solid;
}

#module_678591884 .hr-line {
    border-bottom-width: 1px;
}

.module_678591917 .ModuleHead .HeadCenter {
    float: none;
}

#module_678591917 {
    padding: 0px;
}

#module_678591917 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_678591917 .ModuleHead678591917 {
    display: none;
}

#module_678591917 .hrbox {
    justify-content: center;
}

#module_678591917 .hr-line {
    width: autopx;
    max-width: autopx;
}

#module_678591917 .hr-line {
    border-bottom-color: #333;
}

#module_678591917 .hr-line {
    border-bottom-style: solid;
}

#module_678591917 .hr-line {
    border-bottom-width: 1px;
}

.module_663489622 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489622 {
    padding: 0px;
}

#module_663489622 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_663489622 .ModuleHead663489622 {
    display: none;
}

#module_663489622 .BodyCenter.BodyCenter663489622 {
    background: none;
    background-color: rgb(0, 0, 0);
}

#module_663489622>.module_663489622 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489622>.module_663489622 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489622 .BodyCenter.BodyCenter663489622 {
        padding-top: 5.7531%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489622 .BodyCenter.BodyCenter663489622 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489622>.module_663489622 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489622>.module_663489622 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_663489622>.module_663489622 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489622:hover {
    border: none;
}

#module_663489622:hover>.module_663489622 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489622 .ModuleSubContainer {
    background-color: transparent;
}

#module_663489622 .ModuleSubContainer {
    background-image: none;
}

#module_663489622 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_663489622 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_663489622 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_663489622 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_663489622 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_663489622 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer663489622 {
    max-width: 1400px;
    width: auto;
}

.ModuleGridContainer.ModuleGridContainer663489622 .SubPadding {
    width: 0px;
}

.module_663489623 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489623 {
    padding: 0px;
}

#module_663489623 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_663489623 .ModuleHead663489623 {
    display: none;
}

#module_663489623 .BodyCenter.BodyCenter663489623 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_663489623>.module_663489623 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489623>.module_663489623 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489623 .BodyCenter.BodyCenter663489623 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 4.0241%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489623 .BodyCenter.BodyCenter663489623 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489623>.module_663489623 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 58.9342%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489623>.module_663489623 {
        margin-top: 5.7637%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_663489623>.module_663489623 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489623:hover {
    border: none;
}

#module_663489623:hover>.module_663489623 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489623 img {
    border: 0px none transparent;
    border-radius: 0;
}


#module_663489623 .BodyCenter {
    text-align: center;
}

.module_663489627 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489627 {
    padding: 0px;
}

#module_663489627 {
    position: static;
    z-index: 0;
    top: 3978px;
    left: 287px;
    width: 100%;
    height: auto;
}

#module_663489627 .ModuleHead663489627 {
    display: none;
}

#module_663489627 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_663489627>.module_663489627 {
        margin-top: 0.4702%;
        margin-left: 0.0000%;
        margin-right: 5.4859%;
        margin-bottom: 0.0000%;
    }
}

#module_663489627 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_663489627 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_663489627 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_663489627 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_663489627 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_663489627 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_663489627 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_663489627 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_663489627 .showHandle .btn {
    font-size: 14px;
}


#module_663489627 .showHandle .btn {
    color: #333;
}

#module_663489627 .showHandle .btn {
    font-weight: 400;
}

#module_663489627 .showHandle .btn {
    text-decoration: none;
}

#module_663489627 .showHandle .btn {
    font-style: normal;
}

#module_663489627 .showHandle div {
    border-top-color: #ddd !important;
}

#module_663489627 .showHandle div {
    border-top-style: solid !important;
}

#module_663489627 .showHandle div {
    border-top-width: 1px !important;
}

#module_663489627 .showHandle {
    background-color: transparent;
}


#module_663489627 .showHandle {
    background-repeat: no-repeat;
}


#module_663489627 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer663489622 #Sub663489622_1 {
    width: 45.5714%;
}

.module_663489624 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489624 {
    padding: 0px;
}

#module_663489624 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_663489624 .ModuleHead663489624 {
    display: none;
}

#module_663489624 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_663489624 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_663489624 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_663489624 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_663489624 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_663489624 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_663489624 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_663489624 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_663489624 .showHandle .btn {
    font-size: 14px;
}


#module_663489624 .showHandle .btn {
    color: #333;
}

#module_663489624 .showHandle .btn {
    font-weight: 400;
}

#module_663489624 .showHandle .btn {
    text-decoration: none;
}

#module_663489624 .showHandle .btn {
    font-style: normal;
}

#module_663489624 .showHandle div {
    border-top-color: #ddd !important;
}

#module_663489624 .showHandle div {
    border-top-style: solid !important;
}

#module_663489624 .showHandle div {
    border-top-width: 1px !important;
}

#module_663489624 .showHandle {
    background-color: transparent;
}


#module_663489624 .showHandle {
    background-repeat: no-repeat;
}

#module_663489624 a {
    font-size: unset;
    font-family: unset
}

.module_679181189 .ModuleHead .HeadCenter {
    float: none;
}

#module_679181189 {
    padding: 0px;
}

#module_679181189 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679181189 .ModuleHead679181189 {
    display: none;
}

#module_679181189 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679181189 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679181189 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679181189 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679181189 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679181189 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679181189 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679181189 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679181189 .showHandle .btn {
    font-size: 14px;
}


#module_679181189 .showHandle .btn {
    color: #333;
}

#module_679181189 .showHandle .btn {
    font-weight: 400;
}

#module_679181189 .showHandle .btn {
    text-decoration: none;
}

#module_679181189 .showHandle .btn {
    font-style: normal;
}

#module_679181189 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679181189 .showHandle div {
    border-top-style: solid !important;
}

#module_679181189 .showHandle div {
    border-top-width: 1px !important;
}

#module_679181189 .showHandle {
    background-color: transparent;
}


#module_679181189 .showHandle {
    background-repeat: no-repeat;
}


#module_679181189 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer663489622 #Sub663489622_2 {
    width: 14.6429%;
}

.module_663489625 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489625 {
    padding: 0px;
}

#module_663489625 {
    position: static;
    z-index: 1;
    top: -104px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_663489625 .ModuleHead663489625 {
    display: none;
}

#module_663489625 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_663489625>.module_663489625 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_663489625 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_663489625 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_663489625 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_663489625 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_663489625 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_663489625 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_663489625 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_663489625 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_663489625 .showHandle .btn {
    font-size: 14px;
}


#module_663489625 .showHandle .btn {
    color: #333;
}

#module_663489625 .showHandle .btn {
    font-weight: 400;
}

#module_663489625 .showHandle .btn {
    text-decoration: none;
}

#module_663489625 .showHandle .btn {
    font-style: normal;
}

#module_663489625 .showHandle div {
    border-top-color: #ddd !important;
}

#module_663489625 .showHandle div {
    border-top-style: solid !important;
}

#module_663489625 .showHandle div {
    border-top-width: 1px !important;
}

#module_663489625 .showHandle {
    background-color: transparent;
}


#module_663489625 .showHandle {
    background-repeat: no-repeat;
}


#module_663489625 a {
    font-size: unset;
    font-family: unset
}

.module_679153585 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153585 {
    padding: 0px;
}

#module_679153585 {
    position: static;
    z-index: 0;
    top: 7222px;
    left: 1157px;
    width: 100%;
    height: auto;
}

#module_679153585 .ModuleHead679153585 {
    display: none;
}

#module_679153585 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679153585>.module_679153585 {
        margin-top: 10.8808%;
        margin-left: 22.7979%;
        margin-right: 8.2902%;
        margin-bottom: 0.0000%;
    }
}


#module_679153585 img {
    border-top-color: transparent;
}

#module_679153585 img {
    border-top-style: none;
}

#module_679153585 img {
    border-top-width: 0px;
}

#module_679153585 img {
    border-right-color: transparent;
}

#module_679153585 img {
    border-right-style: none;
}

#module_679153585 img {
    border-right-width: 0px;
}

#module_679153585 img {
    border-bottom-color: transparent;
}

#module_679153585 img {
    border-bottom-style: none;
}

#module_679153585 img {
    border-bottom-width: 0px;
}

#module_679153585 img {
    border-left-color: transparent;
}

#module_679153585 img {
    border-left-style: none;
}

#module_679153585 img {
    border-left-width: 0px;
}

#module_679153585 img {
    border-top-left-radius: 0px;
}

#module_679153585 img {
    border-top-right-radius: 0px;
}

#module_679153585 img {
    border-bottom-left-radius: 0px;
}

#module_679153585 img {
    border-bottom-right-radius: 0px;
}

#module_679153585 .BodyCenter {
    text-align: center;
}

.module_679153791 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153791 {
    padding: 0px;
}

#module_679153791 {
    position: static;
    z-index: 0;
    top: 7300px;
    left: 1172px;
    width: 100%;
    height: auto;
}

#module_679153791 .ModuleHead679153791 {
    display: none;
}

#module_679153791 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679153791>.module_679153791 {
        margin-top: 0.0000%;
        margin-left: 35.2332%;
        margin-right: 16.5803%;
        margin-bottom: 0.0000%;
    }
}


#module_679153791 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679153791 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679153791 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679153791 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679153791 .imageTextGiant-Container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


#module_679153791 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}


#module_679153791 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679153791 .showHandle div {
    border-top-style: solid !important;
}

#module_679153791 .showHandle div {
    border-top-width: 1px !important;
}

#module_679153791 .showHandle {
    background-color: transparent;
}


#module_679153791 .showHandle {
    background-repeat: no-repeat;
}
#module_679153791 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer663489622 #Sub663489622_3 {
    width: 13.7857%;
}

.module_663489626 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489626 {
    padding: 0px;
}

#module_663489626 {
    position: static;
    z-index: 1;
    top: -101px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_663489626 .ModuleHead663489626 {
    display: none;
}

#module_663489626 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_663489626 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_663489626 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_663489626 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_663489626 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_663489626 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_663489626 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_663489626 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_663489626 .showHandle .btn {
    font-size: 14px;
}

#module_663489626 .showHandle .btn {
    color: #333;
}

#module_663489626 .showHandle .btn {
    font-weight: 400;
}

#module_663489626 .showHandle .btn {
    text-decoration: none;
}

#module_663489626 .showHandle .btn {
    font-style: normal;
}

#module_663489626 .showHandle div {
    border-top-color: #ddd !important;
}

#module_663489626 .showHandle div {
    border-top-style: solid !important;
}

#module_663489626 .showHandle div {
    border-top-width: 1px !important;
}

#module_663489626 .showHandle {
    background-color: transparent;
}


#module_663489626 .showHandle {
    background-repeat: no-repeat;
}


#module_663489626 a {
    font-size: unset;
    font-family: unset
}

.module_679153586 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153586 {
    padding: 0px;
}

#module_679153586 {
    position: static;
    z-index: 0;
    top: 7209px;
    left: 1368px;
    width: 100%;
    height: auto;
}

#module_679153586 .ModuleHead679153586 {
    display: none;
}

#module_679153586 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679153586>.module_679153586 {
        margin-top: 28.8043%;
        margin-left: 15.2174%;
        margin-right: 11.4130%;
        margin-bottom: 0.0000%;
    }
}


#module_679153586 img {
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-left-style: none;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#module_679153586 .BodyCenter {
    text-align: center;
}

.module_679153798 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153798 {
    padding: 0px;
}

#module_679153798 {
    position: static;
    z-index: 0;
    top: 7327px;
    left: 1388px;
    width: 100%;
    height: auto;
}

#module_679153798 .ModuleHead679153798 {
    display: none;
}

#module_679153798 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679153798>.module_679153798 {
        margin-top: 0.0000%;
        margin-left: 15.2174%;
        margin-right: 11.4130%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_679153798>.module_679153798 {}
}

#module_679153798 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679153798 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679153798 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679153798 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679153798 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679153798 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679153798 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679153798 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679153798 .showHandle .btn {
    font-size: 14px;
}


#module_679153798 .showHandle .btn {
    color: #333;
}

#module_679153798 .showHandle .btn {
    font-weight: 400;
}

#module_679153798 .showHandle .btn {
    text-decoration: none;
}

#module_679153798 .showHandle .btn {
    font-style: normal;
}

#module_679153798 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679153798 .showHandle div {
    border-top-style: solid !important;
}

#module_679153798 .showHandle div {
    border-top-width: 1px !important;
}

#module_679153798 .showHandle {
    background-color: transparent;
}


#module_679153798 .showHandle {
    background-repeat: no-repeat;
}


#module_679153798 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer663489622 #Sub663489622_4 {
    width: 13.1429%;
}

.module_672111908 .ModuleHead .HeadCenter {
    float: none;
}

#module_672111908 {
    padding: 0px;
}

#module_672111908 {
    position: static;
    z-index: 2;
    top: 38px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_672111908 .ModuleHead672111908 {
    display: none;
}

#module_672111908 .ModuleImageTextGiantContent {
    margin: 0px
}

#module_672111908 .imageTextGiant-Container {
    padding: 10px;
}
#module_672111908 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

#module_672111908 .showHandle div {
    border: 1px solid #ddd !important;
}

#module_672111908 .showHandle {
    background-color: transparent;
    background-repeat: no-repeat;
}

#module_672111908 a {
    font-size: unset;
    font-family: unset
}

.module_679153587 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153587 {
    padding: 0px;
    position: static;
    z-index: 0;
    top: 7136px;
    left: 1566px;
    width: 100%;
    height: auto;
    border: none;
}

#module_679153587 .ModuleHead679153587 {
    display: none;
}
@media screen and (min-width: 768px) {
    #module_679153587>.module_679153587 {
        margin-top: 31.6667%;
        margin-left: 7.7778%;
        margin-right: 18.8889%;
        margin-bottom: 0.0000%;
    }
}


#module_679153587 img {
    border: 0px none transparent;
    border-radius: 0px;
}
#module_679153587 .BodyCenter {
    text-align: center;
}

.module_679153800 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153800 {
    padding: 0px;
}

#module_679153800 {
    position: static;
    z-index: 0;
    top: 7321px;
    left: 1564px;
    width: 100%;
    height: auto;
}

#module_679153800 .ModuleHead679153800 {
    display: none;
}

#module_679153800 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679153800>.module_679153800 {
        margin-top: 0.0000%;
        margin-left: 9.4444%;
        margin-right: 23.8889%;
        margin-bottom: 0.0000%;
    }
}

#module_679153800 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679153800 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679153800 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679153800 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679153800 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679153800 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679153800 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679153800 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679153800 .showHandle .btn {
    font-size: 14px;
}

#module_679153800 .showHandle .btn {
    color: #333;
}

#module_679153800 .showHandle .btn {
    font-weight: 400;
}

#module_679153800 .showHandle .btn {
    text-decoration: none;
}

#module_679153800 .showHandle .btn {
    font-style: normal;
}

#module_679153800 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679153800 .showHandle div {
    border-top-style: solid !important;
}

#module_679153800 .showHandle div {
    border-top-width: 1px !important;
}

#module_679153800 .showHandle {
    background-color: transparent;
}

#module_679153800 .showHandle {
    background-repeat: no-repeat;
}


#module_679153800 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer663489622 #Sub663489622_5 {
    width: 12.8571%;
}

.module_679231551 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231551 {
    padding: 0px;
}

#module_679231551 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679231551 .ModuleHead679231551 {
    display: none;
}

#module_679231551 .BodyCenter.BodyCenter679231551 {
    background: none;
    background-color: rgb(0, 0, 0);
}

#module_679231551>.module_679231551 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_679231551>.module_679231551 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_679231551 .BodyCenter.BodyCenter679231551 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679231551 .BodyCenter.BodyCenter679231551 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_679231551>.module_679231551 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_679231551>.module_679231551 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679231551>.module_679231551 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_679231551:hover {
    border: none;
}

#module_679231551:hover>.module_679231551 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_679231551 .ModuleSubContainer {
    background-color: transparent;
}

#module_679231551 .ModuleSubContainer {
    background-image: none;
}

#module_679231551 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_679231551 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_679231551 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_679231551 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_679231551 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_679231551 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}


.ModuleGridContainer.ModuleGridContainer679231551 .SubPadding {
    width: 0px;
}

.module_679231569 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231569 {
    padding: 0px;
}

#module_679231569 {
    position: static;
    z-index: 1;
    top: 27px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679231569 .ModuleHead679231569 {
    display: none;
}

#module_679231569 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679231569>.module_679231569 {
        margin-top: 10.8808%;
        margin-left: 22.7979%;
        margin-right: 8.2902%;
        margin-bottom: 0.0000%;
    }
}


#module_679231569 img {
    border: 0px none transparent;
    border-radius: 0px;
}

#module_679231569 .BodyCenter {
    text-align: center;
}

.module_679231571 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231571 {
    padding: 0px;
}

#module_679231571 {
    position: static;
    z-index: 0;
    top: 66px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679231571 .ModuleHead679231571 {
    display: none;
}

#module_679231571 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679231571>.module_679231571 {
        margin-top: 0.0000%;
        margin-left: 35.2332%;
        margin-right: 16.5803%;
        margin-bottom: 0.0000%;
    }
}

#module_679231571 .ModuleImageTextGiantContent {
    margin: 0px;
}

#module_679231571 .imageTextGiant-Container {
    padding: 10px;
}


#module_679231571 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}


#module_679231571 .showHandle div {
    border-top-color: #ddd !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}

#module_679231571 .showHandle {
    background-color: transparent;
    background-repeat: no-repeat;
}


#module_679231571 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer679231551 #Sub679231551_1 {
    width: 33.3333%;
}

.module_679231566 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231566 {
    padding: 0px;
    position: static;
    z-index: 1;
    top: -114px;
    left: -111px;
    width: 100%;
    height: auto;
    border: none;
}

#module_679231566 .ModuleHead679231566 {
    display: none;
}


@media screen and (min-width: 768px) {
    #module_679231566>.module_679231566 {
        margin-top: 28.8043%;
        margin-left: 15.2174%;
        margin-right: 11.4130%;
        margin-bottom: 0.0000%;
    }
}

#module_679231566 img {
    border: 0px none transparent;
    border-radius: 0;
}
#module_679231566 .BodyCenter {
    text-align: center;
}

.module_679231567 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231567 {
    padding: 0px;
    position: static;
    z-index: 1;
    top: 82px;
    left: 0px;
    width: 100%;
    height: auto;
    border: none;
}

#module_679231567 .ModuleHead679231567 {
    display: none;
}


@media screen and (min-width: 768px) {
    #module_679231567>.module_679231567 {
        margin-top: 0.0000%;
        margin-left: 15.2174%;
        margin-right: 11.4130%;
        margin-bottom: 0.0000%;
    }
}


#module_679231567 .ModuleImageTextGiantContent {
    margin: 0px;
}

#module_679231567 .imageTextGiant-Container {
    padding: 10px;
}


#module_679231567 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}


#module_679231567 .showHandle div {
    border-top-color: #ddd !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}


#module_679231567 .showHandle {
    background-color: transparent;
    background-repeat: no-repeat;
}


#module_679231567 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer679231551 #Sub679231551_2 {
    width: 33.3333%;
}

.module_679231561 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231561 {
    padding: 0px;
}

#module_679231561 {
    position: static;
    z-index: 1;
    top: 34px;
    left: -111px;
    width: 100%;
    height: auto;
}

#module_679231561 .ModuleHead679231561 {
    display: none;
}

#module_679231561 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679231561>.module_679231561 {
        margin-top: 31.6667%;
        margin-left: 7.7778%;
        margin-right: 18.8889%;
        margin-bottom: 0.0000%;
    }
}

#module_679231561 img {
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-color: transparent;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


#module_679231561 .BodyCenter {
    text-align: center;
}

.module_679231563 .ModuleHead .HeadCenter {
    float: none;
}

#module_679231563 {
    padding: 0px;
}

#module_679231563 {
    position: static;
    z-index: 0;
    top: 45px;
    left: -124px;
    width: 100%;
    height: auto;
}

#module_679231563 .ModuleHead679231563 {
    display: none;
}

#module_679231563 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679231563>.module_679231563 {
        margin-top: 0.0000%;
        margin-left: 9.4444%;
        margin-right: 23.8889%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_679231563>.module_679231563 {}
}

#module_679231563 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_679231563 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_679231563 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_679231563 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_679231563 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_679231563 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_679231563 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_679231563 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_679231563 .showHandle .btn {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

#module_679231563 .showHandle div {
    border-top-color: #ddd !important;
}

#module_679231563 .showHandle div {
    border-top-style: solid !important;
}

#module_679231563 .showHandle div {
    border-top-width: 1px !important;
}

#module_679231563 .showHandle {
    background-color: transparent;
}

#module_679231563 .showHandle {
    background-repeat: no-repeat;
}


#module_679231563 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer679231551 #Sub679231551_3 {
    width: 33.3333%;
}

.module_679152440 .ModuleHead .HeadCenter {
    float: none;
}

#module_679152440 {
    padding: 0px;
}

#module_679152440 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_679152440 .ModuleHead679152440 {
    display: none;
}

#module_679152440 .BodyCenter.BodyCenter679152440 {
    background: none;
    background-color: rgb(0, 0, 0);
}

#module_679152440>.module_679152440 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_679152440>.module_679152440 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_679152440 .BodyCenter.BodyCenter679152440 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_679152440 .BodyCenter.BodyCenter679152440 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_679152440>.module_679152440 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_679152440>.module_679152440 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_679152440>.module_679152440 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_679152440:hover {
    border: none;
}

#module_679152440:hover>.module_679152440 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_679152440 .ModuleSubContainer {
    background-color: transparent;
}

#module_679152440 .ModuleSubContainer {
    background-image: none;
}

#module_679152440 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_679152440 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_679152440 .ModuleSubContainer {
    background-attachment: scroll;
}


#module_679152440 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_679152440 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_679152440 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer679152440 {
    max-width: 1440px;
    width: auto;
}

.ModuleGridContainer.ModuleGridContainer679152440 .SubPadding {
    width: 0px;
}

.module_679152462 .ModuleHead .HeadCenter {
    float: none;
}

#module_679152462 {
    padding: 0px;
}

#module_679152462 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_679152462 .ModuleHead679152462 {
    display: none;
}

#module_679152462 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679152462>.module_679152462 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_679152462 img {
    border-top-color: transparent;
}

#module_679152462 img {
    border-top-style: none;
}

#module_679152462 img {
    border-top-width: 0px;
}

#module_679152462 img {
    border-right-color: transparent;
}

#module_679152462 img {
    border-right-style: none;
}

#module_679152462 img {
    border-right-width: 0px;
}

#module_679152462 img {
    border-bottom-color: transparent;
}

#module_679152462 img {
    border-bottom-style: none;
}

#module_679152462 img {
    border-bottom-width: 0px;
}

#module_679152462 img {
    border-left-color: transparent;
}

#module_679152462 img {
    border-left-style: none;
}

#module_679152462 img {
    border-left-width: 0px;
}

#module_679152462 img {
    border-top-left-radius: 0px;
}

#module_679152462 img {
    border-top-right-radius: 0px;
}

#module_679152462 img {
    border-bottom-left-radius: 0px;
}

#module_679152462 img {
    border-bottom-right-radius: 0px;
}

#module_679152462 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer679152440 #Sub679152440_1 {
    width: 4.3056%;
}

.module_679152464 .ModuleHead .HeadCenter {
    float: none;
}

#module_679152464 {
    padding: 0px;
}

#module_679152464 {
    position: static;
    z-index: 0;
    top: -88px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679152464 .ModuleHead679152464 {
    display: none;
}

#module_679152464 img {
    border-top-color: transparent;
}

#module_679152464 img {
    border-top-style: none;
}

#module_679152464 img {
    border-top-width: 0px;
}

#module_679152464 img {
    border-right-color: transparent;
}

#module_679152464 img {
    border-right-style: none;
}

#module_679152464 img {
    border-right-width: 0px;
}

#module_679152464 img {
    border-bottom-color: transparent;
}

#module_679152464 img {
    border-bottom-style: none;
}

#module_679152464 img {
    border-bottom-width: 0px;
}

#module_679152464 img {
    border-left-color: transparent;
}

#module_679152464 img {
    border-left-style: none;
}

#module_679152464 img {
    border-left-width: 0px;
}

#module_679152464 img {
    border-top-left-radius: 0px;
}

#module_679152464 img {
    border-top-right-radius: 0px;
}

#module_679152464 img {
    border-bottom-left-radius: 0px;
}

#module_679152464 img {
    border-bottom-right-radius: 0px;
}

#module_679152464 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer679152440 #Sub679152440_2 {
    width: 3.7500%;
}

.module_679152465 .ModuleHead .HeadCenter {
    float: none;
}

#module_679152465 {
    padding: 0px;
}

#module_679152465 {
    position: static;
    z-index: 0;
    top: -100px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679152465 .ModuleHead679152465 {
    display: none;
}

#module_679152465 img {
    border-top-color: transparent;
}

#module_679152465 img {
    border-top-style: none;
}

#module_679152465 img {
    border-top-width: 0px;
}

#module_679152465 img {
    border-right-color: transparent;
}

#module_679152465 img {
    border-right-style: none;
}

#module_679152465 img {
    border-right-width: 0px;
}

#module_679152465 img {
    border-bottom-color: transparent;
}

#module_679152465 img {
    border-bottom-style: none;
}

#module_679152465 img {
    border-bottom-width: 0px;
}

#module_679152465 img {
    border-left-color: transparent;
}

#module_679152465 img {
    border-left-style: none;
}

#module_679152465 img {
    border-left-width: 0px;
}

#module_679152465 img {
    border-top-left-radius: 0px;
}

#module_679152465 img {
    border-top-right-radius: 0px;
}

#module_679152465 img {
    border-bottom-left-radius: 0px;
}

#module_679152465 img {
    border-bottom-right-radius: 0px;
}

#module_679152465 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer679152440 #Sub679152440_3 {
    width: 4.0278%;
}

.module_679152466 .ModuleHead .HeadCenter {
    float: none;
}

#module_679152466 {
    padding: 0px;
}

#module_679152466 {
    position: static;
    z-index: 0;
    top: -98px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679152466 .ModuleHead679152466 {
    display: none;
}

#module_679152466 img {
    border-top-color: transparent;
}

#module_679152466 img {
    border-top-style: none;
}

#module_679152466 img {
    border-top-width: 0px;
}

#module_679152466 img {
    border-right-color: transparent;
}

#module_679152466 img {
    border-right-style: none;
}

#module_679152466 img {
    border-right-width: 0px;
}

#module_679152466 img {
    border-bottom-color: transparent;
}

#module_679152466 img {
    border-bottom-style: none;
}

#module_679152466 img {
    border-bottom-width: 0px;
}

#module_679152466 img {
    border-left-color: transparent;
}

#module_679152466 img {
    border-left-style: none;
}

#module_679152466 img {
    border-left-width: 0px;
}

#module_679152466 img {
    border-top-left-radius: 0px;
}

#module_679152466 img {
    border-top-right-radius: 0px;
}

#module_679152466 img {
    border-bottom-left-radius: 0px;
}

#module_679152466 img {
    border-bottom-right-radius: 0px;
}

#module_679152466 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer679152440 #Sub679152440_4 {
    width: 3.8889%;
}

.module_679152532 .ModuleHead .HeadCenter {
    float: none;
}

#module_679152532 {
    padding: 0px;
}

#module_679152532 {
    position: static;
    z-index: 0;
    top: -120px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679152532 .ModuleHead679152532 {
    display: none;
}

#module_679152532 img {
    border-top-color: transparent;
}

#module_679152532 img {
    border-top-style: none;
}

#module_679152532 img {
    border-top-width: 0px;
}

#module_679152532 img {
    border-right-color: transparent;
}

#module_679152532 img {
    border-right-style: none;
}

#module_679152532 img {
    border-right-width: 0px;
}

#module_679152532 img {
    border-bottom-color: transparent;
}

#module_679152532 img {
    border-bottom-style: none;
}

#module_679152532 img {
    border-bottom-width: 0px;
}

#module_679152532 img {
    border-left-color: transparent;
}

#module_679152532 img {
    border-left-style: none;
}

#module_679152532 img {
    border-left-width: 0px;
}

#module_679152532 img {
    border-top-left-radius: 0px;
}

#module_679152532 img {
    border-top-right-radius: 0px;
}

#module_679152532 img {
    border-bottom-left-radius: 0px;
}

#module_679152532 img {
    border-bottom-right-radius: 0px;
}

#module_679152532 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer679152440 #Sub679152440_5 {
    width: 4.4444%;
}

.module_679153376 .ModuleHead .HeadCenter {
    float: none;
}

#module_679153376 {
    padding: 0px;
}

#module_679153376 {
    position: static;
    z-index: 0;
    top: -102px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_679153376 .ModuleHead679153376 {
    display: none;
}

#module_679153376 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_679153376>.module_679153376 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 95.1965%;
        margin-bottom: 0.0000%;
    }
}

#module_679153376 img {
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-left-style: none;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#module_679153376 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer679152440 #Sub679152440_6 {
    width: 79.58330000000001%;
}

.module_663489628 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489628 {
    padding: 0px;
}

#module_663489628 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_663489628 .ModuleHead663489628 {
    display: none;
}

#module_663489628 .BodyCenter.BodyCenter663489628 {
    background: none;
    background-color: rgb(0, 0, 0);
}

#module_663489628>.module_663489628 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_663489628>.module_663489628 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_663489628 .BodyCenter.BodyCenter663489628 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489628 .BodyCenter.BodyCenter663489628 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_663489628>.module_663489628 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_663489628>.module_663489628 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_663489628>.module_663489628 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_663489628:hover {
    border: none;
}

#module_663489628:hover>.module_663489628 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_663489628 .ModuleSubContainer {
    background-color: transparent;
}

#module_663489628 .ModuleSubContainer {
    background-image: none;
}

#module_663489628 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_663489628 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_663489628 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_663489628 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_663489628 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_663489628 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer663489628 {
    max-width: 1400px;
    width: auto;
}

.module_663489630 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489630 {
    padding: 0px;
}

#module_663489630 {
    position: static;
    z-index: 0;
    top: 5527px;
    left: 1106px;
    width: 100%;
    height: auto;
}

#module_663489630 .ModuleHead663489630 {
    display: none;
}

#module_663489630 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_663489630>.module_663489630 {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    #module_663489630>.module_663489630 {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

#module_663489630 .hr-line {
    width: autopx;
    max-width: autopx;
}

#module_663489630 .hr-line {
    border-bottom-color: #333;
}

#module_663489630 .hr-line {
    border-bottom-style: solid;
}

#module_663489630 .hr-line {
    border-bottom-width: 1px;
}


/*纯文本模块 layout 101*/

.ModulePlainTextGiant.layout-101 {
    font-size: 14px;
}

.ModulePlainTextGiant.layout-101 .plainTextGiant-Container {
    height: auto;
    word-wrap: break-word;
    max-height: 100%;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
}

.module_663489629 .ModuleHead .HeadCenter {
    float: none;
}

#module_663489629 {
    padding: 0px;
}

#module_663489629 {
    position: static;
    z-index: 0;
    top: 5543px;
    left: 861px;
    width: 100%;
    height: auto;
}

#module_663489629 .ModuleHead663489629 {
    display: none;
}

#module_663489629 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_663489629>.module_663489629 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}
#module_663489629 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_663489629 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_663489629 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_663489629 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_663489629 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_663489629 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_663489629 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_663489629 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_663489629 a {
    font-size: unset;
    font-family: unset
}

.module_674742926 .ModuleHead .HeadCenter {
    float: none;
}

#module_674742926 {
    padding: 0px;
}

#module_674742926 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_674742926 .ModuleHead674742926 {
    display: none;
}

#module_674742926 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_674742926>.module_674742926 {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    #module_674742926>.module_674742926 {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

#module_674742926 .hrbox {
    justify-content: center;
}

#module_674742926 .hr-line {
    width: autopx;
    max-width: autopx;
}

#module_674742926 .hr-line {
    border-bottom-color: #333;
}

#module_674742926 .hr-line {
    border-bottom-style: solid;
}

#module_674742926 .hr-line {
    border-bottom-width: 1px;
}

#module_689141693 {
    display: none;
}

.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}


/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}


/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px !important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}

.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }

    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }

    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }

    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer {
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.module_663489589 .ModuleHead .HeadCenter {
    float: none;
}
