/* cache file /mnt/yzproc/YZ-Site/caches/csscache/0/597/597_310701_1_.cache exists */
/*md5:06f6d9deb44bea35086fcfa9c421987a*/
/*time: 2024-03-09 10:18:44*/
.ModuleGridContainer[gridswidthmode="2"] {
    max-width: 1200px;
    width: auto;
}

.BodyMain2Zone {
    display: none;
}

.BodyMain3Zone {
    display: none;
}

.BodyMain4Zone {
    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>.SubContainer {
    display: table-cell;
    vertical-align: top;
}

.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%;
}

.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 .ModuleGridBorder {
    border: 0px !important;
    padding: 0 !important;
}

.module_28068744 .ModuleHead .HeadCenter {
    float: none;
}

#module_28068744 {
    padding: 0px;
}

#module_28068744 {
    position: static;
    z-index: 0;
    top: 64px;
    left: 321px;
    width: 100%;
    height: auto;
}

#module_28068744 .ModuleHead28068744 {
    display: none;
}

#module_28068744 .BodyCenter.BodyCenter28068744 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_28068744>.module_28068744 {
    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_28068744>.module_28068744 {
    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_28068744 .BodyCenter.BodyCenter28068744 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28068744 .BodyCenter.BodyCenter28068744 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28068744>.module_28068744 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28068744>.module_28068744 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28068744>.module_28068744 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28068744:hover {
    border: none;
}

#module_28068744:hover>.module_28068744 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28068744 .ModuleSubContainer {
    background-color: rgb(255, 255, 255);
}

#module_28068744 .ModuleSubContainer {
    background-image: none;
}

#module_28068744 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28068744 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28068744 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28068744 .ModuleSubContainer {}

#module_28068744 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28068744 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28068744 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28068744 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28068744 {}

.ModuleGridContainer.ModuleGridContainer28068744 .SubPadding {
    width: 0px;
}

.ModuleImageGiant.layout-101 .BodyCenter {
    text-align: center;
}

.ModuleImageGiant.layout-101 img {
    margin: auto;
    max-width: 100%;
    border: none;
}

.module_28101652 .ModuleHead .HeadCenter {
    float: none;
}

#module_28101652 {
    padding: 0px;
}

#module_28101652 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28101652 .ModuleHead28101652 {
    display: none;
}

#module_28101652 .BodyCenter.BodyCenter28101652 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28101652>.module_28101652 {
    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_28101652>.module_28101652 {
    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_28101652 .BodyCenter.BodyCenter28101652 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28101652 .BodyCenter.BodyCenter28101652 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28101652>.module_28101652 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28101652>.module_28101652 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28101652>.module_28101652 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28101652:hover {
    border: none;
}

#module_28101652:hover>.module_28101652 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28101652 img {
    border-top-color: transparent;
}

#module_28101652 img {
    border-top-style: none;
}

#module_28101652 img {
    border-top-width: 0px;
}

#module_28101652 img {
    border-right-color: transparent;
}

#module_28101652 img {
    border-right-style: none;
}

#module_28101652 img {
    border-right-width: 0px;
}

#module_28101652 img {
    border-bottom-color: transparent;
}

#module_28101652 img {
    border-bottom-style: none;
}

#module_28101652 img {
    border-bottom-width: 0px;
}

#module_28101652 img {
    border-left-color: transparent;
}

#module_28101652 img {
    border-left-style: none;
}

#module_28101652 img {
    border-left-width: 0px;
}

#module_28101652 img {
    border-top-left-radius: 0px;
}

#module_28101652 img {
    border-top-right-radius: 0px;
}

#module_28101652 img {
    border-bottom-left-radius: 0px;
}

#module_28101652 img {
    border-bottom-right-radius: 0px;
}

#module_28101652 .BodyCenter {
    text-align: left;
}

.ModuleGridContainer.ModuleGridContainer28068744 #Sub28068744_1 {
    width: 49.7500%;
}

.ModuleNavGiant.layout-104 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.ModuleNavGiant.layout-104 .aroundMune {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding: 0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}

.ModuleNavGiant.layout-104 .aroundMune.active {
    transform: rotateY(0deg);
}

.ModuleNavGiant.layout-104 .moveMenuRight,
.ModuleNavGiant.layout-104 .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-104 .main-nav-content .moveMenuRight {
    background-color: rgba(238, 238, 238, .6);
}

.ModuleNavGiant.layout-104 .main-nav-content .moveMenuLeft {
    display: none;
    background-color: rgba(238, 238, 238, .6);
    margin-right: 10px
}

.ModuleNavGiant.layout-104 .moveMenuRight:hover,
.ModuleNavGiant.layout-104 .moveMenuLeft:hover {
    color: #fff;
    background-color: rgba(204, 204, 204, .6);
}

.ModuleNavGiant.layout-104 .main-nav-content>.blank-solve {
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}

.ModuleNavGiant.layout-104 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

.ModuleNavGiant.layout-104 .main-nav-item {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.ModuleNavGiant.layout-104 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    left: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    z-index: -1;
    border-radius: 0px;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ModuleNavGiant.layout-104 .main-nav-item-hover {
    color: #fff;
}

.ModuleNavGiant.layout-104 .main-nav-item-hover:before {
    width: 100%;
    left: 0;
    border-radius: 20px;
    opacity: 1;
}

.ModuleNavGiant.layout-104 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    padding-top: 20px;
    text-align: center;
    display: none;

}

.ModuleNavGiant.layout-104 .sub-nav-item-box {
    width: 100%;
    position: relative;
}

.ModuleNavGiant.layout-104 .sub-nav-item-group {
    position: relative;
}

.ModuleNavGiant.layout-104 .arrow {
    top: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    z-index: -1;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

.ModuleNavGiant.layout-104 .sub-nav-item {
    display: block;
    height: 42px;
    line-height: 42px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    padding-left: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.ModuleNavGiant.layout-104 .sub-nav-item .inner {
    display: block;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ModuleNavGiant.layout-104 .sub-nav-item .inner {
    height: 100%;
    line-height: calc(100% + 18px);
    display: block;
}

.ModuleNavGiant.layout-104 .sub-nav-item:first-child {
    border-top: none !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ModuleNavGiant.layout-104 .sub-nav-item:last-child {
    border-bottom: none !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ModuleNavGiant.layout-104 .sub-nav-item:hover .inner {
    padding-left: 10px;
}

.ModuleNavGiant.layout-104 .sub-nav-item-group.current {
    display: block;
}

.ModuleNavGiant.layout-104 .main-nav-item-group.current .main-nav-item {
    color: #fff;
}

.ModuleNavGiant.layout-104 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    width: 100%;
    left: 0;
    top: 20px;
    height: 40px;
    position: absolute;
    z-index: -1;
    background: #e91e63;
    border-radius: 20px;
}

.ModuleNavGiant.layout-104 .clearfix:after {
    content: '.';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.ModuleNavGiant.layout-104 .verticalMenu {
    height: auto !important;
}

.ModuleNavGiant.layout-104 .verticalMenu.main-nav-content>.blank-solve {
    width: 100% !important;
}

.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group {
    float: unset;
    width: 100%;
}

.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group:last-child {
    margin-bottom: 0 !important;
}

.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item {
    padding: 0 !important;
    text-align: center;
}

.ModuleNavGiant.layout-104 .sub-nav-item-group.sub-menu {
    display: none !important;
}

.module_28068470 .ModuleHead .HeadCenter {
    float: none;
}

#module_28068470 {
    padding: 0px;
}

#module_28068470 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28068470 .ModuleHead28068470 {
    display: none;
}

#module_28068470 .BodyCenter.BodyCenter28068470 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28068470>.module_28068470 {
    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_28068470>.module_28068470 {
    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_28068470 .BodyCenter.BodyCenter28068470 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28068470 .BodyCenter.BodyCenter28068470 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28068470>.module_28068470 {
        margin-top: 0.0000%;
        margin-left: 10.5032%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28068470>.module_28068470 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28068470>.module_28068470 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28068470:hover {
    border: none;
}

#module_28068470:hover>.module_28068470 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28068470 .main-nav-item-group {
    height: 80px;
    line-height: 80px;
}

#module_28068470 .main-nav-content {
    height: 80px
}

#module_28068470 .main-nav-content {
    background-color: #fff;
}

#module_28068470 .main-nav-content {
    background-image: none;
}

#module_28068470 .main-nav-content {
    background-repeat: no-repeat;
}

#module_28068470 .main-nav-content {}

#module_28068470 .main-nav-content {}

#module_28068470 .main-nav-content {}

#module_28068470 .main-nav-content,
#module_28068470 .verticalMenu .main-nav-item-group {
    text-align: left;
}

#module_28068470 .main-nav-item {
    font-size: 14px;
}

#module_28068470 .main-nav-item {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28068470 .main-nav-item {
    color: #333;
}

#module_28068470 .main-nav-item {
    font-weight: normal;
}

#module_28068470 .main-nav-item {
    text-decoration: none;
}

#module_28068470 .main-nav-item {
    font-style: normal;
}

#module_28068470 .main-nav-item {
    width: 90px;
}

#module_28068470 .main-nav-item {
    padding-left: 0px;
    padding-right: 0px;
}

#module_28068470 .verticalMenu .main-nav-item-group {
    margin-bottom: 0px;
}

#module_28068470 .main-nav-item {
    background-image: none;
}

#module_28068470 .main-nav-item {
    background-color: transparent;
}

#module_28068470 .main-nav-item {
    background-repeat: no-repeat;
}

#module_28068470 .main-nav-item {}

#module_28068470 .main-nav-item {}

#module_28068470 .main-nav-item {}

#module_28068470 .sub-nav-item-group {
    width: 192px;
}

#module_28068470 .sub-nav-item {
    height: 40px;
    line-height: 40px;
}

#module_28068470 .sub-nav-item .inner {
    line-height: calc(100% + (40px - 10px));
}

#module_28068470 .sub-nav-item .inner {
    font-size: 12px;
}

#module_28068470 .sub-nav-item .inner {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28068470 .sub-nav-item .inner {
    color: #000;
}

#module_28068470 .sub-nav-item .inner {
    font-weight: normal;
}

#module_28068470 .sub-nav-item .inner {
    text-decoration: none;
}

#module_28068470 .sub-nav-item .inner {
    font-style: normal;
}

#module_28068470 .sub-nav-item,
#module_28068470 .arrow,
#module_28068470 .sub-normal-color {
    background-color: #fff;
}

#module_28068470 .sub-nav-item .inner {
    background-image: none;
}

#module_28068470 .sub-nav-item .inner {
    background-repeat: no-repeat;
}

#module_28068470 .sub-nav-item .inner {}

#module_28068470 .sub-nav-item .inner {}

#module_28068470 .sub-nav-item {
    border-bottom-color: #e6e6e6;
}

#module_28068470 .sub-nav-item {
    border-bottom-style: solid;
}

#module_28068470 .sub-nav-item {
    border-bottom-width: 1px;
}

#module_28068470 .sub-nav-item {
    margin-bottom: 0px;
}

#module_28068470 .main-nav-item-hover {
    font-size: 14px;
}

#module_28068470 .main-nav-item-hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28068470 .main-nav-item-hover {
    color: #fff;
}

#module_28068470 .main-nav-item-hover {
    font-weight: normal;
}

#module_28068470 .main-nav-item-hover {
    text-decoration: none;
}

#module_28068470 .main-nav-item-hover {
    font-style: normal;
}

#module_28068470 .main-nav-item-hover::before {
    background-color: rgb(24, 77, 114);
}

#module_28068470 .main-nav-item-hover::before {
    background-image: none;
}

#module_28068470 .main-nav-item-hover::before {
    background-repeat: no-repeat;
}

#module_28068470 .main-nav-item-hover::before {}

#module_28068470 .main-nav-item-hover::before {}

#module_28068470 .main-nav-item-hover::before {}

#module_28068470 .sub-nav-item:hover .inner {
    font-size: 12px;
}

#module_28068470 .sub-nav-item:hover .inner {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28068470 .sub-nav-item:hover .inner {
    color: #000;
}

#module_28068470 .sub-nav-item:hover .inner {
    font-weight: normal;
}

#module_28068470 .sub-nav-item:hover .inner {
    text-decoration: none;
}

#module_28068470 .sub-nav-item:hover .inner {
    font-style: normal;
}

#module_28068470 .sub-nav-item:hover .inner,
#module_28068470 .sub-hover-color {
    background-color: #f2f2f2;
}

#module_28068470 .sub-nav-item:hover .inner {
    background-image: none;
}

#module_28068470 .sub-nav-item:hover .inner {
    background-repeat: no-repeat;
}

#module_28068470 .sub-nav-item:hover .inner {}

#module_28068470 .sub-nav-item:hover .inner {}

#module_28068470 .sub-nav-item:hover .inner {}


.ModuleGridContainer.ModuleGridContainer28068744 #Sub28068744_2 {
    width: 90.25%;
    top: -10px;
}

/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container {
    position: relative;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev {
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    /* for Chrome || Safari */
    -moz-transform: translate(0, -50%);
    /* for Firefox */
    -ms-transform: translate(0, -50%);
    /* for IE */
    -o-transform: translate(0, -50%);
    /* for Opera */
    transition: all .3s
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover {
    background: rgba(0, 0, 0, 0.4);
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next {
    left: 0;
    cursor: pointer;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev {
    right: 0;
    cursor: pointer;
    transform: rotate(180deg);
    margin-top: -41px;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* for Chrome || Safari */
    -moz-transform: translate(-50%, -50%);
    /* for Firefox */
    -ms-transform: translate(-50%, -50%);
    /* for IE */
    -o-transform: translate(-50%, -50%);
    /* background: url("../images/pres.png") no-repeat center;
    background-size: 100%;
    width: 17px; height:30px;background: #fff;content: "";*/
}

.ModuleSlideGiant.layout-104 .swiper-slide video {
    min-height: 32px;
    width: 100%;
    height: auto;
    display: block;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* for Chrome || Safari */
    -moz-transform: translate(-50%, -50%);
    /* for Firefox */
    -ms-transform: translate(-50%, -50%);
    /* for IE */
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    /* background: url("../images/nexts.png") no-repeat center;
    background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}

/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    position: relative;
    opacity: 1;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* for Chrome || Safari */
    -moz-transform: translate(-50%, -50%);
    /* for Firefox */
    -ms-transform: translate(-50%, -50%);
    /* for IE */
    -o-transform: translate(-50%, -50%);
}

.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.21);
}

/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.forie .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    position: relative;
    opacity: 1;
    margin: 0 5px;
}

.forie .swiper-pagination-switch:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.forie .swiper-active-switch {
    background: rgba(0, 0, 0, 0.21);
}

@media only screen and (max-width: 767px) {

    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev {
        display: none
    }
}

/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg {
    width: 100%;
}

.module_28313931 .ModuleHead .HeadCenter {
    float: none;
}

#module_28313931 {
    padding: 0px;
}

#module_28313931 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28313931 .ModuleHead28313931 {
    display: none;
}

#module_28313931 .BodyCenter.BodyCenter28313931 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28313931>.module_28313931 {
    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_28313931>.module_28313931 {
    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_28313931 .BodyCenter.BodyCenter28313931 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28313931 .BodyCenter.BodyCenter28313931 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28313931>.module_28313931 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28313931>.module_28313931 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28313931>.module_28313931 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28313931:hover {
    border: none;
}

#module_28313931:hover>.module_28313931 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28313931 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #fff;
}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {
    height: 82px;
}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {
    width: 81px;
}

#module_28313931 .swiper-slideshow-1-next:before,
#module_28313931 .swiper-slideshow-1-prev:before {
    color: ;
}

#module_28313931 .swiper-slideshow-1-next:before,
#module_28313931 .swiper-slideshow-1-prev:before {
    font-size: px;
}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {
    background-color: ;
}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {}

#module_28313931 .swiper-slideshow-1-next,
#module_28313931 .swiper-slideshow-1-prev {}

#module_28313931 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.21);
}

#module_28313931 .swiper-slideshow-1-next:hover:before,
#module_28313931 .swiper-slideshow-1-prev:hover:before {
    color: ;
}

#module_28313931 .swiper-slideshow-1-next:hover,
#module_28313931 .swiper-slideshow-1-prev:hover {
    background-color: ;
}

#module_28313931 .swiper-slideshow-1-next:hover,
#module_28313931 .swiper-slideshow-1-prev:hover {}

#module_28313931 .swiper-slideshow-1-next:hover,
#module_28313931 .swiper-slideshow-1-prev:hover {}

#module_28313931 .swiper-slideshow-1-next:hover,
#module_28313931 .swiper-slideshow-1-prev {}

#module_28313931 .swiper-slideshow-1-next:hover,
#module_28313931 .swiper-slideshow-1-prev:hover {}

#module_28313931 .swiper-slideshow-1-next:hover,
#module_28313931 .swiper-slideshow-1-prev:hover {}

#module_28313931 .SubContainer {
    max-width: 1200px !important;
}

.module_28364127 .ModuleHead .HeadCenter {
    float: none;
}

#module_28364127 {
    padding: 0px;
}

#module_28364127 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_28364127 .ModuleHead28364127 {
    display: none;
}

#module_28364127 .BodyCenter.BodyCenter28364127 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28364127>.module_28364127 {
    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_28364127>.module_28364127 {
    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_28364127 .BodyCenter.BodyCenter28364127 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28364127 .BodyCenter.BodyCenter28364127 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28364127>.module_28364127 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28364127>.module_28364127 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28364127>.module_28364127 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28364127:hover {
    border: none;
}

#module_28364127:hover>.module_28364127 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28364127 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #fff;
}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {
    height: 82px;
}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {
    width: 81px;
}

#module_28364127 .swiper-slideshow-1-next:before,
#module_28364127 .swiper-slideshow-1-prev:before {
    color: ;
}

#module_28364127 .swiper-slideshow-1-next:before,
#module_28364127 .swiper-slideshow-1-prev:before {
    font-size: px;
}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {
    background-color: ;
}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {}

#module_28364127 .swiper-slideshow-1-next,
#module_28364127 .swiper-slideshow-1-prev {}

#module_28364127 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.21);
}

#module_28364127 .swiper-slideshow-1-next:hover:before,
#module_28364127 .swiper-slideshow-1-prev:hover:before {
    color: ;
}

#module_28364127 .swiper-slideshow-1-next:hover,
#module_28364127 .swiper-slideshow-1-prev:hover {
    background-color: ;
}

#module_28364127 .swiper-slideshow-1-next:hover,
#module_28364127 .swiper-slideshow-1-prev:hover {}

#module_28364127 .swiper-slideshow-1-next:hover,
#module_28364127 .swiper-slideshow-1-prev:hover {}

#module_28364127 .swiper-slideshow-1-next:hover,
#module_28364127 .swiper-slideshow-1-prev {}

#module_28364127 .swiper-slideshow-1-next:hover,
#module_28364127 .swiper-slideshow-1-prev:hover {}

#module_28364127 .swiper-slideshow-1-next:hover,
#module_28364127 .swiper-slideshow-1-prev:hover {}

#module_28364127 .SubContainer {
    max-width: 1200px !important;
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
    margin-bottom: 12px;
}

.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%;
}

.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_28102502 .ModuleHead .HeadCenter {
    float: none;
}

#module_28102502 {
    padding: 0px;
}

#module_28102502 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28102502 .ModuleHead28102502 {
    display: none;
}

#module_28102502 .BodyCenter.BodyCenter28102502 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28102502>.module_28102502 {
    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_28102502>.module_28102502 {
    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_28102502 .BodyCenter.BodyCenter28102502 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28102502 .BodyCenter.BodyCenter28102502 {
        padding-top: 2.7174%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28102502>.module_28102502 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28102502>.module_28102502 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28102502>.module_28102502 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28102502:hover {
    border: none;
}

#module_28102502:hover>.module_28102502 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28102502 .ModuleSubContainer {
    background-color: transparent;
}

#module_28102502 .ModuleSubContainer {
    background-image: none;
}

#module_28102502 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28102502 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28102502 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28102502 .ModuleSubContainer {}

#module_28102502 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28102502 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28102502 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28102502 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28102502 {}

/*纯文本模块 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_28278339 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278339 {
    padding: 0px;
}

#module_28278339 {
    position: static;
    z-index: 0;
    top: -82px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28278339 .ModuleHead28278339 {
    display: none;
}

#module_28278339 .BodyCenter.BodyCenter28278339 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278339>.module_28278339 {
    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_28278339>.module_28278339 {
    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_28278339 .BodyCenter.BodyCenter28278339 {
        padding-top: 2.6667%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278339 .BodyCenter.BodyCenter28278339 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278339>.module_28278339 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278339>.module_28278339 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278339>.module_28278339 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278339:hover {
    border: none;
}

#module_28278339:hover>.module_28278339 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278339 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28278339 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28278339 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28278339 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28278339 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28278339 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278339 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28278339 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28278339 a {
    font-size: unset;
    font-family: unset
}

.module_28264953 .ModuleHead .HeadCenter {
    float: none;
}

#module_28264953 {
    padding: 0px;
}

#module_28264953 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28264953 .ModuleHead28264953 {
    display: none;
}

#module_28264953 .BodyCenter.BodyCenter28264953 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28264953>.module_28264953 {
    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_28264953>.module_28264953 {
    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_28264953 .BodyCenter.BodyCenter28264953 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 1.8333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264953 .BodyCenter.BodyCenter28264953 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28264953>.module_28264953 {
        margin-top: -3.6667%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264953>.module_28264953 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28264953>.module_28264953 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28264953:hover {
    border: none;
}

#module_28264953:hover>.module_28264953 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28264953 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28264953 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28264953 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28264953 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28264953 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28264953 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28264953 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28264953 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28264953 a {
    font-size: unset;
    font-family: unset
}

.module_28103301 .ModuleHead .HeadCenter {
    float: none;
}

#module_28103301 {
    padding: 0px;
}

#module_28103301 {
    position: static;
    z-index: 0;
    top: 936px;
    left: 1010px;
    width: 100%;
    height: auto;
}

#module_28103301 .ModuleHead28103301 {
    display: none;
}

#module_28103301 .BodyCenter.BodyCenter28103301 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28103301>.module_28103301 {
    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_28103301>.module_28103301 {
    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_28103301 .BodyCenter.BodyCenter28103301 {
        padding-top: 0.5917%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 3.7645%;
    }
}

@media screen and (max-width: 767px) {
    #module_28103301 .BodyCenter.BodyCenter28103301 {
        padding-top: 2.4457%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 3.2552%;
    }
}

@media screen and (min-width: 768px) {
    #module_28103301>.module_28103301 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28103301>.module_28103301 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28103301>.module_28103301 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28103301:hover {
    border: none;
}

#module_28103301:hover>.module_28103301 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28103301 .ModuleSubContainer {
    background-color: transparent;
}

#module_28103301 .ModuleSubContainer {
    background-image: none;
}

#module_28103301 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28103301 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28103301 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28103301 .ModuleSubContainer {}

#module_28103301 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28103301 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28103301 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28103301 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28103301 {}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.ModuleHoverBoxGiant.layout-101 .ModuleSubContainer {
    display: flex !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: none !important;
}

.ModuleHoverBoxGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer {
    width: 100%;
    height: 100%
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_1 {
    position: relative;
    overflow: hidden;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 {
    overflow: hidden;
    position: absolute;
    display: none;
    background: #fff;
    height: 100%;
    opacity: 0;
    top: 0;
    visibility: visible;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFadeInUp {
    -webkit-animation: switchFadeInUp-out .6s ease forwards;
    animation: switchFadeInUp-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFadeIn {
    -webkit-animation: switchFadeIn-out .6s ease forwards;
    animation: switchFadeIn-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFadeInDown {
    -webkit-animation: switchFadeInDown-out .6s ease forwards;
    animation: switchFadeInDown-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchSlideInDown {
    -webkit-animation: switchSlideInDown-out .6s ease forwards;
    animation: switchSlideInDown-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchSlideInUp {
    -webkit-animation: switchSlideInUp-out .6s ease forwards;
    animation: switchSlideInUp-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchBounceIn {
    -webkit-animation: switchBounceIn-out .6s ease forwards;
    animation: switchBounceIn-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchBounceInLeft {
    -webkit-animation: switchBounceInLeft-out .6s ease forwards;
    animation: switchBounceInLeft-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchBounceInRight {
    -webkit-animation: switchBounceInRight-out .6s ease forwards;
    animation: switchBounceInRight-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchPulse {
    -webkit-animation: switchPulse-out .6s ease forwards;
    animation: switchPulse-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchZoomIn {
    -webkit-animation: switchZoomIn-out .6s ease forwards;
    animation: switchZoomIn-out .6s ease forwards;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFlipInY {
    -webkit-animation: switchFlipInY-out .6s ease forwards;
    animation: switchFlipInY-out .6s ease forwards;
}

@media only screen and (min-width: 769px) {

    /* 弹现 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchFadeIn {
        -webkit-animation: fadeIn .6s ease forwards;
        animation: fadeIn .6s ease forwards;
    }

    /* 从上淡入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchFadeInDown {
        -webkit-animation: fadeInDown .6s ease forwards;
        animation: fadeInDown .6s ease forwards;
    }

    /* 从下淡入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchFadeInUp {
        -webkit-animation: fadeInUp .6s ease forwards;
        animation: fadeInUp .6s ease forwards;
    }

    /* 从上滑入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchSlideInDown {
        -webkit-animation: slideInDown .6s ease forwards;
        animation: slideInDown .6s ease forwards;
    }

    /* 从下滑入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchSlideInUp {
        -webkit-animation: slideInUp .6s ease forwards;
        animation: slideInUp .6s ease forwards;
    }

    /* 从里弹入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchBounceIn {
        -webkit-animation: bounceIn .6s ease forwards;
        animation: bounceIn .6s ease forwards;
    }

    /* 从左弹入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchBounceInLeft {
        -webkit-animation: bounceInLeft .6s ease forwards;
        animation: bounceInLeft .6s ease forwards;
    }

    /* 从右弹入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchBounceInRight {
        -webkit-animation: bounceInRight .6s ease forwards;
        animation: bounceInRight .6s ease forwards;
    }

    /* 跳动 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchPulse {
        -webkit-animation: pulse .6s ease forwards;
        animation: pulse .6s ease forwards;
    }

    /* 放大 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchZoomIn {
        -webkit-animation: zoomIn .6s ease forwards;
        animation: zoomIn .6s ease forwards;
    }

    /* Y轴翻转 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover>.switchFlipInY {
        -webkit-animation: flipInY .6s ease forwards;
        animation: flipInY .6s ease forwards;
    }
}

@media only screen and (max-width: 768px) {
    .ModuleHoverBoxGiant.layout-101 .ModuleShowHover .ModuleHoverBoxItem_2 {
        display: block !important;
        height: 100% !important;
        opacity: 1 !important;
        top: 0 !important;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleShowNormal .ModuleHoverBoxItem_2 {
        display: none !important;
    }
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchAnimateNone {
    height: 100%;
    opacity: 1;
    top: 0;
    display: inline-block;
    visibility: visible;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .wow {
    visibility: visible !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeIn {
    animation-name: fadeIn !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInLeft {
    animation-name: fadeInLeft !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInRight {
    animation-name: fadeInRight !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInUp {
    animation-name: fadeInUp !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInDown {
    animation-name: fadeInDown !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInUp {
    animation-name: slideInUp !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInDown {
    animation-name: slideInDown !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInLeft {
    animation-name: slideInLeft !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInRight {
    animation-name: slideInRight !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .zoomIn {
    animation-name: zoomIn !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flipInX {
    animation-name: flipInX !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flipInY {
    animation-name: flipInY !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounce {
    animation-name: bounce !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flash {
    animation-name: flash !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .pulse {
    animation-name: pulse !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .rotateInDownLeft {
    animation-name: rotateInDownLeft !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .rotateInDownRight {
    animation-name: rotateInDownRight !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceIn {
    animation-name: bounceIn !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceInLeft {
    animation-name: bounceInLeft !important;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceInRight {
    animation-name: bounceInRight !important;
}

/*start 退出动画*/
@keyframes switchBounceInRight-out {

    0%,
    90%,
    75%,
    60%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(1000px, 0, 0);
        -ms-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

}

@keyframes switchBounceInLeft-out {

    0%,
    90%,
    75%,
    60%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-1000px, 0, 0);
        -ms-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
}

@keyframes switchBounceIn-out {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }


}

@keyframes switchPulse-out {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
}

@keyframes switchFlipInY-out {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
}

@keyframes switchZoomIn-out {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes switchFadeInUp-out {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes switchFadeIn-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes switchFadeInDown-out {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes switchSlideInDown-out {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes switchSlideInUp-out {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
}

/*end 退出动画*/
.module_28273271 .ModuleHead .HeadCenter {
    float: none;
}

#module_28273271 {
    padding: 0px;
}

#module_28273271 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_28273271 .ModuleHead28273271 {
    display: none;
}

#module_28273271>.module_28273271 {
    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_28273271>.module_28273271 {
    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_28273271 .BodyCenter.BodyCenter28273271 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273271 .BodyCenter.BodyCenter28273271 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28273271>.module_28273271 {
        margin-top: 0.0000%;
        margin-left: 2.0000%;
        margin-right: 2.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273271>.module_28273271 {
        margin-top: 0.0000%;
        margin-left: 5.4348%;
        margin-right: 2.7174%;
        margin-bottom: 0.0000%;
    }
}

#module_28273271>.module_28273271 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28273271:hover {
    border: none;
}

#module_28273271:hover>.module_28273271 {
    border-color: #ccc;
}

#module_28273271:hover>.module_28273271 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28273271 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_28273271 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_28273271 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_28273271 .ModuleHoverBoxItem_1 {}

#module_28273271 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_28273271 .ModuleHoverBoxItem_1 {}

#module_28273271 .ModuleHoverBoxItem_1 {
    padding-top: 0px;
}

#module_28273271 .ModuleHoverBoxItem_1 {
    padding-bottom: 0px;
}

#module_28273271 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_28273271 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_28273271 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_28273271 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_28273271 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_28273271 .ModuleHoverBoxItem_2 {}

#module_28273271 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_28273271 .ModuleHoverBoxItem_2 {}

#module_28273271 .ModuleHoverBoxItem_2 {
    padding-top: 0px;
}

#module_28273271 .ModuleHoverBoxItem_2 {
    padding-bottom: 0px;
}

#module_28273271 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_28273271 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_28273271 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_28274401 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274401 {
    padding: 0px;
}

#module_28274401 {
    position: static;
    z-index: 0;
    top: 1006px;
    left: 504px;
    width: 100%;
    height: auto;
}

#module_28274401 .ModuleHead28274401 {
    display: none;
}

#module_28274401 .BodyCenter.BodyCenter28274401 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274401>.module_28274401 {
    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_28274401>.module_28274401 {
    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_28274401 .BodyCenter.BodyCenter28274401 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274401 .BodyCenter.BodyCenter28274401 {
        padding-top: 5.9172%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28274401>.module_28274401 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274401>.module_28274401 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28274401>.module_28274401 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274401:hover {
    border: none;
}

#module_28274401:hover>.module_28274401 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274401 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28274401 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28274401 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28274401 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28274401 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28274401 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28274401 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28274401 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28274401 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_28273275 .ModuleHead .HeadCenter {
    float: none;
}

#module_28273275 {
    padding: 0px;
}

#module_28273275 {
    position: static;
    z-index: 0;
    top: 98px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28273275 .ModuleHead28273275 {
    display: none;
}

#module_28273275 .BodyCenter.BodyCenter28273275 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28273275>.module_28273275 {
    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_28273275>.module_28273275 {
    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_28273275 .BodyCenter.BodyCenter28273275 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273275 .BodyCenter.BodyCenter28273275 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28273275>.module_28273275 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273275>.module_28273275 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28273275>.module_28273275 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28273275:hover {
    border: none;
}

#module_28273275:hover>.module_28273275 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28273275 .BodyCenter {
    text-align: center;
}

#module_28273275 .moduleButton {
    font-size: 14px;
}

#module_28273275 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28273275 .moduleButton {
    color: rgb(127, 127, 127);
}

#module_28273275 .moduleButton {
    font-weight: normal;
}

#module_28273275 .moduleButton {
    text-decoration: none;
}

#module_28273275 .moduleButton {
    font-style: normal;
}

#module_28273275 .moduleButton,
#module_28273275 .moduleButton:before {
    background-color: transparent;
}

#module_28273275 .moduleButton,
#module_28273275 .moduleButton:before {}

#module_28273275 .moduleButton,
#module_28273275 .moduleButton:before {}

#module_28273275 .moduleButton,
#module_28273275 .moduleButton:before {}

#module_28273275 .moduleButton,
#module_28273275 .moduleButton:before {}

#module_28273275 .moduleButton,
#module_28273275 .moduleButton:before {}

#module_28273275 .moduleButton {
    border-color: rgb(216, 216, 216);
}

#module_28273275 .moduleButton {
    border-style: solid;
}

#module_28273275 .moduleButton {
    border-width: 1px;
}

#module_28273275 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28273275 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28273275 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28273275 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28273275 .moduleButton {
    width: 110px;
}

#module_28273275 .moduleButton,
#module_28273275 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28273275 .BodyCenter {
    color: #4caf50;
}

#module_28273275 .BreadIcon {
    font-size: px;
}

#module_28273275 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28273275 .BreadIcon {
    color: ;
}

#module_28273275 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28273275 .BreadIcon,
#module_28273275 .BreadsvgIcon {
    margin-left: px;
}

#module_28273275 .BreadIcon,
#module_28273275 .BreadsvgIcon {
    margin-right: px;
}

#module_28273275 .moduleButton {
    box-shadow: ;
}

#module_28273275 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28273275 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28273275 .moduleButton:hover .BreadIcon {
    color:
}

#module_28273275 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28273275 .moduleButton:hover {
    font-size: 14px;
}

#module_28273275 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28273275 .moduleButton:hover {
    color: rgb(127, 127, 127);
}

#module_28273275 .moduleButton:hover {
    font-weight: normal;
}

#module_28273275 .moduleButton:hover {
    text-decoration: none;
}

#module_28273275 .moduleButton:hover {
    font-style: normal;
}

#module_28273275 .moduleButton:hover,
#module_28273275 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgba(0, 0, 0, 0);
}

#module_28273275 .moduleButton:hover,
#module_28273275 .moduleButton:hover:before {}

#module_28273275 .moduleButton:hover,
#module_28273275 .moduleButton:hover:before {}

#module_28273275 .moduleButton:hover,
#module_28273275 .moduleButton:hover:before {}

#module_28273275 .moduleButton:hover,
#module_28273275 .moduleButton:hover:before {}

#module_28273275 .moduleButton:hover,
#module_28273275 .moduleButton:hover:before {}

#module_28273275 .moduleButton:hover {
    border-color: rgb(216, 216, 216);
}

#module_28273275 .moduleButton:hover {
    border-style: solid;
}

#module_28273275 .moduleButton:hover {
    border-width: 1px;
}

#module_28273275 .moduleButton:hover {
    box-shadow: ;
}

.module_28273280 .ModuleHead .HeadCenter {
    float: none;
}

#module_28273280 {
    padding: 0px;
}

#module_28273280 {
    position: static;
    z-index: 0;
    top: 131px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28273280 .ModuleHead28273280 {
    display: none;
}

#module_28273280 .BodyCenter.BodyCenter28273280 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28273280>.module_28273280 {
    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_28273280>.module_28273280 {
    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_28273280 .BodyCenter.BodyCenter28273280 {
        padding-top: 6.9444%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.3333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273280 .BodyCenter.BodyCenter28273280 {
        padding-top: 9.4675%;
        padding-left: 14.2012%;
        padding-right: 14.2012%;
        padding-bottom: 9.4675%;
    }
}

@media screen and (min-width: 768px) {
    #module_28273280>.module_28273280 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273280>.module_28273280 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28273280>.module_28273280 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28273280:hover {
    border: none;
}

#module_28273280:hover>.module_28273280 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28273280 img {
    border-top-color: transparent;
}

#module_28273280 img {
    border-top-style: none;
}

#module_28273280 img {
    border-top-width: 0px;
}

#module_28273280 img {
    border-right-color: transparent;
}

#module_28273280 img {
    border-right-style: none;
}

#module_28273280 img {
    border-right-width: 0px;
}

#module_28273280 img {
    border-bottom-color: transparent;
}

#module_28273280 img {
    border-bottom-style: none;
}

#module_28273280 img {
    border-bottom-width: 0px;
}

#module_28273280 img {
    border-left-color: transparent;
}

#module_28273280 img {
    border-left-style: none;
}

#module_28273280 img {
    border-left-width: 0px;
}

#module_28273280 img {
    border-top-left-radius: 0px;
}

#module_28273280 img {
    border-top-right-radius: 0px;
}

#module_28273280 img {
    border-bottom-left-radius: 0px;
}

#module_28273280 img {
    border-bottom-right-radius: 0px;
}

#module_28273280 .BodyCenter {
    text-align: center;
}

.module_28273298 .ModuleHead .HeadCenter {
    float: none;
}

#module_28273298 {
    padding: 0px;
}

#module_28273298 {
    position: static;
    z-index: 0;
    top: 51px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28273298 .ModuleHead28273298 {
    display: none;
}

#module_28273298 .BodyCenter.BodyCenter28273298 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28273298>.module_28273298 {
    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_28273298>.module_28273298 {
    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_28273298 .BodyCenter.BodyCenter28273298 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273298 .BodyCenter.BodyCenter28273298 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28273298>.module_28273298 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273298>.module_28273298 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28273298>.module_28273298 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28273298:hover {
    border: none;
}

#module_28273298:hover>.module_28273298 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28273298 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28273298 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28273298 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28273298 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28273298 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28273298 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28273298 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28273298 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28273298 a {
    font-size: unset;
    font-family: unset
}

.module_28274650 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274650 {
    padding: 0px;
}

#module_28274650 {
    position: static;
    z-index: 0;
    top: 136px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28274650 .ModuleHead28274650 {
    display: none;
}

#module_28274650 .BodyCenter.BodyCenter28274650 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274650>.module_28274650 {
    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_28274650>.module_28274650 {
    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_28274650 .BodyCenter.BodyCenter28274650 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274650 .BodyCenter.BodyCenter28274650 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274650>.module_28274650 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274650>.module_28274650 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274650>.module_28274650 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274650:hover {
    border: none;
}

#module_28274650:hover>.module_28274650 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274650 .BodyCenter {
    text-align: center;
}

#module_28274650 .moduleButton {
    font-size: 14px;
}

#module_28274650 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28274650 .moduleButton {
    color: rgb(255, 255, 255);
}

#module_28274650 .moduleButton {
    font-weight: normal;
}

#module_28274650 .moduleButton {
    text-decoration: none;
}

#module_28274650 .moduleButton {
    font-style: normal;
}

#module_28274650 .moduleButton,
#module_28274650 .moduleButton:before {
    background-color: rgb(30, 76, 125);
}

#module_28274650 .moduleButton,
#module_28274650 .moduleButton:before {}

#module_28274650 .moduleButton,
#module_28274650 .moduleButton:before {}

#module_28274650 .moduleButton,
#module_28274650 .moduleButton:before {}

#module_28274650 .moduleButton,
#module_28274650 .moduleButton:before {}

#module_28274650 .moduleButton,
#module_28274650 .moduleButton:before {}

#module_28274650 .moduleButton {
    border-color: rgb(30, 76, 125);
}

#module_28274650 .moduleButton {
    border-style: solid;
}

#module_28274650 .moduleButton {
    border-width: 1px;
}

#module_28274650 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28274650 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28274650 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28274650 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28274650 .moduleButton {
    width: 109px;
}

#module_28274650 .moduleButton,
#module_28274650 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28274650 .BodyCenter {
    color: #4caf50;
}

#module_28274650 .BreadIcon {
    font-size: px;
}

#module_28274650 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28274650 .BreadIcon {
    color: ;
}

#module_28274650 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28274650 .BreadIcon,
#module_28274650 .BreadsvgIcon {
    margin-left: px;
}

#module_28274650 .BreadIcon,
#module_28274650 .BreadsvgIcon {
    margin-right: px;
}

#module_28274650 .moduleButton {
    box-shadow: ;
}

#module_28274650 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28274650 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28274650 .moduleButton:hover .BreadIcon {
    color:
}

#module_28274650 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28274650 .moduleButton:hover {
    font-size: 14px;
}

#module_28274650 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28274650 .moduleButton:hover {
    color: rgb(255, 255, 255);
}

#module_28274650 .moduleButton:hover {
    font-weight: normal;
}

#module_28274650 .moduleButton:hover {
    text-decoration: none;
}

#module_28274650 .moduleButton:hover {
    font-style: normal;
}

#module_28274650 .moduleButton:hover,
#module_28274650 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(30, 76, 125);
}

#module_28274650 .moduleButton:hover,
#module_28274650 .moduleButton:hover:before {}

#module_28274650 .moduleButton:hover,
#module_28274650 .moduleButton:hover:before {}

#module_28274650 .moduleButton:hover,
#module_28274650 .moduleButton:hover:before {}

#module_28274650 .moduleButton:hover,
#module_28274650 .moduleButton:hover:before {}

#module_28274650 .moduleButton:hover,
#module_28274650 .moduleButton:hover:before {}

#module_28274650 .moduleButton:hover {
    border-color: rgb(30, 76, 125);
}

#module_28274650 .moduleButton:hover {
    border-style: solid;
}

#module_28274650 .moduleButton:hover {
    border-width: 1px;
}

#module_28274650 .moduleButton:hover {
    box-shadow: ;
}

.module_28274651 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274651 {
    padding: 0px;
}

#module_28274651 {
    position: static;
    z-index: 0;
    top: 129px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28274651 .ModuleHead28274651 {
    display: none;
}

#module_28274651 .BodyCenter.BodyCenter28274651 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274651>.module_28274651 {
    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_28274651>.module_28274651 {
    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_28274651 .BodyCenter.BodyCenter28274651 {
        padding-top: 6.9444%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.3333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274651 .BodyCenter.BodyCenter28274651 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274651>.module_28274651 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274651>.module_28274651 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274651>.module_28274651 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274651:hover {
    border: none;
}

#module_28274651:hover>.module_28274651 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274651 img {
    border-top-color: transparent;
}

#module_28274651 img {
    border-top-style: none;
}

#module_28274651 img {
    border-top-width: 0px;
}

#module_28274651 img {
    border-right-color: transparent;
}

#module_28274651 img {
    border-right-style: none;
}

#module_28274651 img {
    border-right-width: 0px;
}

#module_28274651 img {
    border-bottom-color: transparent;
}

#module_28274651 img {
    border-bottom-style: none;
}

#module_28274651 img {
    border-bottom-width: 0px;
}

#module_28274651 img {
    border-left-color: transparent;
}

#module_28274651 img {
    border-left-style: none;
}

#module_28274651 img {
    border-left-width: 0px;
}

#module_28274651 img {
    border-top-left-radius: 0px;
}

#module_28274651 img {
    border-top-right-radius: 0px;
}

#module_28274651 img {
    border-bottom-left-radius: 0px;
}

#module_28274651 img {
    border-bottom-right-radius: 0px;
}

#module_28274651 .BodyCenter {
    text-align: center;
}

.module_28124177 .ModuleHead .HeadCenter {
    float: none;
}

#module_28124177 {
    padding: 0px;
}

#module_28124177 {
    position: static;
    z-index: 0;
    top: 910px;
    left: 701px;
    width: 100%;
    height: auto;
}

#module_28124177 .ModuleHead28124177 {
    display: none;
}

#module_28124177>.module_28124177 {
    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_28124177>.module_28124177 {
    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_28124177 .BodyCenter.BodyCenter28124177 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28124177 .BodyCenter.BodyCenter28124177 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28124177>.module_28124177 {
        margin-top: 0.0000%;
        margin-left: 2.0000%;
        margin-right: 2.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28124177>.module_28124177 {
        margin-top: 0.0000%;
        margin-left: 2.7174%;
        margin-right: 5.4348%;
        margin-bottom: 0.0000%;
    }
}

#module_28124177>.module_28124177 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28124177:hover {
    border: none;
}

#module_28124177:hover>.module_28124177 {
    border-color: #ccc;
}

#module_28124177:hover>.module_28124177 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28124177 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_28124177 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_28124177 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_28124177 .ModuleHoverBoxItem_1 {}

#module_28124177 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_28124177 .ModuleHoverBoxItem_1 {}

#module_28124177 .ModuleHoverBoxItem_1 {
    padding-top: 0px;
}

#module_28124177 .ModuleHoverBoxItem_1 {
    padding-bottom: 0px;
}

#module_28124177 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_28124177 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_28124177 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_28124177 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_28124177 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_28124177 .ModuleHoverBoxItem_2 {}

#module_28124177 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_28124177 .ModuleHoverBoxItem_2 {}

#module_28124177 .ModuleHoverBoxItem_2 {
    padding-top: 0px;
}

#module_28124177 .ModuleHoverBoxItem_2 {
    padding-bottom: 0px;
}

#module_28124177 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_28124177 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_28124177 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_28274426 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274426 {
    padding: 0px;
}

#module_28274426 {
    position: static;
    z-index: 0;
    top: 968px;
    left: 766px;
    width: 100%;
    height: auto;
}

#module_28274426 .ModuleHead28274426 {
    display: none;
}

#module_28274426 .BodyCenter.BodyCenter28274426 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274426>.module_28274426 {
    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_28274426>.module_28274426 {
    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_28274426 .BodyCenter.BodyCenter28274426 {
        /* padding-top: 10.4167%; */
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274426 .BodyCenter.BodyCenter28274426 {
        /* padding-top: 5.9172%; */
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28274426>.module_28274426 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274426>.module_28274426 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28274426>.module_28274426 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274426:hover {
    border: none;
}

#module_28274426:hover>.module_28274426 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274426 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28274426 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28274426 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28274426 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28274426 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28274426 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28274426 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28274426 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28274426 a {
    font-size: unset;
    font-family: unset
}

.module_28250126 .ModuleHead .HeadCenter {
    float: none;
}

#module_28250126 {
    padding: 0px;
}

#module_28250126 {
    position: static;
    z-index: 0;
    top: 970px;
    left: 660px;
    width: 100%;
    height: auto;
}

#module_28250126 .ModuleHead28250126 {
    display: none;
}

#module_28250126 .BodyCenter.BodyCenter28250126 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28250126>.module_28250126 {
    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_28250126>.module_28250126 {
    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_28250126 .BodyCenter.BodyCenter28250126 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28250126 .BodyCenter.BodyCenter28250126 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28250126>.module_28250126 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28250126>.module_28250126 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28250126>.module_28250126 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28250126:hover {
    border: none;
}

#module_28250126:hover>.module_28250126 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28250126 .BodyCenter {
    text-align: center;
}

#module_28250126 .moduleButton {
    font-size: 14px;
}

#module_28250126 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28250126 .moduleButton {
    color: rgb(127, 127, 127);
}

#module_28250126 .moduleButton {
    font-weight: normal;
}

#module_28250126 .moduleButton {
    text-decoration: none;
}

#module_28250126 .moduleButton {
    font-style: normal;
}

#module_28250126 .moduleButton,
#module_28250126 .moduleButton:before {
    background-color: transparent;
}

#module_28250126 .moduleButton,
#module_28250126 .moduleButton:before {}

#module_28250126 .moduleButton,
#module_28250126 .moduleButton:before {}

#module_28250126 .moduleButton,
#module_28250126 .moduleButton:before {}

#module_28250126 .moduleButton,
#module_28250126 .moduleButton:before {}

#module_28250126 .moduleButton,
#module_28250126 .moduleButton:before {}

#module_28250126 .moduleButton {
    border-color: rgb(216, 216, 216);
}

#module_28250126 .moduleButton {
    border-style: solid;
}

#module_28250126 .moduleButton {
    border-width: 1px;
}

#module_28250126 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28250126 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28250126 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28250126 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28250126 .moduleButton {
    width: 110px;
}

#module_28250126 .moduleButton,
#module_28250126 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28250126 .BodyCenter {
    color: #4caf50;
}

#module_28250126 .BreadIcon {
    font-size: px;
}

#module_28250126 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28250126 .BreadIcon {
    color: ;
}

#module_28250126 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28250126 .BreadIcon,
#module_28250126 .BreadsvgIcon {
    margin-left: px;
}

#module_28250126 .BreadIcon,
#module_28250126 .BreadsvgIcon {
    margin-right: px;
}

#module_28250126 .moduleButton {
    box-shadow: ;
}

#module_28250126 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28250126 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28250126 .moduleButton:hover .BreadIcon {
    color:
}

#module_28250126 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28250126 .moduleButton:hover {
    font-size: 14px;
}

#module_28250126 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28250126 .moduleButton:hover {
    color: rgb(127, 127, 127);
}

#module_28250126 .moduleButton:hover {
    font-weight: normal;
}

#module_28250126 .moduleButton:hover {
    text-decoration: none;
}

#module_28250126 .moduleButton:hover {
    font-style: normal;
}

#module_28250126 .moduleButton:hover,
#module_28250126 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgba(0, 0, 0, 0);
}

#module_28250126 .moduleButton:hover,
#module_28250126 .moduleButton:hover:before {}

#module_28250126 .moduleButton:hover,
#module_28250126 .moduleButton:hover:before {}

#module_28250126 .moduleButton:hover,
#module_28250126 .moduleButton:hover:before {}

#module_28250126 .moduleButton:hover,
#module_28250126 .moduleButton:hover:before {}

#module_28250126 .moduleButton:hover,
#module_28250126 .moduleButton:hover:before {}

#module_28250126 .moduleButton:hover {
    border-color: rgb(216, 216, 216);
}

#module_28250126 .moduleButton:hover {
    border-style: solid;
}

#module_28250126 .moduleButton:hover {
    border-width: 1px;
}

#module_28250126 .moduleButton:hover {
    box-shadow: ;
}

.module_28250158 .ModuleHead .HeadCenter {
    float: none;
}

#module_28250158 {
    padding: 0px;
}

#module_28250158 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28250158 .ModuleHead28250158 {
    display: none;
}

#module_28250158 .BodyCenter.BodyCenter28250158 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28250158>.module_28250158 {
    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_28250158>.module_28250158 {
    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_28250158 .BodyCenter.BodyCenter28250158 {
        /* padding-top: 6.9444%; */
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        /* padding-bottom: 8.3333%; */
    }
}

@media screen and (max-width: 767px) {
    #module_28250158 .BodyCenter.BodyCenter28250158 {
        padding-top: 9.4675%;
        padding-left: 14.2012%;
        padding-right: 14.2012%;
        padding-bottom: 9.4675%;
    }
}

@media screen and (min-width: 768px) {
    #module_28250158>.module_28250158 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28250158>.module_28250158 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28250158>.module_28250158 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28250158:hover {
    border: none;
}

#module_28250158:hover>.module_28250158 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28250158 img {
    border-top-color: transparent;
}

#module_28250158 img {
    border-top-style: none;
}

#module_28250158 img {
    border-top-width: 0px;
}

#module_28250158 img {
    border-right-color: transparent;
}

#module_28250158 img {
    border-right-style: none;
}

#module_28250158 img {
    border-right-width: 0px;
}

#module_28250158 img {
    border-bottom-color: transparent;
}

#module_28250158 img {
    border-bottom-style: none;
}

#module_28250158 img {
    border-bottom-width: 0px;
}

#module_28250158 img {
    border-left-color: transparent;
}

#module_28250158 img {
    border-left-style: none;
}

#module_28250158 img {
    border-left-width: 0px;
}

#module_28250158 img {
    border-top-left-radius: 0px;
}

#module_28250158 img {
    border-top-right-radius: 0px;
}

#module_28250158 img {
    border-bottom-left-radius: 0px;
}

#module_28250158 img {
    border-bottom-right-radius: 0px;
}

#module_28250158 .BodyCenter {
    text-align: center;
}

.module_28273241 .ModuleHead .HeadCenter {
    float: none;
}

#module_28273241 {
    padding: 0px;
}

#module_28273241 {
    position: static;
    z-index: 0;
    top: 33px;
    left: 635px;
    width: 100%;
    height: auto;
}

#module_28273241 .ModuleHead28273241 {
    display: none;
}

#module_28273241 .BodyCenter.BodyCenter28273241 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28273241>.module_28273241 {
    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_28273241>.module_28273241 {
    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_28273241 .BodyCenter.BodyCenter28273241 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273241 .BodyCenter.BodyCenter28273241 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28273241>.module_28273241 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273241>.module_28273241 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28273241>.module_28273241 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28273241:hover {
    border: none;
}

#module_28273241:hover>.module_28273241 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28273241 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28273241 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28273241 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28273241 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28273241 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28273241 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28273241 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28273241 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28273241 a {
    font-size: unset;
    font-family: unset
}

.module_28277917 .ModuleHead .HeadCenter {
    float: none;
}

#module_28277917 {
    padding: 0px;
}

#module_28277917 {
    position: static;
    z-index: 0;
    top: 1004px;
    left: 875px;
    width: 100%;
    height: auto;
}

#module_28277917 .ModuleHead28277917 {
    display: none;
}

#module_28277917 .BodyCenter.BodyCenter28277917 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28277917>.module_28277917 {
    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_28277917>.module_28277917 {
    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_28277917 .BodyCenter.BodyCenter28277917 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28277917 .BodyCenter.BodyCenter28277917 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28277917>.module_28277917 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28277917>.module_28277917 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28277917>.module_28277917 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28277917:hover {
    border: none;
}

#module_28277917:hover>.module_28277917 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28277917 .BodyCenter {
    text-align: center;
}

#module_28277917 .moduleButton {
    font-size: 14px;
}

#module_28277917 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28277917 .moduleButton {
    color: rgb(255, 255, 255);
}

#module_28277917 .moduleButton {
    font-weight: normal;
}

#module_28277917 .moduleButton {
    text-decoration: none;
}

#module_28277917 .moduleButton {
    font-style: normal;
}

#module_28277917 .moduleButton,
#module_28277917 .moduleButton:before {
    background-color: rgb(30, 76, 125);
}

#module_28277917 .moduleButton,
#module_28277917 .moduleButton:before {}

#module_28277917 .moduleButton,
#module_28277917 .moduleButton:before {}

#module_28277917 .moduleButton,
#module_28277917 .moduleButton:before {}

#module_28277917 .moduleButton,
#module_28277917 .moduleButton:before {}

#module_28277917 .moduleButton,
#module_28277917 .moduleButton:before {}

#module_28277917 .moduleButton {
    border-color: rgb(30, 76, 125);
}

#module_28277917 .moduleButton {
    border-style: solid;
}

#module_28277917 .moduleButton {
    border-width: 1px;
}

#module_28277917 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28277917 .moduleButton {
    border-top-right-radius: 51px;
}

#module_28277917 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28277917 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28277917 .moduleButton {
    width: 109px;
}

#module_28277917 .moduleButton,
#module_28277917 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28277917 .BodyCenter {
    color: #4caf50;
}

#module_28277917 .BreadIcon {
    font-size: px;
}

#module_28277917 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28277917 .BreadIcon {
    color: ;
}

#module_28277917 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28277917 .BreadIcon,
#module_28277917 .BreadsvgIcon {
    margin-left: px;
}

#module_28277917 .BreadIcon,
#module_28277917 .BreadsvgIcon {
    margin-right: px;
}

#module_28277917 .moduleButton {
    box-shadow: ;
}

#module_28277917 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28277917 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28277917 .moduleButton:hover .BreadIcon {
    color:
}

#module_28277917 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28277917 .moduleButton:hover {
    font-size: 14px;
}

#module_28277917 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28277917 .moduleButton:hover {
    color: rgb(255, 255, 255);
}

#module_28277917 .moduleButton:hover {
    font-weight: normal;
}

#module_28277917 .moduleButton:hover {
    text-decoration: none;
}

#module_28277917 .moduleButton:hover {
    font-style: normal;
}

#module_28277917 .moduleButton:hover,
#module_28277917 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(30, 76, 125);
}

#module_28277917 .moduleButton:hover,
#module_28277917 .moduleButton:hover:before {}

#module_28277917 .moduleButton:hover,
#module_28277917 .moduleButton:hover:before {}

#module_28277917 .moduleButton:hover,
#module_28277917 .moduleButton:hover:before {}

#module_28277917 .moduleButton:hover,
#module_28277917 .moduleButton:hover:before {}

#module_28277917 .moduleButton:hover,
#module_28277917 .moduleButton:hover:before {}

#module_28277917 .moduleButton:hover {
    border-color: rgb(30, 76, 125);
}

#module_28277917 .moduleButton:hover {
    border-style: solid;
}

#module_28277917 .moduleButton:hover {
    border-width: 1px;
}

#module_28277917 .moduleButton:hover {
    box-shadow: ;
}

.module_28274496 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274496 {
    padding: 0px;
}

#module_28274496 {
    position: static;
    z-index: 0;
    top: 146px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28274496 .ModuleHead28274496 {
    display: none;
}

#module_28274496 .BodyCenter.BodyCenter28274496 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274496>.module_28274496 {
    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_28274496>.module_28274496 {
    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_28274496 .BodyCenter.BodyCenter28274496 {
        padding-top: 6.9444%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.3333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274496 .BodyCenter.BodyCenter28274496 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274496>.module_28274496 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274496>.module_28274496 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274496>.module_28274496 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274496:hover {
    border: none;
}

#module_28274496:hover>.module_28274496 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274496 img {
    border-top-color: transparent;
}

#module_28274496 img {
    border-top-style: none;
}

#module_28274496 img {
    border-top-width: 0px;
}

#module_28274496 img {
    border-right-color: transparent;
}

#module_28274496 img {
    border-right-style: none;
}

#module_28274496 img {
    border-right-width: 0px;
}

#module_28274496 img {
    border-bottom-color: transparent;
}

#module_28274496 img {
    border-bottom-style: none;
}

#module_28274496 img {
    border-bottom-width: 0px;
}

#module_28274496 img {
    border-left-color: transparent;
}

#module_28274496 img {
    border-left-style: none;
}

#module_28274496 img {
    border-left-width: 0px;
}

#module_28274496 img {
    border-top-left-radius: 0px;
}

#module_28274496 img {
    border-top-right-radius: 0px;
}

#module_28274496 img {
    border-bottom-left-radius: 0px;
}

#module_28274496 img {
    border-bottom-right-radius: 0px;
}

#module_28274496 .BodyCenter {
    text-align: center;
}

.module_28251282 .ModuleHead .HeadCenter {
    float: none;
}

#module_28251282 {
    padding: 0px;
}

#module_28251282 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28251282 .ModuleHead28251282 {
    display: none;
}

#module_28251282>.module_28251282 {
    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_28251282>.module_28251282 {
    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_28251282 .BodyCenter.BodyCenter28251282 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28251282 .BodyCenter.BodyCenter28251282 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28251282>.module_28251282 {
        margin-top: 0.0000%;
        margin-left: 2.0000%;
        margin-right: 2.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28251282>.module_28251282 {
        margin-top: 6.5217%;
        margin-left: 5.4348%;
        margin-right: 2.7174%;
        margin-bottom: 0.0000%;
    }
}

#module_28251282>.module_28251282 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28251282:hover {
    border: none;
}

#module_28251282:hover>.module_28251282 {
    border-color: #ccc;
}

#module_28251282:hover>.module_28251282 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28251282 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_28251282 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_28251282 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_28251282 .ModuleHoverBoxItem_1 {}

#module_28251282 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_28251282 .ModuleHoverBoxItem_1 {}

#module_28251282 .ModuleHoverBoxItem_1 {
    padding-top: 0px;
}

#module_28251282 .ModuleHoverBoxItem_1 {
    padding-bottom: 0px;
}

#module_28251282 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_28251282 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_28251282 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_28251282 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_28251282 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_28251282 .ModuleHoverBoxItem_2 {}

#module_28251282 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_28251282 .ModuleHoverBoxItem_2 {}

#module_28251282 .ModuleHoverBoxItem_2 {
    padding-top: 0px;
}

#module_28251282 .ModuleHoverBoxItem_2 {
    padding-bottom: 0px;
}

#module_28251282 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_28251282 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_28251282 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_28251310 .ModuleHead .HeadCenter {
    float: none;
}

#module_28251310 {
    padding: 0px;
}

#module_28251310 {
    position: static;
    z-index: 0;
    top: 945px;
    left: 1163px;
    width: 100%;
    height: auto;
}

#module_28251310 .ModuleHead28251310 {
    display: none;
}

#module_28251310 .BodyCenter.BodyCenter28251310 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28251310>.module_28251310 {
    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_28251310>.module_28251310 {
    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_28251310 .BodyCenter.BodyCenter28251310 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28251310 .BodyCenter.BodyCenter28251310 {
        padding-top: 5.9172%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28251310>.module_28251310 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28251310>.module_28251310 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28251310>.module_28251310 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28251310:hover {
    border: none;
}

#module_28251310:hover>.module_28251310 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28251310 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28251310 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28251310 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28251310 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28251310 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28251310 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28251310 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28251310 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28251310 a {
    font-size: unset;
    font-family: unset
}

.module_28252325 .ModuleHead .HeadCenter {
    float: none;
}

#module_28252325 {
    padding: 0px;
}

#module_28252325 {
    position: static;
    z-index: 0;
    top: 999px;
    left: 985px;
    width: 100%;
    height: auto;
}

#module_28252325 .ModuleHead28252325 {
    display: none;
}

#module_28252325 .BodyCenter.BodyCenter28252325 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28252325>.module_28252325 {
    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_28252325>.module_28252325 {
    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_28252325 .BodyCenter.BodyCenter28252325 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28252325 .BodyCenter.BodyCenter28252325 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28252325>.module_28252325 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28252325>.module_28252325 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28252325>.module_28252325 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28252325:hover {
    border: none;
}

#module_28252325:hover>.module_28252325 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28252325 .BodyCenter {
    text-align: center;
}

#module_28252325 .moduleButton {
    font-size: 14px;
}

#module_28252325 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28252325 .moduleButton {
    color: rgb(127, 127, 127);
}

#module_28252325 .moduleButton {
    font-weight: normal;
}

#module_28252325 .moduleButton {
    text-decoration: none;
}

#module_28252325 .moduleButton {
    font-style: normal;
}

#module_28252325 .moduleButton,
#module_28252325 .moduleButton:before {
    background-color: transparent;
}

#module_28252325 .moduleButton,
#module_28252325 .moduleButton:before {}

#module_28252325 .moduleButton,
#module_28252325 .moduleButton:before {}

#module_28252325 .moduleButton,
#module_28252325 .moduleButton:before {}

#module_28252325 .moduleButton,
#module_28252325 .moduleButton:before {}

#module_28252325 .moduleButton,
#module_28252325 .moduleButton:before {}

#module_28252325 .moduleButton {
    border-color: rgb(216, 216, 216);
}

#module_28252325 .moduleButton {
    border-style: solid;
}

#module_28252325 .moduleButton {
    border-width: 1px;
}

#module_28252325 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28252325 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28252325 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28252325 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28252325 .moduleButton {
    width: 110px;
}

#module_28252325 .moduleButton,
#module_28252325 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28252325 .BodyCenter {
    color: #4caf50;
}

#module_28252325 .BreadIcon {
    font-size: px;
}

#module_28252325 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28252325 .BreadIcon {
    color: ;
}

#module_28252325 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28252325 .BreadIcon,
#module_28252325 .BreadsvgIcon {
    margin-left: px;
}

#module_28252325 .BreadIcon,
#module_28252325 .BreadsvgIcon {
    margin-right: px;
}

#module_28252325 .moduleButton {
    box-shadow: ;
}

#module_28252325 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28252325 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28252325 .moduleButton:hover .BreadIcon {
    color:
}

#module_28252325 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28252325 .moduleButton:hover {
    font-size: 14px;
}

#module_28252325 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28252325 .moduleButton:hover {
    color: rgb(127, 127, 127);
}

#module_28252325 .moduleButton:hover {
    font-weight: normal;
}

#module_28252325 .moduleButton:hover {
    text-decoration: none;
}

#module_28252325 .moduleButton:hover {
    font-style: normal;
}

#module_28252325 .moduleButton:hover,
#module_28252325 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgba(0, 0, 0, 0);
}

#module_28252325 .moduleButton:hover,
#module_28252325 .moduleButton:hover:before {}

#module_28252325 .moduleButton:hover,
#module_28252325 .moduleButton:hover:before {}

#module_28252325 .moduleButton:hover,
#module_28252325 .moduleButton:hover:before {}

#module_28252325 .moduleButton:hover,
#module_28252325 .moduleButton:hover:before {}

#module_28252325 .moduleButton:hover,
#module_28252325 .moduleButton:hover:before {}

#module_28252325 .moduleButton:hover {
    border-color: rgb(216, 216, 216);
}

#module_28252325 .moduleButton:hover {
    border-style: solid;
}

#module_28252325 .moduleButton:hover {
    border-width: 1px;
}

#module_28252325 .moduleButton:hover {
    box-shadow: ;
}

.module_28252326 .ModuleHead .HeadCenter {
    float: none;
}

#module_28252326 {
    padding: 0px;
}

#module_28252326 {
    position: static;
    z-index: 0;
    top: 129px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28252326 .ModuleHead28252326 {
    display: none;
}

#module_28252326 .BodyCenter.BodyCenter28252326 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28252326>.module_28252326 {
    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_28252326>.module_28252326 {
    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_28252326 .BodyCenter.BodyCenter28252326 {
        padding-top: 6.9444%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.3333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28252326 .BodyCenter.BodyCenter28252326 {
        padding-top: 9.4675%;
        padding-left: 14.2012%;
        padding-right: 14.2012%;
        padding-bottom: 9.4675%;
    }
}

@media screen and (min-width: 768px) {
    #module_28252326>.module_28252326 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28252326>.module_28252326 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28252326>.module_28252326 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28252326:hover {
    border: none;
}

#module_28252326:hover>.module_28252326 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28252326 img {
    border-top-color: transparent;
}

#module_28252326 img {
    border-top-style: none;
}

#module_28252326 img {
    border-top-width: 0px;
}

#module_28252326 img {
    border-right-color: transparent;
}

#module_28252326 img {
    border-right-style: none;
}

#module_28252326 img {
    border-right-width: 0px;
}

#module_28252326 img {
    border-bottom-color: transparent;
}

#module_28252326 img {
    border-bottom-style: none;
}

#module_28252326 img {
    border-bottom-width: 0px;
}

#module_28252326 img {
    border-left-color: transparent;
}

#module_28252326 img {
    border-left-style: none;
}

#module_28252326 img {
    border-left-width: 0px;
}

#module_28252326 img {
    border-top-left-radius: 0px;
}

#module_28252326 img {
    border-top-right-radius: 0px;
}

#module_28252326 img {
    border-bottom-left-radius: 0px;
}

#module_28252326 img {
    border-bottom-right-radius: 0px;
}

#module_28252326 .BodyCenter {
    text-align: center;
}

.module_28274460 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274460 {
    padding: 0px;
}

#module_28274460 {
    position: static;
    z-index: 0;
    top: 915px;
    left: 1147px;
    width: 100%;
    height: auto;
}

#module_28274460 .ModuleHead28274460 {
    display: none;
}

#module_28274460 .BodyCenter.BodyCenter28274460 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274460>.module_28274460 {
    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_28274460>.module_28274460 {
    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_28274460 .BodyCenter.BodyCenter28274460 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274460 .BodyCenter.BodyCenter28274460 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274460>.module_28274460 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274460>.module_28274460 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274460>.module_28274460 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274460:hover {
    border: none;
}

#module_28274460:hover>.module_28274460 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274460 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28274460 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28274460 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28274460 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28274460 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28274460 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28274460 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28274460 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28274460 a {
    font-size: unset;
    font-family: unset
}

.module_28278162 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278162 {
    padding: 0px;
}

#module_28278162 {
    position: static;
    z-index: 0;
    top: 1038px;
    left: 1140px;
    width: 100%;
    height: auto;
}

#module_28278162 .ModuleHead28278162 {
    display: none;
}

#module_28278162 .BodyCenter.BodyCenter28278162 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28278162>.module_28278162 {
    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_28278162>.module_28278162 {
    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_28278162 .BodyCenter.BodyCenter28278162 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278162 .BodyCenter.BodyCenter28278162 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278162>.module_28278162 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278162>.module_28278162 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278162>.module_28278162 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278162:hover {
    border: none;
}

#module_28278162:hover>.module_28278162 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278162 .BodyCenter {
    text-align: center;
}

#module_28278162 .moduleButton {
    font-size: 14px;
}

#module_28278162 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278162 .moduleButton {
    color: rgb(255, 255, 255);
}

#module_28278162 .moduleButton {
    font-weight: normal;
}

#module_28278162 .moduleButton {
    text-decoration: none;
}

#module_28278162 .moduleButton {
    font-style: normal;
}

#module_28278162 .moduleButton,
#module_28278162 .moduleButton:before {
    background-color: rgb(30, 76, 125);
}

#module_28278162 .moduleButton,
#module_28278162 .moduleButton:before {}

#module_28278162 .moduleButton,
#module_28278162 .moduleButton:before {}

#module_28278162 .moduleButton,
#module_28278162 .moduleButton:before {}

#module_28278162 .moduleButton,
#module_28278162 .moduleButton:before {}

#module_28278162 .moduleButton,
#module_28278162 .moduleButton:before {}

#module_28278162 .moduleButton {
    border-color: rgb(30, 76, 125);
}

#module_28278162 .moduleButton {
    border-style: solid;
}

#module_28278162 .moduleButton {
    border-width: 0px;
}

#module_28278162 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28278162 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28278162 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28278162 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28278162 .moduleButton {
    width: 110px;
}

#module_28278162 .moduleButton,
#module_28278162 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28278162 .BodyCenter {
    color: #4caf50;
}

#module_28278162 .BreadIcon {
    font-size: px;
}

#module_28278162 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28278162 .BreadIcon {
    color: ;
}

#module_28278162 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28278162 .BreadIcon,
#module_28278162 .BreadsvgIcon {
    margin-left: px;
}

#module_28278162 .BreadIcon,
#module_28278162 .BreadsvgIcon {
    margin-right: px;
}

#module_28278162 .moduleButton {
    box-shadow: ;
}

#module_28278162 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28278162 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28278162 .moduleButton:hover .BreadIcon {
    color:
}

#module_28278162 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28278162 .moduleButton:hover {
    font-size: 14px;
}

#module_28278162 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278162 .moduleButton:hover {
    color: rgb(255, 255, 255);
}

#module_28278162 .moduleButton:hover {
    font-weight: normal;
}

#module_28278162 .moduleButton:hover {
    text-decoration: none;
}

#module_28278162 .moduleButton:hover {
    font-style: normal;
}

#module_28278162 .moduleButton:hover,
#module_28278162 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(30, 76, 125);
}

#module_28278162 .moduleButton:hover,
#module_28278162 .moduleButton:hover:before {}

#module_28278162 .moduleButton:hover,
#module_28278162 .moduleButton:hover:before {}

#module_28278162 .moduleButton:hover,
#module_28278162 .moduleButton:hover:before {}

#module_28278162 .moduleButton:hover,
#module_28278162 .moduleButton:hover:before {}

#module_28278162 .moduleButton:hover,
#module_28278162 .moduleButton:hover:before {}

#module_28278162 .moduleButton:hover {
    border-color: rgb(30, 76, 125);
}

#module_28278162 .moduleButton:hover {
    border-style: solid;
}

#module_28278162 .moduleButton:hover {
    border-width: 1px;
}

#module_28278162 .moduleButton:hover {
    box-shadow: ;
}

.module_28274501 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274501 {
    padding: 0px;
}

#module_28274501 {
    position: static;
    z-index: 0;
    top: 143px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28274501 .ModuleHead28274501 {
    display: none;
}

#module_28274501 .BodyCenter.BodyCenter28274501 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274501>.module_28274501 {
    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_28274501>.module_28274501 {
    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_28274501 .BodyCenter.BodyCenter28274501 {
        padding-top: 6.9444%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.3333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274501 .BodyCenter.BodyCenter28274501 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274501>.module_28274501 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274501>.module_28274501 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274501>.module_28274501 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274501:hover {
    border: none;
}

#module_28274501:hover>.module_28274501 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274501 img {
    border-top-color: transparent;
}

#module_28274501 img {
    border-top-style: none;
}

#module_28274501 img {
    border-top-width: 0px;
}

#module_28274501 img {
    border-right-color: transparent;
}

#module_28274501 img {
    border-right-style: none;
}

#module_28274501 img {
    border-right-width: 0px;
}

#module_28274501 img {
    border-bottom-color: transparent;
}

#module_28274501 img {
    border-bottom-style: none;
}

#module_28274501 img {
    border-bottom-width: 0px;
}

#module_28274501 img {
    border-left-color: transparent;
}

#module_28274501 img {
    border-left-style: none;
}

#module_28274501 img {
    border-left-width: 0px;
}

#module_28274501 img {
    border-top-left-radius: 0px;
}

#module_28274501 img {
    border-top-right-radius: 0px;
}

#module_28274501 img {
    border-bottom-left-radius: 0px;
}

#module_28274501 img {
    border-bottom-right-radius: 0px;
}

#module_28274501 .BodyCenter {
    text-align: center;
}

.module_28251284 .ModuleHead .HeadCenter {
    float: none;
}

#module_28251284 {
    padding: 0px;
}

#module_28251284 {
    position: static;
    z-index: 0;
    top: 907px;
    left: 1332px;
    width: 100%;
    height: auto;
}

#module_28251284 .ModuleHead28251284 {
    display: none;
}

#module_28251284>.module_28251284 {
    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_28251284>.module_28251284 {
    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_28251284 .BodyCenter.BodyCenter28251284 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28251284 .BodyCenter.BodyCenter28251284 {
        padding-top: 5.4348%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28251284>.module_28251284 {
        margin-top: 0.0000%;
        margin-left: 2.0000%;
        margin-right: 2.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28251284>.module_28251284 {
        margin-top: 1.6304%;
        margin-left: 2.7080%;
        margin-right: 5.4253%;
        margin-bottom: 0.0000%;
    }
}

#module_28251284>.module_28251284 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28251284:hover {
    border: none;
}

#module_28251284:hover>.module_28251284 {
    border-color: #ccc;
}

#module_28251284:hover>.module_28251284 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28251284 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_28251284 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_28251284 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_28251284 .ModuleHoverBoxItem_1 {}

#module_28251284 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_28251284 .ModuleHoverBoxItem_1 {}

#module_28251284 .ModuleHoverBoxItem_1 {
    padding-top: 0px;
}

#module_28251284 .ModuleHoverBoxItem_1 {
    padding-bottom: 0px;
}

#module_28251284 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_28251284 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_28251284 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_28251284 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_28251284 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_28251284 .ModuleHoverBoxItem_2 {}

#module_28251284 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_28251284 .ModuleHoverBoxItem_2 {}

#module_28251284 .ModuleHoverBoxItem_2 {
    padding-top: 0px;
}

#module_28251284 .ModuleHoverBoxItem_2 {
    padding-bottom: 0px;
}

#module_28251284 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_28251284 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_28251284 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_28257641 .ModuleHead .HeadCenter {
    float: none;
}

#module_28257641 {
    padding: 0px;
}

#module_28257641 {
    position: static;
    z-index: 0;
    top: 18px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28257641 .ModuleHead28257641 {
    display: none;
}

#module_28257641 .BodyCenter.BodyCenter28257641 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28257641>.module_28257641 {
    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_28257641>.module_28257641 {
    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_28257641 .BodyCenter.BodyCenter28257641 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28257641 .BodyCenter.BodyCenter28257641 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.9172%;
    }
}

@media screen and (min-width: 768px) {
    #module_28257641>.module_28257641 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28257641>.module_28257641 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28257641>.module_28257641 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28257641:hover {
    border: none;
}

#module_28257641:hover>.module_28257641 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28257641 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28257641 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28257641 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28257641 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28257641 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28257641 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28257641 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28257641 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28257641 a {
    font-size: unset;
    font-family: unset
}

.module_28257968 .ModuleHead .HeadCenter {
    float: none;
}

#module_28257968 {
    padding: 0px;
}

#module_28257968 {
    position: static;
    z-index: 0;
    top: 100px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28257968 .ModuleHead28257968 {
    display: none;
}

#module_28257968 .BodyCenter.BodyCenter28257968 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28257968>.module_28257968 {
    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_28257968>.module_28257968 {
    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_28257968 .BodyCenter.BodyCenter28257968 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28257968 .BodyCenter.BodyCenter28257968 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28257968>.module_28257968 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28257968>.module_28257968 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28257968>.module_28257968 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28257968:hover {
    border: none;
}

#module_28257968:hover>.module_28257968 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28257968 .BodyCenter {
    text-align: center;
}

#module_28257968 .moduleButton {
    font-size: 14px;
}

#module_28257968 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28257968 .moduleButton {
    color: rgb(127, 127, 127);
}

#module_28257968 .moduleButton {
    font-weight: normal;
}

#module_28257968 .moduleButton {
    text-decoration: none;
}

#module_28257968 .moduleButton {
    font-style: normal;
}

#module_28257968 .moduleButton,
#module_28257968 .moduleButton:before {
    background-color: transparent;
}

#module_28257968 .moduleButton,
#module_28257968 .moduleButton:before {}

#module_28257968 .moduleButton,
#module_28257968 .moduleButton:before {}

#module_28257968 .moduleButton,
#module_28257968 .moduleButton:before {}

#module_28257968 .moduleButton,
#module_28257968 .moduleButton:before {}

#module_28257968 .moduleButton,
#module_28257968 .moduleButton:before {}

#module_28257968 .moduleButton {
    border-color: rgb(216, 216, 216);
}

#module_28257968 .moduleButton {
    border-style: solid;
}

#module_28257968 .moduleButton {
    border-width: 1px;
}

#module_28257968 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28257968 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28257968 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28257968 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28257968 .moduleButton {
    width: 110px;
}

#module_28257968 .moduleButton,
#module_28257968 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28257968 .BodyCenter {
    color: #4caf50;
}

#module_28257968 .BreadIcon {
    font-size: px;
}

#module_28257968 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28257968 .BreadIcon {
    color: ;
}

#module_28257968 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28257968 .BreadIcon,
#module_28257968 .BreadsvgIcon {
    margin-left: px;
}

#module_28257968 .BreadIcon,
#module_28257968 .BreadsvgIcon {
    margin-right: px;
}

#module_28257968 .moduleButton {
    box-shadow: ;
}

#module_28257968 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28257968 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28257968 .moduleButton:hover .BreadIcon {
    color:
}

#module_28257968 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28257968 .moduleButton:hover {
    font-size: 14px;
}

#module_28257968 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28257968 .moduleButton:hover {
    color: rgb(127, 127, 127);
}

#module_28257968 .moduleButton:hover {
    font-weight: normal;
}

#module_28257968 .moduleButton:hover {
    text-decoration: none;
}

#module_28257968 .moduleButton:hover {
    font-style: normal;
}

#module_28257968 .moduleButton:hover,
#module_28257968 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgba(0, 0, 0, 0);
}

#module_28257968 .moduleButton:hover,
#module_28257968 .moduleButton:hover:before {}

#module_28257968 .moduleButton:hover,
#module_28257968 .moduleButton:hover:before {}

#module_28257968 .moduleButton:hover,
#module_28257968 .moduleButton:hover:before {}

#module_28257968 .moduleButton:hover,
#module_28257968 .moduleButton:hover:before {}

#module_28257968 .moduleButton:hover,
#module_28257968 .moduleButton:hover:before {}

#module_28257968 .moduleButton:hover {
    border-color: rgb(216, 216, 216);
}

#module_28257968 .moduleButton:hover {
    border-style: solid;
}

#module_28257968 .moduleButton:hover {
    border-width: 1px;
}

#module_28257968 .moduleButton:hover {
    box-shadow: ;
}

.module_28263937 .ModuleHead .HeadCenter {
    float: none;
}

#module_28263937 {
    padding: 0px;
}

#module_28263937 {
    position: static;
    z-index: 0;
    top: 111px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28263937 .ModuleHead28263937 {
    display: none;
}

#module_28263937 .BodyCenter.BodyCenter28263937 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28263937>.module_28263937 {
    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_28263937>.module_28263937 {
    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_28263937 .BodyCenter.BodyCenter28263937 {
        padding-top: 6.8027%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.1633%;
    }
}

@media screen and (max-width: 767px) {
    #module_28263937 .BodyCenter.BodyCenter28263937 {
        padding-top: 9.4675%;
        padding-left: 14.2012%;
        padding-right: 14.2012%;
        padding-bottom: 9.4675%;
    }
}

@media screen and (min-width: 768px) {
    #module_28263937>.module_28263937 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28263937>.module_28263937 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28263937>.module_28263937 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28263937:hover {
    border: none;
}

#module_28263937:hover>.module_28263937 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28263937 img {
    border-top-color: transparent;
}

#module_28263937 img {
    border-top-style: none;
}

#module_28263937 img {
    border-top-width: 0px;
}

#module_28263937 img {
    border-right-color: transparent;
}

#module_28263937 img {
    border-right-style: none;
}

#module_28263937 img {
    border-right-width: 0px;
}

#module_28263937 img {
    border-bottom-color: transparent;
}

#module_28263937 img {
    border-bottom-style: none;
}

#module_28263937 img {
    border-bottom-width: 0px;
}

#module_28263937 img {
    border-left-color: transparent;
}

#module_28263937 img {
    border-left-style: none;
}

#module_28263937 img {
    border-left-width: 0px;
}

#module_28263937 img {
    border-top-left-radius: 0px;
}

#module_28263937 img {
    border-top-right-radius: 0px;
}

#module_28263937 img {
    border-bottom-left-radius: 0px;
}

#module_28263937 img {
    border-bottom-right-radius: 0px;
}

#module_28263937 .BodyCenter {
    text-align: center;
}

.module_28274625 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274625 {
    padding: 0px;
}

#module_28274625 {
    position: static;
    z-index: 0;
    top: 40px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28274625 .ModuleHead28274625 {
    display: none;
}

#module_28274625 .BodyCenter.BodyCenter28274625 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274625>.module_28274625 {
    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_28274625>.module_28274625 {
    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_28274625 .BodyCenter.BodyCenter28274625 {
        padding-top: 10.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274625 .BodyCenter.BodyCenter28274625 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274625>.module_28274625 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274625>.module_28274625 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274625>.module_28274625 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274625:hover {
    border: none;
}

#module_28274625:hover>.module_28274625 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274625 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28274625 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28274625 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28274625 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28274625 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28274625 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28274625 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28274625 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28274625 a {
    font-size: unset;
    font-family: unset
}

.module_28278184 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278184 {
    padding: 0px;
}

#module_28278184 {
    position: static;
    z-index: 0;
    top: 1017px;
    left: 1444px;
    width: 100%;
    height: auto;
}

#module_28278184 .ModuleHead28278184 {
    display: none;
}

#module_28278184 .BodyCenter.BodyCenter28278184 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28278184>.module_28278184 {
    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_28278184>.module_28278184 {
    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_28278184 .BodyCenter.BodyCenter28278184 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.0833%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278184 .BodyCenter.BodyCenter28278184 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278184>.module_28278184 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278184>.module_28278184 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278184>.module_28278184 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278184:hover {
    border: none;
}

#module_28278184:hover>.module_28278184 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278184 .BodyCenter {
    text-align: center;
}

#module_28278184 .moduleButton {
    font-size: 14px;
}

#module_28278184 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278184 .moduleButton {
    color: rgb(255, 255, 255);
}

#module_28278184 .moduleButton {
    font-weight: normal;
}

#module_28278184 .moduleButton {
    text-decoration: none;
}

#module_28278184 .moduleButton {
    font-style: normal;
}

#module_28278184 .moduleButton,
#module_28278184 .moduleButton:before {
    background-color: rgb(30, 76, 125);
}

#module_28278184 .moduleButton,
#module_28278184 .moduleButton:before {}

#module_28278184 .moduleButton,
#module_28278184 .moduleButton:before {}

#module_28278184 .moduleButton,
#module_28278184 .moduleButton:before {}

#module_28278184 .moduleButton,
#module_28278184 .moduleButton:before {}

#module_28278184 .moduleButton,
#module_28278184 .moduleButton:before {}

#module_28278184 .moduleButton {
    border-color: rgb(30, 76, 125);
}

#module_28278184 .moduleButton {
    border-style: solid;
}

#module_28278184 .moduleButton {
    border-width: 1px;
}

#module_28278184 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28278184 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28278184 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28278184 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28278184 .moduleButton {
    width: 109px;
}

#module_28278184 .moduleButton,
#module_28278184 .BreadsvgIcon {
    height: 36px;
    line-height: 36px;
}

#module_28278184 .BodyCenter {
    color: #4caf50;
}

#module_28278184 .BreadIcon {
    font-size: px;
}

#module_28278184 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28278184 .BreadIcon {
    color: ;
}

#module_28278184 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28278184 .BreadIcon,
#module_28278184 .BreadsvgIcon {
    margin-left: px;
}

#module_28278184 .BreadIcon,
#module_28278184 .BreadsvgIcon {
    margin-right: px;
}

#module_28278184 .moduleButton {
    box-shadow: ;
}

#module_28278184 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28278184 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28278184 .moduleButton:hover .BreadIcon {
    color:
}

#module_28278184 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28278184 .moduleButton:hover {
    font-size: 14px;
}

#module_28278184 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278184 .moduleButton:hover {
    color: rgb(255, 255, 255);
}

#module_28278184 .moduleButton:hover {
    font-weight: normal;
}

#module_28278184 .moduleButton:hover {
    text-decoration: none;
}

#module_28278184 .moduleButton:hover {
    font-style: normal;
}

#module_28278184 .moduleButton:hover,
#module_28278184 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(30, 76, 125);
}

#module_28278184 .moduleButton:hover,
#module_28278184 .moduleButton:hover:before {}

#module_28278184 .moduleButton:hover,
#module_28278184 .moduleButton:hover:before {}

#module_28278184 .moduleButton:hover,
#module_28278184 .moduleButton:hover:before {}

#module_28278184 .moduleButton:hover,
#module_28278184 .moduleButton:hover:before {}

#module_28278184 .moduleButton:hover,
#module_28278184 .moduleButton:hover:before {}

#module_28278184 .moduleButton:hover {
    border-color: rgb(30, 76, 125);
}

#module_28278184 .moduleButton:hover {
    border-style: solid;
}

#module_28278184 .moduleButton:hover {
    border-width: 1px;
}

#module_28278184 .moduleButton:hover {
    box-shadow: ;
}

.module_28274628 .ModuleHead .HeadCenter {
    float: none;
}

#module_28274628 {
    padding: 0px;
}

#module_28274628 {
    position: static;
    z-index: 0;
    top: 150px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28274628 .ModuleHead28274628 {
    display: none;
}

#module_28274628 .BodyCenter.BodyCenter28274628 {
    background: none;
    background-color: rgb(237, 237, 237);
}

#module_28274628>.module_28274628 {
    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_28274628>.module_28274628 {
    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_28274628 .BodyCenter.BodyCenter28274628 {
        padding-top: 6.9444%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 8.3333%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274628 .BodyCenter.BodyCenter28274628 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28274628>.module_28274628 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28274628>.module_28274628 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28274628>.module_28274628 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28274628:hover {
    border: none;
}

#module_28274628:hover>.module_28274628 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28274628 img {
    border-top-color: transparent;
}

#module_28274628 img {
    border-top-style: none;
}

#module_28274628 img {
    border-top-width: 0px;
}

#module_28274628 img {
    border-right-color: transparent;
}

#module_28274628 img {
    border-right-style: none;
}

#module_28274628 img {
    border-right-width: 0px;
}

#module_28274628 img {
    border-bottom-color: transparent;
}

#module_28274628 img {
    border-bottom-style: none;
}

#module_28274628 img {
    border-bottom-width: 0px;
}

#module_28274628 img {
    border-left-color: transparent;
}

#module_28274628 img {
    border-left-style: none;
}

#module_28274628 img {
    border-left-width: 0px;
}

#module_28274628 img {
    border-top-left-radius: 0px;
}

#module_28274628 img {
    border-top-right-radius: 0px;
}

#module_28274628 img {
    border-bottom-left-radius: 0px;
}

#module_28274628 img {
    border-bottom-right-radius: 0px;
}

#module_28274628 .BodyCenter {
    text-align: center;
}

.module_28264016 .ModuleHead .HeadCenter {
    float: none;
}

#module_28264016 {
    padding: 0px;
}

#module_28264016 {
    position: static;
    z-index: 0;
    top: 1155px;
    left: 1866px;
    width: 100%;
    height: auto;
}

#module_28264016 .ModuleHead28264016 {
    display: none;
}

#module_28264016 .BodyCenter.BodyCenter28264016 {
    background-color: transparent;
    background-image: url(../images/2019090614322570d9e3.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: fixed;
}

#module_28264016>.module_28264016 {
    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_28264016>.module_28264016 {
    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_28264016 .BodyCenter.BodyCenter28264016 {
        padding-top: 5.9172%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.9172%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264016 .BodyCenter.BodyCenter28264016 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28264016>.module_28264016 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264016>.module_28264016 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28264016>.module_28264016 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28264016:hover {
    border: none;
}

#module_28264016:hover>.module_28264016 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28264016 .ModuleSubContainer {
    background-color: transparent;
}

#module_28264016 .ModuleSubContainer {
    background-image: none;
}

#module_28264016 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28264016 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28264016 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28264016 .ModuleSubContainer {}

#module_28264016 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28264016 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28264016 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28264016 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28264016 {}

/*视频模块*/
.ModuleVideoGiant.layout-101 video {
    display: block;
}

.ModuleVideoGiant.layout-101 .videogiant-container {
    position: relative;
    text-align: center;
}

.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper {
    height: auto;
}

.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper {
    padding-bottom: 56%;
}

.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ModuleVideoGiant.layout-101 .videoPlayBtn {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    visibility: visible;
    cursor: pointer;
}

.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.ModuleVideoGiant.layout-101 .videoCoverPic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}

.ModuleVideoGiant.layout-101 .playModeBox {
    opacity: 0;
}

/*兼容ios、safari border-radius*/
.ModuleVideoGiant.layout-101 {
    transform: rotate(0);
}

.module_28264624 .ModuleHead .HeadCenter {
    float: none;
}

#module_28264624 {
    padding: 0px;
}

#module_28264624 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28264624 .ModuleHead28264624 {
    display: none;
}

#module_28264624 .BodyCenter.BodyCenter28264624 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28264624>.module_28264624 {
    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_28264624>.module_28264624 {
    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_28264624 .BodyCenter.BodyCenter28264624 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264624 .BodyCenter.BodyCenter28264624 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28264624>.module_28264624 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264624>.module_28264624 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28264624>.module_28264624 {
    box-shadow: 0px 6px 12px 2px rgb(14, 46, 80)
}

#module_28264624:hover {
    border: none;
}

#module_28264624:hover>.module_28264624 {
    box-shadow: 0px 6px 12px 2px rgb(14, 46, 80);
    transition: box-shadow 0.5s ease 0s;
}

#module_28264624 .videoTitle {
    font-size: 14px;
}

#module_28264624 .videoTitle {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28264624 .videoTitle {
    color: #333;
}

#module_28264624 .videoTitle {
    font-weight: bold;
}

#module_28264624 .videoTitle {
    text-decoration: none;
}

#module_28264624 .videoTitle {
    font-style: normal;
}

#module_28264624 .videoTitle {
    text-align: left;
}

#module_28264624 .videoTitle {
    margin-top: 8px;
}

#module_28264624 .videoTitle {
    margin-bottom: 2px;
}

#module_28264624 .videoTitle {
    margin-left: 0px;
}

#module_28264624 .videoTitle {
    margin-right: 0px;
}

#module_28264624 .videoDescrib {
    font-size: 12px;
}

#module_28264624 .videoDescrib {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28264624 .videoDescrib {
    color: #999;
}

#module_28264624 .videoDescrib {
    font-weight: normal;
}

#module_28264624 .videoDescrib {
    text-decoration: none;
}

#module_28264624 .videoDescrib {
    font-style: normal;
}

#module_28264624 .videoDescrib {
    text-align: left;
}

#module_28264624 .videoBox:hover .videoTitle {
    font-size: 14px;
}

#module_28264624 .videoBox:hover .videoTitle {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28264624 .videoBox:hover .videoTitle {
    color: #333;
}

#module_28264624 .videoBox:hover .videoTitle {
    font-weight: bold;
}

#module_28264624 .videoBox:hover .videoTitle {
    text-decoration: none;
}

#module_28264624 .videoBox:hover .videoTitle {
    font-style: normal;
}

#module_28264624 .videoBox:hover .videoDescrib {
    font-size: 12px;
}

#module_28264624 .videoBox:hover .videoDescrib {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28264624 .videoBox:hover .videoDescrib {
    color: #999;
}

#module_28264624 .videoBox:hover .videoDescrib {
    font-weight: normal;
}

#module_28264624 .videoBox:hover .videoDescrib {
    text-decoration: none;
}

#module_28264624 .videoBox:hover .videoDescrib {
    font-style: normal;
}

.module_28264901 .ModuleHead .HeadCenter {
    float: none;
}

#module_28264901 {
    padding: 0px;
}

#module_28264901 {
    position: static;
    z-index: 0;
    top: 27px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28264901 .ModuleHead28264901 {
    display: none;
}

#module_28264901 .BodyCenter.BodyCenter28264901 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28264901>.module_28264901 {
    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_28264901>.module_28264901 {
    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_28264901 .BodyCenter.BodyCenter28264901 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264901 .BodyCenter.BodyCenter28264901 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28264901>.module_28264901 {
        margin-top: -5.0000%;
        margin-left: 8.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28264901>.module_28264901 {
        margin-top: 5.4348%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28264901>.module_28264901 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28264901:hover {
    border: none;
}

#module_28264901:hover>.module_28264901 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28264901 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28264901 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28264901 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28264901 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28264901 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28264901 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28264901 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28264901 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28264901 a {
    font-size: unset;
    font-family: unset
}

.module_28265251 .ModuleHead .HeadCenter {
    float: none;
}

#module_28265251 {
    padding: 0px;
}

#module_28265251 {
    position: static;
    z-index: 0;
    top: 1494px;
    left: 1002px;
    width: 100%;
    height: auto;
}

#module_28265251 .ModuleHead28265251 {
    display: none;
}

#module_28265251 .BodyCenter.BodyCenter28265251 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28265251>.module_28265251 {
    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_28265251>.module_28265251 {
    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_28265251 .BodyCenter.BodyCenter28265251 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28265251 .BodyCenter.BodyCenter28265251 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28265251>.module_28265251 {
        margin-top: -6.6667%;
        margin-left: 8.9988%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28265251>.module_28265251 {
        margin-top: -10.8696%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28265251>.module_28265251 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28265251:hover {
    border: none;
}

#module_28265251:hover>.module_28265251 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28265251 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28265251 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28265251 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28265251 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28265251 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28265251 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28265251 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28265251 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28265251 a {
    font-size: unset;
    font-family: unset
}

.module_28265953 .ModuleHead .HeadCenter {
    float: none;
}

#module_28265953 {
    padding: 0px;
}

#module_28265953 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28265953 .ModuleHead28265953 {
    display: none;
}

#module_28265953 .BodyCenter.BodyCenter28265953 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28265953>.module_28265953 {
    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_28265953>.module_28265953 {
    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_28265953 .BodyCenter.BodyCenter28265953 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28265953 .BodyCenter.BodyCenter28265953 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28265953>.module_28265953 {
        margin-top: 1.6667%;
        margin-left: 10.1649%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28265953>.module_28265953 {
        margin-top: -2.7174%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28265953>.module_28265953 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28265953:hover {
    border: none;
}

#module_28265953:hover>.module_28265953 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28265953 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28265953 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28265953 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28265953 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28265953 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28265953 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28265953 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28265953 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28265953 a {
    font-size: unset;
    font-family: unset
}

.module_28273232 .ModuleHead .HeadCenter {
    float: none;
}

#module_28273232 {
    padding: 0px;
}

#module_28273232 {
    position: static;
    z-index: 0;
    top: 1738px;
    left: 1460px;
    width: 100%;
    height: auto;
}

#module_28273232 .ModuleHead28273232 {
    display: none;
}

#module_28273232 .BodyCenter.BodyCenter28273232 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28273232>.module_28273232 {
    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_28273232>.module_28273232 {
    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_28273232 .BodyCenter.BodyCenter28273232 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273232 .BodyCenter.BodyCenter28273232 {
        padding-top: 0.0000%;
        padding-left: 5.4348%;
        padding-right: 5.4348%;
        padding-bottom: 8.1522%;
    }
}

@media screen and (min-width: 768px) {
    #module_28273232>.module_28273232 {
        margin-top: 0.0000%;
        margin-left: 75.4977%;
        margin-right: 1.4988%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28273232>.module_28273232 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28273232>.module_28273232 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28273232:hover {
    border: none;
}

#module_28273232:hover>.module_28273232 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28273232 img {
    border-top-color: transparent;
}

#module_28273232 img {
    border-top-style: none;
}

#module_28273232 img {
    border-top-width: 0px;
}

#module_28273232 img {
    border-right-color: transparent;
}

#module_28273232 img {
    border-right-style: none;
}

#module_28273232 img {
    border-right-width: 0px;
}

#module_28273232 img {
    border-bottom-color: transparent;
}

#module_28273232 img {
    border-bottom-style: none;
}

#module_28273232 img {
    border-bottom-width: 0px;
}

#module_28273232 img {
    border-left-color: transparent;
}

#module_28273232 img {
    border-left-style: none;
}

#module_28273232 img {
    border-left-width: 0px;
}

#module_28273232 img {
    border-top-left-radius: 0px;
}

#module_28273232 img {
    border-top-right-radius: 0px;
}

#module_28273232 img {
    border-bottom-left-radius: 0px;
}

#module_28273232 img {
    border-bottom-right-radius: 0px;
}

#module_28273232 .BodyCenter {
    text-align: right;
}

.module_28266021 .ModuleHead .HeadCenter {
    float: none;
}

#module_28266021 {
    padding: 0px;
}

#module_28266021 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28266021 .ModuleHead28266021 {
    display: none;
}

#module_28266021 .BodyCenter.BodyCenter28266021 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28266021>.module_28266021 {
    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_28266021>.module_28266021 {
    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_28266021 .BodyCenter.BodyCenter28266021 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28266021 .BodyCenter.BodyCenter28266021 {
        padding-top: 6.5217%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 6.5217%;
    }
}

@media screen and (min-width: 768px) {
    #module_28266021>.module_28266021 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28266021>.module_28266021 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28266021>.module_28266021 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28266021:hover {
    border: none;
}

#module_28266021:hover>.module_28266021 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28266021 .ModuleSubContainer {
    background-color: transparent;
}

#module_28266021 .ModuleSubContainer {
    background-image: none;
}

#module_28266021 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28266021 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28266021 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28266021 .ModuleSubContainer {}

#module_28266021 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28266021 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28266021 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28266021 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28266021 {}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-row {
    display: flex;
    margin: auto;
    padding-top: 10px;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {
    margin: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-4 {
    width: 25%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-3 {
    width: 33.33333%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-2 {
    width: 50%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-1 {
    width: 100%;
}


.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 22px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico img {
    width: 50px;
    height: 50px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {
    line-height: 1;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num {
    white-space: nowrap;
    font-weight: bold;
    font-family: 'Arial';
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 40px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-unit {
    font-size: 14px;
    padding-left: 5px;
    top: 10px;
    font-weight: bold;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    font-family: 'MicrosoftYaHei';
    color: #666666;
}

/*平板横屏*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {*/
/*height: auto;*/
/*}*/

/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-4 {*/
/*width: 25%;*/
/*}*/

/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-3 {*/
/*width: 33.33333%;*/
/*}*/

/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-2 {*/
/*width: 50%;*/
/*}*/

/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-1 {*/
/*width: 100%;*/
/*}*/

/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {*/
/*font-size: 40px;*/
/*}*/

/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {*/
/*margin-top: 10px;*/
/*}*/
/*}*/

/*平板竖屏、手机屏幕*/
/*@media (max-width: 991px) {*/
/**/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {*/
/*font-size: 35px;*/
/*}*/
/*}*/

@media (max-width: 767px) {
    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-row {
        overflow: hidden;
        display: block;
        padding-top: 0;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-line:nth-child(2n) {
        border-right-width: 0px !important;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
        margin-top: 40px;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {
        float: left;
        height: auto;

    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num {

        height: 20px;
        line-height: 20px;
        font-size: 20px;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-unit {

        top: 0.3em;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-sm-2,
    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-xs-2 {
        width: 50%;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-sm-1,
    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-xs-1 {
        width: 100%;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {
        margin-top: 8pt;
        font-size: 14px;
        height: 16px;
        line-height: 16px;

    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico {
        width: 40px;
        height: 40px;
        margin-bottom: 14px;
    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico img {
        width: 40px;
        height: 40px;

    }

    .ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {
        font-size: 30px;
    }
}

.module_28266023 .ModuleHead .HeadCenter {
    float: none;
}

#module_28266023 {
    padding: 0px;
}

#module_28266023 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28266023 .ModuleHead28266023 {
    display: none;
}

#module_28266023 .BodyCenter.BodyCenter28266023 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28266023>.module_28266023 {
    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_28266023>.module_28266023 {
    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_28266023 .BodyCenter.BodyCenter28266023 {
        padding-top: 4.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 4.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28266023 .BodyCenter.BodyCenter28266023 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28266023>.module_28266023 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28266023>.module_28266023 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28266023>.module_28266023 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28266023:hover {
    border: none;
}

#module_28266023:hover>.module_28266023 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28266023 .digital-num {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
}

#module_28266023 .digital-unit {
    top: calc(40px * 5 / 20);
}

#module_28266023 .digital-num {
    font-family: 微软雅黑, Microsoft YaHei !important;
}

#module_28266023 .digital-num {
    color: rgb(63, 63, 63);
}

#module_28266023 .digital-num {
    font-weight: normal;
}

#module_28266023 .digital-num {
    text-decoration: initial !important;
}

#module_28266023 .digital-num {
    font-style: normal;
}

#module_28266023 .digital-unit {
    font-size: 14px;
}

#module_28266023 .digital-unit {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28266023 .digital-unit {
    color: rgb(38, 38, 38);
}

#module_28266023 .digital-unit {
    font-weight: normal;
}

#module_28266023 .digital-unit {
    text-decoration: initial;
}

#module_28266023 .digital-unit {
    font-style: normal;
}

#module_28266023 .digital-title {
    margin-top: px;
}

#module_28266023 .digital-title {
    margin-left: px;
}

#module_28266023 .digital-title {
    margin-right: px;
}

#module_28266023 .digital-title {
    margin-bottom: px;
}

#module_28266023 .digital-title {
    font-size: 14px;
}

#module_28266023 .digital-title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28266023 .digital-title {
    color: rgb(165, 165, 165);
}

#module_28266023 .digital-title {
    font-weight: normal;
}

#module_28266023 .digital-title {
    text-decoration: initial;
}

#module_28266023 .digital-title {
    font-style: normal;
}

.module_28278928 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278928 {
    padding: 0px;
}

#module_28278928 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278928 .ModuleHead28278928 {
    display: none;
}

#module_28278928 .BodyCenter.BodyCenter28278928 {
    background: none;
    background-color: rgb(248, 248, 248);
}

#module_28278928>.module_28278928 {
    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_28278928>.module_28278928 {
    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_28278928 .BodyCenter.BodyCenter28278928 {
        padding-top: 2.1517%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 3.2275%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278928 .BodyCenter.BodyCenter28278928 {
        padding-top: 2.7174%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.7174%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278928>.module_28278928 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278928>.module_28278928 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278928>.module_28278928 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278928:hover {
    border: none;
}

#module_28278928:hover>.module_28278928 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278928 .ModuleSubContainer {
    background-color: transparent;
}

#module_28278928 .ModuleSubContainer {
    background-image: none;
}

#module_28278928 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28278928 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28278928 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28278928 .ModuleSubContainer {}

#module_28278928 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28278928 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28278928 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28278928 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28278928 {}

.module_28279266 .ModuleHead .HeadCenter {
    float: none;
}

#module_28279266 {
    padding: 0px;
}

#module_28279266 {
    position: static;
    z-index: 0;
    top: 2163px;
    left: 636px;
    width: 100%;
    height: auto;
}

#module_28279266 .ModuleHead28279266 {
    display: none;
}

#module_28279266 .BodyCenter.BodyCenter28279266 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28279266>.module_28279266 {
    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_28279266>.module_28279266 {
    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_28279266 .BodyCenter.BodyCenter28279266 {
        padding-top: 3.3333%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28279266 .BodyCenter.BodyCenter28279266 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28279266>.module_28279266 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28279266>.module_28279266 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28279266>.module_28279266 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28279266:hover {
    border: none;
}

#module_28279266:hover>.module_28279266 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28279266 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28279266 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28279266 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28279266 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28279266 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28279266 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28279266 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28279266 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28279266 a {
    font-size: unset;
    font-family: unset
}

.module_28279267 .ModuleHead .HeadCenter {
    float: none;
}

#module_28279267 {
    padding: 0px;
}

#module_28279267 {
    position: static;
    z-index: 0;
    top: 2220px;
    left: 571px;
    width: 100%;
    height: auto;
}

#module_28279267 .ModuleHead28279267 {
    display: none;
}

#module_28279267 .BodyCenter.BodyCenter28279267 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28279267>.module_28279267 {
    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_28279267>.module_28279267 {
    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_28279267 .BodyCenter.BodyCenter28279267 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 3.6667%;
    }
}

@media screen and (max-width: 767px) {
    #module_28279267 .BodyCenter.BodyCenter28279267 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28279267>.module_28279267 {
        margin-top: -7.3333%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28279267>.module_28279267 {
        margin-top: 2.1739%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28279267>.module_28279267 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28279267:hover {
    border: none;
}

#module_28279267:hover>.module_28279267 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28279267 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28279267 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28279267 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28279267 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28279267 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28279267 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28279267 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28279267 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28279267 a {
    font-size: unset;
    font-family: unset
}

/*图文模块 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_28278934 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278934 {
    padding: 0px;
}

#module_28278934 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278934 .ModuleHead28278934 {
    display: none;
}

#module_28278934 .BodyCenter.BodyCenter28278934 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278934>.module_28278934 {
    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_28278934>.module_28278934 {
    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_28278934 .BodyCenter.BodyCenter28278934 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278934 .BodyCenter.BodyCenter28278934 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278934>.module_28278934 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278934>.module_28278934 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278934>.module_28278934 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278934:hover {
    border: none;
}

#module_28278934:hover>.module_28278934 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278934 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_28278934 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_28278934 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_28278934 .ModuleImageTextGiantContent {
    margin-right: 10px;
}

#module_28278934 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_28278934 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278934 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_28278934 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_28278934 .showHandle .btn {
    font-size: px;
}

#module_28278934 .showHandle .btn {
    font-family: ;
}

#module_28278934 .showHandle .btn {
    color: ;
}

#module_28278934 .showHandle .btn {}

#module_28278934 .showHandle .btn {}

#module_28278934 .showHandle .btn {}

#module_28278934 .showHandle div {
    border-top-color: !important;
}

#module_28278934 .showHandle div {
    border-top-style: !important;
}

#module_28278934 .showHandle div {
    border-top-width: px !important;
}

#module_28278934 .showHandle {
    background-color: ;
}

#module_28278934 .showHandle {}

#module_28278934 .showHandle {}

#module_28278934 .showHandle {}

#module_28278934 .showHandle {}

#module_28278934 .showHandle {}

#module_28278934 a {
    font-size: unset;
    font-family: unset
}

.ModuleButtonGiant.layout-104 .moduleButton {
    background-color: #000;
    font-size: 12px;
    height: 50px;
    width: 180px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.ModuleButtonGiant.layout-104 .buttonbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ModuleButtonGiant.layout-104 .buttonbox>span {
    display: inline-flex;
}

.ModuleButtonGiant.layout-104 .moduleButton:hover {
    color: #fff;
}

.ModuleButtonGiant.layout-104 .moduleButton:hover:before {
    background: #333;
}

.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,
.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,
.ModuleButtonGiant.layout-104 .Radial-Out:before,
.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,
.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,
.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before {
    background: #333
}

.ModuleButtonGiant.layout-104 .BreadsvgIcon {
    flex-direction: column;
    justify-content: center;
}

.ModuleButtonGiant.layout-104 .BreadsvgIcon>* {
    width: 16px;
    height: 16px;
}

.ModuleButtonGiant.layout-104 .BreadIcon {
    font-size: 16px;
}

.module_28278935 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278935 {
    padding: 0px;
}

#module_28278935 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278935 .ModuleHead28278935 {
    display: none;
}

#module_28278935 .BodyCenter.BodyCenter28278935 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278935>.module_28278935 {
    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_28278935>.module_28278935 {
    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_28278935 .BodyCenter.BodyCenter28278935 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278935 .BodyCenter.BodyCenter28278935 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278935>.module_28278935 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278935>.module_28278935 {
        margin-top: 0.0000%;
        margin-left: 2.7174%;
        margin-right: 0.0000%;
        margin-bottom: 4.3478%;
    }
}

#module_28278935>.module_28278935 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278935:hover {
    border: none;
}

#module_28278935:hover>.module_28278935 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278935 .BodyCenter {
    text-align: left;
}

#module_28278935 .moduleButton {
    font-size: 14px;
}

#module_28278935 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278935 .moduleButton {
    color: #fff;
}

#module_28278935 .moduleButton {
    font-weight: normal;
}

#module_28278935 .moduleButton {
    text-decoration: none;
}

#module_28278935 .moduleButton {
    font-style: normal;
}

#module_28278935 .moduleButton,
#module_28278935 .moduleButton:before {
    background-color: rgb(29, 142, 223);
}

#module_28278935 .moduleButton,
#module_28278935 .moduleButton:before {}

#module_28278935 .moduleButton,
#module_28278935 .moduleButton:before {}

#module_28278935 .moduleButton,
#module_28278935 .moduleButton:before {}

#module_28278935 .moduleButton,
#module_28278935 .moduleButton:before {}

#module_28278935 .moduleButton,
#module_28278935 .moduleButton:before {}

#module_28278935 .moduleButton {
    border-color: #000;
}

#module_28278935 .moduleButton {
    border-style: solid;
}

#module_28278935 .moduleButton {
    border-width: 0px;
}

#module_28278935 .moduleButton {
    width: 178px;
}

#module_28278935 .moduleButton,
#module_28278935 .BreadsvgIcon {
    height: 50px
}

#module_28278935 .BodyCenter {
    color: #fff;
}

#module_28278935 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28278935 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28278935 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28278935 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28278935 .BreadIcon {
    font-size: px;
}

#module_28278935 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28278935 .BreadIcon {
    color: ;
}

#module_28278935 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28278935 .BreadIcon,
#module_28278935 .BreadsvgIcon {
    margin-left: px;
}

#module_28278935 .BreadIcon,
#module_28278935 .BreadsvgIcon {
    margin-right: px;
}

#module_28278935 .moduleButton {
    box-shadow: ;
}

#module_28278935 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28278935 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28278935 .moduleButton:hover .BreadIcon {
    color:
}

#module_28278935 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28278935 .moduleButton:hover {
    font-size: 14px;
}

#module_28278935 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278935 .moduleButton:hover {
    color: #fff;
}

#module_28278935 .moduleButton:hover {
    font-weight: normal;
}

#module_28278935 .moduleButton:hover {
    text-decoration: none;
}

#module_28278935 .moduleButton:hover {
    font-style: normal;
}

#module_28278935 .moduleButton:hover,
#module_28278935 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(15, 126, 205);
}

#module_28278935 .moduleButton:hover,
#module_28278935 .moduleButton:hover:before {}

#module_28278935 .moduleButton:hover,
#module_28278935 .moduleButton:hover:before {}

#module_28278935 .moduleButton:hover,
#module_28278935 .moduleButton:hover:before {}

#module_28278935 .moduleButton:hover,
#module_28278935 .moduleButton:hover:before {}

#module_28278935 .moduleButton:hover,
#module_28278935 .moduleButton:hover:before {}

#module_28278935 .moduleButton:hover {
    border-color: transparent;
}

#module_28278935 .moduleButton:hover {
    border-style: solid;
}

#module_28278935 .moduleButton:hover {
    border-width: 0px;
}

#module_28278935 .moduleButton:hover {
    box-shadow: ;
}

.module_28278936 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278936 {
    padding: 0px;
}

#module_28278936 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278936 .ModuleHead28278936 {
    display: none;
}

#module_28278936 .BodyCenter.BodyCenter28278936 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278936>.module_28278936 {
    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_28278936>.module_28278936 {
    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_28278936 .BodyCenter.BodyCenter28278936 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278936 .BodyCenter.BodyCenter28278936 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278936>.module_28278936 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278936>.module_28278936 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278936>.module_28278936 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278936:hover {
    border: none;
}

#module_28278936:hover>.module_28278936 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278936 img {
    border-top-color: transparent;
}

#module_28278936 img {
    border-top-style: none;
}

#module_28278936 img {
    border-top-width: 0px;
}

#module_28278936 img {
    border-right-color: transparent;
}

#module_28278936 img {
    border-right-style: none;
}

#module_28278936 img {
    border-right-width: 0px;
}

#module_28278936 img {
    border-bottom-color: transparent;
}

#module_28278936 img {
    border-bottom-style: none;
}

#module_28278936 img {
    border-bottom-width: 0px;
}

#module_28278936 img {
    border-left-color: transparent;
}

#module_28278936 img {
    border-left-style: none;
}

#module_28278936 img {
    border-left-width: 0px;
}

#module_28278936 img {
    border-top-left-radius: 0px;
}

#module_28278936 img {
    border-top-right-radius: 0px;
}

#module_28278936 img {
    border-bottom-left-radius: 0px;
}

#module_28278936 img {
    border-bottom-right-radius: 0px;
}

#module_28278936 .BodyCenter {
    text-align: center;
}

.module_28278939 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278939 {
    padding: 0px;
}

#module_28278939 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278939 .ModuleHead28278939 {
    display: none;
}

#module_28278939 .BodyCenter.BodyCenter28278939 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278939>.module_28278939 {
    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_28278939>.module_28278939 {
    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_28278939 .BodyCenter.BodyCenter28278939 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278939 .BodyCenter.BodyCenter28278939 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278939>.module_28278939 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278939>.module_28278939 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278939>.module_28278939 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278939:hover {
    border: none;
}

#module_28278939:hover>.module_28278939 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278939 img {
    border-top-color: transparent;
}

#module_28278939 img {
    border-top-style: none;
}

#module_28278939 img {
    border-top-width: 0px;
}

#module_28278939 img {
    border-right-color: transparent;
}

#module_28278939 img {
    border-right-style: none;
}

#module_28278939 img {
    border-right-width: 0px;
}

#module_28278939 img {
    border-bottom-color: transparent;
}

#module_28278939 img {
    border-bottom-style: none;
}

#module_28278939 img {
    border-bottom-width: 0px;
}

#module_28278939 img {
    border-left-color: transparent;
}

#module_28278939 img {
    border-left-style: none;
}

#module_28278939 img {
    border-left-width: 0px;
}

#module_28278939 img {
    border-top-left-radius: 0px;
}

#module_28278939 img {
    border-top-right-radius: 0px;
}

#module_28278939 img {
    border-bottom-left-radius: 0px;
}

#module_28278939 img {
    border-bottom-right-radius: 0px;
}

#module_28278939 .BodyCenter {
    text-align: center;
}

.module_28278942 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278942 {
    padding: 0px;
}

#module_28278942 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278942 .ModuleHead28278942 {
    display: none;
}

#module_28278942 .BodyCenter.BodyCenter28278942 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278942>.module_28278942 {
    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_28278942>.module_28278942 {
    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_28278942 .BodyCenter.BodyCenter28278942 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278942 .BodyCenter.BodyCenter28278942 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278942>.module_28278942 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278942>.module_28278942 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278942>.module_28278942 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278942:hover {
    border: none;
}

#module_28278942:hover>.module_28278942 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278942 img {
    border-top-color: transparent;
}

#module_28278942 img {
    border-top-style: none;
}

#module_28278942 img {
    border-top-width: 0px;
}

#module_28278942 img {
    border-right-color: transparent;
}

#module_28278942 img {
    border-right-style: none;
}

#module_28278942 img {
    border-right-width: 0px;
}

#module_28278942 img {
    border-bottom-color: transparent;
}

#module_28278942 img {
    border-bottom-style: none;
}

#module_28278942 img {
    border-bottom-width: 0px;
}

#module_28278942 img {
    border-left-color: transparent;
}

#module_28278942 img {
    border-left-style: none;
}

#module_28278942 img {
    border-left-width: 0px;
}

#module_28278942 img {
    border-top-left-radius: 0px;
}

#module_28278942 img {
    border-top-right-radius: 0px;
}

#module_28278942 img {
    border-bottom-left-radius: 0px;
}

#module_28278942 img {
    border-bottom-right-radius: 0px;
}

#module_28278942 .BodyCenter {
    text-align: center;
}

.module_28278937 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278937 {
    padding: 0px;
}

#module_28278937 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278937 .ModuleHead28278937 {
    display: none;
}

#module_28278937 .BodyCenter.BodyCenter28278937 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278937>.module_28278937 {
    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_28278937>.module_28278937 {
    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_28278937 .BodyCenter.BodyCenter28278937 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278937 .BodyCenter.BodyCenter28278937 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278937>.module_28278937 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278937>.module_28278937 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278937>.module_28278937 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278937:hover {
    border: none;
}

#module_28278937:hover>.module_28278937 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278937 img {
    border-top-color: transparent;
}

#module_28278937 img {
    border-top-style: none;
}

#module_28278937 img {
    border-top-width: 0px;
}

#module_28278937 img {
    border-right-color: transparent;
}

#module_28278937 img {
    border-right-style: none;
}

#module_28278937 img {
    border-right-width: 0px;
}

#module_28278937 img {
    border-bottom-color: transparent;
}

#module_28278937 img {
    border-bottom-style: none;
}

#module_28278937 img {
    border-bottom-width: 0px;
}

#module_28278937 img {
    border-left-color: transparent;
}

#module_28278937 img {
    border-left-style: none;
}

#module_28278937 img {
    border-left-width: 0px;
}

#module_28278937 img {
    border-top-left-radius: 0px;
}

#module_28278937 img {
    border-top-right-radius: 0px;
}

#module_28278937 img {
    border-bottom-left-radius: 0px;
}

#module_28278937 img {
    border-bottom-right-radius: 0px;
}

#module_28278937 .BodyCenter {
    text-align: center;
}

.module_28278940 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278940 {
    padding: 0px;
}

#module_28278940 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278940 .ModuleHead28278940 {
    display: none;
}

#module_28278940 .BodyCenter.BodyCenter28278940 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278940>.module_28278940 {
    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_28278940>.module_28278940 {
    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_28278940 .BodyCenter.BodyCenter28278940 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278940 .BodyCenter.BodyCenter28278940 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278940>.module_28278940 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278940>.module_28278940 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278940>.module_28278940 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278940:hover {
    border: none;
}

#module_28278940:hover>.module_28278940 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278940 img {
    border-top-color: transparent;
}

#module_28278940 img {
    border-top-style: none;
}

#module_28278940 img {
    border-top-width: 0px;
}

#module_28278940 img {
    border-right-color: transparent;
}

#module_28278940 img {
    border-right-style: none;
}

#module_28278940 img {
    border-right-width: 0px;
}

#module_28278940 img {
    border-bottom-color: transparent;
}

#module_28278940 img {
    border-bottom-style: none;
}

#module_28278940 img {
    border-bottom-width: 0px;
}

#module_28278940 img {
    border-left-color: transparent;
}

#module_28278940 img {
    border-left-style: none;
}

#module_28278940 img {
    border-left-width: 0px;
}

#module_28278940 img {
    border-top-left-radius: 0px;
}

#module_28278940 img {
    border-top-right-radius: 0px;
}

#module_28278940 img {
    border-bottom-left-radius: 0px;
}

#module_28278940 img {
    border-bottom-right-radius: 0px;
}

#module_28278940 .BodyCenter {
    text-align: center;
}

.module_28278943 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278943 {
    padding: 0px;
}

#module_28278943 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278943 .ModuleHead28278943 {
    display: none;
}

#module_28278943 .BodyCenter.BodyCenter28278943 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278943>.module_28278943 {
    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_28278943>.module_28278943 {
    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_28278943 .BodyCenter.BodyCenter28278943 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278943 .BodyCenter.BodyCenter28278943 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278943>.module_28278943 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278943>.module_28278943 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278943>.module_28278943 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278943:hover {
    border: none;
}

#module_28278943:hover>.module_28278943 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278943 img {
    border-top-color: transparent;
}

#module_28278943 img {
    border-top-style: none;
}

#module_28278943 img {
    border-top-width: 0px;
}

#module_28278943 img {
    border-right-color: transparent;
}

#module_28278943 img {
    border-right-style: none;
}

#module_28278943 img {
    border-right-width: 0px;
}

#module_28278943 img {
    border-bottom-color: transparent;
}

#module_28278943 img {
    border-bottom-style: none;
}

#module_28278943 img {
    border-bottom-width: 0px;
}

#module_28278943 img {
    border-left-color: transparent;
}

#module_28278943 img {
    border-left-style: none;
}

#module_28278943 img {
    border-left-width: 0px;
}

#module_28278943 img {
    border-top-left-radius: 0px;
}

#module_28278943 img {
    border-top-right-radius: 0px;
}

#module_28278943 img {
    border-bottom-left-radius: 0px;
}

#module_28278943 img {
    border-bottom-right-radius: 0px;
}

#module_28278943 .BodyCenter {
    text-align: center;
}

.module_28278938 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278938 {
    padding: 0px;
}

#module_28278938 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278938 .ModuleHead28278938 {
    display: none;
}

#module_28278938 .BodyCenter.BodyCenter28278938 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278938>.module_28278938 {
    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_28278938>.module_28278938 {
    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_28278938 .BodyCenter.BodyCenter28278938 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278938 .BodyCenter.BodyCenter28278938 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278938>.module_28278938 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278938>.module_28278938 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278938>.module_28278938 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278938:hover {
    border: none;
}

#module_28278938:hover>.module_28278938 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278938 img {
    border-top-color: transparent;
}

#module_28278938 img {
    border-top-style: none;
}

#module_28278938 img {
    border-top-width: 0px;
}

#module_28278938 img {
    border-right-color: transparent;
}

#module_28278938 img {
    border-right-style: none;
}

#module_28278938 img {
    border-right-width: 0px;
}

#module_28278938 img {
    border-bottom-color: transparent;
}

#module_28278938 img {
    border-bottom-style: none;
}

#module_28278938 img {
    border-bottom-width: 0px;
}

#module_28278938 img {
    border-left-color: transparent;
}

#module_28278938 img {
    border-left-style: none;
}

#module_28278938 img {
    border-left-width: 0px;
}

#module_28278938 img {
    border-top-left-radius: 0px;
}

#module_28278938 img {
    border-top-right-radius: 0px;
}

#module_28278938 img {
    border-bottom-left-radius: 0px;
}

#module_28278938 img {
    border-bottom-right-radius: 0px;
}

#module_28278938 .BodyCenter {
    text-align: center;
}

.module_28278941 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278941 {
    padding: 0px;
}

#module_28278941 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278941 .ModuleHead28278941 {
    display: none;
}

#module_28278941 .BodyCenter.BodyCenter28278941 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278941>.module_28278941 {
    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_28278941>.module_28278941 {
    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_28278941 .BodyCenter.BodyCenter28278941 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278941 .BodyCenter.BodyCenter28278941 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278941>.module_28278941 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278941>.module_28278941 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278941>.module_28278941 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278941:hover {
    border: none;
}

#module_28278941:hover>.module_28278941 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278941 img {
    border-top-color: transparent;
}

#module_28278941 img {
    border-top-style: none;
}

#module_28278941 img {
    border-top-width: 0px;
}

#module_28278941 img {
    border-right-color: transparent;
}

#module_28278941 img {
    border-right-style: none;
}

#module_28278941 img {
    border-right-width: 0px;
}

#module_28278941 img {
    border-bottom-color: transparent;
}

#module_28278941 img {
    border-bottom-style: none;
}

#module_28278941 img {
    border-bottom-width: 0px;
}

#module_28278941 img {
    border-left-color: transparent;
}

#module_28278941 img {
    border-left-style: none;
}

#module_28278941 img {
    border-left-width: 0px;
}

#module_28278941 img {
    border-top-left-radius: 0px;
}

#module_28278941 img {
    border-top-right-radius: 0px;
}

#module_28278941 img {
    border-bottom-left-radius: 0px;
}

#module_28278941 img {
    border-bottom-right-radius: 0px;
}

#module_28278941 .BodyCenter {
    text-align: center;
}

.module_28278944 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278944 {
    padding: 0px;
}

#module_28278944 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278944 .ModuleHead28278944 {
    display: none;
}

#module_28278944 .BodyCenter.BodyCenter28278944 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278944>.module_28278944 {
    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_28278944>.module_28278944 {
    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_28278944 .BodyCenter.BodyCenter28278944 {
        padding-top: 10.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278944 .BodyCenter.BodyCenter28278944 {
        padding-top: 4.0984%;
        padding-left: 4.0984%;
        padding-right: 4.0984%;
        padding-bottom: 4.0984%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278944>.module_28278944 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278944>.module_28278944 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278944>.module_28278944 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278944:hover {
    border: none;
}

#module_28278944:hover>.module_28278944 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278944 img {
    border-top-color: transparent;
}

#module_28278944 img {
    border-top-style: none;
}

#module_28278944 img {
    border-top-width: 0px;
}

#module_28278944 img {
    border-right-color: transparent;
}

#module_28278944 img {
    border-right-style: none;
}

#module_28278944 img {
    border-right-width: 0px;
}

#module_28278944 img {
    border-bottom-color: transparent;
}

#module_28278944 img {
    border-bottom-style: none;
}

#module_28278944 img {
    border-bottom-width: 0px;
}

#module_28278944 img {
    border-left-color: transparent;
}

#module_28278944 img {
    border-left-style: none;
}

#module_28278944 img {
    border-left-width: 0px;
}

#module_28278944 img {
    border-top-left-radius: 0px;
}

#module_28278944 img {
    border-top-right-radius: 0px;
}

#module_28278944 img {
    border-bottom-left-radius: 0px;
}

#module_28278944 img {
    border-bottom-right-radius: 0px;
}

#module_28278944 .BodyCenter {
    text-align: center;
}

.module_28278334 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278334 {
    padding: 0px;
}

#module_28278334 {
    position: static;
    z-index: 0;
    top: 2593px;
    left: 900px;
    width: 100%;
    height: auto;
}

#module_28278334 .ModuleHead28278334 {
    display: none;
}

#module_28278334 .BodyCenter.BodyCenter28278334 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278334>.module_28278334 {
    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_28278334>.module_28278334 {
    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_28278334 .BodyCenter.BodyCenter28278334 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278334 .BodyCenter.BodyCenter28278334 {
        padding-top: 0.2717%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278334>.module_28278334 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278334>.module_28278334 {
        margin-top: 2.7174%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278334>.module_28278334 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278334:hover {
    border: none;
}

#module_28278334:hover>.module_28278334 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278334 .ModuleSubContainer {
    background-color: transparent;
}

#module_28278334 .ModuleSubContainer {
    background-image: none;
}

#module_28278334 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28278334 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28278334 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28278334 .ModuleSubContainer {}

#module_28278334 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28278334 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28278334 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28278334 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28278334 {}

.module_28278337 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278337 {
    padding: 0px;
}

#module_28278337 {
    position: static;
    z-index: 0;
    top: -162px;
    width: 100%;
    height: auto;
}

#module_28278337 .ModuleHead28278337 {
    display: none;
}

#module_28278337 .BodyCenter.BodyCenter28278337 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278337>.module_28278337 {
    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_28278337>.module_28278337 {
    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_28278337 .BodyCenter.BodyCenter28278337 {
        padding-top: 5.3333%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278337 .BodyCenter.BodyCenter28278337 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278337>.module_28278337 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278337>.module_28278337 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278337>.module_28278337 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278337:hover {
    border: none;
}

#module_28278337:hover>.module_28278337 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278337 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28278337 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28278337 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28278337 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28278337 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28278337 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278337 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28278337 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28278337 a {
    font-size: unset;
    font-family: unset
}

.module_28278340 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278340 {
    padding: 0px;
}

#module_28278340 {
    position: static;
    z-index: 0;
    top: -118px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28278340 .ModuleHead28278340 {
    display: none;
}

#module_28278340 .BodyCenter.BodyCenter28278340 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278340>.module_28278340 {
    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_28278340>.module_28278340 {
    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_28278340 .BodyCenter.BodyCenter28278340 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 3.6667%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278340 .BodyCenter.BodyCenter28278340 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278340>.module_28278340 {
        margin-top: -7.3333%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278340>.module_28278340 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278340>.module_28278340 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278340:hover {
    border: none;
}

#module_28278340:hover>.module_28278340 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278340 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_28278340 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_28278340 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_28278340 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_28278340 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_28278340 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278340 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_28278340 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_28278340 a {
    font-size: unset;
    font-family: unset
}

.module_28353979 .ModuleHead .HeadCenter {
    float: none;
}

#module_28353979 {
    padding: 0px;
}

#module_28353979 {
    position: static;
    z-index: 0;
    top: 2717px;
    left: 198px;
    width: 100%;
    height: auto;
}

#module_28353979 .ModuleHead28353979 {
    display: none;
}

#module_28353979 .BodyCenter.BodyCenter28353979 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28353979>.module_28353979 {
    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_28353979>.module_28353979 {
    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_28353979 .BodyCenter.BodyCenter28353979 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28353979 .BodyCenter.BodyCenter28353979 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28353979>.module_28353979 {
        margin-top: 9.3333%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28353979>.module_28353979 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28353979>.module_28353979 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28353979:hover {
    border: none;
}

#module_28353979:hover>.module_28353979 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28353979 .BodyCenter {
    text-align: right;
}

#module_28353979 .moduleButton {
    font-size: 18px;
}

#module_28353979 .moduleButton {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28353979 .moduleButton {
    color: rgb(153, 153, 153);
}

#module_28353979 .moduleButton {
    font-weight: normal;
}

#module_28353979 .moduleButton {
    text-decoration: none;
}

#module_28353979 .moduleButton {
    font-style: normal;
}

#module_28353979 .moduleButton,
#module_28353979 .moduleButton:before {
    background-color: transparent;
}

#module_28353979 .moduleButton,
#module_28353979 .moduleButton:before {}

#module_28353979 .moduleButton,
#module_28353979 .moduleButton:before {}

#module_28353979 .moduleButton,
#module_28353979 .moduleButton:before {}

#module_28353979 .moduleButton,
#module_28353979 .moduleButton:before {}

#module_28353979 .moduleButton,
#module_28353979 .moduleButton:before {}

#module_28353979 .moduleButton {
    border-color: #4caf50;
}

#module_28353979 .moduleButton {
    border-style: solid;
}

#module_28353979 .moduleButton {
    border-width: 0px;
}

#module_28353979 .moduleButton {
    border-top-left-radius: 50px;
}

#module_28353979 .moduleButton {
    border-top-right-radius: 50px;
}

#module_28353979 .moduleButton {
    border-bottom-left-radius: 50px;
}

#module_28353979 .moduleButton {
    border-bottom-right-radius: 50px;
}

#module_28353979 .moduleButton {
    width: 50px;
}

#module_28353979 .moduleButton,
#module_28353979 .BreadsvgIcon {
    height: 50px;
    line-height: 50px;
}

#module_28353979 .BodyCenter {
    color: #4caf50;
}

#module_28353979 .BreadIcon {
    font-size: px;
}

#module_28353979 .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28353979 .BreadIcon {
    color: ;
}

#module_28353979 .BreadsvgIcon svg>* {
    fill: ;
}

#module_28353979 .BreadIcon,
#module_28353979 .BreadsvgIcon {
    margin-left: px;
}

#module_28353979 .BreadIcon,
#module_28353979 .BreadsvgIcon {
    margin-right: px;
}

#module_28353979 .moduleButton {
    box-shadow: ;
}

#module_28353979 .moduleButton:hover .BreadIcon {
    font-size: px;
}

#module_28353979 .moduleButton:hover .BreadsvgIcon svg {
    width: px;
    height: px;
}

#module_28353979 .moduleButton:hover .BreadIcon {
    color:
}

#module_28353979 .moduleButton:hover .BreadsvgIcon svg>* {
    fill: ;
}

#module_28353979 .moduleButton:hover {
    font-size: 18px;
}

#module_28353979 .moduleButton:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28353979 .moduleButton:hover {
    color: rgb(29, 142, 223);
}

#module_28353979 .moduleButton:hover {
    font-weight: normal;
}

#module_28353979 .moduleButton:hover {
    text-decoration: none;
}

#module_28353979 .moduleButton:hover {
    font-style: normal;
}

#module_28353979 .moduleButton:hover,
#module_28353979 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgba(0, 0, 0, 0);
}

#module_28353979 .moduleButton:hover,
#module_28353979 .moduleButton:hover:before {}

#module_28353979 .moduleButton:hover,
#module_28353979 .moduleButton:hover:before {}

#module_28353979 .moduleButton:hover,
#module_28353979 .moduleButton:hover:before {}

#module_28353979 .moduleButton:hover,
#module_28353979 .moduleButton:hover:before {}

#module_28353979 .moduleButton:hover,
#module_28353979 .moduleButton:hover:before {}

#module_28353979 .moduleButton:hover {
    border-color: #4caf50;
}

#module_28353979 .moduleButton:hover {
    border-style: solid;
}

#module_28353979 .moduleButton:hover {
    border-width: 0px;
}

#module_28353979 .moduleButton:hover {
    box-shadow: ;
}

.module_28278369 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278369 {
    padding: 0px;
}

#module_28278369 {
    position: static;
    z-index: 0;
    top: 2707px;
    left: 1614px;
    width: 100%;
    height: auto;
}

#module_28278369 .ModuleHead28278369 {
    display: none;
}

#module_28278369 .BodyCenter.BodyCenter28278369 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278369>.module_28278369 {
    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_28278369>.module_28278369 {
    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_28278369 .BodyCenter.BodyCenter28278369 {
        padding-top: 0.3765%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.6896%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278369 .BodyCenter.BodyCenter28278369 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278369>.module_28278369 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278369>.module_28278369 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278369>.module_28278369 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278369:hover {
    border: none;
}

#module_28278369:hover>.module_28278369 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278369 .ModuleSubContainer {
    background-color: transparent;
}

#module_28278369 .ModuleSubContainer {
    background-image: none;
}

#module_28278369 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28278369 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28278369 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28278369 .ModuleSubContainer {}

#module_28278369 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28278369 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28278369 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28278369 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28278369 {}

.ModuleNewsListGiant.layout-111 .news-container {
    width: 100%;
    margin: 0 auto;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item:nth-child(1):nth-last-child(1) {
    width: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.ModuleNewsListGiant.layout-111 li.col-lg-2 {
    width: 49%;
    float: left;
    padding-right: 2%;
    padding-left: 2%;
}

.ModuleNewsListGiant.layout-111 li.col-lg-1 {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .rect {
    padding-top: 56.3%;
    /*padding-top:100%;*/
}

/*图片部分*/
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-img {
    width: 41.3%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-img img {
    transition: all 1s;
    height: 100%;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-img .t-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: row nowrap;
}

.ModuleNewsListGiant.layout-111 .news-container .a_label a {
    display: flex;
}

/*文字部分*/
.ModuleNewsListGiant.layout-111 .news-container .news-item .news-text {
    width: 58.7%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con {
    margin: auto auto auto 18px;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-title {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con time {
    display: block;
    float: left;
    font-size: 12px;
    color: #666666;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-detailbtn {
    display: block;
    float: right;
    font-size: 12px;
    color: #666666;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-detailbtn {
    position: absolute;
    bottom: 14px;
    right: 0;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item .news-con time {
    position: absolute;
    bottom: 14px;

}

.ModuleNewsListGiant.layout-111 .staFun {
    background-color: #e50b1c;
    font-size: 14px;
    padding: 0px 2px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.ModuleNewsListGiant.layout-111 .news-title-oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*hover效果*/
.ModuleNewsListGiant.layout-111 .news-container .news-item:hover .news-title,
.ModuleNewsListGiant.layout-111 .news-container .news-item:hover .news-detailbtn {
    color: #21bdaf;
}

.ModuleNewsListGiant.layout-111 .news-container .news-item:hover img {
    transform: scale(1.3);
}

.ModuleNewsListGiant.layout-111 .label-box {
    font-size: 0;
    margin-bottom: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModuleNewsListGiant.layout-111 .news-label {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    margin-top: 18px;
    border-left: 1px solid #eee;
    line-height: 1.5;
}

.ModuleNewsListGiant.layout-111 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}

.ModuleNewsListGiant.layout-111 .videobox .iconfont {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 44px;
    color: #fff;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-111 .news-container .news-item {
        width: 100%;
    }

    .ModuleNewsListGiant.layout-111 .news-container .news-item {
        margin-bottom: 4%;
    }

    .ModuleNewsListGiant.layout-111 .staFun:nth-child(2) {
        margin-right: 6px;
    }

    .ModuleNewsListGiant.layout-111 .news-container .news-item .news-con time {
        bottom: 7px;
    }

    .ModuleNewsListGiant.layout-111 .news-container .news-item .news-con .news-detailbtn {
        bottom: 7px;
    }
}

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-111 .news-container .news-item:nth-child(2n) {
        margin-right: 0;
    }
}

.ModuleNewsListGiant.layout-111 .pagerGiant .inputer {
    outline: 0;
}

.module_28278372 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278372 {
    padding: 0px;
}

#module_28278372 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278372 .ModuleHead28278372 {
    display: none;
}

#module_28278372 .BodyCenter.BodyCenter28278372 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278372>.module_28278372 {
    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_28278372>.module_28278372 {
    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_28278372 .BodyCenter.BodyCenter28278372 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278372 .BodyCenter.BodyCenter28278372 {
        padding-top: 0.0000%;
        padding-left: 2.7174%;
        padding-right: 2.7174%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278372>.module_28278372 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278372>.module_28278372 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278372>.module_28278372 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278372:hover {
    border: none;
}

#module_28278372:hover>.module_28278372 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278372 .videobox .iconfont {
    font-size: px;
}

#module_28278372 {}

@media (max-width: 767px) {
    #module_28278372 .videobox .iconfont {
        font-size: px;
    }
}

#module_28278372 .news-item {
    margin-top: px;
}

#module_28278372 .news-item {
    margin-bottom: px;
}

#module_28278372 .news-item {
    background-color: transparent;
}

#module_28278372 .news-item {
    background-image: none;
}

#module_28278372 .news-item {
    background-repeat: no-repeat;
}

#module_28278372 .news-item {}

#module_28278372 .news-item {}

#module_28278372 .news-item {}

#module_28278372 .news-item {
    border-top-color: transparent;
}

#module_28278372 .news-item {
    border-top-style: none;
}

#module_28278372 .news-item {
    border-top-width: 0px;
}

#module_28278372 .news-item {
    border-right-color: transparent;
}

#module_28278372 .news-item {
    border-right-style: none;
}

#module_28278372 .news-item {
    border-right-width: 0px;
}

#module_28278372 .news-item {
    border-bottom-color: transparent;
}

#module_28278372 .news-item {
    border-bottom-style: none;
}

#module_28278372 .news-item {
    border-bottom-width: 0px;
}

#module_28278372 .news-item {
    border-left-color: transparent;
}

#module_28278372 .news-item {
    border-left-style: none;
}

#module_28278372 .news-item {
    border-left-width: 0px;
}

#module_28278372 .news-img .rect {
    background-color: transparent;
}

#module_28278372 .news-img .rect {
    background-image: none;
}

#module_28278372 .news-img .rect {
    background-repeat: no-repeat;
}

#module_28278372 .news-img .rect {}

#module_28278372 .news-img .rect {}

#module_28278372 .news-img .rect {}

#module_28278372 .news-img {
    width: %;
}

#module_28278372 .news-text {
    width: calc(100% - %);
}

#module_28278372 {}

@media (max-width: 767px) {
    #module_28278372 .news-img {
        width: %;
    }

    #module_28278372 .news-text {
        width: calc(100% - %);
    }
}

#module_28278372 .news-img .rect {
    padding-top: auto;
}

#module_28278372 .news-img .t-img {
    object-fit: unset;
}

#module_28278372 .news-img .t-img {
    width: ;
}

#module_28278372 .news-img .t-img {
    height: auto;
}

#module_28278372 .news-img .t-img {
    border-radius: 0px;
}

#module_28278372 .news-title {
    font-size: 16px;
}

#module_28278372 .news-title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278372 .news-title {
    color: #333;
}

#module_28278372 .news-title {
    font-weight: normal;
}

#module_28278372 .news-title {
    text-decoration: none;
}

#module_28278372 .news-title {
    font-style: normal;
}

#module_28278372 .news-title {
    margin-top: 0px;
}

#module_28278372 .news-title {
    margin-bottom: 0px;
}

#module_28278372 .news-title {
    margin-left: 0px;
}

#module_28278372 .news-title {
    margin-right: 0px;
}

#module_28278372 time {
    font-size: 12px;
}

#module_28278372 time {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278372 time {
    color: #666;
}

#module_28278372 time {
    font-weight: normal;
}

#module_28278372 time {
    text-decoration: none;
}

#module_28278372 time {
    font-style: normal;
}

#module_28278372 .news-con {
    border-bottom-color: #ccc;
}

#module_28278372 .news-con {
    border-bottom-style: solid;
}

#module_28278372 .news-con {
    border-bottom-width: 1px;
}

#module_28278372 .news-detailbtn {
    color: #666;
}

#module_28278372 .news-detailbtn {
    font-size: 12px;
}

#module_28278372 .news-detailbtn {
    font-family: ;
}

#module_28278372 .news-detailbtn {
    font-weight: normal;
}

#module_28278372 .news-detailbtn {
    text-decoration: none;
}

#module_28278372 .news-detailbtn {
    font-style: normal;
}

#module_28278372 .news-detailbtn {
    color: #ddd;
}

#module_28278372 .news-label a {
    font-size: px;
}

#module_28278372 .news-label a {
    font-family: ;
}

#module_28278372 .news-label a {
    color: ;
}

#module_28278372 .news-label a {}

#module_28278372 .news-label a {}

#module_28278372 .news-label a {}

#module_28278372 .news-label {
    margin-top: px;
}

#module_28278372 .news-label {
    margin-bottom: px;
}

#module_28278372 .news-label {
    margin-left: px;
}

#module_28278372 .news-label {
    margin-right: px;
}

#module_28278372 .news-label {
    padding-top: px;
}

#module_28278372 .news-label {
    padding-bottom: px;
}

#module_28278372 .news-label {
    padding-left: px;
}

#module_28278372 .news-label {
    padding-right: px;
}

#module_28278372 .news-label {
    background-color: ;
}

#module_28278372 .news-label {}

#module_28278372 .news-label {}

#module_28278372 .news-label {}

#module_28278372 .news-label {}

#module_28278372 .news-label {}

#module_28278372 .news-label {
    border-top-color: ;
}

#module_28278372 .news-label {
    border-top-style: ;
}

#module_28278372 .news-label {
    border-top-width: px;
}

#module_28278372 .news-label {
    border-right-color: ;
}

#module_28278372 .news-label {
    border-right-style: ;
}

#module_28278372 .news-label {
    border-right-width: px;
}

#module_28278372 .news-label {
    border-bottom-color: ;
}

#module_28278372 .news-label {
    border-bottom-style: ;
}

#module_28278372 .news-label {
    border-bottom-width: px;
}

#module_28278372 .news-label {
    border-left-color: ;
}

#module_28278372 .news-label {
    border-left-style: ;
}

#module_28278372 .news-label {
    border-left-width: px;
}

#module_28278372 .pagerGiant .text {
    font-size: px;
}

#module_28278372 .pagerGiant .text {
    font-family: ;
}

#module_28278372 .pagerGiant .text {
    color: ;
}

#module_28278372 .pagerGiant .text {}

#module_28278372 .pagerGiant .text {}

#module_28278372 .pagerGiant .text {}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    width: px
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    height: px
}

#module_28278372 .pagerGiant .num {
    font-size: px;
}

#module_28278372 .pagerGiant .num {
    font-family: ;
}

#module_28278372 .pagerGiant .num {
    color: ;
}

#module_28278372 .pagerGiant .num {}

#module_28278372 .pagerGiant .num {}

#module_28278372 .pagerGiant .num {}

#module_28278372 .pagerGiant .submit {
    width: px
}

#module_28278372 .pagerGiant .submit {
    height: px
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer,
#module_28278372 .pagerGiant .submit {
    border-top-left-radius: px;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer,
#module_28278372 .pagerGiant .submit {
    border-top-right-radius: px;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer,
#module_28278372 .pagerGiant .submit {
    border-bottom-left-radius: px;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer,
#module_28278372 .pagerGiant .submit {
    border-bottom-right-radius: px;
}

#module_28278372 .pagerGiant .next,
#module_28278372 .pagerGiant .splitline {
    color: ;
}

#module_28278372 .pagerGiant .num {
    background-color: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-top-color: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-top-style: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer {
    border-top-width: px;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-bottom-color: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-bottom-style: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer {
    border-bottom-width: px;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-left-color: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-left-style: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer {
    border-left-width: px;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-right-color: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .inputer {
    border-right-style: ;
}

#module_28278372 .pagerGiant .num,
#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer {
    border-right-width: px;
}

#module_28278372 .page-more a {
    font-size: px;
}

#module_28278372 .page-more a {
    font-family: ;
}

#module_28278372 .page-more a {
    color: !important;
}

#module_28278372 .page-more a {}

#module_28278372 .page-more a {}

#module_28278372 .page-more a {}

#module_28278372 .page-more a {
    background-color: ;
}

#module_28278372 .page-more a {
    border-top-color: ;
}

#module_28278372 .page-more a {
    border-top-style: ;
}

#module_28278372 .page-more a {
    border-top-width: px;
}

#module_28278372 .page-more a {
    border-bottom-color: ;
}

#module_28278372 .page-more a {
    border-bottom-style: ;
}

#module_28278372 .page-more a {
    border-bottom-width: px;
}

#module_28278372 .page-more a {
    border-left-color: ;
}

#module_28278372 .page-more a {
    border-left-style: ;
}

#module_28278372 .page-more a {
    border-left-width: px;
}

#module_28278372 .page-more a {
    border-right-color: ;
}

#module_28278372 .page-more a {
    border-right-style: ;
}

#module_28278372 .page-more a {
    border-right-width: px;
}

#module_28278372 .news-item:hover {
    background-color: transparent;
}

#module_28278372 .news-item:hover {
    background-image: none;
}

#module_28278372 .news-item:hover {
    background-repeat: no-repeat;
}

#module_28278372 .news-item:hover {}

#module_28278372 .news-item:hover {}

#module_28278372 .news-item:hover {}

#module_28278372 .news-item:hover .news-title {
    font-size: 16px;
}

#module_28278372 .news-item:hover .news-title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28278372 .news-item:hover .news-title {
    color: rgb(193, 159, 56);
}

#module_28278372 .news-item:hover .news-title {
    font-weight: normal;
}

#module_28278372 .news-item:hover .news-title {
    text-decoration: none;
}

#module_28278372 .news-item:hover .news-title {
    font-style: normal;
}

#module_28278372 .news-item:hover .news-detailbtn {
    font-size: 12px;
}

#module_28278372 .news-item:hover .news-detailbtn {
    font-family: ;
}

#module_28278372 .news-item:hover .news-detailbtn {
    color: #139d8f;
}

#module_28278372 .news-item:hover .news-detailbtn {
    font-weight: normal;
}

#module_28278372 .news-item:hover .news-detailbtn {
    text-decoration: none;
}

#module_28278372 .news-item:hover .news-detailbtn {
    font-style: normal;
}

#module_28278372 .news-item:hover .news-con {
    border-bottom-color: #eee;
}

#module_28278372 .news-item:hover .news-con {
    border-bottom-style: solid;
}

#module_28278372 .news-item:hover .news-con {
    border-bottom-width: 1px;
}

#module_28278372 .news-item:hover .news-detailbtn {
    color: rgb(193, 159, 56);
}

#module_28278372 .news-label:hover a {
    font-size: px;
}

#module_28278372 .news-label:hover a {
    font-family: ;
}

#module_28278372 .news-label:hover a {
    color: ;
}

#module_28278372 .news-label:hover a {}

#module_28278372 .news-label:hover a {}

#module_28278372 .news-label:hover a {}

#module_28278372 .news-label:hover {
    background-color: ;
}

#module_28278372 .news-label:hover {}

#module_28278372 .news-label:hover {}

#module_28278372 .news-label:hover {}

#module_28278372 .news-label:hover {}

#module_28278372 .news-label:hover {}

#module_28278372 .news-label:hover {
    border-top-color: ;
}

#module_28278372 .news-label:hover {
    border-top-style: ;
}

#module_28278372 .news-label:hover {
    border-right-color: ;
}

#module_28278372 .news-label:hover {
    border-right-style: ;
}

#module_28278372 .news-label:hover {
    border-bottom-color: ;
}

#module_28278372 .news-label:hover {
    border-bottom-style: ;
}

#module_28278372 .news-label:hover {
    border-left-color: ;
}

#module_28278372 .news-label:hover {
    border-left-style: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {
    font-size: px;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {
    font-family: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {
    color: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit {
    background-color: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-top-color: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-top-style: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-bottom-color: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-bottom-style: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-left-color: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-left-style: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-right-color: ;
}

#module_28278372 .pagerGiant .current,
#module_28278372 .pagerGiant .submit,
#module_28278372 .pagerGiant .inputer:hover {
    border-right-style: ;
}

#module_28278372 .page-more a:hover {
    font-size: px;
}

#module_28278372 .page-more:hover a {
    font-family: ;
}

#module_28278372 .page-more a:hover {
    color: !important;
}

#module_28278372 .page-more a:hover {}

#module_28278372 .page-more a:hover {}

#module_28278372 .page-more a:hover {}

#module_28278372 .page-more a:hover {
    background-color: ;
}

#module_28278372 .page-more a:hover {
    border-top-color: ;
}

#module_28278372 .page-more a:hover {
    border-top-style: ;
}

#module_28278372 .page-more a:hover {
    border-bottom-color: ;
}

#module_28278372 .page-more a:hover {
    border-bottom-style: ;
}

#module_28278372 .page-more a:hover {
    border-left-color: ;
}

#module_28278372 .page-more a:hover {
    border-left-style: ;
}

#module_28278372 .page-more a:hover {
    border-right-color: ;
}

#module_28278372 .page-more a:hover {
    border-right-style: ;
}

.module_28278903 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278903 {
    padding: 0px;
}

#module_28278903 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_28278903 .ModuleHead28278903 {
    display: none;
}

#module_28278903 .BodyCenter.BodyCenter28278903 {
    background: none;
    background-color: rgb(22, 52, 88);
}

#module_28278903>.module_28278903 {
    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_28278903>.module_28278903 {
    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_28278903 .BodyCenter.BodyCenter28278903 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278903 .BodyCenter.BodyCenter28278903 {
        padding-top: 5.4348%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.7174%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278903>.module_28278903 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278903>.module_28278903 {
        margin-top: 5.4348%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278903>.module_28278903 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278903:hover {
    border: none;
}

#module_28278903:hover>.module_28278903 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278903 .ModuleSubContainer {
    background-color: transparent;
}

#module_28278903 .ModuleSubContainer {
    background-image: none;
}

#module_28278903 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28278903 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28278903 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28278903 .ModuleSubContainer {}

#module_28278903 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28278903 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28278903 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28278903 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28278903 {}

.module_28278911 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278911 {
    padding: 0px;
}

#module_28278911 {
    position: static;
    z-index: 0;
    top: 15px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28278911 .ModuleHead28278911 {
    display: none;
}

#module_28278911 .BodyCenter.BodyCenter28278911 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278911>.module_28278911 {
    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_28278911>.module_28278911 {
    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_28278911 .BodyCenter.BodyCenter28278911 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278911 .BodyCenter.BodyCenter28278911 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278911>.module_28278911 {
        margin-top: 10px;
        margin-left: 180px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278911>.module_28278911 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278911>.module_28278911 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278911:hover {
    border: none;
}

#module_28278911:hover>.module_28278911 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278911 img {
    border-top-color: transparent;
}

#module_28278911 img {
    border-top-style: none;
}

#module_28278911 img {
    border-top-width: 0px;
}

#module_28278911 img {
    border-right-color: transparent;
}

#module_28278911 img {
    border-right-style: none;
}

#module_28278911 img {
    border-right-width: 0px;
}

#module_28278911 img {
    border-bottom-color: transparent;
}

#module_28278911 img {
    border-bottom-style: none;
}

#module_28278911 img {
    border-bottom-width: 0px;
}

#module_28278911 img {
    border-left-color: transparent;
}

#module_28278911 img {
    border-left-style: none;
}

#module_28278911 img {
    border-left-width: 0px;
}

#module_28278911 img {
    border-top-left-radius: 0px;
}

#module_28278911 img {
    border-top-right-radius: 0px;
}

#module_28278911 img {
    border-bottom-left-radius: 0px;
}

#module_28278911 img {
    border-bottom-right-radius: 0px;
}

#module_28278911 .BodyCenter {
    text-align: center;
}

.module_28278912 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278912 {
    padding: 0px;
}

#module_28278912 {
    position: static;
    z-index: 0;
    top: 195px;
    left: 81px;
    width: 100%;
    height: auto;
}

#module_28278912 .ModuleHead28278912 {
    display: none;
}

#module_28278912 .BodyCenter.BodyCenter28278912 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278912>.module_28278912 {
    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_28278912>.module_28278912 {
    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_28278912 .BodyCenter.BodyCenter28278912 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278912 .BodyCenter.BodyCenter28278912 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28278912>.module_28278912 {
        margin-top: 0px;
        margin-left: 6px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278912>.module_28278912 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28278912>.module_28278912 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278912:hover {
    border: none;
}

#module_28278912:hover>.module_28278912 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278912 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_28278912 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_28278912 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_28278912 .ModuleImageTextGiantContent {
    margin-right: 10px;
}

#module_28278912 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_28278912 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278912 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_28278912 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_28278912 .showHandle .btn {
    font-size: px;
}

#module_28278912 .showHandle .btn {
    font-family: ;
}

#module_28278912 .showHandle .btn {
    color: ;
}

#module_28278912 .showHandle .btn {}

#module_28278912 .showHandle .btn {}

#module_28278912 .showHandle .btn {}

#module_28278912 .showHandle div {
    border-top-color: !important;
}

#module_28278912 .showHandle div {
    border-top-style: !important;
}

#module_28278912 .showHandle div {
    border-top-width: px !important;
}

#module_28278912 .showHandle {
    background-color: ;
}

#module_28278912 .showHandle {}

#module_28278912 .showHandle {}

#module_28278912 .showHandle {}

#module_28278912 .showHandle {}

#module_28278912 .showHandle {}

#module_28278912 a {
    font-size: unset;
    font-family: unset
}

.module_28278901 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278901 {
    padding: 0px;
}

#module_28278901 {
    position: static;
    z-index: 0;
    top: 50px;
    left: 2106px;
    width: 100%;
    height: auto;
}

#module_28278901 .ModuleHead28278901 {
    display: none;
}

#module_28278901 .BodyCenter.BodyCenter28278901 {
    background: none;
    background-color: rgb(14, 46, 80);
}

#module_28278901>.module_28278901 {
    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_28278901>.module_28278901 {
    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_28278901 .BodyCenter.BodyCenter28278901 {
        padding-top: 2.6896%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 2.6896%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278901 .BodyCenter.BodyCenter28278901 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278901>.module_28278901 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278901>.module_28278901 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278901>.module_28278901 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278901:hover {
    border: none;
}

#module_28278901:hover>.module_28278901 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278901 .ModuleSubContainer {
    background-color: transparent;
}

#module_28278901 .ModuleSubContainer {
    background-image: none;
}

#module_28278901 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28278901 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28278901 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28278901 .ModuleSubContainer {}

#module_28278901 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28278901 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28278901 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28278901 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28278901 {}

.module_28278904 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278904 {
    padding: 0px;
}

#module_28278904 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278904 .ModuleHead28278904 {
    display: none;
}

#module_28278904 .BodyCenter.BodyCenter28278904 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278904>.module_28278904 {
    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_28278904>.module_28278904 {
    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_28278904 .BodyCenter.BodyCenter28278904 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278904 .BodyCenter.BodyCenter28278904 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278904>.module_28278904 {
        margin-top: 11.9919%;
        margin-left: 0.0000%;
        margin-right: 33.3218%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278904>.module_28278904 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278904>.module_28278904 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278904:hover {
    border: none;
}

#module_28278904:hover>.module_28278904 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278904 img {
    border-top-color: transparent;
}

#module_28278904 img {
    border-top-style: none;
}

#module_28278904 img {
    border-top-width: 0px;
}

#module_28278904 img {
    border-right-color: transparent;
}

#module_28278904 img {
    border-right-style: none;
}

#module_28278904 img {
    border-right-width: 0px;
}

#module_28278904 img {
    border-bottom-color: transparent;
}

#module_28278904 img {
    border-bottom-style: none;
}

#module_28278904 img {
    border-bottom-width: 0px;
}

#module_28278904 img {
    border-left-color: transparent;
}

#module_28278904 img {
    border-left-style: none;
}

#module_28278904 img {
    border-left-width: 0px;
}

#module_28278904 img {
    border-top-left-radius: 0px;
}

#module_28278904 img {
    border-top-right-radius: 0px;
}

#module_28278904 img {
    border-bottom-left-radius: 0px;
}

#module_28278904 img {
    border-bottom-right-radius: 0px;
}

#module_28278904 .BodyCenter {
    text-align: center;
}

.module_28278905 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278905 {
    padding: 0px;
}

#module_28278905 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278905 .ModuleHead28278905 {
    display: none;
}

#module_28278905 .ModuleHead .HeadText.HeadText28278905 {
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: initial;
    font-style: normal;
    text-align: left;
}

#module_28278905 .ModuleHead .HeadCenter.HeadCenter28278905 {
    text-align: left;
}

#module_28278905 .ModuleHead .HeadCenter.HeadCenter28278905 {
    margin: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278905 .BodyCenter.BodyCenter28278905 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278905>.module_28278905 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: dashed;
    border-left-color: rgb(141, 179, 226);
    border-left-width: 1px;
    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_28278905>.module_28278905 {
    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_28278905 .BodyCenter.BodyCenter28278905 {
        padding-top: 0px;
        padding-left: 40px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278905 .BodyCenter.BodyCenter28278905 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278905>.module_28278905 {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278905>.module_28278905 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278905>.module_28278905 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278905:hover {
    border: none;
}

#module_28278905:hover>.module_28278905 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278905 .ModuleImageTextGiantContent {
    margin-top: px;
}

#module_28278905 .ModuleImageTextGiantContent {
    margin-bottom: px;
}

#module_28278905 .ModuleImageTextGiantContent {
    margin-left: px;
}

#module_28278905 .ModuleImageTextGiantContent {
    margin-right: px;
}

#module_28278905 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_28278905 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278905 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_28278905 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_28278905 .showHandle .btn {
    font-size: px;
}

#module_28278905 .showHandle .btn {
    font-family: ;
}

#module_28278905 .showHandle .btn {
    color: ;
}

#module_28278905 .showHandle .btn {}

#module_28278905 .showHandle .btn {}

#module_28278905 .showHandle .btn {}

#module_28278905 .showHandle div {
    border-top-color: !important;
}

#module_28278905 .showHandle div {
    border-top-style: !important;
}

#module_28278905 .showHandle div {
    border-top-width: px !important;
}

#module_28278905 .showHandle {
    background-color: ;
}

#module_28278905 .showHandle {}

#module_28278905 .showHandle {}

#module_28278905 .showHandle {}

#module_28278905 .showHandle {}

#module_28278905 .showHandle {}

#module_28278905 a {
    font-size: unset;
    font-family: unset
}

.module_28278906 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278906 {
    padding: 0px;
}

#module_28278906 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278906 .ModuleHead28278906 {
    display: none;
}

#module_28278906 .ModuleHead .HeadText.HeadText28278906 {
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: initial;
    font-style: normal;
    text-align: left;
}

#module_28278906 .ModuleHead .HeadCenter.HeadCenter28278906 {
    text-align: left;
}

#module_28278906 .ModuleHead .HeadCenter.HeadCenter28278906 {
    margin: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278906 .BodyCenter.BodyCenter28278906 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278906>.module_28278906 {
    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_28278906>.module_28278906 {
    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_28278906 .BodyCenter.BodyCenter28278906 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278906 .BodyCenter.BodyCenter28278906 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278906>.module_28278906 {
        margin-top: 10px;
        margin-left: 180px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278906>.module_28278906 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278906>.module_28278906 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278906:hover {
    border: none;
}

#module_28278906:hover>.module_28278906 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278906 img {
    border-top-color: transparent;
}

#module_28278906 img {
    border-top-style: none;
}

#module_28278906 img {
    border-top-width: 0px;
}

#module_28278906 img {
    border-right-color: transparent;
}

#module_28278906 img {
    border-right-style: none;
}

#module_28278906 img {
    border-right-width: 0px;
}

#module_28278906 img {
    border-bottom-color: transparent;
}

#module_28278906 img {
    border-bottom-style: none;
}

#module_28278906 img {
    border-bottom-width: 0px;
}

#module_28278906 img {
    border-left-color: transparent;
}

#module_28278906 img {
    border-left-style: none;
}

#module_28278906 img {
    border-left-width: 0px;
}

#module_28278906 img {
    border-top-left-radius: 0px;
}

#module_28278906 img {
    border-top-right-radius: 0px;
}

#module_28278906 img {
    border-bottom-left-radius: 0px;
}

#module_28278906 img {
    border-bottom-right-radius: 0px;
}

#module_28278906 .BodyCenter {
    text-align: ;
}

.module_28278908 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278908 {
    padding: 0px;
}

#module_28278908 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_28278908 .ModuleHead28278908 {
    display: none;
}

#module_28278908 .ModuleHead .HeadText.HeadText28278908 {
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: initial;
    font-style: normal;
    text-align: left;
}

#module_28278908 .ModuleHead .HeadCenter.HeadCenter28278908 {
    text-align: left;
}

#module_28278908 .ModuleHead .HeadCenter.HeadCenter28278908 {
    margin: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278908 .BodyCenter.BodyCenter28278908 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278908>.module_28278908 {
    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_28278908>.module_28278908 {
    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_28278908 .BodyCenter.BodyCenter28278908 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278908 .BodyCenter.BodyCenter28278908 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278908>.module_28278908 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 8.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278908>.module_28278908 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278908>.module_28278908 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278908:hover {
    border: none;
}

#module_28278908:hover>.module_28278908 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278908 .ModuleImageTextGiantContent {
    margin-top: px;
}

#module_28278908 .ModuleImageTextGiantContent {
    margin-bottom: px;
}

#module_28278908 .ModuleImageTextGiantContent {
    margin-left: px;
}

#module_28278908 .ModuleImageTextGiantContent {
    margin-right: px;
}

#module_28278908 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_28278908 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278908 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_28278908 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_28278908 .showHandle .btn {
    font-size: px;
}

#module_28278908 .showHandle .btn {
    font-family: ;
}

#module_28278908 .showHandle .btn {
    color: ;
}

#module_28278908 .showHandle .btn {}

#module_28278908 .showHandle .btn {}

#module_28278908 .showHandle .btn {}

#module_28278908 .showHandle div {
    border-top-color: !important;
}

#module_28278908 .showHandle div {
    border-top-style: !important;
}

#module_28278908 .showHandle div {
    border-top-width: px !important;
}

#module_28278908 .showHandle {
    background-color: ;
}

#module_28278908 .showHandle {}

#module_28278908 .showHandle {}

#module_28278908 .showHandle {}

#module_28278908 .showHandle {}

#module_28278908 .showHandle {}

#module_28278908 a {
    font-size: unset;
    font-family: unset
}

.module_28278907 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278907 {
    padding: 0px;
}

#module_28278907 {
    position: static;
    z-index: 0;
    top: 33px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28278907 .ModuleHead28278907 {
    display: none;
}

#module_28278907 .ModuleHead .HeadText.HeadText28278907 {
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: initial;
    font-style: normal;
    text-align: left;
}

#module_28278907 .ModuleHead .HeadCenter.HeadCenter28278907 {
    text-align: left;
}

#module_28278907 .ModuleHead .HeadCenter.HeadCenter28278907 {
    margin: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278907 .BodyCenter.BodyCenter28278907 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278907>.module_28278907 {
    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_28278907>.module_28278907 {
    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_28278907 .BodyCenter.BodyCenter28278907 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278907 .BodyCenter.BodyCenter28278907 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278907>.module_28278907 {
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278907>.module_28278907 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278907>.module_28278907 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278907:hover {
    border: none;
}

#module_28278907:hover>.module_28278907 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278907 img {
    border-top-color: transparent;
}

#module_28278907 img {
    border-top-style: none;
}

#module_28278907 img {
    border-top-width: 0px;
}

#module_28278907 img {
    border-right-color: transparent;
}

#module_28278907 img {
    border-right-style: none;
}

#module_28278907 img {
    border-right-width: 0px;
}

#module_28278907 img {
    border-bottom-color: transparent;
}

#module_28278907 img {
    border-bottom-style: none;
}

#module_28278907 img {
    border-bottom-width: 0px;
}

#module_28278907 img {
    border-left-color: transparent;
}

#module_28278907 img {
    border-left-style: none;
}

#module_28278907 img {
    border-left-width: 0px;
}

#module_28278907 img {
    border-top-left-radius: 0px;
}

#module_28278907 img {
    border-top-right-radius: 0px;
}

#module_28278907 img {
    border-bottom-left-radius: 0px;
}

#module_28278907 img {
    border-bottom-right-radius: 0px;
}

#module_28278907 .BodyCenter {
    text-align: ;
}

.module_28278909 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278909 {
    padding: 0px;
}

#module_28278909 {
    position: static;
    z-index: 0;
    top: 871px;
    left: 1559px;
    width: 100%;
    height: auto;
}

#module_28278909 .ModuleHead28278909 {
    display: none;
}

#module_28278909 .ModuleHead .HeadText.HeadText28278909 {
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: initial;
    font-style: normal;
    text-align: left;
}

#module_28278909 .ModuleHead .HeadCenter.HeadCenter28278909 {
    text-align: left;
}

#module_28278909 .ModuleHead .HeadCenter.HeadCenter28278909 {
    margin: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278909 .BodyCenter.BodyCenter28278909 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278909>.module_28278909 {
    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_28278909>.module_28278909 {
    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_28278909 .BodyCenter.BodyCenter28278909 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278909 .BodyCenter.BodyCenter28278909 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278909>.module_28278909 {
        margin-top: 0px;
        margin-left: 6px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28278909>.module_28278909 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278909>.module_28278909 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278909:hover {
    border: none;
}

#module_28278909:hover>.module_28278909 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278909 .ModuleImageTextGiantContent {
    margin-top: px;
}

#module_28278909 .ModuleImageTextGiantContent {
    margin-bottom: px;
}

#module_28278909 .ModuleImageTextGiantContent {
    margin-left: px;
}

#module_28278909 .ModuleImageTextGiantContent {
    margin-right: px;
}

#module_28278909 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_28278909 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278909 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_28278909 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_28278909 .showHandle .btn {
    font-size: px;
}

#module_28278909 .showHandle .btn {
    font-family: ;
}

#module_28278909 .showHandle .btn {
    color: ;
}

#module_28278909 .showHandle .btn {}

#module_28278909 .showHandle .btn {}

#module_28278909 .showHandle .btn {}

#module_28278909 .showHandle div {
    border-top-color: !important;
}

#module_28278909 .showHandle div {
    border-top-style: !important;
}

#module_28278909 .showHandle div {
    border-top-width: px !important;
}

#module_28278909 .showHandle {
    background-color: ;
}

#module_28278909 .showHandle {}

#module_28278909 .showHandle {}

#module_28278909 .showHandle {}

#module_28278909 .showHandle {}

#module_28278909 .showHandle {}

#module_28278909 a {
    font-size: unset;
    font-family: unset
}

.module_452521380 .ModuleHead .HeadCenter {
    float: none;
}

#module_452521380 {
    padding: 0px;
}

#module_452521380 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_452521380 .ModuleHead452521380 {
    display: none;
}

#module_452521380 .BodyCenter.BodyCenter452521380 {
    background: none;
    background-color: rgb(14, 46, 80);
}

#module_452521380>.module_452521380 {
    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_452521380>.module_452521380 {
    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_452521380 .BodyCenter.BodyCenter452521380 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452521380 .BodyCenter.BodyCenter452521380 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_452521380>.module_452521380 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452521380>.module_452521380 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_452521380>.module_452521380 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452521380:hover {
    border: none;
}

#module_452521380:hover>.module_452521380 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452521380 .ModuleSubContainer {
    background-color: transparent;
}

#module_452521380 .ModuleSubContainer {
    background-image: none;
}

#module_452521380 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_452521380 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_452521380 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_452521380 .ModuleSubContainer {}

#module_452521380 {
    !bgVideo !
}

    {
    bgVideoUrl:
}

#module_452521380 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_452521380 .ModuleSubContainer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_452521380 .ModuleSubContainer:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer452521380 {}

.ModuleGridContainer.ModuleGridContainer452521380 .SubPadding {
    width: 0px;
}

.module_452521369 .ModuleHead .HeadCenter {
    float: none;
}

#module_452521369 {
    padding: 0px;
}

#module_452521369 {
    position: static;
    z-index: 0;
    top: 3310px;
    left: 395px;
    width: 100%;
    height: auto;
}

#module_452521369 .ModuleHead452521369 {
    display: none;
}

#module_452521369 .BodyCenter.BodyCenter452521369 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_452521369>.module_452521369 {
    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_452521369>.module_452521369 {
    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_452521369 .BodyCenter.BodyCenter452521369 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452521369 .BodyCenter.BodyCenter452521369 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_452521369>.module_452521369 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452521369>.module_452521369 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_452521369>.module_452521369 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452521369:hover {
    border: none;
}

#module_452521369:hover>.module_452521369 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452521369 .ModulePlainTextGiantContent {
    margin-top: 0px;
}

#module_452521369 .ModulePlainTextGiantContent {
    margin-bottom: 0px;
}

#module_452521369 .ModulePlainTextGiantContent {
    margin-left: 0px;
}

#module_452521369 .ModulePlainTextGiantContent {
    margin-right: 10px;
}

#module_452521369 .plainTextGiant-Container {
    padding-top: 10px;
}

#module_452521369 .plainTextGiant-Container {
    padding-bottom: 10px;
}

#module_452521369 .plainTextGiant-Container {
    padding-left: 10px;
}

#module_452521369 .plainTextGiant-Container {
    padding-right: 10px;
}

#module_452521369 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer452521380 #Sub452521380_1 {
    width: 50%;
}

/*友情链接 layout 101*/

.ModuleLinkListGiant.layout-101 {
    min-height: 29px;
}

.ModuleLinkListGiant.layout-101 .LinkHor {
    display: inline-block;
    white-space: nowrap;
}

.ModuleLinkListGiant.layout-101 .LinkVer {
    display: block;
}

.ModuleLinkListGiant.layout-101 .btn:hover {
    text-decoration: underline;
}

.module_28356460 .ModuleHead .HeadCenter {
    float: none;
}

#module_28356460 {
    padding: 0px;
}

#module_28356460 {
    position: static;
    z-index: 0;
    top: 3307px;
    left: 1029px;
    width: 100%;
    height: auto;
}

#module_28356460 .ModuleHead28356460 {
    display: none;
}

#module_28356460 .BodyCenter.BodyCenter28356460 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28356460>.module_28356460 {
    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_28356460>.module_28356460 {
    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_28356460 .BodyCenter.BodyCenter28356460 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28356460 .BodyCenter.BodyCenter28356460 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28356460>.module_28356460 {
        margin-top: 1.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28356460>.module_28356460 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28356460>.module_28356460 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28356460:hover {
    border: none;
}

#module_28356460:hover>.module_28356460 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28356460 .BodyCenter {
    text-align: right;
}

#module_28356460 .link-item .LinkHor .btn-link {
    font-size: 12px;
}

#module_28356460 .link-item .LinkHor .btn-link {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28356460 .link-item .LinkHor .btn-link {
    color: rgba(255, 255, 255, 0.71);
}

#module_28356460 .link-item .LinkHor .btn-link {
    font-weight: normal;
}

#module_28356460 .link-item .LinkHor .btn-link {
    text-decoration: none;
}

#module_28356460 .link-item .LinkHor .btn-link {
    font-style: normal;
}

#module_28356460 .link-item .LinkHor .btn-link:hover {
    font-size: 12px;
}

#module_28356460 .link-item .LinkHor .btn-link:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_28356460 .link-item .LinkHor .btn-link:hover {
    color: rgb(255, 192, 0);
}

#module_28356460 .link-item .LinkHor .btn-link:hover {
    font-weight: normal;
}

#module_28356460 .link-item .LinkHor .btn-link:hover {
    text-decoration: underline;
}

#module_28356460 .link-item .LinkHor .btn-link:hover {
    font-style: normal;
}

.ModuleGridContainer.ModuleGridContainer452521380 #Sub452521380_2 {
    width: 50%;
}

.module_28278902 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278902 {
    padding: 0px;
}

#module_28278902 {
    position: static;
    z-index: 0;
    top: 206px;
    left: 353px;
    width: 100%;
    height: auto;
}

#module_28278902 .ModuleHead28278902 {
    display: none;
}

#module_28278902 .BodyCenter.BodyCenter28278902 {
    background: none;
    background-color: rgb(13, 47, 82);
}

#module_28278902>.module_28278902 {
    border-top-style: solid;
    border-top-color: rgb(30, 76, 125);
    border-top-width: 1px;
    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_28278902>.module_28278902 {
    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_28278902 .BodyCenter.BodyCenter28278902 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278902 .BodyCenter.BodyCenter28278902 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278902>.module_28278902 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278902>.module_28278902 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278902>.module_28278902 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278902:hover {
    border: none;
}

#module_28278902:hover>.module_28278902 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278902 .ModuleSubContainer {
    background-color: transparent;
}

#module_28278902 .ModuleSubContainer {
    background-image: none;
}

#module_28278902 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_28278902 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_28278902 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_28278902 .ModuleSubContainer {}

#module_28278902 {
    !bgVideo !
}

    {
    bgVideoUrl: none
}

#module_28278902 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_28278902 .ModuleSubContainer {
    box-shadow: ;
    transition: box-shadow 0.5s ease;
}

#module_28278902 .ModuleSubContainer:hover {
    box-shadow: ;
}

.ModuleGridContainer.ModuleGridContainer28278902 {}

.module_28278910 .ModuleHead .HeadCenter {
    float: none;
}

#module_28278910 {
    padding: 0px;
}

#module_28278910 {
    position: static;
    z-index: 0;
    top: 42px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_28278910 .ModuleHead28278910 {
    display: none;
}

#module_28278910 .BodyCenter.BodyCenter28278910 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28278910>.module_28278910 {
    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_28278910>.module_28278910 {
    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_28278910 .BodyCenter.BodyCenter28278910 {
        padding-top: 0.4167%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278910 .BodyCenter.BodyCenter28278910 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_28278910>.module_28278910 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_28278910>.module_28278910 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_28278910>.module_28278910 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28278910:hover {
    border: none;
}

#module_28278910:hover>.module_28278910 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28278910 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_28278910 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_28278910 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_28278910 .ModuleImageTextGiantContent {
    margin-right: 10px;
}

#module_28278910 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_28278910 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_28278910 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_28278910 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_28278910 .showHandle .btn {
    font-size: px;
}

#module_28278910 .showHandle .btn {
    font-family: ;
}

#module_28278910 .showHandle .btn {
    color: ;
}

#module_28278910 .showHandle .btn {}

#module_28278910 .showHandle .btn {}

#module_28278910 .showHandle .btn {}

#module_28278910 .showHandle div {
    border-top-color: !important;
}

#module_28278910 .showHandle div {
    border-top-style: !important;
}

#module_28278910 .showHandle div {
    border-top-width: px !important;
}

#module_28278910 .showHandle {
    background-color: ;
}

#module_28278910 .showHandle {}

#module_28278910 .showHandle {}

#module_28278910 .showHandle {}

#module_28278910 .showHandle {}

#module_28278910 .showHandle {}

#module_28278910 a {
    font-size: unset;
    font-family: unset
}

.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: block;
}

.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_28059384 .ModuleHead .HeadCenter {
    float: none;
}

#module_28059384 {
    padding: 0px;
}

#module_28059384 {}

#module_28059384 .ModuleHead28059384 {
    display: none;
}

#module_28059384 .BodyCenter.BodyCenter28059384 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_28059384>.module_28059384 {
    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_28059384>.module_28059384 {
    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_28059384 .BodyCenter.BodyCenter28059384 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28059384 .BodyCenter.BodyCenter28059384 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_28059384>.module_28059384 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    #module_28059384>.module_28059384 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_28059384>.module_28059384 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_28059384:hover {
    border: none;
}

#module_28059384:hover>.module_28059384 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_28059384 .langlistbox {
    background-color:
}

#module_28059384 .langlistbox .jt {
    border-bottom-color:
}

#module_28059384 .langlistbox .langinfo {
    color:
}

#module_28059384 .langlistbox .langinfo {
    background-color:
}

#module_28059384 .langlistbox .langinfo {
    border-color:
}

#module_28059384 .langlistbox .langtxt {
    font-size: px
}

#module_28059384 .langlistbox .langtxt {
    color:
}

#module_28059384 {}

#module_28059384.layout-101 #header {
    border-bottom-color: ;
}

#module_28059384 {}

#module_28059384.layout-101 #header {
    border-bottom-style: ;
}

#module_28059384 {}

#module_28059384.layout-101 #header {
    border-bottom-width: px;
}

#module_28059384 {}

#module_28059384.layout-101 #header {
    box-shadow: ;
}

#module_28059384 {}

#module_28059384.layout-101 #MobileNav {
    background-color: transparent;
}

#module_28059384.layout-101 #header {
    background-color: rgb(26, 62, 106);
}

#module_28059384 {}

#module_28059384.layout-101 #header {}

#module_28059384 {}

#module_28059384.layout-101 #header p {
    font-Family: ;
}

#module_28059384 {}

#module_28059384.layout-101 #header p {
    font-size: px;
}

#module_28059384 {}

#module_28059384.layout-101 #header p {
    color: #fff;
}

#module_28059384 {}

#module_28059384.layout-101 #header p {}

#module_28059384 {}

#module_28059384.layout-101 #header p {}

#module_28059384 {}

#module_28059384.layout-101 #header p {}

#module_28059384 {}

#module_28059384.layout-101 .lcitem .rect {
    background: #fff;
}

#module_28059384.layout-101 .icons {
    color: #fff;
}

#module_28059384.layout-101 .svgdiv svg>* {
    fill: #fff;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item ul li {
    border-bottom-color: rgb(42, 75, 115);
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item,
#module_28059384.layout-101 #MobileNavFloatLayer {
    background-color: rgb(22, 52, 88);
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item,
#module_28059384.layout-101 #MobileNavFloatLayer {}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a {
    background: rgb(22, 52, 88);
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a {}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a,
#module_28059384.layout-101 .micro-nav-item>ul>li>a p {
    color: #fff;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a {
    background: #3c3c3c;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a {}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a,
#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a p {
    color: #fff;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a,
#module_28059384.layout-101 .micro-nav-item>ul>li>a p {
    font-family: ;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a,
#module_28059384.layout-101 .micro-nav-item>ul>li>a p {
    font-size: px;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a,
#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a p {
    font-family: ;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a,
#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a p {
    font-size: px;
}

#module_28059384 .langlistbox li:hover .langinfo,
#module_28059384 .langactive .langinfo {
    color:
}

#module_28059384 .langlistbox li:hover .langinfo,
#module_28059384 .langactive .langinfo {
    background-color:
}

#module_28059384 .langlistbox li:hover .langinfo,
#module_28059384 .langactive .langinfo {
    border-color:
}

#module_28059384 .langlistbox li:hover .langtxt,
#module_28059384 .langactive .langtxt {
    color:
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover {}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover,
#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover p {
    color: #fff;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump {
    display: block;
    background-color: rgb(33, 78, 133);
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover {
    background: #777;
}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover {}

#module_28059384 {}

#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover,
#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover p {
    color: #fff;
}

.ModuleMobileFloatNavGiant {
    position: fixed;
    z-index: 4998;
}

.ModuleMobileFloatNavGiant .defaultbtn {
    position: relative;
    box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.ModuleMobileFloatNavGiant .spotgroup,
.ModuleMobileFloatNavGiant .itemicon {
    position: absolute;
    color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 16px;
}

.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon {
    color: black;
}

.ModuleMobileFloatNavGiant .itembtn {
    display: block;
    position: relative;
    box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ModuleMobileFloatNavGiant .itemtext {
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap;
    /* min-width: 80px; */
}

.ModuleMobileFloatNavGiant .defaultbtnbghover {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.ModuleMobileFloatNavGiant .itemtextright {
    text-align: right;
}

.ModuleMobileFloatNavGiant .itemtextleft {
    text-align: left;
}

.ModuleMobileFloatNavGiant .itemtextright::before {
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}

.ModuleMobileFloatNavGiant .itemtextleft::before {
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}

.ModuleMobileFloatNavGiant .FloatNavitemlist {
    height: 0;
    display: none;
    transition: all
}

.itemimg {
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}

.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}

.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}

.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}

.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}

.module_44054589 .ModuleHead .HeadCenter {
    float: none;
}

#module_44054589 {
    padding: 0px;
}

#module_44054589 {}

#module_44054589 .ModuleHead0 {
    display: none;
}

#module_44054589 .defaultbtn {
    background-color: #fff
}

#module_44054589 .defaultbtn {}

#module_44054589 .spotgroup {
    color: #000
}

#module_44054589 .itembtn {
    background-color: #fff
}

#module_44054589 .itembtn {}

#module_44054589 .itemicon {
    color: #666
}

#module_44054589 svg>* {
    fill: #666
}

#module_44054589 .itemtext {
    background-color: #fff
}

#module_44054589 .itemtextright::before {
    border-left-color: #fff
}

#module_44054589 .itemtextleft::before {
    border-right-color: #fff
}

#module_44054589 .itemtext {}

#module_44054589 .itemtext {
    font-size: 12px;
}

#module_44054589 .itemtext {
    font-family: ;
}

#module_44054589 .itemtext {
    color: #666 !important;
}

#module_44054589 .itemtext {
    font-weight: normal;
}

#module_44054589 .itemtext {
    text-decoration: none;
}

#module_44054589 .itemtext {
    font-style: normal;
}

#module_44054589 .defaultbtnbghover {
    background-color: #000000
}

#module_44054589 .defaultbtnbghover {}

#module_44054589 .defaultbtniconbghover {
    color: #fff
}

.module_28059385 .ModuleHead .HeadCenter {
    float: none;
}

#module_28059385 {
    padding: 0px;
}

#module_28059385 {}

#module_28059385 .ModuleHead0 {
    display: none;
}

#module_28059385 .ModuleHead .HeadText.HeadText0 {}

#module_28059385 .ModuleHead .HeadTextMore.HeadTextMore0 {}

#module_28059385>.module_0 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_28059385 .BodyCenter.BodyCenter0 {}
}

@media screen and (max-width: 767px) {
    #module_28059385 .BodyCenter.BodyCenter0 {}
}

#module_28059385 .BodyCenter.BodyCenter0 {}

#module_28059385 .BodyCenter a {}

#module_28059385 .foot-nav-list {
    background-color: ## !important;
}

#module_28059385 .foot-nav-list {
    border-top-color: ;
}

#module_28059385 .foot-nav-list {
    border-top-style: ;
}

#module_28059385 .foot-nav-list {
    border-top-width: px;
}

#module_28059385 #MobileFootNav {
    box-shadow: ;
}

#module_28059385 .icon {
    color: !important;
}

#module_28059385 .icon svg>* {
    fill:
}

#module_28059385 .itemText {
    font-size: px;
}

#module_28059385 .itemText {
    font-family: ;
}

#module_28059385 .itemText {
    color: ## !important;
}

#module_28059385 .itemText {}

#module_28059385 .itemText {}

#module_28059385 .itemText {}

#module_28059385 .iconh {
    color: !important;
}

#module_28059385 .iconh svg>* {
    fill:
}

#module_28059385 .itemTexth {
    font-size: px;
}

#module_28059385 .itemTexth {
    font-family: ;
}

#module_28059385 .itemTexth {
    color: ## !important;
}

#module_28059385 .itemTexth {}

#module_28059385 .itemTexth {}

#module_28059385 .itemTexth {}